@import './variable.css';

/* Common Style */
.form-control-1 {
  width: 60%;
  border: 1px solid #ced4da;
  border-radius: 25px !important;
  box-shadow: none;
  font-size: 14px;
  color: var(--text-color);
  background-color: var(--white-color);
  padding: 10px 15px;
  height: 45px;
}

@media (max-width: 768px) {
  .form-control-1 {
    width: 85%;
  }

  .sphp-list-title {
    display: none;
  }
}

.form-control-1:focus {
  border-color: transparent;
  box-shadow: none;
}

body {
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: 'Raleway', sans-serif !important;
  font-size: 15px !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/* Common Style */

/* Navbar Style */
.sphp-navbar {
  background-color: var(--white-color);
}

.sphp-navbar .navbar-brand img {
  max-height: 68px;
  margin-top: -12px;
  /* padding-bottom: 10px; */
}

.sphp-navbar .btn {
  /* background-color: var(--theme-color); */
  color: var(--white-color);
  border: 1px solid #000000;
  font-weight: 500;
  padding-right: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.get-started-btn {
  background: rgb(11, 77, 146);
  background: linear-gradient(82deg,
      rgba(11, 77, 146, 1) 8%,
      rgba(33, 140, 195, 1) 59%);
  color: var(--white-color);
  border-radius: 20px;
  font-weight: 500;
  padding: 3px 15px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.get-started-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(82deg, rgba(33, 140, 195, 1) 8%, rgba(11, 77, 146, 1) 59%);
}

.sphp-navbar .btn:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 500;
}

.sphp-list-title__toggle {
  color: #495584;
  z-index: 1;
  transition: padding-left 0.3s ease;
  padding: 9px;
  text-align: center;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgb(4 4 7 / 10%);
}

.sphp-list-title__toggle:before {
  content: "\e907";
  transition: all 0.25s;
  font-size: 21px;
  font-family: "feather";
}

/* Navbar Style */

.sp-helpcenter {
  /* background-color: var(--theme-color);
    padding: 20px 0px; */
}

.sp-help-search {
  /* background-color: var(--theme-color); */
  background: rgb(33, 140, 195) !important;
  background: linear-gradient(79deg,
      rgba(33, 140, 195, 1) 8%,
      rgba(11, 77, 146, 1) 59%) !important;
  margin-top: 75px;
  /* padding: 20px 0px; */
  padding: 60px 0px;
  width: 100%;
  text-align: center;
}

.sp-helpcenter .sphp-path {
  /* background-color: #f9f9f9; */
  /* padding: 10px; */
  border-right: 4px;
  /* margin-top: 5px; */
}

.sp-help-search input {
  display: inline-block;
  /* background-image: url("../icon/search.svg");
    background-repeat: no-repeat;
    background-size: 3.0%;
    background-position: 10px center;
    padding-left: 40px; */
  max-width: 100%;
  font-size: 14px;
}

.sphp-img-title {
  font-size: 18px;
  /* margin-top: 30px;
  margin-bottom: 25px; */
  color: var(--text-color);
  position: relative;
  font-weight: 600;
}

.sphp-img-title:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 1px;
  bottom: -6px;
  left: 0px;
  border-bottom: 2px solid var(--theme-color);
}

.sp-help-search input::-webkit-input-placeholder {
  color: var(--text-color);
}

.sp-help-search input::-moz-placeholder {
  color: var(--text-color);
}

.sp-help-search input:-moz-placeholder {
  color: var(--text-color);
}

.sp-help-search input:-ms-input-placeholder {
  color: var(--text-color);
}




/* Tab Style Section */
.nav-tabs {
  display: none;
}

/* Case Study Section   */

.sp-case-study-section .container h4 {
  font-size: 28px;
  margin-bottom: 25px;
  margin-top: 6px;
  text-align: center;
  font-weight: 500;
  padding: 40px 0px 40px 0px;
}

