html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #758b9f;
  overflow-x: hidden;
}

a {
  display: inline-block !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

span {
  display: inline-block;
}

input:focus {
  box-shadow: none;
}

.form-control {
  line-height: unset;
}

.form-control:focus {
  box-shadow: none !important;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
    5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
    5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #4d5bed;
}

*::-webkit-scrollbar-thumb {
  background-color: #4d5bed;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1em;
  color: #031c6c;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.441em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.section-heading {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-top: -7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}

.section-heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #4d5bed, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 50px;
}

.section-header .sub-title {
  color: #4d5bed;
  font-size: 16px;
  padding: 2px 10px;
  background-color: rgba(77, 91, 237, 0.1);
  margin-bottom: 20px;
}

.section-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -10px;
}

.section-title span {
  color: #4d5bed;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
  font-size: 1em;
}

em,
cite,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 0;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}

/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-b-150 {
  margin-bottom: -150px;
}

@media only screen and (max-width: 991px) {
  .ml-b-150 {
    margin-bottom: -30px;
  }
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}

/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pd-t-120 {
    padding-top: 100px;
  }
}

.pd-t-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pd-t-150 {
    padding-top: 100px !important;
  }
}

.pd-b-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 100px;
  }
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

.text--base {
  color: #4d5bed !important;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.88;
}

.bg-overlay-primary>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}

.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-main>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}

.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}

.bg-overlay-main-two .section-header .section-title {
  color: white;
}

.bg-overlay-main-two .section-header p {
  color: white;
}

.bg-overlay-main-two>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}

.bg-overlay-primary>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.01;
}

.bg-overlay-black>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-two {
  position: relative;
}

.bg-overlay-black-two:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-black-three {
  position: relative;
}

.bg-overlay-black-three:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}

.bg-overlay-black-three>div {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}

body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}

.comment-content table td,
.comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4d5bed;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  color: #4d5bed;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.scrollToTop.active::before,
.scrollToTop.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #4d5bed;
  opacity: 0.15;
  z-index: -10;
}

.scrollToTop:hover {
  color: white;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    opacity: 0.6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}

@-webkit-keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}

@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}

@keyframes giraffe {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes giraffe2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse.left>span {
  background: white;
  right: 0;
  top: -65px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  opacity: 0.2;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse.left>span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse.left>span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}

@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}

@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}

@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}

@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-moz-keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes colorchange {
  0% {
    background: #2dbb6c;
  }

  25% {
    background: red;
  }

  50% {
    background: blue;
  }

  75% {
    background: #000000;
  }

  100% {
    background: #2dbb6c;
  }
}

@keyframes slides {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}

