@charset "UTF-8";
body {
  font-family: "Rubik", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #122f2a;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
}

.sec-title__tagline,
.about-one__text,
.about-one__image__video {
  font-family: "Caveat", cursive;
}

/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .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 > * {
  box-sizing: border-box;
  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-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !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;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
: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 > * {
  box-sizing: border-box;
  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-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 92, 184, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 92, 184, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(232, 227, 199, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 227, 199, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(213, 127, 127, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(213, 127, 127, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(238, 238, 238, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 238, 238, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(20, 19, 30, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 19, 30, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --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, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
*,
*::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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* 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;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

:root {
  --bs-body-font-family: Rubik, sans-serif;
  --bs-body-color: #636363;
  --bs-body-bg: #ffffff;
  --bs-body-font-size: 16px;
  --bs-body-line-height: 1.7;
  --bs-body-font-weight: 400;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 2.5rem;
}

h4, .h4 {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  h4, .h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}
h3, .h3 {
  font-size: 1.2rem;
}

@media screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.7rem;
  }
}
h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
p, li, a, input, label, table, select {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 576px) {
  p, li, a, input, label, table, select {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  p, li, a, input, label, table, select {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  p, li, a, input, label, table, select {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  p, li, a, input, label, table, select {
    font-size: 16px;
  }
}
button, .btn, button span {
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 576px) {
  button, .btn, button span {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  button, .btn, button span {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  button, .btn, button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  button, .btn, button span {
    font-size: 17px;
  }
}
.mt-n1 {
  margin-top: -0.5rem !important;
}

.mt-n2 {
  margin-top: -1rem !important;
}

.mt-n3 {
  margin-top: -1.5rem !important;
}

.mt-n4 {
  margin-top: -2rem !important;
}

.mt-n5 {
  margin-top: -2.5rem !important;
}

/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--careox-black3, #000);
  opacity: 0.5;
}

.sidebar-one__close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 24px;
  color: var(--careox-white, #fff);
  transition: all 0.4s ease;
  cursor: pointer;
}

.sidebar-one__close:hover {
  color: var(--careox-base, #ff5528);
}

.sidebar-one__content {
  width: 350px;
  background-color: var(--careox-black, #122f2a);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  scrollbar-width: none;
}

.sidebar-one__text {
  color: var(--careox-text-gray, #bcbcbc);
  margin: 35px 0 30px;
  line-height: 30px;
}

.sidebar-one__title {
  color: var(--careox-white, #fff);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px;
}

.sidebar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-one__info li {
  position: relative;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
  color: var(--careox-text-gray, #bcbcbc);
}

.sidebar-one__info li span {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
  color: var(--careox-base, #ff5528);
  line-height: inherit;
}

.sidebar-one__info li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}

.sidebar-one__info li a:hover {
  background-size: 100% 1px;
}

.sidebar-one__info li a:hover {
  color: var(--careox-base, #ff5528);
}

.sidebar-one__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 40px;
}

.sidebar-one__social a {
  width: 37px;
  height: 37px;
  background-color: RGBA(var(--careox-white-rgb, 255, 255, 255), 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--accent-color);
}

.sidebar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-one__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}

.sidebar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.sidebar-one__newsletter {
  position: relative;
}

.sidebar-one__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: RGBA(var(--careox-white-rgb, 255, 255, 255), 0.08);
  color: var(--careox-text-gray, #bcbcbc);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 50px;
  transition: all 500ms ease;
  border-radius: 5px;
}

.sidebar-one__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--careox-white, #fff);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.sidebar-one__newsletter button[type=submit]:hover {
  color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--careox-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--careox-black, #122f2a);
  opacity: 0.3;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--careox-black2, #121212);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--careox-white, #fff);
  cursor: pointer;
}

.mobile-nav__close:hover {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--careox-white, #fff);
  font-size: 12px;
  font-family: var(--careox-font, "Rubik", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--careox-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--careox-base, #ff5528);
  border: none;
  outline: none;
  color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--careox-white, #fff);
  color: var(--careox-black, #122f2a);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--careox-white, #fff);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--careox-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--careox-base, #ff5528);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--careox-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--careox-white, #fff);
  font-size: 15px;
  color: var(--careox-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__form .careox-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__form .careox-btn::before {
  border-radius: 0;
}

.search-popup__form .careox-btn::after {
  border-radius: 0;
  border: none;
  background-color: var(--careox-base, #ff5528);
}

.search-popup__form .careox-btn:hover {
  color: var(--careox-white, #fff);
}

.search-popup__form .careox-btn i {
  margin: 0;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.main-menu .main-menu__list > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-family: var(--ez-heading-font, "Nunito Sans", sans-serif);
  color: var(--eztext-gray, #bcbcbc);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  transition: all 500ms ease;
}

/*!
Theme Name: Careox
Theme URI: https://bracketweb.com/careoxwp/
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Careox is a clean professional Non Profit Charity WordPress Theme. Which fits for all kind of charity, fundraising, nonprofit, NGO, donations, church, Mosque and all other non-profit charity website, businesses and NGO.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: careox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

careox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --ez-font: "Rubik", sans-serif;
  --ez-heading-font: "Nunito Sans", sans-serif;
  --ez-special-font: "Caveat", cursive;
  --ez-text: #636363;
  --ez-text-rgb: 99, 99, 99;
  --ez-text-dark: #727472;
  --ez-text-dark-rgb: 114, 116, 114;
  --ez-text-gray: #bcbcbc;
  --ez-text-gray-rgb: 188, 188, 188;
  --ez-base: #ff5528;
  --ez-base-rgb: 255, 85, 40;
  --ez-secondary: #ffa415;
  --ez-secondary-rgb: 255, 164, 21;
  --ez-gray: #f1f6f7;
  --ez-gray-rgb: 241, 246, 247;
  --ez-white: #fff;
  --ez-white-rgb: 255, 255, 255;
  --ez-black: #122f2a;
  --ez-black-rgb: 18, 47, 42;
  --ez-black2: #121212;
  --ez-black2-rgb: 18, 18, 18;
  --ez-black3: #000;
  --ez-black3-rgb: 0, 0, 0;
  --ez-border-color: #dddddd;
  --ez-border-color-rgb: 221, 221, 221;
  --ez-letter-space: 0.1em;
  --ez-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  color: var(--ez-black, #122f2a);
  font-family: var(--ez-font, "Rubik", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h2, .h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

em,
i {
  font-style: italic;
}

b {
  color: var(--ez-black, #122f2a);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.elementor img {
  max-width: unset;
}

.e-con {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
}

ul {
  margin: 0 0 0.5em 3em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
img {
  height: auto;
  max-width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--ez-black, #122f2a);
}

a:hover, a:focus, a:active {
  color: var(--ez-base, #ff5528);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
/* clears the ‘X’ from Internet Explorer */
/* clears the ‘X’ from Chrome */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.post {
  margin: 0 0 0em;
}

/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
/* Make sure logo link wraps around logo image. */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* Do not show the outline on the skip link target. */
/* Alignments
--------------------------------------------- */
/* Custom Animations
--------------------------------------------- */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
=============================================
    Zoom Fade Css
=============================================
***/
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
=============================================
    Zoom In Out Css
=============================================
***/
@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/***
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/***
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     animate BubbleCss
--------------------------------------------------------------*/
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--ez-font, "Rubik", sans-serif);
  color: var(--ez-text, #636363);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

a {
  color: var(--ez-base, #ff5528);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h2, .h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--ez-heading-font, "Nunito Sans", sans-serif);
  color: var(--ez-black, #122f2a);
}

@media (max-width: 575px) {
  h2 br, .h2 br,
  h3 br,
  .h3 br,
  h4 br,
  .h4 br,
  h5 br,
  .h5 br,
  h6 br,
  .h6 br {
    display: none;
  }
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}
::placeholder {
  color: inherit;
  opacity: 1;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.ez-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  color: var(--ez-white, #fff);
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  font-family: var(--ez-heading-font, "Nunito Sans", sans-serif);
  letter-spacing: 0.25px;
  padding: 13px 37px;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}

.ez-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background: var(--ez-secondary, #ffa415);
  transition: all 0.3s;
}

.ez-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: 0 0;
  border-radius: 30px;
  transition: all 0.4s;
  border: 1px solid var(--ez-base, #ff5528);
  transform: scale(1.2, 1.2);
}

.ez-btn:hover {
  color: var(--ez-base, #ff5528);
}

.ez-btn:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.ez-btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.ez-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}

.ez-btn i {
  font-size: 20px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}

/* scroll to top */
/* post paginations */
.sec-title {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 46px;
    margin-top: -3px;
  }
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--ez-special-font, "Caveat", cursive);
  color: var(--ez-base, #ff5528);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 16px;
  }
}
.sec-title__tagline__border {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--ez-base, #ff5528);
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.sec-title__tagline__border::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent currentColor;
  content: "";
  animation: zump 2s linear infinite;
}

.sec-title__title {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 768px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .why-choose-one {
    padding: 80px 0;
  }
}
.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ez-black, #122f2a);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.why-choose-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--ez-black-rgb, 18, 47, 42), 0.6);
}

.why-choose-one__shape {
  position: absolute;
  right: 10%;
  top: 75px;
  width: 189px;
  height: 189px;
  background-position: top left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
  opacity: 0.22;
}

@media (max-width: 1500px) {
  .why-choose-one__shape {
    right: 5%;
  }
}
@media (max-width: 1300px) {
  .why-choose-one__shape {
    display: none;
  }
}
.why-choose-one .container {
  position: relative;
}

.why-choose-one .sec-title {
  padding-bottom: 20px;
}

.why-choose-one .sec-title__title {
  color: var(--ez-white, #fff);
}

.why-choose-one__text {
  color: var(--ez-white, #fff);
  max-width: 504px;
  margin: 0 0 34px;
}

.why-choose-one__box {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(var(--ez-white-rgb, 255, 255, 255), 0.18);
  border-radius: 20px;
  min-height: 181px;
  padding: 37px 100px 36px 173px;
  transition: all 0.4s;
  overflow: hidden;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .why-choose-one__box {
    padding: 37px 90px 36px 150px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__box {
    padding: 37px 25px;
  }
}
.why-choose-one__box::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--ez-black3, #000);
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1, 0);
  z-index: -1;
}

.why-choose-one__box:hover {
  border-color: var(--ez-black3, #000);
}

.why-choose-one__box:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.why-choose-one__box__icon {
  position: absolute;
  left: 51px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  color: var(--ez-white, #fff);
  background-color: var(--accent-color);
}

@media (max-width: 991px) {
  .why-choose-one__box__icon {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__box__icon {
    position: relative;
    left: 0;
    margin: 0 0 25px;
  }
}
.why-choose-one__box__icon span {
  transform: scale(1);
  transition: 500ms ease;
}

.why-choose-one__box:hover .why-choose-one__box__icon span {
  transform: scale(0.9);
}

.why-choose-one__box__title {
  color: var(--ez-white, #fff);
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 17px;
}

.why-choose-one__box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-choose-one__box__list li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  color: var(--ez-white, #fff);
}

.why-choose-one__box__list__icon {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-size: 15px;
}

.why-choose-one__box__rm {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background-color: transparent;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  right: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 400ms ease;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .why-choose-one__box__rm {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__box__rm {
    position: relative;
    right: 0;
    margin: 25px 0 0;
  }
}
.why-choose-one__box__rm::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--accent-color);
  opacity: 0.23;
  transition: 400ms ease;
  z-index: -1;
}

.why-choose-one__box__rm:hover {
  transform: rotate(90deg);
  color: var(--ez-white, #fff);
}

.why-choose-one__box__rm:hover::after {
  opacity: 1;
}

.why-choose-two__image {
  position: relative;
  display: inline-block;
  margin-bottom: 110px;
}

@media (min-width: 992px) {
  .why-choose-two__image {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .why-choose-two__image {
    margin-left: 120px;
  }
}
.why-choose-two__image img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .why-choose-two__content {
    padding-left: 70px;
  }
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
.cta-two {
  position: relative;
  background-color: var(--ez-base, #ff5528);
  padding: 59px 0 48px;
}

.cta-two__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  animation: shapeMove 3s linear 0s infinite;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cta-two__shape {
    display: none;
  }
}
.cta-two .sec-title {
  padding: 0;
}

.cta-two .sec-title__tagline {
  color: var(--ez-white, #fff);
}

.cta-two .sec-title__tagline__border {
  background-color: var(--ez-white, #fff);
}

.cta-two .sec-title__title {
  color: var(--ez-white, #fff);
}

@media (max-width: 991px) {
  .cta-two .sec-title__title {
    font-size: 35px;
  }
}
.cta-two__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-left: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .cta-two__button {
    margin: 30px 0 0;
    justify-content: flex-start;
  }
}
.cta-two__button img {
  width: 65px;
  height: 66px;
  animation: shrinkAnim 3s ease 0s infinite;
}

@media (max-width: 991px) {
  .cta-two__button img {
    display: none;
  }
}
.cta-two__button .ez-btn {
  color: var(--ez-black, #122f2a);
}

.cta-two__button .ez-btn:hover {
  color: var(--ez-white, #fff);
}

.cta-two__button .ez-btn::before {
  background-color: var(--ez-white, #fff);
}

.cta-two__button .ez-btn::after {
  border-color: var(--ez-white, #fff);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Benefit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}
@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes shrinkAnim {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes shrinkAnim2 {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 100% 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes blinkAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--ez-black, #122f2a);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .page-header {
    padding-top: 185px;
    padding-bottom: 190px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: brightness(0.35);
  background-image: url(../images/backgrounds/banner3.webp);
}

.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  color: var(--ez-white, #fff);
  font-weight: 900;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .page-header__title {
    font-size: 65px;
    line-height: 81px;
  }
}
.ez-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.ez-breadcrumb li {
  font-size: 18px;
  color: var(--ez-white, #fff);
  letter-spacing: 0.27px;
  display: flex;
  align-items: center;
}

.ez-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}

.ez-breadcrumb li span,
.ez-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}

.ez-breadcrumb li a {
  color: var(--ez-base, #ff5528);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.ez-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.ez-breadcrumb li a:hover {
  color: #fa7854;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
@keyframes dash {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 200px;
  }
}
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-two {
    padding: 80px 0;
  }
}
.about-two__shape {
  position: absolute;
  right: 45px;
  bottom: 0;
  display: none;
}

@media (min-width: 1500px) {
  .about-two__shape {
    display: block;
  }
}
.about-two__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 4s linear infinite;
  opacity: 0.25;
}

.about-two__image {
  position: relative;
  z-index: 2;
  text-align: right;
}

@media (min-width: 1200px) {
  .about-two__image {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .about-two__image {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .about-two__image {
    padding: 0;
  }
}
.about-two__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.about-two__image__text {
  display: flex;
  align-items: center;
  color: var(--ez-white, #fff);
  font-family: var(--ez-special-font, "Caveat", cursive);
  font-size: 22px;
  font-weight: 700;
  background-color: var(--ez-base, #ff5528);
  max-width: 246px;
  margin-left: auto;
  z-index: 2;
  position: relative;
  margin-top: -48px;
  gap: 15px;
  border-radius: 0 0 30px 0;
}

.about-two__image__text .video-popup {
  width: 53px;
  height: 48px;
  color: var(--ez-white, #fff);
  background-color: var(--ez-secondary, #ffa415);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
}

.about-two__image__text .video-popup:hover {
  background-color: var(--ez-black, #122f2a);
  color: var(--ez-white, #fff);
}

.about-two__image__left {
  position: absolute;
  left: 0;
  top: 59px;
  max-width: 223px;
}

@media (min-width: 1300px) {
  .about-two__image__left {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .about-two__image__left {
    display: none;
  }
}
.about-two__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--ez-white, #fff);
  animation: movebounce3 3s linear infinite;
}

.about-two__image__shape-one {
  position: absolute;
  left: -20px;
  bottom: 150px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-two__image__shape-one {
    display: none;
  }
}
.about-two__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}

.about-two__image__shape-two {
  position: absolute;
  left: 50px;
  bottom: -22px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-two__image__shape-two {
    display: none;
  }
}
.about-two__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
  opacity: 0.3;
}

.about-two__content {
  position: relative;
}

@media (max-width: 991px) {
  .about-two__content {
    padding-top: 40px;
  }
}
.about-two__content .sec-title {
  padding-bottom: 25px;
}

.about-two__content__text {
  margin: 0 0 50px;
}

@media (min-width: 1200px) {
  .about-two__content__text {
    padding-right: 70px;
  }
}
.about-two__wrapper {
  margin: 0 0 40px;
  padding: 0 0 36px;
  border-bottom: 1px solid var(--ez-border-color, #dddddd);
}

.about-two__donate {
  width: 100%;
  text-align: center;
  position: relative;
}

.about-two__donate__icon {
  margin-bottom: 18px;
  transition: transform 400ms ease;
  font-size: 50px;
  line-height: 50px;
  color: var(--accent-color);
}

.about-two__donate:hover .about-two__donate__icon {
  transform: scale(1.1);
}

.about-two__donate__title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-two__donate__text {
  text-align: center;
  font-size: 26px;
  color: var(--accent-color);
  font-family: var(--ez-special-font, "Caveat", cursive);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

.about-two__author {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-two__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.about-two__author > img {
  max-width: 242px;
  height: auto;
}

@media (max-width: 1199px) {
  .about-two__author > img {
    max-width: 200px;
  }
}
.about-two__author__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-two__author__image {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  position: relative;
}

.about-two__author__image::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--ez-base, #ff5528);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.about-two__author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.about-two__author__name {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 5px;
}

.about-two__author__designation {
  margin: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-three {
  position: relative;
  background-color: var(--ez-gray, #f1f6f7);
  padding: 120px 0 110px;
}

@media (max-width: 767px) {
  .service-three {
    padding: 80px 0;
  }
}
.service-three__item {
  position: relative;
  background-color: transparent;
  border: 1px solid var(--ez-border-color, #dddddd);
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: 9px 9px 0;
  transition: all 500ms ease;
}

.service-three__item:hover {
  background-color: var(--ez-white, #fff);
  border-color: var(--ez-white, #fff);
}

.service-three__item__normal {
  position: relative;
  z-index: 1;
}

.service-three__item__image {
  position: relative;
}

.service-three__item__image img {
  width: 100%;
  height: 242px;
  object-position: top;
  object-fit: cover;
  border-radius: 10px;
}

.service-three__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}

.service-three__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  z-index: -1;
  transition: 500ms ease;
}

.service-three__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--ez-white, #fff);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--ez-white, #fff);
  margin-left: 5px;
}

.service-three__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}

.service-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.service-three__item__title a:hover {
  color: var(--ez-base, #ff5528);
  background-size: 100% 1px;
}

.service-three__item__text {
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
  padding: 0 20px;
  margin: 0 0 15px;
}

.service-three__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 20px;
  border-top: 1px solid var(--ez-border-color, #dddddd);
  font-size: 16px;
  color: var(--ez-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}

.service-three__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 300ms ease;
}

.service-three__item__rm a:hover {
  background-size: 100% 1px;
}

.service-three__item__rm a:hover {
  color: inherit;
}

.service-three__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

.service-three__item__hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: center center;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--ez-white, #fff);
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.service-three__item__hover::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 368px;
  z-index: -1;
  background-image: url(https://cdn.tandemduha.cz/usr/tandemduha.cz/usr/i/4b28696d-bdc2-4261-8407-d94e29f44024);
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all ease 0.5s;
}

.service-three__item__hover__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  color: var(--ez-white, #fff);
  width: 105px;
  height: 105px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
}

.service-three__item__hover__icon::after {
  position: absolute;
  left: 17px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--ez-white, #fff);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  animation-play-state: running;
  z-index: 1;
}

.service-three__item__hover__icon span {
  position: relative;
  left: 4px;
  z-index: 2;
}

.service-three__item__hover__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--ez-white, #fff);
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}

.service-three__item__hover__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.service-three__item__hover__title a:hover {
  color: var(--ez-base, #ff5528);
  background-size: 100% 1px;
}

.service-three__item__hover__text {
  position: relative;
  z-index: 2;
  color: var(--ez-white, #fff);
  padding: 0 20px;
  margin: 0 0 15px;
}

.service-three__item__hover__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: calc(100% - 60px);
  border-top: 1px solid var(--ez-white, #fff);
  font-size: 16px;
  color: var(--ez-white, #fff);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}

.service-three__item__hover__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 300ms ease;
}

.service-three__item__hover__rm a:hover {
  background-size: 100% 1px;
}

.service-three__item__hover__rm a:hover {
  color: inherit;
}

.service-three__item__hover__rm i {
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

.service-three__item:hover .service-three__item__hover {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.service-three__text {
  font-size: 24px;
  color: var(--ez-black, #122f2a);
  font-family: var(--ez-special-font, "Caveat", cursive);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}

@media (max-width: 767px) {
  .service-three__text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .service-three__text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.service-three__text > span {
  color: var(--ez-base, #ff5528);
  margin-right: 7px;
}

.service-three__text .ez-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

.service-three__text .ez-btn::before {
  background-color: var(--ez-base, #ff5528);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Donation
--------------------------------------------------------------*/
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Become Volunter
--------------------------------------------------------------*/
/* Templates Custom
--------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.page-header__title {
  word-wrap: break-word;
}

.page-header__bg::before {
  background-image: none;
}

.page-header__bg::before {
  background-image: none;
}

.page-header__title b {
  color: var(--ez-white);
}

.cta-two__shape {
  display: none;
}

@media (min-width: 992px) {
  .cta-two__shape {
    display: block;
  }
}
.service-three__item__hover::after {
  background-image: url(https://cdn.tandemduha.cz/usr/tandemduha.cz/usr/i/4b28696d-bdc2-4261-8407-d94e29f44024);
}

/*--------------------------------------------------------------
# Donation Form
--------------------------------------------------------------*/
/* Templates
--------------------------------------------- */
/**
 * Star rating
 */
/**
 * Checkout
 */
/**
 * Password strength meter
 */
/**
 * Forms
 */
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
/**
 * Notices
 */
/* end woocommerce checkout  */
/**
 * Single product
 */
/**
 * Products
 */
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
/* Overrides for home.css conflicts on o-nas*/
.service-three__carousel .owl-item {
  padding: 0;
}

.service-three__item__text {
  font-size: 16px;
  line-height: 28px;
}

.service-three__item__title {
  line-height: 1.2;
}

.why-choose-one__box__title {
  line-height: 1.2;
}

.about-two__donate__title {
  line-height: 1.2;
}

.about-two__author__name {
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Donate Page (darovat.html)
--------------------------------------------------------------*/
.donate-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .donate-page {
    padding: 80px 0;
  }
}
.donate-page__content {
  position: relative;
}

.donate-page__sidebar {
  position: relative;
}

@media (max-width: 991px) {
  .donate-page__sidebar {
    margin-top: 50px;
  }
}
.donate-page__sidebar .donations-one__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

.donate-page__sidebar .donation-details__author {
  margin: 50px 0 0;
}

/* Donations One */
.donations-one__carousel.owl-carousel {
  position: relative;
}

.donations-one__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

.donations-one__item {
  position: relative;
}

.donations-one__item__image {
  position: relative;
}

.donations-one__item__image img {
  width: 100%;
  height: auto;
}

.donations-one__item__image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  opacity: 0.3;
  transition: all 900ms ease;
  transform: scale(0, 1);
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}

.donations-one__item:hover .donations-one__item__image__link {
  transform: scale(1, 1);
  transform-origin: left center;
}

.donations-one__item__category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  background-color: var(--ez-white, #fff);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--ez-special-font, "Caveat", cursive);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
}

.donations-one__item:hover .donations-one__item__category {
  background-color: var(--accent-color);
  color: var(--ez-white, #fff);
}

.donations-one__item__content {
  position: relative;
  padding: 26px 30px 24px;
  border: 1px solid var(--ez-border-color, #dddddd);
  border-bottom: none;
  border-top: none;
}

.donations-one__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 3px;
}

.donations-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-one__item__title a:hover {
  background-size: 100% 1px;
  color: var(--accent-color);
}

.donations-one__item__text {
  margin: 0;
  padding-right: 10px;
}

.donations-one__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--ez-white, #fff);
  position: absolute;
  right: 0;
  bottom: -42px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms linear;
}

.donations-one__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.donations-one__item__rm:hover {
  background-color: var(--ez-black, #122f2a);
  color: var(--ez-white, #fff);
}

.donations-one__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.donations-one__item:hover .donations-one__item__rm {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.donations-one__item__bottom {
  position: relative;
  background-color: var(--ez-gray, #f1f6f7);
  padding: 70px 30px 14px;
}

.donations-one__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--ez-border-color, #dddddd);
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}

.donations-one__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}

.donations-one__item__bottom__progress__number {
  width: 40px;
  height: 24px;
  background-color: var(--accent-color);
  color: var(--ez-white, #fff);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: -26px;
}

.donations-one__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--ez-text, #636363);
  font-weight: 500;
}

.donations-one__item__bottom__text span:first-child {
  color: var(--ez-base, #ff5528);
  font-weight: 700;
}

/* Donation Details Author */
.donation-details__author {
  position: relative;
  margin-top: 30px;
}

.donation-details__author__top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ez-border-color, #dddddd);
  margin-bottom: 20px;
}

.donation-details__author__content {
  flex: 1;
}

.donation-details__author__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.donation-details__author__designation {
  margin: 0;
  color: var(--ez-text, #636363);
}

.donation-details__author__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.donation-details__author__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ez-text, #636363);
  font-size: 14px;
}

.donation-details__author__list li i {
  color: var(--ez-base, #ff5528);
  font-size: 16px;
}

/* GiveWP Form Styles */
.give-form-wrap {
  position: relative;
}

.give-form label.give-label {
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.give-form input[type=text],
.give-form input[type=email],
.give-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--ez-border-color, #dddddd);
  border-radius: 5px;
  font-size: 16px;
  font-family: var(--ez-font, "Rubik", sans-serif);
}

.give-form input[type=text]:focus,
.give-form input[type=email]:focus,
.give-form textarea:focus {
  outline: none;
  border-color: var(--ez-base, #ff5528);
}

.give-donation-levels-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.give-donation-levels-wrap .give-btn {
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid var(--ez-border-color, #dddddd);
  background-color: var(--ez-gray, #f1f6f7);
  color: var(--ez-text, #636363);
  font-weight: 600;
  transition: all 0.3s ease;
}

.give-donation-levels-wrap .give-btn:hover,
.give-donation-levels-wrap .give-btn.give-default-level {
  background-color: var(--ez-base, #ff5528);
  color: var(--ez-white, #fff);
  border-color: var(--ez-base, #ff5528);
}

.give-form-1139 .give-submit {
  width: 100%;
  padding: 15px 30px;
  background-color: var(--ez-base, #ff5528);
  color: var(--ez-white, #fff);
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.give-form-1139 .give-submit:hover {
  background-color: var(--ez-secondary, #ffa415);
}

.blog-card {
  background: #e1e1e1 !important;
  border-radius: 0 !important;
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.22) !important;
}
.blog-card:not(.blog-card--reverse) .blog-card__content {
  padding: 0 18px 18px 18px;
}
.blog-card:not(.blog-card--reverse) .blog-card__title {
  padding: 0;
}
.blog-card--reverse .blog-card__content {
  border-top: 1px solid var(--ez-border-color, #dddddd);
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.blog-card__date {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  color: white !important;
  background-color: rgba(49, 49, 49, 0.5);
  border-radius: 8px;
  padding: 2px 8px 2px 4px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.blog-card.blog-card--reverse .blog-card__content {
  border-top: 1px solid var(--ez-border-color, #dddddd);
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding: 0 !important;
}
.blog-card.blog-card--reverse .blog-card__content .blog-card__text {
  padding: 18px;
}

.blog-card__content {
  position: relative;
  transition: all 500ms ease;
  border: 1px solid var(--ez-border-color, #dddddd);
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.blog-card__title {
  padding: 0 18px;
}
.blog-card__title a {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 7px;
}

.blog-card__link {
  gap: 0;
  display: flex !important;
  justify-content: flex-end;
  padding: 0 18px 0 0;
}

.blog-card__link__back {
  display: none !important;
}

.blog-card__meta li {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ez-special-font, "Caveat", cursive);
  flex: 0 0 auto;
  width: 50%;
  padding: 12px 15px;
  margin: -2px 0;
}

.blog-card__image img {
  filter: grayscale(1);
  transform: scale(1.1);
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
  line-height: 1;
}
.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 12px;
  border: 1px solid #e8e4d8;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #636363;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blog-pagination a:hover, .blog-pagination a:focus-visible, .blog-pagination a.current,
.blog-pagination span:hover,
.blog-pagination span:focus-visible,
.blog-pagination span.current {
  background-color: #ff5528;
  border-color: #ff5528;
  color: #ffffff;
}
.blog-pagination a:focus-visible,
.blog-pagination span:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 85, 40, 0.35);
}
.blog-pagination span.dots {
  border-color: transparent;
  cursor: default;
}
.blog-pagination span.dots:hover, .blog-pagination span.dots:focus-visible {
  background-color: transparent;
  border-color: transparent;
  color: #636363;
  box-shadow: none;
}
.blog-pagination .prev,
.blog-pagination .next {
  min-width: 50px;
}

.blog-detail-page {
  padding: 60px 0;
}

.blog-post-meta {
  color: #666;
  font-size: 14px;
}

.meta-item {
  margin-right: 20px;
}

.blog-post-body {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.sidebar-widget {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
}

.category-list li a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.category-list li a:hover {
  color: #ff5a5f;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  color: #636363;
  background: #ffffff;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #122f2a;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffa415;
}

section {
  overflow: hidden;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1200px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.ml-0 {
  margin-left: 0 !important;
}

.gutter-y-30,
.row.gutter-y-30 {
  margin-top: -30px;
}

.gutter-y-30 > [class*=col-] {
  margin-top: 30px;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #122f2a;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader__image {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.15);
  border-top-color: #ffa415;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.ez-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffa415;
  color: #ffffff;
  padding: 10px 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffa415;
  transition: all 0.3s ease;
}
.ez-btn:hover {
  background: #ff5528;
  border-color: #ff5528;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 85, 40, 0.35);
}

.ez-btn__shape {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ez-btn--primary {
  background: #ffa415;
  border-color: #ffa415;
}

.ez-btn--border {
  background: transparent;
  color: #122f2a;
  border-color: #122f2a;
}
.ez-btn--border:hover {
  background: #122f2a;
  color: #ffffff;
  border-color: #122f2a;
}

.sec-title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 0;
  margin-top: 0;
}

.sec-title__tagline {
  font-family: "Caveat", cursive;
  color: #ff5528;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 16px;
  }
}

.sec-title__tagline__border {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: #ff5528;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.sec-title__tagline__border::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent currentColor;
  content: "";
  animation: zump 2s linear infinite;
}

@keyframes zump {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
.sec-title__title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  color: #122f2a;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.swiper-pagination {
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(18, 47, 42, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #ffa415;
  width: 40px;
  border-radius: 7px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #122f2a;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #ffa415;
  color: #ffffff;
}

.emoji {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.wow {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
  transition: all 0.8s;
}

.wow.fadeInLeft {
  transform: translateX(0) !important;
}

.wow.fadeInRight {
  transform: translateX(0) !important;
}

.wow.fadeInUp {
  transform: translateY(0) !important;
}

.wow.animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#backToTop {
  opacity: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 996;
  color: #ffa415;
  transform: rotate(90deg);
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none;
}
#backToTop:hover {
  color: #ff5528;
}
#backToTop.scrolled {
  opacity: 1;
  pointer-events: all;
}
#backToTop svg:not(.arrow svg) {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
#backToTop .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
#backToTop .arrow svg {
  transform: rotate(-90deg);
}

#myToast {
  display: none;
  position: absolute;
  top: 100px;
  right: 20px;
  max-width: 320px;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0.5rem;
  background: linear-gradient(to right top, #191825, rgb(18.0006428801%, 17.2806171649%, 26.6409514626%));
  padding: 1rem;
  color: rgb(107, 114, 128);
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.4);
  z-index: 9997;
}
#myToast .icon {
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #861515;
}
#myToast .icon svg {
  height: 1.25rem;
  width: 1.25rem;
  color: #eaeaea;
}
#myToast .msgs {
  display: flex;
  flex-direction: column;
}
#myToast .content {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
#myToast .content .title {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
}
#myToast .content .desc {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #e2dcb9;
}
#myToast .close {
  margin: -0.375rem -0.375rem -0.375rem auto;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-flex;
  border-radius: 0.5rem;
  background-color: #0073E6;
  padding: 0.375rem;
  color: #fff;
  border: none;
}
#myToast .close svg {
  height: 1rem;
  width: 1rem;
}
#myToast .close:hover {
  background-color: rgb(58, 69, 83);
}
#myToast.toast-success .icon {
  background-color: #2d6a4f;
}
#myToast.toast-success .content .title {
  color: #a7f3d0;
}
#myToast.toast-error .icon {
  background-color: #861515;
}
#myToast.toast-error .content .title {
  color: #fecaca;
}

ul {
  list-style: none;
}

topbar-two {
  position: relative;
  background-color: var(--ez-black2, #121212);
}

.top-one {
  background: #122f2a;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  padding: 13px 0;
}
.top-one__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-one__info, .top-one__links {
  display: flex;
  gap: 22px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-one__info li, .top-one__links li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-one a {
  color: rgba(255, 255, 255, 0.9);
}
.top-one a:hover {
  color: #ffa415;
}
.top-one i {
  color: #ffa415;
}

.main-header {
  background: #ffffff;
  z-index: 100;
}
.main-header.sticky-header--normal {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.main-header__inner, .main-header__middle-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 30px;
  height: 92px;
}
.main-header .container {
  max-width: 100%;
  padding: 0 30px;
}
.main-header__logo img {
  height: 60px;
  width: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.main-header__right .ez-btn {
  display: none;
}
@media (max-width: 991px) {
  .main-header__right .ez-btn {
    display: inline-flex;
  }
  .main-header .main-header--four__toggler {
    display: none;
  }
}
.main-header .mobile-nav__toggler {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.main-header .mobile-nav__toggler span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #122f2a;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.main-header .mobile-nav__toggler span:nth-child(1) {
  top: 0;
}
.main-header .mobile-nav__toggler span:nth-child(2) {
  top: 9px;
}
.main-header .mobile-nav__toggler span:nth-child(3) {
  top: 18px;
}

.main-menu ul,
.main-menu .main-menu__list {
  display: flex;
  row-gap: 24px;
  column-gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu > ul > li,
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu > ul > li > a,
.main-menu .main-menu__list > li > a {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #122f2a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 0;
  position: relative;
}
.main-menu > ul > li > a::after,
.main-menu .main-menu__list > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffa415;
  transition: width 0.3s;
}
.main-menu > ul > li:hover > a::after, .main-menu > ul > li.current-menu-item > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.main-menu .main-menu__list > li.current-menu-item > a::after {
  width: 100%;
}
.main-menu > ul > li:hover > a, .main-menu > ul > li.current-menu-item > a,
.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li.current-menu-item > a {
  color: #ffa415;
}

.main-menu .menu-item-has-children,
.main-menu .sub-menu {
  position: relative;
}

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 240px;
  flex-direction: column;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  border-radius: 12px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
  list-style: none;
}
.main-menu .sub-menu li > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #122f2a;
  font-weight: 500;
}
.main-menu .sub-menu li > a:hover {
  color: #ffa415;
  background: #faf7f0;
}

.main-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-header.active {
  transform: translateY(0%);
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.search-toggler,
.main-header__btn,
.main-header__search {
  width: 46px;
  height: 46px;
  background: #faf7f0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #122f2a;
  font-size: 18px;
  transition: all 0.3s ease;
}
.search-toggler:hover,
.main-header__btn:hover,
.main-header__search:hover {
  background: #ffa415;
  color: #ffffff;
  transform: rotate(-8deg);
}

.main-header--four__toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffa415;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-header--four__toggler:hover {
  background: #ff5528;
  transform: rotate(-8deg);
}
.main-header--four__toggler__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 5px;
}
.main-header--four__toggler__wrapper span {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
}

.search-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 47, 42, 0.92);
}

.search-popup__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 20vh auto 0;
  padding: 0 20px;
}
.search-popup__content form {
  display: flex;
  background: #ffffff;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
}

.search-popup__input {
  flex: 1;
  padding: 18px 26px;
  border: none;
  font-size: 16px;
  outline: none;
}

.search-popup__content button {
  background: #ffa415;
  color: #ffffff;
  border: none;
  width: 60px;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
  }
  .main-header .mobile-nav__toggler {
    display: block;
  }
  .main-header__inner {
    height: 72px;
  }
  .main-header__nav.expanded {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
    padding: 16px 30px;
  }
  .main-header__nav.expanded .main-menu__list {
    flex-direction: column;
    gap: 16px;
  }
  .main-header__nav.expanded .main-menu__list li {
    width: 100%;
  }
  .main-header__nav.expanded .main-menu__list li > a {
    padding: 12px 0;
  }
  .main-header__nav.expanded .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0 0 0 16px;
    min-width: auto;
  }
}
.main-slider-three {
  position: relative;
  overflow: hidden;
}
.main-slider-three__carousel, .main-slider-three__carousel .swiper-wrapper, .main-slider-three__carousel .swiper-slide, .main-slider-three__carousel .swiper-slide .main-slider-three__item {
  height: auto;
}
.main-slider-three__item {
  position: relative;
  padding-top: 220px;
  padding-bottom: 180px;
  min-height: 720px;
  background-color: var(--ez-black, #122f2a);
  display: flex;
  align-items: center;
}
.main-slider-three__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.main-slider-three__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(24, 24, 24, 0.75);
}
.main-slider-three__shape-two, .main-slider-three__shape-three {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.main-slider-three__shape-two {
  right: 4%;
  top: 170px;
  width: 160px;
  height: 160px;
  display: none;
}
@media (min-width: 1400px) {
  .main-slider-three__shape-two {
    display: block;
  }
}
.main-slider-three__shape-three {
  right: -15px;
  bottom: 0;
  width: 637px;
  height: 250px;
  display: none;
}
@media (min-width: 1400px) {
  .main-slider-three__shape-three {
    display: block;
  }
}
.main-slider-three__layer {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 520px;
  height: 520px;
  display: none;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (min-width: 992px) {
  .main-slider-three__layer {
    display: flex;
  }
}
@media (min-width: 1500px) {
  .main-slider-three__layer {
    left: 12%;
  }
}
.main-slider-three__layer__inner {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--ez-white, #fff);
}
.main-slider-three__layer__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider-three .container {
  position: relative;
  z-index: 3;
}
.main-slider-three__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.main-slider-three__sub-title {
  color: var(--ez-secondary, #ffa415);
  font-size: 31px;
  font-weight: 700;
  font-family: var(--ez-special-font, "Caveat", cursive);
  display: flex;
  align-items: center;
  gap: 22px;
  line-height: 1;
  margin: 0 0 14px;
}
.main-slider-three__sub-title img {
  width: 65px;
}
.main-slider-three__title {
  color: var(--ez-white, #fff);
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .main-slider-three__title {
    font-size: 65px;
  }
}
.main-slider-three__text {
  font-size: 18px;
  color: var(--ez-white, #fff);
  margin: 0 0 36px;
}

.main-slider-one {
  position: relative;
  overflow: hidden;
  background: transparent;
  max-height: 50dvh;
}
.main-slider-one__carousel {
  width: 100%;
  height: 50dvh;
}
.main-slider-one .swiper-button-prev,
.main-slider-one .swiper-button-next {
  display: none;
}
.main-slider-one .swiper-slide {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  background: #f1f6f7;
}
.main-slider-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-bottom-left-radius: 40% 30%;
}
.main-slider-one__content {
  position: relative;
  z-index: 5;
  padding: 100px 0;
  max-width: 100%;
}
.main-slider-one__content__shape-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.main-slider-one__content__shape-top img {
  height: 50px;
}
.main-slider-one__title {
  font-size: 66px;
  font-weight: 900;
  line-height: 1.15;
  font-family: "Nunito Sans", sans-serif;
  color: #122f2a;
  margin-bottom: 24px;
}
.main-slider-one__text {
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 560px;
}
.main-slider-one__text strong {
  color: #ffa415;
  display: block;
  margin-top: 8px;
  font-weight: 700;
}
.main-slider-one__btn {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.main-slider-one__video-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #faf7f0;
  color: #ffa415;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffa415;
  transition: all 0.3s ease;
}
.main-slider-one__video-btn:hover {
  background: #ffa415;
  color: #ffffff;
  transform: scale(1.1);
}
.main-slider-one__shape-one, .main-slider-one__shape-two, .main-slider-one__shape-three, .main-slider-one__shape-four {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.main-slider-one__shape-one {
  top: 12%;
  right: 46%;
  width: 60px;
  opacity: 0.85;
}
.main-slider-one__shape-two {
  bottom: 16%;
  right: 36%;
  width: 90px;
  opacity: 0.85;
}
.main-slider-one__shape-three {
  top: 22%;
  left: 6%;
  width: 70px;
  opacity: 0.8;
}
.main-slider-one__layer {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 600px;
  height: 600px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.main-slider-one__layer__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  height: 550px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  border: 8px solid #ffffff;
}
.main-slider-one__layer__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
}

@media (max-width: 991px) {
  .main-slider-one .swiper-slide {
    min-height: auto;
  }
  .main-slider-one__title {
    font-size: 44px;
  }
  .main-slider-one__text {
    font-size: 17px;
  }
  .main-slider-one__layer,
  .main-slider-one__bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-slider-one .swiper-slide {
    min-height: auto;
  }
  .main-slider-one__title {
    font-size: 34px;
  }
  .main-slider-one__text {
    font-size: 15px;
  }
  .sec-title__title {
    font-size: 28px;
  }
}
.cta-one {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cta-one > .container-fluid, .cta-one > .container-sm, .cta-one > .container-md, .cta-one > .container-lg, .cta-one > .container-xl, .cta-one > .container-xxl {
  padding: 0 15px;
}
.cta-one .row {
  gap: 0;
  margin: 0;
}
.cta-one .col-lg-6 {
  padding: 0 10px;
}
.cta-one__shape-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 141px;
  background: url("../images/cta-1-shape-2.png") center/contain no-repeat;
  z-index: 2;
  pointer-events: none;
}
.cta-one__content {
  background-size: cover;
  background-position: center;
  padding: 51px 30px 62px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s;
  color: #ffffff;
}
.cta-one__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 47, 42, 0.82);
  z-index: 0;
  transition: background 0.4s;
}
.cta-one__content:hover::before {
  background: rgba(18, 47, 42, 0.88);
}
.cta-one__content > * {
  position: relative;
  z-index: 1;
}
.cta-one__title {
  font-family: "Caveat", cursive;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 7px;
  line-height: 1.2;
}
.cta-one__text {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 1.75;
  padding: 0 48px;
}
.cta-one__content .ez-btn {
  align-self: flex-start;
  display: inline-block;
  background: #ffa415;
  color: #ffffff;
  padding: 7px 37px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.75;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.cta-one__content .ez-btn:hover {
  background: #ffffff;
  color: #122f2a;
}
.cta-one__content__shape {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  background: url("../images/cta-1-shape-1.png") center/contain no-repeat;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.stories-wrapper {
  background: #f6f4ee;
  padding: 0;
}
.stories-wrapper__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12px 15px 6px;
}
.stories-wrapper__left {
  flex: 0 0 798px;
  max-width: 798px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 6px;
}
.stories-wrapper__left .blog-two {
  padding: 120px 0 0;
  background: transparent;
  width: 519px;
  margin: 0 auto;
}
.stories-wrapper__left .blog-two .container {
  padding: 0;
  max-width: 100%;
}
.stories-wrapper__left .blog-two .sec-title {
  margin-bottom: 0;
  padding-bottom: 46px;
}
.stories-wrapper__photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.stories-wrapper__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.stories-wrapper__right {
  flex: 0 0 342px;
  max-width: 342px;
  padding: 119px 12px 12px;
  background: #f1f6f7;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-two {
  padding: 120px 0;
  background: #f6f4ee;
}

.blog-two__carousel {
  position: relative;
}

.blog-two__carousel .swiper-slide {
  height: auto;
}

.blog-two__carousel .blog-card--two {
  flex-direction: column;
  height: auto;
}
.blog-two__carousel .blog-card--two .blog-card__image {
  height: 415px;
  overflow: hidden;
}
.blog-two__carousel .blog-card--two .blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-two__carousel .blog-card--two .blog-card__content {
  min-height: 0;
  padding: 22px;
  flex: 1;
}
.blog-two__carousel .blog-card--two .blog-card__text {
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stories-wrapper__left .blog-two .blog-two__prev,
.stories-wrapper__left .blog-two .blog-two__next {
  position: static;
  transform: none;
  margin: 30px 8px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stories-wrapper__left .blog-two .blog-two__prev::after,
.stories-wrapper__left .blog-two .blog-two__next::after {
  font-size: 16px;
  font-weight: 700;
}

.blog-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
}
.blog-card__image {
  position: relative;
  height: 353px;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.08);
}
.blog-card__image__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.blog-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 14px;
}
.blog-card__date i {
  color: #ffa415;
}
.blog-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #6b6b6b;
}
.blog-card__meta li a {
  color: #6b6b6b;
}
.blog-card__meta li a:hover {
  color: #ffa415;
}
.blog-card__title {
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 1.35;
}
.blog-card__title a {
  color: #122f2a;
}
.blog-card__title a:hover {
  color: #ffa415;
}
.blog-card__text {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.blog-card__content {
  padding: 0 0 30px;
  flex: 1;
}
.blog-card__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.blog-card__link__front, .blog-card__link__back {
  width: 40px;
  height: 40px;
  background: #ffa415;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.blog-card__link__front i, .blog-card__link__back i {
  color: #ffffff;
  margin: 0;
}
.blog-card__link__back {
  width: auto;
  height: auto;
  background: transparent;
  color: #ffa415;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}
.blog-card__link__back i {
  color: #ffa415;
  margin-right: 6px;
}

.incoming-donations {
  padding: 0;
}
.incoming-donations .sec-title {
  margin-bottom: 35px;
}
.incoming-donations .sec-title__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.incoming-donations .sec-title__tagline {
  font-size: 15px;
  margin-bottom: 10px;
  color: #6b6b6b;
}
.incoming-donations small, .incoming-donations .small {
  font-size: 13px;
  color: #6b6b6b;
  display: block;
  margin-top: 8px;
}
.incoming-donations .emoji {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.incoming-donations__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.incoming-donations__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.incoming-donations__item:hover {
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.incoming-donations__item__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 8px;
  gap: 10px;
}
.incoming-donations__item__name {
  font-size: 17px;
  margin: 0;
  color: #122f2a;
  font-weight: 700;
}
.incoming-donations__item__date {
  font-size: 12px;
  color: #6b6b6b;
  margin: 0;
}
.incoming-donations__item__comment {
  font-size: 13px;
  margin: 6px 0;
  color: #6b6b6b;
}
.incoming-donations__item__comment a {
  color: #ffa415;
  word-break: break-all;
}
.incoming-donations__item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}
.incoming-donations__item__label {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.incoming-donations__item__amount {
  font-size: 16px;
  font-weight: 700;
}

.calendar-block .sec-title {
  margin-bottom: 0;
}

.calendar-block .sec-title__title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.calendar-block .sec-title__tagline {
  font-size: 13px;
  letter-spacing: 1px;
  color: #122f2a;
  font-weight: 700;
}

.event-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.event-card:hover {
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.event-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffa415;
  color: #ffffff;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  line-height: 1;
}
.event-card__date__month {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.event-card__date__day {
  font-size: 22px;
  font-weight: 800;
}
.event-card__body {
  flex: 1;
  min-width: 0;
}
.event-card__meta {
  font-size: 11px;
  color: #6b6b6b;
  margin-bottom: 4px;
}
.event-card__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #122f2a;
  line-height: 1.3;
}
.event-card__link {
  font-size: 12px;
  font-weight: 700;
  color: #ffa415;
  text-decoration: none;
  white-space: nowrap;
}
.event-card__link:hover {
  color: #122f2a;
}

.about-one {
  padding: 120px 0 35px;
  position: relative;
  overflow: hidden;
}
.about-one__shape {
  position: absolute;
  right: 3%;
  bottom: 0;
  display: none;
  pointer-events: none;
}
.about-one__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 4s linear infinite;
}
@media (min-width: 1600px) {
  .about-one__shape {
    display: block;
  }
}
.about-one .row {
  gap: 30px 0;
}
.about-one .sec-title {
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: -3px;
}
.about-one .sec-title__title {
  line-height: 50px;
}
.about-one__image {
  position: relative;
  z-index: 2;
  padding-left: 76px;
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .about-one__image {
    padding: 0;
  }
}
.about-one__image__one {
  position: relative;
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.about-one__image__shape-one {
  position: absolute;
  left: 12px;
  top: 5px;
}
.about-one__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}
@media (max-width: 767px) {
  .about-one__image__shape-one {
    display: none;
  }
}
.about-one__image__shape-two {
  position: absolute;
  left: -42px;
  bottom: -40px;
  z-index: -1;
}
.about-one__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
}
@media (max-width: 1199px) {
  .about-one__image__shape-two {
    display: none;
  }
}
.about-one__image__shape-three {
  position: absolute;
  left: 232px;
  bottom: -45px;
  z-index: -1;
}
.about-one__image__shape-three img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}
@media (max-width: 767px) {
  .about-one__image__shape-three {
    display: none;
  }
}
.about-one__image__two {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .about-one__image__two {
    display: block;
    position: relative;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  border: 10px solid #ffffff;
  border-left: none;
}
.about-one__image__video {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 700;
  background-color: #ff5528;
  min-width: 246px;
  margin-bottom: 28px;
}
.about-one__image__video .video-popup {
  position: static;
  transform: none;
  width: 53px;
  height: 48px;
  color: #ffffff;
  background-color: #ffa415;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
  box-shadow: none;
}
.about-one__image__video .video-popup:hover {
  background-color: #122f2a;
  color: #ffffff;
}
.about-one__image__video .video-popup .ripple {
  display: none;
}
.about-one__content {
  position: relative;
  padding-top: 33px;
}
@media (max-width: 1199px) {
  .about-one__content {
    padding-top: 40px;
  }
}
.about-one__content__text {
  margin: 0 0 23px;
}
.about-one__content__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e8e4d8;
  margin: 30px 0 24px;
}
.about-one__content__list {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}
.about-one__content__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.about-one__content__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: #ffa415;
  font-size: 15px;
}
.about-one__content__box {
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: 100%;
  transition: all 0.4s;
}
.about-one__content__box__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.about-one__content__box__icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color, #ffa415);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55"><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  font-size: 31px;
  color: #ffffff;
  overflow: hidden;
  transition: 500ms ease;
}
.about-one__content__box__icon span {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}
.about-one__content__box:hover .about-one__content__box__icon span {
  transform: scale(0.9);
}
.about-one__content__box__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #122f2a;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-one__content__box:hover .about-one__content__box__title {
  background-size: 100% 2px;
}
.about-one__content__box__text {
  margin: 13px 0 0;
  position: relative;
  padding-left: 25px;
  display: block;
}
.about-one__content__box__text__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: #ffa415;
  font-size: 17px;
}
.about-one__text {
  font-size: 24px;
  color: #122f2a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}
.about-one__text > span {
  color: #122f2a;
  margin-right: 7px;
}
.about-one__text .ez-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

@keyframes movebounce2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.funfact-one {
  position: relative;
  z-index: 2;
  margin-bottom: -116px;
}
.funfact-one__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 117px;
  padding: 81px 20px;
  list-style: none;
}
@media (min-width: 1360px) {
  .funfact-one__list {
    margin: 0 -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 991px) {
  .funfact-one__list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.funfact-one__item {
  display: flex;
  align-items: center;
  position: relative;
}
.funfact-one__item:hover .funfact-one__icon i {
  transform: scale(0.9);
}
.funfact-one__item:hover .funfact-one__content::before {
  left: -23px;
  opacity: 1;
  width: 23px;
}
.funfact-one__item:hover .funfact-one__content::after {
  height: 50%;
}
.funfact-one__item:hover .funfact-one__text {
  background-size: 100% 1px;
}
.funfact-one__icon {
  width: 70px;
  height: 70px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55"><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  background-color: var(--accent-color, #ffa415);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.funfact-one__icon i {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.funfact-one__content {
  position: relative;
  border-left: 3px solid #e8e4d8;
  padding-left: 18px;
}
.funfact-one__content::after {
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 3px;
  height: 0;
  background-color: var(--accent-color, #ffa415);
  content: "";
  transition: all 0.5s ease;
}
.funfact-one__content::before {
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: var(--accent-color, #ffa415);
  content: "";
  transition: all 0.7s ease;
  opacity: 0;
}
.funfact-one__count {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
  color: #122f2a;
  line-height: 1;
}
.funfact-one__text {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.3;
  color: #636363;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #ffa415;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.video-popup:hover {
  background: #122f2a;
  transform: translate(-50%, -50%) scale(1.1);
}
.video-popup .ripple {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ffa415;
  opacity: 0.4;
  animation: ripple 1.5s infinite;
  z-index: -1;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.team-one {
  padding: 120px 0 0 0;
  background: transparent;
  position: relative;
}
.team-one .sec-title {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.team-one .swiper-wrapper {
  height: auto;
}
.team-one__carousel {
  padding-bottom: 0;
  display: block;
}
.team-one__carousel .swiper-slide {
  height: auto;
}

.team-card {
  position: relative;
  z-index: 1;
  background-color: #f1f6f7;
  overflow: hidden;
  transition: all 500ms ease;
  border-radius: 10px 10px 0 0;
  text-align: left;
}
.team-card::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #122f2a;
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}
.team-card:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0, 0px);
}
.team-card:hover .team-card__title,
.team-card:hover .team-card__designation {
  color: #ffffff;
}
.team-card__image {
  position: relative;
  z-index: 1;
}
.team-card__image::after {
  position: absolute;
  right: -5px;
  bottom: -10px;
  width: calc(100% + 5px);
  height: 100%;
  content: "";
  background-color: #f1f6f7;
  z-index: -1;
  border-radius: 0 0 142px 0;
}
.team-card__image img {
  position: relative;
  width: 100%;
  border-radius: 0 0 142px 0;
  display: block;
}
.team-card__hover {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
.team-card__hover__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--accent-color, #ffa415);
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 500ms ease;
  cursor: pointer;
}
.team-card__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
}
.team-card__hover:hover .team-card__hover__btn::after {
  content: "-";
}
.team-card__hover__social {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 500ms ease;
}
.team-card__hover__social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--accent-color, #ffa415);
  font-size: 15px;
  transition: all 0.3s ease;
}
.team-card__hover__social a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}
.team-card__hover:hover .team-card__hover__social {
  opacity: 1;
}
.team-card__content {
  position: relative;
  padding: 22px 28px 24px;
  transition: all 500ms ease;
}
.team-card__content::after {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 1px;
  content: "";
  background-color: rgba(18, 47, 42, 0.1);
  transition: all 500ms ease;
}
.team-card:hover .team-card__content::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.team-card__title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 4px;
  transition: all 500ms ease;
}
.team-card__title a {
  color: inherit;
}
.team-card__title a:hover {
  color: #ffa415;
}
.team-card__designation {
  font-size: 15px;
  color: #ffa415;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
  transition: all 500ms ease;
}

.team-pagination .swiper-pagination-bullet {
  background: #ffa415;
}

.team-pagination {
  bottom: 0 !important;
}

.testimonials-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0 0;
  }
}
.testimonials-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f6f7;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 58%);
}
.testimonials-one .sec-title {
  padding-bottom: 19px;
}
.testimonials-one__text {
  position: relative;
  margin: 0 0 42px;
}
.testimonials-one .testimonials-image-swiper {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-one .testimonials-image-swiper .swiper-wrapper {
  margin-top: 160px;
  padding: 10px 0 !important;
  transform: rotate(12deg);
  margin-left: -170px;
}
@media (max-width: 1400px) {
  .testimonials-one .testimonials-image-swiper .swiper-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .testimonials-one .testimonials-image-swiper .swiper-wrapper {
    transform: rotate(21deg);
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .testimonials-one .testimonials-image-swiper .swiper-wrapper {
    display: none;
  }
}
.testimonials-one__image__item {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #ffffff;
  transition: all 400ms ease;
  transform: scale(1);
  cursor: pointer;
}
.testimonials-one__image__item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .testimonials-one__image__item {
    width: 106px;
    height: 106px;
  }
}
.testimonials-one__image__item.swiper-slide-thumb-active {
  border-color: var(--accent-color);
  transition: all 400ms ease;
  transform: scale(1.1);
}
.testimonials-one__arrows {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: relative;
}
.testimonials-one__arrows .testimonials-one__arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  border: none;
  outline: none;
  box-shadow: none;
  color: #122f2a;
  transition: all 400ms ease;
  cursor: pointer;
}
.testimonials-one__arrows .testimonials-one__arrow--next {
  position: absolute;
  left: 60px;
  top: 0;
}
.testimonials-one__arrows .testimonials-one__arrow:hover {
  background-color: #ffa415;
  color: #ffffff;
}
.testimonials-one__wrapper {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
  border-radius: 50px;
}
@media (min-width: 1350px) {
  .testimonials-one__wrapper {
    margin-left: 50px;
    margin-right: -120px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__wrapper {
    margin-left: 80px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-one__wrapper {
    padding: 0 0 0;
    margin: 0;
    background-image: none !important;
  }
}
.testimonials-one .testimonials-content-swiper {
  margin-left: -80px;
}
@media (max-width: 767px) {
  .testimonials-one .testimonials-content-swiper {
    margin-left: 0;
  }
}

.testimonials-card {
  position: relative;
  background-color: #ffffff;
  transition: all 500ms ease;
  padding: 60px 60px 45px 99px;
  border-radius: 0 30px 30px 0;
  margin-left: 79px;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .testimonials-card {
    border-radius: 30px;
    padding: 40px 30px;
    margin: 40px 0;
  }
}
.testimonials-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-card__image {
  width: 161px;
  height: 161px;
  border: 12px solid #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid var(--accent-color);
}
@media (max-width: 767px) {
  .testimonials-card__image {
    position: relative;
    left: 0;
    margin: 0 0 25px;
    border: none;
    width: 131px;
    height: 131px;
  }
}
.testimonials-card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.testimonials-card__rating i {
  color: var(--accent-color);
  font-size: 22px;
  letter-spacing: 6px;
}
.testimonials-card__rating i:last-child {
  color: #dddddd;
}
.testimonials-card__content {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 18px;
  font-style: italic;
}
.testimonials-card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}
.testimonials-card__designation {
  margin: 0;
  line-height: 1;
}
.testimonials-card__quote {
  font-size: 55px;
  color: #dddddd;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #dddddd;
  position: absolute;
  right: 92px;
  bottom: 50px;
  line-height: 1;
}

.blog-one {
  padding: 120px 0 90px;
  background: transparent;
}
.blog-one .row {
  gap: 30px 0;
}

.blog-card--reverse {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.blog-card--reverse:last-child {
  margin-bottom: 0;
}
.blog-card--reverse .blog-card__image {
  width: 290px;
  flex-shrink: 0;
  height: auto;
}
.blog-card--reverse .blog-card__image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.blog-card--reverse .blog-card__content {
  flex: 1;
  padding: 0 24px 30px;
}
.blog-card--reverse .blog-card__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 7px;
}
.blog-card--reverse .blog-card__text {
  font-size: 16px;
  line-height: 28px;
}
.blog-card--reverse .blog-card__link {
  margin-top: 12px;
  gap: 0;
}
.blog-card--reverse .blog-card__link__back {
  margin-left: 10px;
}

#faq .question {
  cursor: pointer;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #122f2a;
}
#faq .question span {
  transition: transform 0.3s ease;
}
#faq .question span.open {
  transform: rotate(45deg);
  color: #ffa415;
}
#faq .answer {
  max-height: 0;
  overflow: hidden;
  color: #6b6b6b;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
#faq .answer.open {
  max-height: 300px;
  padding-bottom: 18px;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  padding: 120px 0;
  counter-reset: count;
}

@media (max-width: 767px) {
  .faq-one {
    padding: 80px 0;
  }
}
.faq-one--page {
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .faq-one--page {
    padding: 80px 0 50px;
  }
}
.faq-one__content {
  position: relative;
}

@media (max-width: 991px) {
  .faq-one__content {
    margin-bottom: 35px;
  }
}
.faq-one__content .sec-title {
  margin-bottom: 20px;
}

.faq-one__content__text {
  max-width: 504px;
  margin: 0 0 34px;
}

.faq-one__accordion {
  position: relative;
}

.faq-one__accordion .accrodion {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  margin-bottom: 30px;
  border-radius: 10px;
  counter-increment: count;
}

.faq-one__accordion .accrodion-title {
  padding: 25px 30px 28px;
  padding-right: 45px;
  cursor: pointer;
}

.faq-one__accordion .accrodion-title h4, .faq-one__accordion .accrodion-title .h4 {
  font-weight: 800;
  color: var(--careox-black, #122f2a);
  font-size: 20px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}

.faq-one__accordion .accrodion-title__number {
  display: inline-block;
  position: relative;
  color: var(--accent-color);
  width: 35px;
  height: 20px;
  top: 4px;
}

.faq-one__accordion .accrodion-title__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-one__accordion .accrodion-title__number::after {
  content: ".";
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: 0;
  margin: auto;
}

.faq-one__accordion .accrodion-title__icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}

.faq-one__accordion .accrodion-title__icon::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "\eab2";
  font-family: IcoFont !important;
  font-size: 26px;
  font-weight: normal;
  color: var(--accent-color);
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-one__accordion .active .accrodion-title__icon::after {
  content: "\eab9";
}

.faq-one__accordion .accrodion-content .inner {
  padding: 0px 30px 24px;
  margin-top: -3px;
}

.faq-one__accordion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}

.faq-one__image {
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 570px;
  margin: 90px 0 0;
}

@media (max-width: 767px) {
  .faq-one__image {
    margin: 10px 0 0;
  }
}
.faq-one__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
}

.faq-one__image__left {
  position: absolute;
  left: 0;
  bottom: -85px;
  max-width: 233px;
}

@media (max-width: 767px) {
  .faq-one__image__left {
    display: none;
  }
}
.faq-one__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--careox-white, #fff);
  animation: movebounce2 3s linear 0s infinite;
}

.faq-one__image__right {
  position: absolute;
  right: -140px;
  top: -99px;
  max-width: 285px;
}

@media (max-width: 767px) {
  .faq-one__image__right {
    display: none;
  }
}
.faq-one__image__right img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--careox-white, #fff);
  animation: movebounce3 4s linear infinite;
}

.faq-one__image__shape-top {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .faq-one__image__shape-top {
    display: none;
  }
}
.faq-one__image__shape-top img {
  max-width: 100%;
  height: auto;
  animation: rotated 10s infinite linear;
}

.faq-one__image__shape-bottom {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
}

@media (max-width: 767px) {
  .faq-one__image__shape-bottom {
    display: none;
  }
}
.faq-one__image__shape-bottom img {
  max-width: 100%;
  height: auto;
  opacity: 0.3;
  animation: zoomsIn 3s linear 0s infinite;
}

.faq-one__text {
  font-size: 24px;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-special-font, "Caveat", cursive);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}

@media (max-width: 1199px) {
  .faq-one__text {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .faq-one__text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.faq-one__text > span {
  color: var(--careox-base, #ff5528);
  margin-right: 7px;
}

.faq-one__text .careox-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

.faq-one__text .careox-btn::before {
  background-color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Become Volunter
--------------------------------------------------------------*/
.become-volunter {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .become-volunter {
    padding: 80px 0;
  }
}
.become-volunter__content {
  position: relative;
}

.become-volunter__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 24px;
}

.become-volunter__text {
  margin: 0 0 29px;
}

@media (min-width: 1200px) {
  .become-volunter__text {
    padding-right: 70px;
  }
}
.become-volunter__highlight {
  position: relative;
  font-family: var(--careox-special-font, "Caveat", cursive);
  font-weight: 700;
  border-left: 6px solid var(--careox-secondary, #ffa415);
  text-transform: uppercase;
  padding: 4px 0 2px 16px;
  margin-bottom: 32px;
}

.become-volunter__list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.become-volunter__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.become-volunter__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}

.become-volunter__list li a:hover {
  color: var(--careox-secondary, #ffa415);
}

.become-volunter__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 15px;
}

.become-volunter__image {
  position: relative;
}

@media (max-width: 767px) {
  .become-volunter__image {
    margin-top: 30px;
  }
}
.become-volunter__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.become-volunter .contact-one__form {
  position: relative;
}

@media (max-width: 991px) {
  .become-volunter .contact-one__form {
    margin-top: 40px;
  }
}
.become-volunter .contact-one__form .bootstrap-select > .dropdown-toggle,
.become-volunter .contact-one__form input[type=text],
.become-volunter .contact-one__form input[type=email],
.become-volunter .contact-one__form input[type=tel],
.become-volunter .contact-one__form textarea {
  border-color: var(--careox-border-color, #dddddd);
  border-radius: 30px;
}

/* Templates Custom
--------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.default-header.main-header--four {
  padding-left: 0;
}

.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
  border: 1px solid var(--careox-border-color, #dddddd);
}

.form-one textarea {
  margin-top: 30px;
}

.reply-form.row.form-one .careox-btn {
  line-height: 28.5px;
  margin-top: 30px;
}

.main-footer__bottom.default-footer {
  background-color: var(--careox-black, #122f2a);
}

.default-footer .main-footer__bottom__inner {
  border: none;
}

.default-header .main-header__logo h1, .default-header .main-header__logo .h1 {
  margin-top: 12px;
  margin-bottom: 20px;
}

.form-one__group span {
  color: white !important;
}

.error-404__search__btn {
  right: 15px;
}

.form-one .ez-btn,
.form-two .ez-btn {
  width: 100%;
  justify-content: center;
}

.form-two .ez-btn {
  padding: 18px;
}

.form-one__group {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background: #faf7f0;
  border-radius: 12px;
  padding: 10px 16px;
}
.form-one__group input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  color: #122f2a;
}
.form-one__group span {
  font-weight: 700;
  color: #ffa415;
  margin-left: 12px;
}

.feedback {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(202, 95, 95);
}

.give-form-errors {
  display: none;
  background: #fff0f0;
  border-left: 4px solid #d93025;
  color: #5f1313;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.give-form-errors.has-errors {
  display: block;
}

.give-field-error {
  display: block;
  color: #d93025;
  font-size: 13px;
  margin-top: 6px;
  min-height: 18px;
}

.give-input-error,
input.give-input-error,
textarea.give-input-error {
  border-color: #d93025 !important;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.12) !important;
}

#give-amount:focus {
  outline: none;
}

.give-form .give-input,
.give-form textarea.give-input,
.give-form input[type=email].give-input {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.donate-page__donations-title {
  margin-top: 60px;
  margin-bottom: 40px;
}

.landing-donate-error {
  display: block;
  color: #d93025;
  font-size: 13px;
  margin: 8px 0;
  min-height: 18px;
}

@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}
.donate-one {
  position: relative;
}
.donate-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 742px;
  background-color: #122f2a;
  clip-path: polygon(0 0, 100% 42%, 100% 100%, 0 100%);
}
.donate-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(18, 47, 42, 0.78);
}
.donate-one__image {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #ffffff;
  margin-left: 145px;
  margin-bottom: 25px;
  margin-top: -114px;
  padding: 0 23px;
}
.donate-one__image::after {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 83.8%;
  content: "";
  background-color: #ff5528;
}
.donate-one__image::before {
  position: absolute;
  left: -20px;
  bottom: -25px;
  width: 40%;
  height: 25px;
  content: "";
  background-color: #ff5528;
  z-index: -1;
}
.donate-one__image img {
  max-width: 100%;
  height: auto;
  margin-bottom: -25px;
}
@media (max-width: 1599px) {
  .donate-one__image {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .donate-one__image {
    margin-top: 0;
    padding: 0 15px;
  }
}

.donate-info {
  position: relative;
  overflow: visible;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .donate-info {
    padding: 0 0 80px;
  }
}
.donate-info__shape {
  position: absolute;
  width: 225px;
  height: 212px;
  right: 30px;
  bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
  display: none;
}
@media (min-width: 1600px) {
  .donate-info__shape {
    display: block;
  }
}
.donate-info > .container {
  position: relative;
  z-index: 1;
}
.donate-info__left {
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 50px;
  overflow: hidden;
  padding: 103px 30px 107px 190px;
  margin-right: -30px;
}
.donate-info__left::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.88);
}
.donate-info__left > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .donate-info__left {
    padding: 103px 25px 107px 150px;
  }
}
@media (max-width: 991px) {
  .donate-info__left {
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.donate-info__left__icon {
  width: 108px;
  height: 108px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 57px;
  color: #ffa415;
  overflow: hidden;
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: all 0.3s 0s ease-out;
}
.donate-info__left__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 0;
  content: "";
  background-color: #ffa415;
  border-radius: 50%;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}
@media (max-width: 1199px) {
  .donate-info__left__icon {
    left: 22px;
  }
}
.donate-info__left:hover .donate-info__left__icon {
  color: #ffffff;
}
.donate-info__left:hover .donate-info__left__icon::after {
  height: 100%;
}
.donate-info__left__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin: 0 0 6px;
  font-family: "Caveat", cursive;
  position: relative;
  z-index: 1;
}
.donate-info__left__text {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 1;
}
.donate-info__area {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 78px 70px 70px;
  margin-top: -312px;
  background: lightgoldenrodyellow;
}
@media (max-width: 1340px) {
  .donate-info__area {
    padding: 78px 40px 70px;
  }
}
@media (max-width: 1199px) {
  .donate-info__area {
    padding: 60px 40px 40px;
    margin-top: -241px;
  }
}
@media (min-width: 1300px) {
  .donate-info__area {
    margin-right: -70px;
  }
}
@media (max-width: 991px) {
  .donate-info__area {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .donate-info__area {
    padding: 60px 25px 40px;
  }
}
.donate-info__area .sec-title {
  padding-bottom: 58px;
}
.donate-info__area__date {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  font-family: "Caveat", cursive;
  gap: 10px;
  position: absolute;
  right: 65px;
  top: 150px;
}
.donate-info__area__date i {
  color: #ffa415;
}
@media (max-width: 767px) {
  .donate-info__area__date {
    position: relative;
    right: auto;
    top: 0;
    margin: -40px 0 30px;
  }
}
.donate-info__area__progress {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 24px;
  margin-bottom: 33px;
}
.donate-info__area__progress::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: #ff5528;
  border-radius: 50%;
  left: 0;
  bottom: -4px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.donate-info__area__progress__bar {
  width: 100%;
  height: 12px;
  background-color: #dddddd;
  border-radius: 20px;
  position: relative;
  margin-bottom: 13px;
}
.donate-info__area__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ff5528;
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0;
  z-index: 1;
}
.donate-info__area__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: #ff5528;
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: #ffffff;
}
.donate-info__area__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donate-info__area__progress__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: #122f2a;
  font-family: "Rubik", sans-serif;
}
.donate-info__area .donate-three__form {
  position: relative;
  width: 100%;
}

.donate-now__left .give-form {
  margin-bottom: 0;
}

.donate-now__left .give-form .give-donation-amount {
  background-color: #ff5528;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 125px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
}
.donate-now__left .give-form .give-donation-amount .give-currency-symbol {
  color: #fff;
  background-color: transparent;
  border: none !important;
  height: 135px;
  font-size: 57px;
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  width: 152px;
  text-align: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 575px) {
  .donate-now__left .give-form .give-donation-amount .give-currency-symbol {
    font-size: 50px;
    height: 80px;
    width: 80px;
  }
}
.donate-now__left .give-form .give-donation-amount #give-amount {
  color: #fff;
  background-color: transparent;
  border: none !important;
  outline: none;
  text-align: right;
  height: 89px;
  font-size: 57px;
  padding-right: 60px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .donate-now__left .give-form .give-donation-amount #give-amount {
    font-size: 50px;
    height: 80px;
    padding-right: 30px;
  }
}

.donate-now__left .give-form #give-donation-level-button-wrap,
.donate-now__left .give-form .give-donation-levels-wrap {
  display: flex;
  flex-wrap: wrap;
}
.donate-now__left .give-form #give-donation-level-button-wrap::before,
.donate-now__left .give-form .give-donation-levels-wrap::before {
  display: none;
}
.donate-now__left .give-form #give-donation-level-button-wrap li,
.donate-now__left .give-form .give-donation-levels-wrap li {
  margin: 5px;
}
.donate-now__left .give-form #give-donation-level-button-wrap li button,
.donate-now__left .give-form .give-donation-levels-wrap li button {
  padding: 17px 23.65px;
  width: 100%;
  border-radius: 10px;
  background-color: #f1f6f7;
  font-size: 18px;
  color: #636363;
  font-weight: 500;
  border: none;
}
.donate-now__left .give-form #give-donation-level-button-wrap li button.give-default-level,
.donate-now__left .give-form .give-donation-levels-wrap li button.give-default-level {
  background-color: #122f2a;
  color: #fff;
}

button.give-btn.give-btn-modal,
.donate-now__left .give-form .give-submit.give-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #ffa415;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14px 60px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border-radius: 33px;
  z-index: 1;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}

button.give-btn.give-btn-modal:hover {
  background-color: #ff5528;
}

.donate-now__left .give-form .give-submit.give-btn:hover {
  background-color: #ffa415;
  color: #fff;
}

.donate-now__left.form-one .give_error {
  display: none;
}

.donate-now__left.form-one .give-form .give-donation-amount {
  background-color: #ffa415;
  border-radius: 30px;
  height: 60px;
}
.donate-now__left.form-one .give-form .give-donation-amount .give-currency-symbol {
  text-transform: uppercase;
  font-family: "Caveat", cursive;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  width: 90px;
  height: 60px;
}
.donate-now__left.form-one .give-form .give-donation-amount #give-amount {
  padding-right: 35px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  height: 60px;
}

.donate-now__left.form-one .give-form #give-donation-level-button-wrap li button,
.donate-amounts.give-donation-levels-wrap li button,
.donate-amounts li button {
  height: 48px;
  background-color: #dddddd;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
  cursor: pointer;
  width: auto;
}
.donate-now__left.form-one .give-form #give-donation-level-button-wrap li button:hover,
.donate-amounts.give-donation-levels-wrap li button:hover,
.donate-amounts li button:hover {
  background-color: #ff5528;
  color: #ffffff;
}

.donate-now__left.form-one .give-form #give-donation-level-button-wrap li button.give-default-level,
.donate-amounts li button.give-default-level,
.donate-amounts li button.active {
  background-color: #ffa415;
  color: #ffffff;
}

.donate-now__left.form-one .give-form .give-btn.give-btn-modal,
.donate-three__form .ez-btn--primary.give-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #ffa415;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.25px;
  padding: 13.5px 37px;
  transition: 500ms;
  text-transform: capitalize;
  text-align: center;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.donate-now__left.form-one .give-form .give-btn.give-btn-modal:hover,
.donate-three__form .ez-btn--primary.give-btn:hover {
  background-color: #ff5528;
  color: #ffffff;
}

.donate-info__area {
  padding: 60px 25px 40px;
}

@media (min-width: 999px) {
  .donate-info__area {
    padding: 78px 40px 70px;
  }
}
.donate-now__left.form-one.form-two .give-form .give-donation-amount {
  height: 55px;
  width: 235px;
  background-color: #dddddd;
  display: inline-flex;
  float: left;
}

.donate-now__left.form-one.form-two .give-form #give-donation-level-button-wrap,
.donate-now__left.form-one.form-two .give-form .give-donation-levels-wrap {
  display: flex;
  flex-wrap: wrap;
  display: inline-flex;
  margin-left: 5px;
}

.donate-now__left.form-one.form-two .give-form #give-donation-level-button-wrap li button,
.donate-now__left.form-one.form-two .give-form .give-donation-levels-wrap li button {
  padding: 0 20px;
  color: #122f2a;
}

.donate-now__left.form-one.form-two .give-form #give-donation-level-button-wrap li button.give-default-level,
.donate-now__left.form-one.form-two .give-form .give-donation-levels-wrap li button.give-default-level {
  background-color: #ff5528;
  color: #ffffff;
}

.donate-now__left.form-one.form-two .give-form .give-donation-amount #give-amount,
.donate-now__left.form-one.form-two .give-form .give-donation-amount .give-currency-symbol {
  color: #122f2a;
}

.donate-now__left.form-one.form-two .give-form .give-btn.give-btn-modal {
  background-color: #ff5528;
}

/* Elementor footer compacting to match live */
.footer-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.main-footer__bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  border-top: none !important;
}

.elementor-1575 .e-con-inner,
.elementor-1575 .e-con-full.e-child,
.elementor-1575 .e-con-boxed {
  padding: 0 !important;
}

/* Page header background */
.page-header__bg {
  background-image: url(images/backgrounds/banner3.webp);
}

.page-header__bg::before {
  background-image: url();
}

/* Donation section spacing to match live */
.donate-page {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.donate-page__content {
  padding-bottom: 0 !important;
}

/* GiveWP form parity with live */
#give_offline_payment_info {
  display: none !important;
}

#give_purchase_form_wrap {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px dashed lightgray;
}

.give-form {
  margin-bottom: 0 !important;
}

.give-donation-amount {
  display: flex !important;
  align-items: center !important;
  min-height: 125px !important;
  margin-bottom: 20px !important;
}

.give-currency-symbol {
  font-size: 57px !important;
  line-height: 35px !important;
  display: flex !important;
  align-items: center !important;
}

.give-donation-amount input.give-amount-top {
  font-size: 57px !important;
  line-height: 35px !important;
  height: 89px !important;
  padding: 0 10px !important;
  border: none !important;
  background: transparent !important;
  max-width: none !important;
}

.give-currency-symbol {
  font-size: 57px !important;
  line-height: 35px !important;
  height: auto !important;
}

#give-first, #give-last, #give-email {
  height: 58px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

#give-comment {
  height: 180px !important;
  padding: 18px 15px 0 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.give-form legend {
  font-size: 30px !important;
  line-height: 40px !important;
  margin-bottom: 15px !important;
}

.give-form .form-row label.give-label {
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
  display: block;
}

.give-submit.give-btn {
  background: #FC5528 !important;
  border-radius: 8px !important;
  height: 56px !important;
  padding: 0 40px !important;
  font-size: 17px !important;
  line-height: 28px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.give-donation-levels-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
}

.give-donation-level-btn.give-btn {
  flex: 1 1 auto;
  min-width: 100px;
  padding: 17px 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 21.6px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.give-donation-level-btn.give-btn:hover {
  border-color: #ffa415;
  color: #ffa415;
}

.give-donation-level-btn.give-btn.give-default-level, .give-donation-level-btn.give-btn:active {
  background: #ffa415;
  border-color: #ffa415;
  color: #fff;
}

/* Sidebar donation card parity */
.donate-page__sidebar .donations-one__item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.donations-one__item__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.donations-one__item__category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ffa415;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.donations-one__item__content {
  padding: 20px;
}

.donations-one__item__title a {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}

.donations-one__item__text {
  color: #666;
  margin: 10px 0;
  line-height: 1.6;
}

.donations-one__item__bottom {
  padding: 20px;
  background: #f8f9fa;
}

.donations-one__item__bottom__progress {
  background: #e0e0e0;
  border-radius: 10px;
  height: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}

.donations-one__item__bottom__progress__inner {
  width: 37%;
  background: #ffa415;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.donations-one__item__bottom__progress__number {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 12px;
  position: absolute;
  right: 5px;
  top: 0;
}

.donations-one__item__bottom__text {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #666;
}

.donation-details__author {
  padding: 45px 20px 43px;
  background: #fff;
  border-radius: 8px;
  margin-top: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.donation-details__author__list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.donation-details__author__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 17px;
  line-height: 29.75px;
}

.donation-details__author__list li i {
  color: #ffa415;
}

.instruction-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.copy-btn {
  background: none;
  outline: none;
  border: none;
}

dd {
  margin-bottom: 0;
}

.thank-you-page__actions {
  padding: 2rem 0;
}
.thank-you-page__actions .give-btn {
  background: #d93025;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 10px 28px;
  border-radius: 50px;
  max-width: fit-content;
}

.thank-you-page__content h2, .thank-you-page__content .h2 {
  font-size: 22px;
}

.donate-page h3, .donate-page .h3, .donate-page h4, .donate-page .h4 {
  color: var(--ez-base);
}
.donate-page .sec-title {
  font-size: 32px;
  color: var(--ez-base);
}
.donate-page .sec-title__tagline {
  font-size: 32px;
}

.thank-you-page__instructions {
  padding: 2rem 0;
}

.qr-code-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  border: 2px dashed gray;
}

.service-one {
  position: relative;
  background-color: #f1f6f7;
  padding: 235px 0 120px;
  overflow: hidden;
}

.service-one__shape-one {
  position: absolute;
  left: 60px;
  top: 114px;
  width: 248px;
  height: 248px;
  background-image: url("https://cdn.tandemduha.cz/usr/tandemduha.cz/usr/i/3a7ee2ca-09b1-4217-8384-c76c3533f003");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  animation: treeMove 4s linear 0s infinite;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .service-one__shape-one {
    display: none;
  }
}

.service-one__shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.tandemduha.cz/usr/tandemduha.cz/usr/i/4b28696d-bdc2-4261-8407-d94e29f44024");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
}

.service-one > .container {
  position: relative;
  z-index: 1;
}

.service-one .sec-title {
  margin-bottom: 0;
  padding-bottom: 46px;
  margin-top: -3px;
}

.service-one .sec-title__title {
  line-height: 50px;
  margin-bottom: 0;
}

.service-one__item {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 20px;
  padding: 40px 25px 35px;
  transition: all 500ms ease;
  height: 100%;
}
.service-one__item::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 82px);
  border: 1px dashed #e8e4d8;
  content: "";
  border-radius: 20px;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0.9);
}
.service-one__item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.service-one__item:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.service-one__item:hover .service-one__item__rm {
  border-color: transparent;
}
.service-one__item:hover .service-one__item__icon::after {
  opacity: 1;
}
.service-one__item:hover .service-one__item__icon::before {
  border-color: #ffffff;
}
.service-one__item:hover .service-one__item__icon span {
  transform: scale(0.9);
  color: #ffffff;
}

.service-one__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}
.service-one__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  background-color: var(--accent-color, #ffa415);
  opacity: 0.14;
  transition: 500ms ease;
  z-index: -1;
}
.service-one__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--accent-color, #ffa415);
  border-radius: 50%;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
.service-one__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--accent-color, #ffa415);
  margin-left: 5px;
}

.service-one__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}
.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-one__item__title a:hover {
  color: #ff5528;
  background-size: 100% 1px;
}

.service-one__item__text {
  margin: 0 0 23px;
}

.service-one__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  max-width: 151px;
  border-top: 1px solid #e8e4d8;
  font-size: 16px;
  color: #636363;
  text-transform: capitalize;
  line-height: 1.1;
  padding-top: 17px;
  transition: all 500ms ease;
}
.service-one__item__rm a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__item__rm a:hover {
  background-size: 100% 1px;
  color: var(--accent-color, #ffa415);
}
.service-one__item__rm i {
  color: var(--accent-color, #ffa415);
  font-size: 20px;
  position: relative;
  top: 1px;
}

@keyframes treeMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.info {
  padding: 40px 0;
  background: transparent;
  margin-bottom: -120px;
}
.info .info__wrapper {
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  border-radius: 25%;
  background-color: var(--ez-white, #fff);
  border-radius: 75px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.08));
  position: relative;
  z-index: 2;
  padding: 42px 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .info__wrapper li {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
}
.info__wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: var(--td-shadow-sm);
  padding: 20px;
}
.info__wrapper li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 12px;
  border-radius: 16px;
  transition: all 400ms ease;
}
.info__wrapper li ɠC:hover {
  background: rgba(255, 164, 21, 0.08);
}
.info__icon {
  width: 72px;
  height: 72px;
  background: var(--accent-color, #ffa415);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  box-shadow: var(--td-shadow-sm);
}
.info__title {
  color: #122f2a;
  font-size: 20px;
  margin: 0 0 6px;
  font-weight: 700;
}
.info__text {
  margin: 0;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.5;
}
.info__text a {
  color: #ffa415;
  text-decoration: none;
  transition: all 400ms ease;
}
.info__text a ɠC:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .info {
    margin-bottom: -170px;
  }
  .info__wrapper {
    grid-template-columns: 1fr;
    margin: 20px;
    padding: 16px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--ez-gray, #f1f6f7);
}

.contact-map {
  padding: 0;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.contact-map .google-map {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--td-shadow-lg);
}
.contact-map .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transition: transform 400ms ease, filter 400ms ease;
}
.contact-map .google-map iframe φ:hover {
  transform: scale(1.02);
}
.contact-map .google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 456px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  margin-top: 40px;
}

.contact-info-card,
.contact-form {
  background: #fff;
  padding: 45px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-info-card h2, .contact-info-card .h2,
.contact-form h2,
.contact-form .h2 {
  font-size: 28px;
  margin-bottom: 18px;
  color: var(--primary-color);
}

.info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
  align-items: flex-start;
}

.info-item__icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 85, 40, 0.12);
  color: var(--accent-color);
  font-size: 22px;
}

.info-item__content h4, .info-item__content .h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin: 0 0 4px;
  font-weight: 700;
}

.info-item__content p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
}

.info-item__content a {
  color: var(--primary-color);
}

.info-item__content a:hover {
  color: var(--accent-color);
}

.contact-form .form-group {
  margin-bottom: 22px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #eee;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  transition: var(--transition-smooth);
  background: #fafafa;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-color);
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.contact-socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  transition: var(--transition-smooth);
}

.contact-socials a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

.map-container {
  margin-top: 50px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0;
  }
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.8);
}

.contact-one__shape {
  position: absolute;
  left: -20px;
  bottom: 155px;
  width: 323px;
  height: 186px;
  animation: shrinkAnim 4s ease 0s infinite;
  display: none;
}

@media (min-width: 1600px) {
  .contact-one__shape {
    display: block;
  }
}
.contact-one__image {
  position: relative;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 665px;
  float: right;
  z-index: 2;
}

@media (max-width: 1400px) {
  .contact-one__image {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .contact-one__image {
    float: left;
    margin-bottom: 50px;
  }
}
.contact-one__image__shape {
  position: absolute;
  left: -145px;
  right: 0;
  top: 26px;
  margin: auto;
  width: 91px;
  height: 91px;
  z-index: -1;
  opacity: 0.65;
  animation: blinkAnim 3s ease 0s infinite;
}

.contact-one__image img {
  max-width: inherit;
}

@media (max-width: 767px) {
  .contact-one__image img {
    max-width: 100%;
  }
}
.contact-one__image__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 198px;
  height: 198px;
  background-color: var(--careox-secondary, #ffa415);
  border: 10px solid var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: treeMove2 4s linear 0s infinite;
}

@media (max-width: 767px) {
  .contact-one__image__icon {
    display: none;
  }
}
.contact-one__image__icon img {
  width: 105px;
}

.contact-one__image__info {
  position: absolute;
  right: 15px;
  bottom: 75px;
  padding: 0 0 0 76px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .contact-one__image__info {
    position: relative;
    right: auto;
    bottom: 0;
    transform: none;
    margin: 30px 0 0;
  }
}
.contact-one__image__info__icon {
  color: var(--careox-base, #ff5528);
  font-size: 56px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 56px;
}

.contact-one__image__info__title {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.1;
  color: var(--careox-base, #ff5528);
}

.contact-one__image__info__text {
  font-size: 22px;
  color: var(--careox-white, #fff);
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}

.contact-one__image__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__image__info__text a:hover {
  background-size: 100% 1px;
}

.contact-one__image__info__text a:hover {
  color: var(--careox-base, #ff5528);
}

.contact-one__content {
  position: relative;
  padding: 0;
}

.contact-one .sec-title {
  position: relative;
  padding-bottom: 20px;
}

.contact-one .sec-title__title {
  color: var(--careox-white, #fff);
}

.contact-one__text {
  margin: 0;
  color: var(--careox-white, #fff);
  max-width: 490px;
  margin-bottom: 34px;
  position: relative;
}

.contact-one__form {
  position: relative;
}

.contact-one--page {
  position: relative;
}

.contact-one--page .sec-title__title {
  color: var(--careox-black, #122f2a);
}

.contact-one--page .contact-one__image__info__text {
  color: var(--careox-black, #122f2a);
}

.contact-one--page .contact-one__text {
  color: var(--careox-text, #636363);
}

.contact-one--page .form-one .bootstrap-select > .dropdown-toggle,
.contact-one--page .form-one input[type=text],
.contact-one--page .form-one input[type=email],
.contact-one--page .form-one input[type=tel],
.contact-one--page .form-one textarea {
  border-color: var(--careox-border-color, #dddddd);
}

.video-four {
  position: relative;
  padding: 160px 0 190px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 777"><path d="m0 80.2c0 0 885-1.2 1485-72.2 370.1-43.8 435 116 435 116v576c0 0-54.3 78-676.7 0-622.3-78-1243.3 76.2-1243.3 76.2z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 777"><path d="m0 80.2c0 0 885-1.2 1485-72.2 370.1-43.8 435 116 435 116v576c0 0-54.3 78-676.7 0-622.3-78-1243.3 76.2-1243.3 76.2z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .video-four {
    padding: 120px 0 120px;
  }
}
@media (max-width: 991px) {
  .video-four {
    margin-top: -60px;
    padding: 120px 0 190px;
  }
}
@media (max-width: 767px) {
  .video-four {
    padding: 80px 0 190px;
    margin-bottom: -100px;
  }
}
.video-four::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(18, 47, 42, 0.91);
}

.video-four__shape-one {
  position: absolute;
  left: 11%;
  top: 68px;
  width: 510px;
  height: 100%;
  z-index: 1;
  background-image: url("../images/d-shape-2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  animation: shapeMove 4s linear 0s infinite;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .video-four__shape-one {
    left: 0%;
    top: 60px;
  }
}
@media (max-width: 1299px) {
  .video-four__shape-one {
    display: none;
  }
}

.video-four__shape-two {
  position: absolute;
  right: -15px;
  bottom: 30px;
  width: 359px;
  height: 278px;
  background-image: url("../images/video-4-shape-2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.6;
  z-index: 1;
  animation: zoomsIn 3s linear 0s infinite;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .video-four__shape-two {
    display: none;
  }
}

.video-four > .container {
  position: relative;
  z-index: 2;
}

.video-four__area {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .video-four__area {
    margin-bottom: 20px;
  }
}
.video-four__area img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.video-four__area .video-popup {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: #122f2a;
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}
.video-four__area .video-popup:hover {
  color: #ffa415;
}
.video-four__area .video-popup .ripple,
.video-four__area .video-popup .ripple:before,
.video-four__area .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-four__area .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-four__area .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-four__sub-title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: "Caveat", cursive;
  margin: 20px 0 14px;
}
@media (min-width: 768px) {
  .video-four__sub-title {
    font-size: 35px;
  }
}

.video-four__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .video-four__title {
    font-size: 40px;
  }
}

.video-four__text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 34px;
}

.video-four__content .ez-btn--primary {
  background: #ffa415;
  border-color: #ffa415;
}
.video-four__content .ez-btn--primary:hover {
  background: #ff5528;
  border-color: #ff5528;
}

@keyframes shapeMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoomsIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.blog-two .swiper-wrapper {
  height: auto !important;
}

.client-carousel {
  position: relative;
  border-top: 1px solid #e8e4d8;
  padding: 70px 0;
  background-color: var(--accent-color, #ffa415);
}
.client-carousel .swiper-wrapper {
  height: auto !important;
}
@media (max-width: 767px) {
  .client-carousel {
    padding: 40px 0;
  }
}
.client-carousel .sec-title {
  margin-bottom: 40px;
}

.client-carousel--home-two {
  border-top: none;
  border-bottom: 1px solid #e8e4d8;
  padding: 70px 0 71px;
}
.client-carousel--home-two .client-carousel__one {
  overflow: visible;
}
.client-carousel--home-two .swiper-slide {
  width: 270px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-carousel__one {
  position: relative;
}

.client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  max-width: 206px;
  height: 58px;
  overflow: hidden;
}
.client-carousel__one__item:hover {
  border-color: #ff5528;
}
.client-carousel__one__item:hover .client-carousel__one__item__hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.client-carousel__one__item:hover .client-carousel__one__item__normal {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}
.client-carousel__one__item img {
  transition: all 500ms ease;
  max-width: 122px;
  width: auto;
  height: auto;
  filter: none;
  opacity: 1;
}

.client-carousel__one__item__normal {
  transition: all 500ms ease;
}

.client-carousel__one__item__hover {
  transition: all 500ms ease;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(70%);
}

.main-footer__bottom {
  text-align: center;
  margin-top: 20px;
}

.main-footer__bottom__inner {
  padding: 25px 0;
  border-top: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.main-footer__copyright {
  margin: 0;
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.footer-widget__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--careox-white, #fff);
  text-transform: capitalize;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 34px;
}

.footer-widget--links-two {
  padding-left: 45px;
}

@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 0;
  }
}
.footer-widget__links {
  margin-top: -10px;
  margin-bottom: -13px;
}

.footer-widget__links li {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  font-weight: 400;
  line-height: 41px;
}

.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.footer-widget__links li a:hover {
  color: var(--careox-white, #fff);
}

.footer-widget__info {
  margin-top: -4px;
  margin-bottom: -13px;
}

.footer-widget__info li {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__info li a:hover {
  background-size: 100% 1px;
}

.footer-widget__info li a:hover {
  color: var(--careox-white, #fff);
}

.footer-widget__info__icon {
  font-size: 17px;
  color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}

.footer-widget__text {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  letter-spacing: 0.24px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 23px;
  max-width: 319px;
}

.footer-widget__box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
}

.footer-widget__box__icon {
  font-size: 34px;
  color: var(--careox-secondary, #ffa415);
  line-height: 1;
  display: flex;
  align-items: center;
}

.footer-widget__box__text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--careox-white, #fff);
  letter-spacing: 0.24px;
  margin: 0;
}

.footer-widget__box__text a {
  display: block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__box__text a:hover {
  background-size: 100% 1px;
}

.footer-widget__box__text a:hover {
  color: var(--careox-base, #ff5528);
}

.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 33px;
}

.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  font-size: 15px;
  color: var(--careox-text-gray, #bcbcbc);
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-widget__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}

.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.main-footer {
  background: #122f2a;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 56px;
}
.main-footer__top {
  padding-bottom: 40px;
}
.main-footer__top .row {
  gap: 30px 0;
}
.main-footer__bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer__bottom-inner {
  text-align: center;
}
.main-footer__copyright {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer__copyright a {
  color: #ffa415;
  font-weight: 600;
}
.main-footer__copyright a:hover {
  color: #ffb733;
}

.footer-widget {
  height: 100%;
  margin-bottom: 40px;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 20px;
}
.footer-widget__logo img {
  max-height: 70px;
  margin-bottom: 24px;
}
.footer-widget__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 26px;
}
.footer-widget__title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0 0 26px;
  position: relative;
  padding-bottom: 14px;
}
.footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #ffa415;
}
.footer-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget__list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.footer-widget__list li i {
  color: #ffa415;
  width: 18px;
}
.footer-widget__list li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget__list li a:hover {
  color: #ffa415;
  padding-left: 6px;
}
.footer-widget__social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-widget__social a {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer-widget__social a:hover {
  background: #ffa415;
  transform: translateY(-4px);
}
.footer-widget__btn {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
  }
  .footer-widget__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-widget__list li {
    justify-content: center;
  }
  .footer-widget__social {
    justify-content: center;
  }
}
.footer-widget__box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
}

.footer-widget__box__icon {
  font-size: 34px;
  color: var(--careox-secondary, #ffa415);
  line-height: 1;
  display: flex;
  align-items: center;
}

.footer-widget__box__text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--careox-white, #fff);
  letter-spacing: 0.24px;
  margin: 0;
}

.footer-widget__box__text a {
  display: block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__box__text a:hover {
  background-size: 100% 1px;
}

.footer-widget__box__text a:hover {
  color: var(--careox-base, #ff5528);
}

.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 33px;
}

.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  font-size: 15px;
  color: var(--careox-text-gray, #bcbcbc);
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-widget__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}

.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.swiper .swiper-pagination.incoming-donations__pagination {
  top: calc(100% - 50px);
  bottom: 0px;
}

#incoming-donations {
  background-color: #122f2a;
  padding: 20px 0;
}

.incoming-donations {
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
  padding: 20px 0;
}
.incoming-donations--header {
  padding-bottom: 0;
}
.incoming-donations--header .sec-title {
  margin-bottom: 20px;
}
.incoming-donations .sec-title {
  margin-bottom: 50px;
}
.incoming-donations .sec-title__title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
}
.incoming-donations .sec-title__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #ffa415 0%, #ff5528 100%);
}
.incoming-donations .sec-title__tagline {
  font-size: 15px;
  margin-bottom: 10px;
  color: #6b6b6b;
}
.incoming-donations small, .incoming-donations .small {
  font-size: 13px;
  color: #6b6b6b;
  display: block;
  margin-top: 8px;
}
.incoming-donations .emoji {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.incoming-donations__list { /* horizontal swiper layout — wrapper flex from .swiper-wrapper */ }

.incoming-donations .swiper-slide.incoming-donations__item {
  height: auto;
  box-sizing: border-box;
}

.incoming-donations__item {
  background-color: beige;
  border-radius: 16px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(18, 47, 42, 0.06), 0 2px 4px rgba(18, 47, 42, 0.04);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.incoming-donations__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffa415 0%, #ff5528 50%, #ffa415 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s ease;
  z-index: 1;
}
.incoming-donations__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(18, 47, 42, 0.1), 0 6px 12px rgba(18, 47, 42, 0.06);
}
.incoming-donations__item:hover::before {
  background-position: 100% 0%;
}

.incoming-donations__item__head {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "avatar name" "avatar date";
  align-items: center;
  column-gap: 14px;
  row-gap: 4px;
  padding: 28px 24px 18px;
}
.incoming-donations__item__head::before {
  content: "♥";
  grid-area: avatar;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffa415 0%, #ff5528 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  font-family: serif;
  box-shadow: 0 4px 10px rgba(255, 85, 40, 0.3);
  transition: transform 0.35s ease;
}

.incoming-donations__item:hover .incoming-donations__item__head::before {
  transform: scale(1.08) rotate(-6deg);
}

.incoming-donations__item__name {
  grid-area: name;
  font-size: 16px;
  margin: 0;
  color: #122f2a;
  font-weight: 700;
  line-height: 1.3;
}

.incoming-donations__item__date {
  grid-area: date;
  font-size: 11px;
  color: #8a8a8a;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.incoming-donations__item__comment {
  font-size: 13px;
  margin: 0;
  color: #555;
  line-height: 1.6;
  background: beige;
  position: relative;
  font-style: italic;
  padding: 0 16px;
}
.incoming-donations__item__comment::before {
  content: "“";
  position: absolute;
  top: 4px;
  left: 16px;
  font-size: 28px;
  line-height: 1;
  color: #ffa415;
  font-family: Georgia, serif;
  opacity: 0.55;
}
.incoming-donations__item__comment a {
  color: #ffa415;
  word-break: break-all;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}
.incoming-donations__item__comment a:hover {
  color: #ff5528;
}

.incoming-donations__item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 16px 24px 22px;
  border-top: 1px dashed #ececec;
  background: #ffffff;
}

.incoming-donations__item__label {
  font-size: 10px;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
}

.incoming-donations__item__amount {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, #ffa415 0%, #ff5528 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.5px;
}

.incoming-donations__pagination.swiper-pagination {
  bottom: 0;
}
.incoming-donations__pagination.swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  transition: all 0.25s ease;
}
.incoming-donations__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #ffa415 0%, #ff5528 100%);
  width: 28px;
  border-radius: 5px;
}

.incoming-donations__prev.swiper-button-prev,
.incoming-donations__next.swiper-button-next {
  color: #ffa415;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(18, 47, 42, 0.1);
  top: 45%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 164, 21, 0.2);
}
.incoming-donations__prev.swiper-button-prev:hover,
.incoming-donations__next.swiper-button-next:hover {
  background: #ffa415;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(255, 164, 21, 0.35);
}
.incoming-donations__prev.swiper-button-prev::after,
.incoming-donations__next.swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
}

.event-calendar-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 16px;
  background-color: #faf7f0;
  font-family: "Nunito Sans", sans-serif;
}

.breadcrumb-nav {
  margin-bottom: 32px;
  font-size: 14px;
  color: #636363;
  display: flex;
  align-items: center;
}
.breadcrumb-nav a {
  color: #ffa415;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb-nav a:hover {
  color: #ff5528;
}
.breadcrumb-nav .icofont-angle-right {
  margin: 0 8px;
  font-size: 12px;
  color: #6b6b6b;
}
.breadcrumb-nav .current-page {
  color: #122f2a;
  font-weight: 600;
}

.calendar-section {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin-bottom: 48px;
}

.calendar-header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.view-switchers {
  display: flex;
  background: #f6f4ee;
  padding: 4px;
  border-radius: 50px;
}
.view-switchers .view-btn, .view-switchers .a-link-btn {
  padding: 8px 20px;
  border: none;
  background: transparent;
  color: #636363;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.view-switchers .view-btn.active, .view-switchers .a-link-btn.active {
  background: #ffffff;
  color: #122f2a;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
}
.view-switchers .view-btn:hover:not(.active), .view-switchers .a-link-btn:hover:not(.active) {
  color: #ffa415;
}

.calendar-nav-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav-btn {
  padding: 8px 16px;
  border: 1px solid #e8e4d8;
  background: #ffffff;
  color: #122f2a;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-btn:hover {
  background: #f6f4ee;
  border-color: #ffa415;
  color: #ffa415;
}
.nav-btn i {
  font-size: 12px;
}

.month-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.month-title-bar h2, .month-title-bar .h2 {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 24px;
  margin: 0;
}
.month-title-bar .date-picker-wrapper input[type=date] {
  padding: 8px 12px;
  border: 1px solid #e8e4d8;
  border-radius: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #636363;
  cursor: pointer;
}
.month-title-bar .date-picker-wrapper input[type=date]:focus {
  outline: none;
  border-color: #ffa415;
}

.calendar-main-container {
  overflow: hidden;
}

.calendar-day-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #f6f4ee;
  border-bottom: 1px solid #e8e4d8;
  border-radius: 16px 16px 0 0;
}

.day-name {
  text-align: center;
  padding: 12px;
  font-weight: 600;
  color: #636363;
  font-size: 14px;
  text-transform: uppercase;
}

.calendar-grid-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-left: 1px solid #e8e4d8;
}

.calendar-day {
  aspect-ratio: 1/1;
  border-right: 1px solid #e8e4d8;
  border-bottom: 1px solid #e8e4d8;
  padding: 8px;
  position: relative;
  cursor: default;
  transition: all 0.3s ease;
  min-height: 80px;
  display: flex;
  flex-direction: column;
}
.calendar-day.other-month {
  background-color: #f6f4ee;
  color: #6b6b6b;
}
.calendar-day.other-month .day-number {
  opacity: 0.5;
}
.calendar-day.today {
  background-color: rgb(100%, 99.3137254902%, 98.2352941176%);
}
.calendar-day.today .day-number {
  font-weight: bold;
  color: #ffa415;
}
.calendar-day.has-events {
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255, 164, 21, 0.03), transparent);
  border-left: 3px solid #ffa415;
}
.calendar-day.has-events:hover {
  background-color: rgba(255, 164, 21, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 164, 21, 0.2);
}
.calendar-day:hover:not(.other-month):not(.has-events) {
  background-color: #f6f4ee;
}
.calendar-day .day-number {
  font-size: 16px;
  font-weight: 500;
  color: #122f2a;
  margin-bottom: auto;
}
.calendar-day .event-indicator {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #ffa415;
  padding-top: 8px;
}
.calendar-day .event-indicator i {
  font-size: 14px;
}
.calendar-day .event-more {
  font-size: 10px;
  font-weight: 600;
  color: #6b6b6b;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #6b6b6b;
}
.empty-state i {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}
.empty-state h3, .empty-state .h3 {
  color: #122f2a;
  margin-bottom: 8px;
}
.empty-state p {
  margin: 0;
}

.list-view .list-date-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #e8e4d8;
}
.list-view .list-date-header.today {
  border-bottom-color: #ffa415;
}
.list-view .list-date-header .date-day {
  font-size: 32px;
  font-weight: 700;
  color: #122f2a;
}
.list-view .list-date-header .date-month {
  font-size: 20px;
  font-weight: 600;
  color: #636363;
  text-transform: capitalize;
}
.list-view .list-date-header .date-year {
  font-size: 16px;
  color: #6b6b6b;
}
.list-view .list-date-header .today-badge {
  margin-left: auto;
  background: #ffa415;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.list-view .list-events {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.list-view .list-event-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e8e4d8;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.list-view .list-event-card:hover {
  border-color: #ffa415;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  transform: translateX(4px);
}
.list-view .list-event-card .list-event-time {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #122f2a;
  font-size: 18px;
  min-width: 100px;
}
.list-view .list-event-card .list-event-time i {
  color: #ffa415;
}
.list-view .list-event-card .list-event-info {
  flex: 1;
}
.list-view .list-event-card .list-event-info .list-event-category {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.list-view .list-event-card .list-event-info .list-event-title {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
}
.list-view .list-event-card .list-event-info .multi-day-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 13px;
  color: #6b6b6b;
}
.list-view .list-event-card .list-event-info .multi-day-badge i {
  font-size: 12px;
}
.list-view .list-event-card .list-event-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #ffa415;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.list-view .list-event-card .list-event-btn:hover {
  background: #ff5528;
  transform: translateX(2px);
}
.list-view .list-event-card .list-event-btn i {
  font-size: 14px;
}

.day-view .day-view-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: #f6f4ee;
  border-radius: 20px;
  margin-bottom: 32px;
}
.day-view .day-view-header.today {
  background: linear-gradient(135deg, rgb(100%, 95.4248366013%, 88.2352941176%), #ffffff);
}
.day-view .day-view-header .day-number-large {
  font-size: 64px;
  font-weight: 700;
  color: #122f2a;
  line-height: 1;
}
.day-view .day-view-header .day-name {
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  text-transform: capitalize;
}
.day-view .day-view-header .day-month-year {
  font-size: 18px;
  color: #6b6b6b;
  text-transform: capitalize;
}
.day-view .day-view-header .today-badge {
  margin-left: auto;
  background: #ffa415;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.day-view .day-events {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.day-view .day-event-card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e8e4d8;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.day-view .day-event-card:hover {
  border-color: #ffa415;
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
.day-view .day-event-card .day-event-time-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background: #f6f4ee;
  min-width: 140px;
  gap: 8px;
}
.day-view .day-event-card .day-event-time-wrapper .day-event-time,
.day-view .day-event-card .day-event-time-wrapper .day-event-end-time {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #122f2a;
  font-size: 16px;
}
.day-view .day-event-card .day-event-time-wrapper .day-event-time i,
.day-view .day-event-card .day-event-time-wrapper .day-event-end-time i {
  color: #ffa415;
}
.day-view .day-event-card .day-event-time-wrapper .day-event-end-time {
  color: #6b6b6b;
  font-size: 14px;
}
.day-view .day-event-card .day-event-time-wrapper .day-event-end-time i {
  font-size: 12px;
}
.day-view .day-event-card .day-event-content {
  flex: 1;
  padding: 20px;
}
.day-view .day-event-card .day-event-content .day-event-category {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.day-view .day-event-card .day-event-content .day-event-title {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 1.3;
}
.day-view .day-event-card .day-event-content .day-event-description {
  color: #636363;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 12px;
}
.day-view .day-event-card .day-event-content .multi-day-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #6b6b6b;
}
.day-view .day-event-card .day-event-content .multi-day-badge i {
  font-size: 12px;
}
.day-view .day-event-card .day-event-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  background: #ffffff;
  border-left: 1px solid #e8e4d8;
  color: #ffa415;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.day-view .day-event-card .day-event-btn:hover {
  background: #ffa415;
  color: #ffffff;
}
.day-view .day-event-card .day-event-btn i {
  font-size: 16px;
}

.past-events-section {
  margin-top: 48px;
}
.past-events-section .section-title {
  text-align: center;
  margin-bottom: 32px;
}
.past-events-section .section-title .section-heading {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 28px;
  margin: 0 0 16px;
}
.past-events-section .section-title .title-underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ffa415, #ff5528);
  margin: 0 auto;
  border-radius: 2px;
}

.events-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.event-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.22);
}
.event-card:hover .event-image {
  transform: scale(1.05);
}
.event-card .event-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.event-card .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.event-card .event-date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
}
.event-card .event-date-badge .event-date-day {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffa415;
  line-height: 1;
}
.event-card .event-date-badge .event-date-month {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #636363;
  text-transform: uppercase;
  margin-top: 2px;
}
.event-card .event-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-card .event-content .event-category {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.event-card .event-content .event-title {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 1.3;
  flex: 1;
}
.event-card .event-content .event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #6b6b6b;
}
.event-card .event-content .event-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-card .event-content .event-meta span i {
  color: #ffa415;
}

.event-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.event-modal.open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.event-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 47, 42, 0.7);
  backdrop-filter: blur(4px);
}
.event-modal .modal-content {
  position: relative;
  background: #ffffff;
  width: 90%;
  max-width: 650px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  z-index: 10;
  transform: translateY(20px);
  transition: transform 0.3s;
}
.event-modal .modal-content::-webkit-scrollbar {
  width: 8px;
}
.event-modal .modal-content::-webkit-scrollbar-track {
  background: #f6f4ee;
  border-radius: 50px;
}
.event-modal .modal-content::-webkit-scrollbar-thumb {
  background: #e8e4d8;
  border-radius: 50px;
}
.event-modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #6b6b6b;
}
.event-modal.open .modal-content {
  transform: translateY(0);
}
.event-modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  color: #122f2a;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
}
.event-modal .modal-close:hover {
  background: #ffa415;
  color: #ffffff;
  transform: rotate(90deg);
}

.modal-body .modal-image-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.modal-body .modal-image-wrapper .modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-body .modal-image-wrapper .modal-date-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.22);
}
.modal-body .modal-image-wrapper .modal-date-overlay .modal-date-day {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffa415;
  line-height: 1;
}
.modal-body .modal-image-wrapper .modal-date-overlay .modal-date-month {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #636363;
  text-transform: capitalize;
  margin-top: 4px;
}
.modal-body .modal-text {
  padding: 32px;
}
.modal-body .modal-text .modal-category {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
.modal-body .modal-text .modal-title {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 1.2;
}
.modal-body .modal-text .modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.modal-body .modal-text .modal-meta .modal-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #636363;
}
.modal-body .modal-text .modal-meta .modal-meta-item i {
  font-size: 18px;
}
.modal-body .modal-text .modal-divider {
  height: 1px;
  background: #e8e4d8;
  margin-bottom: 24px;
}
.modal-body .modal-text .modal-desc {
  color: #636363;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 32px;
}
.modal-body .modal-text .event-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}
.modal-body .modal-text .back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 16px;
  background: #f6f4ee;
  color: #122f2a;
  border: 1px solid #e8e4d8;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal-body .modal-text .back-button:hover {
  background: #e8e4d8;
  transform: translateY(-2px);
}
.modal-body .modal-text .modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-body .modal-text .modal-actions .modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
.modal-body .modal-text .modal-actions .modal-btn.modal-btn-primary {
  background: #ffa415;
  color: #ffffff;
}
.modal-body .modal-text .modal-actions .modal-btn.modal-btn-primary:hover {
  background: #ff5528;
  transform: translateY(-2px);
}
.modal-body .modal-text .modal-actions .modal-btn.modal-btn-secondary {
  background: #f6f4ee;
  color: #122f2a;
  border: 1px solid #e8e4d8;
}
.modal-body .modal-text .modal-actions .modal-btn.modal-btn-secondary:hover {
  background: #e8e4d8;
  transform: translateY(-2px);
}

