@charset "UTF-8";

:root,
[data-bs-theme="light"] {
  --bs-blue: #48989e;
  --bs-indigo: #026c6f;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #0db231;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #04000a;
  --bs-primary: #48989e;
  --bs-secondary: #026c6f;
  --bs-success: #0db231;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #04000a;
  --bs-primary-rgb: 72, 152, 158;
  --bs-secondary-rgb: 2, 108, 111;
  --bs-success-rgb: 13, 178, 49;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 4, 0, 10;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Open Sans", "Roboto", "Plus Jakarta Sans", "Poppins",
    sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #28303f;
  --bs-body-color-rgb: 40, 48, 63;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(4, 0, 10, 0.75);
  --bs-secondary-color-rgb: 4, 0, 10;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(4, 0, 10, 0.5);
  --bs-tertiary-color-rgb: 4, 0, 10;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #48989e;
  --bs-link-color-rgb: 72, 152, 158;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #48989e;
  --bs-link-hover-color-rgb: 72, 152, 158;
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: #a6b0b8;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --grid-line-color: rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #d6d6d6;
  --bs-body-color-rgb: 210, 210, 210;
  --bs-body-bg: #04000a;
  --bs-body-bg-rgb: 4, 0, 10;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #1c1d25;
  --bs-tertiary-bg-rgb: 28, 29, 37;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
  --grid-line-color: rgba(255, 255, 255, 0.05);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h5,
.h5,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}

h2,
.h2 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

tbody,
tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

.display-3 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 3.75rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.3875rem + 1.65vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.625rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-sm-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 2rem;
}

.g-5 {
  --bs-gutter-y: 2rem;
}

.gy-10 {
  --bs-gutter-y: 0.625rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20 {
  --bs-gutter-y: 1.25rem;
}

.gx-30 {
  --bs-gutter-x: 1.875rem;
}

.gy-50 {
  --bs-gutter-y: 3.125rem;
}

.gx-80 {
  --bs-gutter-x: 5rem;
}

@media (min-width: 576px) {
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .g-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state,
      var(--bs-table-color-type, var(--bs-table-color)));
  /*background-color: var(--bs-table-bg);*/
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table>tbody {
  vertical-align: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304000A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%285.2, 44, 101.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.carousel {
  position: relative;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-1 {
  border-width: 1px !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-lg-start {
  text-align: left !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-130 {
  padding-top: 8.125rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.85rem !important;
}

/*
.gap-3 {
  gap: 1rem !important;
}
*/
.gap-4 {
  gap: 1.5rem !important;
}

.gap-10 {
  gap: 0.625rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.gap-50 {
  gap: 3.125rem !important;
}

.fs-1 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), 0.7) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }

  .gap-lg-80 {
    gap: 5rem !important;
  }
}

@media (min-width: 1200px) {

  .gap-xl-100 {
    gap: 6.25rem !important;
  }
}

@media (min-width: 1400px) {

  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }

  .fs-3 {
    font-size: 1.5rem !important;
  }
}

.faq-arrow {
  transform: rotate(45deg);
}

svg {
  fill: currentColor;
  transition: all 0.2s ease-in-out;
}

a {
  transition: all 0.2s ease-in-out;
}

.menu-list {
  display: flex;
  flex: 0 0 auto;
  gap: 11px;
}

.text-opacity span {
  opacity: 0.15;
}

.custom-font-jakarta {
  font-family: var(--bs-font-family-style-4);
}

.section-title {
  position: relative;
  z-index: 9;
}

.section-title .title,
.section-title .sub-title {
  font-family: var(--bs-font-family-style-4);
}

@media (max-width: 1399.98px) {

  .section-title .title,
  .section-title .sub-title {
    font-size: 3.3rem;
  }
}

@media (max-width: 575.98px) {

  .section-title .title,
  .section-title .sub-title {
    font-size: 2.8rem;
  }
}

.section-title.section-title-style-2 .title,
.section-title.section-title-style-2 .sub-title {
  font-family: var(--bs-font-family-style-3);
}

.primary-text-shadow {
  -webkit-text-stroke: 1.5px var(--bs-primary);
  color: transparent !important;
}

.custom-inner-bg {
  --bs-custom-inner-bg: rgba(248, 248, 255, 0.8);
  --bs-custom-inner-border-color: rgba(255, 255, 255, 0.11);
  --bs-custom-inner-shadow-color: rgba(0, 0, 0, 0.39);
  border-radius: 30px;
  border: 2px solid var(--bs-custom-inner-border-color);
  background: var(--bs-custom-inner-bg);
  box-shadow: 0px 1px 14px -5px var(--bs-custom-inner-shadow-color);
  transition: all 0.2s ease-in-out;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.scroll {
  overflow: hidden;
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
}

.scroll div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: scroll-animation 30s linear infinite;
}

@media (max-width: 1399.98px) {
  .scroll {
    height: 130px;
  }
}

@media (max-width: 991.98px) {
  .scroll {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .scroll {
    height: 80px;
  }
}

@media (max-width: 575.98px) {
  .scroll {
    height: 70px;
  }

  .scroll div {
    animation: scroll-animation 20s linear infinite;
  }
}

@keyframes textScroll {
  0% {
    transform: translateX(calc(var(--marquee-element-value) * var(--marquee-element-width) * var(--marquee-elements)));
  }

  100% {
    transform: translateX(0);
  }
}

:root {
  --bs-headings-color: #28303f;
  --bs-heading-color: #28303f;
  --bs-link-color: #28303f;
  --bs-heading-color-rgb: 40, 48, 63;
  --bs-link-color-rgb: 40, 48, 63;
  --bs-link-hover-color-rgb: var(--bs-primary-rgb);
  --bs-link-hover-color: var(--bs-primary);
  --bs-font-family-style-1: "Open Sans", sans-serif;
  --bs-font-family-style-2: "Roboto", sans-serif;
  --bs-font-family-style-3: "Poppins", sans-serif;
  --bs-font-family-style-4: "Plus Jakarta Sans", sans-serif;
}

:root .section-title .sub-title {
  text-shadow: none;
}

:root .logo-light {
  display: none;
}

:root .logo-dark {
  display: block;
}

:root .highlight-section {
  --bs-headings-color: #28303f;
}

[data-bs-theme="dark"] {
  --bs-heading-color: #d2d2d2;
  --bs-link-color: #d2d2d2;
  --bs-heading-color-rgb: 210, 210, 210;
  --bs-link-color-rgb: 210, 210, 210;
  --bs-headings-color: #d2d2d2;
}

[data-bs-theme="dark"] .countdown-label {
  --bs-countdown-text-stroke-color: #000;
}

[data-bs-theme="dark"] .logo-dark {
  display: none;
}

[data-bs-theme="dark"] .logo-light {
  display: block;
}

[data-bs-theme="dark"] .subscription-form {
  --bs-subscription-border-color: rgba(255, 255, 255, 0.1);
  --bs-subscription-placeholder-color: rgba(255, 255, 255, 0.25);
}

[data-bs-theme="dark"] .highlight-section {
  --bs-highlights-bg: #0c0614;
}

[data-bs-theme="dark"] .custom-inner-bg {
  --bs-custom-inner-bg: rgba(38, 31, 48, 0.22);
  box-shadow: 8px 5px 21px 18px var(--bs-custom-inner-shadow-color);
}

[data-bs-theme="dark"] .faq-wrapper {
  --bs-custom-inner-bg: rgba(38, 31, 48, 0.22);
}

[data-bs-theme="dark"] .schedule-1 {
  --bs-scheduletabs-active-bg: #04000a;
}

[data-bs-theme="dark"] .primary-text-shadow {
  filter: drop-shadow(10px 9px 46px rgba(var(--bs-primary-rgb), 0.6)) drop-shadow(0 11px 15px rgba(var(--bs-primary-rgb), 0.2)) drop-shadow(0 24px 38px rgba(var(--bs-primary-rgb), 0.2)) drop-shadow(0 -3px 5px rgba(var(--bs-primary-rgb), 0.2));
}

.download-link {
  text-decoration: underline;
  text-underline-offset: 10px;
  transition: all 0.2s ease-in-out;
}

.download-link span {
  color: var(--bs-heading-color);
  transition: transform 0.4s ease-in-out;
}

.download-link:hover {
  color: var(--bs-primary);
}

.download-link:hover span {
  color: var(--bs-primary);
}

.download-link:hover span svg {
  transform: rotate(45deg);
}

.straight-line-wrapper {
  padding-left: 50px;
  transition: all 0.4s ease-in-out;
  font-family: var(--bs-font-family-style-4);
  color: var(--bs-heading-color);
}

.straight-line-wrapper .straight-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 2px;
  z-index: 50;
  background: var(--bs-primary);
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: all 0.4s ease-in-out;
}

.straight-line-wrapper:hover {
  padding-left: 68px;
}

.straight-line-wrapper:hover .straight-line {
  transform: scaleX(1.5);
  transform-origin: bottom left;
}

@media (max-width: 575.98px) {
  .straight-line-wrapper.fs-3 {
    font-size: 20px;
  }
}

.circle-wrapper {
  --bs-circle-color: #d9d9d9;
  --bs-circle-bg: rgba(217, 217, 217, 0.1);
  position: absolute;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .circle-wrapper {
    top: -52px;
  }
}

.circle-wrapper .circle-bg {
  position: absolute;
  width: 168px;
  height: 168px;
  background-color: var(--bs-circle-bg);
  border-radius: 50%;
}

.circle-wrapper .rotate-text,
.circle-wrapper .rotate-text2,
.circle-wrapper .rotate-text3 {
  --bs-rotate-text-color: var(--bs-heading-color);
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 15s linear infinite;
}

.circle-wrapper .rotate-text p,
.circle-wrapper .rotate-text2 p,
.circle-wrapper .rotate-text3 p {
  line-height: 3;
  color: var(--bs-rotate-text-color);
}

.circle-wrapper .rotate-text span,
.circle-wrapper .rotate-text2 span,
.circle-wrapper .rotate-text3 span {
  position: absolute;
  left: 50%;
  font-size: 11px;
  transform-origin: 0 85px;
}

.circle-wrapper::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: var(--bs-circle-color);
  border-radius: 50%;
  z-index: 999;
}

