@charset "UTF-8";
/* Google Fonts moved to HTML head with preconnect for better performance */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}


a {
  text-decoration: none;
}


.umbraco-forms-field.privacypolicy.checkbox input{
  width: max-content;
  box-shadow: none;
  border:none;
}

.umbraco-forms-navigation.row-fluid{
  width:100%;
  margin-top:32px;
}
.card-contents-big .card-item svg {

  margin-top: 5px;

  transition: 0.3s all ease;

  opacity: 0;

  width: 32px;

  height: 32px;

}

@media (max-width: 991px) {

  .card-contents-big .card-item svg {

    opacity: 1;

  }

  .card-contents-ltr .content svg {

     opacity: 1 !important;

  }

}
.navbar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  z-index: 10000;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.navbar-inner {
  width: 100%;
  max-width: 1280px;
  padding: 6px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar-inner .navbar-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-inner .navbar-left .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  width: 150px;
  height: 55px;
}
.navbar-inner .navbar-left .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.navbar-inner .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.navbar-inner .navbar-mobile {
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  border-right: 1px solid #6b6a6a;
  height: 100%;
  width: 300px;
  z-index: 999;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 16px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.navbar-inner .navbar-mobile .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.navbar-inner .navbar-mobile .close-icon svg {
  width: 30px;
  height: 30px;
}
.navbar-inner .navbar-mobile .close-icon svg path {
  fill: #0A78AA;
}
@media (min-width: 992px) {
  .navbar-inner .navbar-mobile {
    display: none !important;
  }
}
.navbar-inner .navbar-mobile .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
}
.navbar-inner .navbar-mobile .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.navbar-inner .navbar-mobile .navbar-mobile-ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .navbar-inner .navbar-mobile .navbar-mobile-ul {
    gap: 32px;
  }
}
.navbar-inner .navbar-mobile .navbar-mobile-ul li {
  width: 100%;
  position: relative;
}
.navbar-inner .navbar-mobile .navbar-mobile-ul li a {
  color: #000;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.navbar-inner .navbar-right {
  display: none;
  justify-items: center;
  align-items: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .navbar-inner .navbar-right {
    display: flex;
  }
}
.navbar-inner .navbar-right .navbar-mobile-ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.navbar-inner .navbar-right .navbar-mobile-ul li a {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.dropdown-language {
  position: relative;
}

.dropdown-language.active .dropdown-menu {
  display: block !important;
}

.dropdown-language .dropdown-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-decoration: none;
  width: 100%;
}
.dropdown-language .dropdown-button .flag-icon {
  width: 22px;
  margin-right: 8px;
}
.dropdown-language .dropdown-button .arrow {
  margin-left: 10px;
}
.dropdown-language .dropdown-button .arrow svg {
  width: 12px;
}
.dropdown-language .dropdown-menu {
  list-style-type: none;
  padding: 0;
  margin-top: 16px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: auto !important;
  display: none;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@media (min-width: 992px) {
  .dropdown-language .dropdown-menu {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 28px;
  }
}
.dropdown-language .dropdown-menu li {
  padding: 5px 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}
.dropdown-language .dropdown-menu li:hover {
  background-color: #f0f0f0;
}
.dropdown-language .dropdown-menu li .flag-icon {
  width: 22px;
}
.dropdown-language .dropdown-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px !important;
}

/* New nav-item-with-dropdown structure styles */
.nav-item-with-dropdown {
  display: flex;
  align-items: center;
  width: 100%;
}

.nav-item-with-dropdown .nav-link {
  color: #000;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-decoration: none;
  flex: 1;
}

.nav-item-with-dropdown .nav-link:hover {
  color: #0A78AA;
}

.nav-item-with-dropdown .dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none !important;
  outline: none;
  background: none !important;
  padding: 4px;
  margin-left: 8px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
}

.nav-item-with-dropdown .dropdown-arrow:hover {
  background: rgba(10, 120, 170, 0.1) !important;
}

.nav-item-with-dropdown .dropdown-arrow .arrow {
  display: flex;
  align-items: center;
}

.nav-item-with-dropdown .dropdown-arrow .arrow svg {
  width: 12px;
  height: 8px;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.dropdown-language.active .nav-item-with-dropdown .dropdown-arrow .arrow svg {
  transform: rotate(180deg);
}

/* Mobile dropdown fixes */
.navbar-mobile .dropdown-language .dropdown-menu {
  position: relative;
  left: 0;
  transform: none;
  margin-left: 20px;
  margin-top: 8px;
  width: calc(100% - 20px) !important;
}

.navbar-mobile .dropdown-language.active .dropdown-menu {
  display: block !important;
}

/* Desktop navbar dropdown fixes */
.navbar-right .dropdown-language .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

/* Mobile language dropdown specific */
.mobile-language-dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  right: auto;
  transform: none;
  margin-top: 10px;
}

.page-container {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page-container-inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.page-container-inner .header-logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-container-inner .header-logo {
    padding: 32px 0;
    padding-bottom: 0;
  }
}
.page-container-inner .header-logo img {
  width: 420px;
  max-width: 80%;
  display: inline-block;
}
.page-container-inner .header-logo p {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 400;
}
.page-container-inner .header-logo p span {
  color: #0A78AA;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page-container-inner .header-logo p {
    display: none;
  }
}