.day-events-modal .day-events-title {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 24px;
  margin: 0 0 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.day-events-modal .day-events-title i {
  font-size: 28px;
  color: #ffa415;
}
.day-events-modal .day-events-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.day-event-item {
  background: #f6f4ee;
  border-left: 4px solid #ffa415;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}
.day-event-item:hover {
  background: rgba(255, 164, 21, 0.08);
  transform: translateX(4px);
}
.day-event-item .event-item-title {
  font-family: "Rubik", sans-serif;
  color: #122f2a;
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 1.3;
}
.day-event-item .event-item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.day-event-item .event-item-meta .event-item-time {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #636363;
}
.day-event-item .event-item-meta .event-item-time i {
  color: #ffa415;
  font-size: 16px;
}
.day-event-item .event-item-meta .event-item-category .category-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 164, 21, 0.15);
  color: #ffa415;
}
.day-event-item .event-item-description {
  color: #636363;
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.day-event-item .event-item-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 16px;
  background: #ffa415;
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 12px;
}
.day-event-item .event-item-button:hover {
  background: #ff5528;
  transform: translateY(-2px);
}
.day-event-item .event-item-button:active {
  transform: translateY(0);
}

.modal-body {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #122f2a;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1100;
  animation: toastSlideIn 0.3s ease-out;
}
.modal-body i {
  font-size: 24px;
  color: #ffa415;
}
@keyframes toastSlideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .calendar-header-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .view-switchers {
    justify-content: center;
  }
  .calendar-nav-controls {
    justify-content: center;
    flex-wrap: wrap;
  }
  .month-title-bar {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .calendar-day-header,
  .calendar-grid-body {
    grid-template-columns: repeat(7, 1fr);
  }
  .calendar-day {
    min-height: 60px;
    padding: 4px;
  }
  .calendar-day .day-number {
    font-size: 14px;
  }
  .calendar-day .event-dot {
    width: 6px;
    height: 6px;
  }
  .list-event-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .list-event-time {
    margin-bottom: 8px;
  }
  .list-event-btn {
    width: 100%;
    justify-content: center;
  }
  .day-event-card {
    flex-direction: column;
  }
  .day-event-card .day-event-time-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    min-width: auto;
    padding: 16px 20px;
  }
  .day-event-card .day-event-btn {
    border-left: none;
    border-top: 1px solid #e8e4d8;
    padding: 16px 20px;
  }
  .events-grid {
    grid-template-columns: 1fr;
  }
  .modal-body .modal-image-wrapper {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .calendar-day {
    min-height: 50px;
  }
  .calendar-day .day-number {
    font-size: 12px;
  }
  .calendar-day .event-dot {
    width: 4px;
    height: 4px;
  }
  .day-view-header {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .day-view-header .day-number-large {
    font-size: 48px;
  }
  .day-view-header .today-badge {
    margin-left: 0;
    margin-top: 12px;
  }
}
.deti-calendar-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
  background: linear-gradient(135deg, #faf7f0 0%, #fff9e6 100%);
  font-family: "Nunito Sans", sans-serif;
}

.deti-header {
  text-align: center;
  margin-bottom: 40px;
}
.deti-header .deti-title {
  font-family: "Caveat", cursive;
  font-size: 48px;
  color: #ffa415;
  margin-bottom: 8px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.deti-header .deti-subtitle {
  font-size: 18px;
  color: #636363;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.deti-calendar-container {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  padding: 24px;
  margin-bottom: 40px;
  border: 4px solid #ffa415;
}

.deti-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.deti-calendar-header .deti-nav-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}
.deti-calendar-header .deti-month-title {
  font-family: "Caveat", cursive;
  font-size: 36px;
  color: #122f2a;
  margin: 0;
}

.deti-nav-btn {
  padding: 12px 20px;
  border: 3px solid #ffa415;
  background: #ffffff;
  color: #ffa415;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.deti-nav-btn:hover {
  background: #ffa415;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 164, 21, 0.3);
}
.deti-nav-btn i {
  font-size: 18px;
}

.deti-calendar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.deti-day-header {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 8px;
  font-weight: 700;
  color: #122f2a;
  font-size: 16px;
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
  border-radius: 16px;
  text-transform: uppercase;
}
.deti-day-header .deti-day-name {
  flex: 0 1 14.2857142857%;
  display: flex;
  justify-content: center;
}

.deti-calendar-day {
  flex: 0 1 calc(14.2857142857% - 8px);
  aspect-ratio: 1/1;
  background: #ffffff;
  border: 3px solid #e8e4d8;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.deti-calendar-day:hover {
  border-color: #ffa415;
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 4px 12px rgba(255, 164, 21, 0.2);
  background: #f6f4ee;
}
.deti-calendar-day.today {
  background: linear-gradient(135deg, rgb(100%, 99.3137254902%, 98.2352941176%), #ffffff);
  border-color: #44C895;
  border-width: 4px;
  animation: pulse 2s infinite;
}
.deti-calendar-day.today.has-event {
  border-color: #44C895;
}
.deti-calendar-day.has-event {
  border-color: #ffa415;
  background: white;
}
.deti-calendar-day.other-month {
  opacity: 0.4;
  cursor: default;
}
.deti-calendar-day.other-month:hover {
  transform: none;
}
.deti-calendar-day .deti-day-number {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #122f2a;
  margin-bottom: 0;
}
.deti-calendar-day .deti-day-event-icon {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deti-calendar-day .deti-day-event-icon svg {
  width: 100%;
  height: 100%;
}
.deti-calendar-day .deti-day-event-title {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #122f2a;
  line-height: 1.2;
  margin-top: 4px;
}
.deti-calendar-day .deti-event-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ffa415;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ffffff;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.deti-events-section {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin-bottom: 40px;
  border: 3px dashed #ffa415;
}
.deti-events-section .deti-section-title {
  font-family: "Caveat", cursive;
  font-size: 32px;
  color: #ffa415;
  text-align: center;
  margin-bottom: 24px;
}

.deti-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.deti-event-card {
  background: #ffffff;
  border: 3px solid #e8e4d8;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
}
.deti-event-card:hover {
  transform: translateY(-8px) rotate(-2deg);
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  border-color: #ffa415;
}
.deti-event-card .deti-event-illustration {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, rgb(100%, 99.3137254902%, 98.2352941176%), #ffffff);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px dashed #e8e4d8;
}
.deti-event-card .deti-event-illustration svg {
  width: 100px;
  height: 100px;
}
.deti-event-card .deti-event-content {
  padding: 20px;
}
.deti-event-card .deti-event-content .deti-event-title {
  font-family: "Caveat", cursive;
  font-size: 24px;
  color: #122f2a;
  margin: 0 0 12px;
  line-height: 1.3;
}
.deti-event-card .deti-event-content .deti-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 15px;
  color: #636363;
  font-weight: 600;
}
.deti-event-card .deti-event-content .deti-event-meta .deti-event-date {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
  padding: 6px 12px;
  border-radius: 50px;
}
.deti-event-card .deti-event-content .deti-event-meta .deti-event-date i {
  color: #ffa415;
}
.deti-event-card .deti-event-content .deti-event-meta .deti-event-time {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgb(100%, 87.6470588235%, 68.2352941176%);
  padding: 6px 12px;
  border-radius: 50px;
}
.deti-event-card .deti-event-content .deti-event-meta .deti-event-time i {
  color: #ffa415;
}
.deti-event-card .deti-event-content .deti-event-category {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 16px;
  background: #ffa415;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.illustration-selector-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.illustration-selector-modal.open {
  display: flex;
}
.illustration-selector-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 47, 42, 0.7);
  backdrop-filter: blur(4px);
}
.illustration-selector-modal .modal-content {
  position: relative;
  background: #ffffff;
  width: 95%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  border: 4px solid #ffa415;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  padding: 32px;
  animation: modalPopIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.illustration-selector-modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 3px solid #ffa415;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  color: #ffa415;
  z-index: 10;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 1;
}
.illustration-selector-modal .modal-close:hover {
  background: #ffa415;
  color: #ffffff;
  transform: rotate(180deg) scale(1.1);
}
.illustration-selector-modal .modal-title {
  font-family: "Caveat", cursive;
  font-size: 36px;
  color: #ffa415;
  text-align: center;
  margin-bottom: 24px;
}

