@charset "UTF-8";
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TASA Orbiter";
  src: url("../fonts/tasa-orbiter/static/TASAOrbiter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-family: "TASA Orbiter", sans-serif;
  font-size: 16px;
  color: #0b2238;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
#wrapper,
#content {
  width: 100%;
  height: 100%;
}
button,
input {
  -webkit-outline: 0 !important;
  -moz-outline: 0 !important;
  -o-outline: 0 !important;
  -ms-outline: 0 !important;
  outline: 0 !important;
}
button {
  font-weight: 700;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-weight: 800;
  font-size: 32px;
}

h2 {
  font-weight: 600;
  font-size: 24px;
}
.btn,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
  font-weight: 700;
}
img {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
::selection {
  background-color: #165df5;
  color: #ffffff;
}
.logo {
  font-weight: 500;
  font-size: 20px;
}
.loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_overlay .loader_logo {
  position: relative;
}
.loading_overlay .loader_logo .logo {
  height: 128px;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -moz-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -o-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -ms-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
}
.margin-b-3 {
  margin-bottom: 1.875rem !important;
}
.margin-b-6 {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 767px) {
  .margin-b-6 {
    margin-bottom: 2.5rem !important;
  }
}
.margin-t-4 {
  margin-top: 2.5rem !important;
}
.margin-t-5 {
  margin-top: 3.125rem !important;
}
.margin-t-8 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .margin-t-8 {
    margin-top: 2.5rem !important;
  }
}
.margin-t-12 {
  margin-top: 7.5rem !important;
}
@media (max-width: 767px) {
  .margin-t-12 {
    margin-top: 3.125rem !important;
  }
}
.padding-t-1 {
  padding-top: 0.625rem !important;
}
.padding-t-2 {
  padding-top: 1.25rem !important;
}
.padding-t-4 {
  padding-top: 2.5rem !important;
}
.padding-t-8 {
  padding-top: 5rem !important;
}
@media (max-width: 767px) {
  .padding-t-8 {
    padding-top: 2.5rem !important;
  }
}
.padding-t-12 {
  padding-top: 7.5rem !important;
}
@media (max-width: 767px) {
  .padding-t-12 {
    padding-top: 3.125rem !important;
  }
}
.padding-b-8 {
  padding-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .padding-b-8 {
    padding-bottom: 2.5rem !important;
  }
}
.c-white {
  color: #ffffff !important;
}
.c-gray {
  color: #ccc !important;
}
.c-blue {
  color: #165df5 !important;
}
.c-green {
  color: #25D366 !important;
}
.c-red {
  color: #DC3545 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-gray {
  background: #ccc !important;
}
.bg-blue {
  background-color: #165df5 !important;
}
.bg-green {
  background-color: #25D366 !important;
}
.bg-red {
  background-color: #f93542 !important;
}
.bg-black {
  background-color: #000 !important;
}
.rounded-12 {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  border-radius: 12px !important;
}
.border-1 {
  border: 1px solid #edeef1 !important;
}
.border-1.blue {
  border: 1px solid #165df5 !important;
}
.border-1.green {
  border: 1px solid #25D366 !important;
}
.border-1.red {
  border: 1px solid #f93542 !important;
}
.active-blue .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #165df5 !important;
}

.filter-blur {
  -webkit-background: rgba(255, 255, 255, 0.2) !important;
  -moz-background: rgba(255, 255, 255, 0.2) !important;
  -o-background: rgba(255, 255, 255, 0.2) !important;
  -ms-background: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -moz-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
}