.hero-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-content-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-content-left .hero-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
}
.hero-content-left .hero-video video {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.hero-content-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .hero-content-right {
    gap: 32px;
  }
}
.hero-content-right .hero-description {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .hero-content-right .hero-description {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero-content-right .book-now-btn {
  width: 100%;
  display: flex;
  padding: 24px 60px;
  background-color: #fff;
  min-height: 90px;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: #3A3A3A;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  flex-wrap: wrap;
  hyphens: auto;
  word-break: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 28px;
  border: 1px solid #3A3A3A;
  transition: 0.3s all ease;
}
@media (min-width: 1200px) {
  .hero-content-right .book-now-btn {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-right .book-now-btn {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .hero-content-right .book-now-btn {
    font-size: 18px;
    padding: 20px 32px;
    min-height: 70px;
  }
}
@media (max-width: 768px) {
  .hero-content-right .book-now-btn {
    padding: 16px 24px;
    font-size: 16px;
    min-height: 60px;
    line-height: 22px;
  }
}
.hero-content-right .book-now-btn:hover {
  background-color: #ededed;
  border-color: #000;
}
.hero-content-right .book-now-btn svg {
  width: 24px;
}
.hero-content-right .hero-features {
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .hero-content-right .hero-features {
    height: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.hero-content-right .hero-features .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 32px;
  background: #C7D6EA;
  position: relative;
  height: 330px;
}
@media (min-width: 992px) {
  .hero-content-right .hero-features .feature-box {
    height: 100%;
  }
}
.hero-content-right .hero-features .feature-box .content {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
  text-align: left;
}
.hero-content-right .hero-features .feature-box .content h3 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .hero-content-right .hero-features .feature-box .content h3 {
    zoom: 0.8;
  }
}
@media (min-width: 1200px) {
  .hero-content-right .hero-features .feature-box .content h3 {
    margin-bottom: 32px;
    font-size: 32px;
    zoom: 1;
  }
}
.hero-content-right .hero-features .feature-box .content p {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  max-width: 60%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .hero-content-right .hero-features .feature-box .content p {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .hero-content-right .hero-features .feature-box .content p {
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .hero-content-right .hero-features .feature-box .content p {
    max-width: 100%;
  }
}

.hero-content-right .hero-features .feature-box img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
}
@media (min-width: 992px) {
  .hero-content-right .hero-features .feature-box img {
    height: 40%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .hero-content-right .hero-features .feature-box img {
    height: 45%;
    max-width: 55%;
  }
}

.card-contents-ltr {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .card-contents-ltr {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
.card-contents-ltr .card-item-big,
.card-contents-ltr .card-item-mini {
  position: relative;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-item-big,
  .card-contents-ltr .card-item-mini {
    min-height: unset;
  }
  .card-contents-ltr .card-item-big:hover svg,
  .card-contents-ltr .card-item-mini:hover svg {
    opacity: 1;
  }
}
.card-contents-ltr .card-item-big a,
.card-contents-ltr .card-item-mini a {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-contents-ltr .card-item-big svg,
.card-contents-ltr .card-item-mini svg {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  transition: 0.3s all ease;
}
@media (min-width: 1100px) {
  .card-contents-ltr .card-item-big svg,
  .card-contents-ltr .card-item-mini svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 991px) {
  .card-contents-ltr .card-item-big:hover svg,
  .card-contents-ltr .card-item-mini:hover svg {
    opacity: 1 !important;
  }
}

@media (max-width: 576px) {
  .card-contents-ltr .card-item-big .content span,
  .card-contents-ltr .card-item-mini .content span {
    max-width: 100%;
  }
}

.card-contents-ltr .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
}
.card-contents-ltr .card-item-big.left {
  min-height: 332px;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-item-big.left {
    aspect-ratio: 4/6;
    min-height: auto;
  }
}
.card-contents-ltr .card-item-big img {
  position: absolute;
  width: 95%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .card-contents-ltr .card-item-big img {
    width: 60%;
  }
}
.card-contents-ltr .card-item-big .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-item-big .content {
    padding: 32px;
  }
}
.card-contents-ltr .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .card-contents-ltr .card-item-big .content h4 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.card-contents-ltr .card-item-big .content h4 svg {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-item-big .content h4 svg {
    width: 32px;
    height: 32px;
  }
}
.card-contents-ltr .card-item-big .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1100px) {
  .card-contents-ltr .card-item-big .content span {
    font-size: 24px;
  }
}
.card-contents-ltr .card-items-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-items-right {
    gap: 16px;
  }
}
.card-contents-ltr .card-items-right .card-item-big.secondary {
  min-height: 332px;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-items-right .card-item-big.secondary {
    height: 50%;
    min-height: unset;
  }
}
.card-contents-ltr .card-items-right .card-item-big.secondary h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .card-contents-ltr .card-items-right .card-item-big.secondary h4 {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.card-contents-ltr .card-items-right .card-item-big.secondary span {
  font-size: 16px;
}
.card-contents-ltr .card-items-right .card-item-big.secondary img {
  width: 50%;
}
@media (max-width: 991px) {
  .card-contents-ltr .card-items-right .card-item-big.secondary img {
    width: 60%;
  }
}
.card-contents-ltr .card-items-right .bottom {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-items-right .bottom {
    height: 50%;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
.card-contents-ltr .card-items-right .bottom img {
  width: 100%;
}
.card-contents-ltr .card-items-right .bottom .card-item-mini {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 332px;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-items-right .bottom .card-item-mini {
    min-height: unset;
  }
  .card-contents-ltr .card-items-right .bottom .card-item-mini:hover svg {
    opacity: 1;
  }
}
.card-contents-ltr .card-items-right .bottom .card-item-mini img {
  position: absolute;
  width: 60%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-contents-ltr .card-items-right .bottom .card-item-mini .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
}
@media (min-width: 992px) {
  .card-contents-ltr .card-items-right .bottom .card-item-mini .content {
    padding: 32px;
  }
}
.card-contents-ltr .card-items-right .bottom .card-item-mini .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .card-contents-ltr .card-items-right .bottom .card-item-mini .content h4 {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.card-contents-ltr .card-items-right .bottom .card-item-mini .content h4 svg {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: 0.3s all ease;
}
@media (min-width: 1100px) {
  .card-contents-ltr .card-items-right .bottom .card-item-mini .content h4 svg {
    width: 32px;
    height: 32px;
  }
}
.card-contents-ltr .card-items-right .bottom .card-item-mini .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.solution-partners {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-image: url("../images/solution-partners-bg.webp"), url("../images/solution-partners-bg.png");
  background-size: cover;
  padding: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 992px) {
  .solution-partners {
    padding: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.solution-partners .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .solution-partners .left {
    max-width: 500px;
    width: auto;
    margin: 0;
  }
}
.solution-partners .left h4 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .solution-partners .left h4 {
    margin-bottom: 32px;
    font-size: 42px;
  }
}
.solution-partners .left p {
  margin: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .solution-partners .left p {
    font-size: 18px;
  }
}
.solution-partners .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .solution-partners .right {
    align-items: center;
    max-width: 600px;
    padding-left: 30px;
    width: auto;
  }
}
.solution-partners .right ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding-bottom: 16px 8px;
  padding-top: 0;
}
@media (min-width: 440px) {
  .solution-partners .right ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .solution-partners .right ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
  }
}
.solution-partners .right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-partners .right ul li img {
  width: 100%;
}

.images-tripple {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* gap: 32px; */
  border-radius: 32px;
}
@media (min-width: 768px) {
  .images-tripple {
    flex-direction: row;
    /* gap: 16px; */
  }
}
.images-tripple .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .images-tripple .item {
    width: 33%;
  }
}
.images-tripple .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}
.images-tripple .item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .images-tripple .item video {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .images-tripple .item:hover img {
    opacity: 0;
  }
  .images-tripple .item:hover video {
    opacity: 1;
  }
}

.card-contents-big {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .card-contents-big {
    grid-template-columns: 2fr 1fr;
    gap: 16px;
  }
}
.card-contents-big .top-left .card-item .content span {
  max-width: 100% !important;
}
.card-contents-big .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 335px;
  height: 100%;
}
.card-contents-big .card-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .card-contents-big .card-item {
    min-height: 260px;
  }
}
@media (min-width: 1100px) {
  .card-contents-big .card-item.mini h4 {
    font-size: 28px !important;
  }
}
.card-contents-big .card-item:hover svg {
  opacity: 1 !important;
}
.card-contents-big .card-item img {
  position: absolute;
  max-width: 50%;
  height: auto;
  bottom: 0;
  right: 0;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .card-contents-big .card-item img {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .card-contents-big .card-item img {
    max-width: 50%;
  }
}
.card-contents-big .card-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
}
@media (min-width: 992px) {
  .card-contents-big .card-item .content {
    padding: 32px;
  }
}
.card-contents-big .card-item .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .card-contents-big .card-item .content h4 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.card-contents-big .card-item .content h4 svg {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .card-contents-big .card-item .content h4 svg {
    width: 32px;
    height: 32px;
  }
}
.card-contents-big .card-item .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .card-contents-big .card-item .content span {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .card-contents-big .card-item .content span {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .card-contents-big .card-item .content span {
    font-size: 16px;
  }
}
.card-contents-big .left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .card-contents-big .left {
    gap: 16px;
  }
}
.card-contents-big .left .top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .card-contents-big .left .top {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 992px) {
  .card-contents-big .left .top {
    gap: 16px;
  }
}
.card-contents-big .left .top .top-left {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .card-contents-big .left .top .top-left {
    gap: 16px;
  }
}
.card-contents-big .left .top .top-right {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .card-contents-big .left .top .top-right {
    gap: 16px;
  }
}
.card-contents-big .left .top .top-right .top-right-top {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .card-contents-big .left .top .top-right .top-right-top {
    gap: 16px;
  }
}
.card-contents-big .left .top .top-right .top-right-bottom {
  gap: 32px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .card-contents-big .left .top .top-right .top-right-bottom {
    gap: 16px;
  }
}
.card-contents-big .left .bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
/*@media (min-width: 768px) {
  .card-contents-big .left .bottom {
    grid-template-columns: 2fr 1fr;
  }
}*/
@media (min-width: 992px) {
  .card-contents-big .left .bottom {
    gap: 16px;
  }
}
.card-contents-big .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .card-contents-big .right {
    gap: 16px;
  }
}

.hotel-section-inner,
.vip-transformation-section-inner,
.treatments-section-inner {
  position: relative;
}

.hotel-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-size: cover;
  padding: 16px;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 32px;
  min-height: 570px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hotel-section {
    padding: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: unset;
  }
}
.hotel-section .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .hotel-section .left {
    max-width: 610px;
    width: auto;
    margin: 0;
  }
}
.hotel-section .left h4 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hotel-section .left h4 {
    font-size: 42px;
  }
}
.hotel-section .left p {
  margin: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hotel-section .left p {
    font-size: 18px;
  }
}
.hotel-section .left a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #FFF;
  text-decoration: none;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.hotel-section .left a span {
  display: none;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .hotel-section .left a {
    padding: 16px 32px;
  }
  .hotel-section .left a span {
    display: inline-block;
  }
}

