@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* /Components/Avatar/AvatarImg.razor.rz.scp.css */
img.avatar-img-container[b-et05fhnjrz] {
  border-radius: 8px;
}

img.avatar-img-size-small[b-et05fhnjrz] {
  width: 60px;
  height: 60px;
}

img.avatar-img-size-large[b-et05fhnjrz] {
  width: 250px;
  height: 250px;
}
/* /Components/Chat/Chat.razor.rz.scp.css */
.chat-container[b-hb3d6pafjt] {
  max-height: 70vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 0;
}

.chat-window[b-hb3d6pafjt] {
  height: 100%;
  padding: 15px;
  overflow-y: auto;
}

#chat-scrollable[b-hb3d6pafjt] {
  height: 100%;
}

#message-send[b-hb3d6pafjt] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.chat-input-container[b-hb3d6pafjt] {
  display: flex;
  justify-content: center;
  /* border-top: 1px solid #2a2a2a; */
  /* padding: 10px; */
  /* background: #1e1e1e; */
}

.chat-input-container textarea[b-hb3d6pafjt] {
  flex: 1;
  resize: none;
  border: none;
  border-radius: 10px;
  padding: 10px;
  background: #2a2a2a;
  color: #f5f5f5;
}

.chat-send[b-hb3d6pafjt] {
  width: 50px;
  margin-left: 10px;
  border: none;
  border-radius: 50%;
  background: #0a84ff;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
/* /Components/Chat/ChatEvent.razor.rz.scp.css */
.event-time[b-dk1an4dlsc],
.event-text[b-dk1an4dlsc] {
  text-align: center;
}

.event-text[b-dk1an4dlsc] {
  font-size: 11px;
  color: aquamarine;
  margin-top: 4px;
}

.event-time[b-dk1an4dlsc] {
  font-size: 10px;
  color: #888;
}
/* /Components/Chat/ChatFiles.razor.rz.scp.css */
/* /Components/Chat/ChatInput.razor.rz.scp.css */
.composer[b-vnh4v1jjux] {
  --bs-border-color: #1d1d1d;
  --bs-body-bg: #1d1d1d;
  --bs-primary-rgb: #fff;
  --bs-tertiary-bg: #000;
  --composer-radius: 1.25rem;
  --composer-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, .06);

  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  border-radius: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, .06);
}

.composer:focus-within[b-vnh4v1jjux] {
  border-color: rgba(var(--bs-primary-rgb), .55);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .15), 0 0.5rem 1.25rem rgba(0, 0, 0, .06);
}

.composer textarea[b-vnh4v1jjux] {
  resize: none;
  border: 0;
  box-shadow: none !important;
  padding: .75rem 0;
  line-height: 1.35;
  min-height: 44px;
  max-height: 220px;
  /* scroll beyond this */
  overflow-y: auto;
}

.composer .btn-icon[b-vnh4v1jjux] {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .9rem;
}

.composer .btn-send[b-vnh4v1jjux] {
  width: 44px;
  height: 44px;
  border-radius: 1rem;
}

.composer .hint[b-vnh4v1jjux] {
  font-size: .8rem;
}

.composer .kbd[b-vnh4v1jjux] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .75rem;
  padding: .15rem .4rem;
  border: 1px solid var(--bs-border-color);
  border-bottom-width: 2px;
  border-radius: .45rem;
  background: var(--bs-tertiary-bg);
}

.border-valid[b-vnh4v1jjux] {}

.border-invalid[b-vnh4v1jjux] {
  border: 1px solid red;
}
/* /Components/Chat/ChatMessage.razor.rz.scp.css */
.chat-cloud[b-t0ehyk4vcx] {
  border-radius: 18px;
  padding: 8px 14px;
  margin: 6px 0;
  max-width: 70%;
  line-height: 1.3;
}

.chat-msg-you[b-t0ehyk4vcx] {
  display: flex;
  justify-content: flex-end;
}

.chat-msg-you .chat-cloud[b-t0ehyk4vcx] {
  background-color: #0a84ff;
  color: white;
}