@keyframes modalPopIn {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.illustration-selector .illustration-category {
  margin-bottom: 32px;
}
.illustration-selector .illustration-category h3, .illustration-selector .illustration-category .h3 {
  font-family: "Caveat", cursive;
  font-size: 28px;
  color: #122f2a;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px dashed #ffa415;
}

.illustration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 16px;
}

.illustration-option {
  background: #ffffff;
  border: 3px solid #e8e4d8;
  border-radius: 16px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.illustration-option:hover {
  border-color: #ffa415;
  transform: scale(1.1) rotate(3deg);
  box-shadow: 0 4px 12px rgba(255, 164, 21, 0.3);
  background: white;
}
.illustration-option.selected {
  border-color: #ffa415;
  border-width: 4px;
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
}
.illustration-option svg {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
.illustration-option .illustration-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #636363;
  line-height: 1.2;
}

.deti-event-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.deti-event-modal.open {
  display: flex;
}
.deti-event-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 47, 42, 0.6);
  backdrop-filter: blur(4px);
}
.deti-event-modal .modal-content {
  position: relative;
  background: #ffffff;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  border: 4px solid #ffa415;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  animation: modalSlideUp 0.4s ease-out;
}
.deti-event-modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 3px solid #ffa415;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  color: #ffa415;
  z-index: 10;
  transition: all 0.3s ease;
  font-weight: 700;
}
.deti-event-modal .modal-close:hover {
  background: #ffa415;
  color: #ffffff;
  transform: rotate(180deg);
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.deti-modal-body .modal-illustration-wrapper {
  position: relative;
  height: 250px;
  background: linear-gradient(135deg, rgb(100%, 99.3137254902%, 98.2352941176%), #ffffff);
  border-bottom: 4px dashed #ffa415;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.deti-modal-body .modal-illustration-wrapper .modal-illustration svg {
  width: 150px;
  height: 150px;
}
.deti-modal-body .modal-text {
  padding: 32px;
}
.deti-modal-body .modal-text .modal-category {
  display: inline-block;
  padding: 8px 20px;
  background: #ffa415;
  color: #ffffff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.deti-modal-body .modal-text .modal-title {
  font-family: "Caveat", cursive;
  font-size: 32px;
  color: #122f2a;
  margin: 0 0 20px;
  line-height: 1.2;
}
.deti-modal-body .modal-text .modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  background: #f6f4ee;
  border-radius: 20px;
  border: 2px dashed #e8e4d8;
}
.deti-modal-body .modal-text .modal-meta .modal-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #636363;
}
.deti-modal-body .modal-text .modal-meta .modal-meta-item i {
  font-size: 20px;
  color: #ffa415;
}
.deti-modal-body .modal-text .modal-desc {
  color: #636363;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 24px;
}
.deti-modal-body .modal-text .modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.deti-modal-body .modal-text .modal-actions .modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}
.deti-modal-body .modal-text .modal-actions .modal-btn.modal-btn-primary {
  background: #ffa415;
  color: #ffffff;
  border-color: #ffa415;
}
.deti-modal-body .modal-text .modal-actions .modal-btn.modal-btn-primary:hover {
  background: #ff5528;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(255, 164, 21, 0.4);
}
.deti-modal-body .modal-text .modal-actions .modal-btn.modal-btn-secondary {
  background: #ffffff;
  color: #ffa415;
  border-color: #ffa415;
}
.deti-modal-body .modal-text .modal-actions .modal-btn.modal-btn-secondary:hover {
  background: #ffa415;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(255, 164, 21, 0.4);
}