header {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -moz-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.active-blue .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #165df5 !important;
}
@-moz-document url-prefix() {
}
header .navbar {
  height: 80px;
  padding: 0;
}
header .navbar .navbar-brand {
  font-weight: 600;
  font-size: 22px;
}
header .navbar .navbar-brand .logo {
  vertical-align: bottom;
  margin-right: 0.5rem;
  height: 32px;
}
header .navbar .navbar-collapse {
  margin-top: 0.4rem;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  margin-right: 1.25rem;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0;
  }
}
@media (max-width: 991.98px) {
  header {
    background: #000;
  }
  header .navbar {
    height: auto;
    padding: 0.75rem;
  }
  header .navbar-brand {
    color: #fff !important;
    font-size: 18px !important;
  }
  header .navbar-brand .logo {
    height: 24px !important;
  }
  header .navbar-collapse {
    margin-left: 0 !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff !important;
  }
  header .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
.header-nav-center {
  width: 100%;
  left: 0;
  z-index: 12;
}
.header-nav-center .navbar-brand {
  color: #0b2238;
}
.header-nav-center .navbar-collapse .nav-item .nav-link {
  color: #0b2238;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.header-nav-center .navbar-collapse .nav-item .nav-link:hover {
  color: #165df5;
}
.header-black .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
.demo_1.banner_section {
  background: url('../img/header-bg.webp') no-repeat center center / cover;
  height: 100%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .demo_1.banner_section {
    padding-top: 6rem;
  }
}
.demo_1.banner_section .banner_title {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .demo_1.banner_section .banner_title h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .demo_1.banner_section .banner_title h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .demo_1.banner_section .banner_title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .demo_1.banner_section .banner_phone {
    margin-top: 100px;
  }
}
.demo_1.banner_section .banner_title h1 {
  color: #0b2238;
}
.demo_1.banner_section .banner_title p {
  color: #6c7a87;
}
.banner_demo7 {
  border-radius: 12px !important;
  margin-top: 5.625rem;
  padding-top: 0 !important;
  padding-bottom: 4rem;
  width: 93%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .banner_demo7 {
    padding-bottom: 2rem;
  }
}
.banner_phone {
  width: 80%;
  margin-top: 12rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}
.banner_phone_video {
  width: 80%;
  height: auto;
  margin-left: 2rem;
  margin-top: 6rem;
  margin-bottom: -1rem;
  position: relative; /* Ensure the video is positioned correctly */
}
.product_phone_video {
  width: 50%;
  height: auto;
  margin-left: 6rem;
  margin-bottom: -3rem;
}
.payment_video {
  width: 80%;
  left: 10%;
  height: auto;
}
@media (max-width: 767px) {
  .payment_video {
    width: 100%;
    left: 0;
  }
}
.banner_title h1 {
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.banner_title p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.logos_section {
  margin-top: 100px;
}
.logos_section .wrapper_logos {
  position: relative;
  direction: ltr;
}
.logos_section .wrapper_logos .bx-wrapper {
  min-width: 100%;
  height: 80px;
  padding-top: 10px;
  background-color: #165df5;
}
.logos_section .wrapper_logos .logos_masks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #000 100%) !important;
  -moz-background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #000 100%) !important;
  -o-background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #000 100%) !important;
  -ms-background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #000 100%) !important;
  background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #000 100%) !important;
}
.logos_section .items .item-client {
  margin-left: 150px;
  position: relative;
  -webkit-transition: 1.6s !important;
  -moz-transition: 1.6s !important;
  -o-transition: 1.6s !important;
  -ms-transition: 1.6s !important;
  transition: 1.6s !important;
}
.item-one {
  padding-left: 0px;
}
.item-two {
  padding-left: 40px;
}
.item-three {
  padding-left: 60px;
}
.item-four {
  padding-left: 60px;
}
.item-five {
  padding-left: 5dvb;
}
.item-six {
  padding-left: 20px;
}
.logos_section .items .item-client a {
  text-align: center;
}
@media (max-width: 991.98px) {
  .logos_section .items .item-client {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}
.logos_section .items .item-client img {
  height: 60px;
}
.service_demo3 {
  background-color: rgba(11, 34, 56, 0.4);
  border-radius: 12px;
  width: 93%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .service_demo3 {
    padding-bottom: 4rem !important;
  }
}
.service_demo3:before {
  display: none;
}
.service_demo4 {
  background: linear-gradient(0deg, rgba(11,34,56,0.4) 0%, rgba(11,34,56,0.4) 20%, rgba(2,0,36,0) 100%);
  border-radius: 12px;
  width: 93%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .service_demo4 {
    padding-bottom: 4rem !important;
  }
}
.service_demo4:before {
  display: none;
}
.features_hosting {
  background-color: rgba(11, 34, 56, 0.5) !important;
}
.features_hosting:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.03;
}
.features_hosting:after {
  content: "" !important;
  background: url("../img/over-ons-img.webp") no-repeat 0% 20%;
  opacity: 0.1;
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: 80%;
}
.features_hosting .title_sections p {
  color: #fff !important;
}
.features_hosting .item:nth-of-type(1) .item_pro .icon_t {
  background-color: #165df5;
}
.features_hosting .item:nth-of-type(2) .item_pro .icon_t {
  background-color: #2abba2;
}
.features_hosting .item:nth-of-type(3) .item_pro .icon_t {
  background-color: #ff5733;
}
.features_hosting .item:nth-of-type(4) .item_pro .icon_t {
  background-color: #fcbf1e;
}
.features_hosting .item:nth-of-type(5) .item_pro .icon_t {
  background-color: #f93542;
}
.features_hosting .item:nth-of-type(6) .item_pro .icon_t {
  background-color: #0e9aa7;
}
.features_hosting .item_pro .icon_t {
  border-radius: 20px !important;
}
.features_hosting .item_pro .icon_t img {
  width: 24px;
}
.features_hosting .item_pro h3 {
  color: #165df5 !important;
}
.features_app_fitness .body_features .moc_app {
  position: relative;
}
.features_app_fitness .body_features .nav-pills .nav-link {
  border-radius: 12px;
  padding: 20px;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
  opacity: 0.15;
  margin: 12px;
}
.features_app_fitness .body_features .nav-pills .nav-link.active {
  opacity: 1;
}
.features_app_fitness .body_features .nav-pills .nav-link.active .txt_feat span {
  color: #fff;
}
.features_app_fitness .body_features .txt_feat span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.features_app_fitness .body_features .txt_feat h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.products_section {
  background-color: #05173f;
}
.products_section .title_sections p {
  color: #ffffff;
}
.products_section .item_pro .icon_t {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='63' viewBox='0 0 73 63'%3E%3Cpath id='Polygon_60' data-name='Polygon 60' d='M44.376,0A18,18,0,0,1,59.951,8.976l7.821,13.5a18,18,0,0,1,0,18.047l-7.821,13.5A18,18,0,0,1,44.376,63H28.624a18,18,0,0,1-15.575-8.976l-7.821-13.5a18,18,0,0,1,0-18.047l7.821-13.5A18,18,0,0,1,28.624,0Z' fill='%23fff' opacity='0.05'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 73px;
  height: 63px;
  position: relative;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_section .item_pro h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.products_section .item_pro p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.product_demo2 {
  position: relative;
  overflow: hidden;
  background-color: #0b2238;
}
.product_demo2 .item_pro .icon_t {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.05);
  width: 60px;
  height: 60px;
  border-radius: 25px;
  position: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing_section .blocks_pricing div div:first-of-type .item_price {
  background-color: #d0dfff;
}
.pricing_section .blocks_pricing .item_price {
  border-radius: 8px;
  position: relative;
  padding: 2.5rem 2rem;
  text-align: center;
  height: 550px;
}
@media (max-width: 991.98px) {
  .pricing_section .blocks_pricing .item_price {
    height: auto;
    margin-bottom: 2rem;
  }
}
.pricing_section .blocks_pricing .item_price .name_p {
  font-size: 25px;
  font-weight: 600;
  color: #0b2238;
  margin-bottom: 1.875rem;
}
.pricing_section .blocks_pricing .item_price .number {
  margin-bottom: 1.875rem;
}
.pricing_section .blocks_pricing .item_price .number .n_price {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  -moz-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  -o-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  -ms-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  font-size: 50px;
  font-weight: 600;
  color: #0b2238;
  position: relative;
}
.pricing_section .blocks_pricing .item_price .number .coins {
  position: absolute;
  color: #6c7a87;
  font-size: 20px;
  font-weight: 600;
}
.pricing_demo2 {
  position: relative;
  background-color: #000;
}
.pricing_demo2 .blocks_pricing .item_price {
  border: 1px solid rgba(11, 34, 56, 0.05);
  background-color: transparent !important;
  height: auto;
}
.options_pricing .title_sections {
  margin-bottom: 2.5rem;
}
.options_pricing .blocks_pricing .item_price {
  border: 0;
  width: max-content;
}
.options_pricing .blocks_pricing .item_price.is_best {
  border: 1px solid #165df5;
  position: relative;
}
.options_pricing .blocks_pricing .item_price.is_best::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 16% 20%;
  z-index: 0;
  pointer-events: none;
}
.options_pricing .blocks_pricing .item_price.is_best .name_p {
  color: #ffffff;
}
.options_pricing .blocks_pricing .item_price.is_best .number span {
  color: #ffffff;
}
.options_pricing .table_pricing {
  margin-top: 3.125rem;
}
.options_pricing .table_pricing .table:before {
  display: none;
}
.options_pricing .table_pricing .table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #555;
}
.options_pricing .table_pricing .table tbody tr td:first-child {
  text-align: left;
  width: 35%;
}
.options_pricing .table_pricing .table tbody tr:last-of-type td {
  border-bottom: 0;
  padding-bottom: 0;
}
.options_pricing .table_pricing .table td.text-center {
  vertical-align: middle;
  text-align: center;
  height: 60px;
  position: relative;
}
.options_pricing .table_pricing .table td.text-center {
  text-align: center;
  vertical-align: middle;
}
.options_pricing .table_pricing .table th:nth-child(2),
.options_pricing .table_pricing .table td:nth-child(2) {
    background-color: rgba(173, 216, 230, 0.1);
    border-radius: 0;
}
.options_pricing .table_pricing .table th:nth-child(3),
.options_pricing .table_pricing .table td:nth-child(3) {
    background-color: rgba(176, 224, 230, 0.15);
    border-radius: 0;
}
.options_pricing .table_pricing .table th:nth-child(4),
.options_pricing .table_pricing .table td:nth-child(4) {
    background-color: rgba(179, 232, 230, 0.20);
    border-radius: 0;
}
.options_pricing .table_pricing .table th:nth-child(2) {
    border-top-left-radius: 12px;
}
.options_pricing .table_pricing .table th:nth-child(4) {
    border-top-right-radius: 12px;
}
.options_pricing .table_pricing .table tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 12px;
}
.options_pricing .table_pricing .table tr:last-child td:nth-child(4) {
    border-bottom-right-radius: 12px;
}
.faq_section {
  background-color: #000;
  padding-top: 25rem;
  padding-bottom: 7.5rem;
  margin-top: -15rem;
}
@media (max-width: 991.98px) {
  .faq_section {
    padding-top: 12rem;
  }
}
.faq_section .accordion .card {
  border-radius: 8px;
  border: 0;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.faq_section .accordion .card .card-header {
  background-color: #165df5;
  border-radius: 12px;
  border-bottom: 0;
  padding: 0 20px 0 0;
}
.faq_section .accordion .card .card-header .btn-link {
  width: 100%;
  text-align: left;
  padding: 1rem 1.25rem;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.faq_section .accordion .card .card-header .btn-link::before {
  content: url(../img/icons/keyboard_arrow_down_24dp_FFF_FILL0_wght400_GRAD0_opsz24.webp);
  position: absolute;
  right: 0rem;
  top: 1.5rem;
  transform: translateY(-30%);
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.faq_section .accordion .card .card-header.active .btn-link::before {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  -moz-transform: translateY(-50%) rotate(180deg) !important;
  -o-transform: translateY(-50%) rotate(180deg) !important;
  -ms-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
.faq_section .accordion .card .card-header .btn-link:hover {
  text-decoration: none;
}
.faq_section .accordion .card .card-body p {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.faq_demo3 {
  position: relative;
  background-color: #000;
  margin-top: -10rem;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  -moz-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  -o-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  -ms-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
}
@media (max-width: 991.98px) {
  .faq_demo3 {
    -webkit-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    -moz-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    -o-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    -ms-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    margin-top: -5rem;
  }
}
.abo_company {
  position: relative;
  margin-top: -7rem;
}
@media (max-width: 767px) {
  .abo_company {
    margin-top: 0rem;
  }
}
.abo_company .gq_item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 2rem;
  height: 545;
  min-height: 545px;
}
.abo_company .gq_item .title_sections {
  margin-bottom: 0;
  margin-top: 9rem;
}
.abo_company .gq_item .title_sections p {
  margin-bottom: 0;
}
.abo_company .gq_item.ill_item .ill_sec {
  margin: 3rem 0;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.abo_company .gq_item.ill_item .title_sections {
  margin-top: 0;
}
.abo_company .gq_item {
  background-color: #000;
  border: 2px solid #165df5;
}
.abo_company .gq_item h1 {
  color: #165df5;
}
.abo_company .gq_item:hover {
  background-color: #165df5;
  border: 2px solid #165df5;
}
.abo_company .gq_item:hover h1 {
  color: #fff;
}
.ill_sec.white {
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
}
.gq_item:hover .ill_sec.blue {
  opacity: 0;
}
.gq_item:hover .ill_sec.white {
  margin-top: 20px;
  opacity: 1;
} 
.swiper-slide {
  margin-top: 32px;
}
.blog_slider .swiper-button-next,
.blog_slider .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #165df5;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 22px;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.blog_slider .swiper-button-next::after,
.blog_slider .swiper-button-prev::after {
  display: none;
}
.blog_slider .swiper-button-next:hover,
.blog_slider .swiper-button-prev:hover {
  background-color: #000;
  border: 1px solid #165df5;
}
@media (max-width: 767px) {
  .blog_slider .swiper-button-next,
  .blog_slider .swiper-button-prev {
    display: none;
  }
}
.blog_slider .swiper-button-next {
  right: 10px;
  left: auto;
}
.blog_slider .swiper-button-prev {
  right: 4.5rem;
  left: inherit;
}
.blog_slider .title_sections_inner {
  margin-top: 16px;
  border-bottom: 1px solid #edeef1;
  position: relative;
}
.blog_slider .title_sections_inner::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.grid_blog_avatar a {
  display: block;
}
.grid_blog_avatar .cover_blog {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
}
.grid_blog_avatar .cover_blog img {
  width: 100%;
  border-radius: 12px;
  height: 220px;
  object-fit: cover;
  -webkit-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  -moz-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  -o-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  -ms-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
  -moz-transform: scale3d(1, 1, 1) !important;
  -o-transform: scale3d(1, 1, 1) !important;
  -ms-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
}
.grid_blog_avatar .body_blog .person {
  margin-bottom: 20px;
}
.grid_blog_avatar .body_blog .person img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}
.grid_blog_avatar .body_blog .person .txt h3 {
  color: #0b2238;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}
.grid_blog_avatar .body_blog .person .txt time {
  font-size: 12px;
  color: #6c7a87;
  display: block;
}
.grid_blog_avatar .body_blog .title_blog {
  color: #165df5;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.grid_blog_avatar .body_blog .short_desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  height: 43px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid_blog_avatar .body_blog .link_blog {
  display: block;
}
.grid_blog_avatar .body_blog .link_blog:hover .title_blog {
  color: #fff;
}
.grid_blog_avatar:hover .cover_blog img {
  -webkit-transform: scale3d(1.12, 1.12, 1) !important;
  -moz-transform: scale3d(1.12, 1.12, 1) !important;
  -o-transform: scale3d(1.12, 1.12, 1) !important;
  -ms-transform: scale3d(1.12, 1.12, 1) !important;
  transform: scale3d(1.12, 1.12, 1) !important;
}
.scale {
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  transform: scale(1) translateZ(0);
}
.scale:active {
  transform: scale(0.95);
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.sweep_top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  overflow: hidden;
}
.sweep_top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
.sweep_top:hover, .sweep_top:focus, .sweep_top:active {
  color: white;
  opacity: 1 !important;
}
.sweep_top:hover::before, .sweep_top:focus::before, .sweep_top:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.sweep_letter {
  overflow: hidden;
}
.sweep_letter .inside_item {
  overflow: hidden;
}
.sweep_letter .inside_item span {
  position: relative;
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: transform 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sweep_letter .inside_item span::after {
  content: attr(data-hover);
  position: absolute;
  top: -30px;
  left: auto;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  color: #ffffff;
}
.sweep_letter:hover .inside_item span, .sweep_letter:focus .inside_item span {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}
html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.btn_md_primary {
  padding: 0.85rem 1.8rem;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn_md_primary:hover {
  opacity: 0.9;
}
.toast {
  position: fixed;
  opacity: 0;
  bottom: -4.5rem;
  border: 0;
  border-radius: 12px;
  padding: 1.25rem 2rem;
  background-color: #ffffff;
  backdrop-filter: blur(0);
  z-index: 1000;
  -webkit-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -moz-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -o-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -ms-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  -moz-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  -o-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  -ms-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
}
.toast .toast-body {
  padding: 0;
}
.toast.toast_demo .close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 14px;
  font-size: 18px;
  top: 13px;
}
.toast.toast_demo h5 {
  font-size: 16px;
  font-weight: 500;
  color: #0b2238;
}
.toast.toast_demo p {
  margin-bottom: 0;
  font-size: 16px;
  color: #6c7a87;
}
.toast.toast_demo p a {
  display: inline-block;
  color: #165df5;
}
.toast.show {
  display: block;
  opacity: 1;
  pointer-events: all;
  bottom: 4.5rem;
  -webkit-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -moz-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -o-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -ms-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.toast.hide {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -moz-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -o-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -ms-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.default-footer {
  position: relative;
}
.default-footer.light::before {
  display: none;
}
.default-footer.light .item_about p {
  color: #6c7a87;
}
.default-footer::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='575' height='495' viewBox='0 0 575 495'%3E%3Cpath id='Polygon_69' data-name='Polygon 69' d='M408.225,0a40,40,0,0,1,34.589,19.91l120.518,207.5a40,40,0,0,1,0,40.179L442.814,475.09A40,40,0,0,1,408.225,495H166.775a40,40,0,0,1-34.589-19.91L11.668,267.59a40,40,0,0,1,0-40.179L132.186,19.91A40,40,0,0,1,166.775,0Z' fill='%23165df5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 450px;
  width: 575px;
  height: 495px;
  bottom: -45%;
  right: -50%;
}
@media (max-width: 767px) {
  .default-footer::before {
    display: none;
  }
}
.default-footer .item_about p {
  margin-top: 1.45rem;
  color: #9da6af;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.foot_demo3 {
  position: relative;
  overflow: hidden;
  width: 93%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(11, 34, 56, 0.5);
  border-radius: 12px;
  margin-top: 8rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .foot_demo3 {
    margin-bottom: 4rem;
  }
}
.bottom-shadow {
  position: fixed;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 200px;
  background: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 30%,
      rgba(0,0,0,0.05) 50%,
      rgba(0,0,0,0.2) 70%,
      rgba(0,0,0,0.5) 85%,
      rgba(0,0,0,1) 100%
  );
  pointer-events: none;
  z-index: 999;
}
.sticky-banner {
  position: fixed;
  height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  z-index: 1001;
}
.sticky-banner .row {
  gap: 3rem;
}
.sticky-banner .banner-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sticky-banner .row {
    gap: 0.2rem;
  }
  .sticky-banner .banner-text {
    font-size: 0.875rem;
  }
}
body.no-scroll {
  overflow: hidden;
}
.order-sheet {
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 5%;
  height: 90vh;
  background-color: #000;
  border-radius: 12px 12px 0 0;
  overflow-y: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  z-index: 998;
  transform: translateY(100%);
  padding-bottom: 4rem;
}
.order-sheet.active {
  transform: translateY(0);
  opacity: 1;
}
.sheet-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 997;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.sheet-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}
.close-btn-container {
  position: fixed;
  top: calc(10vh + 20px);
  right: calc(5% + 20px);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.close-btn-container.active {
  opacity: 1;
  pointer-events: all;
}
.close-btn {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}
.close-btn:hover {
  background-color: #ffffff;
}
.order-sheet .container {
  padding-top: 2rem;
}
#a-href-contact-form {
  cursor: pointer;
}
.custom-select {
  margin-left: -12px;
  width: calc(100% + 24px);
}
.btn-send-contact-form {
  padding: 0.75rem 1.75rem 0.75rem 1.75rem;
  font-weight: 700;
}
.payment_section {
  color: #fff;
}
.about-grapheneos {
  display: flex;
  flex-wrap: wrap;
}
.col-md-4 .about-grapheneos {
  display: flex;
  flex-direction: column;
}
.features-section {
  margin-top: 50px;
}
.feature-box {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: calc(50% - 10px);
  flex: 1;
}
.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.icon-title i {
  font-size: 24px;
}
.box-1 { background-color: #e9f0ff; }
.box-2 { background-color: #f6eef4; }
.box-3 { background-color: #eef9f0; }
@media (min-width: 768px) {
  .col-md-4 {
      margin-bottom: 20px;
      min-height: 1200px;
  }
}
.table_pricing .title {
  padding-bottom: 24px;
}
.table_pricing .title h2 {
  margin-bottom: -24px;
}
.device-container {
  background: rgba(11,34,56,0.4);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  height: 100%;
  width: 100%;
}
.device-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.device-row {
  margin-bottom: 1rem;
  display: flex;
}
.device-row:last-child {
  margin-bottom: 0;
}
.device-row .col-6 {
  display: flex;
}
@media (max-width: 991.98px) {
  .device-row .col-6 {
    margin-bottom: 1rem;
  }
  .device-row .col-6:nth-last-child(1),
  .device-row .col-6:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.bnt_payment {
  min-height: 190px;
}
.loaded_page #particles-js {
  z-index: 12;
}
.loaded_page .loading_overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s !important;
  -moz-transition: opacity 0.6s !important;
  -o-transition: opacity 0.6s !important;
  -ms-transition: opacity 0.6s !important;
  transition: opacity 0.6s !important;
}
.loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_overlay .loader_logo {
  position: relative;
}
.loading_overlay .loader_logo .logo {
  height: 128px;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -moz-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -o-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -ms-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
}
.features-section {
  margin-top: -70px;
  padding: 40px 0;
}
.features-section-bottom {
  position: absolute;
  height: 100px;
  width: 90%;
  bottom: 15px;
  background-color: #000;
}
.features_app_fitness h2 {
  margin-top: -10px;
  font-size: 4rem;
}
.container {
  position: relative;
}
.masonry-grid {
  width: 100%;
  margin: 0 auto;
}
.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.masonry-grid .feature-item {
  width: calc(25% - 20px);
}
.masonry-grid .feature-item {
  float: left;
  background-color: #000;
  color: #fff;
  border: 2px solid #165df5;
  border-radius: 12px;
  padding: 15px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  transition: transform 0.2s ease;
  height: auto;
  flex-direction: row;
}
.masonry-grid .feature-item:hover {
  background-color: #165df5;
}
.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px; /* Pas deze hoogte aan naar wens */
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, .5) 20%,
      rgba(0, 0, 0, 1) 70%,
      rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none; /* Zorgt ervoor dat je nog steeds kan klikken op items eronder */
}
/* Tablet */
@media (max-width: 992px) {
  .grid-sizer,
  .masonry-grid .feature-item {
      width: calc(33.333% - 20px); /* 3 kolommen voor tablet */
  }
}
/* Mobile */
@media (max-width: 768px) {
  .grid-sizer,
  .masonry-grid .feature-item {
      width: calc(50% - 20px); /* 2 kolommen voor mobile */
  } 
  .masonry-grid .feature-item {
      padding: 12px;
      margin: 10px;
  }
}
@media (max-width: 576px) {
  .masonry-grid .feature-item {
      padding: 10px;
  }
}
.teaser-text {
  position: absolute;
  width: 90%;
  bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  z-index: 2; /* Boven de gradient maar onder de fade */
  pointer-events: none;
}
.construction-notice {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #f93542;
  height: 80px;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: 0 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
  .construction-notice {
      font-size: 14px;
      height: auto;
      min-height: 80px;
      padding: 15px 20px;
  }
}
.text-end {
  text-align: end;
}
.review-form {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.rating-section {
  margin-bottom: 2.5rem;
}
.rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.rating-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.star-rating {
  display: flex;
}
.star {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.2s;
}
.star:hover {
  transform: scale(1.2);
}
.rating-description {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.description-container {
  margin-bottom: 1.5rem;
}
textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  min-height: 100px;
}
.char-counter {
  font-size: 0.8rem;
  color: #666;
  text-align: right;
}
.title-container .char-counter {
    font-size: 0.8rem;
    color: #666;
    text-align: right;
    margin-top: 0.25rem;
}
.title-container {
  margin-bottom: 1.5rem;
}
input[type="text"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.submit-btn {
  width: 100%;
}
.error-message {
  color: #f93542;
  margin-top: 0.5rem;
  display: none;
}
.smartphone-only {
  display: none; /* Verborgen standaard */
}
@media (max-width: 768px) {
  .smartphone-only {
      display: block; /* Zichtbaar op smartphones */
  }
}
/* Unified Loading Overlay Styles */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.loading-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.loading-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: start;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #165df5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  text-align: start;
  max-width: 80%;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#orderNumber {
  background-color: #165df5;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.is-invalid {
  border-color: #f93542 !important;
  background-color: #fff8f8 !important;
}
.picker {
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 768px) {
  .picker {
    width: 110%;
    margin-left: -5%;
  }
}
.reviews-section {
  background-color: #000;
}
.review-card:hover {
  transform: translateY(-5px);
}
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: #17E79D;
}
.verified-badge img {
  width: 16px;
  height: 16px;
}
.review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.review-star {
  width: 20px; /* Smaller size for displayed reviews */
  height: 20px;
  object-fit: contain;
}
/* Update/add these CSS rules */
.reviews-section .col-12 {
  margin-bottom: 1.5rem; /* Space between cards on mobile */
}
/* Update these CSS rules */
.review-card h5 {
  font-size: 1.1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Always show 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.75rem; /* Fixed height for 2 lines (adjust if needed) */
  min-height: 2.75rem; /* Ensure minimum height */
  margin-bottom: 1rem;
  line-height: 1.375; /* Adjust line height for better text display */
}
/* Rest of the CSS remains the same */
.review-card {
  height: 100%;
  background: white;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}
.review-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-description {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 0;
  flex-grow: 1;
}
.ratings {
  margin-bottom: 1rem;
}
.author-name {
  margin-top: 0.5rem;
}
.rating-label {
  font-size: 0.9rem;
  color: #000;
  flex-shrink: 0; /* Prevent label from shrinking */
  margin-right: 1rem; /* Space between label and stars */
  min-width: 85px; /* Minimum width for labels to align stars */
}
.moc_app {
  position: relative;
  width: 100%;
}
/* Create an aspect ratio container */
.tab-content {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* This is for a 16:9 aspect ratio (9/16 * 100) */
  height: 0;
  overflow: hidden;
}
.tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#featureVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkbox-container {
  display: flex;
  align-items: flex-start;
  color: white;
}
.checkbox-container input[type="checkbox"] {
  margin-top: 5px;
  margin-right: 8px;
  width: auto;
}
.extra-option-disabled {
  background-color: #e9ecef !important;
  opacity: 0.65;
  cursor: not-allowed;
}
select:disabled {
  background-color: #d3d3d3 !important;
  color: #495057 !important;
  opacity: 1;
  cursor: not-allowed;
}
option:disabled {
  background-color: #e9ecef !important;
  color: #6c757d !important;
}

/* Parcel point selection styles */
#parcel-point-select {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
}

#parcel-point-select option {
  padding: 10px;
  cursor: pointer;
}

#parcel-point-select option:hover {
  background-color: #f0f0f0;
}