.hotel-section .right {
  position: absolute;
  bottom: -5px;
  right: 10%;
  height: 90%;
}

@media (max-width: 991px) {
  .hotel-section .right {
    height: 40%;
  }
}

.hotel-section .right img {
  height: 100%;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonials {
    flex-direction: row;
  }
}
.testimonials .left {
  width: 100%;
  display: flex;
  border-radius: 32px;
  border: 2px solid #E6DFC7;
  padding: 32px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .testimonials .left {
    min-height: 420px;
    width: 50%;
    padding: 32px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../images/testimonials-bg.png");
  }
}
.testimonials .left .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonials .left .top h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .testimonials .left .top h5 {
    font-size: 42px;
    margin-bottom: 32px;
  }
}
.testimonials .left .top span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .testimonials .left .top span {
    font-size: 18px;
  }
}
.testimonials .left .bottom {
  width: 100%;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .testimonials .left .bottom {
    display: flex;
  }
}
.testimonials .left .bottom .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.testimonials .left .bottom .buttons .arrow {
  cursor: pointer;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #E6DFC7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .left .bottom .buttons .arrow svg {
  width: 24px;
  height: 24px;
}
.testimonials .right {
  width: 100%;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .testimonials .right {
    width: 50%;
  }
}
.testimonials .right .buttons.only-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.testimonials .right .buttons.only-mobile .arrow {
  cursor: pointer;
  padding: 11px;
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #E6DFC7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .right .buttons.only-mobile .arrow svg {
  width: 24px;
  height: 24px;
}
.testimonials .right .splide {
  width: 100%;
  height: 100%;
}
.testimonials .right .splide .splide__slide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
 @media (min-width: 992px) {
  .testimonials .right .splide .splide__slide {
    grid-template-rows: 1fr 1fr;
  }
}
.testimonials .right .splide .splide__slide .top {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .testimonials .right .splide .splide__slide .top {
    grid-template-columns: 1fr 1fr;
  }
}
.testimonials .right .splide .splide__slide .top .image {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.testimonials .right .splide .splide__slide .top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .right .splide .splide__slide .top .content {
  border-radius: 24px;
  padding: 32px;
  background: #C7D6EA;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .testimonials .right .splide .splide__slide .top .content {
    display: flex;
  }
}
.testimonials .right .splide .splide__slide .top .content h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}
.testimonials .right .splide .splide__slide .top .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.testimonials .right .splide .splide__slide .bottom {
  border-radius: 32px;
    background: #C7D6EA;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 300px;
    overflow: auto;
}

.testimonials .right .splide .splide__slide .bottom .content {
  border-radius: 24px;
  padding: 16px;
  background: #C7D6EA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .testimonials .right .splide .splide__slide .bottom .content {
    padding: 32px;
  }
}
.testimonials .right .splide .splide__slide .bottom .content h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .testimonials .right .splide .splide__slide .bottom .content h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
.testimonials .right .splide .splide__slide .bottom .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media (min-width: 992px) {
  .testimonials .right .splide .splide__slide .bottom .content span {
    font-size: 18px;
  }
}

.only-mobile {
  display: inline-flex;
}
@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}

.pricing {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .pricing {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.pricing .pricing-left .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .pricing .pricing-left .card-item {
    min-height: 240px;
  }
}
.pricing .pricing-left .card-item img {
  position: absolute;
  width: 50%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (min-width: 992px) {
  .pricing .pricing-left .card-item img {
    display: flex;
  }
}
.pricing .pricing-left .card-item .content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
@media (min-width: 992px) {
  .pricing .pricing-left .card-item .content {
    position: absolute;
  }
}
.pricing .pricing-left .card-item .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .pricing .pricing-left .card-item .content h4 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.pricing .pricing-left .card-item .content span {
  display: none;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .pricing .pricing-left .card-item .content span {
    display: flex;
  }
}
.pricing .pricing-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 32px;
  border: 1px solid #E6DFC7;
  background-color: #fff;
  overflow: hidden;
}
.pricing .pricing-right .table-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA;
}
@media (min-width: 992px) {
  .pricing .pricing-right .table-item {
    flex-direction: row;
    background-color: #fff;
  }
  .pricing .pricing-right .table-item:nth-child(2n-1) {
    background-color: #fafafa;
  }
}
.pricing .pricing-right .table-item .table-item-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 992px) {
  .pricing .pricing-right .table-item .table-item-inner {
    width: 50%;
  }
}
.pricing .pricing-right .table-item .table-item-inner h5 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  padding: 15px;
  width: 50%;
}
.pricing .pricing-right .table-item .table-item-inner span {
  color: #3A3A3A;
  width: 50%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.42px;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .pricing .pricing-right .table-item .table-item-inner span {
    padding: 16px;
  }
}
.pricing .pricing-right .table-item .link {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 992px) {
  .pricing .pricing-right .table-item .link {
    width: 50%;
  }
}
.pricing .pricing-right .table-item .link h5 {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A78AA;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  padding: 16px;
  text-decoration: underline;
}
.pricing .pricing-right .table-item .link span {
  display: inline-block;
  width: 50%;
  color: #3A3A3A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.42px;
  padding: 16px;
}

.vip-transformation-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-image: url("../images/vt-section-mobile.webp"), url("../images/vt-section-mobile.png");
  background-size: cover;
  padding: 16px;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 32px;
  min-height: 570px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vip-transformation-section {
    padding: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: unset;
    background-image: url("../images/vt-section.webp"), url("../images/vt-section.png");
  }
}
.vip-transformation-section .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .vip-transformation-section .left {
    max-width: 610px;
    width: auto;
    margin: 0;
  }
}
.vip-transformation-section .left h4 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .vip-transformation-section .left h4 {
    font-size: 42px;
  }
}
.vip-transformation-section .left p {
  margin: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vip-transformation-section .left p {
    font-size: 18px;
  }
}
.vip-transformation-section .left a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #FFF;
  text-decoration: none;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.vip-transformation-section .left a span {
  display: none;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .vip-transformation-section .left a {
    padding: 16px 32px;
  }
  .vip-transformation-section .left a span {
    display: inline-block;
  }
}

.vip-transformation-section .right {
  position: absolute;
  bottom: -5px;
  right: 10%;
  height: 90%;
}

@media (max-width: 991px) {
  .vip-transformation-section .right {
    height: 40%;
  }
}

.vip-transformation-section .right img {
  height: 80%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
}

.ig-posts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .ig-posts {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .ig-posts {
    gap: 32px;
  }
}
.ig-posts .left {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .ig-posts .left {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .ig-posts .left {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}
.ig-posts .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ig-posts .right {
    width: 33.33%;
  }
}
.ig-posts .right .ig-post-item {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .ig-posts .right .ig-post-item {
    aspect-ratio: 1/1;
  }
}
.ig-posts .ig-post-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #C7D6EA;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.ig-posts .ig-post-item .fully-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
}
.ig-posts .ig-post-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ig-posts .ig-post-item a {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 1.2px 12px 0px rgba(0, 0, 0, 0.06);
}
/* Fully-link stil (invisible overlay link) */
.ig-posts .ig-post-item .fully-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
}