.sp-case-study-section .container .card {
  border: none;
  width: 100%;
  box-shadow: 0px 0px 8px 3px #eeeeee;
  height: auto;
  min-height: 340px;
  padding: 10px;
  border: 1px solid var(--theme-color);
  border-radius: 20px;
}

.sp-case-study-section .container .card img {
  padding: 10px;
}

.sp-case-study-section .container .card .card-body h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.sp-case-study-section .container .card .card-body .card-text {
  height: auto;
}

@media (min-width: 1200px) {
  .sp-case-study-section .container .card .card-body .card-text#card-text-restaurant {
    height: auto;
    margin-bottom: -13px;
  }

  .sp-case-study-section .container .card .card-body .card-text#card-text-vehicle {
    height: auto;
    margin-bottom: -10px;
  }
}

.sp-case-study-section .container .card .explore-btn {
  display: flex;
  color: #26408B;
  justify-content: space-around;
  background-color: transparent;
  border-color: #26408B;
  border-radius: 25px;
  font-size: 16px;
  align-items: center;
}

.sp-case-study-section .container .card .explore-btn:hover,
.sp-case-study-section .container .card .explore-btn:hover {

  background: rgb(33, 140, 195) !important;
  background: linear-gradient(79deg,
      rgba(33, 140, 195, 1) 8%,
      rgba(11, 77, 146, 1) 59%) !important;
  color: var(--white-color);
  font-weight: 500;
}

.sp-case-study-section .container .card .explore-btn:hover,
.sp-case-study-section .container .card .explore-btn:active {
  /* background-color: var(--theme-color); */
}

.sp-case-study-section .container .card .explore-btn:focus {
  color: var(--theme-color);
}

.case-study-section .case-study-top-wrap-salon {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 73%)), url(../image/salon-top.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 115px;
  /* background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 25%)),url(../images/salon-top.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 115px; */
  background-repeat: no-repeat;
}

.case-study-section .case-study-top-wrap-restaurant {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 73%)), url(../image/case-study-restaurant-img.jpg);
  background-position: center;
  background-size: cover;
  padding: 110px;
}

.case-study-section .case-study-top-wrap-coffee {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 73%)), url(../image/case-study-coffee-img.jpg);
  background-position: center;
  background-size: cover;
  padding: 110px;
}

.case-study-section .case-study-top-wrap-vehicle {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 73%)), url(../image/case-study-vehicle-img.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 110px;
}

.case-study-section .case-study-top-wrap-salon h3,
.case-study-section .case-study-top-wrap-restaurant h3,
.case-study-section .case-study-top-wrap-coffee h3,
.case-study-section .case-study-top-wrap-vehicle h3 {
  text-align: center;
  font-size: 55px;
  color: #fff;
  font-weight: 500;
}

.case-study-content {
  margin: auto;
  padding: 50px;

}

.case-study-content p {
  line-height: 1.75;
  color: #333333;
  font-size: 18px;
  margin-bottom: 25px;
}

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

.case-study-content .case-study-features {
  padding: 25px 35px;
  background: #f3f3f3;
  margin-bottom: 25px;
  border-radius: 8px;
}

.top-bar {
  background: rgb(33, 140, 195) !important;
  background: linear-gradient(79deg,
      rgba(33, 140, 195, 1) 8%,
      rgba(11, 77, 146, 1) 59%) !important;
  padding: 8px 0px;
  text-align: center;
}

/* Language Picker */

.sphp-navbar {
  margin-bottom: 0;
}

.sphp-navbar ul.navbar-nav {
  align-items: center;
}

