﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

::-webkit-scrollbar {
  display: none;
}

body {font-family: 'Inter', sans-serif;overflow-x: hidden;}
.font-2 {font-family: 'MuseoModerno', cursive;}
.container {padding: 0 16px;margin: 0 auto;}
.primary-btn {display: flex;align-items: center;width: fit-content;}

.grey-btn .main-text {
  background: #6F8F7A !important;
  color: #FFF !important;
}

.grey-btn .main-icon {
  background: #6F8F7A !important;
}

.grey-btn .main-icon img {
  filter: invert(1) !important;
}

.grey-btn:hover .main-text,
.grey-btn:hover .main-icon {
  background: #174447 !important;
  color: #FFF !important;
}

.primary-btn .main-text {
  padding: 14px 17px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: #FFF;
  border-radius: 100px;
  transition: 0.5s all ease;
}

.primary-btn .main-icon {
  width: 52px;
  height: 52px;
  padding: 14px;
  background: #FFF;
  border-radius: 100%;
  margin-left: -5px;
  transition: 0.5s all ease;
}

.primary-btn .main-icon img {
  transition: 0.5s all ease;
}

.primary-btn:hover .main-text {
  background: #174447;
  color: #FFF;
}

.primary-btn:hover .main-icon {
  background: #174447;
}

.primary-btn:hover .main-icon img {
  filter: invert(1);
  transform: rotate(45deg);
}

.our-team-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/logo-shape-2.png');
  background-position: bottom left;
  background-size: 192px;
  background-repeat: no-repeat;
}

.blog-detail-content h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;
}

.blog-detail-content p {
  font-size: 16px;
  line-height: 24px;
  color: #2D2F34;
  font-weight: 400;
  margin-bottom: 18px;
}

.blog-sub-image {
  margin-bottom: 18px;
  position: relative;
  padding-top: 25%;
}

.blog-sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.blog-detail-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 18px;
}

.blog-detail-content ul {
  margin-top: -12px;
  position: relative;
}

.blog-detail-content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #2D2F34;
  font-weight: 400;
}

.blog-detail-content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 18px;
}

.blog-detail-content ol li {
  font-size: 16px;
  line-height: 24px;
  color: #2D2F34;
  font-weight: 400;
}

.blog-detail-content ol li ul {
  margin-top: 0;
}

.blog-detail-content blockquote {
  padding-top: 4px;
  border-left: 2px solid #2D2F34;
  padding-left: 18px;
  margin-bottom: 18px;
}

.blog-detail-content blockquote p {
  font-size: 20px;
  line-height: 28px;
  color: #2D2F34;
  font-weight: 600;
}

.blog-detail-content blockquote span {
  font-size: 16px;
  line-height: 24px;
  color: #2D2F34;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  font-style: italic;
}

.cms-section h2 {
  font-size: 24px;
  line-height: 32px;
  color: #174447;
  font-weight: 500;
  margin: 34px 0 12px;
  font-family: 'MuseoModerno', cursive;
}

.cms-section p {
  font-size: 16px;
  line-height: 24px;
  color: #2D2F34;
  font-weight: 400;
  margin-top: 12px;
}

.cms-section ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 18px;
  margin-top: 12px;
}

.cms-section ul li {
  font-size: 16px;
  line-height: 24px;
  color: #2D2F34;
  font-weight: 400;
}

.js-fade-on-view {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.js-fade-on-view.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-on-view {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 991px) {
  header.sticky.header-hidden{transform: translateY(0)!important;opacity: 1!important;pointer-events:auto!important;}

  html,
  body {
    overflow-x: hidden;
  }

  #mobile-menu-root.site-nav-shell {
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
    visibility: hidden;
    overflow-x: hidden;
    transition: visibility 0.35s step-end;
  }

  #mobile-menu-root.site-nav-shell.is-open {
    pointer-events: auto;
    visibility: visible;
    transition: visibility 0s step-start;
  }

  .site-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #mobile-menu-root.is-open .site-nav-backdrop {
    opacity: 1;
  }

  #header-top-nav.site-nav-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    transform-origin: top;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999;
  }

  #mobile-menu-root.is-open #header-top-nav.site-nav-panel {
    transform: translateY(0);
  }

  .site-nav-list {
    min-width: 0;
  }

  .primary-btn .main-text {
    font-size: 14px;
    padding: 10px 12px;
  }

  .primary-btn .main-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* will-change: transform, opacity; */
  z-index: 999;
}

header.sticky.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

header.sticky.header-visible {
  /* transform: translateY(0);
  opacity: 1; */
}

#ui-datepicker-div {
  z-index: 10000 !important;
}

.ui-timepicker-wrapper {
  z-index: 10001 !important;
}

@media (min-width: 992px) {

  /* #mobile-menu-root.site-nav-shell {position: fixed;top: 0;left: 0;width: 100%;z-index: 999;inset: auto;pointer-events: auto;visibility: visible;transition: none;} */
  .site-nav-backdrop {
    display: none;
  }

  /* #header-top-nav.site-nav-panel {position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transform: none;width: 100%;height: auto;max-width: none;overflow: visible;} */
  .site-nav-close-row {
    display: none;
  }
}

.js-marquee {
  display: flex;
  margin-right: 0 !important;
}

.js-marquee-wrapper {
  display: flex;
}

#site-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: #FEFFEC;
  /* matches bg-green-100 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.preloader-logo-wrapper {
  position: relative;
  width: 240px;
  margin-bottom: 40px;
}

.preloader-logo {
  width: 100%;
  height: auto;
  animation: pulse-logo 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.preloader-progress-container {
  width: 200px;
  height: 3px;
  background-color: #B6B893;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.preloader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #56716C;
  /* matches text-grey-100 active color */
  border-radius: 4px;
  animation: load-progress 4.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes pulse-logo {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(0.97);
  }
}

@keyframes load-progress {
  0% {
    width: 0%;
  }

  15% {
    width: 25%;
  }

  45% {
    width: 45%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}