.deti-admin-form {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  padding: 32px;
  border: 3px solid #ffa415;
}
.deti-admin-form .admin-form-title {
  font-family: "Caveat", cursive;
  font-size: 32px;
  color: #ffa415;
  margin-bottom: 24px;
  text-align: center;
}
.deti-admin-form .form-group {
  margin-bottom: 24px;
}
.deti-admin-form .form-group label {
  display: block;
  font-weight: 700;
  color: #122f2a;
  margin-bottom: 8px;
  font-size: 16px;
}
.deti-admin-form .form-group input[type=text],
.deti-admin-form .form-group input[type=date],
.deti-admin-form .form-group input[type=time],
.deti-admin-form .form-group input[type=datetime-local],
.deti-admin-form .form-group textarea,
.deti-admin-form .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e8e4d8;
  border-radius: 16px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s ease;
}
.deti-admin-form .form-group input[type=text]:focus,
.deti-admin-form .form-group input[type=date]:focus,
.deti-admin-form .form-group input[type=time]:focus,
.deti-admin-form .form-group input[type=datetime-local]:focus,
.deti-admin-form .form-group textarea:focus,
.deti-admin-form .form-group select:focus {
  outline: none;
  border-color: #ffa415;
  box-shadow: 0 0 0 3px rgb(100%, 87.6470588235%, 68.2352941176%);
}
.deti-admin-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.deti-admin-form .form-row {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .deti-admin-form .form-row {
    flex-direction: column;
  }
}
.deti-admin-form .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: #ffa415;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.deti-admin-form .btn-submit:hover {
  background: #ff5528;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 164, 21, 0.4);
}
.deti-admin-form .form-status {
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
}
.deti-admin-form .form-status .status-loading {
  color: #636363;
}
.deti-admin-form .form-status .status-success {
  color: #27ae60;
}
.deti-admin-form .form-status .status-error {
  color: #e74c3c;
}