.chat-msg-someone[b-t0ehyk4vcx] {
  display: flex;
  justify-content: flex-start;
}

.chat-msg-someone .chat-cloud[b-t0ehyk4vcx] {
  background-color: #2a2f33;
  color: #f5f5f5;
}

.chat-msg-system[b-t0ehyk4vcx] {
  text-align: center;
  margin: 10px 0;
}

.chat-notification[b-t0ehyk4vcx] {
  background: #222;
  padding: 10px;
  border-radius: 12px;
  color: #bbb;
  font-size: 13px;
}

.chat-system-hint[b-t0ehyk4vcx] {
  font-size: 11px;
  color: aquamarine;
  margin-top: 4px;
}

.chat-time[b-t0ehyk4vcx] {
  font-size: 10px;
  color: #888;
  margin-bottom: 2px;
}
/* /Components/Chat/ConversationBadge.razor.rz.scp.css */
.outer-container:hover[b-mqve11lmdi],
.outer-container:focus[b-mqve11lmdi] {
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #667eea;
  padding: 1px;
}

.message-body[b-mqve11lmdi] {
  border-top: 1px solid #667eea;
  font-style: italic;
}
/* /Components/Dashboard/ContextSelector.razor.rz.scp.css */
/* /Components/Dashboard/DashboardMessages.razor.rz.scp.css */
/* /Components/DCLike/Container.razor.rz.scp.css */
body[b-9kytsxph0q] {
  background-color: #121212;
  color: #f5f5f5;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.container-talk-view[b-9kytsxph0q] {
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.container-content[b-9kytsxph0q] {
  background-color: #181818;
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.container-inner[b-9kytsxph0q] {
  margin-left: 0;
  margin-right: 0;
}

.dclike-container[b-9kytsxph0q] {
  padding-bottom: 5px;
}

.dclike-container .container-inner[b-9kytsxph0q] {
  padding-bottom: 5px;
}

.dclike-container .container-inner .container-content[b-9kytsxph0q] {
  padding-bottom: 5px;
}

.rounded-borders-left-side[b-9kytsxph0q] {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #2a2a2a;
  border-right: none;
}

.rounded-borders-all[b-9kytsxph0q] {
  border-radius: 15px;
  border: 1px solid #2a2a2a;
}
/* /Components/ErrorPageSection.razor.rz.scp.css */
.error-page[b-crs75t0720] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    background-image:
        radial-gradient(800px circle at 85% 50%, rgba(132, 255, 0, 0.75) 0%, rgba(132, 255, 0, 0.45) 30%, rgba(132, 255, 0, 0.15) 55%, transparent 70%),
        radial-gradient(900px circle at 15% 50%, rgba(0, 210, 170, 0.65) 0%, rgba(0, 210, 170, 0.35) 35%, rgba(0, 210, 170, 0.15) 60%, transparent 75%),
        radial-gradient(1200px circle at 50% 50%, #0a0a0a 0%, #000000 60%);
}

.error-container[b-crs75t0720] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 2rem;
}

.error-title[b-crs75t0720] {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0;
}

.error-subtitle[b-crs75t0720] {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.error-btn[b-crs75t0720] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.6rem 1.4rem;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .error-btn:hover[b-crs75t0720] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.9);
    }

.error-btn-arrow[b-crs75t0720] {
    font-size: 1rem;
}
/* /Components/Shared/NiceBar.razor.rz.scp.css */
.nice-bar[b-nmlaucdm6x] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px 8px 0 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.nice-bar i[b-nmlaucdm6x] {
  font-size: 1.3rem;
}

.nice-bar>div[b-nmlaucdm6x] {
  float: left;
}

.nice-bar-text>*[b-nmlaucdm6x] {
  float: left;
}