.video-popup {
  top: calc(50% - 90px);
}

.video-popup .circle-wrapper {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  top: auto;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.video-popup .circle-wrapper::before {
  content: none;
}

.video-popup .circle-wrapper .inner-circle {
  position: absolute;
  width: 62px;
  height: 62px;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.video-popup .circle-wrapper .video-icon {
  z-index: 999;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.video-popup .circle-wrapper .video-icon svg {
  width: 45px;
  height: 45px;
  margin-left: 7px;
}

.video-popup.video-popup-center {
  left: calc(50% - 90px);
}

.footer-nav a {
  color: var(--bs-body-color) !important;
}

.footer-nav a:hover {
  color: var(--bs-primary) !important;
}

.country-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 12px;
  background-color: rgba(var(--bs-body-bg-rgb), 0.7);
  display: flex;
  align-items: center;
}

/* *** */

.ball {
  width: 13px;
  height: 13px;
  background-image: linear-gradient(90deg,
      var(--bs-primary) 0%,
      var(--bs-secondary) 100%);
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999;
  transition: transform 0.1s ease;
}

@media (max-width: 768px) {
  .ball {
    display: none;
  }
}

.countdown-item {
  display: flex;
  align-items: center;
}

.countdown-number {
  font-size: 120px;
  font-weight: 800;
}

@media (max-width: 1399.98px) {
  .countdown-number {
    font-size: 90px;
  }
}

@media (max-width: 991.98px) {
  .countdown-number {
    font-size: 80px;
  }
}

@media (max-width: 575.98px) {
  .countdown-number {
    font-size: 60px;
  }
}

.countdown-label {
  --bs-countdown-text-stroke-color: #f2f2f2;
  color: var(--bs-heading-color);
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: -20px;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .countdown-label {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  .countdown-label {
    font-size: 30px;
    font-weight: 500;
  }
}

@media (max-width: 575.98px) {
  .countdown-label {
    font-size: 24px;
    margin-left: -10px;
  }
}

@keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes move-y {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50px);
  }
}

@keyframes move-x {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes textMove {
  from {
    left: 0;
  }

  to {
    left: -200px;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes loadingAnimation {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.3);
  }
}

@keyframes clock-rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes anti-clock-rotation {
  0% {
    transform: rotate(359deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes scroll-animation {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes landing-image-floating {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-25px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes progressAnimation {
  0% {
    width: 5%;
    background-color: var(--progress-bg);
  }

  100% {
    width: 73%;
    background-color: var(--progress-bg);
  }
}

@keyframes progressAnimation-1 {
  0% {
    width: 5%;
    background-color: var(--progress-bg);
  }

  100% {
    width: 85%;
    background-color: var(--progress-bg);
  }
}

@keyframes progressAnimation-2 {
  0% {
    width: 5%;
    background-color: var(--progress-bg);
  }

  100% {
    width: 90%;
    background-color: var(--progress-bg);
  }
}

.about-image-1 {
  z-index: 1;
  max-width: 582px;
  width: 100%;
  position: relative;
}

.about-image-1 .about-image-wrapper {
  --bs-about-img-border-radius: 30px;
}

.about-image-1 .about-image-wrapper img {
  border-radius: var(--bs-about-img-border-radius);
}

.about-image-1 .about-image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: var(--bs-about-img-border-radius);
  background: linear-gradient(224deg,
      rgba(var(--bs-primary-rgb), 0.6) 4.06%,
      rgba(var(--bs-secondary-rgb), 0.5) 76.9%);
}

.about-content-wrapper {
  --bs-about-content-margin-right: 65px;
  margin-right: var(--bs-about-content-margin-right);
}

@media (max-width: 991.98px) {
  .about-content-wrapper {
    --bs-about-content-margin-right: 30px;
  }
}

.about-image-2 {
  --bs-about-img-margin-top: 50px;
  --bs-about-img-margin-left: 65px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: var(--bs-about-img-margin-top);
  margin-left: var(--bs-about-img-margin-left);
  max-width: 582px;
  max-height: 440px;
  background: linear-gradient(223deg,
      var(--bs-primary) 4.06%,
      var(--bs-secondary) 92.2%);
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.about-image-2 img {
  border-radius: 33px;
}

@media (max-width: 991.98px) {
  .about-image-2 {
    --bs-about-img-margin-top: 24px;
    --bs-about-img-margin-left: 26px;
  }
}

.hall-image img {
  border-radius: 30px !important;
}

.highlight-section {
  --bs-highlights-bg: #f5f5f5;
  --bs-highlights-border-color: rgba(104, 102, 102, 0.3);
}

.highlights-item-2 {
  border: 2px solid var(--bs-highlights-border-color);
  border-radius: 30px;
  transition: all 0.3s;
  height: 100%;
  max-width: 420px;
}

.highlights-item-2 h2,
.highlights-item-2 .h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}

.highlights-item-2.active {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/highlights-2.png);
  border-color: transparent;
}

@media (max-width: 575.98px) {
  .highlights-item-2.active {
    background-size: contain;
  }
}

.highlights-icon-style-1 svg {
  fill: var(--bs-primary);
}

.schedule-section {
  --bs-custom-inner-bg: rgba(38, 31, 48, 0.22);
  --bs-custom-inner-border-color: rgba(255, 255, 255, 0.11);
  --bs-custom-inner-shadow-color: rgba(0, 0, 0, 0.39);
}

.schedule-1 {
  --bs-scheduletabs-active-bg: #f6f4f9;
  --bs-schedule-color-light: #5b5c66;
}

.sponsors-type {
  position: relative;
  left: 25px;
}

.sponsors-type::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: var(--bs-primary);
  left: -25px;
}

.sponsor-wrapper {
  border: 2px solid rgba(104, 102, 102, 0.3);
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  transition: transform 0.3s ease;
}

.sponsor-wrapper img {
  width: 70%;
  height: auto;
  display: block;
}

.contribution {
  width: 80%;
  text-align: center;
}

.gallery-image img {
  --bs-gallery-image-height: 260px;
  height: var(--bs-gallery-image-height) !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px !important;
  width: 100%;
}

.swiper-slide {
  width: 98%;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.faq-wrapper {
  --bs-custom-inner-bg: #ebedff;
}

.faq-wrapper .accordion {
  --bs-accordion-bg: var(--bs-custom-inner-bg);
  --bs-accordion-active-bg: var(--bs-custom-inner-bg);
  --bs-accordion-active-color: var(--bs-heading-color);
  --bs-accordion-btn-color: var(--bs-heading-color);
  --bs-accordion-active-bg: var(--bs-custom-inner-bg);
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-body-padding-x: 44px;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-btn-padding-x: 44px;
  --bs-accordion-btn-padding-y: 1.5rem;
  --bs-accordion-inner-border-radius: 30px;
  --bs-border-radius: 30px;
  max-width: 90%;
  margin: auto;
}

.faq-wrapper .accordion .accordion-item {
  overflow: hidden;
}

.faq-wrapper .accordion .accordion-body {
  background-color: var(--bs-custom-inner-bg);
}

.faq-wrapper .accordion .accordion-button {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .faq-wrapper .accordion .accordion-button {
    font-size: 16px;
  }

  .faq-wrapper .accordion .accordion-button span {
    max-width: 256px;
  }
}

.faq-wrapper .accordion .accordion-button::after {
  content: none;
}

.faq-wrapper .accordion .accordion-button.collapsed .faq-arrow {
  transform: rotate(135deg);
}

.faq-wrapper .accordion .accordion-button .faq-arrow {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .faq-wrapper .accordion .accordion-button .faq-arrow svg {
    width: 28px;
  }
}

.faq-wrapper .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-wrapper .accordion .accordion-button:focus,
.faq-wrapper .accordion .accordion-button:focus-visible,
.faq-wrapper .accordion .accordion-button:focus-within {
  border: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .faq-wrapper .accordion {
    --bs-accordion-btn-padding-x: 12px;
    --bs-accordion-body-padding-x: 12px;
  }
}

.blog-content {
  border-radius: 25px;
  margin: 8px;
}

.blog-content-3 {
  border: 2px solid rgba(104, 102, 102, 0.35);
  border-radius: 25px;
  background-color: rgba(var(--bs-body-bg-rgb), 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin: 8px;
}

.blog-content-3 img {
  border-radius: 10px;
}

.blog-content .blog-content-2 {
  padding: 22px 22px 30px 22px;
}

@media (max-width: 575.98px) {
  .blog-content .blog-content-2 {
    padding: 16px 16px 30px 16px;
  }
}

.blog-content-4 {
  padding: 22px 22px 22px 40px;
}

@media (min-width: 991.98px) {
  .blog-content-4 {
    height: 280px;
  }
}

.blog-content .blog-image {
  text-align: center;
}

.blog-content .blog-image img {
  border-radius: 16px !important;
  width: 100%;
}

@media (max-width: 767.98px) {
  .blog-content .blog-image img {
    width: 75%;
    margin: auto;
  }
}

.blog-content .download-link {
  transition: all 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-content:hover .download-link span {
  color: var(--bs-primary);
}

@media (max-width: 991.98px) {
  .blog-left-content .blog-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 991.98px) {
  .blog-left-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.subscription-form {
  --bs-subscription-border-color: rgba(0, 0, 0, 0.1);
  --bs-subscription-placeholder-color: rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

.subscription-form .form-control {
  --bs-border-radius: 20px;
  border: 2px solid var(--bs-subscription-border-color);
  padding: 1.5rem 1rem;
}

@media (max-width: 767.98px) {
  .subscription-form .form-control {
    padding: 0.75rem;
  }
}

.subscription-form .form-control::-moz-placeholder {
  color: var(--bs-subscription-placeholder-color);
  font-family: var(--bs-font-family-style-2);
  font-size: 22px;
  font-weight: 400;
}

.subscription-form .form-control::placeholder {
  color: var(--bs-subscription-placeholder-color);
  font-family: var(--bs-font-family-style-2);
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .subscription-form .form-control::-moz-placeholder {
    font-size: 18px;
  }

  .subscription-form .form-control::placeholder {
    font-size: 18px;
  }
}

.subscription-form .form-control:focus {
  box-shadow: none;
  border: 2px solid var(--bs-primary);
}

.subscription-form .form-control:focus+.subscription-form-arrow {
  color: var(--bs-primary);
}

.subscription-form .subscription-form-arrow {
  --bs-subscription-arrow-top-spacing: 18px;
  --bs-subscription-arrow-right-spacing: 25px;
  position: absolute;
  top: var(--bs-subscription-arrow-top-spacing);
  right: var(--bs-subscription-arrow-right-spacing);
  border: 0;
  background: transparent;
  color: var(--bs-subscription-placeholder-color);
}

@media (max-width: 767.98px) {
  .subscription-form .subscription-form-arrow {
    --bs-subscription-arrow-top-spacing: 6px;
    --bs-subscription-arrow-right-spacing: 9px;
  }

  .subscription-form .subscription-form-arrow svg {
    width: 30px;
  }
}

.progress {
  border-radius: 40px;
  width: 330px;
  background-color: var(--progress-bg);
  height: 20px;
  position: relative;
}

.btn {
  --bs-btn-padding-x: 2.7rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-font-family: var(--bs-font-family-style-2);
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-light-color: var(--bs-heading-color);
  --bs-btn-light-2-color: #fff;
  letter-spacing: 0.5px;
}

.btn.btn-sm {
  --bs-btn-padding-x: 23px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--bs-font-family-style-4);
  --bs-btn-border-width: 1px;
}

btn-secondary .btn svg {
  transition: all 0.2s ease-in-out;
}

.btn-secondary {
  background-color: var(--bs-primary);
  text-decoration: none;
  color: var(--bs-white);
  border: 2px solid transparent;
  padding: 0.5rem 0.8rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--bs-secondary);
}

.btn-outline-primary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-border-width: 2px;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);

  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: var(--bs-btn-color);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn-outline-primary:hover {
  background-color: var(--bs-primary);
  color: var(--bs-btn-hover-color);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: var(--bs-primary);
  color: var(--bs-btn-active-color);
  border-color: var(--bs-btn-active-border-color);
}

.btn-outline-white {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-white);
  --bs-btn-active-border-color: var(--bs-white);
  --bs-btn-border-width: 2px;
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-active-color: var(--bs-primary);

  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: var(--bs-btn-color);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn-outline-white:hover {
  background-color: var(--bs-white);
  color: var(--bs-btn-hover-color);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-outline-white:active,
.btn-outline-white.active {
  background-color: var(--bs-white);
  color: var(--bs-btn-active-color);
  border-color: var(--bs-btn-active-border-color);
}

body {
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  --bs-body-font-size: 18px;
}

@media (max-width: 1199.98px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 991.98px) {
  body {
    --bs-body-font-size: 16px;
  }
}

html {
  overflow-x: hidden;
}

.custom-jakarta {
  font-family: var(--bs-font-family-style-4) !important;
}

.custom-font-style-2 {
  font-weight: 500;
  margin-bottom: 0;
}

.fw-extra-bold {
  font-weight: 800;
}

.text-justify {
  text-align: justify;
}

.sub-title.display-3 {
  line-height: 1;
}

@media (max-width: 991.98px) {
  .sub-title.display-3 {
    line-height: 1.2;
  }
}

/* ************* */
.back-to-top {
  position: fixed;
  display: none;
  right: 18px;
  bottom: 90px;
  z-index: 99;
}

/* *************/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-primary-rgb), 0.6);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--bs-primary-rgb), 0.9);
}

/* ********** */
/* Active tab content */
.page-content {
  display: none;
}

.page-content.active {
  display: block;
}

/* ***** Animation */
.fade-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.fade-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .fade-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Smooth collapse/expand animation */
.collapse {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* When menu is shown */
.collapse.show {
  height: auto;
  overflow: visible;
}

/* Animation step (when toggling) */

.mapCarousel {
  width: 90%;
}

@media (min-width: 768px) {
  .mapCarousel {
    width: 75%;
  }
}

.footer-section {
  border-top: 1px solid var(--bs-border-color);
}

/* ***** **/

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}


.card-img-top {
  width: 100%;
}


.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(var(--bs-dark-rgb), 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding-top: 60px;
}

.modal-content {
  background-color: var(--bs-body-bg);
  margin: auto;
  padding: 1rem;
  border-radius: var(--bs-border-radius-xl);
  width: 90%;
  max-width: 700px;
  position: relative;
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close {
  position: absolute;
  top: -1rem;
  right: -1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg,
      var(--bs-primary) 0%,
      var(--bs-secondary) 100%);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 10;
  border: none;
}

.close:hover {
  transform: scale(1.05);
}

.modal-header {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

.modal-title {
  color: var(--bs-heading-color);
  font-family: var(--bs-font-family-style-4);
}

.modal-body {
  padding: 1rem 0;
  color: var(--bs-body-color);
}

.modal-footer {
  padding-top: 1rem;
  border-top: var(--bs-border-width) solid var(--bs-border-color);
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

[data-bs-theme="dark"] .modal-content {
  background-color: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color-translucent);
}

[data-bs-theme="dark"] .modal-header,
[data-bs-theme="dark"] .modal-footer {
  border-color: var(--bs-border-color-translucent);
}

/* Animation */
.modal-content {
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hide speaker image on small screens */

/* chatbot*/
/* Chatbot Container */
#chat-toggle {
  position: fixed;
  bottom: 24px;
  right: 18px;
  background-color: var(--bs-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

#chat-toggle:hover {
  transform: scale(1.05);
  background-color: var(--bs-secondary);
}

#chatbot-container {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 360px;
  max-height: 65vh;
  background: var(--bs-body-bg);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 9998;
  border: 1px solid var(--bs-border-color);
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease;
}

#chatbot-container.chat-open {
  transform: translateY(0);
  opacity: 1;
}

#chat-header {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 14px 16px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#chat-header .chat-title {
  font-weight: 600;
}

#minimize-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

#minimize-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#chat-log {
  flex-grow: 1;
  padding: 16px;
  overflow-y: auto;
  background: var(--bs-tertiary-bg);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Navigation Elements */
.categories-container {
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.categories-title {
  margin-bottom: 8px;
  color: var(--bs-secondary-color);
  padding: 0 8px;
  font-size: 14px;
}

.category-item,
.question-item {
  padding: 8px 12px;
  background-color: var(--bs-body-bg);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  border: 1px solid var(--bs-border-color);
  text-align: left;
  color: var(--bs-body-color);
  margin: 0;
}

.category-item:hover,
.question-item:hover {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary);
  transform: translateX(1px);
}

.back-button {
  background-color: var(--bs-tertiary-bg);
  font-size: 14px;
  color: var(--bs-body-color);
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.back-button:hover {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-body-color);
}

/* Messages */
.message {
  max-width: 85%;
  padding: 12px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  position: relative;
}

.message-content {
  margin-bottom: 4px;
}

.message-time {
  font-size: 11px;
  opacity: 0.7;
  text-align: right;
  margin-top: 4px;
}

.user {
  align-self: flex-end;
  background-color: var(--bs-primary);
  color: white;
  border-bottom-right-radius: 4px;
  animation: fadeInRight 0.3s ease;
}

.user .message-time {
  color: rgba(255, 255, 255, 0.7);
}

.bot {
  align-self: flex-start;
  background-color: var(--bs-secondary-bg);
  color: var(--bs-body-color);
  border-bottom-left-radius: 4px;
  animation: fadeInLeft 0.3s ease;
}

/* Typing Indicator */
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background-color: var(--bs-secondary-bg);
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 8px;
}