#selected-parcel-point .alert {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

/* Delivery type button group */
.btn-group {
  gap: 10px;
}

#delivery-home-btn,
#delivery-parcel-btn {
  border: 2px solid #165df5 !important;
  background-color: transparent !important;
  color: white !important;
  font-weight: normal;
  transition: all 0.3s ease;
  border-radius: 8px !important;
  width: calc(50% - 5px) !important;
}

#delivery-home-btn:hover,
#delivery-parcel-btn:hover {
  background-color: rgba(22, 93, 245, 0.1) !important;
}

#delivery-home-btn.active,
#delivery-parcel-btn.active {
  background-color: #165df5 !important;
  color: white !important;
  font-weight: bold;
  border: 2px solid #165df5 !important;
}

#total-price-container {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in;
}

#total-price {
  background-color: #165df5;
  color: #FFFFFF;
  padding: 12px 24px;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

#discount-breakdown {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#discount-breakdown > div {
  display: flex;
  justify-content: space-between;
}

#original-price {
  background-color: #dc3545 !important;
  color: #FFFFFF !important;
  font-size: 0.75em;
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 2px;
  text-align: left;
  flex: 1;
}

#discount-amount {
  background-color: #28a745 !important;
  color: #FFFFFF !important;
  font-size: 0.75em;
  padding: 4px 8px;
  border-radius: 3px;
  text-align: left;
  flex: 1;
}
@media (max-width: 768px) {
  #total-price {
      font-size: 16px;
      padding: 10px 20px;
      width: 80%;
      max-width: 400px;
      min-width: unset;
  }
  
  #total-price-container {
      width: 90%;
      max-width: 400px;
  }
}