@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn--base-active {
  position: relative;
  background: white;
  color: #4d5bed;
  padding: 8px 25px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base-active:focus,
.btn--base-active:hover {
  color: #4d5bed;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

.btn--base {
  position: relative;
  background: #4d5bed;
  color: white;
  padding: 8px 25px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--dark {
  position: relative;
  color: white;
  padding: 8px 25px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base:focus,
.btn--base:hover {
  color: white;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

.custom-btn {
  color: #4d5bed;
  font-size: 16px;
  font-weight: 600;
  z-index: 9;
}

.custom-btn i {
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.custom-btn:hover {
  color: #4d5bed;
  text-decoration: underline;
}

.custom-btn:hover i {
  padding-left: 5px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea {
  padding: 10px 10px;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #758b9f;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #758b9f !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #758b9f !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #758b9f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

/*--------Nice Select----------*/
.nice-select {
  background-color: white;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 50px;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 25px;
  width: 100%;
  height: 45px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .nice-select {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-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;
  min-height: 50px;
  max-height: 200px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
}

.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: unset !important;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .option.disabled:after {
  border-color: #cccccc;
}

.nice-select .option:hover {
  background-color: #4d5bed;
  color: #758b9f;
}

.nice-select .current {
  display: block;
  color: #758b9f;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 20px;
}

.form-controller {
  border: 1px solid #e5e5e5;
  background-color: white;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  color: black;
}

.form-controller:focus {
  color: #031c6c;
  border-color: #4d5bed;
}

@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  cursor: pointer;
}

input[type="radio"]+label:before {
  border: 3px solid #b9bec0;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 14px;
  background-color: white;
  border-radius: 50%;
}

input[type="radio"]:checked+label:before {
  border-color: #07c1fe;
  background-color: #4d5bed;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #4d5bed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#overlayer .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  border: 4px solid white;
  top: 50%;
  -webkit-animation: loader 2.5s infinite ease;
  animation: loader 2.5s infinite ease;
}

#overlayer .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  -webkit-animation: loader-inner 2.5s infinite ease-in;
  animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

::selection {
  background-color: #4d5bed;
  color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header-section-two {
  position: relative;
}

.header-section-two .header-bottom-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-section.header-fixed .header-bottom-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-top-area {
  position: relative;
  background: #39405a;
}

.header-top-area .header-top-content .header-right-info span {
  color: white;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.header-top-area .header-top-content .header-right-info span i {
  margin-right: 10px;
}

.header-top-area .header-top-content .header-right-info .first-info {
  background-color: #4d5bed;
  padding: 10px;
}

.header-top-area .header-top-content .header-right-info .second-info span {
  color: #4d5bed;
}

.header-top-area .header-top-content .header-right-info .third-info span {
  color: #4d5bed;
}

.header-top-area .header-top-content .header-right-info .fourth-info span {
  color: #4d5bed;
}

.header-top-area .header-top-content .header-account {
  background-color: #ff5757;
  margin-left: 20px;
  padding: 25px 35px;
}

.header-top-area .header-top-content .header-account span {
  color: white;
  text-transform: uppercase;
}

.header-top-area .header-top-content .header-account .register::after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}

.header-top-area .header-top-content .header-social {
  margin-right: 60px;
}

.header-top-area .header-top-content .header-social li {
  display: inline-block;
}

.header-top-area .header-top-content .header-social a {
  font-size: 15px;
  display: inline-block;
  padding: 0 6px;
  color: white;
}

.header-top-area .header-top-content .header-social a:hover,
.header-top-area .header-top-content .header-social a.active {
  color: #4d5bed;
}

@media only screen and (max-width: 1199px) {
  .header-top-area .header-top-content .header-social a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-area .header-top-content .header-social a {
    padding: 0 5px;
  }
}

.header-top-area .header-top-content .header-mail-area i {
  color: #4d5bed;
  margin-right: 5px;
}

.header-top-area .header-top-content .header-mail-area span {
  text-transform: lowercase;
}

.header-top-area .header-top-content .header-support span {
  color: white;
  margin-right: 30px;
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-bottom-area {
  position: relative;
  background: transparent;
}

.header-bottom-area .header-account {
  padding-left: 30px;
}

.header-bottom-area .header-account .btn--base {
  padding: 12px 30px;
}

.header-bottom-area .navbar-expand-lg {
  z-index: 10;
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: white;
  }

  .header-bottom-area .navbar-collapse .main-menu li a {
    color: #031c6c !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #031c6c !important;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    margin-right: 0;
    width: 100%;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  /* transform: translateY(2px); */
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0;
  color: #031c6c;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: #4d5bed;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #4d5bed;
}

.header-bottom-area .navbar-collapse .main-menu li:hover a::after {
  width: 100%;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 30px 0px;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 0px !important;
    display: block !important;
    border-bottom: 1px solid rgba(221, 221, 221, 0.473);
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu li:nth-last-child(2) a {
    border-bottom: 0 !important;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: 0;
  width: 200px;
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #4d5bed;
  transition: all 0.5s;
  z-index: -1;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover::before {
  width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #031c6c;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  display: block !important;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 10px;
  font-size: 16px;
  color: #031c6c;
  border: 2px dashed #4d5bed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.account a {
  margin-left: 10px;
  font-size: 18px;
  color: white;
  border: 2px dashed white;
  width: 45px;
  height: 45px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.language-select-list {
  position: relative;
  z-index: 99;
  margin-right: 20px;
}

.language-thumb i {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.login-thumb i {
  font-size: 18px;
  font-weight: 600;
}

.login-bar-two {
  margin-left: 30px;
}

.language-select .nice-select {
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border: none;
}

.site-logo img {
  max-height: 50px;
  max-width: 150px;
}

.login-bar span {
  margin-left: 10px;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #4d5bed;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.navbar-nav {
  align-items: center;
}

.section-header .title-border {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
}

.section-header .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -33px;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
  overflow: hidden;
}

.section-header .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
  animation: divider-effect 5s linear infinite;
}

.section-header .title-border-left {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.section-header .title-border-left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
  overflow: hidden;
}

.section-header .title-border-left::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
  animation: divider-effect 5s linear infinite;
}

.section-header p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-transform: unset;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .section-header p {
    width: 100%;
    font-size: 18px;
  }
}

/* End Header */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #e2e4f7 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #e2e4f7 100%);
          background: linear-gradient(135deg, #16276a 0%, #0093fa 100%) !important;

  z-index: 9;
  overflow: hidden;
  padding-top: 250px;
  padding-bottom: 180px;
}

.banner-section:hover .highlight-background--lean-right {
  right: 10%;
}

@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.banner-section .banner-element {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 9;
  animation: giraffe2 3s linear infinite;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-element {
    right: 0;
  }
}

.banner-section .banner-shape-one {
  position: absolute;
  top: 24%;
  left: 5%;
  animation: giraffe 3s linear infinite;
}

.banner-section .banner-shape-two {
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate2 3s linear infinite;
}

.banner-section .banner-shape-three {
  position: absolute;
  top: 28%;
  left: 30%;
  animation: giraffe2 5s linear infinite;
}

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}

.banner-section .banner-content .title {
  font-size: 45px;
  font-weight: 700;
  position: relative;
  color: #d4deff;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
  }
}

.banner-section .banner-content .title span {
  color: #4d5bed;
}

.banner-section .banner-content p {
  font-size: 18px;
  text-transform: unset;
  line-height: 1.5em;
  color: #758b9f;
}

.banner-section .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-btn {
    display: block;
  }
}

.banner-section .banner-btn .btn--base {
  margin-right: 20px;
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-btn .btn--base {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.highlight-background {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  top: 0;
  z-index: -1;
}

.highlight-background--lean-right {
  right: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

@media (min-width: 1025px) {
  .highlight-background--lean-left {
    left: 0;
    transition: all 0.5s;
  }
}

.figure {
  display: inline-block;
}

svg {
  width: 100%;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-image: url(style.css);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-banner-section {
  overflow: hidden;
  padding-top: 120px !important;
  padding-bottom: 40px !important;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .inner-banner-section {
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 35px !important;
  }
}

.inner-content {
  margin-bottom: -5px;
}

.inner-content .title {
  color: white;
  font-size: 80px;
}

@media only screen and (max-width: 991px) {
  .inner-content .title {
    font-size: 55px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
  justify-content: center;
}

.breadcrumb li {
    color: #d9fffa ;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  font-weight: 500;
        color: rgb(138, 198, 255);
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb li {
    color: #d9fffa !important;}


.breadcrumb-item.active::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: white;
  font-size: 18px;
  left: 0;
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }
}

.banner-slider {
  overflow: hidden;
}

.banner-slider .swiper-slide-active .banner-element {
  animation: fadeInUp 1s;
}

.ruddra-next,
.ruddra-prev {
  background-color: white;
  width: 50px;
  height: 50px;
  border: none !important;
  border-radius: 0;
  text-align: center;
  line-height: 50px;
  outline: none;
  transition: all 300ms ease;
  display: inline-block;
  font-size: 18px;
  color: #4d5bed;
  position: absolute !important;
  top: 40%;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.ruddra-prev {
  left: 20px;
}

.ruddra-next {
  right: 20px;
}

.ruddra-next:hover,
.ruddra-prev:hover {
  background-color: #4d5bed;
  color: white;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-section:hover .highlight-background--lean-left {
  left: 20%;
}

.service-section .service-item {
  padding: 30px !important;
  transition: all 0.5s;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.service-section .service-item .service-shape {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all ease-in-out 500ms;
}

.service-section .service-item .service-icon {
  margin-bottom: 20px;
}

.service-section .service-item .service-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 30px;
}

.service-section .service-item.active {
  background-color: #4d5bed;
  border-radius: 10px;
}

.service-section .service-item.active .service-shape {
  transform: scale(1);
}

.service-section .service-item.active .service-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.service-section .service-item.active .service-content .title {
  color: white;
}

.service-section .service-item.active .service-content p {
  color: #dfdfdf;
}

.service-section .service-item:hover {
  background-color: #4d5bed;
  border-radius: 10px;
}

.service-section .service-item:hover .service-shape {
  transform: scale(1);
}

.service-section .service-item:hover .service-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.service-section .service-item:hover .service-content .title {
  color: white;
}

.service-section .service-item:hover .service-content p {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section {
  background-color: #f1f2fa;
  position: relative;
  overflow: hidden;
}

.client-section::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}

.client-section::after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}

.client-section:hover::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.client-section:hover::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

.client-section .section-title {
  color: white;
  margin-bottom: 30px;
}

.client-section .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
}

.client-section .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid white;
  border-radius: 30px;
}

.client-section .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: white;
}

.client-section .client-item {
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.client-section .client-item .client-content .client-details .client-ratings {
  margin-bottom: 10px;
}

.client-section .client-item .client-content .client-details .client-ratings i {
  color: #ffd57f;
}

.client-section .client-item .client-bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-section .client-item .client-bottom .client-thumb {
  width: 70px;
  height: 70px;
}

.client-section .client-item .client-bottom .client-title {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.client-section .client-item .client-bottom .client-title .title {
  font-size: 18px;
}

.client-section .client-item .client-bottom .client-title .sub-title {
  font-size: 14px;
}

.client-section .client-slider {
  overflow: hidden;
}

.client-section .client-slider .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 80px;
  justify-content: center;
}

.client-section .client-slider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.client-section .client-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*
/*-------------------------------------------------
    [ ### work Block ]
*/
.feature-section {
  background-image: -webkit-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  background-image: -ms-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feature-section:hover .highlight-background--lean-left {
  left: 10%;
}

.feature-section .feature-item .feature-icon {
  margin-bottom: 20px;
}

.feature-section .feature-item .feature-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 30px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-section:hover .highlight-background--lean-left {
  left: 20%;
}

.about-section .about-shape-one {
  position: absolute;
  top: 20%;
  left: 5%;
  animation: giraffe 3s linear infinite;
}

.about-section .about-shape-two {
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate2 3s linear infinite;
}

.about-section .about-shape-three {
  position: absolute;
  top: 20%;
  right: 10%;
  animation: giraffe2 3s linear infinite;
}

.about-section .about-thumb {
  animation: giraffe 2s linear infinite;
}

.about-section .about-thumb-two {
  animation: giraffe2 2s linear infinite;
}

.about-section .about-content .sub-title {
  color: #4d5bed;
  margin-bottom: 20px;
  background-color: rgba(77, 91, 237, 0.1);
  padding: 2px 10px;
  border-radius: 5px;
}

.about-section .about-content .title {
  padding-bottom: 20px;
}

.about-section .about-content .title span {
  color: #4d5bed;
}

.about-section .about-content .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 30px;
}

.about-section .about-content .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
}

.about-section .about-content .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
}

.about-section .about-content .about-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### counter Block ]
*/
.counter-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.counter-section .highlight-background--lean-left {
  left: 10%;
}

.counter-section .counter-item {
  width: 100%;
  position: relative;
  text-align: center;
}

.counter-section .counter-item .counter-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  color: #4d5bed;
  font-size: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.counter-section .counter-item .counter-content {
  text-align: center;
}

.counter-section .counter-item .counter-content .odo-title {
  color: #031c6c;
  display: inline-block;
}

@media (min-width: 992px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 24px;
  }
}

.counter-section .counter-item .counter-content p {
  color: #758b9f;
  font-size: 16px;
  text-transform: uppercase;
}

/*-------------------------------------------------
    [ ### news block ]
*/
.news-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.news-section:hover .highlight-background--lean-left {
  left: 20%;
}

.news-section .news-item .news-thumb {
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-section .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  margin: 0 auto -8px auto;
  display: flex;
}

.news-section .news-item .news-content {
  margin-top: 20px;
}

.news-section .news-item .news-content .title {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------------------------------------
    [ ### Action Block ]
*/
.action-section {
  background-color: #f1f2fa;
  position: relative;
  overflow: hidden;
}

.action-section::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}

.action-section::after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}

.action-section:hover::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.action-section:hover::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

.action-section .action-content .sub-title {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
}

.action-section .action-content .title {
  color: white;
  font-size: 40px;
}

.action-section .action-content .action-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.call-to-action-section:hover .highlight-background--lean-left {
  left: 20%;
}

.call-to-action-section .call-to-action-area {
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 60px;
  border-radius: 10px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .call-to-action-section .call-to-action-area {
    padding: 30px;
  }
}

.call-to-action-section .call-to-action-content .title {
  font-weight: 700;
}

.call-to-action-section .call-to-action-content .call-to-action-form {
  margin-top: 30px;
}

.call-to-action-section .call-to-action-content .call-to-action-form input {
  border-radius: 10px;
  padding: 13px 20px;
}

.call-to-action-section .call-to-action-content .call-to-action-form .submit-btn {
  top: 1px;
  right: 16px;
  font-size: 24px;
  background-color: #4d5bed;
  border: 1px solid #4d5bed;
  color: white;

  padding: 11px 30px;
}

.submit-btn:hover {
  color: white;
}

.call-to-action-section .call-to-action-btn {
  float: right;
}

@media only screen and (max-width: 991px) {
  .call-to-action-section .call-to-action-btn {
    float: left;
  }
}

.faq-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.faq-section:hover .highlight-background--lean-left {
  left: 20%;
}

.faq-thumb {
  animation: giraffe2 3s linear infinite;
}

.faq-wrapper {
  margin-top: 30px;
}

.faq-wrapper .faq-item {
  transition: all 0.3s;
}

.faq-wrapper .faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-wrapper .faq-item .faq-title {
  font-size: 20px;
  text-transform: unset;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #0c20500f;
  margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: unset;
}

.faq-content {
  margin-top: 20px;
}

.faq-wrapper .faq-item.open .faq-title {
  background: #4d5bed;
  color: white;
}

.faq-wrapper .faq-item.open .right-icon::before {
  background-color: white;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::after {
  background-color: white;
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-content {
  display: none;
}

.faq-wrapper .faq-content p {
  margin-top: 25px;
  text-transform: unset;
}

.faq-wrapper .faq-content p:last-child {
  margin-bottom: -7px;
}

.faq-wrapper .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  right: 20px;
}

.faq-wrapper .right-icon::before,
.faq-wrapper .right-icon::after {
  position: absolute;
  content: "";
  background: #232323;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.maps {
  height: 400px;
}

.contact-info-area {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact-info-area:hover .highlight-background--lean-left {
  left: 10%;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}

.contact-thumb {
  margin-left: -200px;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-area {
  padding: 40px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: -170px;
  background-color: white;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 30px;
  }
}

.contact-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #4d5bed;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    color: #031c6c;
  }
}

.contact-icon {
  position: absolute;
  opacity: 0.2;
}

.contact-icon i::before {
  font-size: 120px !important;
  color: #4d5bed;
}

.contact-item li {
  color: white;
}

@media only screen and (max-width: 991px) {
  .contact-item li {
    color: #758b9f;
  }
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #4d5bed;
}

.contact-form-title .title {
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  background-color: white;
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.05);
  color: #758b9f;
  padding: 12px 20px;
  border: none;
  border-radius: 120px;
}

.contact-form textarea {
  padding: 15px 60px;
  min-height: 100px;
  border-radius: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #758b9f;
}

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #4d5bed;
  padding: 12px 40px;
  font-size: 16px;
  margin-top: 20px;
  color: white;
}

.contact-form-area {
  margin-left: 40px;
  box-shadow: 0px 0px 47.4px 31.6px rgba(0, 0, 0, 0.03);
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-left: 0;
    padding: 20px;
  }
}

.contact-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}

.contact-info-item {
  padding: 30px;
  border: 1px solid #4d5bed;
  border-radius: 5px;
}

.contact-info-item.active {
  background-color: #4d5bed;
  padding: 30px;
}

.contact-info-item.active i {
  background-color: rgba(255, 255, 255, 0.8);
}

.contact-info-item.active .title {
  color: white;
}

.contact-info-item.active p {
  color: white;
}

.contact-info-item i {
  display: inline-block;
  text-align: center;
  color: #4d5bed;
  font-size: 24px;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(77, 91, 237, 0.1);
}

.contact-info-item i::before {
  font-size: 24px;
  line-height: 1em;
}

.register-section {
  background-image: -webkit-linear-gradient(35deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.register-section:has(.input-popup) {
  overflow: visible;
}

.register-section:has(.input-popup) .register-element-one {
  display: none;
}

.register-section:hover .highlight-background--lean-left {
  left: 10%;
}

.register-section .register-element-one {
  position: absolute;
  top: -2%;
  right: -2%;
  animation: rotate2 20s linear infinite;
}

.register-section .register-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1599px) {
  .register-section .register-element-one {
    top: -4%;
    right: -4%;
  }
}

@media (max-width: 575px) {
  .register-section .register-form-area .title {
    font-size: 22px;
  }
}

.register-section .register-form-area .register-form {
  position: relative;
}

.register-section .register-form-area .register-form input::placeholder {
  color: #758b9f;
}

.register-section .register-form-area .register-form textarea {
  min-height: 200px;
}

.register-section .register-form-area .register-form textarea::placeholder {
  color: #758b9f;
}

.register-section .register-form-area .register-form .nice-select {
  background-color: white;
  border-radius: 5px;
  border: none;
}

.register-section .register-form-area .register-form .nice-select .current {
  color: #758b9f;
}

.register-section .register-form-area .register-form .nice-select::after {
  border-bottom: 2px solid #758b9f;
  border-right: 2px solid #758b9f;
}

.register-section .register-form-area .register-form .nice-select .option:hover {
  color: white;
}

.register-section .register-form-area .register-form .nice-select .option.selected:hover {
  color: #758b9f;
}

.register-section .register-form-area .register-form .radio-wrapper {
  background-color: #4d5bed;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.register-section .register-form-area .register-form .radio-item {
  margin-right: 20px;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: white;
  margin: 0;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label:before,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #fff;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label:after,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4d5bed;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.register-section .register-form-area .register-form .checkbox-wrapper {
  margin-top: 10px;
  width: 100%;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  overflow: hidden;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item label {
  margin: 0;
  color: #031c6c;
}

.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p {
  color: #031c6c;
}

.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p a {
  color: #4d5bed;
}

.register-section .register-form-area .register-form .forgot-password a {
  color: #4d5bed;
}

.change-catagory-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0d0d0dbf;
  z-index: -1;
}

.submit-btn {
  padding: 10px 25px;
  color: white;
  background-color: #4d5bed;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
}

.common-form-style {
  padding: 40px;
  text-align: left;
  background-color: #edeff4;
  z-index: 1;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px 0 0 10px;
}

.register {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
  .common-form-style {
    padding: 40px 30px;
    border-radius: 10px;
  }

  .register {
    border-radius: 10px;
  }

  .change-catagory-area.register-part {
    border-radius: 10px !important;
  }
}

@media (max-width: 575px) {
  .common-form-style {
    padding: 40px 20px;
  }
}

@media (max-width: 425px) {
  .common-form-style {
    /* padding: 30px 15px; */
  }
}

@media (max-width: 425px) {

  .register-section .register-form-area .register-form .checkbox-wrapper a,
  .register-section .register-form-area .register-form .checkbox-wrapper label {
    font-size: 15px;
  }
}

.common-form-style p {
  font-size: 16px;
}

.create-account-form {
  margin-top: 15px;
}

.change-catagory-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  padding: 60px 15px;
  padding: 40px;
  z-index: 2;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.change-catagory-area.register-part {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 991px) {
  .change-catagory-area {
    border-radius: 10px;
  }
}

.change-catagory-area .title {
  color: white;
}

.change-catagory-area p {
  color: white;
}

.account-area {
  display: none;
}

.account-area.change-form {
  display: block;
}

.dashboard-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #4d5bed;
}

.dashboard-section:hover .highlight-background--lean-left {
  left: 20%;
}

.dashboard-section .dash-item {
  background-color: white;
  border-radius: 5px;
  position: relative;
}

.dashboard-section .dash-item .dash-icon {
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.dashboard-section .dash-item .dash-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
}

.dashboard-section .dash-item .dash-overlay-icon {
  position: absolute;
  left: 30%;
  top: 30%;
}

.dashboard-section .dash-item .dash-overlay-icon i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}

.dashboard-section .dash-item .dash-content {
  width: calc(100% - 200px);
  padding: 30px 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-item .dash-content {
    width: calc(100% - 120px);
  }
}

.dashboard-section .dash-item .dash-content .sub-title {
  color: #031c6c;
  font-size: 18px;
  font-weight: 500;
}

.dashboard-section .dash-item .dash-content .title {
  color: #031c6c;
  font-weight: 600;
}

.dashboard-section-two {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}

.dashboard-section-two .dash-item {
  background-color: #4d5bed;
}

.dashboard-section-two .dash-item .dash-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.dashboard-section-two .dash-item .dash-content .sub-title {
  color: white;
}

.dashboard-section-two .dash-item .dash-content .title {
  color: white;
}

.order-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}

.order-section:hover .highlight-background--lean-left {
  left: 20%;
}

.order-section .order-header {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .order-section .order-header {
    float: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .order-section .order-table-area {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.order-section .order-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 10px;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .order-section .order-table {
    width: 700px;
  }
}

.order-section .order-table thead tr {
  background-color: #4d5bed;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
}

.order-section .order-table thead tr th {
  border: none;
  font-weight: 500;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
}

.order-section .order-table tbody tr {
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: #f6f7fa;
}

.order-section .order-table tbody tr th {
  padding: 10px;
}

.order-section .order-table tbody tr th .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}

.order-section .order-table tbody tr th span {
  color: #031c6c;
}

.order-section .order-table tbody tr td {
  border: 1px solid #e5e5e5;
  font-weight: 500;
  padding: 15px 30px;
  font-size: 14px;
}

.order-section .order-table tbody tr td a {
  background-color: #4d5bed;
  color: white;
  padding: 2px 10px;
}

.chart-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}

.chart-section:hover .highlight-background--lean-left {
  left: 20%;
}

.chart-section .chart-area {
  overflow-x: auto;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .chart-section .chart-scroll {
    width: 700px;
    height: 350px;
  }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-thumb .overlay-date {
  position: absolute;
  background-color: #4d5bed;
  color: white;
  font-size: 24px;
  font-weight: 500;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 991px) {
  .blog-thumb .overlay-date {
    font-size: 18px;
  }
}

.blog-thumb img {
  width: 100%;
  transition: all 0.7s;
}

.blog-content {
  margin-top: 25px;
  transition: all 0.7s;
}

.blog-content .date {
  color: #4d5bed;
}

.blog-content .date i {
  margin-right: 6px;
}

.blog-content .title {
  font-size: 30px;
  text-transform: unset;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .blog-content .title {
    font-size: 20px;
  }
}

.blog-content .blog-post-meta {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-content .blog-post-meta span i {
  color: #d41919;
  margin-right: 10px;
}

.remove-btn {
  background-color: #d41919 !important;
  color: #ffffff;
}

.blog-content .blog-post-meta .blog-date {
  position: relative;
  margin-right: 100px;
}

.blog-content .blog-post-meta .blog-date::after {
  position: absolute;
  content: "";
  top: 0;
  right: -40%;
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
}

.blog-content .blog-btn .trans-btn i {
  margin-left: 7px;
  transition: all 0.3s;
}

.news-details-content .title {
  font-size: 24px !important;
}

@media only screen and (max-width: 991px) {
  .news-details-content .title {
    font-size: 20px !important;
  }
}

.news-details-content p {
  font-size: 14px;
}

.blog-item {
  transition: all 0.7s;
}

.popular-widget-box {
  background-color: white;
  border-radius: 5px;
  padding: 30px;
}

.popular-widget-box .single-popular-item {
  margin-bottom: 20px;
  align-items: center;
}

.popular-widget-box .single-popular-item:last-child {
  margin-bottom: 0;
}

.popular-widget-box .single-popular-item .popular-item-thumb {
  width: 60px;
}

.popular-widget-box .single-popular-item .popular-item-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.popular-widget-box .single-popular-item .popular-item-content .blog-user {
  margin-bottom: 0;
}

.popular-widget-box .single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
}

.widget-title {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e530;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.account-wrapper {
  position: relative;
  z-index: 1;
}

.blog-details-content .blog-title {
  font-size: 28px;
}

@media (max-width: 991px) {
  .blog-details-content .blog-title {
    font-size: 24px;
  }
}

blockquote .quote-content {
  font-size: 14px;
  font-style: italic;
  color: white;
  background-color: #4d5bed;
  text-align: center;
  padding: 20px 25px;
}

@media (max-width: 575px) {
  blockquote .quote-content {
    font-size: 16px;
  }
}

.footer-section {
  background-color: #0c2050;
  position: relative;
}

.footer-logo {
  padding-bottom: 0px;
}

.footer-widget ul li {
  padding: 6px 0;
  color: #dfdfdf;
}

.footer-widget ul li a {
  color: #dfdfdf;
}

.footer-widget {
  margin-top: -4px;
}

.footer-widget p {
  color: #dfdfdf;
}

.footer-about p {
  margin-top: 20px;
}

.footer-item-area {
  margin-top: 40px;
}

.footer-item-area--style {
  margin-top: 0;
}

.footer-item {
  width: 70%;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.footer-about-icon {
  width: 40px;
}

.footer-about-content li {
  padding: 0 !important;
}

.footer-section .widget-title {
  position: relative;
  color: white;
  margin-bottom: 20px;
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-form input {
  border: 1px solid #e5e5e5;
  width: 90%;
  color: #758b9f;
}

.footer-form input::placeholder {
  color: #758b9f;
}

.footer-form input[type="submit"] {
  background-color: #4d5bed;
  color: white;
  font-size: 16px;
}

.footer-social {
  margin-top: 30px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  position: relative;
  color: white !important;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: rgba(77, 91, 237, 0.2);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.footer-social li a:hover,
.footer-social li a.active {
  color: white !important;
  background-color: #4d5bed;
}

.footer-social li a i {
  margin-right: 0 !important;
}

.footer-social li+li {
  margin-left: 20px;
}

.footer-link-area .footer-link {
  color: white;
  margin-right: 20px;
}

.footer-link-area .footer-link i {
  color: #4d5bed;
  margin-right: 10px;
}

.privacy-area {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  background-color: #0c2050;
  border-top: 1px solid rgba(77, 91, 237, 0.2);
}

.privacy-area p {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #292929;
  padding: 0;
  line-height: 35px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  background: #4d5bed;
  border: 1px solid #4d5bed;
  color: white;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #4d5bed;
  border-color: #4d5bed;
  color: white;
}

.checkbox-input {
  width: 15px;
  display: inline-block;
  height: 15px;
}

.checkbox-label {
  display: inline;
}

.agree-checkbox {
  align-items: center;
}

.agree-checkbox label {
  margin-bottom: 0;
}

.agree-checkbox .checkbox-input {
  margin-right: 7px;
}

.form--control {
  padding: 9px 15px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: white;
  color: #031c6c;
  font-size: 13px;
}

.form--control:focus {
  border-color: #4d5bed;
}

.nice-select.form--control {
  padding: 0 15px;
}

.nice-select .current {
  line-height: 3.4;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #4d5bed;
}

.input-group-text {
  background-color: #4d5bed17;
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  align-items: center;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #4d5bed;
}

@media (max-width: 991px) {
  .navbar-nav {
    align-items: start;
  }
}

.api-docs-list__item {
  color: #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  gap: 10px;
}

.api-docs-list {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.api-docs-list__item .text {
  flex-basis: 48%;
  word-wrap: break-word !important;
  max-width: -webkit-fill-available;
  word-break: break-all;
}

@media (max-width: 424px) {
  .api-docs-list__item .text {
    flex-basis: 100%;
  }
}

.api-docs-list__item:last-child {
  border-bottom: 0;
}

.border_ticket {
  border: 0.2px solid gray;
}

/* badge */
.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  border: 1px solid #4634ff;
  color: #4634ff;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000000;
}

.btn--dark {
  background-color: #10163a !important;
}

.btn--dark:hover {
  background-color: #0a0e26 !important;
}

.btn--dark {
  color: #ffffff;
}

.btn--dark:hover {
  color: #ffffff;
}

.btn--danger {
  background-color: #e10505 !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: #e10505 !important;
  border: 1px solid #e10505 !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid #e10505 !important;
  color: #e10505 !important;
}

.active.btn-outline--danger {
  background-color: #e10505 !important;
  color: #fff !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: #e10505 !important;
  color: #fff !important;
}

.nice-select.langSel.nselect {
  font-weight: 600;
}

.form-checkbox input {
  width: auto;
}

.form-checkbox label {
  display: inline;
}

.form-checkbox span {
  display: inline;
}

.text--primary {
  color: #4634ff !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163a !important;
}

.text--white {
  color: #ffffff !important;
}

.text--black {
  color: #000000 !important;
}

/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--white));
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--black) / 0.7);
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 170px;
  border: 1px solid #000000db;
  background-color: hsl(var(--base) / 0.03);
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid #000000db;
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #000000db;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 6px 0;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  max-width: 170px;
  border-bottom: 1px solid #000000db;
  border-right: 1px solid #000000db;
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  color: hsl(var(--black));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid #000000db;
}

.table tbody tr td:last-child {
  text-align: right !important;
  border-right: 1px solid #000000db;
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000000db;
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000000db;
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000000db;
    max-width: unset;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */

/* Custom Dropdown Css Start */
@media (max-width: 991px) {
  .header-section .custom--dropdown {
    display: inline-block;
  }
}

/* Custom Dropdown Css Start */
.custom--dropdown {
  position: relative;
  width: auto;
  min-width: 130px;
  border: 1px solid #edeef9;
  border-radius: 5px;
}

.custom--dropdown:after {
  content: "\f107";
  position: absolute;
  font-weight: 900;
  font-family: "Line Awesome Free";
  top: 50%;
  right: 10px;
  transition: auto;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  font-size: 14px;
}

.custom--dropdown.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .custom--dropdown>.custom--dropdown__selected {
    padding: 5px 10px;
  }
}

.custom--dropdown>.dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  overflow-y: auto !important;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown.open>.dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  background: #fff !important;
}

.dropdown-list>.dropdown-list__item {
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 0 !important;
}

.dropdown-list>.dropdown-list__item:hover {
  background-color: #ebedf8;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected .thumb {
  max-width: 30px;
}

.dropdown-list__item .thumb img {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
  width: calc(100% - 30px);
  padding-left: 10px;
}

.custom--dropdown__selected.dropdown-list__item .thumb .flag {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

/* Custom Dropdown Css End */

/* =========================== Accordion Style Two Css start ============================= */
.custom--accordion.services-accordion .accordion-item {
  border: 1px solid #edeff4;
  background-color: transparent !important;
  border-radius: 5px;
  overflow: hidden;
}

.custom--accordion.services-accordion .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.custom--accordion.services-accordion .accordion-header {
  line-height: 1;
}

.custom--accordion.services-accordion .accordion-body {
  padding: 0 0 10px;
  background-color: #fdfdfd;
}

.custom--accordion.services-accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion.services-accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion.services-accordion:first-of-type .accordion-button.collapsed {
  border-radius: 4px;
}

.custom--accordion.services-accordion:last-of-type .accordion-button.collapsed {
  border-radius: 4px;
}

.custom--accordion.services-accordion .accordion-button {
  position: relative;
  background-color: #edeff4;
  color: #000000e6;
  background-color: rgba(0, 0, 0, 0.03) !important;
  font-weight: 400;
  padding: 15px 0;
  padding-left: 15px;
}

.custom--accordion.services-accordion .accordion-button .icon {
  font-size: 14px;
  margin-right: 7px;
}

@media screen and (max-width: 575px) {
  .custom--accordion.services-accordion .accordion-button {
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion.services-accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion.services-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: inherit;
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed)::after,
.custom--accordion.services-accordion .accordion-button.collapsed::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}

.custom--accordion.services-accordion .accordion-button.collapsed::after {
  content: "\f107";
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed)::after {
  content: "\f106";
}

.custom--accordion.services-accordion .table thead tr th {
  border: 0 !important;
  background: transparent !important;
  color: #414141 !important;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.custom--accordion.services-accordion .table tbody tr td {
  border: 0 !important;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons {
  gap: 5px;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons .action-btn {
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 400;
  position: relative;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex !important;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons .action-btn.details-btn {
  background: #000000e6;
  cursor: pointer;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons .action-btn.details-btn[disabled] {
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.action-btn.edit-btn.disabled {
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.action-btn.order-btn {
  background: #4634ff;
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #000;
}

.table--acordion .accordion-item .icon.sent-item {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.table--acordion .accordion-item .icon.rcv-item {
  -webkit-transform: rotate(322deg);
  -ms-transform: rotate(322deg);
  transform: rotate(322deg);
}

/* ================================= Accordion Style Two Css End =========================== */
.action-btn.edit-btn.disabled {
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.action-btn.order-btn {
  background: #4634ff;
}

.flex-align,
.action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.dashboard .action-buttons {
  gap: 7px;
  justify-content: flex-end;
}

.dashboard .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 15px;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 400;
  position: relative;
  color: #fff;
  background: #4d5bed;
}

.dashboard .action-btn .text {
  font-size: 13px;
}

#confirmationModal .btn--primary {
  background-color: #4d5bed !important;
}

/*-------------------------------------------------
      [ ## Overlay Element ]
  */
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.88;
}

.bg-overlay-primary>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}

.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-main>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}

.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}

.bg-overlay-main-two .section-header .section-title {
  color: white;
}

.bg-overlay-main-two .section-header p {
  color: white;
}

.bg-overlay-main-two>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}

.bg-overlay-primary>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.01;
}

.bg-overlay-black>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-two {
  position: relative;
}

.bg-overlay-black-two:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-black-three {
  position: relative;
}

.bg-overlay-black-three:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}

.bg-overlay-black-three>div {
  position: relative;
  z-index: 2;
}

.dashboard {
  position: relative;
  background-image: -webkit-linear-gradient(30deg, #fcfcfc 0%, #f8f8fa 100%);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: hsl(var(#000) / 0.05);
}

.dashboard .api-card {
  padding: 20px 15px;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card {
    padding: 15px 10px;
  }
}

.dashboard .api-card__header .title {
  margin-bottom: 10px;
}

.dashboard .api-card .api-list {
  border: 1px solid hsl(0, 5%, 91%);
  border-radius: 5px;
  margin-bottom: 20px;
}

.dashboard .api-card .api-list__item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .dashboard .api-card .api-list__item {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .api-card .api-list__item {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item {
    padding: 8px;
  }
}

.dashboard .api-card .api-list__item:first-child .title {
  width: 30%;
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item:first-child .title {
    width: 37%;
  }
}

.dashboard .api-card .api-list__item:first-child .title:last-child {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item:first-child .title:last-child {
    width: 63%;
  }
}

.dashboard .api-card .api-list__item:not(:last-child) {
  border-bottom: 1px dashed hsl(0, 0%, 83%);
}

.dashboard .api-card .api-list__item .parameter {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item .parameter {
    width: 37%;
  }
}

.dashboard .api-card .api-list__item .desc {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item .desc {
    width: 63%;
  }
}

.dashboard .api-card__code .title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard .api-card__code pre {
  padding: 10px;
}

.dashboard .api-card__code code {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .dashboard .api-card__code code {
    font-size: 0.8125rem;
  }
}

.sidebar .widget-box img {
  border-radius: 3px !important;
}

.api-card {
  padding: 20px 15px !important;
}

@media screen and (max-width: 424px) {
  .api-card {
    padding: 15px 10px;
  }
}

.api-card__header .title {
  margin-bottom: 10px;
}

.api-card .api-list {
  border: 1px solid hsl(var(--border-color-dashboard));
  border-radius: 5px;
  margin-bottom: 20px;
}

.api-card .api-list__item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .api-card .api-list__item {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 575px) {
  .api-card .api-list__item {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item {
    padding: 8px;
  }
}

.api-card .api-list__item:first-child .title {
  width: 30%;
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item:first-child .title {
    width: 37%;
  }
}

.api-card .api-list__item:first-child .title:last-child {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item:first-child .title:last-child {
    width: 63%;
  }
}

.api-card .api-list__item:not(:last-child) {
  border-bottom: 1px dashed hsl(var(--border-color-dashboard));
}

.api-card .api-list__item .parameter {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item .parameter {
    width: 40%;
  }
}

.api-card .api-list__item .desc {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item .desc {
    width: 60%;
  }
}

.api-card__code .title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.api-card__code pre {
  padding: 10px;
}

.api-card__code code {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .api-card__code code {
    font-size: 0.8125rem;
  }
}

.h-45 {
  height: 45px;
}

.bg--danger {
  background-color: #ea5455 !important;
}


/* custom css start */


/* Copy Animation */
/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-container:has(.select2-selection--single, .select2-selection--multiple),
.select2-container .selection {
  width: 100% !important;
}

.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: transparent !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 100% !important;
}

.dashboard-form .select2-container--default .select2-selection--single,
.card .select2-container--default .select2-selection--single {
  border-color: hsl(var(--black) / 0.2) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  /* border-color: red !important; */
  border-radius: 0.375rem !important;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: hsl(var(--base));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* custom css end */



/* ============================================================
   BSP BANNER SECTION — Inner page hero (Services, About, etc.)
   Prefix: bsp-banner
   ============================================================ */

.bsp-banner {
    position: relative;
    padding: 130px 0 110px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(14,27,77,.95) 0%, rgba(22,39,106,.92) 50%, rgba(0,80,160,.85) 100%),
        radial-gradient(ellipse 800px 500px at 20% 30%, rgba(0,147,250,.20), transparent 60%),
        linear-gradient(135deg, #0e1b4d 0%, #16276a 50%, #1e3a8a 100%);
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Grid overlay */
.bsp-banner-grid {
    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: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    pointer-events: none;
}

/* Glow orbs */
.bsp-banner-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}
.bsp-banner-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0,147,250,.45), transparent 60%);
    top: 10%;
    right: -120px;
    animation: bspGlowFloat 12s ease-in-out infinite;
}
.bsp-banner-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0,147,250,.3), transparent 60%);
    filter: blur(70px);
    bottom: -100px;
    left: -100px;
    animation: bspGlowFloat 15s ease-in-out infinite reverse;
}
@keyframes bspGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -40px) scale(1.1); }
}

/* Floating decorative cards */
.bsp-banner-floats {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.bsp-float-card {
    position: absolute;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 14px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
    color: #16276a;
}
.bsp-fc-ic {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}
.bsp-fc-num {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
}
.bsp-fc-sub {
    font-size: 11px;
    font-weight: 500;
    color: #6e779e;
    margin-top: 2px;
    display: block;
}

.bsp-fc-1 {
    top: 22%;
    left: 4%;
    animation: bspCardFloat 5s ease-in-out infinite;
}
.bsp-fc-2 {
    top: 16%;
    right: 8%;
    animation: bspCardFloat 6s ease-in-out infinite reverse;
}
.bsp-fc-3 {
    bottom: 25%;
    left: 6%;
    animation: bspCardFloat 5.5s ease-in-out infinite;
}
.bsp-fc-4 {
    bottom: 18%;
    right: 4%;
    animation: bspCardFloat 7s ease-in-out infinite reverse;
}
@keyframes bspCardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Inner content */
.bsp-banner-inner {
    position: relative;
    z-index: 3;
}

/* Badge */
.bsp-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 7px 16px 7px 7px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    animation: bspFadeUp .8s ease-out;
}
.bsp-badge-num {
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 11px;
    border-radius: 100px;
    letter-spacing: .05em;
}
@keyframes bspFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Title */
.bsp-banner-content .bsp-banner-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(34px, 4.6vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0,0,0,.2);
    animation: bspFadeUp 1s .1s ease-out backwards;
}

/* Lead paragraph */
.bsp-banner-content .bsp-banner-lead {
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,.85);
    margin-bottom: 26px;
    max-width: 560px;
    animation: bspFadeUp 1s .2s ease-out backwards;
}

/* Tags row */
.bsp-banner-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    animation: bspFadeUp 1s .3s ease-out backwards;
}
.bsp-banner-tag {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.bsp-banner-tag .ic {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #3aafff;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 8px;
}

/* Buttons */
.bsp-banner-btn {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: bspFadeUp 1s .4s ease-out backwards;
}
.bsp-btn-cyan-banner,
.bsp-btn-ghost-banner {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 28px;
    border-radius: 100px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, background .2s;
    font-family: inherit;
}
.bsp-btn-cyan-banner {
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0,147,250,.45);
}
.bsp-btn-cyan-banner:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0,147,250,.6);
}
.bsp-btn-ghost-banner {
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}
.bsp-btn-ghost-banner:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255,255,255,.15);
}

