body.cri-snap-page {
  --cri-header-offset: 110px;
  --cri-section-top-space: 24px;
  --cri-section-bottom-space: 18px;
  --cri-dot-size: 12px;
}

@media (min-width: 1200px) {
  html {
    scroll-behavior: smooth;
  }

  body.cri-snap-page {
    overflow-y: auto;
    scroll-snap-type: y mandatory !important;
    overscroll-behavior-y: contain;
    scroll-padding-top: 0;
  }

  body.cri-snap-page .cri-fullscreen-section,
  body.cri-snap-page footer.cri-fullscreen-section {
    position: relative;
    min-height: 90svh !important;
    width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  body.cri-snap-page .cri-fullscreen-section > *,
  body.cri-snap-page footer.cri-fullscreen-section > * {
    width: 100%;
  }

  body.cri-snap-page .cri-fullscreen-section--hero {
    padding: 0 !important;
    align-items: stretch;
  }

  body.cri-snap-page .cri-fullscreen-section--hero > .tp-slider-wrapper,
  body.cri-snap-page .cri-fullscreen-section--hero .tp-slider-active,
  body.cri-snap-page .cri-fullscreen-section--hero .swiper-wrapper,
  body.cri-snap-page .cri-fullscreen-section--hero .swiper-slide,
  body.cri-snap-page .cri-fullscreen-section--hero .tp-slider-bg {
    min-height: 100svh !important;
    height: 100svh !important;
  }

  body.cri-snap-page .cri-fullscreen-section--hero .tp-slider-content-wrap {
    padding-top: clamp(138px, 16vh, 188px) !important;
    padding-bottom: clamp(28px, 5vh, 52px) !important;
  }

  body.cri-snap-page .cri-fullscreen-section--hero .tp-slider-title {
    font-size: clamp(38px, 4.4vw, 64px) !important;
    line-height: .98 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--hero .tp-slider-title2 {
    font-size: clamp(34px, 4vw, 58px) !important;
    line-height: 1.02 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--hero .tp-slider-btn .tp-btn-xl {
    min-height: 52px;
    line-height: 52px;
    padding: 0 28px;
  }

  body.cri-snap-page .cri-fullscreen-section--about,
  body.cri-snap-page .cri-fullscreen-section--service,
  body.cri-snap-page .cri-fullscreen-section--event,
  body.cri-snap-page footer.cri-fullscreen-section {
    /*padding-top: max(calc(var(--cri-header-offset) + 10px), 86px) !important;*/
    /*padding-bottom: 18px !important;*/
    /* padding-top: max(calc(var(--cri-header-offset) + 10px), 86px) !important; */
    /* padding-bottom: 18px !important; */
    align-items: center;
  }

  body.cri-snap-page .cri-fullscreen-section--about > .container,
  body.cri-snap-page .cri-fullscreen-section--service > .container,
  body.cri-snap-page .cri-fullscreen-section--service > .custom-container,
  body.cri-snap-page .cri-fullscreen-section--event > .container,
  body.cri-snap-page footer.cri-fullscreen-section > * {
    width: 100%;
  }

  body.cri-snap-page .cri-fullscreen-section--about .container,
  body.cri-snap-page .cri-fullscreen-section--service .custom-container,
  body.cri-snap-page .cri-fullscreen-section--event .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: calc(100svh - var(--cri-header-offset) - 28px);
  }

  body.cri-snap-page .tp-section-subtitle {
    margin-bottom: 10px !important;
  }

  body.cri-snap-page .tp-section-title {
    font-size: clamp(28px, 2.6vw, 20px) !important;
    line-height: 1.08 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about {
    /* padding-top: max(calc(var(--cri-header-offset) + 8px), 84px) !important; */
  }

  body.cri-snap-page .cri-fullscreen-section--about .tp-about-title-box {
    margin-bottom: 20px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .tp-about-right-wrap {
    padding-bottom: 0 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-heading {
    gap: 12px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-years {
    min-width: 82px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-years .number {
    font-size: 40px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-years .word {
    font-size: 24px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-service {
    font-size: clamp(28px, 2.2vw, 36px) !important;
    max-width: 420px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-grid {
    --bs-gutter-x: 26px !important;
    --bs-gutter-y: 18px !important;
    align-items: stretch !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-feature-box {
    padding: 22px 20px 18px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-feature-box .tp-about-feature-title {
    font-size: 17px !important;
    line-height: 1.22 !important;
    margin-bottom: 12px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-feature-box .tp-about-feature-list ul li {
    font-size: 13px !important;
    line-height: 1.34 !important;
    margin-bottom: 7px !important;
    padding-left: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-center-box {
    gap: 16px !important;
    padding-top: 4px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-map-box {
    min-height: 200px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-map-box img {
    max-width: 236px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-news-box {
    max-width: 270px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-news-box p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-mail-box input,
  body.cri-snap-page .cri-fullscreen-section--about .cri-mail-box .tp-btn-subscribe-sm {
    height: 46px !important;
    line-height: 46px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-mail-box input {
    padding-right: 102px !important;
    padding-left: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-mail-box .tp-btn-subscribe-sm {
    padding: 0 16px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-chatbot-link {
    width: 62px !important;
    height: 62px !important;
    flex-basis: 62px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-chatbot-link img {
    max-width: 48px !important;
    max-height: 48px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-gallery {
    max-width: 300px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-social {
    right: 10px !important;
    bottom: 10px !important;
    gap: 6px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--about .cri-about-social a {
    width: 28px !important;
    height: 28px !important;
    font-size: 11px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service,
  body.cri-snap-page .cri-fullscreen-section--event {
    /*padding-top: max(calc(var(--cri-header-offset) + 8px), 84px) !important;*/
    padding-top: max(calc(var(--cri-header-offset) - 130px), 30px) !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .tp-service-title-box,
  body.cri-snap-page .cri-fullscreen-section--event .tp-event-title-wrap {
    margin-bottom: 18px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .tp-service-title-box .tp-section-title,
  body.cri-snap-page .cri-fullscreen-section--event .tp-event-title-box .tp-section-title {
    max-width: 860px;
    margin: 0 auto;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-parcours-expand-wrap {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-parcours-expand-line {
    gap: 12px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-parcours-mid-arrow {
    flex-basis: 18px !important;
    font-size: 16px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-parcours-expand-card.is-active {
    flex: 2.45 1 0 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-parcours-card-inner {
    min-height: 270px !important;
    padding: 22px 16px !important;
    gap: 16px !important;
    border-radius: 22px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-parcours-expand-card.is-active .cri-parcours-card-inner {
    min-height: 300px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-main {
    gap: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-icon {
    width: 60px !important;
    height: 60px !important;
    flex-basis: 60px !important;
    border-radius: 18px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-icon img {
    width: 28px !important;
    height: 28px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-title {
    font-size: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-desc {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin-top: 10px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-links {
    gap: 9px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--service .cri-card-links a {
    min-height: 46px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .row.g-4 {
    --bs-gutter-x: 18px !important;
    --bs-gutter-y: 18px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-latest-card {
    padding: 18px 18px 16px !important;
    border-radius: 20px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-latest-card__head {
    margin-bottom: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-latest-card__title {
    font-size: 22px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-list {
    gap: 10px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-item {
    grid-template-columns: 70px minmax(0, 1fr) 68px !important;
    gap: 12px !important;
    padding: 9px !important;
    border-radius: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-item__thumb {
    width: 70px !important;
    height: 70px !important;
    border-radius: 12px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-item__title {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin-bottom: 5px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-item__meta {
    font-size: 12px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-item__action a {
    font-size: 10px !important;
    max-width: 46px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-news-item__action::before {
    top: 4px !important;
    bottom: 4px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-pub-grid {
    gap: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-pub-item,
  body.cri-snap-page .cri-fullscreen-section--event .cri-pub-item img {
    min-height: 260px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-pub-item {
    border-radius: 18px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-pub-item__overlay {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-pub-item__overlay span {
    padding: 8px 12px !important;
    font-size: 11px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-latest-card__footer {
    margin-top: 14px !important;
  }

  body.cri-snap-page .cri-fullscreen-section--event .cri-latest-btn {
    height: 46px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    gap: 8px !important;
    border-radius: 12px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section {
    background: #043f3c;
  }

  body.cri-snap-page footer.cri-fullscreen-section {
    justify-content: center !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-sitemap-wrap {
    padding: 5px 0 16px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-sitemap-head {
    padding-bottom: 14px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-sitemap-head .tp-footer-top-info-title {
    font-size: 22px !important;
    letter-spacing: 6px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-row {
    gap: 10px !important;
    grid-template-columns: 1fr 1.28fr 1fr 1fr 1fr 1fr !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-box {
    padding: 10px 12px 12px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-title {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    padding-left: 10px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-title::before {
    top: 3px !important;
    width: 3px !important;
    height: 14px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-list li {
    padding-left: 10px !important;
    margin-bottom: 5px !important;
    line-height: 1.25 !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-list li::before {
    top: 7px !important;
    width: 4px !important;
    height: 4px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-list a {
    font-size: 11px !important;
    line-height: 1.22 !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-main {
    padding-top: 16px !important;
    padding-bottom: 14px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-line {
    margin-bottom: 14px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .tp-footer-widget-logo {
    margin-bottom: 10px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-brand p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    max-width: 300px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .rw_footer {
    padding-top: 10px !important;
    padding-left: 12px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-contact-card {
    gap: 12px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-contact-icon {
    min-width: 50px !important;
    font-size: 22px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-contact-card .tp-footer-top-info-title {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-contact-card .tp-footer-top-info span,
  body.cri-snap-page footer.cri-fullscreen-section .cri-footer-contact-card .tp-footer-top-info a {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .tp-copyright-area {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body.cri-snap-page footer.cri-fullscreen-section .tp-copyright-left-text p {
    font-size: 12px !important;
  }

  body.cri-snap-page .cri-snap-dots {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 8px;
    border-radius: 999px;
    background: rgba(9, 28, 40, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 32px rgba(8, 22, 31, 0.18);
  }

  body.cri-snap-page .cri-snap-dot {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--cri-dot-size);
    height: var(--cri-dot-size);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
  }

  body.cri-snap-page .cri-snap-dot::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
  }

  body.cri-snap-page .cri-snap-dot:hover,
  body.cri-snap-page .cri-snap-dot.is-active {
    background: #ffffff;
    transform: scale(1.2);
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.18);
  }

  body.cri-snap-page .cri-snap-dot-label {
    position: absolute;
    right: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    background: rgba(9, 22, 31, 0.88);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 999px;
    transition: opacity .2s ease, transform .2s ease;
  }

  body.cri-snap-page .cri-snap-dot:hover .cri-snap-dot-label,
  body.cri-snap-page .cri-snap-dot.is-active .cri-snap-dot-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@media (max-width: 1399.98px) {
  body.cri-snap-page footer.cri-fullscreen-section .cri-sitemap-row {
    grid-template-columns: 1fr 1.2fr 1fr 1fr 1fr 1fr !important;
  }
}

@media (max-width: 1199.98px), (prefers-reduced-motion: reduce) {
  body.cri-snap-page {
    scroll-snap-type: none !important;
  }

  body.cri-snap-page .cri-fullscreen-section,
  body.cri-snap-page footer.cri-fullscreen-section {
    min-height: auto !important;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    display: block !important;
  }

  body.cri-snap-page .cri-snap-dots {
    display: none !important;
  }
}

/* =========================================
   FIX FOOTER COPYRIGHT BAND AT SCREEN BOTTOM
========================================= */
@media (min-width: 1200px) {
  body.cri-snap-page footer.cri-fullscreen-section {
    justify-content: flex-end !important;

  }
}
