.lg-logo {
  width: 135px;
}

.sm-logo {
  height: 50px;
}

a:active,
a:hover {
  color: #0080fe;
}

.btn.btn-blue {
  transition: all 0.3s ease;
  background: linear-gradient(90.81deg, #0080fe 0.69%, #012566 100.55%);
  color: #ffffff;
  border: none;
  padding-top: 12px;
  padding-bottom: 14px;
}

.btn.btn-blue:hover {
  color: #ffffff;
  border: none;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.line:hover:after,
.line.active:after {
  border-color: #0080fe;
}

.indeterminate:before {
  background: linear-gradient(90.81deg, #0080fe 0.69%, #012566 100.55%);
}

.indeterminate:after {
  background: linear-gradient(90.81deg, #0080fe 0.69%, #012566 100.55%);
}

.pp-tooltip {
  background-color: #0080fe;
}

.pp-tooltip:after {
  border-right-color: #0080fe;
}

.logo-heading {
}

.bg-black {
  background-color: #001024;
}

/* .loader {
    background-color: #111;
} */

.loader-logo {
  width: 150px;
  height: auto;
  animation: logoPulse 1.5s ease-in-out infinite;
}

@keyframes logoPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

.alert-danger {
  color: #e06c6d;
  background-color: #fef8f8;
  border-color: #fef8f8;
}

.side-nav-menu .nav-menu {
  padding-top: 50px;
}

.list-banners li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-banners li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: url("../images/tick-blue.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
  margin-bottom: 20px;
}

.plans-item {
  background-image: linear-gradient(
    to top,
    rgba(1, 37, 102, 0.5),
    rgba(1, 0, 2, 0.5)
  );
  height: 100%;
  padding: 25px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.plans-item:hover {
  box-shadow: 0px 4px 4px 0px #00000040;
}

.plans-item .plans-item-top {
  flex-grow: 1;
}

.plans-item .plans-item-bottom {
  padding-top: 7px;
}

.plans-item-bottom a:last-child {
  margin-top: 10px;
}

.plans-item .plans-item-bottom .btn {
  border-radius: 8px;
  width: 100%;
  /* border-radius: 30px; */
}

.plans-item p {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 500;
}

.plans-item h5 {
  color: #ffffff;
  transition: 0.8s ease;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}

.plans-item .btn.btn-blue {
  padding-top: 10px;
  padding-bottom: 11px;
}

.plans-item ul {
  margin: 0px;
  text-align: left;
}

.plans-item ul li {
  margin-top: 8px;
  font-size: 14px;
  position: relative;
  padding-left: 27px;
}

.plans-item ul li::before {
  content: "\F272";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: 0;
  color: #65c672;
  font-size: 15px;
}

.feature-item .title {
  margin-top: 10px !important;
}

.feature-item > i.f-icon {
  border-radius: 50%;
}

.feature-item:hover > i.f-icon,
.feature-item > i.f-icon {
  background-color: #0074ff;
  color: #ffffff;
}

.about .box-overlay {
  border-radius: 8px;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(
    to top,
    rgba(1, 37, 102, 0.5),
    rgba(1, 0, 2, 0.5)
  ) !important;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 0 20px rgba(255, 255, 255, 0.2);
}

.slider-copyright {
  left: 6%;
  right: 20px;
  bottom: -15px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  flex-wrap: wrap;
}

@media (max-width: 1366px) {
  .slider-copyright {
    display: none;
  }
}

.slider-copyright .copyright-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider-copyright .copyright-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.contact-sec .contact-details {
  width: 100%;
  margin-left: 0px;
  padding-top: 0;
}

.contact-sec .contact-details ul li:first-child {
  width: 100%;
  display: block;
}

/* Contact form row: Name | Country code | Contact No – match form design, value visible */
.contact-sec .contact-form .contact-form-row .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-sec .contact-form .contact-form-row .form-control:focus {
  box-shadow: none;
  border-bottom-color: #ffffff;
}

/* Wrapper so we can overlay the visible label on the select */
.contact-sec .contact-form .contact-country-select-wrap {
  position: relative;
}
.contact-sec .contact-form .contact-country-select-wrap {
  position: relative;
}

/* Visible selected value (flag + dial, white text) – overlaid on select; flag image works on Windows and Mac; pointer-events: auto so click opens custom dropdown with flags */
.contact-sec .contact-form .contact-country-select-label {
  position: absolute;
  left: 0;
  top: 0;
  right: 28px;
  height: 40px;
  padding: 25px 0 25px 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  pointer-events: auto;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contact-sec .contact-form .contact-country-select-label .contact-country-flag {
  width: 20px;
  height: 15px;
  margin-right: 6px;
  flex-shrink: 0;
  object-fit: cover;
  vertical-align: middle;
}

/* Native select hidden from interaction; custom dropdown with flags used; select kept for form value */
.contact-sec .contact-form .contact-country-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 25px 28px 25px 0;
  color: transparent;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='rgba(255,255,255,0.8)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  pointer-events: none;
}

.contact-sec .contact-form .contact-country-select:focus {
  outline: none;
}

.contact-sec .contact-form .contact-country-select option {
  color: #1a1a1a;
  background-color: #ffffff;
}

/* Custom dropdown list with flags (opens when clicking the country selector) */
.contact-sec .contact-form .contact-country-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2px;
  width: 100%;
  min-width: 120px;
  max-height: 240px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.contact-sec .contact-form .contact-country-dropdown[hidden] {
  display: none !important;
}
.contact-sec
  .contact-form
  .contact-country-dropdown.contact-country-dropdown-open {
  display: block;
}
.contact-sec .contact-form .contact-country-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  white-space: nowrap;
}
.contact-sec .contact-form .contact-country-dropdown-item:hover {
  background: rgba(0, 0, 0, 0.06);
}
.contact-sec .contact-form .contact-country-dropdown-item-highlight {
  background: rgba(0, 128, 254, 0.15);
  outline: 2px solid rgba(0, 128, 254, 0.3);
  outline-offset: -2px;
}
.contact-sec
  .contact-form
  .contact-country-dropdown-item
  .contact-country-flag {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

.contact-sec .contact-form .contact-phone-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Mobile: country code + contact number side by side */
@media (max-width: 767px) {
  .contact-sec .contact-form .contact-form-row .col-2 {
    padding-right: 8px;
  }
  .contact-sec .contact-form .contact-form-row .col-10 {
    padding-left: 8px;
  }
  .contact-sec .contact-form .contact-country-select-wrap {
    min-width: 0;
  }
  .contact-sec .contact-form .contact-country-select-label {
    font-size: 14px;
  }
  .contact-sec
    .contact-form
    .contact-country-select-label
    .contact-country-flag {
    width: 18px;
    height: 14px;
  }
}

.privacy-policy-box {
  background: none;
  width: 100%;
}

.privacy-policy-inner {
  height: calc(100vh - 100px);
  overflow: auto;
  width: 100%;
}

.privacy-policy-inner::-webkit-scrollbar {
  width: 3px;
  /* width of vertical scrollbar */
  height: 3px;
  /* height of horizontal scrollbar */
}

/* Track (background) */
.privacy-policy-inner::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* color of the track */
  border-radius: 3px;
}

/* Handle (scroll thumb) */
.privacy-policy-inner::-webkit-scrollbar-thumb {
  background: #0080fe;
  /* color of the scrollbar */
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  /* padding around thumb */
}

/* Handle on hover */
.privacy-policy-inner::-webkit-scrollbar-thumb:hover {
  background: #012566;
}

.privacy-policy-box .slider-area {
  background: none !important;
}

.privacy-policy-box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 35px;
}

.privacy-policy-box p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 20px;
}

.privacy-policy-box h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 15px;
}

.full-page #pp-nav {
  display: none !important;
}