#total-price-container.visible {
  opacity: 1;
  visibility: visible;
}
.item_price img {
  height: auto;
  width: auto;
  max-width: 200px;
}
@media (max-width: 991.98px) {
  .item_price img {
    max-width: 120px;
    transform: scale(1.4);
  }
}
.text-disclaimer {
  margin: 40px;
}
.checkbox-container {
  position: relative;
}
.invalid-feedback {
  display: none;
}
.was-validated input[type="checkbox"]:invalid + label + .invalid-feedback {
  display: block;
  color: #f93542;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

/* Smartphones Section */
.smartphones-section {
  background-color: #000;
}

.smartphones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .smartphones-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.smartphone-card {
  background: rgba(11, 34, 56, 0.4);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  cursor: pointer;
}

.smartphone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(22, 93, 245, 0.3);
  border-color: #165df5;
}

.smartphone-image-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 8px;
}

.smartphone-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.smartphone-image.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.smartphone-card:hover .smartphone-image.hover-image {
  opacity: 1;
}

.smartphone-card:hover .smartphone-image.primary-image {
  opacity: 0;
}

.smartphone-title {
  color: #165df5;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.smartphone-description {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  min-height: 3.6rem;
}

.smartphone-price {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.smartphone-vat-note {
  color: #ccc;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.smartphone-stock-info {
  color: #17E79D;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .smartphone-image-container {
    width: 150px;
    height: 150px;
  }
  
  .smartphone-title {
    font-size: 1.1rem;
  }
  
  .smartphone-description {
    font-size: 0.85rem;
    min-height: auto;
  }
  
  .smartphone-price {
    font-size: 1.3rem;
  }
}