.selected-illustration-preview {
  margin-top: 12px;
}
.selected-illustration-preview .selected-illustration-preview-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
  padding: 12px 16px;
  border-radius: 16px;
  border: 2px dashed #ffa415;
}
.selected-illustration-preview .selected-illustration-preview-card strong {
  color: #122f2a;
  font-size: 14px;
}
.selected-illustration-preview .selected-illustration-preview-card .illustration-preview-svg {
  width: 50px;
  height: 50px;
}
.selected-illustration-preview .selected-illustration-preview-card .illustration-preview-svg svg {
  width: 100%;
  height: 100%;
}
.selected-illustration-preview .selected-illustration-preview-card span {
  font-weight: 700;
  color: #122f2a;
}

.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #122f2a;
  color: white;
  padding: 16px 24px;
  border-radius: 50px;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  z-index: 3000;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideUp 0.4s ease-out;
}
.toast-notification i {
  font-size: 20px;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.deti-modal-body .modal-divider {
  height: 2px;
  background: rgb(98.3997469956%, 98.1214421252%, 97.2865275142%);
  margin: 20px 0;
  border: none;
}

/* Auth Pages Styles */
.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #faf7f0 0%, #fff9e6 100%);
  padding: 20px;
  font-family: "Nunito Sans", sans-serif;
}