.typing-dot {
  width: 8px;
  height: 8px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  animation: typingAnimation 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(1) {
  animation-delay: 0s;
}

.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

/* Welcome Message */
.welcome-message {
  background-color: var(--bs-secondary-bg);
  padding: 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.welcome-message .time {
  font-size: 11px;
  color: var(--bs-secondary-color);
  margin-top: 6px;
}

.divider {
  border-top: 1px solid var(--bs-border-color);
  margin: 12px 0;
}

/* Animations */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes typingAnimation {

  0%,
  60%,
  100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-4px);
  }
}

/* Scrollbar */
#chat-log::-webkit-scrollbar {
  width: 6px;
}

#chat-log::-webkit-scrollbar-track {
  background: var(--bs-secondary-bg);
  border-radius: 3px;
}

#chat-log::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 3px;
}

.category-item:focus,
.question-item:focus,
.back-button:focus {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  #chatbot-container {
    width: 90vw;
    right: 5vw;
    max-height: 70vh;
    bottom: 80px;
  }
}

/* visa */
.visa-checker .form-control {
  height: 50px;
  border: 2px solid var(--bs-border-color);
  border-radius: 10px 0 0 10px !important;
}

.visa-checker .btn-secondary {
  height: 50px;
  border-radius: 0 10px 10px 0 !important;
  margin: 0px;
}

.autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  background: var(--bs-body-bg);
  border: 2px solid var(--bs-border-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
}

.autocomplete-results .autocomplete-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid var(--bs-border-color);
}

.autocomplete-results .autocomplete-item:hover,
.autocomplete-results .autocomplete-item.active {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

/* *** */

/* ***/
.sdgs-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.sdg-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sdg-item {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.sdg-item img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.sdg-item:hover {
  transform: scale(1.2);
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.sdg-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  background: rgba(26, 31, 77, 0.95);
  border-radius: 12px;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  text-align: center;
  z-index: 20;
}

.sdg-info h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.sdg-info p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 800;
  color: #111;
}

/* Mobile (<= 480px) */
@media (max-width: 480px) {
  .sdgs-container {
    display: none;
  }
}

/* herotopia page */
.hero-box {
  position: relative;
  padding: 3rem !important;
  border-radius: 20px;
  z-index: 1;
  margin-bottom: 50px;
}

.hero-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(var(--bs-body-bg-rgb), 1),
      rgba(var(--bs-body-bg-rgb), 0.3)),
    url("../img/challenge/herotopia/bg.jpg") center/cover no-repeat;
  filter: blur(0.5px);
  border-radius: 20px;
  z-index: -1;
}

/****/
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.sdg-logo-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  transition: opacity 0.5s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sdg-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .sdg-logo-icon {
    width: 50px;
    height: 50px;
  }
}

/****/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--bs-body-bg-rgb), 1);
  z-index: 999998;
  /* Lower than SDG spinner */
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
}

.loader,
.loader div {
  box-sizing: border-box;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader div {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  background: currentColor;
  border-radius: 50%;
  animation: loader 1.2s linear infinite;
}

.loader div:nth-child(1) {
  animation-delay: 0s;
  top: 36.8px;
  left: 66.24px;
}

.loader div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22.08px;
  left: 62.29579px;
}

.loader div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11.30421px;
  left: 51.52px;
}

.loader div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7.36px;
  left: 36.8px;
}

.loader div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11.30421px;
  left: 22.08px;
}

.loader div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22.08px;
  left: 11.30421px;
}

.loader div:nth-child(7) {
  animation-delay: -0.6s;
  top: 36.8px;
  left: 7.36px;
}

.loader div:nth-child(8) {
  animation-delay: -0.7s;
  top: 51.52px;
  left: 11.30421px;
}

.loader div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62.29579px;
  left: 22.08px;
}

.loader div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66.24px;
  left: 36.8px;
}

.loader div:nth-child(11) {
  animation-delay: -1s;
  top: 62.29579px;
  left: 51.52px;
}

.loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 51.52px;
  left: 62.29579px;
}

@keyframes loader {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

/***** Hero *****/
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right,
      var(--grid-line-color) 1px,
      transparent 1px),
    linear-gradient(to bottom, var(--grid-line-color) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
  pointer-events: none;
}

.cursor {
  margin-left: 2px;
  font-weight: bold;
  animation: blink 1s ease-in-out infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.first-letter {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: var(--bs-primary);
  font-family: var(--bs-font-family-style-4);
  text-transform: uppercase;
  vertical-align: text-top;
  background: linear-gradient(96deg,
      var(--bs-primary) 0%,
      var(--bs-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.first-letter::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
  border-radius: 2px;
  opacity: 0.7;
  animation: letterGlow 3s ease-in-out infinite alternate;
}

@keyframes letterGlow {
  0% {
    text-shadow: 0 0 5px rgba(72, 152, 158, 0.5);
  }

  100% {
    text-shadow: 0 0 20px rgba(72, 152, 158, 0.8);
  }
}

#animated-text {
  font-size: 23px;
  transition: font-size 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  #animated-text {
    font-size: 20px;
  }
}

.counter-text {
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .element {
    font-size: 20px;
  }
}

.floating-element {
  position: absolute;
  pointer-events: none;
  opacity: 0.1;
  animation: float 15s ease-in-out infinite;
  will-change: transform, opacity;
}

.floating-element:nth-child(1) {
  top: 18%;
  left: 8%;
  animation-delay: 0s;
  animation-duration: 14s;
  font-size: 70px;
}

.floating-element:nth-child(2) {
  top: 35%;
  left: 12%;
  animation-delay: 1.5s;
  animation-duration: 16s;
  font-size: 60px;
}

.floating-element:nth-child(3) {
  top: 55%;
  left: 8%;
  animation-delay: 3s;
  animation-duration: 15s;
  font-size: 50px;
}

.floating-element:nth-child(4) {
  top: 75%;
  left: 18%;
  animation-delay: 4.5s;
  animation-duration: 17s;
  font-size: 60px;
}

.floating-element:nth-child(5) {
  top: 18%;
  right: 8%;
  animation-delay: 0s;
  animation-duration: 14s;
  font-size: 70px;
}

.floating-element:nth-child(6) {
  top: 35%;
  right: 12%;
  animation-delay: 1.5s;
  animation-duration: 16s;
  font-size: 60px;
}

.floating-element:nth-child(7) {
  top: 55%;
  right: 8%;
  animation-delay: 3s;
  animation-duration: 15s;
  font-size: 70px;
}

.floating-element:nth-child(8) {
  top: 75%;
  right: 18%;
  animation-delay: 4.5s;
  animation-duration: 17s;
  font-size: 50px;
}

@keyframes float {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    transform: translate(15px, -20px) rotate(5deg);
  }

  50% {
    transform: translate(-15px, -40px) rotate(-3deg);
  }

  75% {
    transform: translate(10px, -20px) rotate(4deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@media (max-width: 768px) {
  .floating-element {
    display: none;
  }
}

.badge-style {
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border: 1px solid var(--bs-primary);
  border-radius: 2rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--bs-primary);
  background-color: var(--bs-body-bg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/****** schedule ***********/
.schedule-container {
  position: relative;
}

/* Schedule content */
.schedule-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.schedule-content.active {
  display: block;
}

.schedule-content-2 {
  display: none;
  animation: fadeIn 0.5s ease;
}

.schedule-content-2.active {
  display: block;
}

.day-title {
  color: var(--bs-heading-color);
  font-family: var(--bs-font-family-style-4);
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bs-primary);
  display: inline-block;
}


/**** Speakers ****/
.commander-wrapper h2,
.commander-wrapper .h2 {
  transition: all 0.3s ease-in-out;
}

.commander-wrapper .commander-image {
  border-radius: 30px;
  border: 2px solid var(--bs-border-color);
  overflow: hidden;
}

.commander-wrapper .commander-image img {
  transition: all 0.3s ease-in-out;
}

.commander-wrapper:hover .commander-image img {
  box-shadow: rgba(255, 255, 255, 0.18) 0px 2px 4px;
  transform: scale(1.04);
}

.commander-wrapper:hover h2,
.commander-wrapper:hover .h2 {
  color: var(--bs-primary);
}

/* ** Utopia Section  ** */
.hero-image-mask {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

.hero-image-mask:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 35px 60px -12px rgba(var(--bs-primary-rgb), 0.3);
}

.hero-image-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      rgba(var(--bs-primary-rgb), 0.2) 0%,
      rgba(var(--bs-primary-rgb), 0.1) 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
}

.hero-image-mask:hover::before {
  opacity: 0.5;
}

.hero-image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-image-mask:hover img {
  transform: scale(1.05);
}

.utopia-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.utopia-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(135deg,
      rgba(var(--bs-body-bg), 0.9) 0%,
      rgba(var(--bs-body-bg), 0.8) 100%);
  border: 2px solid rgba(var(--bs-primary-rgb), 0.2);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--bs-heading-color);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.1);
  position: relative;
  overflow: hidden;
}