/* Fix existing SVG icons in right post only */
.ig-posts .right .ig-post-item a svg {
  width: 30px;
  height: 30px;
  fill: #333 !important;
}
.ig-posts .right .ig-post-item a svg path {
  fill: #333 !important;
}

.footer {
  border-radius: 32px;
  background: #C7D6EA;
  position: relative;
  overflow: hidden;
  padding: 16px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer {
    padding: 32px;
    min-height: 300px;
  }
}
.footer .footer-image {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -50px;
  left: -50px;
  max-width: 450px;
  width: 100%;
}
@media (min-width: 992px) {
  .footer .footer-image {
    display: flex;
  }
}
.footer .footer-image img {
  width: 100%;
  height: 100%;
}
.footer .top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer .top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .top .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer .top .footer-left {
    max-width: 300px;
    margin-bottom: 0;
  }
}
.footer .top .footer-left .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}
.footer .top .footer-left .logo img {
  width: 100%;
}
.footer .top .footer-left span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.footer .top .links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}
.footer .top .links a {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.25px;
}
@media (min-width: 992px) {
  .footer .top .links {
    width: auto;
    margin-bottom: 0;
  }
}
.footer .top .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 992px) {
  .footer .top .footer-right {
    max-width: 300px;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
  }
}
.footer .top .footer-right h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.25px;
  margin-bottom: 16px;
}
.footer .top .footer-right .infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.footer .top .footer-right .infos-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer .top .footer-right .infos-item .links-a a:nth-child(1)::after {
  content: "●";
  margin: 0 8px;
  font-size: 8px;
}
.footer .top .footer-right .infos-item .icon {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-right: 10px;
}
.footer .top .footer-right .infos-item .icon svg {
  width: 20px;
}
.footer .top .footer-right .infos-item a {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.footer .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer .bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .bottom .left {
  order: 2;
}
.footer .bottom .left span {
  color: #3A3A3A;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 992px) {
  .footer .bottom .left {
    order: 1;
  }
}
.footer .bottom .right {
  order: 1;
}
.footer .bottom .right a {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.footer .bottom .right a:nth-child(1)::after {
  content: "●";
  margin: 0 8px;
  font-size: 8px;
}
@media (min-width: 992px) {
  .footer .bottom .right {
    order: 2;
  }
}

.inner-page-banner {
  width: 100%;
  height: 250px;
  background-image: url("../images/inner-page-banner.webp"), url("../images/inner-page-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
  background-color: #C7D6EA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .inner-page-banner {
    margin-top: 32px;
  }
}
.inner-page-banner h1 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.our-contact-info {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .our-contact-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.our-contact-info .oci-item {
  background-image: url("../images/oci-item-bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.our-contact-info .oci-item .fully-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 32px;
}
.our-contact-info .oci-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.our-contact-info .oci-item .icon svg {
  width: 48px;
  height: 48px;
}
.our-contact-info .oci-item .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.our-contact-info .oci-item .right h5 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.our-contact-info .oci-item .right .right-content {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .our-contact-info .oci-item .right .right-content {
    flex-direction: row;
  }
}
.our-contact-info .oci-item .right .right-content a {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-contact-info .oci-item .right .right-content a:nth-child(1) {
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .our-contact-info .oci-item .right .right-content a:nth-child(2)::before {
    content: "●";
    margin: 0 8px;
    font-size: 8px;
  }
  .our-contact-info .oci-item .right .right-content a:nth-child(1) {
    margin-bottom: 0;
  }
}

.breadcrumb {
  overflow: scroll;
  width: 100%;
  scrollbar-width: none;
  transform: translateX(80px) !important;
  margin-left: 80px !important;
}
@media (min-width: 768px) {
  .breadcrumb {
    transform: translateX(120px) !important;
    margin-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    transform: translateX(160px) !important;
    margin-left: 160px !important;
  }
}
.breadcrumb ul {
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.breadcrumb ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb ul li a {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb ul li .cv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.breadcrumb ul li.active a {
  color: #0A78AA;
  font-weight: 700;
}

.who-we-are {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .who-we-are {
    grid-template-columns: 1fr 1fr;
  }
}
.who-we-are .left {
  padding: 32px;
  border-radius: 32px;
  background: #E6DFC7;
}
.who-we-are .left h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .who-we-are .left h5 {
    font-size: 32px;
  }
}
.who-we-are .left span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .who-we-are .left span {
    font-size: 16px;
  }
}
.who-we-are .right {
  border-radius: 32px;
  overflow: hidden;
}
.who-we-are .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-tripple {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 840px) {
  .cards-tripple {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cards-tripple .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 390px;
}
.cards-tripple .card-item-big img {
  position: absolute;
  width: 40%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-tripple .card-item-big .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
.cards-tripple .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
.cards-tripple .card-item-big .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cards-doubler {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .cards-doubler {
    flex-direction: row;
  }
}
.cards-doubler .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cards-doubler .card-item-big {
    min-height: 370px;
    width: 50%;
  }
}
.cards-doubler .card-item-big .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
.cards-doubler .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .cards-doubler .card-item-big .content h4 {
    font-size: 32px;
  }
}
.cards-doubler .card-item-big .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cards-doubler .card-item-big .content span {
    font-size: 16px;
  }
}

.gallery-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .gallery-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .gallery-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
  .gallery-content .left {
    flex: 1;
  }
  .gallery-content .gallery-images {
    flex: 3;
  }
}
.gallery-content .left .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  .gallery-content .left .card-item-big {
    min-height: 350px;
  }
}
.gallery-content .left .card-item-big img {
  position: absolute;
  width: 65%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-content .left .card-item-big .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
.gallery-content .left .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3a3a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .gallery-content .left .card-item-big .content h4 {
    font-size: 32px;
  }
}
.gallery-content .left .card-item-big .content span {
  color: #3a3a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gallery-content .left .card-item-big .content span {
    font-size: 18px;
  }
}
.gallery-content .gallery-images {
  display: flex;
  flex-direction: column;
  height: 350px;
}
.gallery-content .gallery-images .splide__track {
  overflow: hidden;
  height: 100%;
}
.gallery-content .gallery-images .splide__list {
  display: flex;
  gap: 16px;
}
.gallery-content .gallery-images .splide__slide {
  width: 100%;
  border-radius: 32px;
  background: #cae3c6;
  overflow: hidden;
  height: 350px;
}
.gallery-content .gallery-images .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cards-doubler-secondary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .cards-doubler-secondary {
    flex-direction: row;
  }
}
.cards-doubler-secondary .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cards-doubler-secondary .card-item-big {
    width: 50%;
  }
}
.cards-doubler-secondary .card-item-big .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
}
.cards-doubler-secondary .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .cards-doubler-secondary .card-item-big .content h4 {
    font-size: 32px;
  }
}
.cards-doubler-secondary .card-item-big .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cards-doubler-secondary .card-item-big .content span {
    font-size: 16px;
  }
}