.video-analysis-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* four equal columns */
  gap: 16px;
  /* spacing between items */
  align-items: start;
}

.video-frame {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  background-color: #1b1b1b;
  padding: 10px;
  margin: auto;
  max-width: 800px;
  box-shadow: 0px 2px 27px 0px #0074ff9c;
}

.video-frame iframe {
  width: 100% !important;
  height: 100% !important;
}

/* New Css 11 Dec 2025 */
.my-20 {
  margin: 20px 0;
}

.download-app-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.download-app-wrapper a {
  display: block;
  background-color: rgb(0, 0, 0);
  border-radius: 8px;
}

.download-app-wrapper a img {
  width: 140px;
}

/* .flex-download-app a{
    width: 140px;
}
.flex-download-app a img{
    width: 100%;
} */
.horizontal-accordion {
  --liWidth: 60px;
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.horizontal-accordion > ul {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}

.horizontal-accordion > ul > li {
  width: var(--liWidth);
  /* background-color: rgb(247, 251, 255); */
  background-image: linear-gradient(
    to top,
    rgba(1, 37, 102, 0.8),
    rgba(1, 0, 2, 1)
  );
  transition: 0.3s ease;
}

.horizontal-accordion > ul > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.horizontal-accordion > ul > li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.horizontal-accordion > ul > li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.horizontal-accordion > ul > li button {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #ffffff;
}

.horizontal-accordion > ul > li button span {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-weight: 700;
  height: 100%;
}

.horizontal-accordion > ul > li .accordion-content {
  display: none;
  padding: 3rem 2rem 2rem 2rem;
  color: #ffffff;
  font-weight: 400;
}

.horizontal-accordion > ul > li .accordion-content h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 25px;
}