.sphp-navbar ul li a {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 3px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .btn-light.focus,
.btn-light:focus {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
  border: 1px solid var(--theme-color) !important;
  box-shadow: none !important;
}

.show>.btn-light.dropdown-toggle {
  color: #000000 !important;
  background-color: #dae0e5 !important;
  border-color: #d3d9df !important;
}

.bootstrap-select button.btn {
  margin-left: 0 !important;
  font-size: 13px !important;
  color: #000000 !important;
  padding: 8px 15px !important;
}

.bootstrap-select button.btn:hover,
.bootstrap-select button.btn:active,
.bootstrap-select button.btn.active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active {
  background-color: transparent !important;
  border: 1px solid var(--theme-color) !important;
  color: var(--theme-color) !important;
  font-weight: 500;
}

.btn-group.bootstrap-select {
  margin-bottom: 0 !important;
}

.bootstrap-select .selectpicker {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 20px;
}

.bootstrap-select .selectpicker span {
  color: #000000;
  font-size: 13px;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  /* margin-top: 4px; */
  /* margin-right: 20px; */
}

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

@media (max-width: 768px) {
  .sp-case-study-section .container .card {
    min-height: 360px;
  }

  .sp-case-study-section .container .card .card-body .card-text {
    height: auto;
    min-height: 70px;
  }

  .sp-case-study-section .container .card .card-body .card-text.last {
    height: auto;
    min-height: 90px;
  }

  .navbar-collapse {
    text-align: center;
  }

  .navbar-collapse .bootstrap-select {
    margin-left: 12px !important;
  }
}

.navbar {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  z-index: 10000;
  /* padding: 0.1rem 1rem !important; */
}


@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }

  .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #dddddd;
    display: flex;
  }

  .nav-tabs {
    margin: 0 15px;
  }

  .nav-tabs .nav-item+.nav-item {
    margin-top: 0.25rem;
  }

  .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
  }

  .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }

  .nav-tabs .nav-link.active {
    border-bottom-color: #dddddd !important;
    border-right-color: var(--white-color) !important;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }

  .nav-tabs .nav-link.active:hover {
    background-color: var(--white-color);
    border-color: #0275d8 var(--white-color) #0275d8 #0275d8;
  }

  .tab-content .card {
    border: none;
  }

  .tab-content .card .card-header {
    display: none;
  }

  .tab-content .card .collapse {
    display: block;
  }

}

@media (max-width: 767px) {
  .tab-pane {
    /* display: block !important; */
    opacity: 1;
  }
}

/* Tab Section */

.nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif !important;
}

/* Content Section */
.sp-help-content {
  padding-top: 50px;
}

.sp-help-tab {
  display: flex !important;
}

.sp-help-tab ul {
  width: 30%;
}

.sp-help-tab .tab-content {
  width: 70%;
}

.sp-help-content .sp-help-title {
  padding: 10px 0px 15px 0px;
}

.sp-help-content .sphp-main-title h2 {
  color: var(--theme-color) !important;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}

.sp-help-content .sphp-main-title {
  padding-bottom: 20px;
}

.sp-help-content .sphp-main-title h2:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 1px;
  bottom: -6px;
  left: 0px;
  border-bottom: 2px solid var(--theme-color);
}

.sp-help-content .sp-help-title h2 {
  font-size: 20px;
  color: #333333;
}

.sp-help-tab .nav-tabs .nav-link.active {
  color: var(--theme-color);
  font-weight: 500;

}

.sp-help-tab .nav-tabs .nav-link {
  font-weight: 500;
  color: #333333;
  white-space: normal;
}

.sp-help-tab .nav-tabs .nav-link:hover {
  color: var(--theme-color);
  font-weight: 500;
}

.sp-help-tab .nav-tabs .nav-link.active:hover {
  border-color: #ddd #fff #ddd #ddd;

}

.col-lg-3 .card-body .sp-tab-16 {
  margin-top: 40px !important;
}

.col-lg-8 .card-body {
  margin-top: 45px !important;
}

.sp-help-tab .card-body {
  padding-top: 5px;
}

.sp-helpcenter a {
  color: var(--theme-color);
  font-weight: 500;
}

.sp-helpcenter a:hover {
  text-decoration: none;
  font-weight: 500;
}

