.container {
  max-width: 1300px !important;
}

.navbar .navbar-brand {
  display: none;
}

.navbar-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 26px;
}

.navbar-nav li a {
  color: #0b0b0b !important;
  font-size: 16px;
  font-weight: 500;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.navbar-nav li a:hover {
  color: #0eb56a !important;
}

.nav_item_center {
  margin: 0px 33px 0px 33px !important;
}

header {
  position: relative;
}

.inr_bnr {
  padding: 20% 0 0 0;
  text-align: center;
  z-index: 111;
}

.inr_bnr a {
  color: #fff;
  font-size: 18px;
}

.inr_bnr a:hover {
  text-decoration: none;
  color: #fff;
}

.pisumify-hero-shape {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-290px);
  z-index: -1;
}

.coming_rt img {
  width: 100%;
}

#countdown {
  font-size: 2em;
  display: flex;
  gap: 20px;
  justify-content: end;
  font-size: 12px;
  color: #b9b9b9 !important;
}

.coming_lft .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coming_lft .number {
  font-size: 2.5em;
  font-weight: bold;
}

.coming_lft .label {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ccc;
}

.coming_lft {
  margin: 120px 0 0 0;
}

.pisumify-hero-shape img {
  height: 970px;
}

.coming_lft h1 {
  font-size: 25px;
  font-weight: 600;
}

.coming_lft h2 {
  font-size: 50px;
  font-weight: bold;
  background: -webkit-linear-gradient(#2dd693, #03aa5c);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 70px;
}

.inr_bnr_rt {
  margin: 35px 0 0 0;
}

.inr_bnr_rt img {
  width: 100%;
}

.pirsumify_rt {
  position: relative;
}

.facebook-box img {
  rotate: -16deg;
  animation: jumpTwo 4s infinite linear;
}

@-webkit-keyframes moveclouds2 {
  0% {
    margin-right: 200px;
  }

  100% {
    margin-right: -200px;
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70%);
  }
}

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

  100% {
    transform: translateY(-70%);
  }
}

@keyframes tpfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

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

.tpfadeUp {
  -webkit-animation-name: tpfadeUp;
  animation-name: tpfadeUp;
}

@-webkit-keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.tpfadeLeft {
  -webkit-animation-name: tpfadeLeft;
  animation-name: tpfadeLeft;
}

@-webkit-keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.tpfadeRight {
  -webkit-animation-name: tpfadeRight;
  animation-name: tpfadeRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes tpfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tpfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes play-btn-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes play-btn-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.main-inr-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0 15px 0;
}

.get_started ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
}

.get_started ul li {
  color: #000;
  font-weight: 600;
  list-style: none;
}

.get_started ul li a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.get_started ul li.get_btn a {
  background: #000;
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.get_started ul li.get_btn a:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
}

.inr_bnr_lft{
  padding-right: 50px;
  text-align: center;
}

.inr_bnr_lft h1 {
  font-size: 17px;
  font-weight: 500;
  padding: 30px 0 0 0;
}

.inr_bnr_lft h3 {
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0 0 0;
  line-height: 75px;
  color: #333;
}

.inr_bnr_lft h3 span {
  color: #15cb81;
}

.inr_bnr_lft p {
  font-size: 15px;
  font-weight: 500;
  padding: 28px 0 0 0;
}

.banner {
  overflow: hidden;
}

.try_free {
  text-align: center;
  margin: 25px 0 0;
}

.try_free button {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  margin: 15px 0 0 0;
}

.try_free button:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
  color: #fff;
}

.free_forever {
  margin: 0 0 40px 0;
}

.free_forever ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 41px 0 10px 0;
}

.free_forever ul li {
  list-style: none;
}

.free_forever ul li a {
  color: #000;
  font-weight: 500;
  list-style: none;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 0px 10px #dbdbdb;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.country_select select {
  /* margin: 18px 0 0 0; */
  /* width: 110px; */
}

select#country-selector {
  /* padding-left: 36px; */
}

.logo-hdr {
  display: flex;
  align-items: center;
  gap: 91px;
}

.satisfied_client {
  text-align: center;
}

.our_platforms h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 70px 0 75px 0;
  text-align: center;
  color: #13034a;
}


.our_platforms h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 70px 0 75px 0;
  text-align: center;
  color: #13034a;
}

.our_platforms h1 span {
  color: #16c77e;
  font-weight: 500;
  font-style: italic;
}

.main_platform {
  text-align: center;
  padding-bottom: 38px;
  padding-top: 18px;
}

.main_platform h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 5px 0 7px 0;
  text-align: center;
  color: #13034a;
}

.main_platform p {
  font-size: 17px;
  font-weight: 500;
  padding: 5px 35px 20px;
  color: #453478;
}

.main_platform a {
  font-size: 17px;
  font-weight: 600;
  padding: 5px 0 7px 0;
  text-align: center;
  color: #13034a;
}

.main_platform.active {
  box-shadow: 0px 0px 7px #f0f0f0;
  border-radius: 22px;
}

.main_platform a:hover {
  color: #1bd083;
  text-decoration: none;
}

.finnaly_sec {
  background: url(../images/finally_bg.jpg) no-repeat;
  margin: 100px 0 0 0;
  padding: 0 0 70px 0;
  background-size: cover;
}

.finnaly_sec h1 {
  font-weight: 700;
  font-size: 45px;
  padding: 70px 0 70px 0;
  text-align: center;
  line-height: 34px;
}

.finnaly_sec_h2 {
  font-weight: 700;
  font-size: 45px;
  padding: 70px 0 70px 0;
  text-align: center;
  line-height: 34px;
}

.main_finally {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px 0;
  min-height: 350px;
}

.finnaly_sec h2 {
  font-weight: 700;
  font-size: 22px;
  padding: 15px 0 10px 0;
  text-align: center;
  line-height: 34px;
  color: #111111;
}

.finnaly_sec p {
  font-size: 18px;
  color: #647082;
  font-weight: 400;
  padding: 0 0 20px 0;
}

.finnaly_sec .col-md-4 {
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
}

.learn_btn {
  text-align: center;
  padding: 50px 0 0 0;
}

.learn_btn a {
  background: #03ad66;
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  margin: 15px 0 0 0;
}

.learn_btn a:hover {
  text-decoration: none;
  color: #fff;
  background: #009d5c;
}

.main_compaign {
  display: flex;
  gap: 30px;
  margin: 80px 0;
  padding: 0 80px;
}

.compaign_box {
  background: #10c67b;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px 0;
}

.sec-compaign_box {
  background: #0095ec;
}

.sec-compaign_box {
  background: #0095ec;
}

.thrd-compaign_box {
  background: #050d36;
}

.compaign_box h3 {
  font-weight: 600;
  font-size: 34px;
  padding: 15px 0 10px 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.compaign_box p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 0 0 20px 0;
}

footer {
  position: relative;
  overflow: hidden;
}

.footer_logo p {
  color: #6b849f;
  font-size: 16px;
  margin-top: 12px;
  line-height: 24px;
  padding-right: 130px;
}

.Service_footer {
  margin: 65px 0 0 0 !important;
}

.Service_footer h5 {
  color: #273863;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.Service_footer a {
  color: #6b849f;
  font-size: 16px;
  font-weight: 500;
}

.Service_footer a:hover {
  text-decoration: none;
}

.term-sec ul {
  display: flex;
  margin: 0;
  padding: 0 50px 0 0;
  gap: 35px;
}

.term-sec ul li {
  list-style: none;
}

.term-sec ul li a {
  color: #17bf75;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer_fab_side a {
  color: #fff;
  font-size: 14px;
}

.inr_ftr {
  padding: 70px 0px 45px;
}

.inr_ftr li {
  padding-bottom: 11px;
}

.inr_ftr a:hover {
  text-decoration: none;
  color: #17bf75;
}

.term-sec ul li a:hover {
  color: #00d276;
}

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

.copy-write p {
  padding: 35px 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #6b849f;
}

.main_copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqs {
  background: url(../images/question_bg.jpg) no-repeat;
  text-align: center;
  padding: 70px 0 0 0;
  min-height: 635px;
  background-size: cover;
  overflow: hidden;
}

.main_faqs h3 {
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 60px 0;
}