.horizontal-accordion > ul > li .accordion-content p {
  font-size: 18px;
  margin-bottom: 14px;
}

.horizontal-accordion > ul li.active {
  width: calc(100% - (var(--liWidth) * 3));
}

.horizontal-accordion > ul > li.active button {
  display: none;
}

.horizontal-accordion > ul > li.active .accordion-content {
  display: block;
}

.horizontal-accordion > ul > li.active .accordion-content h5 {
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.horizontal-accordion > ul > li.active .accordion-content h5 img {
  max-width: 45px;
  height: 35px;
  object-fit: contain;
  margin-right: 16px;
}

.horizontal-accordion .accordion-content ul {
  padding: 3px 0 0 1rem;
  margin: 0;
}

.horizontal-accordion .accordion-content ul li {
  font-size: 17px;
  list-style: disc;
}

.horizontal-accordion .accordion-content ul li {
  margin-top: 16px;
}

.section-how-it-works .feature-item {
  text-align: center !important;
}

.section-how-it-works .feature-item .f-icon {
  width: 100% !important;
  border-radius: 14px !important;
  font-size: 120px;
  height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  /* backdrop-filter: blur(30px); */
  background: linear-gradient(
    to top,
    rgba(1, 37, 102, 0.8),
    rgba(1, 0, 2, 0.1)
  ) !important;

  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05))!important; */
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 0 20px rgba(255, 255, 255, 0.2);
  color: #b3b3b3 !important;
  margin-bottom: 25px;
}

.img-fluid {
  max-width: 100px;
  object-fit: contain;
}

/* Tabs */
.tab-links {
  display: inline-flex;
  margin-bottom: 0;
  backdrop-filter: blur(14px);
  background: linear-gradient(
    0deg,
    rgba(1, 37, 102, 0.4),
    rgba(1, 0, 2, 0.4)
  ) !important;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(1, 37, 102, 0.9);
}

.tab-links li {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.tab-links li:last-child {
  border-right: none;
}

.tab-links li a:before {
  content: attr(data-text);
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  display: block;
  height: 1px;
  text-align: center;
}

.tab-links li.active a {
  color: #ffffff;
  font-weight: 600;
}

.tab-links li.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(52, 143, 255, 0),
    #348fff,
    rgba(52, 143, 255, 0)
  );
  border-radius: 30px;
}

.tab-content-wrapper h5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  @media (max-width: 1024px) {
    flex-wrap: nowrap;
  }
}