.sp-helpcenter .sp-tab-1 .sp-content-img {
  margin-top: 25px;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(77, 33, 33, 0.25);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
}

.sp-helpcenter .sp-content-img {
  /* margin-top: 25px; */
  -webkit-box-shadow: 0px 1px 6px 0px rgba(77, 33, 33, 0.25);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
}

.sp-helpcenter .sp-tab-1 .sp-content-img img {
  width: 100%;
}

.sp-help-tab .sp-card-block {
  margin-top: 70px;
}

.sp-help-tab .sp-card-block h4 {
  font-size: 16px;
  margin-bottom: 30px;
  color: var(--text-color);
  position: relative;
  font-weight: 600;
}

.sp-help-tab .sp-card-block h4:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: -6px;
  left: 0px;
  border-bottom: 2px solid var(--theme-color);
}

.sp-tab-2 .sp-card-block {
  margin-top: 25px;
}

.sp-help-tab .sp-card-block img {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.sp-help-tab .sp-tab-3 .table-block {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgb(185, 183, 183, 0.45);
}

.sp-help-tab .sp-tab-3 .col-lg-3 {
  padding: 10px 15px;
  border-right: 1px solid rgb(185, 183, 183, 0.45);
  font-weight: 500;
}

.sp-help-tab .sp-tab-3 .col-lg-9 {
  padding: 10px 15px;
}

hr {
  margin: 50px 0px 0px 0px;
}

.sp-higlight-text {
  color: var(--theme-color);
  font-weight: 500;
}

.sp-help-tab .table-block {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
}

.sp-help-tab .sp-tab-3 .sp-card-block {
  margin-top: 40px;
}

.sp-help-tab .sp-tab-4 .sp-card-block {
  margin-top: 40px;
}

.sp-help-tab .sp-tab-3 p {
  /* margin-bottom: 0px; */
}

.sp-help-tab .sp-tab-4 p {
  /* margin-bottom: 0px; */
}

.sp-mark {
  color: var(--theme-color);
  margin-right: 5px;
  display: inline;
  font-weight: 500;
}

.sp-help-tb {
  margin-top: 40px;
}

/* .sp-help-tab {
  margin-top: 50px;
} */

.sp-hr {
  margin: 70px 0px 50px 0px;
}

.sp-help-tab .sp-help-tb .col-lg-3 {
  padding: 10px 15px;
  border-right: 1px solid rgb(185, 183, 183, 0.45);
  font-weight: 500;
}

.sp-help-tab .sp-help-tb .col-lg-9 {
  padding: 10px 15px;
}

.sp-help-tab .sp-help-tb .table-block {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgb(185, 183, 183, 0.45);
}

@media (min-width: 768px) {
  .sp-help-content .card {
    border: 1px solid #dee2e6;
    border-left: 0px;
  }

  .sp-help-content .card:first-of-type {
    border-top-left-radius: 0px;
  }

  .sp-help-content .nav-tabs {
    margin: 0px;
  }

  .sp-help-content .nav-tabs .nav-item+.nav-item {
    margin-top: 0rem;
  }
}

.sp-help-content .nav-tabs .nav-item {
  margin-bottom: 0px;
}


/* Content Section */

/* Responsive Style Section */
@media(max-width:768px) {
  .sp-help-search input {
    background-size: 4.5%;
  }

  .sp-help-tab {
    display: block !important;
  }

  .sp-help-tab ul {
    width: 100%;
    display: block !important;
  }

  .sp-help-tab .tab-content {
    width: 100% !important;
    margin-top: 10px;
  }

  .sp-help-tab .tab-content>.tab-pane {
    display: none !important;
  }

  .sp-help-tab .tab-content>.active {
    display: block !important;
  }

  .sp-help-tab .tab-content>.active .collapse {
    display: block;
  }

  .sp-help-tab .collapse.show {
    display: none;
  }

  .sp-help-tab .nav-tabs .nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color);
  }

  .sp-help-tab .nav-tabs .nav-item {
    text-align: left;
  }

  .sp-help-tab .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-bottom: transparent;

  }

  .sp-help-content {
    padding-top: 20px;
  }
}