.utopia-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: left 0.5s ease;
}

.utopia-badge:hover::before {
  left: 100%;
}

.utopia-badge:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg,
      rgba(var(--bs-primary-rgb), 0.1) 0%,
      rgba(var(--bs-primary-rgb), 0.15) 100%);
  border-color: var(--bs-primary);
  box-shadow: 0 8px 25px rgba(var(--bs-primary-rgb), 0.25);
  color: var(--bs-primary);
}

.utopia-badge i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.utopia-badge:hover i {
  transform: rotate(360deg) scale(1.1);
}

.utopia-badge.primary {
  background: linear-gradient(135deg,
      var(--bs-primary) 0%,
      var(--bs-secondary) 100%);
  color: white;
  border-color: transparent;
}

.utopia-badge.primary:hover {
  background: linear-gradient(135deg,
      var(--bs-secondary) 0%,
      var(--bs-primary) 100%);
  transform: translateY(-3px) scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .utopia-badges {
    justify-content: center;
    margin-top: 1.5rem;
  }

  .utopia-badge {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
}

/* ** about Video Modal */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (height/width = 9/16 = 0.5625) */
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

/* ** lineup-image-wrapper ** */
.lineup-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.lineup-image-wrapper .lineup-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.lineup-image-wrapper .lineup-image img {
  border-radius: 25px;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.lineup-image-wrapper .lineup-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 25px;
  background: linear-gradient(180deg,
      rgba(1, 79, 90, 0) 0%,
      rgba(1, 79, 90, 0.2) 40%,
      rgba(3, 73, 83, 0.85) 100%);
  transition: opacity 0.3s ease-in-out;
}

/* Hover content styling */
.lineup-image-wrapper .lineup-image-hover {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #ffffff;
  z-index: 15;
  transition: all 0.3s ease-in-out;
  transform: translateY(10px);
  opacity: 0.9;
}

.lineup-image-wrapper .lineup-image-hover .author-name {
  color: #e3e3e3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.lineup-image-wrapper .lineup-image-hover .author-title {
  color: #e3e3e3;
  font-size: 1rem;
}

.lineup-image-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.lineup-image-wrapper:hover .lineup-image img {
  transform: scale(1.05);
}

.lineup-image-wrapper:hover .lineup-image::after {
  opacity: 0.95;
}

.lineup-image-wrapper:hover .lineup-image-hover {
  transform: translateY(0);
  opacity: 1;
}

.carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg,
      var(--bs-primary) 0%,
      var(--bs-secondary) 100%);
  border-radius: 50%;
  margin: 0.2rem;
  color: white;
}

/* ** challenge ** */
.custom-card {
  border-radius: 1.5rem !important;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.custom-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #fff !important;
}

.custom-card .card-text {
  font-size: 0.9rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align: justify;
}

.custom-card img.challenge-circle {
  border: 1px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
}

.challenge-circle {
  border-radius: 50% !important;
  width: 46px;
  height: 46px;
  padding: 2px;
}

/* Medium screens only (example: 768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .challenge-circle {
    width: 35px;
    height: 35px;
  }
}

.custom-gradient {
  background: radial-gradient(circle at top right,
      #02aab0 0%,
      #026c6f 30%,
      #034d55 60%,
      #012b2d 100%);
}

/* Countdown styles */
.countdown-badge {
  color: #faf6f6;
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.7;
  z-index: 10;
}

.countdown-badge i {
  margin-right: 4px;
}

/**** Team *****/
.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.badge.role {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--bs-primary);
  color: white;
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 15px;
}

.team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(180deg,
      rgba(1, 79, 90, 0) 0%,
      rgba(1, 79, 90, 0.2) 40%,
      rgba(3, 73, 83, 0.85) 100%);
  color: white;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8);
}

.team-overlay .contact {
  font-size: 0.8rem;
}

.team-overlay .contact i {
  margin-right: 6px;
  color: white;
}

/* Ethics Page Specific Styles */

.alert-ethics {
  border-left: 4px solid var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.03);
}

/* Ensure proper spacing for lists */
ul li {
  line-height: 1.8;
}

/* Timeline responsive */
@media (max-width: 768px) {
  .timeline-item {
    margin-bottom: 1rem;
  }
}

/* Card hover effect - adjusted for theme compatibility */
.objective-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  border: 1px solid var(--bs-border-color);
}

.objective-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(var(--bs-emphasis-color-rgb), 0.12);
}

/* Icon wrapper - using Bootstrap variables */
.icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bs-secondary-bg);
  flex-shrink: 0;
}

/* Slight background for section - using Bootstrap variables */
section.bg-light {
  background-color: var(--bs-tertiary-bg);
}

/* ias funding page 
  /* IAS Logo Container */
.ias-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ias-logo-img {
  transition: transform 0.4s ease, filter 0.4s ease;
  max-height: 500px;
  object-fit: contain;
}

.ias-logo-container:hover .ias-logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 10px 30px rgba(72, 152, 158, 0.3));
}

.ias-logo-glow {
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, rgba(72, 152, 158, 0.1) 0%, transparent 70%);
  border-radius: 20px;
  pointer-events: none;
}

/* Process Cards */
.process-card {
  position: relative;
  background: var(--bs-body-bg);
  border: 2px solid var(--bs-border-color);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(72, 152, 158, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.process-card:hover {
  border-color: var(--bs-primary);
  box-shadow: 0 8px 25px rgba(72, 152, 158, 0.15);
  transform: translateY(-5px);
}

.process-card:hover::before {
  opacity: 1;
}

.process-card-content {
  position: relative;
  z-index: 2;
}

.process-step-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.1;
}

/* Timeline Items */
.timeline-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(72, 152, 158, 0.03) 0%, rgba(2, 108, 111, 0.03) 100%);
  border-radius: 12px;
  border: 1px solid var(--bs-border-color);
  transition: all 0.3s ease;
  height: 100%;
}

.timeline-item:hover {
  border-color: var(--bs-primary);
  background: linear-gradient(135deg, rgba(72, 152, 158, 0.08) 0%, rgba(2, 108, 111, 0.08) 100%);
}