.logos-container {
  border-radius: 32px;
  border: 2px solid #3A3A3A;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 576px) {
  .logos-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.logos-container .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-container .item img {
  width: 100%;
  max-width: 155px;
}
@media (min-width: 576px) {
  .logos-container .item img {
    max-width: 140px;
  }
}

.tech-cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .tech-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.tech-cards .tech-card-item {
  border-radius: 32px;
  background: #E6DFC7;
  padding: 32px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.tech-cards .tech-card-item h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tech-cards .tech-card-item h5 {
    font-size: 32px;
  }
}
.tech-cards .tech-card-item p {
  margin: 0;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .tech-cards .tech-card-item p {
    font-size: 16px;
  }
}
.tech-cards .tech-card-item .video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 32px;
}
.tech-cards .tech-card-item .video iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.cards-doubler-wimage {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 16px;
}
@media (min-width: 768px) {
  .cards-doubler-wimage {
    flex-direction: row;
  }
}
.cards-doubler-wimage.mini .image-area {
  height: 170px;
}
@media (min-width: 768px) {
  .cards-doubler-wimage.mini .image-area {
    height: unset;
  }
}
.cards-doubler-wimage.mini .card-item {
  height: -moz-max-content;
  height: max-content;
}
.cards-doubler-wimage .card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 32px;
  align-items: flex-start;
  padding: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .cards-doubler-wimage .card-item {
    width: 50%;
  }
}
.cards-doubler-wimage .card-item h4 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cards-doubler-wimage .card-item h4 {
    font-size: 32px;
  }
}
.cards-doubler-wimage .card-item span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.cards-doubler-wimage .image-area {
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .cards-doubler-wimage .image-area {
    width: 50%;
  }
}
.cards-doubler-wimage .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guarentee-list-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1200px) {
  .guarentee-list-items {
    grid-template-columns: 1fr 3fr;
  }
}
.guarentee-list-items .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 320px;
  background-color: #CAE3C6;
}
@media (min-width: 992px) {
  .guarentee-list-items .card-item {
    min-height: 300px;
  }
}
.guarentee-list-items .card-item img {
  position: absolute;
  width: 50%;
  max-width:115px;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
     max-height: 40%;
}
.guarentee-list-items .card-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
.guarentee-list-items .card-item .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .guarentee-list-items .card-item .content h4 {
    font-size: 32px;
  }
}
.guarentee-list-items .card-item .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .guarentee-list-items .card-item .content span {
    font-size: 18px;
  }
}
.guarentee-list-items .left {
  height: 100%;
}
.guarentee-list-items .left .card-item {
  height: 100%;
}
.guarentee-list-items .left .card-item img {
  max-width: 230px;
}
.guarentee-list-items .right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.guarentee-list-items .right .trippler {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .guarentee-list-items .right .trippler {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.guarentee-list-items .right .doubler {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .guarentee-list-items .right .doubler {
    grid-template-columns: 1fr 1fr;
  }
}
.guarentee-list-items .right .doubler .card-item {
  min-height: 320px;
}
@media (min-width: 992px) {
  .guarentee-list-items .right .doubler .card-item {
    min-height: 250px;
  }
}
.guarentee-list-items .right .fully {
  display: flex;
}
.guarentee-list-items .right .fully .card-item {
  min-height: 320px;
}
@media (min-width: 992px) {
  .guarentee-list-items .right .fully .card-item {
    min-height: 250px;
  }
}

.content-wt-img {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
}
@media (min-width: 992px) {
  .content-wt-img {
    gap: 32px;
  }
}
.content-wt-img .content-wti-item {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
}
@media (min-width: 768px) {
  .content-wt-img .content-wti-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .content-wt-img .content-wti-item.reverse .card-item {
    order: 1;
  }
  .content-wt-img .content-wti-item.reverse .image-item {
    order: 2;
  }
}
.content-wt-img .content-wti-item .card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 32px;
  align-items: flex-start;
  padding: 32px;
}
.content-wt-img .content-wti-item .card-item h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .content-wt-img .content-wti-item .card-item h5 {
    font-size: 32px;
  }
}
.content-wt-img .content-wti-item .card-item span,
.content-wt-img .content-wti-item .card-item li {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.content-wt-img .content-wti-item .card-item b {
  font-weight: 600;
}
.content-wt-img .content-wti-item .card-item ul {
  padding: 0;
  padding-left: 15px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-wt-img .content-wti-item .image-item {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-wt-img .content-wti-item .image-item {
    height: 160px;
  }
}
.content-wt-img .content-wti-item .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.steps-container .step-select {
  margin-bottom: 16px;
  width: 100%;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .steps-container .step-select {
    display: none;
  }
}
.steps-container .step-select .custom-select {
  position: relative;
  width: 100%;
  background-color: #CAE3C6;
  border-radius: 32px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3A3A3A;
}
.steps-container .step-select .custom-select .select-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #CAE3C6;
  border: 1px solid #CAE3C6;
  border-radius: 32px;
  padding: 24px 32px;
  cursor: pointer;
}
.steps-container .step-select .custom-select .select-trigger svg {
  margin-left: 10px;
}
.steps-container .step-select .custom-select .custom-options {
  position: absolute;
  top: 103%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #CAE3C6;
  border-radius: 32px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}
.steps-container .step-select .custom-select .custom-option {
  padding: 16px 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #3A3A3A;
}
.steps-container .step-select .custom-select .custom-option:hover {
  background-color: #CAE3C6;
}
.steps-container .step-select .custom-select .custom-option.selected {
  background-color: #CAE3C6;
}
.steps-container .step-select .custom-select.open .custom-options {
  display: block;
}
.steps-container .step-buttons {
  width: 100%;
  margin-bottom: 16px;
  display: none;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .steps-container .step-buttons {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.steps-container .step-buttons .step-button {
  border-radius: 32px;
  border: 1px solid #CAE3C6;
  padding: 24px 32px;
  background-color: #fff;
  cursor: pointer;
  color: #3A3A3A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.steps-container .step-buttons .step-button.active {
  background: #CAE3C6;
}
.steps-container .step-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steps-container .step-items .step-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .steps-container .step-items .step-item {
    display: none;
  }
}
.steps-container .step-items .step-item.active {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.steps-container .step-items .step-item .step-button {
  border-radius: 32px;
  border: 1px solid #CAE3C6;
  padding: 24px 32px;
  background-color: #fff;
  margin-top: 16px;
  cursor: pointer;
  color: #3A3A3A;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .steps-container .step-items .step-item .step-button {
    display: none;
  }
}
.steps-container .step-items .step-item .step-button.active {
  background: #fff;
}
.steps-container .step-items .step-item .cards-doubler-wimage .image-area {
  aspect-ratio: 28/16;
  min-height: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .steps-container .step-items .step-item .cards-doubler-wimage .image-area {
    aspect-ratio: 3/1;
  }
}

.treatments-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-image: url("../images/sterilisation-section-mobile.png");
  background-size: cover;
  padding: 16px;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 32px;
  min-height: 570px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .treatments-section {
    background-image: url("../images/sterilisation-section.webp"), url("../images/sterilisation-section.png");
  }
}
@media (min-width: 992px) {
  .treatments-section {
    padding: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: unset;
  }
}
.treatments-section .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .treatments-section .left {
    max-width: 610px;
    width: auto;
    margin: 0;
  }
}
.treatments-section .left h4 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .treatments-section .left h4 {
    font-size: 42px;
  }
}
.treatments-section .left p {
  margin: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .treatments-section .left p {
    font-size: 18px;
  }
}
.treatments-section .left a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #FFF;
  text-decoration: none;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.treatments-section .left a span {
  display: none;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .treatments-section .left a {
    padding: 16px 32px;
  }
  .treatments-section .left a span {
    display: inline-block;
  }
}

.treatments-section .right {
  position: absolute;
  bottom: -5px;
  right: 10%;
  height: 90%;
}

@media (max-width: 991px) {
  .treatments-section .right {
    height: 40%;
  }
}

.treatments-section .right img {
  height: 100%;
}