/* Mini stats */
.bsp-banner-mini-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.12);
    animation: bspFadeUp 1s .5s ease-out backwards;
}
.bsp-hms-num {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.bsp-hms-num span {
    color: #3aafff;
}
.bsp-hms-lbl {
    color: rgba(255,255,255,.7);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .04em;
}

/* Right side image */
.bsp-banner-image-wrap {
    position: relative;
    animation: bspFadeUp 1s .3s ease-out backwards;
}
.bsp-banner-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 30px 70px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.15);
}
.bsp-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bsp-banner-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22,39,106,.25) 0%, rgba(0,147,250,.15) 100%);
}

/* Stat floats on banner image */
.bsp-banner-stat-float {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    z-index: 4;
}
.bsp-banner-stat-float .ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 17px;
    flex-shrink: 0;
}
.bsp-banner-stat-float .v {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
}
.bsp-banner-stat-float .l {
    font-size: 11.5px;
    color: #6e779e;
    margin-top: 3px;
    font-weight: 500;
}
.bsp-bsf-1 {
    bottom: 20px;
    left: -30px;
    animation: bspCardFloat 5s ease-in-out infinite;
}
.bsp-bsf-2 {
    top: 30px;
    right: -20px;
    animation: bspCardFloat 6s ease-in-out infinite reverse;
}

/* SVG wave bottom */
.bsp-banner-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 2;
    pointer-events: none;
}
.bsp-banner-wave svg {
    width: 100%;
    height: 90px;
    display: block;
}

/* Hide old default banner stuff if still rendered anywhere */
.bsp-banner .banner-element,
.bsp-banner .banner-shape-one,
.bsp-banner .banner-shape-two,
.bsp-banner .banner-shape-three,
.bsp-banner .figure.highlight-background {
    display: none !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
    .bsp-banner-floats { display: none; }
    .bsp-bsf-1 { left: 14px; }
    .bsp-bsf-2 { right: 14px; }
}

@media (max-width: 991px) {
    .bsp-banner {
        padding: 100px 0 90px;
    }
    .bsp-banner-image-wrap {
        margin-top: 50px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .bsp-banner {
        padding: 80px 0 70px;
    }
    .bsp-banner-badge {
        font-size: 12px;
        padding: 6px 14px 6px 6px;
    }
    .bsp-banner-content .bsp-banner-title {
        font-size: 32px;
    }
    .bsp-banner-content .bsp-banner-lead {
        font-size: 15px;
    }
    .bsp-banner-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
    .bsp-banner-btn {
        flex-direction: column;
        align-items: stretch;
    }
    .bsp-btn-cyan-banner,
    .bsp-btn-ghost-banner {
        justify-content: center;
        padding: 13px 20px;
        font-size: 13.5px;
    }
    .bsp-banner-mini-stats {
        gap: 24px;
    }
    .bsp-hms-num {
        font-size: 24px;
    }
    .bsp-hms-lbl {
        font-size: 11.5px;
    }
    .bsp-banner-wave svg {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .bsp-banner-mini-stats {
        gap: 18px 24px;
    }
    .bsp-banner-stat-float {
        padding: 10px 14px;
    }
    .bsp-banner-stat-float .ic {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .bsp-banner-stat-float .v {
        font-size: 15px;
    }
    .bsp-banner-stat-float .l {
        font-size: 10px;
    }
}



/* ============================================================
   BSP TESTIMONIAL SECTION
   Prefix: bsp-test
   ============================================================ */

.bsp-test-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7ff 50%, #eaf0ff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Decorative orbs */
.bsp-test-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .35;
    pointer-events: none;
}
.bsp-test-orb-1 {
    width: 400px;
    height: 400px;
    background: #0093fa;
    top: -100px;
    left: -100px;
    animation: bspTestOrbFloat 14s ease-in-out infinite;
}
.bsp-test-orb-2 {
    width: 350px;
    height: 350px;
    background: #16276a;
    bottom: -100px;
    right: -100px;
    animation: bspTestOrbFloat 16s ease-in-out infinite reverse;
}
@keyframes bspTestOrbFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, -40px); }
}

/* Section head */
.bsp-test-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}
.bsp-test-head .bsp-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #e0f2ff;
    color: #16276a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 18px;
}
.bsp-test-head .bsp-sec-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0093fa;
}
.bsp-test-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0c1230;
    margin-bottom: 14px;
}
.bsp-test-title em {
    font-style: normal;
    background: linear-gradient(135deg, #0093fa, #16276a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.bsp-test-subtitle {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 16.5px;
    margin: 0;
}

/* Slider wrapper */
.bsp-test-slider-wrap {
    position: relative;
    z-index: 2;
}

/* Testimonial card */
.bsp-test-card {
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}
.bsp-test-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(22, 39, 106, .1);
    border-color: #0093fa;
}
.bsp-test-card::before {
    content: '"';
    position: absolute;
    top: -12px;
    right: 24px;
    font-family: 'Sora', sans-serif;
    font-size: 80px;
    color: #0093fa;
    line-height: 1;
    font-weight: 800;
    opacity: .18;
}

/* Stars */
.bsp-test-stars {
    color: #f59e0b;
    margin-bottom: 14px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 3px;
}
.bsp-test-stars .far {
    color: #e3ecf7;
}

/* Review text */
.bsp-test-txt {
    font-family: 'Manrope', sans-serif;
    color: #0c1230;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
    position: relative;
    z-index: 2;
    flex: 1;
}

/* User block */
.bsp-test-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #dde4f7;
}
.bsp-test-thumb {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f4f7ff;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(22, 39, 106, .12);
}
.bsp-test-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bsp-test-meta {
    flex: 1;
    min-width: 0;
}
.bsp-test-meta h5 {
    font-family: 'Sora', sans-serif;
    color: #0c1230;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.3;
}
.bsp-test-meta span {
    color: #6e779e;
    font-size: 12px;
    font-weight: 500;
}
.bsp-test-verify {
    margin-left: auto;
    color: #0093fa;
    font-size: 16px;
    flex-shrink: 0;
}

/* Swiper pagination dots */
.bsp-test-pagination {
    text-align: center;
    margin-top: 36px;
    position: relative !important;
}
.bsp-test-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c5d1e8;
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 100px;
    transition: all .3s ease;
}
.bsp-test-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #0093fa, #3aafff);
    width: 32px;
    box-shadow: 0 4px 10px rgba(0, 147, 250, .35);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
    .bsp-test-section {
        padding: 60px 0;
    }
    .bsp-test-head {
        margin-bottom: 36px;
    }
    .bsp-test-card {
        padding: 24px;
        min-height: auto;
    }
    .bsp-test-txt {
        font-size: 14.5px;
    }
    .bsp-test-pagination {
        margin-top: 26px;
    }
}

@media (max-width: 480px) {
    .bsp-test-section {
        padding: 50px 0;
    }
    .bsp-test-card {
        padding: 22px;
    }
    .bsp-test-card::before {
        font-size: 60px;
        right: 18px;
    }
}



/* ============================================================
   BSP SUBSCRIBE / NEWSLETTER SECTION
   Prefix: bsp-sub / bsp-subscribe
   ============================================================ */

.bsp-subscribe-section {
    padding: 90px 0;
    background: #f4f7ff;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

.bsp-subscribe-wrap {
    position: relative;
    border-radius: 32px;
    padding: 70px 50px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(14, 27, 77, .94), rgba(22, 39, 106, .88) 60%, rgba(0, 80, 160, .82) 100%),
        linear-gradient(135deg, #0e1b4d 0%, #16276a 50%, #1e3a8a 100%);
    box-shadow: 0 30px 70px rgba(22, 39, 106, .3);
}

/* Background grid overlay */
.bsp-sub-grid {
    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: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    pointer-events: none;
}

/* Glowing orb */
.bsp-sub-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 147, 250, .45), transparent 70%);
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    animation: bspSubGlowFloat 12s ease-in-out infinite;
}
.bsp-sub-glow::after {
    content: '';
    position: absolute;
    bottom: -300px;
    left: -300px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 147, 250, .3), transparent 70%);
    border-radius: 50%;
    filter: blur(70px);
}
@keyframes bspSubGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.1); }
}

.bsp-sub-row {
    position: relative;
    z-index: 2;
}

.bsp-sub-content {
    max-width: 720px;
    margin: 0 auto;
}

/* Badge */
.bsp-sub-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(0, 147, 250, .2);
    border: 1px solid rgba(0, 147, 250, .5);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    color: #3aafff;
    margin-bottom: 22px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.bsp-sub-badge i {
    font-size: 13px;
}

/* Title */
.bsp-sub-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 16px;
}
.bsp-sub-title em {
    font-style: normal;
    color: #3aafff;
}

/* Lead text */
.bsp-sub-lead {
    font-family: 'Manrope', sans-serif;
    font-size: 16.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .82);
    margin: 0 0 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Form */
.bsp-sub-form {
    margin-bottom: 24px;
}

.bsp-sub-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1.5px solid rgba(255, 255, 255, .2);
    border-radius: 100px;
    padding: 6px 6px 6px 18px;
    max-width: 560px;
    margin: 0 auto;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all .25s ease;
}
.bsp-sub-input-group:focus-within {
    background: rgba(255, 255, 255, .15);
    border-color: #3aafff;
    box-shadow: 0 0 0 4px rgba(0, 147, 250, .15);
}

.bsp-sub-input-icon {
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    margin-right: 12px;
    transition: color .2s;
}
.bsp-sub-input-group:focus-within .bsp-sub-input-icon {
    color: #3aafff;
}

.bsp-sub-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    padding: 14px 0;
    min-width: 0;
}
.bsp-sub-input::placeholder {
    color: rgba(255, 255, 255, .55);
    font-weight: 400;
}

.bsp-sub-btn {
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: inherit;
    transition: transform .2s, box-shadow .2s, background .2s;
    box-shadow: 0 6px 18px rgba(0, 147, 250, .45);
    flex-shrink: 0;
    white-space: nowrap;
}
.bsp-sub-btn:hover {
    background: linear-gradient(135deg, #007ad1, #0093fa);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 147, 250, .55);
    color: #fff;
}
.bsp-sub-btn:active {
    transform: translateY(0);
}
.bsp-sub-btn i {
    font-size: 13px;
}

/* Trust signals */
.bsp-sub-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    padding-top: 8px;
}
.bsp-sub-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
}
.bsp-sub-trust-item i {
    color: #3aafff;
    font-size: 13px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .bsp-subscribe-section {
        padding: 70px 0;
    }
    .bsp-subscribe-wrap {
        padding: 56px 36px;
        border-radius: 26px;
    }
}

@media (max-width: 768px) {
    .bsp-subscribe-section {
        padding: 50px 0;
    }
    .bsp-subscribe-wrap {
        padding: 48px 24px;
        border-radius: 22px;
    }
    .bsp-sub-badge {
        font-size: 12px;
        padding: 7px 14px;
    }
    .bsp-sub-lead {
        font-size: 15px;
    }
    .bsp-sub-input-group {
        flex-direction: column;
        background: transparent;
        border: none;
        padding: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        gap: 12px;
        max-width: 100%;
    }
    .bsp-sub-input-group:focus-within {
        background: transparent;
        border: none;
        box-shadow: none;
    }
    .bsp-sub-input {
        width: 100%;
        background: rgba(255, 255, 255, .1);
        border: 1.5px solid rgba(255, 255, 255, .2);
        border-radius: 100px;
        padding: 14px 18px 14px 44px;
        font-size: 14.5px;
    }
    .bsp-sub-input:focus {
        background: rgba(255, 255, 255, .15);
        border-color: #3aafff;
        box-shadow: 0 0 0 4px rgba(0, 147, 250, .15);
    }
    .bsp-sub-input-icon {
        position: absolute;
        left: 18px;
        top: 18px;
        margin-right: 0;
    }
    .bsp-sub-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
    .bsp-sub-trust {
        gap: 16px;
    }
    .bsp-sub-trust-item {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .bsp-subscribe-wrap {
        padding: 40px 20px;
    }
    .bsp-sub-trust {
        flex-direction: column;
        gap: 10px;
    }
}


/* ============================================================
   BSP FEATURE SECTION
   Prefix: bsp-feat
   ============================================================ */

.bsp-feature-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7ff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Decorative orbs */
.bsp-feat-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .25;
    pointer-events: none;
    z-index: 0;
}
.bsp-feat-orb-1 {
    width: 400px;
    height: 400px;
    background: #0093fa;
    top: -100px;
    right: -120px;
}
.bsp-feat-orb-2 {
    width: 350px;
    height: 350px;
    background: #16276a;
    bottom: -120px;
    left: -120px;
}

/* Section head */
.bsp-feat-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
    position: relative;
    z-index: 2;
}
.bsp-feat-head .bsp-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #e0f2ff;
    color: #16276a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 18px;
}
.bsp-feat-head .bsp-sec-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0093fa;
}
.bsp-feat-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4.4vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0c1230;
    margin: 0 0 14px;
}
.bsp-feat-title em {
    font-style: normal;
    background: linear-gradient(135deg, #0093fa, #16276a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.bsp-feat-subtitle {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 16.5px;
    line-height: 1.65;
    margin: 0;
}

/* Grid */
.bsp-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
}

/* Card */
.bsp-feat-card {
    position: relative;
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    overflow: hidden;
    isolation: isolate;
}
.bsp-feat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(22, 39, 106, .12);
    border-color: #0093fa;
}

/* Decorative corner accent */
.bsp-feat-corner {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 147, 250, .08), transparent 70%);
    transition: all .4s ease;
    z-index: -1;
}
.bsp-feat-card:hover .bsp-feat-corner {
    transform: scale(1.4);
    background: radial-gradient(circle, rgba(0, 147, 250, .15), transparent 70%);
}

/* Icon */
.bsp-feat-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 12px 28px rgba(22, 39, 106, .2);
    position: relative;
    transition: transform .35s ease;
}
.bsp-feat-card:hover .bsp-feat-icon {
    transform: scale(1.08) rotate(-5deg);
}

/* Icon HTML content (from $item->data_values->icon) — could be <i>, <svg>, or <img> */
.bsp-feat-icon i,
.bsp-feat-icon svg {
    color: #fff;
    fill: #fff;
    font-size: 30px;
    width: 32px;
    height: 32px;
}
.bsp-feat-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Icon color variants (rotating) */
.bsp-feat-ic-c1 {
    background: linear-gradient(135deg, #16276a, #2a3d8a);
}
.bsp-feat-ic-c2 {
    background: linear-gradient(135deg, #0093fa, #3aafff);
}
.bsp-feat-ic-c3 {
    background: linear-gradient(135deg, #3F51B5, #2196F3);
}
.bsp-feat-ic-c4 {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.bsp-feat-ic-c5 {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}
.bsp-feat-ic-c6 {
    background: linear-gradient(135deg, #ec4899, #f472b6);
}

/* Content */
.bsp-feat-content {
    position: relative;
    z-index: 2;
}
.bsp-feat-card-title {
    font-family: 'Sora', sans-serif;
    color: #0c1230;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}
.bsp-feat-content p {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
}

/* Empty state */
.bsp-feat-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 24px;
    background: #fff;
    border: 2px dashed #dde4f7;
    border-radius: 20px;
}
.bsp-feat-empty i {
    font-size: 42px;
    color: #c5d1e8;
    margin-bottom: 14px;
    display: block;
}
.bsp-feat-empty p {
    color: #6e779e;
    font-size: 15px;
    margin: 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .bsp-feat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .bsp-feature-section {
        padding: 60px 0;
    }
    .bsp-feat-head {
        margin-bottom: 40px;
    }
    .bsp-feat-card {
        padding: 28px 22px;
    }
    .bsp-feat-icon {
        width: 64px;
        height: 64px;
        font-size: 26px;
        margin-bottom: 18px;
    }
    .bsp-feat-icon i,
    .bsp-feat-icon svg {
        font-size: 26px;
        width: 28px;
        height: 28px;
    }
    .bsp-feat-card-title {
        font-size: 17px;
    }
}

@media (max-width: 560px) {
    .bsp-feat-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   BSP FAQ SECTION
   Prefix: bsp-faq
   ============================================================ */

.bsp-faq-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #f4f7ff 0%, #fff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Decorative orbs */
.bsp-faq-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .25;
    pointer-events: none;
    z-index: 0;
}
.bsp-faq-orb-1 {
    width: 380px;
    height: 380px;
    background: #0093fa;
    top: -100px;
    left: -100px;
}
.bsp-faq-orb-2 {
    width: 350px;
    height: 350px;
    background: #16276a;
    bottom: -120px;
    right: -120px;
}

/* Section head */
.bsp-faq-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
    position: relative;
    z-index: 2;
}
.bsp-faq-head .bsp-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #e0f2ff;
    color: #16276a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 18px;
}
.bsp-faq-head .bsp-sec-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0093fa;
}
.bsp-faq-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0c1230;
    margin: 0 0 14px;
}
.bsp-faq-title em {
    font-style: normal;
    background: linear-gradient(135deg, #0093fa, #16276a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.bsp-faq-subtitle {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 16.5px;
    margin: 0;
}

/* Grid */
.bsp-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

/* LEFT: Image side */
.bsp-faq-side {
    position: sticky;
    top: 120px;
}
.bsp-faq-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 1.1;
    box-shadow: 0 24px 60px rgba(22, 39, 106, .15);
}
.bsp-faq-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bsp-faq-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 39, 106, .2) 0%, rgba(22, 39, 106, .8) 100%);
}

/* Overlay CTA */
.bsp-faq-overlay-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    color: #fff;
    z-index: 2;
}
.bsp-faq-overlay-content h4 {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #fff;
}
.bsp-faq-overlay-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.6;
    margin: 0 0 20px;
}

.bsp-faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    border-radius: 100px;
    background: linear-gradient(135deg, #25d366, #1da851);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    box-shadow: 0 8px 22px rgba(37, 211, 102, .35);
    transition: transform .2s, box-shadow .2s;
}
.bsp-faq-cta-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, .5);
}

/* Floating stat card on image */
.bsp-faq-float {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #fff;
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
    z-index: 3;
    animation: bspFaqFloat 5s ease-in-out infinite;
}
.bsp-faq-float .ic {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 15px;
    flex-shrink: 0;
}
.bsp-faq-float .v {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
}
.bsp-faq-float .l {
    font-size: 11px;
    color: #6e779e;
    margin-top: 3px;
    font-weight: 500;
}
@keyframes bspFaqFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* RIGHT: Accordion list */
.bsp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bsp-faq-item {
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}
.bsp-faq-item:hover {
    border-color: #c5d6f0;
}
.bsp-faq-item.active,
.bsp-faq-item.open {
    box-shadow: 0 16px 32px rgba(22, 39, 106, .08);
    border-color: #0093fa;
}

/* Question */
.bsp-faq-q {
    padding: 18px 22px;
    cursor: pointer;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #0c1230;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    gap: 16px;
    user-select: none;
}
.bsp-faq-q .title {
    flex: 1;
}

/* Right icon (animated +/−) */
.bsp-faq-icon {
    width: 32px;
    height: 32px;
    background: #e0f2ff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all .3s ease;
}
.bsp-faq-icon i {
    color: #16276a;
    font-size: 12px;
    transition: transform .3s ease;
}
.bsp-faq-item.active .bsp-faq-icon,
.bsp-faq-item.open .bsp-faq-icon {
    background: linear-gradient(135deg, #0093fa, #3aafff);
}
.bsp-faq-item.active .bsp-faq-icon i,
.bsp-faq-item.open .bsp-faq-icon i {
    color: #fff;
    transform: rotate(45deg);
}

/* Answer */
.bsp-faq-a {
    padding: 0 22px 20px;
    color: #6e779e;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    display: none;
}
.bsp-faq-item.active .bsp-faq-a,
.bsp-faq-item.open .bsp-faq-a {
    display: block;
}
.bsp-faq-a p {
    margin: 0;
}

/* Empty state */
.bsp-faq-empty {
    text-align: center;
    padding: 50px 24px;
    background: #fff;
    border: 2px dashed #dde4f7;
    border-radius: 16px;
}
.bsp-faq-empty i {
    font-size: 40px;
    color: #c5d1e8;
    margin-bottom: 12px;
    display: block;
}
.bsp-faq-empty p {
    color: #6e779e;
    font-size: 14.5px;
    margin: 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .bsp-faq-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .bsp-faq-side {
        position: static;
        max-width: 540px;
        margin: 0 auto;
        width: 100%;
    }
    .bsp-faq-image-wrap {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 768px) {
    .bsp-faq-section {
        padding: 60px 0;
    }
    .bsp-faq-head {
        margin-bottom: 40px;
    }
    .bsp-faq-q {
        padding: 16px 18px;
        font-size: 14.5px;
        gap: 12px;
    }
    .bsp-faq-icon {
        width: 28px;
        height: 28px;
    }
    .bsp-faq-icon i {
        font-size: 11px;
    }
    .bsp-faq-a {
        padding: 0 18px 18px;
        font-size: 14px;
    }
    .bsp-faq-overlay-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .bsp-faq-overlay-content h4 {
        font-size: 19px;
    }
    .bsp-faq-overlay-content p {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .bsp-faq-float {
        top: 16px;
        right: 16px;
        padding: 10px 14px;
    }
    .bsp-faq-float .ic {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .bsp-faq-float .v {
        font-size: 14px;
    }
    .bsp-faq-float .l {
        font-size: 10px;
    }
}


/* ============================================================
   BSP ABOUT SECTION
   Prefix: bsp-about
   ============================================================ */

.bsp-about-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7ff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Decorative orbs */
.bsp-about-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .25;
    pointer-events: none;
    z-index: 0;
}
.bsp-about-orb-1 {
    width: 400px;
    height: 400px;
    background: #0093fa;
    top: -100px;
    right: -120px;
}
.bsp-about-orb-2 {
    width: 350px;
    height: 350px;
    background: #16276a;
    bottom: -120px;
    left: -120px;
}

/* Grid */
.bsp-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* ============ LEFT: Image side ============ */
.bsp-about-side {
    position: relative;
}

.bsp-about-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 1.05;
    box-shadow: 0 30px 70px rgba(22, 39, 106, .15);
    border: 1px solid #dde4f7;
}
.bsp-about-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.bsp-about-image-wrap:hover img {
    transform: scale(1.04);
}
.bsp-about-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22, 39, 106, .2) 0%, rgba(0, 147, 250, .1) 100%);
    pointer-events: none;
}

