/* Design System */
:root {
  --tu-primary: #2563eb; /* brand blue */
  --tu-primary-600: #1d4ed8;
  --tu-primary-50: #eff6ff;
  --tu-blue-light: #dbeafe;
  --tu-gray: #4b5563;
  --tu-gray-light: #6b7280;
  --tu-green: #15803d;
  --tu-green-success: #16a34a;
  --tu-green-light: #f0fdf4;
  --tu-dark: #111827;
  --Light-Blue-BG: #eff6ff;
  --Light-gray-BG: #f9fafb;
  --dark-blue-text: #374151;
  --BFDBFE: #BFDBFE;
}

html,
body {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--tu-dark) !important;
}
.gray-text {
  color: var(--tu-gray) !important;
}
.gray-text-light {
  color: var(--tu-gray-light) !important;
}
.text-dark-blue {
  color: var(--dark-blue-text) !important;
}
.text-green {
  color: var(--tu-green) !important;
}
.text-light-green {
  color: var(--tu-green-success) !important;
}
.text-light-blue {
  color: var(--tu-blue-light) !important;
}
.bg-light-blue {
  background-color: var(--Light-Blue-BG) !important;
}
.bg-light-gray {
  background-color: var(--Light-gray-BG) !important;
}
.text-dark-white {
  color: var(--BFDBFE) !important;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
p {
  font-size: 14px;
}
.f-s-48 {
  font-size: 48px;
}
.f-s-32 {
  font-size: 32px;
}
.f-s-30 {
  font-size: 30px;
}
.f-s-18 {
  font-size: 18px;
}
.f-s-16 {
  font-size: 16px;
}
.f-s-14 {
  font-size: 14px;
}
.f-s-12 {
  font-size: 12px;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
/*    -------  padding section start  -------  */
.py-32 {
  padding: 32px 0;
}
.py-64 {
  padding: 64px 0;
}
.py-80 {
  padding: 80px 0;
}
.py-100 {
  padding: 100px 0;
}
.py-120 {
  padding: 120px 0;
}
.py-140 {
  padding: 140px 0;
}
/*    -------  padding section end  -------  */

.gap-16 {
  gap: 16px;
}
.gap-12 {
  gap: 12px;
}
.gap-13 {
  gap: 13px;
}
.row-gap-24 {
  row-gap: 24px;
}
.row-gap-32 {
  row-gap: 32px;
}
.p-33 {
  padding: 33px;
}
/*    -------  margin section start  -------  */

.mb-64 {
  margin-bottom: 64px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-12 {
  margin-bottom: 12px;
}
/*    -------  margin section end  -------  */
.logo-container {
  border-radius: 9999px;
  background: var(--Blue, #2563eb);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
}
.nav-link-item {
  text-decoration: none;
  height: 36px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}
.nav-item-btn svg {
  margin-right: 8px;
}
.nav-item-btn svg path {
  fill: #2563eb;
}
.nav-item-btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--Blue, #2563eb);
  color: var(--tu-primary);
}
.nav-item-btn-login {
  padding: 8px 24px;
}
.navbar-nav .active {
  border-radius: 4px;
  background: var(--Blue, #2563eb);
  color: #fff;
}
.navbar-nav .active svg path {
  fill: #fff;
}
.list-style {
  padding-left: 14px;
}
.list-style li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--tu-gray);
}
.bs-gutter-x-32 {
  --bs-gutter-x: 32px;
}
.bs-gutter-x-48 {
  --bs-gutter-x: 48px;
}
.hero-section-bg {
  background: var(--Gradient, linear-gradient(90deg, #1e3a8a 0%, #1d4ed8 100%));
  min-height: 276px;
  display: flex;
  align-items: center;
padding: 20px 0;
}
/* cards styles */
.main-card {
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.get-started-card {
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 40px;
}
.get-started-card .correct-icon {
  width: 16px;
  height: 16px;
}
.main-card img {
  border-radius: 12px 12px 0 0;
  height: 192px;
}
.main-card-body {
  padding: 32px;
}
.alert-card {
  border-radius: 12px;
  display: flex;
  width: 100%;
  height: 69px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.alert-card-red {
  border-radius: 12px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  padding: 33px;
}
.alert-card-blue {
  border-radius: 12px;
  display: flex;
  width: 100%;
  height: 69px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  background: var(--tu-primary-600);
  gap: 10px;
}
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: var(--Blue-Light, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon img {
  width: 20px;
  height: 20px;
}
.tools-card {
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.tools-card-img {
  border-radius: 12px 12px 0 0;
  height: 256px;
}
.can-hoin-card {
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.price-box {
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid #f3f4f6;
}
.privacy-box {
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.privac-sub-box {
  border-radius: 12px;
  background: #f9fafb;
  padding: 24px;
}
.benefits-card {
  border-radius: 12px;
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.benefits-join-card {
  border-radius: 12px;
  border-left: 4px solid var(--Blue, #2563eb);
  background: #eff6ff;
}
.btn-primary {
  /* background-color: var(--tu-primary);
  border-color: var(--tu-primary); */
}
.btn-tab {
  border-radius: 4px;
  background: #fff;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  gap: 8px;
  align-items: center;
  border: none;
}
.btn-tab-active {
  background: var(--tu-primary);
  color: #fff;
}
.btn-primary {
  background-color: var(--tu-primary);
  border-radius: 4px;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
}
.btn-danger-opt {
  background: #dc2626;
  width: 399px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.edit-btn {
  border: none;
  height: 40px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-register {
  border-radius: 4px;
  background: linear-gradient(90deg, #3b82f6 0%, #3b46ff 100%);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 60px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.btn-send-contact {
  background: var(--tu-primary);
}
.btn-not-register {
  border-radius: 4px;
  background: linear-gradient(90deg, #6b7280 0%, #4b5563 100%);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.can-join-card {
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.text-primary {
  color: var(--tu-primary) !important;
}
.bg-primary-subtle {
  background-color: var(--tu-primary-50) !important;
}
.btn-white {
  text-decoration: none;
  display: flex;
  min-width: 156.344px;
  height: 64px;
  padding: 16px 32px;
  align-items: center;
  background-color: #fff;
  color: #2563eb !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 4px;
  justify-content: center;
}
.btn-light-green {
  border-radius: 8px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  display: flex;
  height: 46px;
  padding: 13px;
  align-items: center;
  justify-content: center;
}
.btn-light-green img {
  width: 14px;
  height: 16px;
}
.btn-dark {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 37px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.correct-icon {
  width: 10.5px;
  height: 20px !important;
}
/* Hero */
.hero-section {
  background: linear-gradient(
      0deg,
      rgba(37, 99, 235, 0.4) -100%,
      rgba(37, 99, 235, 0.4) 0%
    ),
    linear-gradient(
      0deg,
      rgba(37, 99, 235, 0.5) 0%,
      rgba(37, 99, 235, 0.5) 100%
    ),
    url("./heroImage.png") lightgray 50% / cover no-repeat;
  padding: 85px 0;
}
.making-box {
  border-radius: 16px;
  background: var(--Gradient, linear-gradient(90deg, #1e3a8a 0%, #1d4ed8 100%));
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.making-box img {
  width: 80px;
  height: 80px;
}
/* Product cards */
.product-card .card-title {
  font-weight: 700;
}
.product-card img {
  object-fit: cover;
  height: 220px;
}

/* Benefits */
.benefit-icon {
  font-size: 2rem;
}

/* Promo Badge */
.promo-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--tu-primary);
  color: white;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 4px;
}
/* .promo-badge::before {
  content: "⚡";
  font-size: 14px;
} */

/* Contact Page Styles */
.contact-form-card {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 33px;
}

.contact-input {
  border-radius: 4px;
  border: 1px solid #d1d5db;
  height: 50px;
  padding: 13px 17px;
  background: #fff;
  width: 100%;
}

.contact-input:focus {
  border-color: var(--tu-primary);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
  outline: none;
}

.contact-department-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.contact-dept-header {
  background: var(--Gradient, linear-gradient(90deg, #1e3a8a 0%, #1d4ed8 100%));
  color: white;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-person-card {
  padding: 24px;
}

/* .contact-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
} */

/* .contact-info {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
} */
.h-16 {
  height: 16px;
}
.w-16 {
  width: 16px;
}
.border-none {
  border: none !important;
}

/* My Account Page Styles */
.account-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-info-card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  display: flex;
  /* height: 76px; */
  padding: 16px;
  gap: 16px;
}

.account-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.account-tab {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue-text);
  cursor: pointer;
  transition: all 0.2s;
}

.account-tab:hover {
  background: #f3f4f6;
}

.account-tab.active {
  background: var(--tu-primary);
  color: white;
}

.account-tab svg {
  width: 20px;
  height: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.account-content-card {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 33px;
}

.account-input-display {
  border-radius: 8px;
  background: #f9fafb;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
}

.enrollment-status-card {
  border-radius: 12px;
  border: 2px solid #bbf7d0;
  padding: 26px;
  background: #f0fdf4;
  margin: 0 auto;
  width: 399px;
}

.status-icon-success {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

/* .enrollment-details {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
} */

.purchase-table {
  width: 100%;
  border-collapse: collapse;
}

.purchase-table thead {
  background: #f9fafb;
}

.purchase-table th {
  padding: 16px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: var(--tu-gray);
  border-bottom: none;
}

.purchase-table td {
  padding: 16px 24px;
  font-size: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.status-delivered {
  border-radius: 9999px;
  background: #dcfce7;
  padding: 4px 8px;
  color: #166534;
  font-size: 12px;
  font-weight: 600;
}

/* .summary-card {
  background: #f9fafb;
  border-radius: 8px;
  padding: 20px;
} */

.notification-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  /* border-bottom: 1px solid #f3f4f6; */
}

.notification-item:last-child {
  border-bottom: none;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  transition: 0.3s;
  border-radius: 24px;
}
.notification-preferences-card {
  border-top: 1px solid #e5e7eb;
  padding: 32px 0;
  margin-top: 32px;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.text-success-msg {
  color: #16a34a;
  font-size: 14px;
  font-weight: 400;
}
.toggle-switch input:checked + .toggle-slider {
  background-color: var(--tu-primary);
}

.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(24px);
}

/* Footer */
.footer {
  background: var(--Gradient-Dark, linear-gradient(0deg, #1E3A8A 0%, #172554 100%));
}
.footer-bottom{
  background: #172554;
}
.border-white-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.bottom-border-radius {
  border-radius: 0 0 16px 16px;
}

/* Auth Pages Styles */
.top-bar {
  background: var(--Gradient, linear-gradient(90deg, #1E3A8A 0%, #1D4ED8 100%));
  padding: 14px 0;
}

.top-bar-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
}

.top-bar-link:hover {
  color: white;
  opacity: 0.8;
}

.social-icon {
  color: white;
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.8;
}

.auth-card {
  background: #fff;
  border-radius: 0px 0px 16px 16px;
  padding: 32px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.auth-tabs {
  display: flex;
  gap: 0;
  /* border-bottom: 2px solid #e5e7eb; */
  background-color: #fff;
  /* margin-bottom: 32px; */
}

.auth-tab {
  flex: 1;
  text-align: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.3s;
  background: #f3f4f6;
}

.auth-tab:first-child {
  border-radius: 8px 0 0 0;
}

.auth-tab:last-child {
  border-radius: 0 8px 0 0;
}

.auth-tab.active {
  color: var(--tu-primary);
  border-bottom-color: var(--tu-primary);
  background: var(--tu-primary);
  color: #fff;
}

.auth-tab:hover {
  /* color: var(--tu-primary); */
}

.password-input-wrapper {
  position: relative;
}

.password-input {
  padding-right: 45px;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-toggle:hover svg path {
  fill: var(--tu-primary);
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e5e7eb;
}

.divider span {
  padding: 0 16px;
}

.btn-microsoft {
  border-radius: 4px;
  border: 1px solid #d1d5db;

  background: #fff;
  height: 54px;
  padding: 13px 17px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s;
}

.btn-microsoft:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.gray-text-light {
  color: #9ca3af;
}

.form-check-input {
  border-color: #d1d5db;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--tu-primary);
  border-color: var(--tu-primary);
}

.form-check-label {
  cursor: pointer;
  color: #374151;
}

.login-form .form-check-input[type="checkbox"] ,.signup-form .form-check-input[type="checkbox"] {
  border: 1px solid #6B7280;
  width: 16px;
height: 16px;
border-radius: 0px;
}
.pym-80{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}