.tab-content-wrapper h5 img {
  max-width: 45px;
  height: 35px;
  object-fit: contain;
  margin-right: 16px;
}

.tab-content-wrapper ul li {
  margin-top: 16px;
}

.tab-content-wrapper .tab-item {
  display: none;
}

.tab-content-wrapper .tab-item.active {
  display: block;
}

.tab-item-top {
  margin-bottom: 30px;
}

.section-about .feature-item .f-icon {
  height: 80px !important;
  width: 80px !important;
  font-size: 50px !important;
  margin-inline: auto !important;
}

.section-about .feature-item .title {
  font-size: 18px;
}

/* .video-analysis-box .video-frame{
    background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.10),
    rgba(255, 255, 255, 0.03)
    );
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
} */
/* Video Analysis slider: container and wrapper */
.video-analysis-slider {
  position: relative;
  padding: 0 0 3rem;
}

.video-wrapper {
  height: 440px;
  position: relative;
}

@media (min-width: 768px) {
  .video-wrapper {
    height: 460px;
  }
}

@media (min-width: 992px) {
  .video-wrapper {
    height: 480px;
  }
}

/* vineet start */
.video-wrapper .video-swiper {
  height: 100%;
  overflow: hidden;
  padding: 16px 56px 48px;
}

.video-wrapper .video-swiper .video-swiper-button-prev {
  @media (max-width: 1366px) {
    display: none;
  }
}

.video-wrapper .video-swiper .video-swiper-button-next {
  @media (max-width: 1366px) {
    display: none;
  }
}

.video-wrapper .video-swiper .swiper-slide {
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    box-shadow 0.35s ease;
  transform: scale(0.92);
  opacity: 0.85;
}

.video-wrapper .video-swiper .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  visibility: hidden;
}

.video-wrapper .video-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

/* Nav buttons: pill style, better visibility */
.video-wrapper .video-swiper .video-swiper-button-prev,
.video-wrapper .video-swiper .video-swiper-button-next {
  color: #fff;
  background: rgba(0, 128, 254, 0.85);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 128, 254, 0.35);
  transition:
    background 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.video-wrapper .video-swiper .video-swiper-button-prev {
  left: 4px;
}

.video-wrapper .video-swiper .video-swiper-button-next {
  right: 4px;
}

.video-wrapper .video-swiper .video-swiper-button-prev:hover,
.video-wrapper .video-swiper .video-swiper-button-next:hover {
  background: #0080fe;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 128, 254, 0.5);
  color: #fff;
}

.video-wrapper .video-swiper .video-swiper-button-prev:focus-visible,
.video-wrapper .video-swiper .video-swiper-button-next:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.video-wrapper .video-swiper .video-swiper-button-prev::after,
.video-wrapper .video-swiper .video-swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

/* Pagination dots */
.video-wrapper .video-swiper .video-swiper-pagination {
  position: relative;
  margin-top: 12px;
  bottom: auto !important;
}

.video-wrapper
  .video-swiper
  .video-swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.video-wrapper
  .video-swiper
  .video-swiper-pagination
  .swiper-pagination-bullet-active {
  background: #0080fe;
  transform: scale(1.25);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.video-wrapper
  .video-swiper
  .video-swiper-pagination
  .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Video cards: refined glass card with play badge */
.video-wrapper .video-card {
  height: 100%;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(15, 35, 65, 0.6) 0%,
    rgba(8, 18, 35, 0.75) 50%,
    rgba(4, 10, 22, 0.85) 100%
  );
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}