.main_faqs h3 span {
  background: -webkit-linear-gradient(#27c789, #0db874);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-toggle="collapse"] .fa:before {
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}

.arrow-expand {
  margin-left: 10px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.7s ease;
}

.questions_sec .answer-group {
  background: #fff;
  /* padding: 15px 25px; */
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  margin: 0 0 15px 0;
}

.questions_sec .answer-group p {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.questions_sec .card-body p {
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  color: #8a8888;
  text-align: left;
  padding: 15px 25px;
}

.questions_sec {
  padding: 0 150px;
}

.questions_sec .answer-group .card-body {
  padding-left: 0;
}

.inr-signup {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 80px;
  margin: 50px 0 75px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.inr-signup input {
  background: #fff;
  width: 100%;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.inr-signup select {
  background: #fff;
  width: 100%;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.pisumify-signin__check-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 0;
}

.pisumify-signin__checkbox--group {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.inr-signup input[type="checkbox"] {
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  background: transparent;
  border-radius: 2px;
}

.inr-signup .pisumify-signin__checkbox--group label {
  margin-bottom: 0;
}

.pisumify-signin__forgot a {
  color: #0eb56a;
}

.pisumify-signin__forgot a:hover {
  text-decoration: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: initial;
  top: initial;
  right: initial;
}

.pisumify-btn {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  border: 1px solid transparent;
  gap: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 56px;
  font-size: 18px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  line-height: 58px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  border: 0;
  margin: 15px 0 10px 0;
}

.pisumify-btn:hover {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
}

.pisumify-btn {
  width: 100%;
}

.pisumify-signin__bottom {
  text-align: center;
}

.pisumify-signin__heading {
  margin-bottom: 30px;
}

.pisumify-signin__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.pisumify_bottom_or {
  position: relative;
  text-align: center;
}

.pisumify_bottom_or::after {
  position: absolute;
  height: 1px;
  width: 200px;
  left: 150px;
  content: "";
  background: #d9d9d9;
  top: 13px;
}

.pisumify_bottom_or p {
  background: #fff;
  color: #333;
  z-index: 3333;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
}

.pisumify-signin__button--group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pisumify-btn__other {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: 400;
  border: 0;
  height: 58px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.facebook-box {
  position: absolute;
  top: 0;
  animation: tpupdown 0.8s infinite alternate;
  width: 60px;
}

.instagram-box {
  position: absolute;
  top: 0;
  right: 0;
  animation: rotate2 15s linear infinite;
  width: 60px;
}

.whatsapp-box {
  position: absolute;
  bottom: 6px;
  right: -19px;
  animation: tpupdown 2s infinite alternate;
  width: 62px;
}

.inr-signup-lft {
  width: 55%;
}

.inr-signup-lft label {
  margin-bottom: 20px;
}

#userMenuOffcanvas {
  z-index: 111111;
}

.inr-shadow {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 80px;
  margin: 0px;
}

.inr-shadow input {
  border-radius: 4px;
  height: 50px;
  padding: 0 25px;
}

.inr-shadow .account-form {
  padding: 0px;
}

.inr-shadow .custom--card {
  background: unset;
  border: unset;
  /* border-radius: 20px; */
}

.inr-shadow .account-form__title {
  border-bottom: 0px;
  text-align: left;
}

.inr-shadow .custom--card.account__top {
  display: none;
}

.inr-shadow .gap-row {
  gap: 50px;
}

.input-recovery label {
  margin-bottom: 20px !important;
}

.logo-hdr .country_select .select__input {
  background: transparent !important;
}

.actives-btn {
  display: flex;
  gap: 10px;
  height: 72px;
}

/* subscription buttons start */
.sub-wrap {
  background: #f7f9fc;
  padding: 40px;
}

.subscription {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.subscription h4 {
  font-size: 24px;
  color: #0243af;
  margin-bottom: 25px;
}

.actives-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.toggle-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 16px;
  border: 2px solid #0243af;
  border-radius: 8px;
  background-color: white;
  color: #0243af;
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: none;
  transform: scale(1);
}

.toggle-btn:hover {
  background-color: #0243af;
  color: white;
  transform: scale(1.03);
}

.toggle-btn.active {
  background-color: #0243af;
  color: white;
  box-shadow: 0 6px 16px rgba(2, 67, 175, 0.25);
}

.subscription .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.toggle-btn:hover .icon {
  transform: rotate(5deg);
}

/* subscription buttons start */
/* privacy policy start */
/* Privacy policy Two Cards css STart ******************************************************************************/

.breadcrumb {
  display: none;
}

.privacy-hed {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  background-image: linear-gradient(to right,
      #018ce5 0,
      #0144b0 22%,
      #f6e27a 45%,
      #f6f2c0 50%,
      #cfb424 55%,
      #e29217 78%,
      #462523 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.privacy-hed ul li,
.privacy-hed p {
  color: #200e4e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/* Privacy policy Two Cards css End *********************************************************************/
.privacy-hed {
  background-image: linear-gradient(to right,
      #018ce5 0,
      #0144b0 22%,
      #0143af 45%,
      #014cb6 50%,
      #008fe7 55%,
      #0142af 78%,
      #0046b1 100%) !important;
  text-align: center;
}

.privacy-inner:first-child(1) {
  text-align: center;
}

.hed-bg {
  background-color: #dfdfdf;
  padding: 40px;
}

/* privacy policy End */
/*Pricing & Packages Two Cards css START ******************************************************************************/

.pricing-packages {
  background: linear-gradient(to bottom, #f3f3f9 50%, #ffffff 50%);
}

.pricing-title {
  font-weight: 700;
  font-size: 2rem;
  color: #0135a5;
}

.subtext {
  color: #555;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.toggle-switches .btn {
  border-radius: 30px;
  padding: 6px 20px;
  font-weight: 600;
}

.toggle-switches .btn.active {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  color: white;
  line-height: 1.9;
}

.badge-discount {
  background-color: #ff5e5e;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.card-pricing {
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
  border-top: 6px solid #0135a5;
}

.silver {
  border-color: #9fe550;
  border-top: 6px solid #9fe550;
}

.silver .card-hed {
  border: 1px solid #9fe550;
}

.card-pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.price {
  font-size: 2rem;
  font-weight: 700;
}

.package-title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 10px;
}

.features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  text-align: left;
}

.features li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #212529;
}

.features i {
  color: #0135a5;
  margin-right: 6px;
}

.btn-select {
  background: #013fac !important;
  color: white !important;
  border-radius: 30px;
  padding: 8px 24px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  border-radius: 24px !important;
}

.btn-silver {
  background: #7b7b7b !important;
}

.btn-gold {
  background: #c5a34f !important;
}

.border-top-feature {
  border-top: 1px solid #63e1f1;
}

.silver-feture {
  border-top: 1px solid #9fe550;
}

.gold-featur {
  border-top: 1px solid #c5a34f;
}

.recommended-badge {
  background: #0135a5;
  color: white;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}

.gold {
  border-color: #c5a34f;
}

.gold .package-title {
  color: #c5a34f;
}

.gold .price {
  color: #c5a34f;
}

.free {
  border-color: #63e1f1;
}

.free .package-title,
.free .price {
  color: #63e1f1;
}

.silver .package-title,
.silver .price {
  color: #7b7b7b;
}

.fit-content {
  width: fit-content;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 24px;
  margin: auto;
}

.card-hed {
  background: #f8f7fb;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #63e1f1;
}

.gold-hed {
  background: #fcf8ef;
  border: 1px solid #c5a34f;
}

.card-pricing .card-hed .price span {
  font-size: 14px;
  color: #0192e9;
}

.gold-bor,
.silver-bor,
.package-title .border-wr {
  border: 1px solid #0135a5;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
}

.silver-bor {
  border: 1px solid #7b7b7b;
}

.gold-bor {
  border: 1px solid #c5a34f;
}

.package-title i {
  font-size: 24px;
  font-size: 22px;
  line-height: 40px;
  /* display: flex
; */
  /* align-items: center;
  /* justify-content: center; */
}

.card-pricing p {
  color: #212529;
  font-size: 14px;
}

.silver-feture li i {
  color: #7b7b7b;
}

.gold-featur li i {
  color: #c5a34f;
}

.privacy-inner h6,
.privacy-inner h5 {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.privacy-inner ul li,
.privacy-inner p {
  font-size: 16px;
}

.privacy-wrapper h3 {
  font-size: 26px;
}

.gold .gold-hed .package-title .gold-bor {
  border: 1px solid #c5a34f;
}

.gold .gold-hed .package-title i {
  color: #c5a34f;
}

.silver .card-hed .package-title .silver-bor {
  border: 1px solid #9fe550;
}

.silver .card-hed .package-title i {
  color: #9fe550;
}

.silver .card-hed .package-title {
  color: #9fe550;
}

/* Pricing & Packages Two Cards css End ******************************************************************************/
.solutions-hero {
  padding: 20px 0 !important;
}

.privacy-hero h1 {
  color: #000 !important;
}

/* new step step accordian start________________________________________________________ */
.step-tracker .circle {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: 2px solid #cbd5e1;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}

.step-tracker .active .circle,
.step-tracker .done .circle {
  background-color: #22c55e;
  border-color: #22c55e;
}

.step-tracker .done .circle::after {
  content: "✔";
}

.step-tracker small {
  display: block;
  margin-top: 6px;
}

.step-tracker .line {
  flex-grow: 1;
  height: 2px;
  background-color: #cbd5e1;
  margin: 0 5px;
}

.step-tracker .done~.line {
  background-color: #22c55e;
}

.close-coming {
  font-size: 12px !important;
}

/* Login otp start */
.ads-wrapper {
  /* background: #f5f6fb; */
}

.left-col {
  /* background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39.5H40V40H0V39.5Z' fill='%23E3EAF5'/%3E%3Cpath d='M0.5 0V40H0V0H0.5Z' fill='%23E3EAF5'/%3E%3C/svg%3E");
    background-repeat: repeat; */
  min-height: 100vh;
  z-index: 3;
}

.ads-wrapper .slick-slide>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ads-wrapper.slide-box {
  /* background: #fff; */
  /* border-radius: 20px; */
  padding: 20px;
  text-align: center;
  /* max-width: 360px; */
  width: 100%;
  position: relative;
  padding-bottom: 60px !important;
}

.ads-wrapper.slide-img {
  max-width: 100%;
  border-radius: 9.75px;
}

/* .badge-variation,
  .badge-icon {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 10px;
  } */

/* .badge-variation {
    background: #000;
    color: #fff;
    left: 15px;
    bottom: 80px;
  } */

/* .badge-icon {
    background: #ffb400;
    color: #fff;
    right: 15px;
    bottom: 15px;
  } */

.login-section {
  padding: 60px 20px;
}

.rocket {
  background: #007bff;
  color: white;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-started {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 19.5px; */
  line-height: 44.5px !important;
  height: 45.5px;
  /* height: 56px !important; */
  max-width: 576px;
  border-radius: 10px;
  font-weight: 500;
}

.btn-started:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%) !important;
}

.anchor-color a {
  color: #0064fa;
}

.btn-hover:hover {
  background: #80808017 !important;
}

.fixed-chat {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bff;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  position: absolute;
  bottom: 36px;
  /* display: flex !important;
    justify-content: center;
    width: 100%; */
  /* background: red; */
}

.ads-wrapper .slick-dots li button::after,
.ads-wrapper .slick-dots li button::after,
.ads-wrapper button#slick-slide-control01,
.ads-wrapper button#slick-slide-control02,
.ads-wrapper button#slick-slide-control00 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: none;
}

.ads-wrapper .slick-dots li {
  width: 16px !important;
  height: 16px !important;
  border-radius: 100%;
  background: #989ba0;
}

.ads-wrapper li.slick-active {
  background: red;
  z-index: 999;
  background-color: #020817;
}

/* .slick-dots li {
    margin: 0 4px;
  }

  .slick-dots li button:before {
    font-size: 0;
  }

  .slick-dots li.slick-active button:before {
    content: '1/3';
    background: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
  }

  .slick-dots li:not(.slick-active) button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
  } */

/*  */
.ads-wrapper .slider-bg {
  border-radius: 20px;
  min-height: 200px;
  padding: 0px 20px;
  transition: background 0.5s ease;
  background: linear-gradient(135deg, #d6ffe3, #eafffc);
  position: relative;
  top: 14px;
}

/* .slider-bg.bg-1 { 
    background:
      linear-gradient(217deg, rgb(255 0 0 / 0.8), rgb(255 0 0 / 0) 70.71%),
      linear-gradient(127deg, rgb(0 255 0 / 0.8), rgb(0 255 0 / 0) 70.71%),
      linear-gradient(336deg, rgb(0 0 255 / 0.8), rgb(0 0 255 / 0) 70.71%);
  }  */
.ads-wrapper .slider-bg.bg-1 {
  background: linear-gradient(135deg, #d6ffe3, #eafffc);
}

.ads-wrapper .slider-bg.bg-2 {
  background: linear-gradient(135deg, #fff1f9, #f3e9ff);
}

.ads-wrapper .slider-bg.bg-3 {
  background: linear-gradient(135deg, #f1fff0, #f1fff0);
}

.ads-wrapper .slide-box img {
  max-width: 98%;
  margin: auto;
}

.ads-wrapper .slide-box {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin: auto;
}

.btn-social-g .btn::after {
  display: none;
}

.btn-social-g button {
  background: #fff !important;
  color: #3c4043 !important;
  font-weight: 500 !important;
  font-size: 16px;
  border: 1px solid #ccc !important;
}

.sub-content {
  margin-bottom: 32.5px;
}

.sub-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #020817;
}

.sub-content p {
  color: #989ba0;
  font-size: 16px;
}

.center-text {
  color: #e3e3e3;
}

.center-text hr {
  background-color: #e3e3e3;
}

.center-text {
  color: #989ba0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.login-input span {
  color: #989ba0;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 6px;
  text-align: left;
  width: 100%;
}

.login-input input {
  line-height: 60.5px;
  height: 48px;
  border-radius: 0.75rem;
}

.width-640 {
  max-width: 640px !important;
  margin: 18px;
  margin: auto;
}

.btn-arrow {
  position: relative;
}

.btn-arrow .arrow svg {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  color: #fff;
}

.login-input {
  max-width: 576px;
  margin: auto;
}

.login-input input::placeholder {
  color: #9ca3af;
  font-size: 13px;
}

.padding-195 {
  padding: 19.5px;
}

/* OTP Start */
.otp-container {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.otp-input {
  width: 42px;
  height: 49px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.otp-input:hover,
.otp-input:focus,
.otp-input:active {
  border-color: #0d6efd;
  outline: none;
}

.email-info {
  text-align: center;
  margin-bottom: 35px;
}

.timer {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  max-width: 310.94px;
  margin: auto;
}

.otp-resend,
.login-input .email-info a {
  color: #020817;
  font-size: 14px;
  text-decoration: underline !important;
}

.text-muted {
  color: #989ba0 !important;
  font-size: 14px;
  margin-top: 14px;
}

.login-otp-mt {
  margin-bottom: auto;
  position: absolute;
  bottom: 24px;
  /* margin: auto; */
  right: 0;
  left: 0;
  color: #020817 !important;
  font-size: 14px;
}

/* OTP End */
/* Login otp Etart */
/*  */
/* Admin style  (july-21-2025) desigine Start*/
.metrics-wrapper {
  /* padding: 30px; */
}

.metrics-header {
  font-weight: 600;
}

.btn-campaign {
  background-color: #0061ff !important;
  color: white;
  border: none;
  font-size: 14px !important;
}

.metrics-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  /* display: flex;
  justify-content: space-between; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.metric-box {
  flex: 1;
  text-align: left;
  padding: 15px;
  /* border-right: 1px solid #f0f0f0; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.metric-box:last-child {
  border-right: none;
}

.metric-title {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}

.metric-value {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.metric-sub {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}

.percent-down {
  color: #d9534f;
  font-weight: 600;
  margin-left: 6px;
  font-size: 14px;
}

.percent-up {
  color: #28a745;
  font-weight: 600;
  margin-left: 6px;
  font-size: 14px;
}

.mini-chart-box {
  margin-top: 10px;
  height: 60px;
}

.all-work canvas {
  width: 100% !important;
  height: 60px !important;
  max-width: 76px;
  min-width: 75px;
}

.pos-check {
  position: absolute;
  right: 10px;
  top: -16px;
}

.select-h {
  line-height: 34px;
}

.copain-w {
  width: 30%;
}

/* second graph */
.all-work .icon-up::before {
  content: "\f0aa";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}

.all-work .icon-down::before {
  content: "\f0ab";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}

.all-work .custom-graph-wrapper {
  background: #ffffff;
  padding: 25px;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.all-work .custom-graph-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.all-work .custom-graph-header .amount-text {
  color: #009dff;
  font-weight: bold;
}

.all-work .custom-canvas {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  height: 244px !important;
}

/* Tabs Start */

.search-and-filter {
  display: flex;
  align-items: center;
}

.search-input {
  padding: 8px 12px;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.filters .filter-btn {
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
}

.filters .filter-btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.tab-wrapper .nav-pills .nav-link {
  color: #000;
  font-size: 14px;
}

.tab-wrapper .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  border-bottom: 2px solid #0046b1;
  color: #0046b1;
  border-radius: 0px;
}

.tab-wrapper ul.nav.nav-pills {
  border-bottom: 1px solid #ccc;
}

/* Additional custom styles if needed */
.btn-tab .btn-outline-doc::after,
.btn-tab .btn-outline-relode::after {
  display: none;
}

.btn-tab .btn-outline-relode {
  border: 1px solid #0046b1;
  color: #0046b1 !important;
  background-color: #6093de52;
  width: 62px;
  line-height: 34px;
  /* height: 30px; */
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.btn-tab .btn-outline-doc {
  border: 1px solid #2cd590;
  color: #2cd590 !important;
  background-color: #2cd5903b;
  width: 62px;
  line-height: 34px;
  /* height: 30px; */
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.btn-outline-compaines {
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #bbb3b373;
  /* padding: 0px 26px; */
  /* height: 38px; */
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 31px;
}

.btn-outline-draft {
  line-height: 34px;
  background-color: #ccc;
  border: 1px solid #bbb3b373;
  /* padding: 0px 26px;
    height: 38px; */
  border-radius: 4px;
  color: #00000082;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 31px;
}

.serc-compain input::placeholder,
.tab-content select::placeholder,
.tab-content::placeholder {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 300 !important;
}

.serc-compain {
  position: relative;
}

.serc-compain input {
  padding-left: 32px;
}

.serc-compain .serc-icon {
  position: absolute;
  left: 15px;
  top: 5px;
  color: #6c757da3;
}

/* Tabs End */
/* Admin style  (july-21-2025)desigine End*/
/* dropdown header start */
.custom-dropdown-menu {
  min-width: 250px !important;
  padding: 0;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.drop-wrap .dropdown-header-custom {
  background-color: #0c0c0e;
  color: #fff;
  padding: 15px;
}

.drop-wrap .dropdown-header-custom h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.drop-wrap .dropdown-header-custom small {
  font-size: 13px;
  color: #ccc;
}

.drop-wrap .dropdown-item-custom {
  display: flex;
  align-items: center;
  padding: 5px 16px;
  font-size: 15px;
  color: #333;
  transition: background 0.2s;
}

.drop-wrap .dropdown-item-custom i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #6c757d;
}

.drop-wrap .dropdown-item-custom:hover {
  background-color: #f8f9fa;
}

.logout {
  color: #c0392b !important;
}

.drop-wrap .dropdown-toggle::after {
  display: none;
}

.dropdown-menu.custom-dropdown-menu {
  transform: translate(18px, 68px) !important;
  border-radius: 10px;
  inset: inherit !important;
  transform: inherit !important;
  top: 60px !important;
  margin: inherit !important;
  right: 0 !important;
}

.arrowdrop-posh {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  right: 5px;
}

.user-sidebar__nav-link i {
  background: unset !important;
}

.user-sidebar__nav-link:hover i,
.user-sidebar__nav-link:hover {
  color: #040583 !important;
}

.drophed-menu {
  width: 50px;
  height: 50px;
  margin: 0px;
  background: #d7d8d7 !important;
  /* padding: 2px !important; */
  /* border: 1px solid transparent; */
}

.border-profile {
  position: relative;
}

.border-profile::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #d7d8d7;
  /* padding: 2px; */
  border-radius: 100%;
  bottom: -4px;
  right: -4px;
}

/* dropdown header End */
button#resendBtn {
  display: block;
  color: #b9b9b9 !important;
  font-size: 14px;
  margin: auto;
}

div#otp-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--base {
  border: none !important;
}

/*  */
.activity-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.activity-item strong {
  display: block;
}

.filter {
  float: right;
  margin-top: -2.5rem;
}

.sidebar {
  width: 250px;
  background-color: #ffffff;
  border-right: 1px solid #f1f1f1;
  padding: 32px 20px 20px 20px;
  height: 100%;
  position: fixed;
  top: 86px;
}

.sidebar h2 {
  font-size: 18px;
  margin-bottom: 1rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  padding: 10px 3px;
  display: flex
;
  align-items: center;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  margin: 12px 0;
}

.sidebar li img {
  width: 20px;
  margin-right: 10px;
}

.sidebar li.active,
.sidebar li:hover {
  background-color: #e2e6ea;
}

#sidebarCollapse {
  margin: 15px;
}

.close-sidebar {
  display: none;
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e !important;
  text-align: right;
  cursor: pointer;
}

.flex-sec {
  display: flex;
  /* align-items: start; */
  gap: 10px;
  background-color: #f8f9fa;
  margin: 86px 0 0 0;
}

.padding-container {
  padding-left: 256px !important;
  padding-right: 20px;
  width: 100%;
}

section.breadcrumb {
  /* display: none; */
}

.summary-card canvas {
  width: 100% !important;
  height: 60px !important;
  margin: 0.5rem 0;
}

.menu-responsive {
  display: none;
}

.fa-pen-to-square {
  color: #009bf0;
}

.search-programs {
  background: transparent !important;
  font-size: 14px;
  border: 0;
  box-shadow: none !important;
  padding-left: 22px;
}

.posh-search {
  position: relative;
}

.posh-search .fa-magnifying-glass {
  position: absolute;
  left: 4px;
  top: 11px;
  font-size: 13px;
  color: #707581;
}

.sidebar-fixes {
  position: relative;
  /* margin: 86px 0 0 0 !important; */
}

/*  */
/* table stack start */
 

.table-stack table th,
.table-stack table td {
  white-space: nowrap !important;
  vertical-align: middle !important;
  font-size: 12px !important;
}

/* Sticky first 3 columns */
.table-stack .sticky-col {
  position: sticky !important;
  background: white !important;
  z-index: 2 !important;
}

.table-stack .col-0 {
  left: 0;
  width: 70px;
  background-color: #fff !important;
  z-index: 3 !important;
}

.table-stack .col-1 {
  left: 70px;
  width: 70px;
  background-color: #fff !important;
  z-index: 3 !important;
}

.table-stack .col-2 {
  left: 140px;
  width: 120px;
  background-color: #fff !important;
  z-index: 3 !important;
}

.table-stack .col-3 {
  left: 210px;
  width: 280px;
  background-color: #fff !important;
  z-index: 3 !important;
}

.table-stack .col-plus {
  right: 0px;
  width: 50px;
  background-color: #fff !important;
  z-index: 3 !important;
}

/* Toggle Switch */
.table-stack .form-switch .form-check-input {
  width: 2.5em;
  height: 1.2em;
}

/* Status badge */
.table-stack .status-badge {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Pagination button */
.table-stack .pagination-btn {
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  border-radius: 0.375rem;
  background: #fff;
}

.table-stack .table thead tr th {
  color: #64748b !important;
  height: 48px;
}

.table-stack .table tbody tr td,
.table-stack .table thead tr th {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  border-bottom-color: unset !important;
  border-bottom: 1px solid #ccc !important;
}

.table-stack .table tbody tr td {
  color: #212121;
  font-size: 12px !important;
}

.table-stack .table tbody tr td,
.table-stack .table thead tr th {
  text-align: left !important;
}

.bg-text {
  background-color: #f5f5f5;
  font-size: 9px !important;
  line-height: 13px;
  color: #6b7280 !important;
  border-radius: 6.5px;
  display: inline-block;
  padding: 6px 10px;
  width: fit-content;
  margin-top: 0px;
  font-size: 13px !important;
  /* margin-bottom: 6px; */
}

.text-linked {
  color: #0064fa;
  font-size: 12px;
  text-decoration: none !important;
}

.bg-text_lft {
  font-weight: 600 !important;
  font-size: 13px !important;
}

.compain-detail {
  font-size: 11px;
  line-height: 16.25px;
  color: #6b7280;
}

/* admin-header start */
.adminhed-wrapper {
  position: fixed;
  z-index: 1111;
  width: 100%;
  background: #fff;
}

/* td.sticky-col.col-3{
  display: unset;
} */
/* admin-header End */
/* table stack End */
/* profile start css */
.subheading-p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #020817;
}

.label-inputs {
  /* padding-top: 26px;
  padding-bottom: 26px; */
  border-bottom: 1px solid #e2e8f0;
  padding: 26px 12px;
}

.border-rights {
  border-right: 1px solid #e2e8f0 !important;
}

.label-inputs h6 {
  color: #6b7280;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 12px;
}

.profile-page .list-group-item.active {
  border-radius: 8px;
  background-color: #eff6ff !important;
  color: #3b82f6;
  border-color: unset !important;
  border: 1px solid transparent !important;
}

.profile-page .list-group-item:hover {
  background-color: #f3f4f6;
  border-radius: 8px;
  color: #4b5563;
}

.profile-page .list-group-item.active {
  /* background-color: #eff6ff !important; */
  color: #3b82f6;
}

.profile-page .list-group a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400 !important;
  padding: 12px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  border: 1px solid transparent !important;
  color: #4b5563;
}

.profile-page .fa-users:before {
  /* display: none; */
  margin: 0px;
}

.profile-page .form-label {
  color: #6b7280;
  font-weight: 500;
  font-size: 13px;
  line-height: 5px;
  margin-bottom: 12px;
}

.btn-primary-uplode {
  background: #000;
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary-uplode:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
}

/* .max-profile img{
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background: #f1f5f9;
} */
.myp-head {
  font-size: 20px;
}

.wicon-video img {
  width: 42px;
}

/* profile End css */
/* new step step accordian End________________________________________________________ */
@media (max-width: 991px) {
  .whats-posh {
    right: 40.1% !important;
    top: 42% !important;
  }
}

@media (max-width: 768px) {
  .wicon-video img {
    width: 28px;
  }

  .inr_bnr_lft{
    padding-right: 0px;
  }

  .copain-w {
    width: 100%;
    margin-top: 20px;
  }

  .sub-content h4 {
    font-size: 20px;
  }

  .slick-dots {
    bottom: 0px;
  }

  .left-col {
    min-height: 60vh;
  }

  .ads-wrapper .slide-box img {
    max-width: 100%;
  }

  div#slider-bg {
    padding-bottom: 1px;
  }

  .logo img {
    width: 185px;
  }

  .main-inr-hdr {
    flex-direction: column;
    gap: 28px;
  }

  .inr-signup {
    margin: 20px 0 75px 0;
    padding: 30px 20px;
    flex-direction: column;
  }

  #navbarNav,
  #navbarSupportedContent {
    position: absolute;
    background: #eef3f7;
    top: 62px;
    border-radius: 6px;
    width: 180px;
    left: -105px;
    padding: 15px 0;
    z-index: 11;
  }

  .main-inr-hdr .navbar-toggler {
    padding: 3px 6px;
    font-size: 17px;
    margin: 17px 0 0 0;
  }

  .inr-signup-rt img {
    width: 100%;
  }

  .inr_ftr {
    padding: 30px 0px 45px;
  }

  .Service_footer {
    margin: 25px 0 0 0;
  }

  .footer_logo p {
    padding-right: 0;
  }

  .main_copyright {
    flex-direction: column;
  }

  .term-sec ul {
    padding: 0;
  }

  .copy-write p {
    padding: 15px 0px;
  }

  .copyright_sec {
    padding-bottom: 15px;
  }

  .inr_bnr_lft h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 10px 0 0 0;
    line-height: 50px;
    color: #333;
  }

  .inr_bnr_lft p {
    padding: 13px 0 0 0;
    line-height: 30px;
  }

  .satisfied_client img {
    width: 100%;
  }

  .inr_bnr_rt {
    margin: 45px 0 0 0;
  }

  .our_platforms h1 {
    font-size: 30px;
    padding: 45px 0 25px 0;
  }

  .finnaly_sec h1 {
    font-size: 28px;
    padding: 45px 0 35px 0;
  }

  .main_finally {
    padding: 25px 30px 0;
    min-height: 360px;
  }

  .learn_btn {
    padding: 25px 0 0 0;
  }

  .finnaly_sec {
    padding: 0 0 55px 0;
  }

  .main_compaign {
    margin: 80px 0;
    padding: 0 15px;
    flex-direction: column;
  }

  .compaign_box h3 {
    font-size: 22px;
    line-height: 40px;
  }

  .faqs {
    padding: 45px 0 0 0;
    min-height: 635px;
  }

  .main_faqs h3 {
    font-size: 25px;
    margin: 0 0 35px 0;
  }

  .questions_sec {
    padding: 0;
  }

  .questions_sec .answer-group p {
    text-align: left;
    font-size: 16px;
  }

  .account .py-60 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 26px;
  }

  .acount-hvh {
    min-height: auto !important;
  }

  .acount-hvh .inr-signup-lft {
    width: 100%;
  }

  .acount-hvh .account__thumb {
    width: 100%;
    height: 100%;
  }

  .acount-hvh .inr-shadow .gap-row {
    justify-content: space-between !important;
  }

  .inr-shadow .gap-row {
    gap: 0px;
  }

  .inr-signup-lft {
    width: 100%;
  }

  .whats-posh {
    right: 0 !important;
    top: 46% !important;
  }
}

@media (max-width: 576px) {
  .serc-compain input {
    /* padding-left: 32px; */
    height: 44px;
  }

  .serc-compain .serc-icon {
    top: 14px;
  }
}

/* 25-07-2025  */

body,
input,
select,
button,
.form-label,
.list-group-item {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  color: #1f2937;
}

body {
  background-color: #f8f9fa !important;
}

h5.myp-head {
  font-size: 20px;
  font-weight: 600;
}

.card {
  border-radius: 12px;
  box-shadow: 0 0 0 1px #e5e7eb;
  background: #fff;
}

input.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 8px 12px;
  height: calc(2rem + 0.75rem + 2px) !important;
  font-size: 16px;
  transition: border-color 0.2s;
}

.card-body {
  padding: 40px 50px !important;
}

.card {
  border-radius: 0 !important;
}

input.form-control:focus,
select.form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

/* Profile Image */
.max-profile img {
  object-fit: cover;
  border: 2px solid #d1d5db;
  height: 95px;
}

.max-profile label {
  background-color: #fff;
  border: 1px solid #d1d5db;
  padding: 6px 10px;
  border-radius: 50px;
}

/* Sidebar */
.label-inputs h6 {
  font-weight: 600;
  font-size: 16px;
  color: #6b7280;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: 12px;
}

.navi {
  padding-left: 10px;
  padding-right: 0 !important;
}

.list-group-item {
  border: none;
  padding: 10px 15px;
  font-weight: 500;
  color: #374151;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.list-group-item:hover,
.list-group-item.active {
  background-color: #e0f2fe;
  color: #0c4a6e;
}

/* Update button */
.btn-primary-uplode {
  background-color: #0057ff;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.btn-primary-uplode:hover {
  background-color: #0044cc;
}

.sub-btn {
  padding: 10px 20px;
  font-size: 16px;
}

/* profile-account  */

.container-fluid.add-account {
  padding-right: 30px;
  margin-top: 30px;
}

.ad-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ad-info {
  display: flex;
  align-items: center;
}

.ad-info img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.ad-text h6 {
  margin: 0;
  font-weight: 600;
}

.ad-text small {
  color: #777;
}

.btn-connect {
  width: 120px;
  height: 40px;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.btn-connect i {
  margin-right: 6px;
}

.btn-meta {
  background-color: #0064e0;
}

.btn-insta {
  background-color: #fa7e1e;
}

.btn-whatsapp {
  background-color: #25d366;
}

/* team manage  */

.team-card {
  background: #fff;
  border: none;
  padding-right: 18px;
}

.search-box {
  position: relative;
  width: 100%;
}

.search-box input {
  padding-left: 35px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  height: 40px;
  width: 33%;
}

.search-box .bi-search {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.col-md-3.col-sm-4.text-end.mt-2.mt-sm-0 .btn-invite {
  background-color: #0d6efd;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.btn-invite i {
  margin-right: 5px;
}

.team-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #eef1f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}

.email {
  color: #888;
  font-size: 13px;
}

.team-table th {
  font-size: 14px !important;

}

table td {
  font-size: 14px;
  vertical-align: middle;
}

/* billing  */

.container-fluid.billing-container {
  padding-right: 30px;
  margin-top: 30px;
}

.team-card {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.team-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 14px;
}

.search-box input {
  padding-left: 35px;
}

.btn-invite {
  background-color: #007bff;
  color: white;
  font-weight: 500;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease;
}

.btn-invite:hover {
  background-color: #0069d9;
}

.table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  background-color: #f8f9fa;
}

.table tbody td {
  vertical-align: middle;
  font-size: 14px;
  color: #343a40;
}

.team-avatar {
  width: 38px;
  height: 38px;
  background-color: #e9ecef;
  color: #343a40;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}

.email {
  font-size: 12px;
  color: #6c757d;
}

.table-responsive {
  margin-top: 2rem;
}

.tab-pane.tab-block {
  display: none;
}

.tab-pane.tab-block.active {
  display: block;
}

.pagination.billing-pagination {
  margin-top: 20px !important;
}

.billing-pagination li {
  width: 100px;
  cursor: pointer;
}

/* workspace  */

.container.workspace-container {
  padding-right: 35px;
  margin-top: 30px;
}

.upload-box {
  width: 100px;
  height: 100px;
  font-size: 13px;
  padding: 10px;
  cursor: pointer;
}

.avatar-preview {
  width: 100px;
  height: 100px;
  background-color: #6c5dd3;
  border-radius: 50%;
}

.color-radio input {
  display: none;
}

.color-radio .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.color-radio input:checked+.circle {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #1d4ed8;
}



.row.row-cols-5.g-2 .col {
  padding: 0 !important;
}

@media (max-width: 767px) {
  body .userLogin-responsive {
    display: none !important;
  }
  .close-sidebar {
  display: block !important;
}
  .flex-sec {
  gap: 5px !important;
}
  .padding-container {
    padding-left: 0px !important;
}
}





.staus_vlue {
  display: flex;
  gap: .75rem;
  margin-bottom: 10px;
  align-items: center !important;
}

.value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
}

.budget_vlue {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.subtle_vlue {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.clicks_vlue {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.flex-sec .soft-wrap .card-soft{
    height: 100% !important;
}
button.btn.btn-sm.btn-outline-secondary {
    color: #fff !important;
    background: #43BAF9;
    padding: 10px 12px;
    
    font-size: 12px;
    border: none;
}
a.btn.btn-sm.btn-outline-primary {
    background: #01259A;
    border: none;
    padding: 6px 20px 0px 20px;
}
.staus_btn span:first-child{
    color: blue !important;
    border: #000 !important;
}
span.badge.bg-light.text-dark.ms-auto.badge-dot{
    color:#fff !important;
    font-weight:600;
  
    background-color: #01259A !important;
}
span.badge.bg-light.text-dark.ms-auto.badge-dot:last-child {
  background: linear-gradient(90deg,#f58529,#feda77,#dd2a7b,#8134af,#515bd4);
   
  font-weight: 600;
}

button.btn.btn-link.p-0.searchdashinput {
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 0px 7px 7px 0px;
  background: #0046b1;
  padding: 3px 12px !important;
}

button.btn.btn-link.p-0.searchdashinput:hover {
  background: #0046b1de;
}

i.fa-solid.fa-magnifying-glass.text-muted.serc-compain {
  color: #ffff !important;
}


a.selected-language {
  background: #c1c1c1;
}

/* .logo-hdr{
        gap: 20px 0px; 
         gap: 20px 20px;
} */
.whats-posh{
    position: absolute;
    right: 0;
    top: 46%;
}
.mt-6{
    margin-top: 26px;
}
.select {
    position: relative;
    }

    .select__input {
    appearance: none;
    border: 0;
    margin: 0;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    padding: 0.5rem calc(var(--select-icon-size) + var(--select-icon-margin) + var(--select-text-icon-gap));
    -webkit-user-select: none;
            user-select: none;
    border-radius: 4px;
    transition: box-shadow 0.2s;
    background: #ecf5f6;
    /* border: 1px solid #cfd7db; */
    padding: 8px 8px 8px 0px;
    border-radius: 0.375em;
    font-size: 13px;
    }

    .select__input:focus  {
    outline: none;
    }

    .select__arrow{
    display: inline-block;
    width: 15px;
    height: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    }
    .select__flag {
        display: inline-block;
        width: 30px;
        height: 30px;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: 19px !important;
    }
    .select__arrow {
    color: inherit;
    right: 5px;
    }

    .select__flag {
    left: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--select-icon-size);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z m11.8 14h-3.8c-0.2-3-0.8-5.8-1.6-8.2 2.8 1.8 4.8 4.8 5.4 8.2z m-11.8 14c-1.2 0-3.6-3.8-4-10h8c-0.4 6.2-2.8 10-4 10z m-4-14c0.4-6.2 2.6-10 4-10s3.6 3.8 4 10h-8z m-2.2-8.2c-1 2.4-1.6 5.2-1.8 8.2h-3.8c0.6-3.4 2.6-6.4 5.6-8.2z m-5.6 12.2h3.8c0.2 3 0.8 5.8 1.6 8.2-2.8-1.8-4.8-4.8-5.4-8.2z m18 8.2c1-2.4 1.4-5.2 1.6-8.2h3.8c-0.4 3.4-2.4 6.4-5.4 8.2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }

    .select:has(option[value="IT"]:checked) .select__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath fill='%23fff' d='M10 4H22V28H10z'%3E%3C/path%3E%3Cpath d='M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' fill='%2341914d'%3E%3C/path%3E%3Cpath d='M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' transform='rotate(180 26 16)' fill='%23bf393b'%3E%3C/path%3E%3Cpath d='M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z' opacity='.15'%3E%3C/path%3E%3Cpath d='M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z' fill='%23fff' opacity='.2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }

    .select:has(option[value="ES"]:checked) .select__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath fill='%23f1c142' d='M1 10H31V22H1z'%3E%3C/path%3E%3Cpath d='M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z' fill='%23a0251e'%3E%3C/path%3E%3Cpath d='M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z' transform='rotate(180 16 24.5)' fill='%23a0251e'%3E%3C/path%3E%3Cpath d='M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z' opacity='.15'%3E%3C/path%3E%3Cpath d='M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z' fill='%23fff' opacity='.2'%3E%3C/path%3E%3Cpath d='M12.614,13.091c.066-.031,.055-.14-.016-.157,.057-.047,.02-.15-.055-.148,.04-.057-.012-.144-.082-.13,.021-.062-.042-.127-.104-.105,.01-.068-.071-.119-.127-.081,.004-.068-.081-.112-.134-.069-.01-.071-.11-.095-.15-.035-.014-.068-.111-.087-.149-.028-.027-.055-.114-.057-.144-.004-.03-.047-.107-.045-.136,.002-.018-.028-.057-.044-.09-.034,.009-.065-.066-.115-.122-.082,.002-.07-.087-.111-.138-.064-.013-.064-.103-.087-.144-.036-.02-.063-.114-.075-.148-.017-.036-.056-.129-.042-.147,.022-.041-.055-.135-.031-.146,.036-.011-.008-.023-.014-.037-.016,.006-.008,.01-.016,.015-.025h.002c.058-.107,.004-.256-.106-.298v-.098h.099v-.154h-.099v-.101h-.151v.101h-.099v.154h.099v.096c-.113,.04-.169,.191-.11,.299h.002c.004,.008,.009,.017,.014,.024-.015,.002-.029,.008-.04,.017-.011-.067-.106-.091-.146-.036-.018-.064-.111-.078-.147-.022-.034-.057-.128-.046-.148,.017-.041-.052-.131-.028-.144,.036-.051-.047-.139-.006-.138,.064-.056-.033-.131,.017-.122,.082-.034-.01-.072,.006-.091,.034-.029-.047-.106-.049-.136-.002-.03-.054-.117-.051-.143,.004-.037-.059-.135-.04-.149,.028-.039-.06-.14-.037-.15,.035-.053-.043-.138,0-.134,.069-.056-.038-.137,.013-.127,.081-.062-.021-.125,.044-.104,.105-.05-.009-.096,.033-.096,.084h0c0,.017,.005,.033,.014,.047-.075-.002-.111,.101-.055,.148-.071,.017-.082,.125-.016,.157-.061,.035-.047,.138,.022,.154-.013,.015-.021,.034-.021,.055h0c0,.042,.03,.077,.069,.084-.023,.048,.009,.11,.06,.118-.013,.03-.012,.073-.012,.106,.09-.019,.2,.006,.239,.11-.015,.068,.065,.156,.138,.146,.06,.085,.133,.165,.251,.197-.021,.093,.064,.093,.123,.118-.013,.016-.043,.063-.055,.081,.024,.013,.087,.041,.113,.051,.005,.019,.004,.028,.004,.031,.091,.501,2.534,.502,2.616-.001v-.002s.004,.003,.004,.004c0-.003-.001-.011,.004-.031l.118-.042-.062-.09c.056-.028,.145-.025,.123-.119,.119-.032,.193-.112,.253-.198,.073,.01,.153-.078,.138-.146,.039-.104,.15-.129,.239-.11,0-.035,.002-.078-.013-.109,.044-.014,.07-.071,.049-.115,.062-.009,.091-.093,.048-.139,.069-.016,.083-.12,.022-.154Zm-.296-.114c0,.049-.012,.098-.034,.141-.198-.137-.477-.238-.694-.214-.002-.009-.006-.017-.011-.024,0,0,0-.001,0-.002,.064-.021,.074-.12,.015-.153,0,0,0,0,0,0,.048-.032,.045-.113-.005-.141,.328-.039,.728,.09,.728,.393Zm-.956-.275c0,.063-.02,.124-.054,.175-.274-.059-.412-.169-.717-.185-.007-.082-.005-.171-.011-.254,.246-.19,.81-.062,.783,.264Zm-1.191-.164c-.002,.05-.003,.102-.007,.151-.302,.013-.449,.122-.719,.185-.26-.406,.415-.676,.73-.436-.002,.033-.005,.067-.004,.101Zm-1.046,.117c0,.028,.014,.053,.034,.069,0,0,0,0,0,0-.058,.033-.049,.132,.015,.152,0,0,0,.001,0,.002-.005,.007-.008,.015-.011,.024-.219-.024-.495,.067-.698,.206-.155-.377,.323-.576,.698-.525-.023,.015-.039,.041-.039,.072Zm3.065-.115s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0Zm-3.113,1.798v.002s-.002,0-.003,.002c0-.001,.002-.003,.003-.003Z' fill='%239b8028'%3E%3C/path%3E%3Cpath d='M14.133,16.856c.275-.65,.201-.508-.319-.787v-.873c.149-.099-.094-.121,.05-.235h.072v-.339h-.99v.339h.075c.136,.102-.091,.146,.05,.235v.76c-.524-.007-.771,.066-.679,.576h.039s0,0,0,0l.016,.036c.14-.063,.372-.107,.624-.119v.224c-.384,.029-.42,.608,0,.8v1.291c-.053,.017-.069,.089-.024,.123,.007,.065-.058,.092-.113,.083,0,.026,0,.237,0,.269-.044,.024-.113,.03-.17,.028v.108s0,0,0,0v.107s0,0,0,0v.107s0,0,0,0v.108s0,0,0,0v.186c.459-.068,.895-.068,1.353,0v-.616c-.057,.002-.124-.004-.17-.028,0-.033,0-.241,0-.268-.054,.008-.118-.017-.113-.081,.048-.033,.034-.108-.021-.126v-.932c.038,.017,.073,.035,.105,.053-.105,.119-.092,.326,.031,.429l.057-.053c.222-.329,.396-.743-.193-.896v-.35c.177-.019,.289-.074,.319-.158Z' fill='%239b8028'%3E%3C/path%3E%3Cpath d='M8.36,16.058c-.153-.062-.39-.098-.653-.102v-.76c.094-.041,.034-.115-.013-.159,.02-.038,.092-.057,.056-.115h.043v-.261h-.912v.261h.039c-.037,.059,.039,.078,.057,.115-.047,.042-.108,.118-.014,.159v.873c-.644,.133-.611,.748,0,.945v.35c-.59,.154-.415,.567-.193,.896l.057,.053c.123-.103,.136-.31,.031-.429,.032-.018,.067-.036,.105-.053v.932c-.055,.018-.069,.093-.021,.126,.005,.064-.059,.089-.113,.081,0,.026,0,.236,0,.268-.045,.024-.113,.031-.17,.028v.401h0v.215c.459-.068,.895-.068,1.352,0v-.186s0,0,0,0v-.108s0,0,0,0v-.107s0,0,0,0v-.107s0,0,0,0v-.108c-.056,.002-.124-.004-.169-.028,0-.033,0-.241,0-.269-.055,.008-.119-.018-.113-.083,.045-.034,.03-.107-.024-.124v-1.29c.421-.192,.383-.772,0-.8v-.224c.575,.035,.796,.314,.653-.392Z' fill='%239b8028'%3E%3C/path%3E%3Cpath d='M12.531,14.533h-4.28l.003,2.572v1.485c0,.432,.226,.822,.591,1.019,.473,.252,1.024,.391,1.552,.391s1.064-.135,1.544-.391c.364-.197,.591-.587,.591-1.019v-4.057Z' fill='%23a0251e'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
    .select:has(option[value="PT"]:checked) .select__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M5,4H13V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' fill='%232b6519'%3E%3C/path%3E%3Cpath d='M16,4h15V28h-15c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' transform='rotate(180 21.5 16)' fill='%23ea3323'%3E%3C/path%3E%3Cpath d='M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z' opacity='.15'%3E%3C/path%3E%3Cpath d='M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z' fill='%23fff' opacity='.2'%3E%3C/path%3E%3Ccircle cx='12' cy='16' r='5' fill='%23ff5'%3E%3C/circle%3E%3Cpath d='M14.562,13.529l-5.125-.006v3.431h0c.004,.672,.271,1.307,.753,1.787,.491,.489,1.132,.759,1.805,.759,.684,0,1.328-.267,1.813-.75,.485-.484,.753-1.126,.753-1.808v-3.413Z' fill='%23ea3323'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
 .language-selector {
position: relative;
display: inline-block;
    margin-top: 29px !important;
}
.world-icon {
font-size: 20px;
cursor: pointer;
color: #555;
}
.main-inr-hdr .logo-hdr .logo{
min-width: 200px;
max-width: 200px;
}
.language-dropdown {
display: none;
position: absolute;
background-color: white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
left: -20px;
top: 30px;
padding: 10px 0;
}
.language-dropdown a {
color: black;
padding: 8px 20px;
text-decoration: none;
display: block;
text-align: left;
    border-bottom: 0.5px solid #ccc;
}
.language-dropdown a:hover {
background-color: #f1f1f1;
}
.flag {
width: 20px;
height: 15px;
margin-right: 10px;
vertical-align: middle;
}
.show {
display: block;
}
.scroll-top.show i{
display: flex;
align-items: center;
justify-content: center;
line-height: 48px;
}
.scroll-top{
    transform: translateY(-32px) !important;
}
.mainheader-wrapper{
display: flex;
align-items: center;
gap: 10px;
}
.step-box::after{
min-width: 130px;
}
/* alert box start */
.warning-box {
background-color: #ffe6e6;
color: #b30000;
padding: 20px;
border-radius: 8px;
margin: 20px 0;
position: relative;
animation: borderFade 2s ease-in-out infinite;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.warning-box p {
margin: 0 0 10px 0;
font-weight: 500;
}

.btn-primary {
background-color: #ff4d4d;
border: none;
color: #fff;
padding: 8px 16px;
border-radius: 5px;
cursor: pointer;
}

.btn-primary i {
margin-right: 6px;
}
.danger-noti{
font-size: 12px;
width: 32px;
line-height: 28px;
text-align: center;
padding: 0;
}

@media (max-width:1125px) {
.navbar-nav li{
padding: 0 14px;
}
}
@media (max-width:991px) {
div#navbarNav {
position: absolute;
top: 46px;
width: 100%;
max-width: 250px;
min-width: 166px;
background: #ffffff;
z-index: 3;
border: 1px solid #cccccc69;
border-radius: 8px;
}
}
@media (max-width:768px) {
.language-selector{
margin-top: 21px !important;
}
.mt-6{
margin: 0px !important;
}
.main-inr-hdr .navbar-toggler{
margin-top: 0px !important;
}
}

.nav-item:hover .dropdown-mega {
display: flex;
animation: dropdownFade 0.3s ease-out forwards;
}

.dropdown-mega {
transform: translateX(-50%);
display: none;
position: absolute;
/* left: 0; */
width: 100%;
background: transparent;
max-width: 1140px;
padding: 15px 0px;
z-index: 999;
}

.damage-product {
position: relative;
top: 0px;
display: flex;
justify-content: center;
flex-wrap: wrap;
background: #fff;
padding: 1rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
width: 100%;
min-width: 800px;
opacity: 0;
transform: translateY(-10px);
animation: slideDown 0.4s ease forwards;
border-radius: 20px;
}

.product-item {
text-align: center;
padding: 0.5rem;
width: 250px;
transition: all 0.3s ease;
cursor: pointer;
}

.product-item:hover {
background: #f9f9f9;
border-radius: 8px;
}

.product-item i {
font-size: 2rem;
margin-bottom: 0.5rem;
}

.product-item h6 {
font-weight: bold;
margin-bottom: 0.3rem;
}

.product-item p {
font-size: 0.85rem;
color: #666;
margin: 0;
}

.social-bar{
margin: 30px 0;
display: flex;
align-items: center;
gap: 20px;
}

.icon{
--size: 38px;                  
width:var(--size);
height:var(--size);
background:#fff;                
color: #222222;                      
text-decoration:none;
display: flex;
align-items: center;
justify-content: center;
}

.social-bar a{
transition: transform .15s ease, box-shadow .15s ease, color .15s ease, background .15s ease;
}

.icon i{
font-size: 20px; 
line-height:1; 
}

.icon--fb{ border-radius:8px; font-size: 20px; }  /* perfect circle */
.icon--ig,
.icon--in,
.icon--wp,
.icon--tw,
.icon--yt{ border-radius:8px; font-size: 20px; }

.social-bar a:hover { 
transform: translateY(-2px); 
box-shadow: 0 10px 18px rgba(0,0,0,.22) !important; 
background-color: #222222 !important;
color: #fff !important;
}


/* Optional: filled brand background variant */
.filled .wa     { background:#25D366; color:#fff; }
.filled .ig     { background:#E4405F; color:#fff; }
.filled .fb     { background:#1877F2; color:#fff; }
.filled .li     { background:#0A66C2; color:#fff; }
.filled .twx     { background:#1DA1F2; color:#fff; }
.twx svg { width:18px; height:18px; display:block; }
.twx:hover { filter:brightness(0.9); } 
.filled a:hover { filter: brightness(0.95); }
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

@keyframes dropdownFade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media (max-width: 1157px) {
.navbar-nav li.nav-item{
margin-right: 0px !important;
}
.dropdown-mega{
    max-width: 1140px;
min-width: 400px;
}
.damage-product{
    max-width: unset; 
min-width: unset;
}
}
@media (max-width: 992px) {
.dropdown-mega {
max-width: 300px;
min-width: 300px;
}
.dropdown-mega {
display: none !important;
}

.dropdown-mega.mobile-visible {
display: block !important;
position: absolute !important;
padding: 0 !important;
}



.damage-product {
position: static !important;
flex-direction: column;
padding: 1rem;
min-width: auto !important;
max-width: 100% !important;
}

.product-item {
width: 100%;
border-bottom: 1px solid #eee;
}

#solutionToggle {
cursor: pointer;
}

#solutionArrow {
transition: transform 0.3s ease;
}

#solutionArrow.rotate {
transform: rotate(180deg);
}

}
@media (max-width: 768px) {
.dropdown-mega {
/* position: absolute;
padding: 1rem;
right: 0;
left: -46px; */
left: -140px;
transform: translateX(-4%);
}

.damage-product {
position: static;
flex-direction: column;
min-width: auto;
width: 100%;
}

.product-item {
width: 100%;
border-bottom: 1px solid #eee;
}
.dropdown-mega {
    left: -125px;
    transform: translateX(-4%);
 }

 .damage-product {
  padding: .5rem !important;
  margin-left: 100px;
  max-width: 200px !important;
}

.product-item:last-child {
  border-bottom: none;
}
}


/* Language globe selector */
.language-selector {
position: relative;
display: inline-flex;
align-items: center;
margin-top: 0 !important;
z-index: 1000;
}

.language-toggle {
border: 1px solid #e5e7eb;
background: #ffffff;
color: #1f2937;
border-radius: 999px;
padding: 7px 12px;
font-size: 14px;
display: inline-flex;
align-items: center;
gap: 7px;
cursor: pointer;
line-height: 1;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.language-toggle:hover {
background: #f8fafc;
}

.language-toggle .world-icon {
font-size: 16px;
color: #0135a5;
}

.current-language-label {
font-weight: 600;
font-size: 13px;
}

.language-dropdown {
display: none;
position: absolute;
background-color: white;
min-width: 175px;
box-shadow: 0 8px 20px rgba(0,0,0,0.14);
z-index: 9999;
right: 0;
left: auto;
top: 42px;
padding: 8px 0;
border-radius: 12px;
overflow: hidden;
}

.language-dropdown a {
color: #111827;
padding: 10px 15px;
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
text-align: left;
border-bottom: 1px solid #f1f1f1;
font-size: 14px;
}

.language-dropdown a:last-child {
border-bottom: 0;
}

.language-dropdown a:hover,
.language-dropdown a.selected-language {
background-color: #f3f4f6;
}

.language-dropdown .selected-icon {
margin-left: auto;
color: #16a34a;
font-size: 12px;
}

.flag {
width: 21px;
height: 15px;
object-fit: cover;
border-radius: 2px;
vertical-align: middle;
}

.show {
display: block !important;
}

html[dir="rtl"] .language-dropdown {
right: auto;
left: 0;
}

html[dir="rtl"] .language-dropdown .selected-icon {
margin-left: 0;
margin-right: auto;
}

@media (max-width: 991px) {
.language-toggle {
  padding: 7px 10px;
}

.current-language-label {
  display: none;
}

.language-dropdown {
  right: -40px;
}
}



.questions_sec .card-body{
  padding: 0px 0px !important;
}




  /*
      Why Pirsumify page RTL/LTR scoped fixes.
      This keeps the existing page design but fixes Hebrew/Arabic layout issues:
      - text direction
      - mobile text alignment
      - hero column alignment
      - breadcrumb spacing
      - list bullets/spacing
      - image/text section balance
    */

    .why-pirsumify-page {
      overflow-x: hidden;
  }

  .why-pirsumify-page .solutions-hero,
  .why-pirsumify-page .integration-section,
  .why-pirsumify-page .User-Friendly,
  .why-pirsumify-page .exclusive-feature {
      position: relative;
  }

  .why-pirsumify-page .integration-heading,
  .why-pirsumify-page .integration-title,
  .why-pirsumify-page .why-hed,
  .why-pirsumify-page .sub-pera,
  .why-pirsumify-page .integration-list li {
      unicode-bidi: plaintext;
  }

  .why-pirsumify-page .integration-list {
      margin-bottom: 0;
  }

  .why-pirsumify-page .integration-list li {
      margin-bottom: 10px;
      line-height: 1.7;
  }

  .why-pirsumify-page .breadcrumb {
      margin-bottom: 0;
  }

  /* RTL page handling for Hebrew/Arabic */
  .why-pirsumify-page.why-rtl {
      direction: rtl;
      text-align: right;
  }

  .why-pirsumify-page.why-rtl .solutions-hero .text-white,
  .why-pirsumify-page.why-rtl .integration-section .col-lg-6,
  .why-pirsumify-page.why-rtl .User-Friendly .col-lg-6,
  .why-pirsumify-page.why-rtl .exclusive-feature .col-lg-6 {
      text-align: right;
  }

  .why-pirsumify-page.why-rtl .solutions-hero .text-right {
      text-align: left !important;
  }

  .why-pirsumify-page.why-rtl .breadcrumb {
      direction: rtl;
      justify-content: flex-start;
      padding-right: 0 !important;
      padding-left: 0 !important;
  }

  .why-pirsumify-page.why-rtl .breadcrumb-item + .breadcrumb-item {
      padding-right: .5rem;
      padding-left: 0;
  }

  .why-pirsumify-page.why-rtl .breadcrumb-item + .breadcrumb-item::before {
      float: right;
      padding-left: .5rem;
      padding-right: 0;
  }

  .why-pirsumify-page.why-rtl .integration-list {
      padding-right: 20px;
      padding-left: 0;
      text-align: right;
  }

  .why-pirsumify-page.why-rtl .integration-list li {
      padding-right: 4px;
      padding-left: 0;
      text-align: right;
  }

  .why-pirsumify-page.why-rtl .integration-title,
  .why-pirsumify-page.why-rtl .integration-heading,
  .why-pirsumify-page.why-rtl .why-hed,
  .why-pirsumify-page.why-rtl .sub-pera {
      text-align: right;
  }

  .why-pirsumify-page.why-rtl .col-12.text-center .integration-title,
  .why-pirsumify-page.why-rtl .col-12.text-center .integration-heading {
      text-align: center;
  }

  .why-pirsumify-page.why-rtl .integration-image {
      margin-left: auto;
      margin-right: auto;
  }

  /* LTR safe defaults */
  .why-pirsumify-page.why-ltr {
      direction: ltr;
  }

  @media (max-width:768px){
    .exclusive-feature::before,
    .User-Friendly::before{
      width: 100%;
    }

    .integration-section::before {
      background-position: bottom;
      width: 100%;
    }

    .why-pirsumify-page .solutions-hero .text-right,
    .why-pirsumify-page.why-rtl .solutions-hero .text-right {
      text-align: center !important;
      margin-top: 20px;
    }

    .why-pirsumify-page .solutions-hero .text-white,
    .why-pirsumify-page.why-rtl .solutions-hero .text-white {
      text-align: center;
    }

    .why-pirsumify-page .breadcrumb,
    .why-pirsumify-page.why-rtl .breadcrumb {
      justify-content: center;
    }
  }

  @media (max-width:576px){
    .integration-section{
      padding: 100px 0;
      padding-top:60px;
    }

    .integration-heading {
      font-size: 24px;
      text-align: left;
      line-height: 32px;
    }

    .integration-title{
      font-size: 12px;
      text-align: left;
      margin-bottom: 14px;
    }

    br{
      display: none;
    }

    .why-hed{
      font-size: 18px;
    }

    .User-Friendly{
      padding-bottom: 0px;
    }

    .integration-list li,
    .sub-pera{
      font-size: 14px;
    }

    .integration-section .integration-image{
      background-position: bottom;
    }

    .exclusive-feature{
      padding-bottom: 0px;
    }

    /* Mobile RTL overrides: old CSS forced left alignment, this fixes HE/AR */
    .why-pirsumify-page.why-rtl .integration-heading,
    .why-pirsumify-page.why-rtl .integration-title,
    .why-pirsumify-page.why-rtl .why-hed,
    .why-pirsumify-page.why-rtl .sub-pera,
    .why-pirsumify-page.why-rtl .integration-list li {
      text-align: right !important;
    }

    .why-pirsumify-page.why-rtl .col-12.text-center .integration-title,
    .why-pirsumify-page.why-rtl .col-12.text-center .integration-heading {
      text-align: center !important;
    }

    .why-pirsumify-page.why-rtl .integration-list {
      padding-right: 18px;
      padding-left: 0;
    }

    .why-pirsumify-page.why-ltr .integration-list {
      padding-left: 18px;
      padding-right: 0;
    }
  }


  /* ============================================================
   Pricing Page Scoped CSS
   Parent class: .pricing-page
   Safe for Hebrew / Arabic RTL and does not affect other pages
   ============================================================ */

.pricing-page {
  overflow-x: hidden;
}

.pricing-page,
.pricing-page * {
  box-sizing: border-box;
}

.pricing-page .breadcrumb {
  display: none;
}

.pricing-page .promo-text {
  color: #333;
  text-align: center;
  padding: 20px;
}

.pricing-page .tagline {
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.pricing-page .subheading {
  font-size: 16px;
  color: #777;
  margin: 10px 0;
}

.pricing-page .pricing-heading {
  font-size: 28px;
  font-weight: bold;
  color: #2c3e50;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.pricing-page .offer {
  font-size: 18px;
  font-weight: bold;
  color: #0056b3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-page .card-pricing .fs-13 {
  font-size: 13px;
}

/* Pricing Container */
.pricing-page .pricing-packages {
  padding: 40px 0;
}

/* Toggle Button Style */
.pricing-page .toggle-switches button {
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

/* Add active class style */
.pricing-page .toggle-switches button.active {
  background-color: #388e3c;
  color: white;
}

/* Add hover style for buttons */
.pricing-page .toggle-switches button:hover {
  opacity: 0.8;
}

/* Card Default Design */
.pricing-page .card-pricing {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.pricing-page .card-pricing:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Free Plan */
.pricing-page .card-pricing.free {
  background-color: #e0f7fa;
}

.pricing-page .card-pricing.free .price {
  color: #00796b;
}

.pricing-page .card-pricing.free .btn-select {
  background-color: #63e1f1 !important;
  color: white;
}

.pricing-page .card-pricing.free .btn-select:hover {
  background-color: #004d40;
}

/* Pro Plan */
.pricing-page .card-pricing.silver {
  background-color: #f1f8e9;
}

.pricing-page .card-pricing.silver .price {
  color: #388e3c;
}

.pricing-page .card-pricing.silver .btn-select {
  background-color: #9fe550 !important;
  color: white;
}

.pricing-page .card-pricing.silver .btn-select:hover {
  background-color: #2c6e28;
}

.pricing-page .card-pricing.silver .recommended-badge {
  background-color: #ffeb3b;
  color: #000;
  padding: 5px 15px;
  font-weight: bold;
  position: absolute;
  top: 14px;
  right: 10px;
  border-radius: 20px;
}

/* Elite Plan */
.pricing-page .card-pricing.gold {
  background-color: #fff3e0;
}

.pricing-page .card-pricing.gold .price {
  color: #f57c00;
}

.pricing-page .card-pricing.gold .btn-select {
  background-color: #f57c00;
  color: white;
}

.pricing-page .card-pricing.gold .btn-select:hover {
  background-color: #e65100;
}

/* FontAwesome Icon Adjustments */
.pricing-page .package-title i {
  color: #63e1f1;
}

/* Badge Discount */
.pricing-page .badge-discount {
  background-color: #388e3c;
  color: white;
  padding: 0 8px;
  border-radius: 15px;
  font-weight: bold;
}

/* Feature List Style */
.pricing-page .features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-page .features li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}

.pricing-page .features li i {
  color: #388e3c;
}

/* Heading Styles */
.pricing-page .package-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.pricing-page .price {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
}

.pricing-page .fs-13 {
  font-size: 13px;
}

.pricing-page .gold-bor,
.pricing-page .silver-bor,
.pricing-page .package-title .border-wr {
  border: 1px solid #63e1f1;
}

.pricing-page .discount p {
  display: inline-block;
  color: #1e1d1d;
  font-weight: 600;
  font-size: 12px;
  padding: 0;
  border-radius: 30px;
  animation: pricingZoomInOut 2s infinite ease-in-out;
}

.pricing-page .discount .star {
  margin: 0 6px;
  color: #ffc107;
  font-size: 18px;
}

.pricing-page .discount {
  text-align: center;
  position: absolute;
  top: -4px;
  right: 0;
  background: #9fe550;
  border-radius: 0 0 0 100px;
  padding: 0 16px;
}

@keyframes pricingZoomInOut {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(0.8);
  }
  100% {
      transform: scale(1);
  }
}

.pricing-page .notactive {
  color: #000 !important;
}

/* ============================================================
 RTL Fixes for Hebrew / Arabic
 ============================================================ */

.pricing-page[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.pricing-page[dir="rtl"] .promo-text {
  direction: rtl;
  text-align: center;
}

.pricing-page[dir="rtl"] .pricing-heading,
.pricing-page[dir="rtl"] .tagline,
.pricing-page[dir="rtl"] .subheading,
.pricing-page[dir="rtl"] .offer {
  unicode-bidi: plaintext;
}

.pricing-page[dir="rtl"] .toggle-switches {
  direction: rtl;
}

.pricing-page[dir="rtl"] .card-pricing {
  direction: rtl;
  text-align: center;
}

.pricing-page[dir="rtl"] .features {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}

.pricing-page[dir="rtl"] .features li {
  text-align: right;
}

.pricing-page[dir="rtl"] .features li i {
  margin-left: 6px;
  margin-right: 0;
}

.pricing-page[dir="ltr"] .features li i {
  margin-right: 6px;
  margin-left: 0;
}

.pricing-page[dir="rtl"] .text-start {
  text-align: right !important;
}

.pricing-page[dir="rtl"] .discount {
  right: auto;
  left: 0;
  border-radius: 0 0 100px 0;
}

.pricing-page[dir="rtl"] .card-pricing.silver .recommended-badge {
  right: auto;
  left: 10px;
}

.pricing-page[dir="rtl"] .package-title {
  direction: rtl;
}

.pricing-page[dir="rtl"] .price {
  direction: ltr;
  unicode-bidi: isolate;
}

.pricing-page[dir="rtl"] .price .text-muted {
  direction: rtl;
  unicode-bidi: plaintext;
}

/* Responsiveness */
@media (max-width: 768px) {
  .pricing-page .card-pricing {
      margin-bottom: 20px;
  }

  .pricing-page .toggle-switches {
      margin-bottom: 30px;
  }

  .pricing-page .promo-text {
      padding: 15px 10px;
  }

  .pricing-page .pricing-heading {
      font-size: 24px;
      line-height: 32px;
  }

  .pricing-page .offer {
      font-size: 16px;
      line-height: 26px;
  }

  .pricing-page[dir="rtl"] .features li {
      text-align: right;
  }

  .pricing-page[dir="rtl"] .card-pricing.silver .recommended-badge {
      left: 8px;
      right: auto;
      font-size: 11px;
      padding: 5px 10px;
  }

  .pricing-page[dir="ltr"] .card-pricing.silver .recommended-badge {
      right: 8px;
      left: auto;
      font-size: 11px;
      padding: 5px 10px;
  }
}

@media (max-width: 576px) {
  .pricing-page .pricing-packages {
      padding: 25px 0;
  }

  .pricing-page .container.py-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
  }

  .pricing-page .toggle-switches {
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
  }

  .pricing-page .toggle-switches button {
      padding: 8px 16px;
      font-size: 14px;
  }

  .pricing-page .package-title {
      font-size: 1.25rem;
  }

  .pricing-page .features li,
  .pricing-page .features p,
  .pricing-page .card-pricing p {
      font-size: 14px;
      line-height: 1.6;
  }

  .pricing-page .discount {
      padding: 0 12px;
  }
}


/* ============================================================
   Learn Page Scoped CSS
   Parent class: .learn-page
   Safe for Hebrew / Arabic RTL and does not affect other pages
   ============================================================ */

   .learn-page {
    overflow-x: hidden;
}

.learn-page,
.learn-page * {
    box-sizing: border-box;
}

.learn-page .main-text {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    animation: learnFadeInText 3s ease-in-out;
    text-transform: capitalize;
}

@keyframes learnFadeInText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.learn-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.learn-page .solutions-hero {
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    color: #1a1a1a;
    overflow: hidden !important;
    position: relative;
}

.learn-page header h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.learn-page header p {
    font-size: 1.2em;
    opacity: 0.9;
}

.learn-page section {
    padding: 40px;
}

.learn-page h2 {
    color: #464e57;
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.learn-page h3 {
    color: #002d9e;
    font-size: 1.6em;
    margin: 30px 0 15px 0;
}

.learn-page ul.undorderList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.learn-page ul.undorderList li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
}

.learn-page ul.undorderList li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #002d9e;
    font-weight: bold;
    font-size: 1.2em;
}

.learn-page .section-alt {
    background: #efefef;
}

.learn-page .kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.learn-page .kpi-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #002d9e;
    border-right: 4px solid #002d9e;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.learn-page .kpi-card p {
    margin-bottom: 10px;
}

.learn-page .kpi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.learn-page .kpi-card h4 {
    color: #002d9e;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.learn-page .kpi-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
    justify-content: center;
}

.learn-page .kpi-item {
    padding: 10px 20px;
    width: 200px;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
    text-align: center;
}

.learn-page .button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.learn-page .ready-btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: learnButtonAnimation 2s infinite;
}

.learn-page .ready-btn:hover {
    background-color: #45a049;
    animation: none;
}

.learn-page .kpi-item:hover {
    border-color: #002d9e;
    background: #f0f4ff;
}

.learn-page .platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.learn-page .platform-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 30px;
    border-radius: 12px;
}

.learn-page .platform-card h3 {
    color: #007bff;
    margin-top: 0;
}

.learn-page .tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.learn-page .tip-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border-top: 4px solid #002d9e;
    border-bottom: 4px solid #002d9e;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.learn-page .tip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.learn-page .tip-card p {
    margin-bottom: 10px;
}

.learn-page .tip-card h4 {
    color: #002d9e;
    margin-bottom: 15px;
    font-size: 24px;
}

.learn-page .bad-example {
    background: #fee;
    padding: 15px;
    border-left: 4px solid #e74c3c;
    margin: 10px 0;
    border-radius: 4px;
}

.learn-page .good-example {
    background: #efe;
    padding: 15px;
    border-left: 4px solid #27ae60;
    margin: 10px 0;
    border-radius: 4px;
}

.learn-page .cta-section {
    background-image: url("https://pirsumify.com/assets/universal/images/counter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    border-radius: 100% 100% 0 0;
    padding: 100px;
    text-align: center;
    animation: learnBackgroundAnimation 5s infinite;
}

.learn-page .cta-section h2 {
    color: #002d9e;
}

.learn-page .cta-button {
    display: inline-block;
    background: white;
    color: #007bff;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: transform 0.2s;
}

.learn-page .cta-button:hover {
    transform: scale(1.05);
}

.learn-page .highlight-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.learn-page .metric-formula {
    background: #e7f3ff;
    padding: 15px;
    border-radius: 6px;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
    direction: ltr;
    text-align: left;
    unicode-bidi: isolate;
}

.learn-page .feature-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
}

.learn-page .feature-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-top: none;
    border-left: 4px solid #002d9e;
    border-right: 4px solid #002d9e;
    border-bottom: none;
}

.learn-page .feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e7f0ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #002d9e;
    flex-shrink: 0;
}

.learn-page .feature-card h4 {
    margin: 0 0 8px 0;
    color: #333;
}

.learn-page .feature-card p {
    margin: 0;
    color: #555;
}

.learn-page .growth-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.learn-page .growth-card {
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.learn-page .growth-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.learn-page .growth-card::after {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 45, 158, 0.1) 0%, rgba(0, 123, 255, 0.1) 100%);
    z-index: 0;
}

.learn-page .growth-card::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 45, 158, 0.08) 0%, rgba(0, 123, 255, 0.08) 100%);
    z-index: 0;
}

.learn-page .growth-card h4 {
    margin: 0 0 12px 0;
    font-size: 1.2em;
    color: #24314d;
    position: relative;
    z-index: 1;
}

.learn-page .growth-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e9f1ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #002d9e;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.learn-page .growth-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4a5568;
    position: relative;
    z-index: 1;
}

.learn-page .growth-list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.learn-page .growth-list li::before {
    content: "✓";
    color: #002d9e;
    font-weight: 700;
    margin-top: 2px;
}

/* ============================================================
   RTL Fixes for Hebrew / Arabic
   ============================================================ */

.learn-page[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

.learn-page[dir="rtl"] .text-right {
    text-align: left !important;
}

.learn-page[dir="rtl"] .text-white {
    text-align: right;
}

.learn-page[dir="rtl"] .breadcrumb {
    direction: rtl;
    justify-content: flex-start;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.learn-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
}

.learn-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
}

.learn-page[dir="rtl"] h2,
.learn-page[dir="rtl"] h3,
.learn-page[dir="rtl"] h4,
.learn-page[dir="rtl"] p,
.learn-page[dir="rtl"] li {
    unicode-bidi: plaintext;
}

.learn-page[dir="rtl"] h2 {
    text-align: center;
}

.learn-page[dir="rtl"] ul.undorderList {
    padding-right: 0;
    padding-left: 0;
}

.learn-page[dir="rtl"] ul.undorderList li {
    padding-right: 30px;
    padding-left: 0;
    text-align: right;
}

.learn-page[dir="rtl"] ul.undorderList li:before {
    right: 0;
    left: auto;
}

.learn-page[dir="rtl"] .bad-example {
    border-left: 0;
    border-right: 4px solid #e74c3c;
    text-align: right;
}

.learn-page[dir="rtl"] .good-example {
    border-left: 0;
    border-right: 4px solid #27ae60;
    text-align: right;
}

.learn-page[dir="rtl"] .highlight-box {
    border-left: 0;
    border-right: 4px solid #ffc107;
    text-align: right;
}

.learn-page[dir="rtl"] .feature-card {
    direction: rtl;
    text-align: right;
}

.learn-page[dir="rtl"] .kpi-card,
.learn-page[dir="rtl"] .platform-card,
.learn-page[dir="rtl"] .tip-card {
    text-align: right;
}

.learn-page[dir="rtl"] .kpi-bar {
    direction: rtl;
}

.learn-page[dir="rtl"] .kpi-item {
    text-align: center;
}

.learn-page[dir="rtl"] .growth-card::after {
    left: -30px;
    right: auto;
}

.learn-page[dir="rtl"] .growth-card::before {
    left: -20px;
    right: auto;
}

.learn-page[dir="rtl"] .growth-list li {
    flex-direction: row-reverse;
    text-align: right;
}

.learn-page[dir="rtl"] .mr-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

.learn-page[dir="rtl"] .text-muted {
    unicode-bidi: plaintext;
}

.learn-page[dir="ltr"] .text-start {
    text-align: left !important;
}

/* Responsive */
@media (max-width: 768px) {
    .learn-page .growth-grid {
        grid-template-columns: 1fr;
    }

    .learn-page .feature-grid {
        grid-template-columns: 1fr;
    }

    .learn-page header h1 {
        font-size: 2em;
    }

    .learn-page section {
        padding: 30px 20px;
    }

    .learn-page .kpi-grid,
    .learn-page .platform-grid,
    .learn-page .tips-grid {
        grid-template-columns: 1fr;
    }

    .learn-page .cta-section {
        border-radius: 40% 40% 0 0;
        padding: 50px;
    }

    .learn-page .solutions-hero .text-right,
    .learn-page[dir="rtl"] .solutions-hero .text-right {
        text-align: center !important;
        margin-top: 20px;
    }

    .learn-page .solutions-hero .text-white,
    .learn-page[dir="rtl"] .solutions-hero .text-white {
        text-align: center;
    }

    .learn-page .breadcrumb,
    .learn-page[dir="rtl"] .breadcrumb {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .learn-page .main-text {
        font-size: 24px;
        line-height: 34px;
    }

    .learn-page h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .learn-page h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .learn-page .platform-card,
    .learn-page .tip-card,
    .learn-page .kpi-card {
        padding: 20px;
    }

    .learn-page .kpi-item {
        width: 100%;
    }

    .learn-page .cta-section {
        padding: 45px 20px;
        border-radius: 30% 30% 0 0;
    }

    .learn-page[dir="rtl"] p,
    .learn-page[dir="rtl"] li,
    .learn-page[dir="rtl"] h3,
    .learn-page[dir="rtl"] h4 {
        text-align: right;
    }

    .learn-page[dir="rtl"] h2 {
        text-align: center;
    }
}


/* ============================================================
   Facebook Page Scoped CSS
   Parent class: .facebook-page
   Safe for Hebrew / Arabic RTL and does not affect other pages
   ============================================================ */

   .facebook-page {
    overflow-x: hidden;
  }
  
  .facebook-page,
  .facebook-page * {
    box-sizing: border-box;
  }
  
  .facebook-page .market-wrrap {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: auto;
    gap: 18px;
    flex-wrap: wrap;
  }
  
  .facebook-page .work-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  
  .facebook-page .market-wrrap .inner-box {
    max-width: 190px;
    padding: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .facebook-page .market-wrrap .inner-box p {
    margin-bottom: 0;
    font-size: 0.95rem;
  }
  
  .facebook-page .market-wrrap .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .facebook-page .bright-blue {
    background-color: #0072C6;
  }
  
  .facebook-page .navy-blue {
    background-color: #004B76;
  }
  
  .facebook-page .teal-green {
    background-color: #18A398;
  }
  
  .facebook-page .mid-blue {
    background-color: #006D77;
  }
  
  .facebook-page .light-teal {
    background-color: #00B2E3;
  }
  
  .facebook-page .inner-box i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .facebook-page .fs-14 {
    font-size: 14px;
  }
  
  .facebook-page .text-theme {
    color: #0135a5;
  }
  
  .facebook-page .testimonial-box {
    height: 100%;
  }
  
  .facebook-page .fa-chart-line:before,
  .facebook-page .fa-line-chart:before,
  .facebook-page .fa-clock-four:before,
  .facebook-page .fa-clock:before {
    margin: 0;
  }
  
  .facebook-page button.btn-learn {
    background: transparent;
    border: 1px solid #25c923;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    color: #25c923;
  }
  
  .facebook-page .info-box:hover {
    border: 1px solid #25c923;
  }
  
  .facebook-page .cta-box {
    background-image: url("./images/ftehwga660eacpchdstt.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  
  .facebook-page .work-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    border: 1px solid #45ed4f;
  }
  
  .facebook-page .work-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
  }
  
  .facebook-page .hex-icon {
    width: 60px;
    height: 60px;
    background-color: #eafbeb;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #91d39e;
    color: #2e8555;
    font-size: 24px;
    flex-shrink: 0;
  }
  
  .facebook-page .work-content h6 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .facebook-page .work-content p,
  .facebook-page .work-content ul {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
  }
  
  .facebook-page .work-content ul {
    padding-left: 18px;
  }
  
  .facebook-page .monitor-card {
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 200px;
  }
  
  .facebook-page .monitor-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .facebook-page .monitor-col {
    flex: 0 0 19%;
    max-width: 19%;
  }
  
  .facebook-page .monitor-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #009bf0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  
  .facebook-page .monitor-card:hover .monitor-icon {
    background-color: #007acc;
  }
  
  .facebook-page .monitor-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .facebook-page .monitor-desc {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
    word-break: break-word;
    hyphens: auto;
  }
  
  .facebook-page .monitor-link a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
    background-color: #009bf0;
    border-radius: 30px;
    transition: background-color 0.3s ease;
  }
  
  .facebook-page .monitor-link a:hover {
    background-color: #007acc;
    text-decoration: none;
  }
  
  .facebook-page .result-box .number {
    font-size: 24px;
  }
  
  .facebook-page .result-box .fa-line-chart:before,
  .facebook-page .result-box .fa-clock-four:before,
  .facebook-page .result-box .fa-clock:before {
    margin-top: 24px;
    margin-left: 20px;
  }
  
  .facebook-page .result-body p {
    font-size: 14px;
  }
  
  .facebook-page .inner-box .icon-bussness i {
    margin-bottom: 0;
  }
  
  .facebook-page .inner-box .bright-color i {
    color: #0072c6;
  }
  
  .facebook-page .inner-box .navy-color i {
    color: #004B76 !important;
  }
  
  .facebook-page .inner-box .teal-color i {
    color: #18A398;
  }
  
  .facebook-page .inner-box .midblue-color i {
    color: #006D77;
  }
  
  .facebook-page .inner-box .lightteal-color i {
    color: #00B2E3;
  }
  
  .facebook-page .icon-bussness {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0072c6;
    color: #0072c6;
    font-size: 24px;
    margin: auto;
    margin-bottom: 14px;
  }
  
  .facebook-page .integration-box .icon-circle {
    margin: unset;
  }
  
  .facebook-page .integration-box p {
    font-size: 14px;
  }
  
  .facebook-page .custom-container {
    position: relative;
    border-radius: 100% 100% 0 0;
    padding: 100px;
    text-align: center;
    margin-top: 50px;
    animation: backgroundAnimation 5s infinite;
    background-image: url("{{ asset('assets/universal/images/counter_bg.png') }}");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  
  .facebook-page .button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .facebook-page .ready-btn,
  .facebook-page .schedule-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: buttonAnimation 2s infinite;
  }
  
  .facebook-page .ready-btn {
    background-color: #4CAF50;
    color: white;
  }
  
  .facebook-page .ready-btn:hover {
    background-color: #45a049;
    animation: none;
  }
  
  .facebook-page .main-text {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    animation: facebookFadeInText 3s ease-in-out;
    text-transform: capitalize;
  }
  
  @keyframes facebookFadeInText {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  /* ============================================================
     Facebook Page RTL Fixes
     ============================================================ */
  
  .facebook-page[dir="rtl"] {
    direction: rtl;
    text-align: right;
  }
  
  .facebook-page[dir="rtl"] .text-right {
    text-align: left !important;
  }
  
  .facebook-page[dir="rtl"] .text-left,
  .facebook-page[dir="rtl"] .try_free.text-left {
    text-align: right !important;
  }
  
  .facebook-page[dir="rtl"] .text-center {
    text-align: center !important;
  }
  
  .facebook-page[dir="rtl"] h1,
  .facebook-page[dir="rtl"] h2,
  .facebook-page[dir="rtl"] h3,
  .facebook-page[dir="rtl"] h4,
  .facebook-page[dir="rtl"] h5,
  .facebook-page[dir="rtl"] h6,
  .facebook-page[dir="rtl"] p,
  .facebook-page[dir="rtl"] li,
  .facebook-page[dir="rtl"] .small,
  .facebook-page[dir="rtl"] .monitor-title,
  .facebook-page[dir="rtl"] .monitor-desc {
    unicode-bidi: plaintext;
  }
  
  .facebook-page[dir="rtl"] .breadcrumb {
    direction: rtl;
    justify-content: flex-start;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .facebook-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
  }
  
  .facebook-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
  }
  
  .facebook-page[dir="rtl"] .mr-1,
  .facebook-page[dir="rtl"] .mr-2,
  .facebook-page[dir="rtl"] .mr-3 {
    margin-right: 0 !important;
  }
  
  .facebook-page[dir="rtl"] .mr-1 {
    margin-left: .25rem !important;
  }
  
  .facebook-page[dir="rtl"] .mr-2 {
    margin-left: .5rem !important;
  }
  
  .facebook-page[dir="rtl"] .mr-3 {
    margin-left: 1rem !important;
  }
  
  .facebook-page[dir="rtl"] .cta-box,
  .facebook-page[dir="rtl"] .info-box,
  .facebook-page[dir="rtl"] .integration-box,
  .facebook-page[dir="rtl"] .testimonial-box,
  .facebook-page[dir="rtl"] .monitor-card {
    text-align: right;
  }
  
  .facebook-page[dir="rtl"] .icon-box,
  .facebook-page[dir="rtl"] .monitor-card,
  .facebook-page[dir="rtl"] .market-wrrap .inner-box {
    text-align: center;
  }
  
  .facebook-page[dir="rtl"] .integration-box .icon-circle {
    margin-right: 0;
    margin-left: auto;
  }
  
  .facebook-page[dir="rtl"] .market-wrrap {
    direction: rtl;
  }
  
  .facebook-page[dir="rtl"] .d-flex.align-items-center.justify-content-center {
    direction: rtl;
  }
  
  .facebook-page[dir="rtl"] .d-flex.align-items-center.justify-content-center .text-left {
    text-align: right !important;
  }
  
  .facebook-page[dir="rtl"] .carousel-control-prev {
    right: 0;
    left: auto;
  }
  
  .facebook-page[dir="rtl"] .carousel-control-next {
    left: 0;
    right: auto;
  }
  
  .facebook-page[dir="rtl"] .carousel-control-prev .fa-arrow-left:before {
    content: "\f061";
  }
  
  .facebook-page[dir="rtl"] .carousel-control-next .fa-arrow-right:before {
    content: "\f060";
  }
  
  /* Responsive */
  @media (max-width: 1399.98px) {
    .facebook-page .monitor-col {
      flex: 0 0 24%;
      max-width: 24%;
    }
  }
  
  @media (max-width: 1199.98px) {
    .facebook-page .monitor-col {
      flex: 0 0 32%;
      max-width: 32%;
    }
  }
  
  @media (max-width: 991.98px) {
    .facebook-page .monitor-col {
      flex: 0 0 48%;
      max-width: 48%;
    }
  }
  
  @media (max-width: 768px) {
    .facebook-page .market-wrrap {
      flex-direction: column;
      gap: 20px;
    }
  
    .facebook-page .market-wrrap .inner-box {
      max-width: 100%;
      padding: 20px;
    }
  
    .facebook-page .solutions-hero .text-right,
    .facebook-page[dir="rtl"] .solutions-hero .text-right {
      text-align: center !important;
      margin-top: 20px;
    }
  
    .facebook-page .solutions-hero .text-white,
    .facebook-page[dir="rtl"] .solutions-hero .text-white {
      text-align: center;
    }
  
    .facebook-page .breadcrumb,
    .facebook-page[dir="rtl"] .breadcrumb {
      justify-content: center;
    }
  
    .facebook-page .cta-box .p-5 {
      padding: 2rem !important;
    }
  
    .facebook-page .custom-container {
      border-radius: 40% 40% 0 0;
      padding: 60px 30px;
    }
  }
  
  @media (max-width: 575.98px) {
    .facebook-page .monitor-col {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .facebook-page .work-box {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
  
    .facebook-page .work-content {
      text-align: center;
    }
  
    .facebook-page .work-content ul {
      text-align: left;
      display: inline-block;
    }
  
    .facebook-page .main-text {
      font-size: 24px;
      line-height: 34px;
    }
  
    .facebook-page .custom-container {
      padding: 45px 20px;
      border-radius: 30% 30% 0 0;
    }
  
    .facebook-page .cta-box .p-5 {
      padding: 1.5rem !important;
    }
  
    .facebook-page[dir="rtl"] .work-content ul {
      text-align: right;
    }
  
    .facebook-page[dir="rtl"] .cta-box,
    .facebook-page[dir="rtl"] .info-box,
    .facebook-page[dir="rtl"] .integration-box,
    .facebook-page[dir="rtl"] .testimonial-box {
      text-align: right;
    }
  
    .facebook-page[dir="rtl"] .icon-box,
    .facebook-page[dir="rtl"] .monitor-card,
    .facebook-page[dir="rtl"] .market-wrrap .inner-box {
      text-align: center;
    }
  }


  /* ============================================================
   Instagram Page Scoped CSS
   Parent class: .instagram-page
   Safe for Hebrew / Arabic RTL and does not affect other pages
   ============================================================ */

.instagram-page {
  overflow-x: hidden;
}

.instagram-page,
.instagram-page * {
  box-sizing: border-box;
}

.instagram-page .market-wrrap {
  display: flex;
  justify-content: center;
  max-width: 1050px;
  margin: auto;
  gap: 18px;
  flex-wrap: wrap;
}

.instagram-page .work-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.instagram-page .market-wrrap .inner-box {
  max-width: 190px;
  padding: 14px;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.instagram-page .market-wrrap .inner-box p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.instagram-page .market-wrrap .inner-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.instagram-page .bright-blue {
  background-color: #0072C6;
}

.instagram-page .navy-blue {
  background-color: #004B76;
}

.instagram-page .teal-green {
  background-color: #18A398;
}

.instagram-page .mid-blue {
  background-color: #006D77;
}

.instagram-page .light-teal {
  background-color: #00B2E3;
}

.instagram-page .inner-box i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.instagram-page .fs-14 {
  font-size: 14px;
}

.instagram-page .text-theme {
  color: #0135a5;
}

.instagram-page .testimonial-box {
  height: 100%;
}

.instagram-page .fa-chart-line:before,
.instagram-page .fa-line-chart:before,
.instagram-page .fa-clock-four:before,
.instagram-page .fa-clock:before {
  margin: 0;
}

.instagram-page button.btn-learn {
  background: transparent;
  border: 1px solid #25c923;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  color: #25c923;
}

.instagram-page .info-box:hover {
  border: 1px solid #25c923;
}

.instagram-page .cta-box {
  background-image: url("./images/ftehwga660eacpchdstt.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.instagram-page .work-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  border: 1px solid #45ed4f;
}

.instagram-page .work-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.instagram-page .hex-icon {
  width: 60px;
  height: 60px;
  background-color: #eafbeb;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #91d39e;
  color: #2e8555;
  font-size: 24px;
  flex-shrink: 0;
}

.instagram-page .work-content h6 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.instagram-page .work-content p,
.instagram-page .work-content ul {
  font-size: 13px;
  color: #555;
  margin-bottom: 0;
}

.instagram-page .work-content ul {
  padding-left: 18px;
}

.instagram-page .monitor-card {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 277px;
}

.instagram-page .monitor-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.instagram-page .monitor-col {
  flex: 0 0 19%;
  max-width: 19%;
}

.instagram-page .monitor-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #009bf0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #fff;
  transition: background-color 0.3s ease;
}

.instagram-page .monitor-card:hover .monitor-icon {
  background-color: #007acc;
}

.instagram-page .monitor-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.instagram-page .monitor-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
  word-break: break-word;
  hyphens: auto;
}

.instagram-page .monitor-link a {
  display: none;
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  background-color: #009bf0;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.instagram-page .monitor-link a:hover {
  background-color: #007acc;
  text-decoration: none;
}

.instagram-page .result-box .number {
  font-size: 24px;
}

.instagram-page .result-box .fa-line-chart:before,
.instagram-page .result-box .fa-clock-four:before,
.instagram-page .result-box .fa-clock:before {
  margin-top: 24px;
  margin-left: 20px;
}

.instagram-page .result-body p {
  font-size: 14px;
}

.instagram-page .inner-box .icon-bussness i {
  margin-bottom: 0;
}

.instagram-page .inner-box .bright-color i {
  color: #0072c6;
}

.instagram-page .inner-box .navy-color i {
  color: #004B76 !important;
}

.instagram-page .inner-box .teal-color i {
  color: #18A398;
}

.instagram-page .inner-box .midblue-color i {
  color: #006D77;
}

.instagram-page .inner-box .lightteal-color i {
  color: #00B2E3;
}

.instagram-page .icon-bussness {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0072c6;
  color: #0072c6;
  font-size: 24px;
  margin: auto;
  margin-bottom: 14px;
}

.instagram-page .custom-container {
  position: relative;
  border-radius: 100% 100% 0 0;
  padding: 100px;
  text-align: center;
  margin-top: 50px;
  animation: backgroundAnimation 5s infinite;
  background-image: url("{{ asset('assets/universal/images/counter_bg.png') }}");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.instagram-page .button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.instagram-page .ready-btn,
.instagram-page .schedule-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: buttonAnimation 2s infinite;
}

.instagram-page .ready-btn {
  background-color: #4CAF50;
  color: white;
}

.instagram-page .ready-btn:hover {
  background-color: #45a049;
  animation: none;
}

.instagram-page .main-text {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  animation: instagramFadeInText 3s ease-in-out;
  text-transform: capitalize;
}

@keyframes instagramFadeInText {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ============================================================
   Instagram Page RTL Fixes
   ============================================================ */

.instagram-page[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.instagram-page[dir="rtl"] .text-right {
  text-align: left !important;
}

.instagram-page[dir="rtl"] .text-left,
.instagram-page[dir="rtl"] .try_free.text-left {
  text-align: right !important;
}

.instagram-page[dir="rtl"] .text-center {
  text-align: center !important;
}

.instagram-page[dir="rtl"] h1,
.instagram-page[dir="rtl"] h2,
.instagram-page[dir="rtl"] h3,
.instagram-page[dir="rtl"] h4,
.instagram-page[dir="rtl"] h5,
.instagram-page[dir="rtl"] h6,
.instagram-page[dir="rtl"] p,
.instagram-page[dir="rtl"] li,
.instagram-page[dir="rtl"] .small,
.instagram-page[dir="rtl"] .monitor-title,
.instagram-page[dir="rtl"] .monitor-desc {
  unicode-bidi: plaintext;
}

.instagram-page[dir="rtl"] .breadcrumb {
  direction: rtl;
  justify-content: flex-start;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.instagram-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

.instagram-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0;
}

.instagram-page[dir="rtl"] .mr-1,
.instagram-page[dir="rtl"] .mr-2,
.instagram-page[dir="rtl"] .mr-3 {
  margin-right: 0 !important;
}

.instagram-page[dir="rtl"] .mr-1 {
  margin-left: .25rem !important;
}

.instagram-page[dir="rtl"] .mr-2 {
  margin-left: .5rem !important;
}

.instagram-page[dir="rtl"] .mr-3 {
  margin-left: 1rem !important;
}

.instagram-page[dir="rtl"] .ml-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}

.instagram-page[dir="rtl"] .ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.instagram-page[dir="rtl"] .cta-box,
.instagram-page[dir="rtl"] .info-box,
.instagram-page[dir="rtl"] .integration-box,
.instagram-page[dir="rtl"] .testimonial-box,
.instagram-page[dir="rtl"] .monitor-card,
.instagram-page[dir="rtl"] .work-box {
  text-align: right;
}

.instagram-page[dir="rtl"] .icon-box,
.instagram-page[dir="rtl"] .monitor-card,
.instagram-page[dir="rtl"] .market-wrrap .inner-box,
.instagram-page[dir="rtl"] .result-box {
  text-align: center;
}

.instagram-page[dir="rtl"] .market-wrrap {
  direction: rtl;
}

.instagram-page[dir="rtl"] .work-content {
  text-align: right;
}

.instagram-page[dir="rtl"] .work-content ul {
  padding-right: 18px;
  padding-left: 0;
  text-align: right;
}

.instagram-page[dir="rtl"] .d-flex.align-items-center.justify-content-center {
  direction: rtl;
}

.instagram-page[dir="rtl"] .d-flex.align-items-center.justify-content-center .text-left {
  text-align: right !important;
}

.instagram-page[dir="rtl"] .carousel-control-prev {
  right: 0;
  left: auto;
}

.instagram-page[dir="rtl"] .carousel-control-next {
  left: 0;
  right: auto;
}

.instagram-page[dir="rtl"] .carousel-control-prev .fa-arrow-left:before {
  content: "\f061";
}

.instagram-page[dir="rtl"] .carousel-control-next .fa-arrow-right:before {
  content: "\f060";
}

.instagram-page[dir="rtl"] .result-top {
  direction: rtl;
}

/* Responsive */
@media (max-width: 1399.98px) {
  .instagram-page .monitor-col {
    flex: 0 0 24%;
    max-width: 24%;
  }
}

@media (max-width: 1199.98px) {
  .instagram-page .monitor-col {
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (max-width: 991.98px) {
  .instagram-page .monitor-col {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .instagram-page .market-wrrap {
    flex-direction: column;
    gap: 20px;
  }

  .instagram-page .market-wrrap .inner-box {
    max-width: 100%;
    padding: 20px;
  }

  .instagram-page .solutions-hero .text-right,
  .instagram-page[dir="rtl"] .solutions-hero .text-right {
    text-align: center !important;
    margin-top: 20px;
  }

  .instagram-page .solutions-hero .text-white,
  .instagram-page[dir="rtl"] .solutions-hero .text-white {
    text-align: center;
  }

  .instagram-page .breadcrumb,
  .instagram-page[dir="rtl"] .breadcrumb {
    justify-content: center;
  }

  .instagram-page .cta-box .p-5 {
    padding: 2rem !important;
  }

  .instagram-page .custom-container {
    border-radius: 40% 40% 0 0;
    padding: 60px 30px;
  }
}

@media (max-width: 575.98px) {
  .instagram-page .monitor-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .instagram-page .work-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .instagram-page .work-content {
    text-align: center;
  }

  .instagram-page .work-content ul {
    text-align: left;
    display: inline-block;
  }

  .instagram-page .main-text {
    font-size: 24px;
    line-height: 34px;
  }

  .instagram-page .custom-container {
    padding: 45px 20px;
    border-radius: 30% 30% 0 0;
  }

  .instagram-page .cta-box .p-5 {
    padding: 1.5rem !important;
  }

  .instagram-page[dir="rtl"] .work-content {
    text-align: right;
  }

  .instagram-page[dir="rtl"] .work-content ul {
    text-align: right;
    padding-right: 18px;
    padding-left: 0;
  }

  .instagram-page[dir="rtl"] .cta-box,
  .instagram-page[dir="rtl"] .info-box,
  .instagram-page[dir="rtl"] .integration-box,
  .instagram-page[dir="rtl"] .testimonial-box,
  .instagram-page[dir="rtl"] .work-box {
    text-align: right;
  }

  .instagram-page[dir="rtl"] .icon-box,
  .instagram-page[dir="rtl"] .monitor-card,
  .instagram-page[dir="rtl"] .market-wrrap .inner-box,
  .instagram-page[dir="rtl"] .result-box {
    text-align: center;
  }
}





/* ============================================================
   TikTok Page Scoped CSS
   Parent class: .tiktok-page
   Safe for Hebrew / Arabic RTL and does not affect other pages
   ============================================================ */

   .tiktok-page {
    overflow-x: hidden;
  }
  
  .tiktok-page,
  .tiktok-page * {
    box-sizing: border-box;
  }
  
  .tiktok-page .market-wrrap {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: auto;
    gap: 18px;
    flex-wrap: wrap;
  }
  
  .tiktok-page .work-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  
  .tiktok-page .market-wrrap .inner-box {
    max-width: 190px;
    padding: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .tiktok-page .market-wrrap .inner-box p {
    margin-bottom: 0;
    font-size: 0.95rem;
  }
  
  .tiktok-page .market-wrrap .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .tiktok-page .bright-blue {
    background-color: #0072C6;
  }
  
  .tiktok-page .navy-blue {
    background-color: #004B76;
  }
  
  .tiktok-page .teal-green {
    background-color: #18A398;
  }
  
  .tiktok-page .mid-blue {
    background-color: #006D77;
  }
  
  .tiktok-page .light-teal {
    background-color: #00B2E3;
  }
  
  .tiktok-page .inner-box i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .tiktok-page .fs-14 {
    font-size: 14px;
  }
  
  .tiktok-page .text-theme {
    color: #0135a5;
  }
  
  .tiktok-page .testimonial-box {
    height: 100%;
  }
  
  .tiktok-page .fa-chart-line:before,
  .tiktok-page .fa-line-chart:before,
  .tiktok-page .fa-clock-four:before,
  .tiktok-page .fa-clock:before {
    margin: 0;
  }
  
  .tiktok-page button.btn-learn {
    background: transparent;
    border: 1px solid #25c923;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    color: #25c923;
  }
  
  .tiktok-page .info-box:hover {
    border: 1px solid #25c923;
  }
  
  .tiktok-page .cta-box {
    background-image: url("./images/ftehwga660eacpchdstt.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  
  .tiktok-page .work-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    border: 1px solid #45ed4f;
  }
  
  .tiktok-page .work-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
  }
  
  .tiktok-page .hex-icon {
    width: 60px;
    height: 60px;
    background-color: #eafbeb;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #91d39e;
    color: #2e8555;
    font-size: 24px;
    flex-shrink: 0;
  }
  
  .tiktok-page .work-content h6 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .tiktok-page .work-content p,
  .tiktok-page .work-content ul {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
  }
  
  .tiktok-page .work-content ul {
    padding-left: 18px;
  }
  
  .tiktok-page .monitor-card {
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 277px;
  }
  
  .tiktok-page .monitor-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  
  .tiktok-page .monitor-col {
    flex: 0 0 19%;
    max-width: 19%;
  }
  
  .tiktok-page .monitor-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #009bf0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  
  .tiktok-page .monitor-card:hover .monitor-icon {
    background-color: #007acc;
  }
  
  .tiktok-page .monitor-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .tiktok-page .monitor-desc {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0;
    word-break: break-word;
    hyphens: auto;
  }
  
  .tiktok-page .monitor-link a {
    display: none;
    padding: 8px 16px;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
    background-color: #009bf0;
    border-radius: 30px;
    transition: background-color 0.3s ease;
  }
  
  .tiktok-page .monitor-link a:hover {
    background-color: #007acc;
    text-decoration: none;
  }
  
  .tiktok-page .result-box .number {
    font-size: 24px;
  }
  
  .tiktok-page .result-box .fa-line-chart:before,
  .tiktok-page .result-box .fa-clock-four:before,
  .tiktok-page .result-box .fa-clock:before {
    margin-top: 24px;
    margin-left: 20px;
  }
  
  .tiktok-page .result-body p {
    font-size: 14px;
  }
  
  .tiktok-page .inner-box .icon-bussness i {
    margin-bottom: 0;
  }
  
  .tiktok-page .inner-box .bright-color i {
    color: #0072c6;
  }
  
  .tiktok-page .inner-box .navy-color i {
    color: #004B76 !important;
  }
  
  .tiktok-page .inner-box .teal-color i {
    color: #18A398;
  }
  
  .tiktok-page .inner-box .midblue-color i {
    color: #006D77;
  }
  
  .tiktok-page .inner-box .lightteal-color i {
    color: #00B2E3;
  }
  
  .tiktok-page .icon-bussness {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0072c6;
    color: #0072c6;
    font-size: 24px;
    margin: auto;
    margin-bottom: 14px;
  }
  
  .tiktok-page .custom-container {
    position: relative;
    border-radius: 100% 100% 0 0;
    padding: 100px;
    text-align: center;
    margin-top: 50px;
    animation: backgroundAnimation 5s infinite;
    background-image: url("{{ asset('assets/universal/images/counter_bg.png') }}");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  
  .tiktok-page .button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .tiktok-page .ready-btn,
  .tiktok-page .schedule-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: buttonAnimation 2s infinite;
  }
  
  .tiktok-page .ready-btn {
    background-color: #4CAF50;
    color: white;
  }
  
  .tiktok-page .ready-btn:hover {
    background-color: #45a049;
    animation: none;
  }
  
  .tiktok-page .main-text {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    animation: tiktokFadeInText 3s ease-in-out;
    text-transform: capitalize;
  }
  
  @keyframes tiktokFadeInText {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  /* ============================================================
     TikTok Page RTL Fixes
     ============================================================ */
  
  .tiktok-page[dir="rtl"] {
    direction: rtl;
    text-align: right;
  }
  
  .tiktok-page[dir="rtl"] .text-right {
    text-align: left !important;
  }
  
  .tiktok-page[dir="rtl"] .text-left,
  .tiktok-page[dir="rtl"] .try_free.text-left {
    text-align: right !important;
  }
  
  .tiktok-page[dir="rtl"] .text-center {
    text-align: center !important;
  }
  
  .tiktok-page[dir="rtl"] h1,
  .tiktok-page[dir="rtl"] h2,
  .tiktok-page[dir="rtl"] h3,
  .tiktok-page[dir="rtl"] h4,
  .tiktok-page[dir="rtl"] h5,
  .tiktok-page[dir="rtl"] h6,
  .tiktok-page[dir="rtl"] p,
  .tiktok-page[dir="rtl"] li,
  .tiktok-page[dir="rtl"] .small,
  .tiktok-page[dir="rtl"] .monitor-title,
  .tiktok-page[dir="rtl"] .monitor-desc {
    unicode-bidi: plaintext;
  }
  
  .tiktok-page[dir="rtl"] .breadcrumb {
    direction: rtl;
    justify-content: flex-start;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .tiktok-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
  }
  
  .tiktok-page[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
  }
  
  .tiktok-page[dir="rtl"] .mr-1,
  .tiktok-page[dir="rtl"] .mr-2,
  .tiktok-page[dir="rtl"] .mr-3 {
    margin-right: 0 !important;
  }
  
  .tiktok-page[dir="rtl"] .mr-1 {
    margin-left: .25rem !important;
  }
  
  .tiktok-page[dir="rtl"] .mr-2 {
    margin-left: .5rem !important;
  }
  
  .tiktok-page[dir="rtl"] .mr-3 {
    margin-left: 1rem !important;
  }
  
  .tiktok-page[dir="rtl"] .ml-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  
  .tiktok-page[dir="rtl"] .ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  
  .tiktok-page[dir="rtl"] .cta-box,
  .tiktok-page[dir="rtl"] .info-box,
  .tiktok-page[dir="rtl"] .integration-box,
  .tiktok-page[dir="rtl"] .testimonial-box,
  .tiktok-page[dir="rtl"] .monitor-card,
  .tiktok-page[dir="rtl"] .work-box {
    text-align: right;
  }
  
  .tiktok-page[dir="rtl"] .icon-box,
  .tiktok-page[dir="rtl"] .monitor-card,
  .tiktok-page[dir="rtl"] .market-wrrap .inner-box,
  .tiktok-page[dir="rtl"] .result-box {
    text-align: center;
  }
  
  .tiktok-page[dir="rtl"] .market-wrrap {
    direction: rtl;
  }
  
  .tiktok-page[dir="rtl"] .work-content {
    text-align: right;
  }
  
  .tiktok-page[dir="rtl"] .work-content ul {
    padding-right: 18px;
    padding-left: 0;
    text-align: right;
  }
  
  .tiktok-page[dir="rtl"] .d-flex.align-items-center.justify-content-center {
    direction: rtl;
  }
  
  .tiktok-page[dir="rtl"] .d-flex.align-items-center.justify-content-center .text-left {
    text-align: right !important;
  }
  
  .tiktok-page[dir="rtl"] .carousel-control-prev {
    right: 0;
    left: auto;
  }
  
  .tiktok-page[dir="rtl"] .carousel-control-next {
    left: 0;
    right: auto;
  }
  
  .tiktok-page[dir="rtl"] .carousel-control-prev .fa-arrow-left:before {
    content: "\f061";
  }
  
  .tiktok-page[dir="rtl"] .carousel-control-next .fa-arrow-right:before {
    content: "\f060";
  }
  
  .tiktok-page[dir="rtl"] .result-top {
    direction: rtl;
  }
  
  .tiktok-page[dir="rtl"] .tik_tok_sec img,
  .tiktok-page[dir="rtl"] .why-facebook-section img {
    display: inline-block;
  }
  
  /* Responsive */
  @media (max-width: 1399.98px) {
    .tiktok-page .monitor-col {
      flex: 0 0 24%;
      max-width: 24%;
    }
  }
  
  @media (max-width: 1199.98px) {
    .tiktok-page .monitor-col {
      flex: 0 0 32%;
      max-width: 32%;
    }
  }
  
  @media (max-width: 991.98px) {
    .tiktok-page .monitor-col {
      flex: 0 0 48%;
      max-width: 48%;
    }
  }
  
  @media (max-width: 768px) {
    .tiktok-page .market-wrrap {
      flex-direction: column;
      gap: 20px;
    }
  
    .tiktok-page .market-wrrap .inner-box {
      max-width: 100%;
      padding: 20px;
    }
  
    .tiktok-page .solutions-hero .text-right,
    .tiktok-page[dir="rtl"] .solutions-hero .text-right {
      text-align: center !important;
      margin-top: 20px;
    }
  
    .tiktok-page .solutions-hero .text-white,
    .tiktok-page[dir="rtl"] .solutions-hero .text-white {
      text-align: center;
    }
  
    .tiktok-page .breadcrumb,
    .tiktok-page[dir="rtl"] .breadcrumb {
      justify-content: center;
    }
  
    .tiktok-page .cta-box .p-5 {
      padding: 2rem !important;
    }
  
    .tiktok-page .custom-container {
      border-radius: 40% 40% 0 0;
      padding: 60px 30px;
    }
  }
  
  @media (max-width: 575.98px) {
    .tiktok-page .monitor-col {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .tiktok-page .work-box {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
  
    .tiktok-page .work-content {
      text-align: center;
    }
  
    .tiktok-page .work-content ul {
      text-align: left;
      display: inline-block;
    }
  
    .tiktok-page .main-text {
      font-size: 24px;
      line-height: 34px;
    }
  
    .tiktok-page .custom-container {
      padding: 45px 20px;
      border-radius: 30% 30% 0 0;
    }
  
    .tiktok-page .cta-box .p-5 {
      padding: 1.5rem !important;
    }
  
    .tiktok-page[dir="rtl"] .work-content {
      text-align: right;
    }
  
    .tiktok-page[dir="rtl"] .work-content ul {
      text-align: right;
      padding-right: 18px;
      padding-left: 0;
    }
  
    .tiktok-page[dir="rtl"] .cta-box,
    .tiktok-page[dir="rtl"] .info-box,
    .tiktok-page[dir="rtl"] .integration-box,
    .tiktok-page[dir="rtl"] .testimonial-box,
    .tiktok-page[dir="rtl"] .work-box {
      text-align: right;
    }
  
    .tiktok-page[dir="rtl"] .icon-box,
    .tiktok-page[dir="rtl"] .monitor-card,
    .tiktok-page[dir="rtl"] .market-wrrap .inner-box,
    .tiktok-page[dir="rtl"] .result-box {
      text-align: center;
    }
  }



  .privacy-hero{
    background-image: url("/assets/themes/primary/images/solutuin-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
    color: #1a1a1a;
    overflow: hidden !important;
    position: relative;
  }
  .privacy-hero.instagram-rotate img, .facebook-rotate img {
    rotate: 28deg;
    position: absolute;
    right: 26%;
}
.privacy-hero.instagram-rotate img {
    right: -14px !important;
    bottom: 50% !important;
}
.privacy-hero..breadcrumb .active {
    color: #e12a83 !important;
}
.privacy-wrapper ul, ol {
       padding-left: 2rem;

       list-style-type: disc;
           margin-bottom: 1rem;
}

.accessibility-hero{
  background-image: url("/assets/themes/primary/images/solutuin-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
  color: #1a1a1a;
  overflow: hidden !important;
  position: relative;
}
.accessibility-hero.instagram-rotate img, .facebook-rotate img {
  rotate: 28deg;
  position: absolute;
  right: 26%;
}
.accessibility-hero.instagram-rotate img {
  right: -14px !important;
  bottom: 50% !important;
}
.accessibility-hero.breadcrumb .active {
  color: #e12a83 !important;
}
.accessibility-wrapper ul, ol {
     padding-left: 2rem;

     list-style-type: disc;
         margin-bottom: 1rem;
}