/* Floating cards on image */
.bsp-about-float {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    z-index: 3;
}
.bsp-about-float .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 17px;
    flex-shrink: 0;
}
.bsp-about-float .v {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
}
.bsp-about-float .l {
    font-size: 11.5px;
    color: #6e779e;
    margin-top: 3px;
    font-weight: 500;
}
.bsp-about-float-1 {
    bottom: 24px;
    left: 24px;
    animation: bspAboutFloat 5s ease-in-out infinite;
}
.bsp-about-float-2 {
    top: 24px;
    right: 24px;
    animation: bspAboutFloat 6s ease-in-out infinite reverse;
}
@keyframes bspAboutFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Accent badge below image */
.bsp-about-badge-accent {
    position: absolute;
    bottom: -28px;
    right: -10px;
    background: linear-gradient(135deg, #16276a, #2a3d8a);
    color: #fff;
    padding: 14px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 20px 40px rgba(22, 39, 106, .35);
    z-index: 4;
    border: 4px solid #fff;
}
.bsp-about-badge-accent i {
    font-size: 22px;
    color: #3aafff;
}
.bsp-about-badge-accent strong {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    margin-bottom: 4px;
}
.bsp-about-badge-accent span {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

/* ============ RIGHT: Content side ============ */
.bsp-about-content .bsp-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #e0f2ff;
    color: #16276a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 18px;
}
.bsp-about-content .bsp-sec-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0093fa;
}

.bsp-about-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(30px, 4.4vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0c1230;
    margin: 0 0 22px;
}
.bsp-about-title em {
    font-style: normal;
    background: linear-gradient(135deg, #0093fa, #16276a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.bsp-about-desc {
    font-family: 'Manrope', sans-serif;
    color: #4a5575;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
}
.bsp-about-desc p {
    margin: 0 0 14px;
}
.bsp-about-desc p:last-child {
    margin-bottom: 0;
}
.bsp-about-desc ul,
.bsp-about-desc ol {
    margin: 14px 0;
    padding-left: 22px;
}
.bsp-about-desc li {
    margin-bottom: 8px;
}
.bsp-about-desc strong,
.bsp-about-desc b {
    color: #16276a;
    font-weight: 700;
}
.bsp-about-desc a {
    color: #0093fa;
    font-weight: 700;
    text-decoration: none;
}
.bsp-about-desc a:hover {
    text-decoration: underline;
}

/* Feature mini-list */
.bsp-about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 32px;
}
.bsp-about-feat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 14px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bsp-about-feat:hover {
    transform: translateY(-3px);
    border-color: #0093fa;
    box-shadow: 0 12px 28px rgba(22, 39, 106, .08);
}
.bsp-about-feat-ic {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}
.bsp-afi-1 {
    background: linear-gradient(135deg, #0093fa, #3aafff);
}
.bsp-afi-2 {
    background: linear-gradient(135deg, #3F51B5, #2196F3);
}
.bsp-about-feat h4 {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #16276a;
    margin: 0 0 4px;
    line-height: 1.3;
}
.bsp-about-feat p {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: #6e779e;
    margin: 0;
    line-height: 1.5;
}

/* CTA buttons */
.bsp-about-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.bsp-about-btn-primary,
.bsp-about-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 26px;
    border-radius: 100px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    border: none;
    transition: transform .2s, box-shadow .2s, background .2s;
}
.bsp-about-btn-primary {
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 147, 250, .35);
}
.bsp-about-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 147, 250, .5);
}
.bsp-about-btn-ghost {
    background: #fff;
    color: #16276a;
    border: 1.5px solid #dde4f7;
}
.bsp-about-btn-ghost:hover {
    color: #16276a;
    border-color: #0093fa;
    background: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(22, 39, 106, .1);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .bsp-about-grid {
        grid-template-columns: 1fr;
        gap: 80px 60px;
    }
    .bsp-about-side {
        max-width: 540px;
        margin: 0 auto;
        width: 100%;
    }
    .bsp-about-badge-accent {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .bsp-about-section {
        padding: 60px 0;
    }
    .bsp-about-grid {
        gap: 60px 40px;
    }
    .bsp-about-image-wrap {
        aspect-ratio: 1 / 1;
    }
    .bsp-about-float {
        padding: 11px 14px;
    }
    .bsp-about-float .ic {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .bsp-about-float .v {
        font-size: 15px;
    }
    .bsp-about-float .l {
        font-size: 10.5px;
    }
    .bsp-about-float-1 { bottom: 14px; left: 14px; }
    .bsp-about-float-2 { top: 14px; right: 14px; }

    .bsp-about-badge-accent {
        padding: 11px 16px;
        right: 14px;
        bottom: -22px;
    }
    .bsp-about-badge-accent i {
        font-size: 18px;
    }
    .bsp-about-badge-accent strong {
        font-size: 10px;
    }
    .bsp-about-badge-accent span {
        font-size: 16px;
    }

    .bsp-about-desc {
        font-size: 15px;
    }
    .bsp-about-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .bsp-about-cta {
        flex-direction: column;
    }
    .bsp-about-btn-primary,
    .bsp-about-btn-ghost {
        justify-content: center;
        padding: 13px 22px;
    }
}

@media (max-width: 480px) {
    .bsp-about-feat {
        padding: 14px;
    }
    .bsp-about-feat-ic {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}



/* ============================================================
   BSP ABOUT SECTION — Alternate (mirror layout for about_social)
   ============================================================ */

.bsp-about-alt {
    background: linear-gradient(180deg, #f4f7ff 0%, #fff 100%);
    padding-top: 60px; /* tighten gap if directly under about_team */
}

/* Different orb colors / positions for visual variety */
.bsp-about-orb-3 {
    width: 380px;
    height: 380px;
    background: #8b5cf6;
    top: -100px;
    left: -120px;
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .18;
    pointer-events: none;
    z-index: 0;
}
.bsp-about-orb-4 {
    width: 360px;
    height: 360px;
    background: #0093fa;
    bottom: -120px;
    right: -120px;
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .22;
    pointer-events: none;
    z-index: 0;
}

/* Reverse grid order: content first (left), image second (right) */
.bsp-about-grid-reverse {
    grid-template-columns: 1.05fr 1fr;
}

/* Slightly different sec-tag color tone for variety */
.bsp-sec-tag-alt {
    background: #f3eaff !important;
    color: #6d28d9 !important;
}
.bsp-sec-tag-alt .dot {
    background: #8b5cf6 !important;
}

/* Floating cards on this image — different positions */
.bsp-about-float-3 {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    z-index: 3;
    top: 24px;
    left: 24px;
    animation: bspAboutFloat 5.5s ease-in-out infinite;
}
.bsp-about-float-4 {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    z-index: 3;
    bottom: 24px;
    right: 24px;
    animation: bspAboutFloat 6.5s ease-in-out infinite reverse;
}
.bsp-about-float-3 .ic,
.bsp-about-float-4 .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 17px;
    flex-shrink: 0;
}
.bsp-about-float-3 .v,
.bsp-about-float-4 .v {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
}
.bsp-about-float-3 .l,
.bsp-about-float-4 .l {
    font-size: 11.5px;
    color: #6e779e;
    margin-top: 3px;
    font-weight: 500;
}

/* Cyan-tinted accent badge variant */
.bsp-about-badge-cyan {
    background: linear-gradient(135deg, #0093fa, #007ad1) !important;
    left: -10px;
    right: auto !important;
}
.bsp-about-badge-cyan i {
    color: #fff !important;
}

/* Platform pills */
.bsp-about-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.bsp-about-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1.5px solid #dde4f7;
    border-radius: 100px;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #16276a;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    cursor: default;
}
.bsp-about-pill:hover {
    transform: translateY(-2px);
    border-color: #0093fa;
    box-shadow: 0 6px 16px rgba(22, 39, 106, .08);
}
.bsp-about-pill i {
    font-size: 14px;
}
.bsp-app-ig i {
    background: linear-gradient(135deg, #feda77, #f58529, #dd2a7b, #8134af);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.bsp-app-yt i { color: #ff0000; }
.bsp-app-tt i { color: #0c0c0c; }
.bsp-app-fb i { color: #1877f2; }
.bsp-app-tw i { color: #0c0c0c; }
.bsp-app-sp i { color: #1db954; }

/* ============ RESPONSIVE — reverse layout on mobile ============ */
@media (max-width: 1024px) {
    .bsp-about-grid-reverse {
        grid-template-columns: 1fr;
    }
    /* On mobile, show image FIRST, then content (better visual hierarchy) */
    .bsp-about-grid-reverse .bsp-about-content {
        order: 2;
    }
    .bsp-about-grid-reverse .bsp-about-side {
        order: 1;
    }
    .bsp-about-badge-cyan {
        left: 20px;
    }
}

@media (max-width: 768px) {
    .bsp-about-alt {
        padding-top: 50px;
    }
    .bsp-about-float-3 {
        top: 14px;
        left: 14px;
        padding: 11px 14px;
    }
    .bsp-about-float-4 {
        bottom: 14px;
        right: 14px;
        padding: 11px 14px;
    }
    .bsp-about-float-3 .ic,
    .bsp-about-float-4 .ic {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .bsp-about-float-3 .v,
    .bsp-about-float-4 .v {
        font-size: 15px;
    }
    .bsp-about-float-3 .l,
    .bsp-about-float-4 .l {
        font-size: 10.5px;
    }
    .bsp-about-badge-cyan {
        left: 14px;
        bottom: -22px;
    }
    .bsp-about-platforms {
        gap: 8px;
        margin-bottom: 24px;
    }
    .bsp-about-pill {
        padding: 7px 13px;
        font-size: 12px;
    }
}



/* ============================================================
   BSP ABOUT — ROI VARIANT (Green/profitability theme)
   ============================================================ */

.bsp-about-roi {
    background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%);
    padding-top: 60px;
}

/* Orbs — green tinted */
.bsp-about-orb-5 {
    width: 400px;
    height: 400px;
    background: #3F51B5;
    top: -100px;
    right: -120px;
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .18;
    pointer-events: none;
    z-index: 0;
}
.bsp-about-orb-6 {
    width: 360px;
    height: 360px;
    background: #0093fa;
    bottom: -120px;
    left: -120px;
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .2;
    pointer-events: none;
    z-index: 0;
}

/* Grid — content left, image right */
.bsp-about-grid-roi {
    grid-template-columns: 1.05fr 1fr;
}

/* Section tag — green tone */
.bsp-sec-tag-roi {
    background: #2196f338 !important;
    color: #3F51B5 !important;
}
.bsp-sec-tag-roi .dot {
    background: #3F51B5 !important;
}

/* ROI stat strip */
.bsp-roi-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 26px;
    padding: 20px;
      background: linear-gradient(135deg, #3f51b540, #2196f359);
    border: 1px solid #03A9F4;
    border-radius: 16px;
}
.bsp-roi-stat {
    text-align: center;
    position: relative;
}
.bsp-roi-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(16, 185, 129, .2);
}
.bsp-roi-stat-num {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #3F51B5;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}
.bsp-roi-stat-num span {
    font-size: 18px;
    color: #3F51B5;
}
.bsp-roi-stat-lbl {
    font-family: 'Manrope', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #3F51B5;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.3;
}

/* Check list */
.bsp-roi-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.bsp-roi-check {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: #16276a;
}
.bsp-roi-check .ic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3F51B5, #2196F3);
        color: #fff;
    display: grid;
    place-items: center;
    font-size: 10px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(16, 185, 129, .25);
}

/* Green CTA button */
.bsp-btn-green {
       background: linear-gradient(135deg, #3F51B5, #2196F3) !important;
    box-shadow: 0 8px 22px #2196F3 !important;
}
.bsp-btn-green:hover {
box-shadow: 0 14px 30px #3F51B5 !important;
}

/* ROI image wrap */
.bsp-roi-image {
    aspect-ratio: 1 / 0.95;
    border-color: #bbf7d0 !important;
}
.bsp-roi-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, .15) 0%, rgba(22, 39, 106, .15) 100%);
    pointer-events: none;
}

/* Revenue float card */
.bsp-roi-float {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
    z-index: 3;
}

.bsp-roi-float-1 {
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: bspAboutFloat 5s ease-in-out infinite;
}
.bsp-roi-float-1 .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3F51B5, #2196F3);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    flex-shrink: 0;
}
.bsp-roi-float-1 .v {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #3F51B5;
    line-height: 1;
}
.bsp-roi-float-1 .l {
    font-size: 11px;
    color: #6e779e;
    margin-top: 3px;
    font-weight: 500;
}
.bsp-roi-trend {
    margin-left: 8px;
    background: #d1fae5;
    color: #3F51B5;
    padding: 4px 9px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}
.bsp-roi-trend i {
    font-size: 9px;
}

/* Mini bar chart card */
.bsp-roi-float-2 {
    bottom: 24px;
    left: 24px;
    animation: bspAboutFloat 6.5s ease-in-out infinite reverse;
    min-width: 160px;
}
.bsp-roi-chart {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 50px;
    margin-bottom: 10px;
}
.bsp-roi-chart span {
    flex: 1;
    background: linear-gradient(180deg, #3F51B5, #2196F3);
    border-radius: 3px 3px 0 0;
    min-height: 8px;
    animation: bspRoiBarPulse 2s ease-in-out infinite;
}
.bsp-roi-chart span:nth-child(1) { animation-delay: 0s; }
.bsp-roi-chart span:nth-child(2) { animation-delay: 0.15s; }
.bsp-roi-chart span:nth-child(3) { animation-delay: 0.3s; }
.bsp-roi-chart span:nth-child(4) { animation-delay: 0.45s; }
.bsp-roi-chart span:nth-child(5) { animation-delay: 0.6s; }
.bsp-roi-chart span:nth-child(6) { animation-delay: 0.75s; }
.bsp-roi-chart span:last-child {
    background: linear-gradient(180deg, #0093fa, #3aafff);
}
@keyframes bspRoiBarPulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}
.bsp-roi-chart-meta strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
    margin-bottom: 3px;
}
.bsp-roi-chart-meta span {
    font-family: 'Manrope', sans-serif;
    font-size: 10.5px;
    color: #6e779e;
    font-weight: 500;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .bsp-about-grid-roi {
        grid-template-columns: 1fr;
    }
    .bsp-about-grid-roi .bsp-about-side {
        order: 2;
        max-width: 540px;
        margin: 0 auto;
        width: 100%;
    }
    .bsp-roi-image {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 768px) {
    .bsp-about-roi {
        padding-top: 50px;
    }
    .bsp-roi-stats {
        padding: 16px 12px;
        gap: 8px;
    }
    .bsp-roi-stat-num {
        font-size: 22px;
    }
    .bsp-roi-stat-num span {
        font-size: 15px;
    }
    .bsp-roi-stat-lbl {
        font-size: 10px;
    }
    .bsp-roi-check {
        font-size: 13.5px;
    }
    .bsp-roi-float-1 {
        top: 14px;
        right: 14px;
        padding: 11px 14px;
        gap: 10px;
    }
    .bsp-roi-float-1 .ic {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
    .bsp-roi-float-1 .v {
        font-size: 15px;
    }
    .bsp-roi-trend {
        font-size: 10px;
        padding: 3px 7px;
    }
    .bsp-roi-float-2 {
        bottom: 14px;
        left: 14px;
        padding: 11px 14px;
        min-width: 130px;
    }
    .bsp-roi-chart {
        height: 36px;
    }
    .bsp-roi-chart-meta strong {
        font-size: 12px;
    }
    .bsp-roi-chart-meta span {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .bsp-roi-stats {
        grid-template-columns: 1fr;
    }
    .bsp-roi-stat:not(:last-child)::after {
        display: none;
    }
    .bsp-roi-stat {
        padding: 12px 0;
        border-bottom: 1px solid rgba(16, 185, 129, .15);
    }
    .bsp-roi-stat:last-child {
        border-bottom: none;
    }
}





/* ============================================================
   BSP BLOG / NEWS SECTION
   Prefix: bsp-blog
   ============================================================ */

.bsp-blog-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #f4f7ff 0%, #fff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Decorative orbs */
.bsp-blog-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .22;
    pointer-events: none;
    z-index: 0;
}
.bsp-blog-orb-1 {
    width: 380px;
    height: 380px;
    background: #0093fa;
    top: -100px;
    right: -120px;
}
.bsp-blog-orb-2 {
    width: 350px;
    height: 350px;
    background: #16276a;
    bottom: -120px;
    left: -120px;
}

/* Section head */
.bsp-blog-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
    position: relative;
    z-index: 2;
}
.bsp-blog-head .bsp-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #e0f2ff;
    color: #16276a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 18px;
}
.bsp-blog-head .bsp-sec-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0093fa;
}
.bsp-blog-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0c1230;
    margin: 0 0 14px;
}
.bsp-blog-title em {
    font-style: normal;
    background: linear-gradient(135deg, #0093fa, #16276a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.bsp-blog-subtitle {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 16.5px;
    margin: 0;
}

/* Blog grid */
.bsp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
}

/* Card */
.bsp-blog-card {
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bsp-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(22, 39, 106, .12);
    border-color: #0093fa;
}

/* Thumbnail */
.bsp-blog-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: block;
    background: #f4f7ff;
}
.bsp-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    display: block;
}
.bsp-blog-card:hover .bsp-blog-thumb img {
    transform: scale(1.08);
}
.bsp-blog-thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(22, 39, 106, .35) 100%);
    pointer-events: none;
    transition: opacity .3s ease;
    opacity: .8;
}
.bsp-blog-card:hover .bsp-blog-thumb-overlay {
    opacity: 1;
}

/* Category badge */
.bsp-blog-cat-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #16276a;
    font-family: 'Sora', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 4px 12px rgba(22, 39, 106, .15);
}
.bsp-blog-cat-badge i {
    color: #0093fa;
    font-size: 10px;
}

/* Content */
.bsp-blog-content {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Meta row */
.bsp-blog-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.bsp-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6e779e;
}
.bsp-blog-meta i {
    color: #0093fa;
    font-size: 11px;
}

/* Card title */
.bsp-blog-card-title {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
    color: #0c1230;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bsp-blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.bsp-blog-card-title a:hover {
    color: #0093fa;
}

/* Excerpt */
.bsp-blog-excerpt {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more link */
.bsp-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Sora', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #0093fa;
    text-decoration: none;
    transition: gap .25s ease, color .2s ease;
    align-self: flex-start;
}
.bsp-blog-link i {
    font-size: 11px;
    transition: transform .25s ease;
}
.bsp-blog-link:hover {
    color: #007ad1;
    gap: 12px;
}
.bsp-blog-link:hover i {
    transform: translateX(3px);
}

/* Empty state */
.bsp-blog-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 24px;
    background: #fff;
    border: 2px dashed #dde4f7;
    border-radius: 20px;
}
.bsp-blog-empty i {
    font-size: 42px;
    color: #c5d1e8;
    margin-bottom: 14px;
    display: block;
}
.bsp-blog-empty p {
    color: #6e779e;
    font-size: 15px;
    margin: 0;
}

/* View all CTA */
.bsp-blog-cta-wrap {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.bsp-blog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: #fff;
    border: 1.5px solid #dde4f7;
    color: #16276a;
    font-family: 'Sora', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: 100px;
    text-decoration: none;
    transition: all .25s ease;
}
.bsp-blog-view-all:hover {
    color: #fff;
    background: linear-gradient(135deg, #0093fa, #3aafff);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 147, 250, .35);
}
.bsp-blog-view-all i {
    font-size: 12px;
    transition: transform .25s ease;
}
.bsp-blog-view-all:hover i {
    transform: translateX(3px);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .bsp-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .bsp-blog-section {
        padding: 60px 0;
    }
    .bsp-blog-head {
        margin-bottom: 40px;
    }
    .bsp-blog-content {
        padding: 18px 18px 22px;
    }
    .bsp-blog-card-title {
        font-size: 16px;
    }
    .bsp-blog-excerpt {
        font-size: 13.5px;
    }
    .bsp-blog-cta-wrap {
        margin-top: 36px;
    }
}

@media (max-width: 560px) {
    .bsp-blog-grid {
        grid-template-columns: 1fr;
    }
}



/* ============================================================
   BSP COUNTER SECTION — Override default SMMLab classes
   No HTML changes — pure CSS override
   ============================================================ */

/* Hide the old decorative SVG figure */
.counter-section .figure.highlight-background {
    display: none !important;
}

/* Section wrapper */
.counter-section {
    padding: 70px 0 !important;
    background: #fff !important;
    position: relative;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif !important;
}

.counter-section .container {
    position: relative;
}

/* Wrap row content in a navy gradient card */
.counter-section .row {
    position: relative;
    background: linear-gradient(135deg, #0e1b4d 0%, #16276a 50%, #1e3a8a 100%);
    border-radius: 28px;
    padding: 56px 30px 46px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(22, 39, 106, .25);
}

/* Grid pattern overlay */
.counter-section .row::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: 50px 50px;
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

/* Glow orbs */
.counter-section .row::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 147, 250, .45), transparent 70%);
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
    animation: bspCounterGlow 12s ease-in-out infinite;
}

@keyframes bspCounterGlow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

/* Column wrappers — preserve grid */
.counter-section [class*="col-"] {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
    padding: 0 12px;
}

/* Individual counter item */
.counter-section .counter-item {
    text-align: center;
    padding: 20px 12px;
    position: relative;
    background: transparent !important;
    border: none !important;
    transition: transform .3s ease;
}
.counter-section .counter-item:hover {
    transform: translateY(-4px);
}

/* Vertical dividers between items (desktop) */
@media (min-width: 992px) {
    .counter-section .col-lg-3:not(:last-child) .counter-item::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(255, 255, 255, .12);
    }
}

/* Icon container */
.counter-section .counter-icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 16px !important;
    margin: 0 auto 16px !important;
    display: grid !important;
    place-items: center !important;
    color: #fff !important;
    font-size: 24px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .25) !important;
    transition: transform .3s ease !important;
    background: linear-gradient(135deg, #0093fa, #3aafff) !important;
    line-height: 1 !important;
}
.counter-section .counter-item:hover .counter-icon {
    transform: scale(1.08) rotate(-5deg);
}