.treatments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .treatments {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.treatments .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 335px;
  height: 100%;
}
.treatments .card-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .treatments .card-item svg {
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .treatments .card-item {
    min-height: 260px;
  }
}
@media (min-width: 1100px) {
  .treatments .card-item.mini h4 {
    font-size: 28px !important;
  }
}
.treatments .card-item:hover svg {
  opacity: 1 !important;
}
.treatments .card-item img {
  position: absolute;
  width: 50%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .treatments .card-item img {
    width: 40%;
  }
}
.treatments .card-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
}
@media (min-width: 992px) {
  .treatments .card-item .content {
    padding: 32px;
  }
}
.treatments .card-item .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .treatments .card-item .content h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.treatments .card-item .content h4 svg {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .treatments .card-item .content h4 svg {
    width: 32px;
    height: 32px;
  }
}
.treatments .card-item .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-width: 70%;
}
@media (min-width: 576px) {
  .treatments .card-item .content span {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .treatments .card-item .content span {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .treatments .card-item .content span {
    font-size: 16px;
  }
}
.treatments .card-item .content svg {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  transition: 0.3s all ease;
}
@media (min-width: 1100px) {
  .treatments .card-item .content svg {
    width: 32px;
    height: 32px;
  }
}

.images-lbt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .images-lbt {
    grid-template-columns: 1fr 1fr;
  }
}
.images-lbt .card-item {
  aspect-ratio: 4/5;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px;
  position: relative;
}
.images-lbt .card-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .images-lbt .card-item {
    padding: 32px;
  }
}
.images-lbt .card-item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.images-lbt .card-item .content {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  max-width: 200px;
  gap: 16px;
}
@media (min-width: 992px) {
  .images-lbt .card-item .content {
    gap: 32px;
    max-width: 250px;
  }
}
.images-lbt .card-item .content h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .images-lbt .card-item .content h5 {
    font-size: 32px;
  }
}
.images-lbt .card-item .content p {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .images-lbt .card-item .content p {
    font-size: 16px;
  }
}

.cards-fully {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.cards-fully .card-item {
  padding: 32px;
  border-radius: 32px;
  background: #E6DFC7;
  gap: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cards-fully .card-item h4 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cards-fully .card-item h4 {
    font-size: 32px;
  }
}
.cards-fully .card-item span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cards-fourth {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .cards-fourth {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .cards-fourth {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cards-fourth .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 220px;
}
.cards-fourth .card-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.cards-fourth .card-item .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .cards-fourth .card-item .content {
    padding: 32px;
  }
}
.cards-fourth .card-item .content h4 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cards-fourth-bigger {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .cards-fourth-bigger {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .cards-fourth-bigger {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cards-fourth-bigger .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 340px;
}
.cards-fourth-bigger .card-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.cards-fourth-bigger .card-item .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  position: relative;
}
.cards-fourth-bigger .card-item .content h4 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.cards-fourth-bigger .card-item .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hotel-card-gallery {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hotel-card-gallery.blue-bg {
  background: #C7D6EA;
}
@media (max-width: 991px) {
  .hotel-card-gallery.blue-bg {
    background: transparent;
  }
  .hotel-card-gallery.blue-bg .right {
    background-color: #C7D6EA;
  }
}
.hotel-card-gallery.yellow-bg {
  background: #E6DFC7;
}
@media (max-width: 991px) {
  .hotel-card-gallery.yellow-bg {
    background: transparent;
  }
  .hotel-card-gallery.yellow-bg .right {
    background-color: #E6DFC7;
  }
}
.hotel-card-gallery.green-bg {
  background: #CAE3C6;
}
@media (max-width: 991px) {
  .hotel-card-gallery.green-bg {
    background: transparent;
  }
  .hotel-card-gallery.green-bg .right {
    background-color: #CAE3C6;
  }
}
@media (min-width: 992px) {
  .hotel-card-gallery {
    border-radius: 32px;
    padding: 32px;
  }
}
.hotel-card-gallery .top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .hotel-card-gallery .top {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }
}
.hotel-card-gallery .top .left {
  border-radius: 32px;
  overflow: hidden;
  display: none;
}
@media (min-width: 992px) {
  .hotel-card-gallery .top .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hotel-card-gallery .top .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-card-gallery .top .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .hotel-card-gallery .top .right {
    border-radius: 32px;
    padding: 32px;
    margin-bottom: 16px;
  }
}
.hotel-card-gallery .top .right h5 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hotel-card-gallery .top .right h5 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.hotel-card-gallery .top .right h5 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hotel-card-gallery .top .right h5 .icon {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.hotel-card-gallery .top .right h5 .icon img {
  width: 50px;
  height: 50px;
}
.hotel-card-gallery .top .right h5 span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 992px) {
  .hotel-card-gallery .top .right h5 span {
    font-size: 32px;
  }
}
.hotel-card-gallery .top .right p {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .hotel-card-gallery .top .right p {
    font-size: 16px;
  }
}
.hotel-card-gallery .bottom {
  width: 100%;
}
.hotel-card-gallery .bottom .splide {
  width: 100%;
}
.hotel-card-gallery .bottom .splide .splide__slide {
  border-radius: 32px;
  background: #CAE3C6;
  overflow: hidden;
}
.hotel-card-gallery .bottom .splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-card-gallery img {
  max-width: 100%;
}

.images-lbt-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .images-lbt-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .images-lbt-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.images-lbt-4 .card-item {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 24px;
  height: 430px;
}
.images-lbt-4 .card-item .lbt-ellipse {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.images-lbt-4 .card-item .lbt-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.images-lbt-4 .card-item .content {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  gap: 12px;
  max-width: 230px;
}
.images-lbt-4 .card-item .content h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.images-lbt-4 .card-item .content p {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.prices-cards {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 32px;
}
.prices-cards .price-card-item {
  border-radius: 32px;
  background: #CAE3C6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prices-cards .price-card-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.prices-cards .price-card-item .left {
  padding: 32px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
}
@media (min-width: 992px) {
  .prices-cards .price-card-item .left {
    gap: 32px;
  }
}
.prices-cards .price-card-item .left .price {
  display: inline-block;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .prices-cards .price-card-item .left .price {
    font-size: 24px;
  }
}
.prices-cards .price-card-item .left .title {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .prices-cards .price-card-item .left .title {
    font-size: 42px;
  }
}
.prices-cards .price-card-item .left .description {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.prices-cards .price-card-item .left .features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 992px) {
  .prices-cards .price-card-item .left .features {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.prices-cards .price-card-item .left .features .feature-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prices-cards .price-card-item .left .features .feature-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.prices-cards .price-card-item .left .features .feature-item .icon svg {
  width: 16px;
  height: 16px;
}
.prices-cards .price-card-item .left .features .feature-item span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.prices-cards .price-card-item .left .feature-btn {
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #3A3A3A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 20px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .prices-cards .price-card-item .left .feature-btn {
    max-width: 320px;
    width: 100%;
  }
}
.prices-cards .price-card-item .right {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 32px;
  max-width: 65%;
}
.prices-cards .price-card-item .right img {
  width: 100%;
}
@media (min-width: 768px) {
  .prices-cards .price-card-item .right {
    max-width: 500px;
  }
}

.lt-rofu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-image: url("../images/lt-rofu.webp"), url("../images/lt-rofu.png");
  background-size: cover;
  padding: 16px;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 992px) {
  .lt-rofu {
    padding: 32px;
  }
}
.lt-rofu h4 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .lt-rofu h4 {
    font-size: 32px;
  }
}
.lt-rofu p {
  margin: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.how-we-work-cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .how-we-work-cards {
    flex-direction: row;
    align-items: stretch;
  }
}
.how-we-work-cards .hww-card {
  padding: 32px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #C7D6EA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .how-we-work-cards .hww-card {
    width: 33.33%;
  }
}
.how-we-work-cards .hww-card .hww-item-num {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: auto;
}
.how-we-work-cards .hww-card .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}

.contact .umbraco-forms-form{
  width:50%;
}

@media(max-width:991px){
  .contact .umbraco-forms-form{
  width:100%;
}
}
.how-we-work-cards .hww-card .top h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
.how-we-work-cards .hww-card .top p {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .how-we-work-cards .hww-card .top p {
    margin-bottom: 64px;
  }
}
.how-we-work-cards .hww-card .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  overflow: hidden;
  height: 240px;
}
@media (min-width: 992px) {
  .how-we-work-cards .hww-card .image {
    aspect-ratio: 4/5;
    height: auto;
  }
}
.how-we-work-cards .hww-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
@media (min-width: 992px) {
  .contact {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .contact.fully .contact-form-card {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .contact .contact-form-card {
    width: 50%;
  }
}
.contact-form-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #E6DFC7;
  padding: 32px;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form-card {
    width: 100%;
  }
}
.contact-form-card h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contact-form-card h5 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contact-form-card h5 {
    font-size: 20px;
  }
}
.contact-form-card p {
  display: inline-block;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 32px;
  font-weight: 400;
}
.contact-form-card form {
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-form-card form .name-area {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .contact-form-card form .name-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.contact-form-card form .form-control {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-form-card form .form-control label, 
.umbraco-forms-page label {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
  display: flex;
}

.umbraco-forms-field-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap:10px;
}
.umbraco-forms-page select option{
  margin-bottom:10px;
}
.contact-form-card form .form-control input,
.contact-form-card form .form-control textarea,
.umbraco-forms-page input,
.umbraco-forms-page textarea,
.umbraco-forms-page select {
  width: 100%;
  border-radius: 16px;
  outline: none;
  border: none;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 10px 14px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.umbraco-forms-caption{
      color: #3A3A3A;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;

}
.umbraco-forms-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;

}
.umbraco-forms-fieldset{
  border:none;
}

.umbraco-forms-field{
  width:100%;
}

.umbraco-forms-fieldset{
  width:100%;
}
.umbraco-forms-page{
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #c7d6ea;
    padding: 32px;
    border-radius: 32px;
    overflow: hidden;
    width: 100%;
}
.contact-form-card form .form-control .phone {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 10px 14px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 16px;
}
.contact-form-card form .form-control .phone .custom-select-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}
.contact-form-card form .form-control .phone .custom-select-wrapper select {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  height: 100%;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-right: 30px;
  z-index: 1;
  background-color: transparent;
}
.contact-form-card form .form-control .phone .custom-select-wrapper .custom-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 0;
}
.contact-form-card form .form-control .phone input {
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 0;
}
.contact-form-card form .form-control.custom-checkbox-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.contact-form-card form .form-control.custom-checkbox-wrapper label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-form-card form .form-control.custom-checkbox-wrapper label a {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.contact-form-card form .form-control.custom-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.contact-form-card form .form-control.custom-checkbox-wrapper .custom-checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  position: relative;
}
.contact-form-card form .form-control.custom-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background-color: #000;
  border-color: #000;
}
.contact-form-card form .form-control.custom-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5.5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form-card form .phone-controller {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-form-card form .phone-controller .iti__selected-country-primary {
  background-color: transparent !important;
}
.contact-form-card form .phone-controller .iti__dropdown-content {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 16px !important;
}
.contact-form-card form .phone-controller .iti__dropdown-content span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
}
.contact-form-card form .phone-controller .iti__dropdown-content input {
  font-size: 13px;
  padding: 10px;
  border: none !important;
  border-radius: 16px;
}
.contact-form-card form .phone-controller label {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}
.contact-form-card form .phone-controller .phone {
  width: 100%;
}
.contact-form-card form .phone-controller .phone .iti {
  width: 100%;
}
.contact-form-card form .phone-controller input {
  width: 100%;
  outline: none;
  border: none;
  background: #FFF;
  padding: 10px 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-form-card form textarea {
  min-height: 120px;
}
.contact-form-card form #phone-number {
  padding-left: 50px;
}
.contact-form-card form .submit {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  background: #3A3A3A;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.contact-iframe {
  border-radius: 32px;
  overflow: hidden;
  background-color: #E6DFC7;
  aspect-ratio: 4/5;
  min-height: 200px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-iframe {
    width: 50%;
  }
}
.contact-iframe iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