.auth-card {
  background: #ffffff;
  max-width: 450px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
  border: 4px solid #ffa415;
  padding: 40px;
  text-align: center;
}

.auth-header {
  margin-bottom: 32px;
}
.auth-header .auth-logo {
  width: 150px;
  margin-bottom: 20px;
}
.auth-header .auth-title {
  font-family: "Caveat", cursive;
  font-size: 36px;
  color: #ffa415;
  margin-bottom: 8px;
}
.auth-header p {
  color: #636363;
  font-size: 16px;
}

.auth-form .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.auth-form .form-group label {
  display: block;
  font-weight: 700;
  color: #122f2a;
  margin-bottom: 8px;
  font-size: 14px;
}
.auth-form .form-group .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.auth-form .form-group .input-wrapper i {
  position: absolute;
  left: 12px;
  color: #ffa415;
  font-size: 18px;
}
.auth-form .form-group .input-wrapper input {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border: 2px solid #e8e4d8;
  border-radius: 16px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.auth-form .form-group .input-wrapper input:focus {
  outline: none;
  border-color: #ffa415;
  box-shadow: 0 0 0 3px rgb(100%, 87.6470588235%, 68.2352941176%);
}
.auth-form .auth-footer {
  margin-bottom: 24px;
  font-size: 14px;
  color: #636363;
}
.auth-form .auth-footer a {
  color: #ffa415;
  font-weight: 700;
  text-decoration: none;
}
.auth-form .auth-footer a:hover {
  text-decoration: underline;
}
.auth-form .auth-btn {
  width: 100%;
  padding: 14px;
  background: #ffa415;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.auth-form .auth-btn:hover {
  background: #ff5528;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 164, 21, 0.3);
}

@media (max-width: 576px) {
  .auth-card {
    padding: 24px;
  }
}
/* Admin Dashboard Styles */
.admin-dashboard {
  display: flex;
  min-height: 100vh;
  background: #f6f4ee;
  font-family: "Nunito Sans", sans-serif;
}

.admin-sidebar {
  width: 260px;
  background: #122f2a;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  z-index: 100;
  top: 0;
}
.admin-sidebar .admin-sidebar-brand {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.admin-sidebar .admin-sidebar-brand img {
  width: 40px;
  height: auto;
  filter: brightness(0) invert(1);
}
.admin-sidebar .admin-sidebar-brand span {
  font-family: "Caveat", cursive;
  font-size: 24px;
  font-weight: 700;
}
.admin-sidebar .admin-nav {
  flex: 1;
  padding: 20px 0;
}
.admin-sidebar .admin-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin-sidebar .admin-nav ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}
.admin-sidebar .admin-nav ul li a i {
  font-size: 18px;
}
.admin-sidebar .admin-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.admin-sidebar .admin-nav ul li a.active {
  background: rgba(255, 164, 21, 0.1);
  color: #ffa415;
  border-left-color: #ffa415;
}
.admin-sidebar .logout {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.admin-sidebar .logout a {
  color: #ff5528 !important;
}
.admin-sidebar .logout a:hover {
  background: rgba(255, 0, 0, 0.1) !important;
}

.admin-main {
  margin-left: 280px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.admin-main-header {
  background: #ffffff;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 90;
}
.admin-main-header .admin-page-title {
  font-family: "Caveat", cursive;
  font-size: 28px;
  color: #122f2a;
  margin: 0;
}
.admin-main-header .admin-user-info {
  font-size: 14px;
  color: #636363;
}

.admin-content {
  padding: 30px 40px;
}

.admin-page {
  padding: 30px 0;
}

.admin-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.admin-page-header .admin-page-title {
  font-family: "Caveat", cursive;
  font-size: 32px;
  color: #122f2a;
  margin: 0;
}

.admin-content-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border: 1px solid #e8e4d8;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.admin-table th {
  text-align: left;
  padding: 12px;
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
  color: #122f2a;
  border-bottom: 2px solid #ffa415;
  font-weight: 700;
}
.admin-table td {
  padding: 12px;
  border-bottom: 1px solid #e8e4d8;
  vertical-align: middle;
}
.admin-table .text-center {
  text-align: center;
}
.admin-table .text-right {
  text-align: right;
}
.admin-table .admin-event-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.admin-table .admin-event-icon svg {
  width: 30px;
  height: 30px;
}
.admin-table .fallback-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.admin-table .admin-table-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.3s ease;
  color: #636363;
}
.admin-table .admin-table-btn:hover {
  transform: scale(1.1);
}
.admin-table .admin-table-btn.btn-edit {
  background: rgb(100%, 95.4248366013%, 88.2352941176%);
  color: #ffa415;
}
.admin-table .admin-table-btn.btn-edit:hover {
  background: #ffa415;
  color: #ffffff;
}
.admin-table .admin-table-btn.btn-delete {
  background: rgb(99.3553585818%, 95.1920494225%, 94.762288477%);
  color: #e74c3c;
}
.admin-table .admin-table-btn.btn-delete:hover {
  background: #e74c3c;
  color: #ffffff;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.dashboard-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.dashboard-card:hover {
  border-color: #ffa415;
  transform: translateY(-5px);
  box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.22);
}
.dashboard-card .card-icon {
  width: 80px;
  height: 80px;
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
  color: #ffa415;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.dashboard-card .card-info h3, .dashboard-card .card-info .h3 {
  font-family: "Caveat", cursive;
  font-size: 24px;
  margin-bottom: 12px;
  color: #122f2a;
}
.dashboard-card .card-info p {
  color: #636363;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}
.dashboard-card .admin-card-link {
  text-decoration: none;
  color: #ffa415;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.dashboard-card .admin-card-link:hover {
  color: #122f2a;
  gap: 12px;
}
.dashboard-card.card-events .card-icon {
  background: rgb(100%, 95.4248366013%, 88.2352941176%);
  color: #ffa415;
}
.dashboard-card.card-blog .card-icon {
  background: rgb(88.4848484848%, 96.6131907308%, 93.4726948631%);
  color: #44C895;
}
.dashboard-card.card-users .card-icon {
  background: rgb(95.9936406995%, 93.7042925278%, 99.2368839428%);
  color: #8139E7;
}

.btn-admin-primary {
  background: #ffa415;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-admin-primary:hover {
  background: #ff5528;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 164, 21, 0.3);
}

.btn-admin-secondary {
  background: #ffffff;
  color: #ffa415;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: 3px solid #ffa415;
}
.btn-admin-secondary:hover {
  background: rgb(100%, 99.3137254902%, 98.2352941176%);
  transform: translateY(-2px);
}

.admin-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.admin-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .admin-form .form-row {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.admin-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-form .form-group label {
  font-weight: 700;
  color: #122f2a;
  font-size: 14px;
}
.admin-form .form-group input, .admin-form .form-group select, .admin-form .form-group textarea {
  padding: 12px;
  border: 2px solid #e8e4d8;
  border-radius: 16px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.admin-form .form-group input:focus, .admin-form .form-group select:focus, .admin-form .form-group textarea:focus {
  outline: none;
  border-color: #ffa415;
  box-shadow: 0 0 0 3px rgb(100%, 87.6470588235%, 68.2352941176%);
}
.admin-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e4d8;
}

.status-badge {
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.status-badge.status-visible {
  background: rgb(88.4848484848%, 96.6131907308%, 93.4726948631%);
  color: #27ae60;
}
.status-badge.status-draft {
  background: white;
  color: #7f8c8d;
}

.row-draft {
  background: #f9f9f9;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .admin-dashboard {
    flex-direction: column;
  }
  .admin-sidebar {
    position: relative;
    width: 100%;
    height: auto;
  }
  .admin-sidebar .admin-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  .admin-sidebar .admin-nav ul li {
    flex: 0 1 auto;
  }
  .admin-main {
    margin-left: 0;
  }
}
/* ============================================
   GALLERY ALBUM GRID
   ============================================ */
/* Album grid - 5 column layout */
.album-grid-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.album-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -3px;
}

.album-card {
  width: 20%;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 991px) {
  .album-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .album-card {
    width: 100%;
  }
}

.album-card__inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.album-card__inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.album-card__inner:hover .album-card__image img {
  transform: scale(1.05);
}
.album-card__inner:hover .album-card__hover {
  opacity: 1;
}

.album-card__image {
  position: relative;
  overflow: hidden;
  height: 133px;
}
.album-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}