/* Auto-rotate icon colors: 1st cyan, 2nd green, 3rd amber, 4th purple */
.counter-section .col-lg-3:nth-child(4n+1) .counter-icon {
    background: linear-gradient(135deg, #0093fa, #3aafff) !important;
}
.counter-section .col-lg-3:nth-child(4n+2) .counter-icon {
    background: linear-gradient(135deg, #3F51B5, #2196F3) !important;
}
.counter-section .col-lg-3:nth-child(4n+3) .counter-icon {
    background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
}
.counter-section .col-lg-3:nth-child(4n+4) .counter-icon {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa) !important;
}

/* Icon HTML content (i, svg, img) */
.counter-section .counter-icon i,
.counter-section .counter-icon svg {
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}
.counter-section .counter-icon img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Counter content wrapper */
.counter-section .counter-content {
    text-align: center;
}

/* Number area — odometer wrapper */
.counter-section .odo-area {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    line-height: 1;
    margin-bottom: 10px;
}

/* The actual number (.odometer + .odo-title) */
.counter-section .odo-title,
.counter-section .odometer {
    font-family: 'Sora', sans-serif !important;
    font-size: clamp(36px, 4.4vw, 48px) !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

/* Add "+" suffix after number */
.counter-section .odo-area::after {
    content: '+';
    font-family: 'Sora', sans-serif;
    font-size: clamp(28px, 3.5vw, 36px);
    font-weight: 800;
    color: #3aafff;
    line-height: 1;
    margin-left: 2px;
}

/* Odometer internal digit styling override (if odometer JS renders spans) */
.counter-section .odometer .odometer-digit,
.counter-section .odometer-inside,
.counter-section .odometer-ribbon,
.counter-section .odometer-ribbon-inner,
.counter-section .odometer-value {
    font-family: 'Sora', sans-serif !important;
    color: #fff !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

/* Counter label (paragraph below) */
.counter-section .counter-content p {
    font-family: 'Manrope', sans-serif !important;
    color: #cdd5f5 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .counter-section .row {
        padding: 44px 24px 34px;
    }
    .counter-section .col-md-6 {
        margin-bottom: 24px !important;
    }
    .counter-section .col-md-6:last-child,
    .counter-section .col-md-6:nth-last-child(2) {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .counter-section {
        padding: 50px 0 !important;
    }
    .counter-section .row {
        padding: 40px 20px 26px;
        border-radius: 22px;
    }
    .counter-section .counter-icon {
        width: 52px !important;
        height: 52px !important;
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
    .counter-section .counter-icon i,
    .counter-section .counter-icon svg {
        font-size: 20px !important;
    }
    .counter-section .counter-content p {
        font-size: 12.5px !important;
    }
}

@media (max-width: 560px) {
    .counter-section .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px !important;
    }
    .counter-section .col-sm-6:last-child {
        margin-bottom: 0 !important;
    }
    .counter-section .counter-item {
        padding: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .counter-section .col-sm-6:last-child .counter-item {
        border-bottom: none;
    }
}


/* ============================================================
   BSP AUTH SECTION — Login & Register Pages
   Prefix: bsp-auth
   ============================================================ */

.bsp-auth-section {
    position: relative;
    padding: 80px 0;
    min-height: 100vh;
    background: linear-gradient(180deg, #f4f7ff 0%, #eaf0ff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Background grid */
.bsp-auth-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22, 39, 106, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 39, 106, .04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    pointer-events: none;
}

/* Decorative orbs */
.bsp-auth-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .3;
    pointer-events: none;
    z-index: 0;
}
.bsp-auth-orb-1 {
    width: 450px;
    height: 450px;
    background: #0093fa;
    top: -120px;
    left: -120px;
    animation: bspAuthOrb 14s ease-in-out infinite;
}
.bsp-auth-orb-2 {
    width: 380px;
    height: 380px;
    background: #16276a;
    bottom: -100px;
    right: -100px;
    animation: bspAuthOrb 16s ease-in-out infinite reverse;
}
@keyframes bspAuthOrb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -40px) scale(1.1); }
}

/* Wrapper */
.bsp-auth-wrap {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

/* Floating cards (decorative, around the form) */
.bsp-auth-float {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 16px 40px rgba(22, 39, 106, .18);
    z-index: 5;
}
.bsp-auth-float .ic {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 15px;
    flex-shrink: 0;
}
.bsp-auth-float .v {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #16276a;
    line-height: 1;
}
.bsp-auth-float .l {
    font-size: 11px;
    color: #6e779e;
    margin-top: 3px;
    font-weight: 500;
}
.bsp-auth-float-1 {
    top: -30px;
    left: -50px;
    animation: bspAuthFloat 5s ease-in-out infinite;
}
.bsp-auth-float-2 {
    top: 30%;
    right: -60px;
    animation: bspAuthFloat 6s ease-in-out infinite reverse;
}
.bsp-auth-float-3 {
    bottom: -30px;
    left: 35%;
    animation: bspAuthFloat 5.5s ease-in-out infinite;
}
@keyframes bspAuthFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Main row: split layout */
.bsp-auth-row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(22, 39, 106, .18);
    border: 1px solid #dde4f7;
}

/* ============ LEFT: FORM SIDE ============ */
.bsp-auth-form-side {
    padding: 0;
}

.bsp-auth-card {
    padding: 44px 44px 36px;
    background: #fff;
}

.bsp-auth-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dde4f7;
}
.bsp-auth-logo {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: linear-gradient(135deg, #16276a, #0093fa);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 8px 22px rgba(22, 39, 106, .3);
    flex-shrink: 0;
}
.bsp-auth-card-head h3 {
    font-family: 'Sora', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #0c1230;
    line-height: 1.2;
    margin: 0 0 3px;
}
.bsp-auth-card-head span {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 13px;
    font-weight: 500;
}

.bsp-auth-title {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0c1230;
    margin: 0 0 6px;
}
.bsp-auth-subtitle {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 14px;
    margin: 0 0 26px;
}

/* Form inputs */
.bsp-auth-form .bsp-auth-input-group {
    margin-bottom: 16px;
    position: relative;
}
.bsp-auth-label {
    display: block !important;
    font-family: 'Sora', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #3a4275 !important;
    margin-bottom: 7px !important;
}
.bsp-auth-input-wrap {
    position: relative;
}
.bsp-auth-ic {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6e779e;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
    transition: color .2s;
}
.bsp-auth-input {
    width: 100% !important;
    padding: 14px 16px 14px 46px !important;
    background: #f4f7ff !important;
    border: 1.5px solid transparent !important;
    border-radius: 12px !important;
    font-size: 14.5px !important;
    font-family: 'Manrope', sans-serif !important;
    color: #0c1230 !important;
    transition: all .2s !important;
    outline: none !important;
    height: auto !important;
    line-height: 1.5 !important;
}
.bsp-auth-input:focus {
    background: #fff !important;
    border-color: #0093fa !important;
    box-shadow: 0 0 0 4px rgba(0, 147, 250, .1) !important;
}
.bsp-auth-input-wrap:focus-within .bsp-auth-ic {
    color: #0093fa;
}
.bsp-auth-input::placeholder {
    color: #9ba2c4;
}

/* Password toggle */
.bsp-auth-toggle-pwd {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6e779e;
    font-size: 14px;
    cursor: pointer;
    padding: 6px;
    transition: color .2s;
    z-index: 2;
}
.bsp-auth-toggle-pwd:hover {
    color: #16276a;
}

/* Captcha wrap */
.bsp-auth-captcha {
    margin-bottom: 16px;
}
.bsp-auth-captcha:empty {
    display: none;
}

/* Options row */
.bsp-auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    flex-wrap: wrap;
    gap: 12px;
}
.bsp-auth-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px;
    color: #3a4275;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}
.bsp-auth-remember input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid #dde4f7;
    background: #fff;
    accent-color: #0093fa;
    cursor: pointer;
}
.bsp-auth-forgot {
    color: #0093fa !important;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
}
.bsp-auth-forgot:hover {
    text-decoration: underline;
    color: #007ad1 !important;
}

/* Submit button */
.bsp-auth-submit {
    width: 100% !important;
    padding: 14px 22px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0093fa, #3aafff) !important;
    color: #fff !important;
    font-family: 'Sora', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 8px 22px rgba(0, 147, 250, .4);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s, box-shadow .2s;
}
.bsp-auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 147, 250, .55);
    color: #fff !important;
}

/* Social login wrap (third-party include) */
.bsp-auth-social-wrap {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #dde4f7;
}
.bsp-auth-social-wrap:empty {
    display: none;
}

/* Trust signals */
.bsp-auth-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #dde4f7;
    flex-wrap: wrap;
}
.bsp-auth-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 11.5px;
    color: #6e779e;
    font-weight: 600;
}
.bsp-auth-trust-item i {
    color: #0093fa;
    font-size: 12px;
}

/* Mobile-only switch link (hidden on desktop) */
.bsp-auth-mobile-switch {
    display: none;
    text-align: center;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dde4f7;
    font-size: 13.5px;
    color: #6e779e;
}
.bsp-auth-mobile-switch a {
    color: #0093fa;
    font-weight: 700;
    text-decoration: none;
}

/* ============ RIGHT: CTA SIDE ============ */
.bsp-auth-cta-side {
    position: relative;
    padding: 50px 44px;
    color: #fff;
    background: linear-gradient(135deg, #0e1b4d 0%, #16276a 50%, #1e3a8a 100%);
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bsp-auth-cta-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    pointer-events: none;
}
.bsp-auth-cta-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 147, 250, .35), transparent 70%);
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    animation: bspAuthOrb 12s ease-in-out infinite;
}

.bsp-auth-cta-inner {
    position: relative;
    z-index: 2;
}

.bsp-auth-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 7px 16px 7px 7px;
    border-radius: 100px;
    font-family: 'Sora', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px;
}
.bsp-badge-num {
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 11px;
    border-radius: 100px;
    letter-spacing: .05em;
}

.bsp-auth-cta-title {
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 16px;
}

.bsp-auth-cta-lead {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .85);
    margin: 0 0 28px;
}

/* Mini stats */
.bsp-auth-cta-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px;
    padding: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.bsp-auth-cta-stat {
    text-align: center;
}
.bsp-auth-cta-stat .num {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -0.02em;
}
.bsp-auth-cta-stat .num span {
    color: #3aafff;
    font-size: 16px;
}
.bsp-auth-cta-stat .lbl {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* CTA button */
.bsp-auth-cta-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 28px !important;
    background: #fff !important;
    color: #16276a !important;
    font-family: 'Sora', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s, background .2s !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25) !important;
    border: none !important;
    margin-bottom: 28px;
}
.bsp-auth-cta-btn:hover {
    background: #f4f7ff !important;
    color: #16276a !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .35) !important;
}

/* Platforms row */
.bsp-auth-cta-platforms .lbl {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}
.bsp-auth-cta-platforms .icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.bsp-auth-cta-platforms .ic {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 15px;
    cursor: default;
    transition: transform .25s ease;
}
.bsp-auth-cta-platforms .ic:hover {
    transform: translateY(-3px);
}
.bsp-auth-cta-platforms .ic.ig { background: linear-gradient(135deg, #feda77, #f58529, #dd2a7b, #8134af); }
.bsp-auth-cta-platforms .ic.yt { background: #ff0000; }
.bsp-auth-cta-platforms .ic.tt { background: linear-gradient(135deg, #25f4ee, #000, #fe2c55); }
.bsp-auth-cta-platforms .ic.fb { background: #1877f2; }
.bsp-auth-cta-platforms .ic.tw { background: #0c0c0c; }
.bsp-auth-cta-platforms .ic.tg { background: #26a5e4; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
    .bsp-auth-float {
        display: none;
    }
}

@media (max-width: 991px) {
    .bsp-auth-section {
        padding: 50px 0;
    }
    .bsp-auth-row {
        grid-template-columns: 1fr;
    }
    .bsp-auth-cta-side {
        display: none;
    }
    .bsp-auth-mobile-switch {
        display: block;
    }
    .bsp-auth-card {
        padding: 36px 28px 30px;
    }
}

@media (max-width: 560px) {
    .bsp-auth-section {
        padding: 30px 0;
    }
    .bsp-auth-wrap {
        padding: 0 4px;
    }
    .bsp-auth-card {
        padding: 30px 22px 26px;
    }
    .bsp-auth-card-head {
        gap: 12px;
        margin-bottom: 22px;
        padding-bottom: 18px;
    }
    .bsp-auth-logo {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }
    .bsp-auth-card-head h3 {
        font-size: 17px;
    }
    .bsp-auth-title {
        font-size: 20px;
    }
    .bsp-auth-trust {
        gap: 10px;
    }
    .bsp-auth-trust-item {
        font-size: 11px;
    }
}

/* Override SMMLab default form styles inside auth card */
.bsp-auth-card .form-group {
    margin-bottom: 16px;
}
.bsp-auth-card .checkbox-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.bsp-auth-card .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bsp-auth-card .checkbox-item label {
    margin: 0;
    font-size: 13.5px;
    color: #3a4275;
    cursor: pointer;
}

/* Captcha override — if SMMLab renders inline */
.bsp-auth-captcha .g-recaptcha,
.bsp-auth-captcha #g-recaptcha-error {
    margin-bottom: 12px;
}

/* ============================================================
   BSP CONTACT PAGE
   Prefix: bsp-contact
   ============================================================ */

.bsp-contact-section {
    position: relative;
    padding: 70px 0 50px;
    background: linear-gradient(180deg, #f4f7ff 0%, #eaf0ff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

/* Background grid + orbs */
.bsp-contact-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22, 39, 106, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 39, 106, .04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    pointer-events: none;
}
.bsp-contact-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .3;
    pointer-events: none;
    z-index: 0;
}
.bsp-contact-orb-1 {
    width: 420px;
    height: 420px;
    background: #0093fa;
    top: -120px;
    right: -120px;
    animation: bspContactOrb 14s ease-in-out infinite;
}
.bsp-contact-orb-2 {
    width: 360px;
    height: 360px;
    background: #16276a;
    bottom: -100px;
    left: -100px;
    animation: bspContactOrb 16s ease-in-out infinite reverse;
}
@keyframes bspContactOrb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -40px) scale(1.1); }
}

/* Section head */
.bsp-contact-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
    position: relative;
    z-index: 2;
}
.bsp-contact-head .bsp-sec-tag,
.bsp-contact-info-head .bsp-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #e0f2ff;
    color: #16276a;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 18px;
}
.bsp-contact-head .bsp-sec-tag .dot,
.bsp-contact-info-head .bsp-sec-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0093fa;
}
.bsp-contact-title,
.bsp-contact-info-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(30px, 4.4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0c1230;
    margin: 0 0 14px;
}
.bsp-contact-title em,
.bsp-contact-info-title em {
    font-style: normal;
    background: linear-gradient(135deg, #0093fa, #16276a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.bsp-contact-subtitle {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

/* Main grid */
.bsp-contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* ============ LEFT: Form ============ */
.bsp-contact-card {
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 24px 60px rgba(22, 39, 106, .12);
}

.bsp-contact-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dde4f7;
}
.bsp-contact-logo {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: linear-gradient(135deg, #0093fa, #3aafff);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 19px;
    box-shadow: 0 8px 22px rgba(0, 147, 250, .35);
    flex-shrink: 0;
}
.bsp-contact-card-head h3 {
    font-family: 'Sora', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #0c1230;
    line-height: 1.2;
    margin: 0 0 3px;
}
.bsp-contact-card-head span {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 13px;
    font-weight: 500;
}

/* Inputs */
.bsp-contact-input-group {
    margin-bottom: 16px;
}
.bsp-contact-label {
    display: block !important;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #3a4275;
    margin-bottom: 7px;
}
.bsp-contact-input-wrap {
    position: relative;
}
.bsp-contact-ic {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #6e779e;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
    transition: color .2s;
}
.bsp-contact-textarea-wrap .bsp-contact-ic {
    top: 16px;
}
.bsp-contact-input {
    width: 100% !important;
    padding: 14px 16px 14px 46px !important;
    background: #f4f7ff !important;
    border: 1.5px solid transparent !important;
    border-radius: 12px !important;
    font-size: 14.5px !important;
    font-family: 'Manrope', sans-serif !important;
    color: #0c1230 !important;
    transition: all .2s !important;
    outline: none !important;
    line-height: 1.5 !important;
}
.bsp-contact-input:focus {
    background: #fff !important;
    border-color: #0093fa !important;
    box-shadow: 0 0 0 4px rgba(0, 147, 250, .1) !important;
}
.bsp-contact-input-wrap:focus-within .bsp-contact-ic {
    color: #0093fa;
}
.bsp-contact-input::placeholder {
    color: #9ba2c4;
}
.bsp-contact-input[readonly] {
    background: #eef2f8 !important;
    color: #6e779e !important;
    cursor: not-allowed;
}

.bsp-contact-textarea {
    min-height: 130px !important;
    resize: vertical !important;
    padding-top: 14px !important;
    line-height: 1.6 !important;
}

/* Captcha wrap */
.bsp-contact-captcha {
    margin-bottom: 18px;
}
.bsp-contact-captcha:empty {
    display: none;
}

/* Submit button */
.bsp-contact-submit {
    width: 100% !important;
    padding: 14px 22px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0093fa, #3aafff) !important;
    color: #fff !important;
    font-family: 'Sora', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 8px 22px rgba(0, 147, 250, .4);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s, box-shadow .2s !important;
}
.bsp-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 147, 250, .55);
    color: #fff !important;
}

/* Trust signals */
.bsp-contact-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #dde4f7;
    flex-wrap: wrap;
}
.bsp-contact-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #6e779e;
    font-weight: 600;
}
.bsp-contact-trust-item i {
    color: #0093fa;
    font-size: 12px;
}

/* ============ RIGHT: Info side ============ */
.bsp-contact-info-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Hero image card */
.bsp-contact-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 24px 60px rgba(22, 39, 106, .18);
    border: 1px solid #dde4f7;
}
.bsp-contact-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.bsp-contact-image-wrap:hover img {
    transform: scale(1.05);
}
.bsp-contact-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 39, 106, .2) 0%, rgba(14, 27, 77, .85) 100%);
}

.bsp-contact-image-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
}
.bsp-contact-image-content h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
}
.bsp-contact-image-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.6;
    margin: 0 0 16px;
}

.bsp-contact-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 22px;
    border-radius: 100px;
    background: linear-gradient(135deg, #25d366, #1da851);
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(37, 211, 102, .4);
    transition: transform .2s, box-shadow .2s;
}
.bsp-contact-wa-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, .55);
}

/* Live indicator */
.bsp-contact-live {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #fff;
    padding: 7px 14px 7px 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #065f46;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    z-index: 3;
}
.bsp-contact-live .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, .6);
    animation: bspLivePulse 1.8s infinite;
}
@keyframes bspLivePulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, .6); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Quick info mini cards */
.bsp-contact-quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.bsp-contact-quick-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 14px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bsp-contact-quick-item:hover {
    transform: translateY(-3px);
    border-color: #0093fa;
    box-shadow: 0 12px 28px rgba(22, 39, 106, .08);
}
.bsp-contact-quick-item .ic {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0093fa, #3aafff);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
    flex-shrink: 0;
}
.bsp-contact-quick-item strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    color: #16276a;
    line-height: 1.3;
    margin-bottom: 3px;
}
.bsp-contact-quick-item span {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #6e779e;
    font-weight: 500;
}

/* ============ CONTACT INFO CARDS SECTION ============ */
.bsp-contact-info-section {
    position: relative;
    padding: 70px 0 90px;
    background: linear-gradient(180deg, #eaf0ff 0%, #fff 100%);
    overflow: hidden;
    font-family: 'Sora', 'Manrope', system-ui, -apple-system, sans-serif;
}

.bsp-contact-info-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    background: #0093fa;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(120px);
    opacity: .12;
    pointer-events: none;
    z-index: 0;
}

.bsp-contact-info-head {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.bsp-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
    z-index: 2;
}

.bsp-contact-info-card {
    position: relative;
    padding: 32px 26px;
    background: #fff;
    border: 1px solid #dde4f7;
    border-radius: 20px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    overflow: hidden;
    isolation: isolate;
}
.bsp-contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(22, 39, 106, .12);
    border-color: #0093fa;
}

.bsp-contact-info-active {
    border-color: #0093fa;
    box-shadow: 0 16px 36px rgba(0, 147, 250, .15);
}

.bsp-contact-info-corner {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 147, 250, .08), transparent 70%);
    transition: all .4s ease;
    z-index: -1;
}
.bsp-contact-info-card:hover .bsp-contact-info-corner {
    transform: scale(1.4);
    background: radial-gradient(circle, rgba(0, 147, 250, .15), transparent 70%);
}