.timeline-marker {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
  .process-card {
    padding: 1.5rem 1rem;
  }

  .process-step-number {
    font-size: 2.5rem;
  }

  .ias-logo-container {
    margin-top: 2rem;
  }

  .timeline-item {
    gap: 1rem;
    padding: 1rem;
  }

  .timeline-marker {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .process-card {
    padding: 1rem;
  }

  .process-step-number {
    font-size: 2rem;
  }

  .ias-logo-img {
    max-height: 300px;
  }
}

/* Dark Mode Support */
[data-bs-theme="dark"] .process-card,
[data-bs-theme="dark"] .custom-inner-bg {
  background: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color-translucent);
}

[data-bs-theme="dark"] .process-card:hover {
  border-color: var(--bs-primary);
}

[data-bs-theme="dark"] .timeline-item {
  background: linear-gradient(135deg, rgba(72, 152, 158, 0.08) 0%, rgba(2, 108, 111, 0.08) 100%);
  border-color: var(--bs-border-color-translucent);
}

[data-bs-theme="dark"] .timeline-item:hover {
  background: linear-gradient(135deg, rgba(72, 152, 158, 0.15) 0%, rgba(2, 108, 111, 0.15) 100%);
}

/* navbar*/
.navbar {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  z-index: 50;
  background-color: rgba(var(--bs-body-bg-rgb), 0.98);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-radius: 12px;
  border: 1px solid rgba(187, 187, 187, 0.5);
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
}

.navbar-brand a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 1rem;
}

.navbar-brand img {
  height: 50px;
  transition: all 0.3s ease;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
  align-items: center;
}

.nav-item {
  position: relative;
  font-size: 1.1rem;
}

.nav-item i {
  font-size: 0.7rem;
}

.nav-link {
  color: var(--bs-body-color);
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;

}

.nav-link:hover {
  color: var(--bs-primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bs-primary);
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* Dropdown Toggle */
.dropdown-toggle {
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  font: inherit;
}

.dropdown-toggle:hover {
  color: var(--bs-primary);
}

.dropdown-toggle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bs-primary);
  transition: width 0.3s ease;
}

.dropdown-toggle:hover::after {
  width: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--bs-body-bg);
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid var(--bs-border-color);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--bs-body-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-navbar {
  background-color: var(--bs-primary);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  white-space: nowrap;
}

.btn-navbar:hover {
  background-color: var(--bs-secondary);
  color: white;
}

#theme-toggle-mobile {
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--bs-body-color);
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

#theme-toggle-mobile:hover {
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.navbar-toggler {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--bs-body-color);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.navbar-toggler:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

/* Mobile Menu Button in Nav (only visible on small screens) */
.nav-mobile-btn {
  display: none;
}

/* ============ Responsive ============ */
@media (max-width: 991.98px) {
  .navbar {
    width: calc(100% - 1rem);

  }

  .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Hide desktop button on mobile */
  .navbar-right .btn-navbar {
    display: none !important;
  }

  /* Show mobile version of button inside menu */
  .nav-mobile-btn {
    display: block;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .navbar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bs-body-bg);
    flex-direction: column;
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    gap: 0;
    border-radius: 0 0 12px 12px;
  }

  .navbar-nav.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link,
  .dropdown-toggle {
    padding: 0.75rem 0;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--bs-border-color);
  }

  .dropdown-toggle i {
    transition: transform 0.3s ease;
  }

  .dropdown.active .dropdown-toggle i {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
    display: none;
    margin-top: 0.5rem;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    border-radius: 6px;
  }

  .dropdown.active .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {

  /* Hide the mobile button on desktop */
  .nav-mobile-btn {
    display: none !important;
  }
}

/* card*/
.contact-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hover-link {
  transition: color 0.3s ease;
}

.hover-link:hover {
  color: var(--primary-color);
}

.social-icon {
  font-size: 1.5rem;
  color: var(--text-dark);
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: var(--primary-color);
}

@media (max-width: 767.98px) {
  .contact-card {
    padding: 1rem;
  }

  .fs-3 {
    font-size: 1.5rem !important;
  }

  .social-icon {
    font-size: 1.25rem;
  }
}

.card {
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-3px);
}

.card-img-top {
  width: 100%;
}

.placeholder-card {
  background-color: rgba(var(--bs-body-bg-rgb), 0.95);
  border: 2px dashed #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.placeholder-content {
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .placeholder-card {
    min-height: 150px;
  }

  .card-body {
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .card-img-top {
    max-width: 100%;
  }
}

/* ambassadors*/
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.commander-image {
  position: relative;
  overflow: hidden;
}

.image-container {
  position: relative;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.commander-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: filter 0.6s ease, transform 0.6s ease;
}

.commander-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: 10px;
  font-size: 1rem;
}

.image-container:hover {
  transform: scale(1.03);
}

.image-container:hover img {
  filter: blur(2px);
  transform: scale(1.05);
}

.image-container:hover .overlay {
  opacity: 1;
}

.commander-info p {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  #tunisian-ambassadors-container .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #international-ambassadors-container .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Toast styles */
.toast {
  visibility: hidden;
  min-width: 220px;
  background-color: var(--bs-body-color);
  color: var(--bs-body-bg);
  text-align: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 12px 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.4s, bottom 0.4s;
}

.toast.error {
  background-color: #dc3545;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

/*******/
.schedule-container {
  position: relative;
  /*background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.03) 0%, rgba(var(--bs-secondary-rgb), 0.03) 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);*/
  border-radius: 20px;
  padding: 2rem;
}

.schedule-timeline {
  position: relative;
  padding-left: 2.5rem;
  margin-left: 1.2rem;
}

.schedule-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, var(--bs-primary), var(--bs-secondary));
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), 0.3);
}

.schedule-item {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-top: 0.4rem;
  transition: all 0.3s ease;
}

.schedule-item::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 0.8rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
  border: 4px solid var(--bs-body-bg);
  z-index: 2;
  box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.2);
  transition: all 0.3s ease;
}

.schedule-time {
  font-weight: 600;
  color: white;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}

.schedule-event {
  background: var(--bs-body-bg);
  padding: 1rem;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.event-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg,
      var(--bs-primary) 0%,
      var(--bs-secondary) 100%);
  border-radius: 50%;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
}

.event-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--bs-heading-color);
  line-height: 1.4;
}

.event-location {
  font-size: 0.95rem;
  color: var(--bs-secondary-color);
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.sub-agenda {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid rgba(var(--bs-primary-rgb), 0.3);
}

.sub-agenda-item {
  padding: 0.9rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, rgba(var(--bs-secondary-rgb), 0.1) 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
}

.sub-agenda-item:last-child {
  margin-bottom: 0;
}

.sub-agenda-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--bs-heading-color);
}

.sub-agenda-location i {
  margin: 4px;
}

.sub-agenda-location {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.sub-agenda-presenters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.presenter-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.6); 
   background: rgba(var(--bs-body-bg-rgb), 0.7);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}


.presenter-name {
  font-weight: 600;
}

.presenter-role {
  font-size: 0.75rem;
  opacity: 0.9;
  margin-left: 0.25rem;
}

.presenter-role::before {
  content: '•';
  margin-right: 0.5rem;
}

/* Table View */
.schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  background: var(--bs-body-bg);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.schedule-table thead {
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
}

.schedule-table th {
  padding: 1.5rem 1.75rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.schedule-table tbody tr {
  transition: all 0.3s ease;
  
}

.schedule-table td {
  padding: 0.75rem 1rem;
  color: var(--bs-body-color);
  vertical-align: center;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.3);
}

/* Schedule Time */
.schedule-time-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  font-weight: 400;
  font-size: 0.9rem;
  min-width: 120px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
  transition: all 0.3s ease;
}

.activity-title {
  display: block;
  font-size: 1.15rem;
  color: var(--bs-heading-color);
}


.sub-table-position{
  font-size: 0.8rem;
}

/* Presenters List */
.presenters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.presenter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.6); 
   background: rgba(var(--bs-body-bg-rgb), 0.7);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}



/* Dark Theme Support */
[data-bs-theme="dark"] .schedule-table {
  background: var(--bs-tertiary-bg);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

[data-bs-theme="dark"] .schedule-event {
  background: var(--bs-tertiary-bg);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

[data-bs-theme="dark"] .sub-agenda-item {
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08) 0%, rgba(var(--bs-secondary-rgb), 0.08) 100%);
}

/* Sequential Layout - Full Width, Stacked Vertically */
.sub-agenda-sequential {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-left: 0;
  border-left: none;
  width: 100%;
}

.sub-agenda-sequential .sub-agenda-item {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, rgba(var(--bs-secondary-rgb), 0.1) 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  box-sizing: border-box;
}


.sub-agenda-parallel {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0.5rem;
  border: 0px;
}

