/* Aurora home-page and footer refinements. Kept separate from the minified theme file. */
body.theme-aurora {
  --aurora-orange: #ff7a1a;
  --aurora-footer-text: #d9e7f8;
  --aurora-footer-muted: #aebfd5;
}

.theme-aurora .statistic-2 .txt-block h3 {
  color: var(--aurora-orange) !important;
  font-weight: 800;
  text-shadow: 0 8px 28px rgba(255, 122, 26, .22);
}

.theme-aurora #main-content > .pre-footer-cta {
  padding: 0 !important;
  background: #10002f;
}

.theme-aurora .pre-footer-cta .container-fluid {
  background: linear-gradient(115deg, #10002f 0%, #1c0752 58%, #092b5f 100%) !important;
}

.theme-aurora .pre-footer-cta .col {
  padding-bottom: 0 !important;
}

.theme-aurora .pre-footer-cta .more-questions {
  margin-top: 0;
  padding: 48px 0;
}

.theme-aurora .pre-footer-cta .more-questions-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.theme-aurora .pre-footer-cta .more-questions-txt,
.theme-aurora .pre-footer-cta .more-questions-btn {
  float: none;
  margin: 0;
}

.theme-aurora .pre-footer-cta .more-questions-txt h6 {
  color: #fff !important;
  line-height: 1.35;
  margin: 0;
}

.theme-aurora .pre-footer-cta .btn {
  border-color: rgba(255, 255, 255, .78) !important;
  color: #fff;
}

.theme-aurora .footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 72px !important;
  padding-bottom: 28px;
  color: var(--aurora-footer-text) !important;
  border-top: 1px solid rgba(100, 190, 255, .2);
  background-color: #06152b !important;
  background-image:
    radial-gradient(circle at 88% 10%, rgba(35, 196, 232, .17), transparent 30%),
    radial-gradient(circle at 6% 90%, rgba(255, 122, 26, .1), transparent 26%),
    linear-gradient(135deg, #06152b 0%, #0a2347 58%, #073551 100%) !important;
  background-blend-mode: normal;
}

.theme-aurora .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .025), transparent);
}

.theme-aurora .footer .container {
  position: relative;
  z-index: 1;
}

.theme-aurora .footer > .container > .row {
  align-items: flex-start;
  row-gap: 30px;
}

.theme-aurora .footer .lt-img {
  display: none !important;
}

.theme-aurora .footer .dt-img {
  display: block !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .16));
}

.theme-aurora .footer .footer-info,
.theme-aurora .footer .footer-links {
  margin-bottom: 28px;
}

.theme-aurora .footer .footer-info p {
  max-width: 300px;
  color: var(--aurora-footer-muted) !important;
  font-size: .96rem;
  line-height: 1.75;
}

.theme-aurora .footer .footer-heading {
  position: relative;
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -.01em;
  margin-bottom: 22px;
  padding-bottom: 12px;
}

.theme-aurora .footer .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--aurora-orange), #ffc06f);
}

.theme-aurora .footer .foo-links li + li {
  margin-top: 7px;
}

.theme-aurora .footer .foo-links a {
  display: inline-block;
  color: var(--aurora-footer-text) !important;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.theme-aurora .footer .foo-links a:hover,
.theme-aurora .footer .foo-links a:focus-visible {
  color: #fff !important;
  transform: translateX(4px);
}

.theme-aurora .footer .footer-socials a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.theme-aurora .footer .footer-socials a:hover,
.theme-aurora .footer .footer-socials a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(35, 196, 232, .7);
  background: rgba(35, 196, 232, .17);
}

.theme-aurora .footer .footer-socials li span {
  color: #fff !important;
  opacity: 1;
}