/* Responsive Style Section */

/* Main Page Style Section */
.sp-helpcenter .sp-help-search h1 {
  font-size: 40px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 22px;
}

.sp-helpcenter .sphp-card-section h4 {
  margin-bottom: 20px;
  color: var(--black-color);
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0px 20px 0px;
}

.sp-helpcenter .sphp-card-section .sphp-card-block {
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.31);
  /* box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.31); */
  padding: 20px 15px;
  /* border-right: 10px; */
  border-radius: 15px;
}

.sp-helpcenter .sphp-card-section .sphp-card-block img {
  width: 50%;
  height: auto;
  text-align: center;
}

.sp-helpcenter .sphp-card-section .sphp-card-block h5 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 16px;
  color: var(--theme-color);
}

/* Main Page Style Section */

/* Side Bar Style */
.sphp-list-title {
  /* padding: 50px 30px; */
  margin: 50px 30px;
  /* margin: 0px; */
  list-style-type: none;
  background-color: #f9f9f9;
  padding: 0px;
}

.sphp-list-title li {
  padding: 8px 12px;
  border-bottom: 1px solid #eeeeee;
}

.sphp-list-title li a {
  font-size: 18px;
  color: var(--black-color);
}

.sphp-list-title li.active a {
  color: var(--theme-color) !important;
}

.sphp-container-fluid {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* Side Bar Style */

/* New Style */
.sp-help-tab .nav {
  margin-bottom: 20px !important;
}

.sp-help-content .card {
  margin-bottom: 20px;
}

.sp-step-block .sp-list-view {
  width: 100% !important;
  padding-left: 20px;
  margin: 0px;
  list-style-type: decimal;
}

.sp-step-block .sp-list-view ul {
  width: 100% !important;
  margin: 0px !important;
  list-style-type: disc;
  /* margin: 0px;
  padding: 0px; */
}

.sp-step-block .sphp-title {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 5px;
  color: var(--text-color);
  position: relative;
  font-weight: 600;
}

.sp-step-block .sphp-title:after {
  /* content: "";
    position: absolute;
    width: 5%;
    height: 1px;
    bottom: -6px;
    left: 0px;
    border-bottom: 2px solid var(--theme-color); */
}

.sp-device-content {
  width: 100%;
  margin-top: 30px;
}

.sp-device-content .nav-tabs {
  flex-flow: inherit;
  display: inline-flex;
  border-right: 0px;
  margin: 0px auto;
  border-bottom: 0 !important;
}

.sp-device-content .nav-tabs .nav-item {
  margin: 0px;
}

.sp-device-content .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.sp-device-content .nav-tabs .nav-link.active {
  padding: 12px 24px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--white-color);

}

.sp-device-content .nav-tabs .nav-link {
  margin: 0px 10px;
  color: var(--white-color);
  background-color: #808080;
  border-color: #808080;
  border-radius: .25rem;
  padding: 12px 24px;
}

.sp-helpdoc {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 40px 0px;
  margin: 0px auto;
  text-align: center;
  background-color: #ececec;
}

.sp-helpdoc .sp-helpdoc-block {
  display: inline-flex;
}

.sp-helpdoc .sp-helpdoc-block h4 {
  color: var(--theme-color);
  margin-top: 20px;
  font-size: 24px;
}

.sp-helpdoc .sp-helpdoc-block img {
  max-width: 100px;
  margin-right: 15px;
}

.sp-helpdoc .sp-helpdoc-block a {
  color: var(--theme-color);
  opacity: 0.8;

}

.sp-help-footer {
  background-color: #919191;
  padding: 10px 0px;
  text-align: center;
}