/* For 2 items: make them equal width side by side */
.sub-agenda-parallel:has(.sub-agenda-item:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

/* For 3 items: make them equal width side by side */
.sub-agenda-parallel:has(.sub-agenda-item:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

/* For 4 items: make them equal width, 2x2 grid */
.sub-agenda-parallel:has(.sub-agenda-item:nth-child(4):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

/* For 5+ items: make them equal width, 3 columns max */
.sub-agenda-parallel:has(.sub-agenda-item:nth-child(5)) {
  grid-template-columns: repeat(3, 1fr);
}

.sub-agenda-parallel .sub-agenda-item {
  width: 100%;
  min-width: 0;
  padding: 1rem;
  margin-bottom: 0;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* Table View Layouts */
.sub-agenda-table-sequential {
  padding-left: 0;
  border-left: none;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.sub-agenda-table-sequential .sub-agenda-item-table {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border-bottom: none;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.03) 0%, rgba(var(--bs-secondary-rgb), 0.03) 100%);
  border-radius: 8px;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.3);
}

.sub-agenda-table-parallel {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.03) 0%, rgba(var(--bs-secondary-rgb), 0.03) 100%);
  border-radius: 12px;
  width: 100%;
}

/* For 2 items: make them equal width side by side */
.sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

/* For 3 items: make them equal width side by side */
.sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

/* For 4 items: make them equal width, 2x2 grid */
.sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(4):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

/* For 5+ items: make them equal width, 3 columns max */
.sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(5)) {
  grid-template-columns: repeat(3, 1fr);
}

.sub-agenda-table-parallel .sub-agenda-item-table {
  width: 100%;
  min-width: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, rgba(var(--bs-secondary-rgb), 0.1) 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  box-sizing: border-box;
}

.sub-agenda-item .sub-agenda-header,
.sub-agenda-item-table .sub-agenda-header {
  width: 100%;
}

.sub-agenda-item .sub-agenda-title,
.sub-agenda-item-table .sub-agenda-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/* Dark Theme Support */
[data-bs-theme="dark"] .sub-agenda-parallel .sub-agenda-item,
[data-bs-theme="dark"] .sub-agenda-table-parallel .sub-agenda-item-table {
  background: var(--bs-tertiary-bg);
  border-color: rgba(var(--bs-primary-rgb), 0.3);
}

[data-bs-theme="dark"] .sub-agenda-sequential .sub-agenda-item,
[data-bs-theme="dark"] .sub-agenda-table-sequential .sub-agenda-item-table {
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08) 0%, rgba(var(--bs-secondary-rgb), 0.08) 100%);
}




/* ============================================
   RESPONSIVE SCHEDULE STYLES
   ============================================ */

/* ============ Global Responsive Adjustments ============ */
@media (max-width: 1200px) {
  .schedule-container {
    padding: 1.5rem;
  }
  
  .schedule-table th {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }
  
  .schedule-timeline {
    padding-left: 2rem;
    margin-left: 1rem;
  }
  
  .schedule-item {
    padding-left: 1.25rem;
  }
  
  .event-icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .schedule-container {
    padding: 1rem;
  }
  
  .day-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  
  /* Roadmap View Adjustments */
  .schedule-timeline {
    padding-left: 1.5rem;
  }
  
  .schedule-timeline::before {
    width: 3px;
  }
  
  .schedule-item::before {
    left: -1rem;
    width: 18px;
    height: 18px;
    border-width: 3px;
  }
  
  .event-title {
    font-size: 1.2rem;
  }
  
  .event-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  
  /* Parallel layout adjustments for tablet */
  .sub-agenda-parallel {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 0.75rem;
  }
  
  .sub-agenda-parallel:has(.sub-agenda-item:nth-child(2):last-child),
  .sub-agenda-parallel:has(.sub-agenda-item:nth-child(3):last-child),
  .sub-agenda-parallel:has(.sub-agenda-item:nth-child(4):last-child),
  .sub-agenda-parallel:has(.sub-agenda-item:nth-child(5)) {
    grid-template-columns: 1fr;
  }
  
  .sub-agenda-table-parallel {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  }
  
  .sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(2):last-child),
  .sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(3):last-child),
  .sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(4):last-child),
  .sub-agenda-table-parallel:has(.sub-agenda-item-table:nth-child(5)) {
    grid-template-columns: 1fr;
  }
  
  /* Presenters adjustments */
  .presenter-badge,
  .presenter-chip {
    font-size: 0.8rem;
    padding: 0.35rem 0.7rem;
  }
}

@media (max-width: 768px) {
  /* Table View - Stack columns vertically */
  .schedule-table {
    display: block;
  }
  
  .schedule-table thead {
    display: none;
  }
  
  .schedule-table tbody,
  .schedule-table tr,
  .schedule-table td {
    display: block;
    width: 100%;
  }
  
  .schedule-table tr {
    margin-bottom: 1.5rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.3);
    border-radius: 12px;
    overflow: hidden;
  }
  
  .schedule-table td {
    padding: 0.75rem;
    border: none;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.2);
  }
  
  .schedule-table td:last-child {
    border-bottom: none;
  }
  
  .schedule-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
  
  .schedule-time-badge {
    min-width: 100px;
    font-size: 0.85rem;
  }
  
  /* Roadmap View Adjustments */
  .schedule-timeline {
    padding-left: 1rem;
    margin-left: 0.75rem;
  }
  
  .schedule-timeline::before {
    width: 2px;
  }
  
  .schedule-item {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  
  .schedule-item::before {
    left: -0.8rem;
    width: 16px;
    height: 16px;
    top: 0.5rem;
  }
  
  .schedule-time {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
  
  .event-title {
    font-size: 1.1rem;
  }
  
  .schedule-event {
    padding: 0.75rem;
  }
  
  .d-flex.align-items-start.gap-3 {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .event-icon {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
    margin-right: 0;
  }
  
  /* Sub-agenda adjustments */
  .sub-agenda {
    padding-left: 1rem;
    margin-top: 1rem;
  }
  
  .sub-agenda-item {
    padding: 0.75rem;
  }
  
  .sub-agenda-title {
    font-size: 1rem;
  }
  
  /* Presenters adjustments for mobile */
  .sub-agenda-presenters,
  .presenters-list {
    gap: 0.5rem;
  }
  
  .presenter-badge,
  .presenter-chip {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
  
  /* Toggle button adjustments */
  .toggle-view-btn {
    width: 100%;
    justify-content: center;
  }
  
  .text-end.mb-4 {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .schedule-container {
    padding: 0.75rem;
    border-radius: 16px;
  }
  
  .day-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
    display: block;
  }
  
  /* Roadmap View - Further optimizations */
  .schedule-timeline {
    padding-left: 0.75rem;
    margin-left: 0.5rem;
  }
  
  .schedule-item {
    padding-left: 0.75rem;
    margin-bottom: 1.5rem;
  }
  
  .schedule-item::before {
    left: -0.6rem;
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  
  .schedule-time {
    font-size: 0.85rem;
    padding: 0.3rem 0.6rem;
  }
  
  .event-title {
    font-size: 1rem;
  }
  
  .event-location,
  .sub-agenda-location {
    font-size: 0.85rem;
  }
  
  /* Collapse presenters into vertical stack on very small screens */
  .sub-agenda-presenters,
  .presenters-list {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .presenter-badge,
  .presenter-chip {
    width: 100%;
    justify-content: space-between;
  }
  
  /* Make all agenda items stack vertically */
  .sub-agenda-parallel,
  .sub-agenda-table-parallel {
    grid-template-columns: 1fr !important;
  }
  
  /* Button adjustments */
  .btn-outline-primary {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
  }
  
  .btn-outline-primary i {
    margin-right: 0.25rem;
  }
}

/* ============ Print Styles ============ */
@media print {
  .schedule-container {
    background: none !important;
    box-shadow: none !important;
  }
  
  .toggle-view-btn,
  .text-end.mb-4 {
    display: none !important;
  }
  
  .schedule-content,
  .schedule-content-2 {
    display: block !important;
    break-inside: avoid;
  }
  
  .schedule-event,
  .sub-agenda-item,
  .schedule-table {
    break-inside: avoid;
  }
  
  .schedule-time-badge {
    background: #f0f0f0 !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
  }
}

/* ============ Landscape Mobile Optimization ============ */
@media (max-width: 992px) and (orientation: landscape) {
  .schedule-table td {
    padding: 0.5rem;
  }
  
  .schedule-item {
    margin-bottom: 1.5rem;
  }
  
  .event-icon {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
  
  .sub-agenda-parallel {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============ Smooth scrolling for schedule content ============ */
@media (max-width: 768px) {
  .schedule-content,
  .schedule-content-2 {
    overflow-x: hidden;
  }
  
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============ Ensure proper spacing on all devices ============ */
.schedule-content:not(.active),
.schedule-content-2:not(.active) {
  display: none;
}

.schedule-content.active,
.schedule-content-2.active {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============ Fix for presenter badges overflow ============ */
.presenter-badge,
.presenter-chip {
  word-break: break-word;
  hyphens: auto;
}

/* ============ Ensure table cells don't overflow ============ */
.schedule-table td {
  word-break: break-word;
}

.activity-content {
  max-width: 100%;
}

/*******/

/* Flexbox Sponsor Grid */
#sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#sponsor-grid .col {
  flex: 0 0 auto;
}

/* Small: 4 per row = 23% width (accounting for gaps) */
#sponsor-grid .col.sponsor-s {
  width: calc(24%);
}

.gold {
  border: 2px solid #C9A600;
  box-shadow: 0 0 8px rgba(184, 134, 11, 0.7);
}

.blue {
  border: 2px solid #1A0073;
  box-shadow: 0 0 8px rgba(58, 0, 255, 0.7);
}

.gray {
  border: 2px solid #ababab;
  box-shadow: 0 0 8px rgba(171, 171, 171, 0.5);
}


/* Medium: 3 per row = 31% width */
#sponsor-grid .col.sponsor-m {
  width: calc(28%);
}

/* Large: 2 per row = 48% width */
#sponsor-grid .col.sponsor-l {
  width: calc(32%);
}


/* Tablets and smaller (max-width: 992px) */
@media (max-width: 992px) {
  #sponsor-grid .col.sponsor-s {
    width: calc(32%); /* 3 per row */
  }
  
  #sponsor-grid .col.sponsor-m {
    width: calc(48%); /* 2 per row */
  }
  
  #sponsor-grid .col.sponsor-l {
    width: calc(48%); /* 2 per row */
  }
}

/* Mobile landscape (max-width: 768px) */
@media (max-width: 768px) {
  #sponsor-grid .col.sponsor-s {
    width: calc(40%); /* 2 per row */
  }
  
  #sponsor-grid .col.sponsor-m {
    width: calc(45%); /* 2 per row */
  }
  
  #sponsor-grid .col.sponsor-l {
    width:80%; /* 1 per row */
  }
}