.theme-aurora .footer .footer-connect img {
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.theme-aurora .footer hr {
  margin: 28px 0 22px;
  border-color: rgba(255, 255, 255, .16);
  opacity: 1;
}

.theme-aurora .footer .bottom-footer p {
  color: var(--aurora-footer-muted) !important;
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .theme-aurora .pre-footer-cta .more-questions {
    padding: 38px 18px;
  }

  .theme-aurora .pre-footer-cta .more-questions-holder {
    display: block;
    text-align: center;
  }

  .theme-aurora .pre-footer-cta .more-questions-txt {
    text-align: center !important;
  }

  .theme-aurora .pre-footer-cta .more-questions-btn {
    margin-top: 18px;
  }

  .theme-aurora .footer {
    padding-top: 50px !important;
    padding-bottom: 24px;
  }

  .theme-aurora .footer .footer-info,
  .theme-aurora .footer .footer-links,
  .theme-aurora .footer .footer-connect {
    margin-bottom: 14px;
  }

  .theme-aurora .footer .footer-info p {
    max-width: none;
  }

  .theme-aurora .footer .foo-links {
    display: block !important;
    padding-top: 0;
  }

  .theme-aurora .footer .fl-1,
  .theme-aurora .footer .fl-2,
  .theme-aurora .footer .fl-3,
  .theme-aurora .footer .fl-4 {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 22px;
    padding-bottom: 22px;
  }

  .theme-aurora .footer hr {
    display: block;
    margin: 18px 0;
  }
}

/* Aurora navigation bar */
.theme-aurora #header {
  position: relative;
  z-index: 1200;
  min-height: 82px;
  background: #07172f;
}

.theme-aurora .header-wrapper {
  height: 82px;
  background: linear-gradient(105deg, rgba(5, 20, 43, .98), rgba(8, 48, 83, .97));
  border-bottom: 1px solid rgba(126, 213, 240, .2);
  box-shadow: 0 12px 34px rgba(2, 16, 36, .2);
}

.theme-aurora .tra-menu .wsmainfull,
.theme-aurora .tra-menu .wsmainfull.scroll {
  height: 82px;
  padding: 0 !important;
  background: linear-gradient(105deg, rgba(5, 20, 43, .98), rgba(8, 48, 83, .97)) !important;
  box-shadow: none;
}

@media (min-width: 992px) {
  .theme-aurora .wsmainwp {
    display: flex;
    width: min(calc(100% - 32px), 1240px);
    max-width: 1240px;
    min-height: 82px;
    align-items: center;
    gap: 18px;
  }

  .theme-aurora .desktoplogo {
    float: none;
    flex: 0 0 168px;
    width: 168px;
  }

  .theme-aurora .desktoplogo-dark {
    display: none !important;
  }

  .theme-aurora .desktoplogo-light {
    display: block !important;
  }

  .theme-aurora .desktoplogo-light img {
    width: 168px;
    height: auto;
    max-height: 44px;
  }

  .theme-aurora .wsmenu {
    display: block;
    float: none;
    flex: 1 1 auto;
    min-width: 0;
  }

  .theme-aurora .wsmenu > .wsmenu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li {
    float: none;
    flex: 0 0 auto;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a,
  .theme-aurora .wsmenu > .wsmenu-list > li > a.h-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    margin: 0;
    padding: 8px 8px;
    border-radius: 10px;
    color: #edf7ff;
    font-size: .84rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a.h-link:hover,
  .theme-aurora .wsmenu > .wsmenu-list > li > a.h-link:focus-visible {
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a.last-link {
    min-height: 40px;
    margin-left: 4px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .34) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
    box-shadow: none;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a.last-link:hover,
  .theme-aurora .wsmenu > .wsmenu-list > li > a.last-link:focus-visible {
    border-color: rgba(126, 227, 246, .75) !important;
    background: rgba(35, 196, 232, .18) !important;
  }
}

.theme-aurora .language-switch > a {
  gap: 5px;
  border: 1px solid rgba(126, 227, 246, .35);
  background: rgba(5, 17, 38, .22);
}

.theme-aurora .language-switch .lang-option {
  color: #b9cce1;
  font-size: .78rem;
  font-weight: 700;
}

.theme-aurora .language-switch .lang-option.is-active {
  color: #ffad66;
}

.theme-aurora .language-switch .lang-divider {
  color: rgba(255, 255, 255, .45);
}

/* Aurora inner-page foundations */
.theme-aurora .inner-page-hero {
  display: flex;
  min-height: 288px;
  align-items: center;
  padding: 58px 0 48px !important;
  overflow: hidden;
}

.theme-aurora .inner-page-hero .section-title {
  margin-top: 0 !important;
}

.theme-aurora .inner-page-hero .section-title .gradient {
  background: linear-gradient(90deg, #fff 0%, #a8ecf7 62%, #ffb36d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 14px 42px rgba(0, 0, 0, .16);
}

.theme-aurora .inner-page-hero .section-title .p-lg {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #eef8ff;
  line-height: 1.65;
}

.theme-aurora #main-content > .divider {
  display: none;
}

/* Aurora blog listing and detail */
.theme-aurora .blog-list-section,
.theme-aurora .blog-detail-section {
  padding: 72px 0 !important;
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
}

.theme-aurora .blog-list-section .posts-wrapper > .row {
  align-items: stretch;
  row-gap: 26px;
}

.theme-aurora .blog-list-section .posts-wrapper > .row > .col {
  display: flex;
}

.theme-aurora .blog-list-section .blog-post {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 0 !important;
  background: #fff;
}

.theme-aurora .blog-list-section .blog-post-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px 20px 0 0 !important;
  background: #e8f0fa;
}

.theme-aurora .blog-list-section .blog-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-aurora .blog-list-section .blog-post-txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 0;
  padding: 24px;
}