label.error ,
span.field-validation-error {
  font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
  color: rgb(215, 62, 62) !important;
}

.not-found {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .not-found {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 60vh;
  }
}
.not-found .left {
  border-radius: 32px;
  overflow: hidden;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .not-found .left {
    width: 50%;
    order: 1;
  }
}
.not-found .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.not-found .right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 32px;
  background: #E6DFC7;
  order: 1;
}
@media (min-width: 992px) {
  .not-found .right {
    width: 50%;
    order: 2;
  }
}
.not-found .right .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 450px;
  gap: 32px;
  padding: 32px;
}
.not-found .right .content h3 {
  color: #3A3A3A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.not-found .right .content p {
  color: #3A3A3A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.not-found .right .content a {
  border-radius: 16px;
  border: 1px solid #3A3A3A;
  max-width: 280px;
  width: 100%;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3A3A3A;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.legal-card {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
}
.legal-card .card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 32px;
  align-items: flex-start;
  padding: 32px;
  gap: 32px;
}
.legal-card .card-item h4 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .legal-card .card-item h4 {
    font-size: 32px;
  }
}
.legal-card .card-item span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ccw-image-tripple {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
}
.ccw-image-tripple h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .ccw-image-tripple h5 {
    font-size: 32px;
  }
}
.ccw-image-tripple span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ccw-image-tripple span {
    font-size: 16px;
  }
}
.ccw-image-tripple .images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 576px) {
  .ccw-image-tripple .images {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ccw-image-tripple .images .image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  overflow: hidden;
}
.ccw-image-tripple .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ccw-image-doubler {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
}
.ccw-image-doubler h5 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .ccw-image-doubler h5 {
    font-size: 32px;
  }
}
.ccw-image-doubler span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ccw-image-doubler span {
    font-size: 16px;
  }
}
.ccw-image-doubler .images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 576px) {
  .ccw-image-doubler .images {
    grid-template-columns: 1fr 1fr;
  }
}
.ccw-image-doubler .images .image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  overflow: hidden;
}
.ccw-image-doubler .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-content-wt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .gallery-content-wt {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .gallery-content-wt {
    grid-template-columns: 1fr 3fr;
  }
}
.gallery-content-wt .left .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  min-height: 360px;
}
.gallery-content-wt .left .card-item-big img {
  position: absolute;
  width: 65%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-content-wt .left .card-item-big .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
.gallery-content-wt .left .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .gallery-content-wt .left .card-item-big .content h4 {
    font-size: 32px;
  }
}
.gallery-content-wt .left .card-item-big .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gallery-content-wt .left .card-item-big .content span {
    font-size: 18px;
  }
}
.gallery-content-wt .gallery-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 500px) {
  .gallery-content-wt .gallery-images {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .gallery-content-wt .gallery-images {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gallery-content-wt .gallery-images .item {
  width: 100%;
  border-radius: 32px;
  background: #CAE3C6;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.gallery-content-wt .gallery-images .item h6 {
  width: 100%;
  padding: 32px;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.gallery-content-wt .gallery-images .item img {
  width: 60%;
}

.gallery-content-wt-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .gallery-content-wt-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .gallery-content-wt-2 {
    grid-template-columns: 1fr 3fr;
  }
}
.gallery-content-wt-2 .left .card-item-big {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  min-height: 360px;
}
.gallery-content-wt-2 .left .card-item-big img {
  position: absolute;
  width: 65%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-content-wt-2 .left .card-item-big .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
.gallery-content-wt-2 .left .card-item-big .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .gallery-content-wt-2 .left .card-item-big .content h4 {
    font-size: 32px;
  }
}
.gallery-content-wt-2 .left .card-item-big .content span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gallery-content-wt-2 .left .card-item-big .content span {
    font-size: 18px;
  }
}
.gallery-content-wt-2 .gallery-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 500px) {
  .gallery-content-wt-2 .gallery-images {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}
.gallery-content-wt-2 .gallery-images .item {
  width: 100%;
  border-radius: 32px;
  background: #CAE3C6;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.gallery-content-wt-2 .gallery-images .item h6 {
  width: 100%;
  padding: 32px;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.gallery-content-wt-2 .gallery-images .item img {
  width: 60%;
}

.before-after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 32px;
}
.before-after .splide__arrows {
  position: absolute;
  width: 100%;
}
.before-after-item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
.before-after-item:not(:last-child):after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #E6DFC7;
  bottom: -16px;
}
@media (min-width: 600px) {
  .before-after-item:not(:last-child):after {
    height: 100%;
    width: 1px;
    right: -9px;
    bottom: unset;
  }
}
.before-after-item .before,
.before-after-item .after {
  aspect-ratio: 6/4;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.before-after-item .before img,
.before-after-item .after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.before-after-item .before span,
.before-after-item .after span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #FFF;
  padding: 6px 12px;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 32px;
  line-height: 1;
}

.faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .faq {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.faq .faq-left .card-item {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  min-height: 340px;
  height: 100%;
}
.faq .faq-left .card-item img {
  position: absolute;
  width: 40%;
  height: auto;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
@media (min-width: 992px) {
  .faq .faq-left .card-item img {
    width: 50%;
  }
}
.faq .faq-left .card-item .content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
}
@media (min-width: 992px) {
  .faq .faq-left .card-item .content {
    position: absolute;
  }
}
.faq .faq-left .card-item .content h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1100px) {
  .faq .faq-left .card-item .content h4 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.faq .faq-left .card-item .content span {
  display: flex;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.faq .faq-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 16px;
}
.faq .faq-right .faq-item {
  border-radius: 32px;
  padding: 16px;
}
@media (min-width: 992px) {
  .faq .faq-right .faq-item {
    padding: 32px;
  }
}
.faq .faq-right .faq-item.active .icon {
  transform: rotate(180deg);
}
.faq .faq-right .faq-item.active .bottom {
  display: flex;
}
.faq .faq-right .faq-item .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .faq-right .faq-item .top h6 {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
}
.faq .faq-right .faq-item .top .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s all ease;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.faq .faq-right .faq-item .bottom {
  width: 100%;
  display: none;
  margin-top: 16px;
}
.faq .faq-right .faq-item .bottom span {
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  z-index: 99999999999;
  align-items: center;
}
.popup-overlay .popup-content {
  background: #2A2A2A;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  width: 280px;
  max-width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/popup-bg.png");
}
.popup-overlay .popup-content .popup-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.popup-overlay .popup-content .popup-inner p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  max-width: 180px;
  text-align: center;
  line-height: 20px;
}
.popup-overlay .popup-content .popup-inner a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  width: 100%;
  display: flex;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.popup-overlay .popup-content .icon-calendar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-overlay .popup-content .icon-calendar svg {
  width: 48px;
  height: 48px;
}

/* Floating buttons container */
.floating-buttons {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Contact Us and WhatsApp button styles */
}

@media (max-width: 991px) {
  .floating-buttons {
    bottom: 10%;
    top: unset;
    transform: translateY(-10%);
  }
}

.floating-buttons .contact-us,
.floating-buttons .whatsapp,
.floating-buttons .instagram,
.floating-buttons .phone {
  background-color: #fff;
  color: white;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background-color 0.3s;
}
.floating-buttons .contact-us svg,
.floating-buttons .whatsapp svg,
.floating-buttons .instagram svg,
.floating-buttons .phone svg {
  width: 25px;
  height: 25px;
}
.floating-buttons .contact-us svg path,
.floating-buttons .whatsapp svg path,
.floating-buttons .instagram svg path,
.floating-buttons .phone svg path {
  fill: #fff;
}
.floating-buttons .contact-us.contact-us,
.floating-buttons .whatsapp.contact-us,
.floating-buttons .instagram.contact-us,
.floating-buttons .phone.contact-us {
  padding: 10px;
}
.floating-buttons .contact-us.contact-us svg path,
.floating-buttons .whatsapp.contact-us svg path,
.floating-buttons .instagram.contact-us svg path,
.floating-buttons .phone.contact-us svg path {
  fill: #333;
}
.floating-buttons .contact-us a,
.floating-buttons .whatsapp a,
.floating-buttons .instagram a,
.floating-buttons .phone a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-buttons .phone {
  background-color: #0A78AA;
}
.floating-buttons .whatsapp {
  background-color: #25d366;
}
.floating-buttons .instagram {
  background-color: #e4405f;
}
.contact-form-container .umbraco-forms-container{
  gap: 5px;
}
.contact-form-container .umbraco-forms-page{
  padding:0 !important;
  border-radius: 0;
  background-color: #fff;
}
 .umbraco-forms-hidden{
  display: none !important;
}




.contact-form-container .umbraco-forms-page{
  zoom:.6;
}

@media(max-width:576px){
  .contact-form-container .umbraco-forms-page{
    zoom:.5;
  }
}

/* Contact form container */
.contact-form-container {
  position: fixed;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  max-width: 90vw;
  display: none;
  flex-direction: column;
  z-index: 1001;
  /* Form header */
  /* Form inputs and button */
}
.contact-form-container * {
  font-family: "Montserrat", sans-serif;
}

.contact-form-container .kvkk-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-form-container .kvkk-checkbox input[type=checkbox] {
  margin-right: 8px;
  width: -moz-max-content;
  width: max-content;
}

.umbraco-forms-field.privacypolicy{
  display: flex;flex-wrap: wrap;
} 
.umbraco-forms-field-wrapper input[type="checkbox"] {
  width: auto;
}

.umbraco-forms-field .umbraco-forms-label{
  order:2;
}

.contact-form-container .form-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.contact-form-container .form-header h2 {
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.2;
  font-size: 16px;
  max-width: 100%;
  white-space: normal;
}
.contact-form-container .form-header .close-button {
  cursor: pointer;
  font-size: 18px;
}
.contact-form-container form {
  display: flex;
  flex-direction: column;
}
.contact-form-container form input,
.contact-form-container form textarea,
.contact-form-container form select {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
.contact-form-container form button {
  background-color: #C7D6EA;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-form-container form button:hover {
  background-color: #C7D6EA;
}

.iti--fullscreen-popup.iti--container {
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  align-items: center;
}

.iti--fullscreen-popup .iti__dropdown-content {
  height: 300px;
}



.iti__search-input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 10px 14px;
  color: #3A3A3A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}/*# sourceMappingURL=style.css.map */


.documents-section {
  font-family: "Montserrat", sans-serif;
  padding: 32px 0;
}
.documents-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.documents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .documents-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.document-card {
  background-color: #cae3c6;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.document-card:hover {
  transform: translateY(-4px);
  background-color: #bfd7b8;
}
.document-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.document-card .download-label {
  font-size: 14px;
  font-weight: 500;
  color: #3a3a3a;
  display: flex;
  align-items: center;
}
.document-card .download-label svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=style.css.map */

.custom-select-wrapper-a {
  width: 100%;
}
.custom-select-wrapper-a select {
  border-radius: 16px;
    outline: none;
    border: none;
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 10px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #3A3A3A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

@keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @keyframes pulse {

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

            50% {
                transform: scale(1.1);
            }
        }

/* Duplike kısmı kaldırıldı - yukarıdaki version kullanılıyor */

/* Fix language dropdown styles */
.dropdown-language .dropdown-button .arrow svg {
    transition: transform 0.3s ease;
}

.dropdown-language.active .dropdown-button .arrow svg {
    transform: rotate(180deg);
}

