@charset "UTF-8";
.weight-changes {
  color: white;
}
.weight-changes .card {
  background-color: #252525;
}
.weight-changes * {
  color: white !important;
}
.weight-changes .weight-changes-content {
  max-width: 450px;
  margin: 0 auto;
}
.weight-changes .user-title-2 {
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #bbddf5;
}
.weight-changes .user-title-2 .default-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.weight-changes h1.display-1 {
  font-size: 5rem;
  line-height: 1;
}
.weight-changes h1 small {
  font-size: 0.33em;
}
.weight-changes h2 small {
  font-size: 0.5em;
}
.weight-changes h4 small {
  font-size: 0.5em;
}
.weight-changes .arrow-right {
  position: relative;
  display: inline-block;
  min-width: 64px;
  width: 100%;
  height: 2px;
  background-color: red;
}
.weight-changes .arrow-right::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid red;
}
.weight-changes .default-btn {
  font-size: 14px;
  width: 100%;
  padding: 4px 16px 4px 16px;
}
.timeline {
  position: relative;
  padding: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 1px dashed #ea2127;
  border-right: 1px dashed #ea2127;
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 0 0;
  position: relative;
}
.timeline .col:last-of-type .timeline-item {
  margin-bottom: 20px;
}
.timeline-item-content {
  background-color: #333;
  padding: 2rem;
  width: 100%;
  margin-left: 20px;
  position: relative;
}
.timeline-item .timestamp {
  color: #bbb;
  margin-bottom: 10px;
}
.timeline-item h3 {
  color: #fff;
  margin: 0;
}
.timeline-item p {
  color: #fff !important;
  font-size: 1rem;
  line-height: initial;
}
.timeline-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ea2127;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .ratio {
  max-height: 360px;
  margin: 1rem 0 1rem 0;
}
.timeline .ratio iframe, .timeline .ratio video {
  background-color: #444;
  border: 1px solid #555;
  padding: 0.5rem;
}
.timeline-gallery-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
@media (max-width: 768px) {
  .timeline-item-content {
    padding: 1rem;
    margin-left: 0;
  }
  .timeline::before {
    left: 20px;
  }
  .timeline-item::before {
    left: -20px;
    top: 0;
  }
  .timeline-item {
    margin-left: 20px;
  }
  .timeline-item-content {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline::before {
    left: 10px;
  }
}
.timeline-gallery-container {
  background-color: #444;
  border: 1px solid #555;
  padding: 0.5rem;
}
.timeline-gallery-img-wrapper {
  display: block;
  position: relative;
}
.timeline-gallery-img-overlay {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.33);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.timeline .image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.timeline .image-modal-content {
  position: relative;
  background: #333;
  padding: 1rem;
  width: 90%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.timeline .modal-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.timeline .prev-btn, .timeline .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 0.5rem;
  margin: 0;
  cursor: pointer;
}
.timeline .prev-btn {
  left: 1rem;
}
.timeline .next-btn {
  right: 1rem;
}
.timeline .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  background: none;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
.timeline .close-btn:hover {
  color: white;
}
@media (max-width: 768px) {
  .timeline-gallery-img-overlay {
    font-size: 1.25rem;
  }
  .timeline .image-modal-content {
    width: 100%;
    height: 100%;
  }
}
.diet-day-active {
  border: 1px solid #fff !important;
}
.diet-day-active .t-tel {
  background-color: #252525 !important;
}
@media (min-width: 992px) {
  .gy-screen {
    height: 100%;
  }
  .lp-header {
    height: 720px !important;
  }
  .lp-header .theme-btn {
    left: 79% !important;
    top: calc(100% - 200px) !important;
  }
}
.diet-day-weekend {
  border: 1px solid rgba(234, 33, 39, 0.5) !important;
}
.diet-day-weekend .t-tel {
  background-color: rgba(234, 33, 39, 0.25) !important;
}
#offcanvasMenu .profile-photo img {
  border: 2px solid #212529;
  border-radius: 50rem;
  min-width: 96px;
  min-height: 96px;
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center;
}
#offcanvasMenu .nav .nav-item {
  margin: 16px 0 0 0;
}
#offcanvasMenu .nav .nav-item:first-child {
  margin: 0;
}
#offcanvasMenu .nav .nav-item .nav-link {
  font-weight: 700;
  color: #212529;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 16px 0;
}
#offcanvasMenu .nav .nav-item .nav-link:hover {
  color: #212529;
}
#offcanvasMenu .offcanvas-body {
  padding: 1.5rem;
}
.active-program .card {
  border: 0;
  min-height: 128px;
  height: 128px;
}
.active-program .card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.active-program .card .card-img-overlay {
  background: black;
  background: -moz-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.active-program .card:hover .card-img-overlay, .active-program .card.active .card-img-overlay {
  background: #ea2127;
  background: -moz-linear-gradient(360deg, #ea2127 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(360deg, #ea2127 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #ea2127 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .banner-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 15px;
    max-width: 272px !important;
  }
  .banner-content .default-btn {
    font-size: 15px;
    padding: 6px 12px 6px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-responsive-nav .mean-container a.meanmenu-reveal {
    top: 0;
  }
  .mean-container .mean-nav ul li a {
    width: initial;
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .about-img .img1::before, .about-img .img1::after, .about-img .img2::before, .about-img .img2::after {
    display: none;
  }
}
/* NEW */
body.light-d section.gap.no-top.about-style-one, body.light-d .team-style-two, body.light-d .blog-style-three, body.light-d .about-first, body.light-d .about-key-benefits, body.light-d .cart, body.light-d .checkout.detail-page, body.light-d .contact-form-2, body.light-d .about-style-one, body.light-d .no-top.core-values, body.light-d .innovation, body.light-d .history.detail-page, body.light-d .login-register, body.light-d .detail-page, body.light-d .project-detail-slider, body.light-d .construction-services, body.light-d .service-style-one, body.light-d {
  background-color: #000 !important;
}
a {
  color: #b7b7b7;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #ea2127;
}
p:last-of-type {
  margin-bottom: 0;
}
strong, b, .fw-bold {
  font-family: var(--theme-found);
}
hr {
  opacity: 1;
}
dl, ol, ul, li {
  font-family: var(--theme-found);
  color: #999;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.text-muted {
  color: #999 !important;
}
.alert {
  font-size: 1.25rem;
  line-height: 1;
  padding: 1rem;
}
.table {
  font-size: 1rem;
  line-height: initial;
}
.table p {
  font-size: 1rem;
  line-height: initial;
}
.table th {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: initial;
}
.nice-select:before, .nice-select:after {
  display: none;
}
.theme-btn, .light-d .service-style-one .service-data .icon, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, th, .mobile-nav a, .accordion-body, #offcanvasMenu .nav .nav-item .nav-link {
  font-family: var(--common-found);
}
.form-control, .form-select {
  height: 60px;
  border-radius: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-color: #c1c1c1;
  outline: none;
  border: 1px solid;
  color: #777;
  font-family: var(--theme-found);
}
.form-control::placeholder, .form-select::placeholder {
  color: #777;
}
.form-control:focus, .form-select:focus {
  height: 60px;
  border-radius: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-color: #c1c1c1;
  outline: none;
  border: 1px solid;
  color: #777;
  font-family: var(--theme-found);
  background-color: transparent;
  box-shadow: none;
}
textarea, .contact-form-2 form textarea {
  border-radius: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  outline: none;
  border: 1px solid #484848;
  color: #777;
  font-family: var(--theme-found);
}
textarea::placeholder, .contact-form-2 form textarea::placeholder {
  color: #777;
}
textarea:focus, .contact-form-2 form textarea:focus {
  border-radius: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  outline: none;
  border: 1px solid #484848;
  color: #777;
  font-family: var(--theme-found);
  background-color: transparent;
  box-shadow: none;
}
.form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: initial;
  padding-left: 1.5em;
  margin: 0;
}
.form-check a {
  font-family: var(--theme-found);
}
.form-check-label {
  font-family: var(--theme-found);
  font-size: 0.875rem;
  color: #fff;
  margin: 0 0 0 0.5rem;
}
.form-check-input {
  margin-top: 0;
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
.form-check-input:checked {
  background-color: #ea2127;
  border-color: #ea2127 !important;
}
.form form .theme-btn:hover {
  color: #fff;
}
textarea {
  color: #777;
}
textarea::placeholder {
  color: #777;
}
.required {
  color: #ea2127;
}
.form-label, label {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.est-form .space, .form-group input {
  margin-bottom: 15px;
}
.input-group {
  flex-wrap: nowrap;
}
.input-group .input-group-text {
  color: #777;
  background-color: transparent;
  border-color: #484848;
  border-radius: 0;
}
.light-d .counter-style-one .counter-data:hover {
  box-shadow: none;
}
.lp-header {
  background-position: center;
  position: relative;
  height: 600px;
}
.lp-header .theme-btn {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: calc(100% - 114px);
  bottom: 0;
}
.featured-slider-one:before {
  opacity: 0.4;
}
.c-slider .owl-nav button svg {
  color: #fff;
}
.c-slider .owl-nav {
  display: none;
}
.certificates .data {
  position: relative;
}
.certificates .data {
  padding-right: 30px;
}
.certificates .data .c-img {
  position: relative;
}
.certificates .data .c-img img {
  width: 100%;
}
.certificates .data h2 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 5px;
  margin-bottom: 40px;
}
.certificates .c-2-slider h1, .certificates .c-2-slider h2, .certificates .c-2-slider h3, .certificates .c-2-slider h4, .certificates .c-2-slider h5, .certificates .c-2-slider h6 {
  color: #fff;
}
.certificates .c-2-slider .c-main {
  display: flex;
  width: 100%;
  background-color: transparent;
  padding: 0;
  justify-content: space-between;
}
.certificates .c-2-slider .c-main .c-first {
  width: 34%;
  text-align: center;
  margin-top: 25px;
}
.certificates .c-2-slider .c-main .c-first figure {
  position: relative;
}
.certificates .c-2-slider .c-main .c-second {
  width: 60%;
}
.certificates .c-2-slider .c-main .c-second span {
  font-size: 26px;
  color: var(--theme-color);
  font-family: var(--common-found);
  font-weight: 500;
}
.certificates .c-2-slider .c-main .c-second h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.certificates button.owl-prev i, .certificates button.owl-next i {
  color: #000;
}
.certificates .c-2-slider .owl-nav button {
  color: #fff;
  width: 55px;
  height: 55px;
  border: 1px solid #cecece;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 100%;
}
.certificates .c-2-slider .owl-nav button:hover {
  color: #fff;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.certificates .c-2-slider .owl-nav button:hover i {
  color: #fff;
}
.certificates .c-2-slider .owl-nav {
  position: absolute;
  transform: translateX(-50%);
  bottom: -76px;
  left: 50%;
  background: transparent;
}
.client-review-slider .slider-data p {
  width: initial;
}
.client-review-slider .owl-dots {
  justify-content: center;
}
.counter-style-one .counter-data .count {
  font-size: 3rem;
  line-height: initial;
}
.banner-style-one .breadcrums ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-style-one .breadcrums ul li, .banner-style-one .breadcrums ul li a {
  align-items: flex-start;
}
.banner-style-one .breadcrums ul li p {
  font-weight: 500;
  line-height: 1;
  border: 0;
  margin: 0;
}
.team-data .team-image img {
  filter: initial;
}
.team-style-one .team-slider-nav button {
  font-size: 1rem;
  color: #fff;
}
.header-style-one .nav-bar > ul > li:not(:last-child) {
  margin-right: 32px;
}
.header-style-one .desktop-nav .nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
}
.desktop-nav .nav-bar > ul {
  padding: 0 48px 0 48px;
}
.desktop-nav .nav-bar > ul > li > a {
  font-size: 18px;
  line-height: initial;
}
.desktop-nav .nav-bar .extras .menu-start svg {
  width: 1em;
  height: 1em;
}
#offcanvasMenu .nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: initial;
}
.shopping-cart {
  color: #fff;
  position: relative;
}
.shopping-cart:hover {
  color: #fff;
}
.shopping-cart span.bg-primary {
  font-size: 10px;
  background-color: #ea2127 !important;
  transform: translate(-50%, -50%);
  left: 100%;
  top: 0;
  position: absolute;
  padding: 2px 4px;
}
.cart .update-cart .theme-btn:hover {
  color: #fff;
}
.cart.checkout .form-check-label p {
  font-size: 0.875rem;
  line-height: initial;
}
.page-questionnaires .alert {
  margin: 1rem 0 0.5rem 0;
}
.page-questionnaires .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-questionnaires .form-group span.text-danger {
  font-size: 0.875rem;
  display: block;
  margin: 0.5rem 0 0 0;
}
.page-questionnaires .help-text {
  margin: 0.5rem 0 0 0;
}
.acc2 .accordion-body .theme-btn {
  padding: 16px 36px;
  font-size: 20px;
  font-family: var(--theme-found);
  color: #fff;
  position: relative;
  border: 2px solid var(--theme-color);
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--theme-color);
  letter-spacing: 1px;
  background-color: var(--theme-color);
}
.acc2 .accordion-body .theme-btn:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
.select2-container--bootstrap-5 .select2-selection {
  background-color: transparent;
  height: 60px;
  border-radius: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-color: #484848;
  outline: none;
  border: 1px solid;
  color: #777;
  font-family: var(--theme-found);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  background-color: transparent;
  height: 32px;
  border-radius: 0;
  padding: 8px;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-color: #484848;
  outline: none;
  border: 1px solid;
  color: #777;
  font-family: var(--theme-found);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown {
  color: #777;
  background-color: #212529;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #373b3e;
  cursor: pointer;
}
.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #484848;
  border-radius: 0;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #777;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #484848;
  box-shadow: none;
}
.footer-style-one a {
  font-family: var(--theme-found);
  color: #b7b7b7;
  transition: all 0.3s ease-in-out;
}
.footer-style-one a:hover {
  color: #ea2127;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-nav li {
  margin: 0 2rem 0 0;
}
.footer-nav li:last-child {
  margin-right: 0;
}
.footer-nav li a {
  font-family: var(--theme-found);
  font-size: 18px;
  color: #b7b7b7;
  transition: all 0.3s ease-in-out;
}
.footer-nav li a:hover {
  color: #ea2127;
}
.footer-p-2 .form-check .form-check-input {
  margin-top: 2px;
}
.footer-p-2 .form-check .form-check-input:checked {
  background-color: #ea2127;
  border-color: #ea2127 !important;
}
.footer-p-2 .form-check .form-check-label {
  font-family: var(--theme-found);
  font-size: 0.875rem;
  color: #fff;
}
.footer-style-one .footer-p-2 .footer-col form .form-check-input {
  height: 16px;
  width: 24px;
  padding-left: 0;
}
.footer-style-one .footer-p-2 .footer-col form button {
  right: 7px;
  top: 35px;
}
.footer-style-one .footer-p-2 .footer-col .form-check {
  padding-left: 27px;
}
.footer-col p {
  text-transform: none;
}
@media (max-width: 575.98px) {
  .banner-style-one {
    padding-top: 90px;
  }
  .banner-style-one .parallax {
    background-size: cover;
    background-position: center;
  }
  .lp-header {
    height: 320px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-style-one {
    padding-top: 210px;
  }
  .banner-style-one .parallax {
    background-size: cover;
    background-position: center;
  }
  .lp-header {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav {
    flex-direction: column;
  }
  .footer-nav li {
    margin: 1rem 0 0 0;
  }
  .footer-nav li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .construction-services .tab-content > .tab-pane figure figcaption {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .construction-services .services-nav, .construction-services .services-nav ul li button.nav-link {
    width: 100%;
  }
  .certificates .c-2-slider .c-main {
    flex-direction: column;
  }
  .certificates .c-2-slider .c-main .c-second, .certificates .c-2-slider .c-main .c-first {
    width: 100%;
  }
  .lp-header {
    height: 320px;
  }
}
@media (max-width: 1200px) {
  .modal-body img {
    display: block;
  }
}
.subpages-landing {
  color: #fff;
}
.subpages-landing strong, .subpages-landing b, .subpages-landing .fw-bold {
  font-family: var(--common-found);
}
.subpages-landing a, .subpages-landing a:hover {
  text-decoration: none;
}
.subpages-landing .text-danger {
  color: #ea2127 !important;
}
.subpages-landing .bg-dark {
  background-color: #252525 !important;
}
.ch-lp-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url("/storage/app/media/challenge-lp/DSC03026-2.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ch-lp-hero .container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}
.ch-lp-hero .scroll-down-btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.ch-lp-hero.ch-lp-hero-2 {
  background-image: url("/storage/app/media/challenge-lp/Canon-12752.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.ch-lp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.ch-lp-hero > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .theme-btn.jelentkezem {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
  }
}
.timeline-gallery-container {
  background-color: #444;
  border: 1px solid #555;
  padding: 0.5rem;
}
.timeline-gallery-img-wrapper {
  display: block;
  position: relative;
}
.timeline-gallery-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center top;
}
.timeline-gallery-img-overlay {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.33);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.timeline .image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.timeline .image-modal-content {
  position: relative;
  background: #333;
  padding: 1rem;
  width: 90%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.timeline .modal-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.timeline .prev-btn, .timeline .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 0.5rem;
  margin: 0;
  cursor: pointer;
}
.timeline .prev-btn {
  left: 1rem;
}
.timeline .next-btn {
  right: 1rem;
}
.timeline .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  background: none;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
.timeline .close-btn:hover {
  color: white;
}
@media (max-width: 768px) {
  .timeline-gallery-img-overlay {
    font-size: 1.25rem;
  }
  .timeline .image-modal-content {
    width: 100%;
    height: 100%;
  }
}
.workout-plans {
  background-color: #111;
  color: #eee;
}
.workout-plans .highlight {
  color: #e63946;
  font-weight: bold;
}
.workout-plans .section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  border-left: 5px solid #e63946;
  padding-left: 10px;
  margin-bottom: 1rem;
}
.workout-plans .card {
  background: #1a1a1a;
  border: none;
  border-radius: 10px;
  transition: transform 0.3s;
  height: 100%;
}
.workout-plans .card .card-body {
  padding: 1rem;
}
.workout-plans .card-title {
  color: #e63946;
  font-weight: bold;
}
.workout-plans-nekszol .card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 10px;
  color: #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.workout-plans-visual .card {
  background: #1a1a1a;
  border: none;
  border-radius: 12px;
  color: #f2f2f2;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.workout-plans-visual .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(230, 57, 70, 0.4);
}
.workout-plans-visual .card {
  background: #1a1a1a;
  border: none;
  border-radius: 12px;
  color: #f2f2f2;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.workout-plans-visual .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(230, 57, 70, 0.4);
}
.workout-plans-visual .card-img-group {
  display: flex;
  gap: 5px;
  padding: 5px;
}
.workout-plans-visual .card-screenshot {
  flex: 1;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #e63946;
}
.workout-plans-visual .card-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.workout-plans-visual .card-snippet {
  font-style: italic;
  color: #bbb;
  font-size: 0.95rem;
}
.workout-plans-visual .nav-pills .nav-link {
  background: #1a1a1a;
  color: #f2f2f2;
  margin: 0 5px;
  border-radius: 30px;
  padding: 8px 18px;
  transition: background 0.3s;
}
.workout-plans-visual .nav-pills .nav-link.active {
  background: #e63946;
  color: #fff !important;
}
.workout-plans-visual .card .workout-info li {
  font-size: 0.95rem;
  color: #d0d0d0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 6px;
}
.plans-container .subscription-block {
  position: relative;
  background: #121212;
  border: 2px solid #ff4d4d;
  border-radius: 12px;
  padding: 2rem;
  margin: 0 auto;
}
.plans-container .subscription-block h2 {
  color: #ff4d4d;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.plans-container .price-highlight {
  color: #fff;
  background: #ff4d4d;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}
.plans-container .cta-btn {
  background: #ff4d4d;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.plans-container .cta-btn:hover {
  background: #e63e3e;
  transform: scale(1.05);
}
.plans-container .price-badge {
  position: absolute;
  top: -10px;
  right: -50px;
  background: #ff4d4d;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 2rem;
  transform: rotate(45deg);
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.plans-container ul li {
  margin: 0.5rem 0;
}
.trust-section {
  padding: 4rem 0;
  background-color: #1a1a1a;
}
.trust-card {
  background-color: #000;
  border: 1px solid #303030;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);
}
.trust-icon {
  font-size: 2.5rem;
  color: #d70000;
  margin-bottom: 1rem;
}
.trust-title {
  font-size: 1.25rem;
  color: #ff4444;
  margin-bottom: 0.5rem;
}
.trust-text {
  color: #ccc;
  font-size: 0.95rem;
}
