body{
  font-family: 'Noto Sans', 'Amiri', 'Open Sans', sans-serif, cursive;
  color: #999999 !important;
  font-size: 1.1em;
}
.text_small{
  font-size: 0.8em;
}

.textrtl{
  text-align: right;
  direction: rtl
}

.bg{
  background: url(https://www.salonna.app/images/en_salonna_bg.jpg);
  background-size: cover !important;
  background-position: top left !important;
}

.bgrtl{
  background: url(https://www.salonna.app/images/salonna_bg.jpg);
  background-size: cover !important;
  background-position: top right !important;
  background-attachment: fixed;
}

.ar_bgrtl{
  background: url(https://www.salonna.app/images/ar_salonna_bg.jpg);
  background-size: cover !important;
  background-position: top right !important;
  background-attachment: fixed;
}


.chair_bg{

  background-image: linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.4)), url(../images/hair_cut_bg.jpg);
  background-size: cover !important;
  background-position: top center !important;
  background-attachment: fixed;
}

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

h1, .title-color{
  color: #a7194b !important;
  font-weight: 700;
  font-size: 1.8rem;
}

.lh1{
  font-size: 1.8rem;
  font-weight: 700;
}
.lh2{
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

ol {
  margin: 10px 0;
}
ol li {
  padding: 3px 0;
}

ul{
  list-style: none;
  margin: 20px 0 0 ;
  padding: 10px;
}

.container h2, .container h3{
    color: #343a40;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
}

.section ul{
  list-style: disc;
  margin: 0 ;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-block-start: 0px;
  padding-block-end: 0;
  padding-inline-start: 30px;
  padding-inline-end: 0;
}

.section ul.nostyle{
  list-style: none;
  margin: 0 ;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 30px;
  padding-inline-end: 0;
}

ul.downloadapp li{
  background: #FFFFFF;
  border-radius: 11px;
  padding: 15px;
  color: #999999;
  display: inline-block;
  font: normal bold 26px/1 "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 2px;
  -webkit-box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
  -moz-box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
  box-shadow: 10px 10px 29px -5px rgba(0,0,0,0.13);
}
ul.ulpricing{
  list-style: none;
  margin: 0 0 ;
  padding: 0 10px;
}
.bgprimary{
  background-color: #a7194b !important;
}

.color-primary{
  color: #a7194b;
}
.text-white{
  color: #FFFFFF;
}
.text-gray-light{
  color: #c8cacc !important;
}

a {
  outline : none;
}

a.text-gray-light{
  color: #c8cacc;
}

a.text-gray-light:hover{
  color: #a9afb6 !important;
  text-decoration: none;
}

a.active{
  color: #FFFFFF !important;
}

a.menu_guid {
  color: #333333;
}
a.menu_guid:hover {
  color: #000000;
}
.h3px{
  height: 3px;
}

.footer-icons{
  padding: 0 25px

}

.w45{
  width: 45%;
}

.bottom-line{
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.btn-salonna-light {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #cacaca;
  cursor: default;
  line-height: 1 !important;
}

.btn-salonna-primary {
  color: #FFFFFF;
  background-color: #a7194b;
  border-color: #a7194b;
  cursor: default;
  line-height: 1 !important;
}

a[href^="tel:"]{
  text-decoration: none;
}

.trailBtn{
  background-color: #ffffff;
  border-color: #ffed00;
}
.float-parent {
  position: fixed;
  bottom: 8px;
  right: 8px;
  border: none;
  outline: none;

}

.float-parent:active, .float-parent:focus {
  border: none;
  outline: none;
}

.float-parent.whatsapp-float-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #65C258;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.float-parent.whatsapp-float-btn:hover,
.float-parent.whatsapp-float-btn:focus {
  color: #ffffff;
  background-color: #65C258;
}

.float-parent .whatsapp-float-icon {
  font-size: 1.8em;
  color: #ffffff;
  line-height: 1;
}

.float-parent .right-button {
  width: 100px;
  height: 100px;
  background: url(../images/whatsapp-96.png);
  background-repeat: no-repeat;
  background-size: 86px;
  background-position: center;
  float: right;
  margin: 0 auto;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
select:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
a:active,
a:focus
{
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

.p-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.fa-li-rtl {
  right: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

@media (max-width: 991.98px){
  .mbl-w-100 {
      width: 100%
  }
}

@media (max-width: 767.98px){
  h1, .title-color{
      color: #a7194b !important;
      font-weight: 700;
      font-size: 1.5rem;
  }

  .lh1{
      font-size: 1.5rem;
      font-weight: 700;
  }
  .lh2{
      font-size: 1.5rem;
      line-height: 1.2;
      font-weight: 700;
  }

  .bg{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top left !important;
  }

  .bgrtl{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top right !important;
      background-attachment: scroll;
  }

  .ar_bgrtl{
      background: url(../images/mbl_salonna_bg.jpg);
      background-position: top right !important;
      background-attachment: scroll;
  }


  .footer-icons{
      padding: 0 10px

  }
  .w45{
      width: 90%;
  }

  .float-parent .right-button {
      width: 80px;
      height: 80px;
      background: url(../images/whatsapp-96.png);
      background-repeat: no-repeat;
      background-size: 55px;
      background-position: center;
      float: right;
      margin: 0 auto;
      cursor: pointer;
  }

  .float-parent.whatsapp-float-btn {
      width: 54px;
      height: 54px;
  }

  .float-parent .whatsapp-float-icon {
      font-size: 1.8em;
  }
  .p-shadow {
      box-shadow: none !important;
  }
  
  .navbar{
      display: block;
  }
  
  

}

.pricing-cards-row {
    margin-top: 2rem;
}

.pricing-plan-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    box-shadow: 0 1rem 2.5rem rgba(33, 37, 41, 0.08);
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding-bottom: 1.2rem;
}

.pricing-plan-card--pro {
    border-color: rgba(167, 25, 75, 0.22);
}

.pricing-plan-card--free {
    border-color: rgba(95, 143, 123, 0.22);
}

.pricing-plan-card__header {
    color: #fff;
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
    padding: 1rem 1.25rem;
    margin: 0 0 1.2rem 0;
}

.pricing-plan-card--free .pricing-plan-card__header {
    background: #5F8F7B;
}

.pricing-plan-card--pro .pricing-plan-card__header {
    background: #A7194B;
}

.pricing-plan-card__name {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.pricing-plan-card__subtitle {
    color: #6c757d;
    margin-bottom: 1rem;
}

.pricing-plan-card__header .pricing-plan-card__subtitle {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.pricing-plan-card__highlight {
    font-size: 1.2rem;
    font-weight: 700;
}

.pricing-plan-card__feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.pricing-plan-card__feature-list li {
    font-size: 2rem;
    position: relative;
    padding-inline-start: 0;
}

.pricing-plan-card__feature-list li::before {
    content: none;
}

.pricing-plan-card__price-label {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.pricing-plan-card__price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 1.5rem;
}

.pricing-plan-card__price-row .pricing-plan-card__price-label,
.pricing-plan-card__price-row .pricing-plan-card__price-value {
    margin-bottom: 0;
}

.pricing-plan-card__price-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.pricing-plan-card__price-value span {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    margin-inline-start: 0.35rem;
}

.pricing-plan-card__button {
    color: #fff;
}

.pricing-plan-card__button--free {
    background: #5F8F7B;
    border-color: #5F8F7B;
}

.pricing-plan-card__button--free:hover,
.pricing-plan-card__button--free:focus {
    background: #4F7867;
    border-color: #4F7867;
    color: #fff;
}

.pricing-plan-card__button--pro {
    background: #A7194B;
    border-color: #A7194B;
}

.pricing-plan-card__button--pro:hover,
.pricing-plan-card__button--pro:focus {
    background: #8E143F;
    border-color: #8E143F;
    color: #fff;
}

.pricing-common-box {
    margin-top: 1rem;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    background: #fff;
}

.pricing-common-box__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.pricing-common-feature {
    margin-bottom: 1rem;
}

.pricing-editor-content {
    text-align: start;
}

.pricing-editor-content > :last-child {
    margin-bottom: 0;
}

.pricing-editor-content > p:first-of-type {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pricing-editor-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-editor-content li {
    position: relative;
    padding-inline-start: 1.75rem;
    margin-bottom: 0.75rem;
}

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

.pricing-editor-content li::before {
    content: "\2713";
    color: #17a2b8;
    font-weight: 700;
    position: absolute;
    inset-inline-start: 0;
    top: 0.1rem;
}

@media (max-width: 767.98px) {
    .pricing-plan-card {
        padding: 1.5rem;
    }

    .pricing-plan-card__subtitle {
        min-height: 0;
    }

    .pricing-common-box {
        padding: 1.5rem;
    }
}