.theme-aurora .blog-list-section .blog-post-txt h2 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.38;
}

.theme-aurora .blog-list-section .blog-post-txt h2 a {
  color: var(--aurora-navy);
}

.theme-aurora .blog-list-section .blog-post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #52657c;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.theme-aurora .blog-list-section .blog-post-more {
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-top: 10px;
}

.theme-aurora .blog-list-section .blog-post-more a {
  color: var(--aurora-blue);
  font-weight: 750;
}

.theme-aurora .page-pagination {
  padding: 26px 0 70px !important;
  background: #fff;
}

.theme-aurora .blog-detail-section > .container > .row {
  align-items: flex-start;
  row-gap: 28px;
}

.theme-aurora .blog-detail-main > .post-content {
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #dfeaf7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(16, 52, 96, .1);
}

.theme-aurora .blog-detail-main .single-post-title h1 {
  margin-bottom: 26px;
  color: var(--aurora-navy);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.17;
  letter-spacing: -.035em;
}

.theme-aurora .blog-detail-main .blog-post-preview {
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 18px;
  background: #e8f0fa;
}

.theme-aurora .blog-detail-main .blog-post-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-aurora .blog-detail-main .single-post-txt {
  color: #31445d;
  font-size: 1.02rem;
  line-height: 1.82;
}

.theme-aurora .blog-detail-main .single-post-txt :is(h2, h3, h4) {
  margin-top: 1.65em;
  color: var(--aurora-navy);
  line-height: 1.25;
}

.theme-aurora .blog-detail-main .single-post-txt img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.theme-aurora .blog-recent-column {
  position: sticky;
  top: 102px;
}

.theme-aurora .blog-recent-title {
  margin-bottom: 18px;
  color: var(--aurora-navy);
  font-size: 1.2rem;
}

.theme-aurora .blog-recent-column > .post-content {
  margin-bottom: 18px;
}

.theme-aurora .blog-recent-column .blog-post {
  overflow: hidden;
  background: #fff;
}

.theme-aurora .blog-recent-column .blog-post-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px 20px 0 0 !important;
}

.theme-aurora .blog-recent-column .blog-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-aurora .blog-recent-column .blog-post-txt {
  padding: 18px;
}

.theme-aurora .blog-recent-column .blog-post-txt h5 {
  margin-bottom: 9px;
  font-size: .98rem;
  line-height: 1.4;
}

.theme-aurora .blog-recent-column .blog-post-txt p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #607187;
  font-size: .88rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Aurora references */
.theme-aurora .references-grid-section {
  padding: 72px 0 !important;
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
}

.theme-aurora .references-grid {
  align-items: stretch;
  row-gap: 22px;
}

.theme-aurora .references-grid > .col {
  display: flex;
}

.theme-aurora .reference-card {
  display: flex !important;
  width: 100%;
  min-height: 188px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 0 !important;
  padding: 24px;
  overflow: hidden;
  flex-direction: column;
  text-align: center;
  background: #fff;
}

.theme-aurora .reference-card img {
  width: 100%;
  height: 84px;
  max-height: 84px;
  object-fit: contain;
}

.theme-aurora .reference-card-name {
  margin-top: auto;
  color: var(--aurora-navy);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

/* Aurora about page */
.theme-aurora .about-intro-section {
  padding: 76px 0 !important;
  background-color: #fff;
  background-size: cover;
}

.theme-aurora .about-intro-section > .container > .row {
  align-items: flex-start !important;
  row-gap: 28px;
}

.theme-aurora .about-intro-section .img-block {
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dfeaf7;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f2f8ff);
  box-shadow: 0 20px 55px rgba(16, 52, 96, .1);
}