.color-separator {
  width: 100%;
}

/* Add active state styles for nav links */
/* Minimal active state for current page */
.nav-link[href="#home"].active,
.nav-link[href="#herotopia"].active,
.nav-link[href="#technical-program"].active,
.nav-link[href="#challenges"].active,
.nav-link[href="#ethics-competition"].active,
.nav-link[href="#speakers"].active,
.nav-link[href="#venue"].active,
.nav-link[href="#contributors"].active,
.nav-link[href="#international-ambassadors"].active,
.nav-link[href="#tunisian-ambassadors"].active,
.nav-link[href="#ias-travel-grant"].active,
.nav-link[href="#aess-travel-grant"].active,
.nav-link[href="#about"].active {
    color: var(--bs-primary) !important;
    border-bottom: var(--bs-primary) 3px solid;
}

/* ============================================
   Orange AI Hackathon Page Styles
   ============================================ */

/* Hackathon Icon Wrapper */
.hackathon-icon-wrapper {
  padding: 1.5rem;
  animation: iconFloat 3s ease-in-out infinite;
}

.hackathon-icon-wrapper img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Theme Badge */
.theme-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  color: white;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(var(--bs-primary-rgb), 0.4);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(var(--bs-primary-rgb), 0.4);
  }
  50% {
    box-shadow: 0 12px 35px rgba(var(--bs-primary-rgb), 0.6);
  }
}

/* Key Highlights */
.key-highlights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, rgba(var(--bs-secondary-rgb), 0.05) 100%);
  border-left: 4px solid var(--bs-primary);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.highlight-item:hover {
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.1) 0%, rgba(var(--bs-secondary-rgb), 0.1) 100%);
  transform: translateX(10px);
  box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.15);
}

.highlight-item i {
  font-size: 2rem;
  width: 50px;
  text-align: center;
  flex-shrink: 0;
}

.highlight-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.highlight-item p {
  margin: 0;
  color: var(--bs-secondary-color);
}

/* Tech Cards */
.tech-card {
  background: var(--bs-body-bg);
  padding: 2rem;
  border-radius: 20px;
  border: 2px solid rgba(var(--bs-primary-rgb), 0.2);
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tech-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.tech-card:hover::before {
  transform: scaleX(1);
}

.tech-card:hover {
  transform: translateY(-10px);
  border-color: var(--bs-primary);
  box-shadow: 0 15px 40px rgba(var(--bs-primary-rgb), 0.2);
}

.tech-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  transition: all 0.4s ease;
}

.tech-card:hover .tech-icon {
  transform: rotateY(360deg);
}

/* Timeline Marker */
.timeline-marker {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Partner Logo Box */
.partner-logo-box {
  background: var(--bs-body-bg);
  border-radius: 20px;
  border: 2px solid rgba(var(--bs-primary-rgb), 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}

.partner-logo-box:hover {
  border-color: var(--bs-primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(var(--bs-primary-rgb), 0.2);
}

.partner-logo-box img {
  width: 100%;
  object-fit: contain;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hackathon-icon-wrapper img {
    max-width: 300px;
  }
  
  .theme-badge {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
  
  .tech-card {
    padding: 1.5rem;
  }
  
  .tech-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .highlight-item i {
    font-size: 1.5rem;
    width: 40px;
  }
  
  .timeline-marker {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .hackathon-icon-wrapper {
    padding: 1rem;
  }
  
  .hackathon-icon-wrapper img {
    max-width: 250px;
  }
  
  .theme-badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  
  .highlight-item {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  
  .tech-card {
    padding: 1.25rem;
  }
  
  .partner-logo-box {
    min-height: 120px;
  }
}

/* Dark Theme Support */
[data-bs-theme="dark"] .tech-card {
  background: var(--bs-tertiary-bg);
}

[data-bs-theme="dark"] .partner-logo-box {
  background: var(--bs-tertiary-bg);
}

/* Optional: Additional styling for the forum alert */
.alert-info {
  background: linear-gradient(135deg, rgba(var(--bs-info-rgb), 0.1) 0%, rgba(var(--bs-info-rgb), 0.05) 100%);
  border: 1px solid rgba(var(--bs-info-rgb), 0.3);
  border-radius: 12px;
  padding: 1rem 1.5rem;
}

/* Optional: Enhanced presenter chips for forum */
.schedule-table .presenter-chip {
  display: inline-block;
  margin: 0.25rem;
}

/* ============================================
   Winners Section Styles
   ============================================ */

/* Winners Section Styles */
.winners-section {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  backdrop-filter: blur(10px);
}

.winners-section h6 {
  font-size: 0.9rem;
  font-weight: 600;
}

.winners-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.winner-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.winner-medal {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.winner-name {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .winners-section {
    padding: 10px;
  }
  
  .winner-name {
    font-size: 0.8rem;
  }
}

/* jounrney */


/* Journey Card */
.journey-card {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, 
    rgba(var(--bs-primary-rgb), 0.05) 0%, 
    rgba(var(--bs-secondary-rgb), 0.1) 100%);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
}

/* Text Done Styling */
.text-done {
  position: relative;
  display: inline-block;
  padding-bottom: 0.85rem;
  margin-bottom: 1rem;
}

.text-done::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
  border-radius: 2px;
}

/* Logo Container */
.insat-logo-container {
  position: relative;
  display: inline-block;
  padding: 1rem;
  background: var(--bs-body-bg);
  border-radius: 15px;
  border: 2px solid rgba(var(--bs-primary-rgb), 0.2);
  transition: all 0.3s ease;
}

/* Recipient Info */
.recipient-info {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
}

/* Text Gradient */
.text-gradient {
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Dark Mode Support */
[data-bs-theme="dark"] .journey-complete-section {
  background: linear-gradient(135deg, 
    rgba(var(--bs-primary-rgb), 0.08) 0%, 
    rgba(var(--bs-secondary-rgb), 0.12) 100%);
}

[data-bs-theme="dark"] .journey-card {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(var(--bs-primary-rgb), 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .journey-card {
    padding: 2rem 1.5rem;
  }
  
  .insat-logo-container img {
    max-width: 200px !important;
  }
}

@media (max-width: 576px) {
  .journey-complete-section {
    padding: 2rem 0;
  }
  
  .journey-card {
    padding: 1.5rem 1rem;
  }
  
  .insat-logo-container img {
    max-width: 180px !important;
  }
  
  .recipient-info {
    padding: 1rem;
  }
  
  .text-done h1 {
    font-size: 1.5rem;
  }
}