.album-card__hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}

.album-card__hover-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7a900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.album-card__title {
  padding: 5px 2px 5px 0;
  font-size: 13px;
  color: #343434;
  line-height: 1.35;
  min-height: 28px;
}
.album-card__title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ============================================
   LIGHTBOX MODAL
   ============================================ */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lightbox-modal.lightbox-active {
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}

.lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Image wrapper and container */
.lightbox-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  max-height: 90vh;
}
@media (max-width: 768px) {
  .lightbox-image-wrapper {
    max-width: 95%;
  }
}

.lightbox-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.lightbox-image-container img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.lightbox-image-container img.lightbox-fade-in {
  opacity: 1;
  transform: scale(1);
}
.lightbox-image-container img.lightbox-fade-out {
  opacity: 0;
  transform: scale(0.95);
}

/* Navigation buttons */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease;
  z-index: 2;
  backdrop-filter: blur(10px);
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.lightbox-close {
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .lightbox-close {
    top: 10px;
    right: 10px;
  }
}

.lightbox-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-prev:hover {
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-prev {
    left: 10px;
  }
}

.lightbox-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-next:hover {
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-next {
    right: 10px;
  }
}

/* Caption */
.lightbox-caption {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 15px;
  backdrop-filter: blur(10px);
  display: none;
}
@media (max-width: 768px) {
  .lightbox-caption {
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}

/* Footer with counter and thumbnails */
.lightbox-footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 2;
  width: 90%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .lightbox-footer {
    bottom: 10px;
    gap: 10px;
    width: 95%;
  }
}

.lightbox-counter {
  position: static;
  transform: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .lightbox-counter {
    padding: 6px 16px;
    font-size: 12px;
  }
}

/* Thumbnail navigation */
.lightbox-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scroll-behavior: smooth;
}
.lightbox-thumbnails::-webkit-scrollbar {
  height: 6px;
}
.lightbox-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}
.lightbox-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.lightbox-thumbnails::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .lightbox-thumbnails {
    padding: 8px 10px;
    gap: 6px;
  }
}

.lightbox-thumbnail {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.lightbox-thumbnail:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.lightbox-thumbnail.active {
  border-color: #f7a900;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(247, 169, 0, 0.5);
}
@media (max-width: 768px) {
  .lightbox-thumbnail.active {
    transform: scale(1.05);
  }
}
.lightbox-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .lightbox-thumbnail {
    width: 50px;
    height: 50px;
  }
}

/* Loading spinner */
.lightbox-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox-loader.active {
  opacity: 1;
}
.lightbox-loader .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Body overflow control for modals */
body.overflow-hidden {
  overflow: hidden !important;
  height: 100vh;
}