.bsp-contact-info-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 28px rgba(22, 39, 106, .15);
    transition: transform .3s ease;
}
.bsp-contact-info-card:hover .bsp-contact-info-icon {
    transform: scale(1.08) rotate(-5deg);
}
.bsp-cii-1 { background: linear-gradient(135deg, #16276a, #2a3d8a); }
.bsp-cii-2 { background: linear-gradient(135deg, #0093fa, #3aafff); }
.bsp-cii-3 { background: linear-gradient(135deg, #10b981, #34d399); }

.bsp-contact-info-card-title {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0c1230;
    margin: 0 0 10px;
}

.bsp-contact-info-card p {
    font-family: 'Manrope', sans-serif;
    color: #6e779e;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
}
.bsp-contact-info-card p a {
    color: #16276a;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s;
}
.bsp-contact-info-card p a:hover {
    color: #0093fa;
    text-decoration: underline;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .bsp-contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .bsp-contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bsp-contact-info-grid .bsp-contact-info-card:last-child {
        grid-column: 1 / -1;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bsp-contact-section {
        padding: 50px 0 30px;
    }
    .bsp-contact-info-section {
        padding: 50px 0 70px;
    }
    .bsp-contact-head,
    .bsp-contact-info-head {
        margin-bottom: 36px;
    }
    .bsp-contact-card {
        padding: 26px 22px;
    }
    .bsp-contact-card-head {
        gap: 12px;
        margin-bottom: 22px;
        padding-bottom: 18px;
    }
    .bsp-contact-logo {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }
    .bsp-contact-card-head h3 {
        font-size: 17px;
    }
    .bsp-contact-image-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
    .bsp-contact-image-content h4 {
        font-size: 17px;
    }
    .bsp-contact-image-content p {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .bsp-contact-trust {
        gap: 12px;
    }
    .bsp-contact-trust-item {
        font-size: 11px;
    }
    .bsp-contact-info-card {
        padding: 26px 20px;
    }
    .bsp-contact-info-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }
}

@media (max-width: 560px) {
    .bsp-contact-quick {
        grid-template-columns: 1fr;
    }
    .bsp-contact-info-grid {
        grid-template-columns: 1fr;
    }
    .bsp-contact-info-grid .bsp-contact-info-card:last-child {
        max-width: 100%;
    }
    .bsp-contact-live {
        top: 14px;
        right: 14px;
        font-size: 11px;
        padding: 6px 12px 6px 10px;
    }
}











/* New files  */


/* ============================================================
   SMM DESK — Login Page CSS
   All classes prefixed with smdk-
   Dark Navy + Blue Theme — actual hex colors only
   ============================================================ */

.smdk-login-page *,
.smdk-login-page *::before,
.smdk-login-page *::after{box-sizing:border-box}

/* ============ PAGE BACKGROUND ============ */
.smdk-login-page{
    padding:60px 0;
    position:relative;
    overflow:hidden;
    font-family:'Manrope',sans-serif;
    background:
        radial-gradient(ellipse 800px 500px at 20% 30%,rgba(2,137,237,.15),transparent 60%),
        radial-gradient(ellipse 800px 500px at 80% 70%,rgba(15,26,78,.12),transparent 60%),
        linear-gradient(180deg,#ffffff 0%,#eff6ff 100%);
}
.smdk-login-page::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(2,137,237,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(2,137,237,.04) 1px,transparent 1px);
    background-size:50px 50px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}
.smdk-login-page > .container{
    position:relative;
    z-index:2;
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}

.smdk-login-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.35;
    pointer-events:none;
}
.smdk-login-orb-1{
    width:400px;
    height:400px;
    background:#0289ed;
    top:-100px;
    left:-100px;
    animation:smdkOrbBob 12s ease-in-out infinite;
}
.smdk-login-orb-2{
    width:350px;
    height:350px;
    background:#4dabf7;
    bottom:-100px;
    right:-100px;
    animation:smdkOrbBob 14s ease-in-out infinite reverse;
}
@keyframes smdkOrbBob{
    0%,100%{transform:translate(0,0)}
    50%{transform:translate(40px,-30px)}
}

/* ============ SPLIT LAYOUT ============ */
.smdk-login-split{
    position:relative;
    z-index:2;
    max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.05fr;
    gap:0;
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 30px 80px rgba(15,26,78,.18);
    border:1px solid #bfdbfe;
    overflow:hidden;
}

/* ============ LEFT PANEL ============ */
.smdk-login-left{
    background:
        radial-gradient(circle at 30% 20%,rgba(77,171,247,.4),transparent 50%),
        radial-gradient(circle at 70% 80%,rgba(2,137,237,.3),transparent 50%),
        linear-gradient(135deg,#0a0a2e 0%,#0f1a4e 100%);
    color:#ffffff;
    padding:42px 38px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
.smdk-login-left::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:30px 30px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}
.smdk-ll-content{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    height:100%;
}

.smdk-ll-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.18);
    padding:6px 14px;
    border-radius:100px;
    font-size:11.5px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:.08em;
    align-self:flex-start;
}
.smdk-live-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#10b981;
    box-shadow:0 0 0 0 rgba(16,185,129,.6);
    animation:smdkLiveDot 1.8s ease-out infinite;
}
@keyframes smdkLiveDot{
    0%{box-shadow:0 0 0 0 rgba(16,185,129,.6)}
    70%{box-shadow:0 0 0 8px rgba(16,185,129,0)}
    100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}
}

.smdk-ll-title{
    font-family:'Sora',sans-serif;
    font-size:26px;
    font-weight:800;
    line-height:1.2;
    margin:0 0 10px;
    letter-spacing:-.6px;
    color:#ffffff;
}
.smdk-ll-title em{
    font-style:normal;
    background:linear-gradient(135deg,#ffffff,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-ll-sub{
    color:rgba(255,255,255,.8);
    font-size:14px;
    margin:0 0 24px;
    line-height:1.55;
}

/* Live feed */
.smdk-ll-feed{
    display:flex;
    flex-direction:column;
    gap:9px;
    margin-bottom:22px;
}
.smdk-ll-feed-item{
    display:flex;
    align-items:center;
    gap:11px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.1);
    padding:11px 13px;
    border-radius:12px;
    animation:smdkSlideIn .6s ease-out backwards;
}
.smdk-ll-feed-item:nth-child(1){animation-delay:.1s}
.smdk-ll-feed-item:nth-child(2){animation-delay:.2s}
.smdk-ll-feed-item:nth-child(3){animation-delay:.3s}
@keyframes smdkSlideIn{
    from{opacity:0;transform:translateX(-15px)}
    to{opacity:1;transform:translateX(0)}
}
.smdk-llf-ic{
    width:34px;
    height:34px;
    border-radius:10px;
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:13px;
    flex-shrink:0;
}
.smdk-llf-ic.ig{background:linear-gradient(135deg,#feda77,#dd2a7b)}
.smdk-llf-ic.yt{background:#ff0000}
.smdk-llf-ic.tt{background:linear-gradient(135deg,#25f4ee,#000000,#fe2c55)}
.smdk-llf-info{flex:1;min-width:0}
.smdk-llf-v{
    font-family:'Sora',sans-serif;
    font-size:14px;
    font-weight:800;
    color:#ffffff;
    line-height:1.1;
}
.smdk-llf-l{
    font-size:11px;
    color:rgba(255,255,255,.65);
    margin-top:2px;
    font-weight:500;
}
.smdk-llf-time{
    background:rgba(16,185,129,.18);
    color:#10b981;
    padding:3px 8px;
    border-radius:100px;
    font-size:10px;
    font-weight:700;
    flex-shrink:0;
}

/* Bottom stats */
.smdk-ll-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:auto;
}
.smdk-ll-stat{text-align:left}
.smdk-ll-stat .v{
    font-family:'Sora',sans-serif;
    font-size:20px;
    font-weight:800;
    color:#4dabf7;
    line-height:1;
    letter-spacing:-.4px;
}
.smdk-ll-stat .l{
    font-size:10.5px;
    color:rgba(255,255,255,.6);
    margin-top:4px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.04em;
}

/* ============ RIGHT PANEL ============ */
.smdk-login-right{
    padding:48px 44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
}

.smdk-lf-header{margin-bottom:26px}
.smdk-lf-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#dbeafe;
    color:#0f1a4e;
    padding:5px 12px;
    border-radius:100px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:12px;
}
.smdk-lf-header h1,
.smdk-lf-header .smdk-display{
    font-family:'Sora',sans-serif;
    font-size:28px;
    font-weight:800;
    color:#0a0a2e;
    letter-spacing:-.6px;
    line-height:1.15;
    margin:0 0 6px;
}
.smdk-lf-header h1 em,
.smdk-lf-header .smdk-display em{
    font-style:normal;
    background:linear-gradient(135deg,#0289ed,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-lf-header p{
    color:#475569;
    font-size:14px;
    line-height:1.55;
    margin:0;
}

/* ============ INPUTS ============ */
.smdk-input-group{margin-bottom:14px}
.smdk-input-group label{
    display:block;
    font-size:12.5px;
    font-weight:700;
    color:#475569;
    margin-bottom:6px;
}
.smdk-input-wrap{position:relative}
.smdk-input-wrap .ic{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
    font-size:14px;
    pointer-events:none;
    transition:color .2s;
    z-index:2;
}

.smdk-login-right .smdk-input,
.smdk-login-right .form--control{
    width:100% !important;
    padding:13px 14px 13px 42px !important;
    background:#eff6ff !important;
    border:1.5px solid transparent !important;
    border-radius:11px !important;
    font-size:14.5px !important;
    font-family:'Manrope',sans-serif !important;
    color:#0f172a !important;
    transition:all .2s !important;
    outline:none !important;
    height:auto !important;
    line-height:1.4 !important;
}
.smdk-login-right .smdk-input:focus,
.smdk-login-right .form--control:focus{
    background:#ffffff !important;
    border-color:#0289ed !important;
    box-shadow:0 0 0 4px rgba(2,137,237,.1) !important;
}
.smdk-input-wrap:focus-within .ic{color:#0289ed}
.smdk-input::placeholder{color:#a8b0c5}

.smdk-password-toggle{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    border-radius:8px;
    background:transparent;
    color:#64748b;
    display:grid;
    place-items:center;
    cursor:pointer;
    transition:all .2s;
    font-size:13px;
    border:none;
    z-index:3;
}
.smdk-password-toggle:hover{
    background:#dbeafe;
    color:#0289ed;
}

.smdk-error{
    color:#e74c3c;
    font-size:12px;
    margin-top:4px;
    display:block;
}

.smdk-captcha-wrap{margin-bottom:14px}
.smdk-captcha-wrap > div{margin:0 !important}

/* Meta row */
.smdk-lf-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
    flex-wrap:wrap;
    gap:10px;
}
.smdk-remember{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    font-size:13px;
    color:#475569;
    font-weight:600;
    margin:0;
}
.smdk-remember input{
    width:18px;
    height:18px;
    border-radius:5px;
    accent-color:#0289ed;
    cursor:pointer;
}
.smdk-forgot-link{
    font-size:13px;
    color:#0289ed;
    font-weight:700;
    text-decoration:none;
    transition:color .2s;
}
.smdk-forgot-link:hover{
    color:#0f1a4e;
    text-decoration:underline;
}

/* Submit button */
.smdk-login-right .smdk-submit-btn{
    width:100% !important;
    padding:14px !important;
    border-radius:12px !important;
    background:linear-gradient(135deg,#0f1a4e,#0289ed) !important;
    color:#ffffff !important;
    font-weight:800 !important;
    font-size:15px !important;
    border:none !important;
    cursor:pointer;
    font-family:'Manrope',sans-serif !important;
    box-shadow:0 8px 22px rgba(2,137,237,.4) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    transition:transform .2s,box-shadow .2s !important;
    height:auto !important;
}
.smdk-login-right .smdk-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(2,137,237,.55) !important;
    color:#ffffff !important;
}

/* Divider */
.smdk-lf-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:20px 0 18px;
    color:#64748b;
    font-size:12px;
    font-weight:600;
}
.smdk-lf-divider::before,
.smdk-lf-divider::after{
    content:'';
    flex:1;
    height:1px;
    background:#bfdbfe;
}

/* Create account row */
.smdk-lf-create{
    text-align:center;
    padding:14px;
    background:#eff6ff;
    border:1.5px solid #bfdbfe;
    border-radius:11px;
    font-size:13.5px;
    color:#475569;
    font-weight:500;
}
.smdk-lf-create a{
    color:#0289ed;
    font-weight:800;
    text-decoration:none;
    margin-left:4px;
}
.smdk-lf-create a:hover{
    color:#0f1a4e;
    text-decoration:underline;
}

/* Social login wrap */
.smdk-login-right .social-login,
.smdk-login-right .social-login-area{
    margin-top:18px;
    padding-top:18px;
    border-top:1px dashed #bfdbfe;
}

/* Trust badges */
.smdk-lf-trust{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:20px;
    padding-top:18px;
    border-top:1px dashed #bfdbfe;
    flex-wrap:wrap;
}
.smdk-lf-trust-item{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:11.5px;
    color:#64748b;
    font-weight:600;
}
.smdk-lf-trust-item i{
    color:#10b981;
    font-size:11px;
}

/* ============ RESPONSIVE ============ */
@media (max-width:900px){
    .smdk-login-split{
        grid-template-columns:1fr;
        max-width:520px;
    }
    .smdk-login-left{
        padding:32px 28px;
        order:2;
    }
    .smdk-login-right{
        padding:36px 28px;
        order:1;
    }
    .smdk-ll-feed{margin-bottom:18px}
    .smdk-ll-stats{margin-top:0}
}

@media (max-width:680px){
    .smdk-login-page{padding:24px 0}
    .smdk-login-page > .container{padding:0 16px}
    .smdk-login-split{border-radius:20px}
    .smdk-login-left{padding:26px 22px}
    .smdk-login-right{padding:28px 22px}
    .smdk-ll-title{font-size:22px}
    .smdk-ll-feed-item{padding:10px 11px}
    .smdk-llf-ic{width:30px;height:30px;font-size:12px}
    .smdk-llf-v{font-size:13px}
    .smdk-llf-l{font-size:10.5px}
    .smdk-ll-stat .v{font-size:17px}
    .smdk-ll-stat .l{font-size:10px}
    .smdk-lf-header h1,
    .smdk-lf-header .smdk-display{font-size:24px}
    .smdk-lf-trust{gap:10px}
    .smdk-lf-trust-item{font-size:11px}
}

/* ============================================================
   SMM DESK — Register Page CSS
   All classes prefixed with smdk-
   Dark Navy + Blue Theme — actual hex colors only
   Includes: Country dropdown, Mobile w/ code prefix, Address
   ============================================================ */

.smdk-reg-page *,
.smdk-reg-page *::before,
.smdk-reg-page *::after{box-sizing:border-box}

/* ============ PAGE BACKGROUND ============ */
.smdk-reg-page{
    padding:60px 0;
    position:relative;
    overflow:hidden;
    font-family:'Manrope',sans-serif;
    background:
        radial-gradient(ellipse 800px 500px at 20% 30%,rgba(2,137,237,.15),transparent 60%),
        radial-gradient(ellipse 800px 500px at 80% 70%,rgba(15,26,78,.12),transparent 60%),
        linear-gradient(180deg,#ffffff 0%,#eff6ff 100%);
}
.smdk-reg-page::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(2,137,237,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(2,137,237,.04) 1px,transparent 1px);
    background-size:50px 50px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}
.smdk-reg-page > .container{
    position:relative;
    z-index:2;
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}

.smdk-reg-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.35;
    pointer-events:none;
}
.smdk-reg-orb-1{
    width:400px;
    height:400px;
    background:#0289ed;
    top:-100px;
    left:-100px;
    animation:smdkRegOrb 12s ease-in-out infinite;
}
.smdk-reg-orb-2{
    width:350px;
    height:350px;
    background:#4dabf7;
    bottom:-100px;
    right:-100px;
    animation:smdkRegOrb 14s ease-in-out infinite reverse;
}
@keyframes smdkRegOrb{
    0%,100%{transform:translate(0,0)}
    50%{transform:translate(40px,-30px)}
}

/* ============ SPLIT LAYOUT ============ */
.smdk-reg-split{
    position:relative;
    z-index:2;
    max-width:1080px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:0;
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 30px 80px rgba(15,26,78,.18);
    border:1px solid #bfdbfe;
    overflow:hidden;
}

/* ============ LEFT PANEL ============ */
.smdk-reg-left{
    background:
        radial-gradient(circle at 30% 20%,rgba(77,171,247,.4),transparent 50%),
        radial-gradient(circle at 70% 80%,rgba(2,137,237,.3),transparent 50%),
        linear-gradient(135deg,#0a0a2e 0%,#0f1a4e 100%);
    color:#ffffff;
    padding:42px 38px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
.smdk-reg-left::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:30px 30px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}
.smdk-rl-content{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    height:100%;
}

.smdk-rl-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:linear-gradient(135deg,#4dabf7,#0289ed);
    color:#ffffff;
    padding:6px 13px;
    border-radius:100px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:18px;
    align-self:flex-start;
    box-shadow:0 6px 18px rgba(2,137,237,.4);
}
.smdk-rl-badge i{font-size:10px}

.smdk-rl-title{
    font-family:'Sora',sans-serif;
    font-size:26px;
    font-weight:800;
    line-height:1.2;
    margin:0 0 10px;
    letter-spacing:-.6px;
    color:#ffffff;
}
.smdk-rl-title em{
    font-style:normal;
    background:linear-gradient(135deg,#ffffff,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-rl-sub{
    color:rgba(255,255,255,.8);
    font-size:14px;
    margin:0 0 24px;
    line-height:1.55;
}

/* Benefits list */
.smdk-rl-benefits{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:22px;
}
.smdk-rl-benefit{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.1);
    padding:12px 14px;
    border-radius:12px;
    animation:smdkBenefitSlide .6s ease-out backwards;
}
.smdk-rl-benefit:nth-child(1){animation-delay:.1s}
.smdk-rl-benefit:nth-child(2){animation-delay:.2s}
.smdk-rl-benefit:nth-child(3){animation-delay:.3s}
.smdk-rl-benefit:nth-child(4){animation-delay:.4s}
@keyframes smdkBenefitSlide{
    from{opacity:0;transform:translateX(-15px)}
    to{opacity:1;transform:translateX(0)}
}
.smdk-rl-benefit-ic{
    width:36px;
    height:36px;
    border-radius:10px;
    background:linear-gradient(135deg,#4dabf7,#0289ed);
    color:#ffffff;
    display:grid;
    place-items:center;
    font-size:14px;
    flex-shrink:0;
}
.smdk-rl-benefit-info{flex:1;min-width:0}
.smdk-rl-benefit-title{
    font-family:'Sora',sans-serif;
    font-size:14px;
    font-weight:700;
    color:#ffffff;
    line-height:1.2;
}
.smdk-rl-benefit-desc{
    font-size:11.5px;
    color:rgba(255,255,255,.65);
    margin-top:3px;
    font-weight:500;
    line-height:1.45;
}

/* Stats */
.smdk-rl-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:auto;
}
.smdk-rl-stat{text-align:left}
.smdk-rl-stat .v{
    font-family:'Sora',sans-serif;
    font-size:20px;
    font-weight:800;
    color:#4dabf7;
    line-height:1;
    letter-spacing:-.4px;
}
.smdk-rl-stat .l{
    font-size:10.5px;
    color:rgba(255,255,255,.6);
    margin-top:4px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.04em;
}

/* ============ RIGHT PANEL ============ */
.smdk-reg-right{
    padding:42px 40px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    position:relative;
}

.smdk-rf-header{margin-bottom:22px}
.smdk-rf-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#dbeafe;
    color:#0f1a4e;
    padding:5px 12px;
    border-radius:100px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:12px;
}
.smdk-rf-header h1,
.smdk-rf-header .smdk-display{
    font-family:'Sora',sans-serif;
    font-size:26px;
    font-weight:800;
    color:#0a0a2e;
    letter-spacing:-.6px;
    line-height:1.15;
    margin:0 0 6px;
}
.smdk-rf-header h1 em,
.smdk-rf-header .smdk-display em{
    font-style:normal;
    background:linear-gradient(135deg,#0289ed,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-rf-header p{
    color:#475569;
    font-size:13.5px;
    line-height:1.55;
    margin:0;
}

/* Form disabled overlay */
.smdk-reg-right.smdk-form-disabled{position:relative}
.smdk-reg-right.smdk-form-disabled::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.7);
    backdrop-filter:blur(3px);
    z-index:5;
    pointer-events:none;
}
.smdk-lock-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:6;
    text-align:center;
    background:#ffffff;
    padding:24px 32px;
    border-radius:18px;
    box-shadow:0 16px 40px rgba(15,26,78,.2);
    border:1px solid #bfdbfe;
}
.smdk-lock-icon i{
    font-size:36px;
    color:#f59e0b;
}
.smdk-lock-icon p{
    margin:10px 0 0;
    font-weight:700;
    color:#0a0a2e;
    font-size:14px;
}

/* Referral notice */
.smdk-referral{
    background:linear-gradient(135deg,#dbeafe,#eff6ff);
    border:1px solid #93c5fd;
    border-radius:11px;
    padding:11px 14px;
    margin-bottom:14px;
    font-size:13px;
    color:#0a0a2e;
    display:flex;
    align-items:center;
    gap:9px;
}
.smdk-referral i{color:#0289ed;font-size:15px}
.smdk-referral strong{color:#0289ed;font-weight:800}

/* ============ FORM ============ */
.smdk-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.smdk-input-group{margin-bottom:12px}
.smdk-input-group label{
    display:block;
    font-size:12.5px;
    font-weight:700;
    color:#475569;
    margin-bottom:6px;
}
.smdk-req{color:#ef4444;font-weight:800}

.smdk-input-wrap{position:relative}
.smdk-input-wrap .ic{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
    font-size:14px;
    pointer-events:none;
    transition:color .2s;
    z-index:2;
}

.smdk-reg-right .smdk-input,
.smdk-reg-right .form--control,
.smdk-reg-right .form-control{
    width:100% !important;
    padding:12px 14px 12px 42px !important;
    background:#eff6ff !important;
    border:1.5px solid transparent !important;
    border-radius:11px !important;
    font-size:14px !important;
    font-family:'Manrope',sans-serif !important;
    color:#0f172a !important;
    transition:all .2s !important;
    outline:none !important;
    height:auto !important;
    line-height:1.4 !important;
}
.smdk-reg-right .smdk-input:focus,
.smdk-reg-right .form--control:focus,
.smdk-reg-right .form-control:focus{
    background:#ffffff !important;
    border-color:#0289ed !important;
    box-shadow:0 0 0 4px rgba(2,137,237,.1) !important;
}
.smdk-input-wrap:focus-within .ic{color:#0289ed}
.smdk-input::placeholder{color:#a8b0c5}

/* ============ COUNTRY SELECT DROPDOWN ============ */
.smdk-select-wrap{position:relative}
.smdk-reg-right .smdk-select,
.smdk-reg-right select.form-control,
.smdk-reg-right select.form--control{
    appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    cursor:pointer;
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path fill="%230289ed" d="M6 8L0 0h12z"/></svg>') !important;
    background-repeat:no-repeat !important;
    background-position:right 14px center !important;
    background-size:10px !important;
    padding-right:36px !important;
    background-color:#eff6ff !important;
}
.smdk-reg-right .smdk-select:focus{
    background-color:#ffffff !important;
}
.smdk-reg-right .smdk-select option{
    background:#ffffff;
    color:#0f172a;
    font-weight:500;
    padding:8px;
}

/* ============ MOBILE WRAP (Country code + Number) ============ */
.smdk-mobile-wrap{
    display:flex;
    background:#eff6ff;
    border:1.5px solid transparent;
    border-radius:11px;
    overflow:hidden;
    transition:all .2s;
    height:auto;
}
.smdk-mobile-wrap:focus-within{
    background:#ffffff;
    border-color:#0289ed;
    box-shadow:0 0 0 4px rgba(2,137,237,.1);
}
.smdk-mobile-code{
    display:flex;
    align-items:center;
    gap:6px;
    padding:0 12px 0 14px;
    background:#dbeafe;
    color:#0f1a4e;
    font-weight:800;
    font-size:13.5px;
    border-right:1.5px solid #bfdbfe;
    font-family:'Sora',sans-serif;
    user-select:none;
    flex-shrink:0;
    min-width:60px;
    justify-content:center;
    letter-spacing:-.2px;
}
.smdk-reg-right .smdk-mobile-input{
    flex:1 !important;
    min-width:0 !important;
    padding:12px 14px !important;
    background:transparent !important;
    border:none !important;
    font-size:14px !important;
    font-family:'Manrope',sans-serif !important;
    color:#0f172a !important;
    outline:none !important;
    box-shadow:none !important;
    border-radius:0 !important;
    height:auto !important;
    line-height:1.4 !important;
}
.smdk-reg-right .smdk-mobile-input:focus{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
}
.smdk-mobile-input::placeholder{color:#a8b0c5}

/* ============ PASSWORD TOGGLE ============ */
.smdk-password-toggle{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    border-radius:8px;
    background:transparent;
    color:#64748b;
    display:grid;
    place-items:center;
    cursor:pointer;
    transition:all .2s;
    font-size:13px;
    border:none;
    z-index:3;
}
.smdk-password-toggle:hover{
    background:#dbeafe;
    color:#0289ed;
}

/* ============ ERROR MESSAGES ============ */
.smdk-error{
    color:#ef4444;
    font-size:12px;
    margin-top:4px;
    display:block;
    font-weight:500;
}

/* ============ CAPTCHA ============ */
.smdk-captcha-wrap{margin-bottom:14px}
.smdk-captcha-wrap > div{margin:0 !important}

/* ============ AGREEMENT CHECKBOX ============ */
.smdk-agreement{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:16px;
    font-size:13px;
    color:#475569;
    line-height:1.5;
    cursor:pointer;
}
.smdk-agreement input[type="checkbox"]{
    width:18px;
    height:18px;
    border-radius:5px;
    accent-color:#0289ed;
    cursor:pointer;
    margin-top:2px;
    flex-shrink:0;
}
.smdk-agreement span{flex:1;font-weight:500}
.smdk-agreement a{
    color:#0289ed;
    font-weight:700;
    text-decoration:none;
}
.smdk-agreement a:hover{
    text-decoration:underline;
    color:#0f1a4e;
}

/* ============ SUBMIT BUTTON ============ */
.smdk-reg-right .smdk-submit-btn{
    width:100% !important;
    padding:14px !important;
    border-radius:12px !important;
    background:linear-gradient(135deg,#0f1a4e,#0289ed) !important;
    color:#ffffff !important;
    font-weight:800 !important;
    font-size:15px !important;
    border:none !important;
    cursor:pointer;
    font-family:'Manrope',sans-serif !important;
    box-shadow:0 8px 22px rgba(2,137,237,.4) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    transition:transform .2s,box-shadow .2s !important;
    height:auto !important;
}
.smdk-reg-right .smdk-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(2,137,237,.55) !important;
    color:#ffffff !important;
}

/* ============ LOGIN LINK ============ */
.smdk-login-link{
    text-align:center;
    padding:14px;
    margin-top:14px;
    background:#eff6ff;
    border:1.5px solid #bfdbfe;
    border-radius:11px;
    font-size:13.5px;
    color:#475569;
    font-weight:500;
}
.smdk-login-link a{
    color:#0289ed;
    font-weight:800;
    text-decoration:none;
    margin-left:4px;
}
.smdk-login-link a:hover{
    color:#0f1a4e;
    text-decoration:underline;
}

/* ============ SOCIAL LOGIN WRAP ============ */
.smdk-reg-right .social-login,
.smdk-reg-right .social-login-area{
    margin-top:16px;
    padding-top:16px;
    border-top:1px dashed #bfdbfe;
}

/* ============ TRUST BADGES ============ */
.smdk-rf-trust{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:18px;
    padding-top:16px;
    border-top:1px dashed #bfdbfe;
    flex-wrap:wrap;
}
.smdk-rf-trust-item{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:11.5px;
    color:#64748b;
    font-weight:600;
}
.smdk-rf-trust-item i{
    color:#10b981;
    font-size:11px;
}

/* ============ RESPONSIVE ============ */
@media (max-width:991px){
    .smdk-reg-split{
        grid-template-columns:1fr;
        max-width:600px;
    }
    .smdk-reg-left{
        padding:32px 28px;
        order:2;
    }
    .smdk-reg-right{
        padding:36px 28px;
        order:1;
    }
    .smdk-rl-benefits{margin-bottom:18px}
    .smdk-rl-stats{margin-top:0}
}

@media (max-width:680px){
    .smdk-reg-page{padding:24px 0}
    .smdk-reg-page > .container{padding:0 16px}
    .smdk-reg-split{border-radius:20px}
    .smdk-reg-left{padding:26px 22px}
    .smdk-reg-right{padding:28px 22px}
    .smdk-rl-title{font-size:22px}
    .smdk-rl-benefit{padding:10px 12px;gap:10px}
    .smdk-rl-benefit-ic{width:32px;height:32px;font-size:13px}
    .smdk-rl-benefit-title{font-size:13px}
    .smdk-rl-benefit-desc{font-size:11px}
    .smdk-rl-stat .v{font-size:17px}
    .smdk-rl-stat .l{font-size:10px}
    .smdk-rf-header h1,
    .smdk-rf-header .smdk-display{font-size:22px}
    .smdk-form-row{
        grid-template-columns:1fr;
        gap:0;
    }
    .smdk-mobile-code{
        min-width:54px;
        font-size:12.5px;
        padding:0 10px 0 12px;
    }
    .smdk-rf-trust{gap:10px}
    .smdk-rf-trust-item{font-size:11px}
}
/* ============================================================
   SMM DESK — Contact Page CSS
   All classes prefixed with smdk-
   Dark Navy + Blue Theme — actual hex colors only
   ============================================================ */

.smdk-contact-hero *,
.smdk-contact-main *,
.smdk-contact-hero *::before,
.smdk-contact-hero *::after,
.smdk-contact-main *::before,
.smdk-contact-main *::after{box-sizing:border-box}

/* ============ HERO ============ */
.smdk-contact-hero{
     display : none ;
    position:relative;
    overflow:hidden;
    padding:50px 0 90px;
    font-family:'Manrope',sans-serif;
    background:
        radial-gradient(circle at 20% 30%,rgba(77,171,247,.5),transparent 40%),
        radial-gradient(circle at 80% 20%,rgba(2,137,237,.6),transparent 40%),
        radial-gradient(circle at 50% 80%,rgba(15,26,78,.5),transparent 45%),
        linear-gradient(135deg,#0a0a2e 0%,#0f1a4e 50%,#0289ed 100%);
    color:#ffffff;
}
.smdk-contact-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:60px 60px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);
    pointer-events:none;
}
.smdk-contact-hero > .container{
    position:relative;
    z-index:3;
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}

/* Floating icons */
.smdk-hero-floats{
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:1;
    overflow:hidden;
}
.smdk-hf-item{
    position:absolute;
    width:42px;
    height:42px;
    border-radius:12px;
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:18px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 8px 24px rgba(0,0,0,.15);
}
.smdk-hf-1{top:18%;left:6%;animation:smdkFloatY 5s ease-in-out infinite}
.smdk-hf-2{top:30%;right:8%;animation:smdkFloatY 6s ease-in-out infinite reverse;animation-delay:.3s}
.smdk-hf-3{bottom:25%;left:10%;animation:smdkFloatY 5.5s ease-in-out infinite;animation-delay:.5s}
.smdk-hf-4{bottom:20%;right:12%;animation:smdkFloatY 6.5s ease-in-out infinite reverse;animation-delay:.7s}
@keyframes smdkFloatY{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-14px)}
}

.smdk-hero-inner{
    position:relative;
    z-index:3;
    text-align:center;
    max-width:760px;
    margin:0 auto;
}

.smdk-breadcrumb{
    display:inline-flex;
    align-items:center;
    gap:9px;
    font-size:13px;
    color:rgba(255,255,255,.7);
    margin-bottom:18px;
    font-weight:600;
}
.smdk-breadcrumb a{
    color:#ffffff;
    text-decoration:none;
    transition:color .2s;
}
.smdk-breadcrumb a:hover{color:#4dabf7}
.smdk-breadcrumb i{
    font-size:10px;
    color:rgba(255,255,255,.5);
}
.smdk-breadcrumb span{color:#4dabf7;font-weight:700}

.smdk-hero-ey{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.18);
    padding:6px 14px 6px 6px;
    border-radius:100px;
    font-size:12px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:14px;
}
.smdk-hero-ey .b{
    background:linear-gradient(135deg,#ffffff,#dbeafe);
    color:#0f1a4e;
    padding:4px 10px;
    border-radius:100px;
    font-size:10.5px;
    font-weight:800;
    letter-spacing:.05em;
}

.smdk-contact-hero h1,
.smdk-contact-hero .smdk-display{
    font-family:'Sora',sans-serif;
    font-size:clamp(32px,5vw,52px);
    font-weight:800;
    margin:0 0 12px;
    line-height:1.1;
    color:#ffffff;
    letter-spacing:-.025em;
}
.smdk-contact-hero h1 em,
.smdk-contact-hero .smdk-display em{
    font-style:normal;
    background:linear-gradient(135deg,#ffffff,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-contact-hero p{
    color:rgba(255,255,255,.85);
    font-size:15.5px;
    max-width:600px;
    margin:0 auto;
    line-height:1.6;
}

/* ============ MAIN SECTION ============ */
.smdk-contact-main{
    padding:30px 0 70px;
    background:#f5f9ff;
    font-family:'Manrope',sans-serif;
    position:relative;
}
.smdk-contact-main > .container{
    position:relative;
    z-index:3;
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}

/* ============ 4 CONTACT METHOD CARDS ============ */
.smdk-contact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    margin-top:-50px;
    margin-bottom:40px;
    position:relative;
    z-index:5;
}

.smdk-cm{
    background:#ffffff;
    border-radius:16px;
    padding:22px 18px;
    text-align:center;
    text-decoration:none;
    color:#0a0a2e;
    border:1px solid #bfdbfe;
    box-shadow:0 12px 30px rgba(2,137,237,.08);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    display:block;
}
.smdk-cm:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 44px rgba(2,137,237,.18);
    border-color:#4dabf7;
    color:#0a0a2e;
}

.smdk-cm-ic{
    width:54px;
    height:54px;
    border-radius:14px;
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:22px;
    margin:0 auto 12px;
    box-shadow:0 8px 22px rgba(0,0,0,.12);
    transition:transform .3s ease;
}
.smdk-cm:hover .smdk-cm-ic{
    transform:scale(1.08) rotate(-5deg);
}

.smdk-cm-wa .smdk-cm-ic{background:linear-gradient(135deg,#25d366,#1eb858)}
.smdk-cm-email .smdk-cm-ic{background:linear-gradient(135deg,#0289ed,#4dabf7)}
.smdk-cm-phone .smdk-cm-ic{background:linear-gradient(135deg,#0f1a4e,#0289ed)}
.smdk-cm-loc .smdk-cm-ic{background:linear-gradient(135deg,#f59e0b,#fbbf24)}

.smdk-cm h3{
    font-family:'Sora',sans-serif;
    font-size:16px;
    font-weight:700;
    color:#0a0a2e;
    margin:0 0 4px;
}

.smdk-cm-sub{
    font-size:11px;
    color:#0289ed;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:8px;
}

.smdk-cm-value{
    font-size:13.5px;
    color:#475569;
    font-weight:600;
    word-break:break-word;
}

/* ============ FORM + INFO LAYOUT ============ */
.smdk-contact-layout{
    display:grid;
    grid-template-columns:1.4fr 1fr;
    gap:24px;
    align-items:flex-start;
}

/* ============ FORM CARD ============ */
.smdk-form-card{
    background:#ffffff;
    border-radius:18px;
    padding:32px 30px;
    border:1px solid #bfdbfe;
    box-shadow:0 12px 36px rgba(2,137,237,.08);
}

.smdk-form-head{margin-bottom:22px}
.smdk-form-ey{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#dbeafe;
    color:#0f1a4e;
    padding:5px 12px;
    border-radius:100px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:12px;
}
.smdk-form-head h2{
    font-family:'Sora',sans-serif;
    font-size:26px;
    font-weight:800;
    color:#0a0a2e;
    letter-spacing:-.6px;
    line-height:1.15;
    margin:0 0 6px;
}
.smdk-form-head h2 em{
    font-style:normal;
    background:linear-gradient(135deg,#0289ed,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-form-head p{
    color:#475569;
    font-size:14px;
    line-height:1.55;
    margin:0;
}

/* Form rows + groups */
.smdk-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.smdk-input-group{margin-bottom:14px}
.smdk-input-group label{
    display:block;
    font-size:12.5px;
    font-weight:700;
    color:#475569;
    margin-bottom:6px;
}
.smdk-req{color:#ef4444;font-weight:800}
.smdk-hint{
    color:#94a3b8;
    font-size:11px;
    font-weight:500;
    margin-left:4px;
}

.smdk-input-wrap{position:relative}
.smdk-input-wrap .ic{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
    font-size:14px;
    pointer-events:none;
    transition:color .2s;
    z-index:2;
}
.smdk-input-wrap .ic.ic-top{
    top:16px;
    transform:none;
}

.smdk-form-card .smdk-input,
.smdk-form-card .form--control{
    width:100% !important;
    padding:13px 14px 13px 42px !important;
    background:#eff6ff !important;
    border:1.5px solid transparent !important;
    border-radius:11px !important;
    font-size:14.5px !important;
    font-family:'Manrope',sans-serif !important;
    color:#0f172a !important;
    transition:all .2s !important;
    outline:none !important;
    height:auto !important;
    line-height:1.4 !important;
}
.smdk-form-card .smdk-input:focus,
.smdk-form-card .form--control:focus{
    background:#ffffff !important;
    border-color:#0289ed !important;
    box-shadow:0 0 0 4px rgba(2,137,237,.1) !important;
}
.smdk-input-wrap:focus-within .ic{color:#0289ed}
.smdk-input::placeholder{color:#a8b0c5}

/* ============ SUBJECT SELECT ============ */
.smdk-select-wrap{position:relative}
.smdk-form-card .smdk-select,
.smdk-form-card select.form--control{
    appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    cursor:pointer;
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path fill="%230289ed" d="M6 8L0 0h12z"/></svg>') !important;
    background-repeat:no-repeat !important;
    background-position:right 14px center !important;
    background-size:10px !important;
    padding-right:36px !important;
    background-color:#eff6ff !important;
}
.smdk-form-card .smdk-select:focus{
    background-color:#ffffff !important;
}
.smdk-form-card .smdk-select option{
    background:#ffffff;
    color:#0f172a;
    font-weight:500;
    padding:8px;
}

/* ============ PHONE WITH COUNTRY CODE ============ */
.smdk-mobile-wrap{
    display:flex;
    background:#eff6ff;
    border:1.5px solid transparent;
    border-radius:11px;
    overflow:hidden;
    transition:all .2s;
    height:auto;
}
.smdk-mobile-wrap:focus-within{
    background:#ffffff;
    border-color:#0289ed;
    box-shadow:0 0 0 4px rgba(2,137,237,.1);
}
.smdk-mobile-code{
    background:#dbeafe;
    border-right:1.5px solid #bfdbfe;
    flex-shrink:0;
    position:relative;
}
.smdk-mobile-code-select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border:none;
    background:transparent;
    color:#0f1a4e;
    font-weight:800;
    font-size:13.5px;
    font-family:'Sora',sans-serif;
    padding:12px 26px 12px 14px;
    cursor:pointer;
    outline:none;
    letter-spacing:-.2px;
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path fill="%230f1a4e" d="M6 8L0 0h12z"/></svg>');
    background-repeat:no-repeat;
    background-position:right 10px center;
    background-size:8px;
}
.smdk-mobile-code-select option{
    background:#ffffff;
    color:#0f172a;
    font-weight:600;
    padding:8px;
}
.smdk-form-card .smdk-mobile-input{
    flex:1 !important;
    min-width:0 !important;
    padding:12px 14px !important;
    background:transparent !important;
    border:none !important;
    font-size:14px !important;
    font-family:'Manrope',sans-serif !important;
    color:#0f172a !important;
    outline:none !important;
    box-shadow:none !important;
    border-radius:0 !important;
    height:auto !important;
    line-height:1.4 !important;
}
.smdk-form-card .smdk-mobile-input:focus{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
}
.smdk-mobile-input::placeholder{color:#a8b0c5}

/* Textarea */
.smdk-textarea-wrap .smdk-textarea{
    min-height:140px !important;
    padding-top:14px !important;
    resize:vertical !important;
    line-height:1.5 !important;
}

.smdk-captcha-wrap{margin-bottom:14px}
.smdk-captcha-wrap > div{margin:0 !important}

/* Error */
.smdk-error{
    color:#ef4444;
    font-size:12px;
    margin-top:4px;
    display:block;
    font-weight:500;
}

/* Submit button */
.smdk-form-card .smdk-submit-btn{
    width:100% !important;
    padding:14px !important;
    border-radius:12px !important;
    background:linear-gradient(135deg,#0f1a4e,#0289ed) !important;
    color:#ffffff !important;
    font-weight:800 !important;
    font-size:15px !important;
    border:none !important;
    cursor:pointer;
    font-family:'Manrope',sans-serif !important;
    box-shadow:0 8px 22px rgba(2,137,237,.4) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    transition:transform .2s,box-shadow .2s !important;
    height:auto !important;
}
.smdk-form-card .smdk-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(2,137,237,.55) !important;
    color:#ffffff !important;
}

.smdk-form-foot{
    text-align:center;
    margin-top:14px;
    font-size:12.5px;
    color:#64748b;
    font-weight:600;
}
.smdk-form-foot i{
    color:#10b981;
    margin-right:6px;
}

/* ============ INFO SIDEBAR ============ */
.smdk-info-stack{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.smdk-info-card{
    border-radius:18px;
    overflow:hidden;
    position:relative;
}
.smdk-info-card .smdk-ic-content{
    padding:22px 22px 24px;
    position:relative;
    z-index:2;
}

/* WhatsApp priority card */
.smdk-ic-wa{
    background:linear-gradient(135deg,#25d366 0%,#1eb858 100%);
    color:#ffffff;
    box-shadow:0 16px 36px rgba(37,211,102,.3);
}
.smdk-ic-wa::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:30px 30px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}

/* Dark / Support hours card */
.smdk-ic-dark{
    background:linear-gradient(135deg,#0a0a2e 0%,#0f1a4e 100%);
    color:#ffffff;
}
.smdk-ic-dark::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:30px 30px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}

.smdk-ic-top{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}
.smdk-ic-icon{
    width:46px;
    height:46px;
    border-radius:13px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.25);
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:20px;
    flex-shrink:0;
}
.smdk-ic-title{
    font-family:'Sora',sans-serif;
    font-size:16px;
    font-weight:800;
    color:#ffffff;
    line-height:1.2;
}
.smdk-ic-sub{
    font-size:12px;
    color:rgba(255,255,255,.75);
    margin-top:3px;
    font-weight:600;
}

.smdk-ic-list{
    display:flex;
    flex-direction:column;
    gap:9px;
    margin-bottom:18px;
}
.smdk-ic-list-item{
    display:flex;
    align-items:center;
    gap:9px;
    font-size:13.5px;
    color:rgba(255,255,255,.92);
    font-weight:500;
    line-height:1.4;
}
.smdk-ic-list-item b{
    color:#ffffff;
    font-weight:800;
}
.smdk-ic-list-item i{
    color:rgba(255,255,255,.9);
    font-size:13px;
    width:16px;
    text-align:center;
    flex-shrink:0;
}
.smdk-dot-green{
    color:#10b981 !important;
    font-size:8px !important;
}

.smdk-ic-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    padding:12px 16px;
    background:#ffffff;
    color:#1eb858 !important;
    font-weight:800;
    font-size:14px;
    border-radius:11px;
    text-decoration:none;
    transition:transform .2s,box-shadow .2s;
    box-shadow:0 6px 16px rgba(0,0,0,.15);
}
.smdk-ic-cta:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(0,0,0,.2);
    color:#1eb858 !important;
}
.smdk-ic-cta i{font-size:16px}

/* ============ PAYMENT METHODS CARD ============ */
.smdk-pay-card{
    background:#ffffff;
    border-radius:18px;
    padding:22px;
    border:1px solid #bfdbfe;
    box-shadow:0 12px 30px rgba(2,137,237,.08);
}

.smdk-pay-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    padding-bottom:14px;
    border-bottom:1px dashed #bfdbfe;
}
.smdk-pay-head-ic{
    width:42px;
    height:42px;
    border-radius:12px;
    background:linear-gradient(135deg,#0f1a4e,#0289ed);
    color:#ffffff;
    display:grid;
    place-items:center;
    font-size:17px;
    flex-shrink:0;
    box-shadow:0 6px 16px rgba(2,137,237,.35);
}
.smdk-pay-head h4{
    font-family:'Sora',sans-serif;
    font-size:15px;
    font-weight:800;
    color:#0a0a2e;
    margin:0;
    line-height:1.2;
}
.smdk-pay-head p{
    font-size:12px;
    color:#64748b;
    margin:3px 0 0;
    font-weight:600;
}

.smdk-pay-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.smdk-pay-item{
    display:flex;
    align-items:center;
    gap:11px;
    padding:11px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    border-radius:11px;
    transition:transform .2s,border-color .2s;
}
.smdk-pay-item:hover{
    transform:translateX(3px);
    border-color:#4dabf7;
}
.smdk-pi{
    width:34px;
    height:34px;
    border-radius:9px;
    color:#ffffff;
    display:grid;
    place-items:center;
    font-size:14px;
    flex-shrink:0;
}
.smdk-pi-jc{background:linear-gradient(135deg,#dc2626,#f87171)}
.smdk-pi-ep{background:linear-gradient(135deg,#16a34a,#4ade80)}
.smdk-pi-hbl{background:linear-gradient(135deg,#0f1a4e,#0289ed)}

.smdk-pay-info{flex:1;min-width:0}
.smdk-pay-name{
    font-family:'Sora',sans-serif;
    font-size:13.5px;
    font-weight:700;
    color:#0a0a2e;
    line-height:1.2;
}
.smdk-pay-num{
    font-size:11.5px;
    color:#64748b;
    font-weight:600;
    margin-top:3px;
}

/* ============ RESPONSIVE ============ */
@media (max-width:991px){
    .smdk-contact-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .smdk-contact-layout{
        grid-template-columns:1fr;
        gap:20px;
    }
}

@media (max-width:768px){
    .smdk-contact-hero{padding:40px 0 80px;}
    .smdk-contact-grid{margin-top:-40px;gap:12px;margin-bottom:30px}
    .smdk-cm{padding:18px 14px}
    .smdk-cm-ic{width:46px;height:46px;font-size:19px}
    .smdk-cm h3{font-size:15px}
    .smdk-cm-sub{font-size:10.5px}
    .smdk-cm-value{font-size:12.5px}
    .smdk-form-card{padding:24px 20px}
    .smdk-form-head h2{font-size:22px}
    .smdk-form-row{
        grid-template-columns:1fr;
        gap:0;
    }
    .smdk-mobile-code-select{
        font-size:12.5px;
        padding:12px 22px 12px 12px;
    }
    .smdk-hf-item{width:34px;height:34px;font-size:14px}
}

@media (max-width:480px){
    .smdk-contact-grid{
        grid-template-columns:1fr;
        gap:10px;
        margin-top:-30px;
    }
    .smdk-info-card .smdk-ic-content,
    .smdk-pay-card{
        padding:18px;
    }
    .smdk-ic-list-item{font-size:13px}
    .smdk-pay-item{padding:10px}
    .smdk-form-foot{font-size:12px}
}
.smdk-hint{
    color:#94a3b8;
    font-size:11px;
    font-weight:500;
    margin-left:4px;
}

/* ============================================================
   SMM DESK — FAQ Section CSS (Homepage Section)
   With category tabs, search, accordion grid (no full-width on open)
   All classes prefixed with smdk-
   Dark Navy + Blue Theme — actual hex colors only
   ============================================================ */

.smdk-faq-section *,
.smdk-faq-section *::before,
.smdk-faq-section *::after{box-sizing:border-box}

/* ============ FAQ SECTION ============ */
.smdk-faq-section{
    padding:80px 0 90px;
    background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
    font-family:'Manrope',sans-serif;
    position:relative;
    overflow:hidden;
}
.smdk-faq-section > .container{
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
    position:relative;
    z-index:3;
}

/* Background orbs */
.smdk-faq-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.25;
    pointer-events:none;
    z-index:1;
}
.smdk-faq-orb-1{
    width:400px;
    height:400px;
    background:#4dabf7;
    top:-100px;
    left:-100px;
    animation:smdkFaqOrb 14s ease-in-out infinite;
}
.smdk-faq-orb-2{
    width:380px;
    height:380px;
    background:#0289ed;
    bottom:-100px;
    right:-100px;
    animation:smdkFaqOrb 16s ease-in-out infinite reverse;
}
@keyframes smdkFaqOrb{
    0%,100%{transform:translate(0,0)}
    50%{transform:translate(40px,-30px)}
}

/* Grid pattern */
.smdk-faq-section::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(2,137,237,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(2,137,237,.04) 1px,transparent 1px);
    background-size:60px 60px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
    z-index:2;
}

/* ============ SECTION HEAD ============ */
.smdk-faq-head{
    text-align:center;
    margin-bottom:44px;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
.smdk-ey{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:#dbeafe;
    color:#0f1a4e;
    padding:6px 14px;
    border-radius:100px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:14px;
}
.smdk-ey i{font-size:11px;color:#0289ed}
.smdk-faq-title{
    font-family:'Sora',sans-serif;
    font-size:clamp(28px,4vw,42px);
    font-weight:800;
    color:#0a0a2e;
    letter-spacing:-.025em;
    line-height:1.15;
    margin:0 0 12px;
}
.smdk-faq-subtitle{
    color:#475569;
    font-size:15.5px;
    line-height:1.6;
    margin:0;
}

/* ============ POPULAR HEAD ROW ============ */
.smdk-pop-head-row{margin-bottom:18px}
.smdk-pop-ey{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:linear-gradient(135deg,#fff7ed,#fef3c7);
    color:#c2410c;
    padding:5px 12px;
    border-radius:100px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:10px;
    border:1px solid #fed7aa;
}
.smdk-pop-ey i{color:#ea580c;font-size:11px}
.smdk-pop-head-row h3{
    font-family:'Sora',sans-serif;
    font-size:22px;
    font-weight:800;
    color:#0a0a2e;
    letter-spacing:-.4px;
    margin:0;
    line-height:1.2;
}

/* ============ POPULAR TILES ============ */
.smdk-pop-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin-bottom:36px;
}
.smdk-pop-tile{
    background:#ffffff;
    border:1.5px solid #bfdbfe;
    border-radius:16px;
    padding:20px 16px;
    text-align:left;
    text-decoration:none;
    color:#0a0a2e;
    cursor:pointer;
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    display:block;
    position:relative;
    overflow:hidden;
    font-family:'Manrope',sans-serif;
}
.smdk-pop-tile:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(2,137,237,.16);
    border-color:#4dabf7;
    color:#0a0a2e;
}
.smdk-pop-tile::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:3px;
    background:linear-gradient(90deg,#0289ed,#4dabf7);
    transform:scaleX(0);
    transition:transform .3s ease;
    transform-origin:left;
}
.smdk-pop-tile:hover::before{transform:scaleX(1)}

.smdk-pop-ic{
    width:42px;
    height:42px;
    border-radius:12px;
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:17px;
    margin-bottom:12px;
    transition:transform .3s ease;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.smdk-pop-tile:hover .smdk-pop-ic{
    transform:scale(1.08) rotate(-5deg);
}
.smdk-pt-1 .smdk-pop-ic{background:linear-gradient(135deg,#0289ed,#4dabf7)}
.smdk-pt-2 .smdk-pop-ic{background:linear-gradient(135deg,#10b981,#34d399)}
.smdk-pt-3 .smdk-pop-ic{background:linear-gradient(135deg,#f59e0b,#fbbf24)}
.smdk-pt-4 .smdk-pop-ic{background:linear-gradient(135deg,#0f1a4e,#0289ed)}

.smdk-pop-tile h6{
    font-family:'Sora',sans-serif;
    font-size:14px;
    font-weight:700;
    color:#0a0a2e;
    margin:0 0 5px;
    line-height:1.3;
}
.smdk-pop-tile p{
    font-size:12px;
    color:#64748b;
    margin:0 0 12px;
    line-height:1.45;
}
.smdk-pop-arrow{
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-size:11.5px;
    color:#0289ed;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    transition:gap .25s ease;
}
.smdk-pop-arrow i{font-size:9px}
.smdk-pop-tile:hover .smdk-pop-arrow{gap:9px}

/* ============ SEARCH BAR + RESULTS COUNT ============ */
.smdk-filter-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
    flex-wrap:wrap;
}
.smdk-search-wrap{
    position:relative;
    flex:1;
    max-width:520px;
    min-width:260px;
}
.smdk-search-ic{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#0289ed;
    font-size:15px;
    pointer-events:none;
    z-index:2;
}
#smdkFaqSearch{
    width:100%;
    padding:14px 50px 14px 46px;
    background:#ffffff;
    border:1.5px solid #bfdbfe;
    border-radius:14px;
    font-size:14.5px;
    font-family:'Manrope',sans-serif;
    color:#0f172a;
    outline:none;
    transition:all .2s;
    box-shadow:0 4px 14px rgba(2,137,237,.06);
}
#smdkFaqSearch::placeholder{color:#94a3b8}
#smdkFaqSearch:focus{
    border-color:#0289ed;
    box-shadow:0 0 0 4px rgba(2,137,237,.1);
}
.smdk-search-clear{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:8px;
    background:#eff6ff;
    color:#0289ed;
    border:none;
    display:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background .2s;
    font-size:12px;
    z-index:3;
}
.smdk-search-clear:hover{background:#dbeafe}
.smdk-results-count{
    font-size:13.5px;
    color:#475569;
    font-weight:600;
    white-space:nowrap;
}
.smdk-num{
    color:#0289ed;
    font-family:'Sora',sans-serif;
    font-weight:800;
    font-size:15px;
}

/* ============ CATEGORY PILLS (TABS) ============ */
.smdk-cat-pills-wrap{
    margin-bottom:24px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:6px;
}
.smdk-cat-pills-wrap::-webkit-scrollbar{height:6px}
.smdk-cat-pills-wrap::-webkit-scrollbar-track{background:#eff6ff;border-radius:100px}
.smdk-cat-pills-wrap::-webkit-scrollbar-thumb{background:#4dabf7;border-radius:100px}

.smdk-cat-pills{
    display:flex;
    gap:8px;
    flex-wrap:nowrap;
    min-width:max-content;
}

.smdk-cat-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 14px 9px 9px;
    background:#ffffff;
    border:1.5px solid #bfdbfe;
    border-radius:100px;
    color:#475569;
    font-family:'Manrope',sans-serif;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
    transition:all .2s ease;
    white-space:nowrap;
    flex-shrink:0;
}
.smdk-cat-pill:hover{
    border-color:#4dabf7;
    color:#0a0a2e;
    background:#f5f9ff;
}
.smdk-cat-pill.active{
    background:linear-gradient(135deg,#0f1a4e,#0289ed);
    border-color:#0289ed;
    color:#ffffff;
    box-shadow:0 8px 22px rgba(2,137,237,.35);
}

.smdk-cat-pill-ic{
    width:26px;
    height:26px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:11px;
    flex-shrink:0;
}
.smdk-cat-pill.active .smdk-cat-pill-ic{
    background:rgba(255,255,255,.25) !important;
}
/* Per-category colors (inactive state) */
.smdk-cp-all{background:linear-gradient(135deg,#0a0a2e,#0289ed)}
.smdk-cp-general{background:linear-gradient(135deg,#0f1a4e,#4dabf7)}
.smdk-cp-orders{background:linear-gradient(135deg,#0289ed,#4dabf7)}
.smdk-cp-payments{background:linear-gradient(135deg,#10b981,#34d399)}
.smdk-cp-services{background:linear-gradient(135deg,#f59e0b,#fbbf24)}
.smdk-cp-reseller{background:linear-gradient(135deg,#ef4444,#f87171)}

.smdk-cat-pill-label{flex:1}
.smdk-cat-pill-count{
    background:#dbeafe;
    color:#0f1a4e;
    padding:2px 8px;
    border-radius:100px;
    font-size:11px;
    font-weight:800;
    font-family:'Sora',sans-serif;
}
.smdk-cat-pill.active .smdk-cat-pill-count{
    background:rgba(255,255,255,.25);
    color:#ffffff;
}

/* ============ FAQ ACCORDION GRID ============ */
.smdk-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:50px;
    align-items:start;     /* Cards align to top of their grid cell */
}

.smdk-faq{
    background:#ffffff;
    border:1.5px solid #bfdbfe;
    border-radius:16px;
    overflow:hidden;
    transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
    position:relative;
    height:fit-content;    /* Card sizes itself to content */
}
.smdk-faq:hover{
    border-color:#4dabf7;
    box-shadow:0 12px 28px rgba(2,137,237,.1);
    transform:translateY(-2px);
}
.smdk-faq[open]{
    border-color:#0289ed;
    box-shadow:0 16px 38px rgba(2,137,237,.18);
    /* NO grid-column:span 2 — stays in its own column */
}

.smdk-faq-summary{
    list-style:none;
    cursor:pointer;
    padding:18px 22px;
    display:flex;
    align-items:center;
    gap:14px;
    transition:background .2s;
}
.smdk-faq-summary::-webkit-details-marker,
.smdk-faq-summary::marker{display:none}
.smdk-faq-summary:hover{background:#f5f9ff}
.smdk-faq[open] .smdk-faq-summary{
    background:linear-gradient(135deg,#eff6ff,#ffffff);
    border-bottom:1px solid #bfdbfe;
}

.smdk-faq-q-left{
    display:flex;
    align-items:center;
    gap:14px;
    flex:1;
    min-width:0;
}

/* Category icon on FAQ card */
.smdk-faq-cat-icon{
    width:40px;
    height:40px;
    border-radius:11px;
    color:#ffffff;
    display:grid;
    place-items:center;
    font-size:15px;
    flex-shrink:0;
    box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.smdk-cat-general .smdk-faq-cat-icon{background:linear-gradient(135deg,#0f1a4e,#4dabf7)}
.smdk-cat-orders .smdk-faq-cat-icon{background:linear-gradient(135deg,#0289ed,#4dabf7)}
.smdk-cat-payments .smdk-faq-cat-icon{background:linear-gradient(135deg,#10b981,#34d399)}
.smdk-cat-services .smdk-faq-cat-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}
.smdk-cat-reseller .smdk-faq-cat-icon{background:linear-gradient(135deg,#ef4444,#f87171)}

.smdk-faq-q-info{flex:1;min-width:0}
.smdk-faq-cat-label{
    display:inline-block;
    font-size:10.5px;
    color:#0289ed;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:4px;
}
.smdk-cat-general .smdk-faq-cat-label{color:#0f1a4e}
.smdk-cat-orders .smdk-faq-cat-label{color:#0289ed}
.smdk-cat-payments .smdk-faq-cat-label{color:#059669}
.smdk-cat-services .smdk-faq-cat-label{color:#d97706}
.smdk-cat-reseller .smdk-faq-cat-label{color:#dc2626}

.smdk-faq-q-text{
    font-family:'Sora',sans-serif;
    font-size:15px;
    font-weight:700;
    color:#0a0a2e;
    line-height:1.35;
    word-break:break-word;
}

.smdk-faq-toggle{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#eff6ff;
    color:#0289ed;
    display:grid;
    place-items:center;
    font-size:13px;
    flex-shrink:0;
    transition:transform .3s ease,background .25s ease,border-color .25s ease;
    border:1.5px solid #bfdbfe;
}
.smdk-faq:hover .smdk-faq-toggle{background:#dbeafe}
.smdk-faq[open] .smdk-faq-toggle{
    background:#0289ed;
    color:#ffffff;
    transform:rotate(45deg);
    border-color:#0289ed;
}

/* FAQ body */
.smdk-faq-body{
    overflow:hidden;
    animation:smdkFaqBodyOpen .35s ease-out;
}
@keyframes smdkFaqBodyOpen{
    from{opacity:0;max-height:0}
    to{opacity:1;max-height:2000px}
}
.smdk-faq-body-inner{
    padding:18px 22px 22px 76px;
    color:#475569;
    font-size:14.5px;
    line-height:1.7;
    background:#ffffff;
}
.smdk-faq-body-inner p{margin:0 0 12px;line-height:1.7}
.smdk-faq-body-inner p:last-child{margin-bottom:0}
.smdk-faq-body-inner strong,
.smdk-faq-body-inner b{color:#0a0a2e;font-weight:700}
.smdk-faq-body-inner a{
    color:#0289ed;
    font-weight:600;
    text-decoration:none;
}
.smdk-faq-body-inner a:hover{color:#0f1a4e;text-decoration:underline}
.smdk-faq-body-inner ul,
.smdk-faq-body-inner ol{margin:10px 0;padding-left:20px}
.smdk-faq-body-inner li{margin-bottom:6px;line-height:1.6}

/* Empty state */
.smdk-faq-empty{
    grid-column:1/-1;
    text-align:center;
    padding:60px 20px;
    background:#ffffff;
    border-radius:18px;
    border:1.5px dashed #bfdbfe;
}
.smdk-faq-empty-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eff6ff;
    color:#0289ed;
    display:grid;
    place-items:center;
    margin:0 auto 16px;
    font-size:28px;
}
.smdk-faq-empty p{color:#64748b;font-size:14px;margin:0}

/* No results */
.smdk-no-results{
    text-align:center;
    padding:60px 20px;
    background:#ffffff;
    border-radius:18px;
    border:1.5px dashed #bfdbfe;
    margin-bottom:50px;
}
.smdk-no-results-ic{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eff6ff;
    color:#0289ed;
    display:grid;
    place-items:center;
    margin:0 auto 16px;
    font-size:26px;
}
.smdk-no-results h3{
    font-family:'Sora',sans-serif;
    font-size:18px;
    color:#0a0a2e;
    margin:0 0 6px;
    font-weight:700;
}
.smdk-no-results p{color:#64748b;font-size:14px;margin:0}

/* ============ CONTACT CTA HEAD ============ */
.smdk-faq-contact-head{
    text-align:center;
    margin-bottom:30px;
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
}
.smdk-faq-contact-head .smdk-ey i{color:#0289ed}
.smdk-faq-contact-head h3{
    font-family:'Sora',sans-serif;
    font-size:clamp(24px,3.5vw,34px);
    font-weight:800;
    color:#0a0a2e;
    letter-spacing:-.025em;
    line-height:1.15;
    margin:0 0 10px;
}
.smdk-faq-contact-head h3 em{
    font-style:normal;
    background:linear-gradient(135deg,#0289ed,#4dabf7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    -webkit-text-fill-color:transparent;
}
.smdk-faq-contact-head p{
    color:#475569;
    font-size:14.5px;
    line-height:1.6;
    margin:0;
}

/* ============ CONTACT CARDS ============ */
.smdk-contact-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    max-width:920px;
    margin:0 auto;
}
.smdk-cc{
    border-radius:20px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    transition:transform .25s ease,box-shadow .25s ease;
    display:block;
}
.smdk-cc:hover{transform:translateY(-4px)}
.smdk-cc-content{padding:32px 28px;position:relative;z-index:2}

.smdk-cc-wa{
    background:linear-gradient(135deg,#25d366 0%,#1eb858 100%);
    color:#ffffff;
    box-shadow:0 18px 40px rgba(37,211,102,.3);
}
.smdk-cc-wa:hover{
    box-shadow:0 26px 56px rgba(37,211,102,.45);
    color:#ffffff;
}
.smdk-cc-email{
    background:linear-gradient(135deg,#0f1a4e 0%,#0289ed 100%);
    color:#ffffff;
    box-shadow:0 18px 40px rgba(2,137,237,.3);
}
.smdk-cc-email:hover{
    box-shadow:0 26px 56px rgba(2,137,237,.45);
    color:#ffffff;
}
.smdk-cc::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:30px 30px;
    -webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);
    pointer-events:none;
}
.smdk-cc-ic{
    width:60px;
    height:60px;
    border-radius:16px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.25);
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:26px;
    margin-bottom:18px;
    transition:transform .3s ease;
}
.smdk-cc:hover .smdk-cc-ic{
    transform:rotate(-8deg) scale(1.05);
}
.smdk-cc h3{
    font-family:'Sora',sans-serif;
    font-size:20px;
    font-weight:800;
    color:#ffffff;
    margin:0 0 8px;
    line-height:1.2;
}
.smdk-cc p{
    color:rgba(255,255,255,.85);
    font-size:14px;
    line-height:1.55;
    margin:0 0 20px;
}
.smdk-cc-cta{
    display:inline-flex;
    align-items:center;
    gap:9px;
    background:rgba(255,255,255,.92);
    color:#0a0a2e !important;
    padding:11px 18px;
    border-radius:100px;
    font-family:'Sora',sans-serif;
    font-weight:800;
    font-size:14px;
    transition:background .25s ease,transform .25s ease;
    box-shadow:0 6px 18px rgba(0,0,0,.18);
    word-break:break-all;
}
.smdk-cc:hover .smdk-cc-cta{
    background:#ffffff;
    transform:translateX(3px);
}
.smdk-cc-wa .smdk-cc-cta{color:#1eb858 !important}
.smdk-cc-email .smdk-cc-cta{color:#0289ed !important}
.smdk-cc-cta i{font-size:15px}

/* ============ RESPONSIVE ============ */
@media (max-width:991px){
    .smdk-pop-grid{grid-template-columns:repeat(2,1fr)}
    .smdk-faq-grid{grid-template-columns:1fr}
}

@media (max-width:768px){
    .smdk-faq-section{padding:60px 0 70px}
    .smdk-faq-head{margin-bottom:32px}

    .smdk-pop-head-row h3{font-size:18px}
    .smdk-pop-grid{gap:10px;margin-bottom:30px}
    .smdk-pop-tile{padding:16px 14px}
    .smdk-pop-ic{width:38px;height:38px;font-size:15px;margin-bottom:10px}
    .smdk-pop-tile h6{font-size:13px}
    .smdk-pop-tile p{font-size:11.5px}
    .smdk-pop-arrow{font-size:10.5px}

    .smdk-filter-bar{
        flex-direction:column;
        align-items:stretch;
        gap:10px;
    }
    .smdk-search-wrap{max-width:100%;width:100%}
    #smdkFaqSearch{font-size:14px;padding:12px 46px 12px 42px}
    .smdk-results-count{font-size:13px;text-align:center}

    .smdk-cat-pill{font-size:12px;padding:7px 12px 7px 7px}
    .smdk-cat-pill-ic{width:22px;height:22px;font-size:10px}
    .smdk-cat-pill-count{font-size:10.5px;padding:2px 7px}

    .smdk-faq-summary{padding:14px 16px;gap:11px}
    .smdk-faq-q-left{gap:11px}
    .smdk-faq-cat-icon{width:34px;height:34px;font-size:12.5px;border-radius:9px}
    .smdk-faq-cat-label{font-size:10px}
    .smdk-faq-q-text{font-size:14px}
    .smdk-faq-toggle{width:30px;height:30px;font-size:12px}
    .smdk-faq-body-inner{padding:16px 16px 18px 60px;font-size:13.5px}

    .smdk-contact-cards{
        grid-template-columns:1fr;
        gap:14px;
    }
    .smdk-cc-content{padding:24px 22px}
    .smdk-cc-ic{width:50px;height:50px;font-size:22px;border-radius:13px}
    .smdk-cc h3{font-size:17px}
    .smdk-cc p{font-size:13.5px;margin-bottom:16px}
    .smdk-cc-cta{font-size:13px;padding:10px 14px}
}

@media (max-width:480px){
    .smdk-pop-grid{grid-template-columns:1fr}
    .smdk-faq-body-inner{padding:14px 14px 16px 14px}
    .smdk-cc-cta{font-size:12px;padding:9px 12px}
   
}
@media(max-width: 767px) {
    .header-bottom-area .navbar-collapse {
        overflow: visible !important;
    }
       .bsp-about-grid-reverse .bsp-about-side {
        order: 2;
    }
}
@media (max-width: 1024px) {
    .bsp-about-grid-roi .bsp-about-side {
        order: 1;
    }
    .bsp-about-grid-roi .bsp-about-content {
      order : 2 ;
    }
    
.smmd-smc-title{
    font-size:12px !important;
}
.smmd-smc-meta {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    padding: 5px 10px !important;
}
.smmd-smc-action {
    padding: 5px 16px !important;
    font-size: 12px !important;
}
.smmd-smc-meta-item .v {
    font-size: 12px !important;
}
.smmd-smc-rate .v {
    font-size: 15px !important;
}
.smmd-search-section {
  margin-top: 30px !important;
}

  }
@media (max-width: 767px) {
    .header-bottom-area .navbar-collapse {
        max-height: 500px !important;
    }
}