/* Package Selection Sheet */
.package-selection-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.package-selection-overlay.active {
  opacity: 1;
}

.package-selection-content {
  background: #000;
  border: 2px solid #165df5;
  border-radius: 12px;
  padding: 2rem;
  max-width: 900px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  color: #fff;
  animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Package Header */
.package-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.package-header h3 {
  color: #165df5;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.package-header p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.4;
}

/* Close Button */
.package-close,
#package-close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: #165df5;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 1;
}

.package-close:hover,
#package-close:hover {
  background-color: #ff4444;
  transform: scale(1.1);
}

/* Package Pricing Table */
.package-pricing-table {
  margin-bottom: 2rem;
}

.package-pricing-table .row {
  margin: 0 -10px;
}

.package-pricing-table .col-4 {
  padding: 0 10px;
}

/* Package Items */
.package-item {
  border: 2px solid #333;
  position: relative;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 1.5rem 1rem;
  height: auto;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.package-item:hover {
  border-color: #165df5;
  box-shadow: 0 5px 15px rgba(22, 93, 245, 0.2);
  transform: translateY(-2px);
}

.package-item.selected {
  background: linear-gradient(135deg, rgba(22, 93, 245, 0.2) 0%, rgba(22, 93, 245, 0.1) 100%);
  border-color: #165df5;
  box-shadow: 0 0 25px rgba(22, 93, 245, 0.4);
  transform: translateY(-3px);
}

/* Package Item Content */
.package-item .name_p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.package-extra-price {
  color: #28a745;
  font-weight: 500;
  margin-bottom: 1.5rem;
  min-height: 24px;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-item.selected .package-extra-price {
  color: #28a745 !important;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
}

.package-extra-price.negative {
  color: #ff6b6b;
}

.package-extra-price.positive {
  color: #ffd93d;
}

/* Package Buttons */
.package-btn {
  width: 100%;
  margin-top: auto;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.package-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Package Info */
.package-info {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.package-info p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* Smartphone Cards */
.smartphone-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.smartphone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Smartphone Images */
.smartphone-image {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 8px;
}

.smartphone-image img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.smartphone-image .hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.smartphone-card:hover .smartphone-image .primary-image {
  opacity: 0;
}

.smartphone-card:hover .smartphone-image .hover-image {
  opacity: 1;
}

/* Smartphone Info */
.smartphone-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.smartphone-info h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
  line-height: 1.3;
}

.smartphone-info p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  flex: 1;
}

.smartphone-info .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #165df5;
  margin-bottom: 0.5rem;
}

/* Stock Status */
.stock-status {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  text-align: center;
  margin: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stock-status.in-stock {
  color: #25D366;
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  margin: 1rem;
}

.delivery-time {
    font-size: 0.8em;
    color: #666;
    margin-top: 2px;
}

.stock-status.orderable {
    color: #165df5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .package-selection-content {
    padding: 1.5rem;
    margin: 1rem;
    width: 90%;
    max-height: 95vh;
  }
  
  .package-header h3 {
    font-size: 1.3rem;
  }
  
  .package-item {
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
  }
  
  .package-item .name_p {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .package-extra-price {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  
  .package-btn {
    padding: 8px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  
  .package-info {
    padding: 1rem;
  }
  
  .package-info p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .package-pricing-table .row {
    margin: 0;
  }
  
  .package-pricing-table .col-4 {
    padding: 0 6px;
    margin-bottom: 1rem;
  }
  
  .package-item {
    margin-bottom: 0.75rem;
    padding: 0.75rem 0.4rem;
  }
  
  .package-item .name_p {
    font-size: 0.8rem;
  }
  
  .package-selection-content {
    padding: 1rem;
    margin: 0.5rem;
    width: 95%;
  }
  
  .package-header {
    margin-bottom: 1.5rem;
  }
  
  .package-header h3 {
    font-size: 1.2rem;
  }
  
  .smartphone-card {
    padding: 1rem;
  }
  
  .smartphone-info h5 {
    font-size: 1rem;
  }
  
  .smartphone-info .price {
    font-size: 1.3rem;
  }
}

/* Loading States */
.package-btn.loading {
  position: relative;
  color: transparent;
}

.package-btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Focus States for Accessibility */
.package-item:focus,
.package-btn:focus,
.package-close:focus {
  outline: 2px solid #165df5;
  outline-offset: 2px;
}

/* Smooth Scrolling for Package Content */
.package-selection-content {
  scroll-behavior: smooth;
}

/* Additional Utility Classes */
.text-selected {
  color: #28a745 !important;
  font-weight: 600;
}

.text-upgrade {
  color: #ffd93d !important;
}

.text-downgrade {
  color: #ff6b6b !important;
}

/* Referral Section Styles */
.referral-section {
  background: linear-gradient(135deg, rgba(22, 93, 245, 0.05) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.referral-info {
  background-color: rgba(26, 26, 26, 0.9) !important;
  border: 1px solid rgba(22, 93, 245, 0.2);
}

.bg-dark-gray {
  background-color: rgba(26, 26, 26, 0.9) !important;
}

.bg-primary-10 {
  background-color: rgba(22, 93, 245, 0.1) !important;
  border: 1px solid rgba(22, 93, 245, 0.3) !important;
}

.c-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.c-green {
  color: #28a745 !important;
}

.feature-item {
  background-color: rgba(26, 26, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.feature-item:hover {
  background-color: #165df5;
  border-color: #165df5;
  transform: translateY(-2px);
}

.feature-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  width: 100%;
}

.feature-item h4 {
  margin-top: 0;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.feature-item p {
  margin-bottom: 0;
  flex-grow: 1;
  width: 100%;
  text-align: left;
  line-height: 1.6;
}

.benefit-icon {
  flex-shrink: 0;
}

/* How it works section */
.how-it-works {
  background-color: rgba(26, 26, 26, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.step-item {
  text-align: center;
  padding: 15px 10px;
}

.step-number {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 auto;
}

/* Referral validation button */
.referral-validate-btn {
  background-color: #17E79B !important;
  border-color: #17E79B !important;
  color: white !important;
  padding: 0.375rem 0.75rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.referral-validate-btn:hover {
  background-color: #15d089 !important;
  border-color: #15d089 !important;
}

.referral-validate-btn:disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  opacity: 0.6;
}

/* Referral message styling */
.text-danger {
  color: #dc3545 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-warning {
  color: #ffc107 !important;
}

#referral-message {
  font-weight: 500;
}

/* Announcement Banner Styles */
#announcement-banner {
  height: 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1050;
}

#announcement-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

#announcement-banner .text-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#announcement-text {
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
}

#announcement-text.show {
  opacity: 1;
}

/* Push content down to account for fixed banner */
#content {
  margin-top: 25px;
}

/* Push header down to account for fixed announcement banner */
.header-nav-center {
  margin-top: 25px !important;
}

/* ========================
   Information Dialog Styles
   ======================== */

/* Backdrop */
.info-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.info-dialog-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

/* Dialog Container */
.info-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  background-color: #000;
  border: 2px solid #165df5;
  border-radius: 12px;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  overflow: hidden;
}

.info-dialog.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* Dialog Content */
.info-dialog-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 85vh;
  padding: 2rem;
  position: relative;
}

/* Close Button (X) */
.info-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  z-index: 10;
}

.info-dialog-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Dialog Title */
.info-dialog-title {
  color: #165df5;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-right: 40px;
  line-height: 1.3;
}

/* Dialog Body */
.info-dialog-body {
  flex: 1;
  overflow-y: auto;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-right: 0.5rem;
}

.info-dialog-body h4 {
  color: #165df5;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.info-dialog-body h4:first-child {
  margin-top: 0;
}

.info-dialog-body p {
  margin-bottom: 1rem;
  color: #e0e0e0;
}

.info-dialog-body ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  color: #e0e0e0;
}

.info-dialog-body li {
  margin-bottom: 0.5rem;
}

.info-dialog-body a {
  color: #165df5;
  text-decoration: underline;
  word-break: break-word;
}

.info-dialog-body a:hover {
  color: #3d7fff;
}

.info-dialog-body strong {
  color: #fff;
  font-weight: 600;
}

/* Scrollbar Styling for Dialog Body */
.info-dialog-body::-webkit-scrollbar {
  width: 8px;
}

.info-dialog-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.info-dialog-body::-webkit-scrollbar-thumb {
  background: rgba(22, 93, 245, 0.5);
  border-radius: 4px;
}

.info-dialog-body::-webkit-scrollbar-thumb:hover {
  background: rgba(22, 93, 245, 0.7);
}

/* OK Button - Base styling (sweep effect applied via classes in HTML) */
.info-dialog-ok {
  align-self: center;
  min-width: 180px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .info-dialog {
    width: 95%;
    max-height: 90vh;
  }

  .info-dialog-content {
    padding: 1.5rem;
  }

  .info-dialog-title {
    font-size: 1.4rem;
  }

  .info-dialog-body {
    font-size: 0.95rem;
  }
}

/* Fix footer spacing issue - override .faq_section excessive padding */
.faq_section.default-footer {
  padding-top: 7.5rem !important;
}

@media (max-width: 991.98px) {
  .faq_section.default-footer {
    padding-top: 3.125rem !important;
  }
}

/* Clean three-button information layout */
.info-buttons-container {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: auto;
  max-height: none;
  height: auto;
}

.info-buttons-container .info-button-wrapper {
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: auto;
  max-height: none;
  height: auto;
}

.info-buttons-container .info-button-wrapper button {
  width: 100%;
  margin: 0;
  padding: 0.85rem 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .info-buttons-container {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Business Order Toggle Button Styles */
#business-order-toggle {
  transition: all 0.3s ease;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

#business-order-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

#business-order-toggle.active {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

#business-order-toggle.active:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* Business Order Fields Validation */
.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

/* Readonly field styling */
.form-control[readonly] {
  background-color: #e9ecef !important;
  cursor: not-allowed;
  opacity: 0.8;
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}