.sp-help-footer hr {
  margin: 20px 0px !important;
}

.sp-help-footer p {
  color: var(--white-color);
  margin-bottom: 0px;
}

@media(max-width:992px) {
  .sp-helpcenter .sphp-card-section .sphp-card-block img {
    width: 15%;
  }

  .sp-helpcenter .sphp-card-section .sphp-card-block {
    margin-bottom: 15px;
  }

  .sp-helpdoc .sp-helpdoc-block {
    margin-bottom: 20px;
  }

  .sp-help-search input {
    max-width: 100%;
  }

  .nav-item {
    text-align: center;
  }

  .sphp-navbar .btn {
    margin: 0px auto;
  }

  .sp-helpcenter .col-lg-9 {
    padding: 0px !important;
  }

  .sp-help-tab {
    padding: 0px !important;
  }

  .sp-device-content .nav-tabs {
    border-bottom: 0px !important;
    /* flex-flow: column !important; */
  }

  /* .sp-device-content .nav-tabs .nav-item {
    margin-bottom: 10px;
  } */
  :focus {
    outline: none !important;
  }

  .navbar-toggler:focus {
    outline: none;
  }
}

@media(max-width:320px) {
  .sp-device-content .nav-tabs {
    border-bottom: 0px !important;
    flex-flow: column !important;
  }

  .sp-device-content .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

.sp-help-searchresult {
  margin: 50px 30px;
}

.sp-help-searchresult h4 {
  margin-bottom: 20px;
  font-size: 24px;
}

.sp-help-searchresult ul {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  list-style-type: none;
}

.sp-help-searchresult ul li a {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}

.sp-helpcenter .sp-help-search img {
  width: 20px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-helpcenter .sp-help-search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}


.sp-helpcenter .sp-help-search .input-group {
  display: flex;
  justify-content: center;
  margin-bottom: 15px !important;
}

/* 
.sp-helpcenter .sp-help-search .input-group input:focus {
  border-color: var(--white-color) !important;
} */

.input-group-append {
  margin-left: -50px !important;
}

.sp-helpcenter .sp-help-search .input-group .btn {
  background-color: var(--white-color);
  border-color: var(--white-color);
  box-shadow: none !important;
  border-radius: 25px !important;
}

.sp-helpcenter .sp-headline {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.sp-helpcenter .sp-headline .sphp-img-title {
  margin-right: auto;
}

.sp-helpcenter .sp-headline .sp-copylink {
  display: block;
  margin-left: auto;
}

.sp-helpcenter .sp-headline .sp-copylink img {
  width: 20px;
  max-width: 20px;
}

#ui-id-1 .ui-menu-item {
  padding: 5px 10px;
  font-size: 14px;
}

#ui-id-1 .ui-menu-item.ui-state-focus {
  background-color: var(--theme-color);
  color: var(--white-color);
  /*  border: 1px solid var(--theme-color);*/
}

.sp-content-video {
  position: relative;
  margin-bottom: 20px;
}

.sp-content-video:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.sp-content-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
}