.nice-bar-buttons[b-nmlaucdm6x] {
  max-height: 27.8px;
  font-size: clamp(16px, 0.938vw, 32px);
}
/* /Components/Shared/NiceBarButton.razor.rz.scp.css */
i[b-ph8h5xb1fe] {
  font-size: clamp(24px, 0.938vw, 32px);
}
/* /Components/SidebarNav/SidebarNav.razor.rz.scp.css */
.sidebar[b-2i4r066etc] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.left-sidebar[b-2i4r066etc] {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  z-index: 1050;
  overflow-y: auto;
}

.left-sidebar.collapsed[b-2i4r066etc] {
  transform: translateX(-100%);
}

.left-sidebar.expanded[b-2i4r066etc] {
  transform: translateX(0);
}

.sidebar-overlay[b-2i4r066etc] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.sidebar-overlay.active[b-2i4r066etc] {
  display: block;
  opacity: 1;
}

.sidebar-header[b-2i4r066etc] {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-header h5[b-2i4r066etc] {
  color: white;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.btn-close-sidebar[b-2i4r066etc] {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  border-radius: 4px;
}

.btn-close-sidebar:hover[b-2i4r066etc] {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar-nav[b-2i4r066etc] {
  padding: 1rem 0;
}


.sidebar-link[b-2i4r066etc] {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  color: #d7d7d7;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.sidebar-link i[b-2i4r066etc] {
  font-size: 1.25rem;
  margin-right: 1rem;
  width: 24px;
  text-align: center;
}

.sidebar-link:hover[b-2i4r066etc] {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.sidebar-link.active[b-2i4r066etc] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 500;
}

@media (max-width: 640.98px) {
  .left-sidebar[b-2i4r066etc] {
    width: 260px;
  }
}

@media (min-width: 641px) {
  .sidebar[b-2i4r066etc] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
/* /Components/Sport/SportLabel.razor.rz.scp.css */
/* /Components/Trainee/TraineeAvatar.razor.rz.scp.css */
.trainee-avatar-container[b-rll19w2mik] {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
}

.trainee-avatar-image[b-rll19w2mik] {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 3px solid #0a84ff;
  display: block;
}

.trainee-avatar-initials[b-rll19w2mik] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  user-select: none;
  pointer-events: none;
}
/* /Components/Trainee/TraineeCollection.razor.rz.scp.css */
.trainer-cards-container[b-4gh30xkxm0] {
  display: flex;
  flex-flow: row wrap;
  max-width: 90vw;
  justify-content: space-around;
}

.trainer-card[b-4gh30xkxm0] {
  background-color: #1e1e1e;
  min-width: 300px;
  margin: 15px;
  padding: 15px;
}
/* /Components/Trainee/TraineeProfile.razor.rz.scp.css */
.profile[b-ju5gmnvjz2] {
  text-align: center;
}

.profile-name[b-ju5gmnvjz2] {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.is-link:hover[b-ju5gmnvjz2] {
  cursor: pointer;
  filter: brightness(90%);
}
/* /Components/Trainee/TraineeReservations.razor.rz.scp.css */
.drawer-reservation[b-h7r0yi5pg7] {
  background: #2a2a2a;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.drawer-reservation .drawer-text[b-h7r0yi5pg7] {
  font-size: 12px;
}

.drawer-shared-action[b-h7r0yi5pg7] {
  font-size: 10px;
  color: aquamarine;
  cursor: pointer;
  margin-top: 5px;
}

.drawer-shared-action:hover[b-h7r0yi5pg7] {
  cursor: pointer;
}

.reservation-finished[b-h7r0yi5pg7] {
  text-decoration: line-through darkred;
  color: darkred;
}

.reservation-finished[b-h7r0yi5pg7] {
  text-decoration: line-through lawngreen;
  color: lawngreen;
}

.reservation-in-progress[b-h7r0yi5pg7] {
  color: yellow;
}

.reservation-active[b-h7r0yi5pg7] {
  text-decoration: none;
}

.action-report[b-h7r0yi5pg7] {
  color: darkred;
}

.action-change[b-h7r0yi5pg7] {
  color: blue;
}

.action-rate[b-h7r0yi5pg7] {
  color: yellow;
}
/* /Layout/BlankLayout.razor.rz.scp.css */
/* Error page styles are defined in Components/ErrorPageSection.razor.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qybexhjer7] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-qybexhjer7] {
  flex: 1;
}


.top-row[b-qybexhjer7] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-qybexhjer7]  a,
.top-row[b-qybexhjer7]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-qybexhjer7]  a:hover,
.top-row[b-qybexhjer7]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-qybexhjer7]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-menu[b-qybexhjer7] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li[b-qybexhjer7] {
  margin: 0;
}

.sidebar-divider[b-qybexhjer7] {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0.5rem 1.5rem;
}

.btn-toggle-sidebar[b-qybexhjer7] {
  background: none;
  border: none;
  color: #333;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  border-radius: 4px;
}

.btn-toggle-sidebar:hover[b-qybexhjer7] {
  background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 641px) {
    .top-row[b-qybexhjer7],
    .app-content[b-qybexhjer7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 641px) {
  .page[b-qybexhjer7] {
    flex-direction: row;
  }

  .top-row[b-qybexhjer7] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-qybexhjer7]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-qybexhjer7],
  article[b-qybexhjer7] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

.header[b-qybexhjer7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent; /* wa¿ne */
}

body:has(.hero-banner-sec) article[b-qybexhjer7] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.banner-image img[b-qybexhjer7] {
    display: block;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vwndshej3u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vwndshej3u] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vwndshej3u] {
    font-size: 1.1rem;
}

.bi[b-vwndshej3u] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vwndshej3u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vwndshej3u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vwndshej3u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vwndshej3u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vwndshej3u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vwndshej3u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vwndshej3u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vwndshej3u]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vwndshej3u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vwndshej3u] {
        display: none;
    }

    .collapse[b-vwndshej3u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-vwndshej3u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Error403.razor.rz.scp.css */
/* Styles shared across error pages are defined in Layout/BlankLayout.razor.css via ::deep selectors. */
/* /Pages/Error404.razor.rz.scp.css */
/* Styles shared across error pages are defined in Layout/BlankLayout.razor.css via ::deep selectors. */
/* /Pages/HomeLegacy.razor.rz.scp.css */
.banner-content-center[b-uha6yu9267] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 90%;
    max-width: 1000px;
}

    .banner-content-center h1[b-uha6yu9267] {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        margin-bottom: 2rem;
    }

    .banner-content-center h2[b-uha6yu9267] {
        font-size: 2rem;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
        margin-bottom: 3rem;
    }