.theme-aurora .about-intro-section .img-block img {
  width: 100%;
  height: auto;
  border-radius: 17px !important;
}

.theme-aurora .about-intro-section .txt-block {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #dfeaf7;
  border-radius: 24px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 20px 55px rgba(16, 52, 96, .08);
}

.theme-aurora .about-intro-section .txt-block p {
  color: #3b4e65;
  line-height: 1.78;
}

.theme-aurora .about-intro-section table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.theme-aurora .about-intro-section table img {
  min-width: 110px;
  height: auto;
}

.theme-aurora .about-pillars-section {
  padding: 72px 0 !important;
  background: #f3f8ff !important;
}

.theme-aurora .about-pillars-section .row {
  align-items: stretch;
  row-gap: 22px;
}

.theme-aurora .about-pillars-section .col {
  display: flex;
}

.theme-aurora .about-pillars-section .fbox-6 {
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: left;
  background: #fff;
}

.theme-aurora .about-pillars-section .fbox-6 h6 {
  margin-bottom: 13px;
  color: var(--aurora-navy);
}

.theme-aurora .about-pillars-section .fbox-6 p {
  margin: 0;
  color: #53667d;
  line-height: 1.72;
}

.theme-aurora .statistic-1 {
  padding: 54px 0 !important;
  background: linear-gradient(110deg, #061b39, #0b4b7e) !important;
}

.theme-aurora .statistic-1 .statistic-block {
  height: 100%;
  padding: 22px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.theme-aurora .statistic-1 .statistic-block-txt p {
  padding-left: 0 !important;
  color: #eaf5ff !important;
}

.theme-aurora .bc-04 {
  padding: 72px 0 !important;
  background-size: cover;
}

.theme-aurora .bc-04-wrapper {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #dfeaf7;
  background: linear-gradient(145deg, #fff, #f4f9ff);
  box-shadow: 0 22px 65px rgba(16, 52, 96, .1);
}

.theme-aurora .bc-04-wrapper .txt-block h4 {
  padding-bottom: 18px !important;
  color: var(--aurora-navy);
  line-height: 1.28;
}

.theme-aurora .about-values-section {
  padding: 72px 0 !important;
  background: #f3f8ff !important;
}

.theme-aurora .about-values-grid {
  align-items: stretch;
  row-gap: 22px;
}

.theme-aurora .about-values-grid > .col {
  display: flex;
}

.theme-aurora .about-value-card {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 28px;
  background: #fff;
}

.theme-aurora .about-value-card .shape-ico {
  width: 68px;
  height: 68px;
}

.theme-aurora .about-value-card .shape-ico svg {
  width: 68px;
  height: 68px;
}

.theme-aurora .about-value-card h5 {
  margin-bottom: 10px;
  color: var(--aurora-navy) !important;
  font-size: 1.2rem;
}

.theme-aurora .about-value-card p {
  margin: 0;
  color: #53667d;
  line-height: 1.7;
}

.theme-aurora .about-history-section {
  padding: 72px 0 !important;
  overflow: hidden;
  background: #fff !important;
}

.theme-aurora .about-history-section .owl-stage-outer {
  overflow: visible;
}

.theme-aurora .about-history-section .owl-stage {
  display: grid;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  transform: none !important;
  transition: none !important;
}

.theme-aurora .about-history-section .owl-item {
  width: auto !important;
  margin: 0 !important;
}

.theme-aurora .about-history-section .review-1 {
  height: 100%;
  padding: 24px;
  border: 1px solid #dfeaf7;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f4f9ff);
}

.theme-aurora .about-history-section .review-author h4 {
  margin-bottom: 10px;
  color: var(--aurora-blue) !important;
}

.theme-aurora .about-history-section .owl-nav,
.theme-aurora .about-history-section .owl-dots {
  display: none !important;
}

.theme-aurora .listing-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
}

.theme-aurora .listing-section-heading .section-id {
  display: inline-block;
  margin-bottom: 10px;
}

.theme-aurora .listing-section-heading h2 {
  margin-bottom: 12px;
  color: var(--aurora-navy);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.theme-aurora .listing-section-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #53667d;
}

.theme-aurora .about-history-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.theme-aurora .about-history-grid .history-card {
  height: 100%;
  padding: 22px;
}

.theme-aurora .about-history-grid .history-card p {
  margin: 0;
  color: #53667d;
  line-height: 1.65;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .theme-aurora .wsmainwp {
    width: calc(100% - 20px);
    gap: 8px;
  }

  .theme-aurora .desktoplogo {
    flex-basis: 132px;
    width: 132px;
  }

  .theme-aurora .desktoplogo-light img {
    width: 132px;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a,
  .theme-aurora .wsmenu > .wsmenu-list > li > a.h-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: .74rem;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a.last-link {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (max-width: 991.98px) {
  .theme-aurora #header {
    min-height: 76px;
  }

  .theme-aurora .header-wrapper {
    height: 76px;
  }

  .theme-aurora .wsmobileheader {
    display: flex;
    height: 76px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(105deg, #05152d, #083555) !important;
    box-shadow: 0 10px 30px rgba(2, 16, 36, .2);
  }

  .theme-aurora .wsmobileheader .smllogo {
    display: flex;
    margin-top: 0;
    align-items: center;
    padding-left: 18px;
  }

  .theme-aurora .wsmobileheader .smllogo .lt-img {
    display: none !important;
  }

  .theme-aurora .wsmobileheader .smllogo .dt-img {
    display: block !important;
    width: 164px;
    height: auto;
  }

  .theme-aurora .tra-menu .wsmainfull,
  .theme-aurora .tra-menu .wsmainfull.scroll {
    height: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .theme-aurora .wsanimated-arrow {
    top: 17px;
    right: 14px;
    width: 46px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 11px;
    background: rgba(255, 255, 255, .08);
  }

  .theme-aurora .wsanimated-arrow span,
  .theme-aurora .wsanimated-arrow span::before,
  .theme-aurora .wsanimated-arrow span::after {
    left: 11px;
    width: 22px;
    height: 2px;
    border-color: #fff !important;
    background: #fff !important;
  }

  .theme-aurora .wsanimated-arrow span {
    top: 19px;
  }

  .theme-aurora .wsanimated-arrow span::before {
    top: -7px;
    left: 0;
  }

  .theme-aurora .wsanimated-arrow span::after {
    bottom: -7px;
    left: 0;
  }

  .theme-aurora.wsactive .wsanimated-arrow span,
  .theme-aurora .wsactive .wsanimated-arrow span {
    background: transparent !important;
  }

  .theme-aurora .wsmenu > .wsmenu-list {
    background: #fff !important;
  }

  .theme-aurora .wsmenu > .wsmenu-list > li > a,
  .theme-aurora .wsmenu > .wsmenu-list > li > a.h-link {
    color: var(--aurora-navy) !important;
  }

  .theme-aurora .language-switch > a {
    background: #eef6ff;
  }

  .theme-aurora .language-switch .lang-divider {
    color: #8aa1ba;
  }

  .theme-aurora .blog-recent-column {
    position: static;
  }

  .theme-aurora .about-intro-section .img-block {
    position: static;
  }

  .theme-aurora .about-history-section .owl-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-aurora .about-history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .theme-aurora .inner-page-hero {
    min-height: 244px;
    padding: 46px 0 38px !important;
  }

  .theme-aurora .blog-list-section,
  .theme-aurora .blog-detail-section,
  .theme-aurora .references-grid-section,
  .theme-aurora .about-intro-section,
  .theme-aurora .about-pillars-section,
  .theme-aurora .bc-04,
  .theme-aurora .about-values-section,
  .theme-aurora .about-history-section {
    padding: 54px 0 !important;
  }

  .theme-aurora .blog-detail-main > .post-content,
  .theme-aurora .about-intro-section .txt-block,
  .theme-aurora .about-pillars-section .fbox-6,
  .theme-aurora .about-value-card {
    padding: 22px 18px;
  }

  .theme-aurora .about-value-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 15px;
  }

  .theme-aurora .about-value-card .shape-ico,
  .theme-aurora .about-value-card .shape-ico svg {
    width: 54px;
    height: 54px;
  }

  .theme-aurora .about-history-section .owl-stage {
    grid-template-columns: 1fr;
  }

  .theme-aurora .about-history-grid {
    grid-template-columns: 1fr;
  }
}