.sp-content-block:after {
  display: table;
  clear: both;
  content: "";
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode,
.html5-video-player.ytp-fullscreen {
  background-color: transparent !important;
}

iframe body {
  background-color: transparent !important;
}

iframe {
  padding: 0;
  margin: 0;
}

.html5-video-player {
  background-color: #ffffff !important;
}

#iframe body {
  background-color: #ffffff !important;
  border: 1px solid #fff;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-interrupting,
.html5-video-player.ended-mode,
.html5-video-player.ytp-fullscreen {
  background-color: white;
}

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

#movie_player {
  background-color: #ffffff !important;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}

.title_in_ul {
  color: var(--theme-color) !important;
  font-size: 20px;
  position: relative;
  margin-top: 15px;
}

.filter-option-inner-inner {
  font-size: 15px !important;
}

.select-language {
  font-size: 15px !important;
  font-weight: 500 !important;
}


.sphp-card-block {
  cursor: pointer;
  /* shows the hand cursor */
  transition: transform 0.2s ease,
    box-shadow 0.2s ease;
  /* smooth animation */
}

.sphp-card-block:hover {
  transform: translateY(-5px);
  /* subtle lift */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
  border: 1px solid #3396D3;
  /* optional light background */
}


.top-searches {
  color: #ffffff;
  margin-top: 15px;
}

.top-searches strong {
  margin-right: 10px;
  font-weight: 600;
}

.top-searches .btn {
  border: solid 1px #ffffff;
  background: transparent;
  color: #ffffff;
  border-radius: 20px;
  margin: 5px;
  padding: 4px 12px;
  font-size: 14px;
}

.top-searches .btn:hover {
  background: #ffffff;
  color: #000000;
}

/* new CTA section style*/
.cta-section {
  padding: 40px 0;
}

.cta-box {
  background: #cde5ff;
  padding: 40px;
  border-radius: 15px;
  display: block;
  text-align: center;
}

.cta-box h4 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 500;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: 0.3s ease;
}

.store-btn img {
  margin-right: 10px;
}

.store-btn span {
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}

.store-btn:hover {
  transform: translateY(-3px);
}

.cta-main-btn {
  background: rgb(33, 140, 195) !important;
  background: linear-gradient(79deg,
      rgba(33, 140, 195, 1) 8%,
      rgba(11, 77, 146, 1) 59%) !important;
  color: #fff !important;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.cta-main-btn:hover {
  background: rgb(11, 77, 146);
  background: linear-gradient(82deg,
      rgba(11, 77, 146, 1) 8%,
      rgba(33, 140, 195, 1) 59%);
  color: #fff;
}


/* new footer page style */

/* Help Section */
.help-section-1 {
  padding: 50px 20px;
}

@media (max-width: 780px) {
  .help-section-1 {
    padding: 0px;
  }

  .help-section-1#help-section-need-more-help h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px !important;
    margin-top: -15px !important;
  }
}

.help-section-1#help-section-need-more-help h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: -40px;
}

.help-options {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  text-decoration: none !important;
}

.help-options:hover {
  text-decoration: none;
}

.help-section-1 .help-card h5 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  text-decoration: none !important;
}

.help-card {
  background: #cde5ff;
  padding: 25px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  color: #000;
  text-align: center;
  transition: 0.3s ease;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.help-card:hover {
  transform: translateY(-5px);
}

.help-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 8px;
}

.help-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.help-card .icon {
  margin-bottom: 10px;
}

/* Footer */
.sp-help-footer {
  background: rgb(11, 77, 146);
  background: linear-gradient(82deg,
      rgba(11, 77, 146, 1) 8%,
      rgba(33, 140, 195, 1) 59%);
  padding: 15px 0;
  margin-top: 40px;
}

.sp-help-footer p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}


/* <!-- ========================= MOBILE MENU ========================== --> */

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' ... %3C/svg%3E");
  background-size: auto !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

/* Base overlay style */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 85px;
  /* Adjust this to your navbar height */
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  /* Remaining screen height */
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  /* Enables vertical scroll */
  -webkit-overflow-scrolling: touch;
  /* Smooth mobile scroll */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
  transform: translateY(-10px);
}

.mobile-menu-overlay.open {
  left: 0;
}

/* Close button */
.mobile-menu-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

.mobile-menu-overlay ul {
  list-style: none;
  padding: 10px 30px;
  margin: 0;
}

.mobile-menu-overlay li {
  border-bottom: 1px solid #eee;
}

.mobile-menu-overlay li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.mobile-menu-overlay li a:hover {
  color: #007bff;
}

/* Close button */
.mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* Only show burger on mobile */
@media (min-width: 735px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.dropdown-menu li a {
  text-decoration: none !important;
}