.action-buttons-wrapper[b-uha6yu9267] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

    .action-buttons-wrapper .cus-btn[b-uha6yu9267] {
        padding: 1.2rem 2.5rem;
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        min-width: 280px;
    }

    .action-buttons-wrapper .btn-primary[b-uha6yu9267] {
        background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
        color: #fff;
        border: 2px solid transparent;
    }

        .action-buttons-wrapper .btn-primary:hover[b-uha6yu9267] {
            background: #fff;
            color: #ff6b35;
            border: 2px solid #ff6b35;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.35);
        }


    .action-buttons-wrapper .btn-secondary[b-uha6yu9267] {
        background: linear-gradient(135deg, #1e90ff 0%, #4169e1 100%);
        color: #fff;
        border: 2px solid transparent;
    }

        .action-buttons-wrapper .btn-secondary:hover[b-uha6yu9267] {
            background: #fff;
            color: #1e90ff;
            border: 2px solid #1e90ff;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(30, 144, 255, 0.35);
        }

@media (max-width: 768px) {
    .banner-content-center h1[b-uha6yu9267] {
        font-size: 2rem;
    }

    .banner-content-center h2[b-uha6yu9267] {
        font-size: 1.4rem;
    }

    .action-buttons-wrapper .cus-btn[b-uha6yu9267] {
        width: 100%;
        max-width: 280px;
    }
}

.hero-banner-sec[b-uha6yu9267] {
    position: relative;
}