.video-wrapper .video-card:hover {
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(0, 128, 254, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.video-wrapper .video-swiper .swiper-slide-active .video-card {
  border-color: rgba(0, 128, 254, 0.45);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 128, 254, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.video-wrapper .video-swiper .swiper-slide-active .video-card:hover {
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 128, 254, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.video-wrapper .video-card video {
  width: 100%;
  height: 100%;
  display: block;
}
/* .video-wrapper .plyr {
  pointer-events: none;
} */
.video-wrapper .plyr--video {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(8, 35, 75, 0.55);
  position: relative;
}

/* --- Video player UI (Plyr overrides for .video-wrapper) --- */
.video-wrapper .video-card {
  --plyr-color-main: #0080fe;
  --plyr-video-controls-background: linear-gradient(
    transparent,
    rgba(8, 35, 75, 0.9)
  );
  --plyr-video-control-color: #fff;
  --plyr-video-range-track-background: rgba(255, 255, 255, 0.25);
  --plyr-video-progress-buffered-background: rgba(255, 255, 255, 0.2);
  --plyr-control-spacing: 10px;
  --plyr-font-size-small: 12px;
  --plyr-range-track-height: 4px;
  --plyr-range-thumb-height: 12px;
}

.video-wrapper .plyr--video .plyr__controls {
  background: linear-gradient(
    transparent 0%,
    rgba(8, 35, 75, 0.7) 40%,
    rgba(8, 35, 75, 0.92) 100%
  );
  padding: 12px 14px 14px;
  padding-top: 36px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 6px;
}

.video-wrapper .plyr--video .plyr__control {
  color: rgba(255, 255, 255, 0.9);
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.video-wrapper .plyr--video .plyr__control:hover,
.video-wrapper .plyr--video .plyr__control:focus-visible,
.video-wrapper .plyr--video .plyr__control[aria-expanded="true"] {
  background: rgba(0, 128, 254, 0.5);
  color: #fff;
  border-radius: 6px;
}

.video-wrapper .plyr--video .plyr__control svg {
  width: 20px;
  height: 20px;
}

.video-wrapper .plyr--video .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.video-wrapper .plyr--video input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.video-wrapper .plyr--video input[type="range"]::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(8, 35, 75, 0.35);
  transition: transform 0.15s ease;
}

.video-wrapper .plyr--video input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.video-wrapper .plyr--video .plyr__time {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.video-wrapper .plyr--video .plyr__control--overlaid {
  background: rgba(0, 128, 254, 0.9);
  padding: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 128, 254, 0.4);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.video-wrapper .plyr--video .plyr__control--overlaid:hover {
  background: #0080fe;
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 128, 254, 0.5);
}

.video-wrapper .plyr--video .plyr__control--overlaid svg {
  width: 28px;
  height: 28px;
}

.video-wrapper .plyr--video .plyr__tooltip {
  background: rgba(8, 35, 75, 0.95);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 10px;
}

.video-wrapper .plyr--video .plyr__tooltip::before {
  border-top-color: rgba(8, 35, 75, 0.95);
}

/* Video modals: responsive height */
.video-modal .modal-dialog {
  max-width: min(800px, 100vw);
  margin: 1rem auto;
}

.video-modal .modal-content {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.video-modal .modal-header {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.video-modal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal__wrapper {
  width: 100%;
  max-height: calc(95vh - 55px);
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  position: relative;
}

.video-modal__wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  vertical-align: middle;
}

/* Fallback for older browsers without aspect-ratio */
@supports not (aspect-ratio: 16 / 9) {
  .video-modal__wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
  .video-modal__wrapper video {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* vineet end */
.video-card:has(.plyr--paused) .plyr__controls {
  opacity: 0;
  visibility: hidden;
}

.video-card:has(.plyr--paused) video {
  /* object-fit: cover; */
}

.video-card {
  --plyr-color-main: #0080fe;
}

.tab-item-card h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  /* Rahul New Css 08 Feb 2026 */
}

/* Rahul New Css 08 Feb 2026 */
.tab-content-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
  text-align: left;
}

.tab-content-wrapper {
  background: linear-gradient(
    0deg,
    rgba(1, 0, 2, 0) 0%,
    rgba(1, 37, 102, 0.4) 40%,
    rgba(1, 37, 102, 0.6) 100%
  ) !important;
  border-radius: 0 10px 10px 10px;
  padding: 20px 20px;
  color: #ffffff;
  border: 1px solid rgba(1, 37, 102, 0.9);
  /* border-bottom: 0; */
  /* backdrop-filter: blur(14px); */
}

/* Rahul New Css 08 Feb 2026 */

.tab-item-card {
  background: linear-gradient(
    0deg,
    rgba(1, 37, 102, 0.3),
    rgba(1, 0, 2, 0.3)
  ) !important;
  border-radius: 10px;
  padding: 20px;
  color: #ffffff;
  border: 1px solid rgba(1, 37, 102, 0.9);
  height: 100%;
  text-align: center;
  border-bottom: 0;
}

.tab-item-card.analysis-card {
  display: flex;
  flex-direction: column;
}

.tab-item-card.analysis-card .action-holder {
  margin-top: auto;
}

.tab-item-card.analysis-card .action-holder .btn {
  width: 100%;
}

.tab-item-card img {
  /* width: 80px; */
  height: 50px;
  object-fit: cover;
  margin-bottom: 14px;
}

.tab-item-card img.biomechanics-img {
  /* width: 80px; */
  height: auto;
  max-width: 50%;
  margin-inline: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.tab-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.content-list-wrap {
  text-align: left;
}

.content-list-wrap ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.content-list-wrap ol li {
  list-style-type: decimal !important;
  margin-top: 12px;
}

.content-list-wrap ol li:first-child {
  margin-top: 0;
}

@media (min-width: 2000px) {
  .horizontal-accordion {
    height: 700;
  }
}

@media (min-width: 1700px) {
  .horizontal-accordion {
    height: 600;
  }
}

@media (min-width: 992px) {
  .fs-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 1275px) and (min-width: 992px) {
  .about,
  .team,
  .portfolio-bg,
  .blog-bg,
  .contact-sec,
  .platform-section,
  #Video-Analysis,
  #home-banner .slider-area {
    height: auto;
  }

  #home-banner .slider-area,
  section {
    padding: 5rem 0;
  }

  .side_nav:not(.expand_nav) .rites-res {
    opacity: 0;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 50px;
  }

  .slider-copyright {
    bottom: -7rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .side-nav-menu .nav-menu,
  .brand-logo,
  .rites-res {
    padding-left: 20px;
  }

  .side_nav.expand_nav {
  }

  .side_nav.expand_nav .side-icons ul {
    padding-left: 9px !important;
  }

  .side_nav .side-icons ul {
    padding-left: 21px !important;
  }
}

@media (max-width: 1199px) {
  .tab-links {
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
  }

  .tab-content-wrapper {
    margin: 0 !important;
  }

  .tab-card-row {
    row-gap: 30px;
  }

  .tab-item-card {
    border: 1px solid rgba(1, 37, 102, 0.9);
  }
}

@media (max-width: 991px) {
  .lg-logo {
    width: 100px;
  }

  .side-nav-menu .nav-menu li a {
    font-size: 14px;
  }

  .feature-item .title {
    font-size: 20px;
  }

  .planss {
    margin-bottom: 25px;
  }

  .planss:last-child {
    margin-bottom: 0px;
  }

  .privacy-policy-box h4 {
    font-size: 20px;
  }

  .privacy-policy-box h2 {
    font-size: 36px;
  }

  .video-frame {
    height: 200px;
  }

  .video-analysis-box {
    grid-template-columns: repeat(3, 1fr);
    /* four equal columns */
  }
}

@media (max-width: 767px) {
  .slider-copyright {
    display: none;
  }

  .privacy-policy-box h2 {
    font-size: 28px;
  }

  .video-analysis-box {
    grid-template-columns: repeat(2, 1fr);
    /* four equal columns */
  }

  .horizontal-accordion {
    --liWidth: 0;
    height: auto;
  }

  .horizontal-accordion > ul {
    flex-direction: column;
  }

  .horizontal-accordion > ul > li {
    width: 100%;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 12px;
  }

  .horizontal-accordion > ul > li + li {
    border-top: 1px solid #000000 !important;
  }

  .horizontal-accordion > ul > li:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .horizontal-accordion > ul > li:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .horizontal-accordion > ul > li .accordion-content {
    padding: 1rem 0;
  }

  .platform-section,
  .slider-area {
    height: auto;
  }

  .horizontal-accordion > ul > li .accordion-content h5 {
    font-size: 20px;
  }

  .horizontal-accordion > ul > li button {
    font-size: 15px;
  }

  .horizontal-accordion > ul > li .accordion-content p,
  .horizontal-accordion .accordion-content ul li {
    font-size: 16px;
  }

  .horizontal-accordion > ul > li button span {
    position: initial;
    transform: none;
    writing-mode: horizontal-tb;
  }

  .horizontal-accordion > ul > li .accordion-content ul {
    padding-left: 0 !important;
  }

  .horizontal-accordion > ul > li .accordion-content ul li {
    list-style: none !important;
  }

  #home-banner .slider-area {
    padding-top: 30px;
  }

  #home-banner .slider-area .download-app-wrapper {
    justify-content: center;
    padding-bottom: 20px;
  }

  .video-analysis {
    height: auto;
    margin: 0;
    width: 100%;
  }

  .team h2,
  .video-analysis h2 {
    font-size: 30px;
  }

  .parallax-box {
    text-align: center !important;
  }

  .header-appear .broad-nav {
    height: 100dvh;
  }

  .slide1 .list-banners {
    display: inline-block;
  }

  .slide1 .list-banners li {
    text-align: left;
    font-size: 13px;
  }

  .horizontal-accordion > ul > li.active .accordion-content h5 {
    flex-direction: column;
    gap: 15px;
  }

  .horizontal-accordion > ul > li.active .accordion-content h5 img {
    margin-right: 0;
  }

  .video-wrapper .swiper-slide {
    height: auto;
  }

  .video-wrapper {
    height: auto;
  }

  .video-wrapper .video-swiper {
    padding: 12px 48px 44px;
  }

  .video-wrapper .video-swiper .video-swiper-button-prev,
  .video-wrapper .video-swiper .video-swiper-button-next {
    width: 42px;
    height: 42px;
  }

  .video-wrapper .video-swiper .video-swiper-button-prev::after,
  .video-wrapper .video-swiper .video-swiper-button-next::after {
    font-size: 16px;
  }
}

/* Modal */
.modal-header {
  display: flex;
  padding-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}
.close {
  font-size: 35px;
  line-height: 35px;
  color: black;
}

/* End Modal */

.banner-image {
  margin-right: -170px;
  max-width: 520px;
  margin-left: auto;
}

.read-more-link,
.read-more-link:hover,
.read-more-link:focus,
.read-more-link:active,
.read-more-link:visited,
.read-more-link:link,
.plans-item .read-more-link,
.plans-item-bottom .read-more-link {
  color: #0080fe !important;
  text-decoration: none;
}
.read-more-link {
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}

.modal-plan-content {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(
    0deg,
    rgba(1, 0, 2, 0) 0%,
    rgba(1, 37, 102, 0.4) 40%,
    rgba(1, 37, 102, 0.6) 100%
  );
}
.modal-header {
  border: none;
}
.modal-header .close {
  color: white;
}

.modal-content {
  background: linear-gradient(
    to top,
    rgba(1, 37, 102, 0.3),
    rgba(1, 0, 2, 0.3)
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.plan-modal .modal-plan-header {
  border: 0;
}

.plan-modal ul li {
  padding-top: 10px;
}

.plan-modal .close {
  color: white;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}
.plan-modal .modal-body {
  padding-top: 20px;
}
.plan-modal .modal-header {
  justify-content: space-between;
  border: 0;
}

.plan-modal .main-font {
  text-align: center;
}

.tab-item-card img.pricing-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.tab-item-card.visualization-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-item-card.visualization-card .pricing-img-wrapper {
  flex-grow: 1;
}

.z-index-1 {
  z-index: 1;
}

.pricing-section .row {
  @media (max-width: 1024px) {
    flex-direction: column;
    align-items: center;
  }
}

.plan-modal .modal-body ul {
  @media (max-width: 1024px) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.side_nav:not(.expand_nav) .rites-res.link {
  display: none;
}
