@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: 'Roboto', sans-serif !important;
  background: #fbfdfe;
  color: #31424c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
h2 {
  font-size: 26px;
}
a:hover {
  text-decoration: none;
}
.section-heading {
  /*text-align: center;*/
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}
.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}
.pages {
  padding: 80px 0 40px;
}
.moduler {
  padding: 140px 0;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #02bdd5;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar-header .navbar-brand {
  height: auto;
  padding: 3px 0;
  margin: 0;
}
.navbar-header .navbar-brand a {
  height: auto;
  display: inline-flex;
  margin-top: 0;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
  background: #444;
}
#top-bar {
  background: rgba(255, 255, 255, 0.88);
  color: #31424c;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 12px 0;
  -webkit-box-shadow: 0 18px 40px rgba(127, 148, 161, 0.12);
  box-shadow: 0 18px 40px rgba(127, 148, 161, 0.12);
  border-bottom: 1px solid rgba(220, 233, 239, 0.9);
  backdrop-filter: blur(16px);
}
#top-bar .navbar-nav > li > a:hover {
  background: transparent;
}
#top-bar.animated-header {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(127, 148, 161, 0.12);
}
#top-bar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#top-bar .main-menu li > a {
  color: #32424d;
}
#top-bar .main-menu li {
  position: relative;
}
#top-bar .main-menu li a {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 13px 14px;
}
#top-bar .main-menu li a:hover {
  color: #02bdd5;
}
.public-nav-shell {
  display: block;
}
.nav-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  line-height: 1;
}
.nav-brand-logo {
  height: 38px;
  display: block;
}
.nav-brand-wordmark {
  color: #22313a;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.nav-brand-wordmark sup {
  font-size: 0.52em;
  top: -0.55em;
}
.nav-action-link {
  cursor: pointer;
}
.navbar-default .navbar-toggle {
  border-color: rgba(210, 224, 230, 0.95);
  border-radius: 16px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #32424d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: rgba(247, 251, 253, 0.95);
}
.navbar-custom .nav li > a {
  position: relative;
  color: #000;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  margin-top: 0;
  min-width: 230px;
  padding: 8px 0;
  border: 1px solid rgba(220, 233, 239, 0.95);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 22px 46px rgba(130, 148, 161, 0.16);
  background: rgba(255, 255, 255, 0.96);
}
.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
#top-bar .dropdown-menu {
  list-style: none;
  margin: 0;
}
#top-bar .dropdown-menu > li > a {
  display: block;
  padding: 13px 22px;
  font-size: 13px;
  font-weight: 500;
  color: #42545d;
  text-transform: none;
  letter-spacing: normal;
}
#top-bar .dropdown-menu > li > a:hover {
  color: #02bdd5;
  background: rgba(247, 251, 253, 0.95);
}
@media only screen and (max-width: 767px) {
  .public-top-bar {
    --public-mobile-header-height: 82px;
    z-index: 1050;
  }
  .public-top-bar.nav-open {
    background: rgba(251, 253, 254, 0.98);
  }
  .public-top-bar .container {
    position: relative;
    z-index: 1053;
    padding-left: 0;
    padding-right: 0;
  }
  .public-top-bar .public-nav-shell {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .public-top-bar .public-nav-shell:before,
  .public-top-bar .public-nav-shell:after {
    display: none;
    content: none;
  }
  .public-top-bar .public-nav-toggle {
    order: 2;
    margin: 0;
    padding: 10px 9px;
    border-radius: 14px;
    border-color: rgba(210, 224, 230, 0.95);
    background: #02bdd5;
    position: relative;
    z-index: 1060;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .public-top-bar .public-nav-shell .navbar-brand {
    order: 1;
  }
  .public-top-bar .public-nav-toggle:hover,
  .public-top-bar .public-nav-toggle:focus {
    background: #01a9be;
  }
  .public-top-bar .public-nav-toggle .icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .public-top-bar .public-nav-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .public-top-bar .public-nav-toggle.is-open .icon-bar:nth-child(2) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .public-top-bar .public-nav-toggle.is-open .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .public-top-bar .public-nav-toggle.is-open .icon-bar:nth-child(4) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .public-top-bar #public-mobile-nav.navbar-collapse {
    position: fixed;
    top: var(--public-mobile-header-height);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1052;
    width: 100vw;
    height: calc(100dvh - var(--public-mobile-header-height));
    max-height: none !important;
    margin: 0 !important;
    padding: 6px 0 calc(24px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(251, 253, 254, 0.98);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    display: block !important;
  }
  .public-top-bar #public-mobile-nav.navbar-collapse.in,
  .public-top-bar #public-mobile-nav.navbar-collapse.collapsing {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .public-top-bar #public-mobile-nav.navbar-collapse.collapsing {
    height: calc(100dvh - var(--public-mobile-header-height)) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .public-top-bar #public-mobile-nav.navbar-collapse.is-closing {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .public-top-bar #public-mobile-nav .main-menu {
    padding: 0;
  }
  .public-top-bar #public-mobile-nav .navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
  }
  .public-top-bar #public-mobile-nav .navbar-nav > li {
    float: none;
    border-bottom: 1px solid rgba(200, 214, 220, 0.7);
  }
  .public-top-bar #public-mobile-nav .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  .public-top-bar #public-mobile-nav .main-menu li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #32424d;
    font-size: 16px;
    letter-spacing: 0.04em;
    padding: 18px 18px;
  }
  .public-top-bar #public-mobile-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: none;
  }
  .public-top-bar #public-mobile-nav .dropdown.open > .dropdown-menu {
    display: block;
  }
  .public-top-bar #public-mobile-nav .dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #465a65;
    padding: 12px 18px 12px 34px;
    border-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
  }
  .public-top-bar #public-mobile-nav .dropdown > .dropdown-toggle .caret {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .public-top-bar #public-mobile-nav .dropdown.open > .dropdown-toggle .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }
}
#hero-area {
  background: url('/assets/images/layout/header.jpg') no-repeat fixed;
  background-size: cover;
  background-position: center center;
  padding: 188px 0 156px;
  color: #1d2d35;
  position: relative;
  overflow: hidden;
}
#hero-area:before {
  content: '';
  z-index: 9;
  background: linear-gradient(180deg, rgba(245, 250, 252, 0.34) 0%, rgba(248, 252, 253, 0.58) 44%, rgba(251, 253, 254, 0.92) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero-area:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -160px;
  width: 880px;
  height: 520px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.18) 58%, rgba(255, 255, 255, 0) 78%);
  z-index: 9;
}
#hero-area .block {
  position: relative;
  z-index: 999;
}
.homepage-hero-content {
  max-width: 860px;
  margin: 0 auto;
}
.homepage-hero-eyebrow {
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5e7883;
  margin-bottom: 18px;
  font-weight: 500;
}
.homepage-hero-title {
  font-size: 62px;
  line-height: 1;
  color: #1b2a33;
  font-weight: 700;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-title {
    font-size: 50px;
  }
}
.homepage-hero-kicker {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #59747f;
  letter-spacing: 0.18em;
}
.homepage-hero-intro {
  margin-bottom: 24px;
}
.homepage-hero-rotator-shell {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #02bdd5;
}
.homepage-hero-rotator {
  font-size: inherit;
  line-height: inherit;
}
.homepage-hero-description {
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.9;
  color: #4d6873;
}
.homepage-hero-actions {
  display: flex;
  justify-content: center;
}
#hero-area .btn {
  background: linear-gradient(135deg, #1f313a 0%, #324a56 100%);
  border: none;
  color: #fff;
  padding: 18px 34px;
  margin-top: 0;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(31, 38, 43, 0.18);
}
#hero-area .btn:hover,
#hero-area .btn:focus {
  background: #02bdd5;
  color: #fff;
}
.homepage-content-shell {
  background: #ffffff;
}
.homepage-content-shell .homepage-news,
.homepage-content-shell .homepage-features,
.homepage-content-shell .homepage-story,
.homepage-content-shell .homepage-story-alt,
.homepage-content-shell .homepage-cta,
.homepage-content-shell .works {
  background: transparent !important;
  background-image: none !important;
}
#call-to-action {
  padding: 24px 0 92px;
  text-align: center;
  position: relative;
  color: #536873;
}
#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #536873;
}
#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #39464d;
}
#call-to-action .block .title {
  color: #39464d;
}
#call-to-action .block p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin: 18px 0 0;
  color: #5b6f79;
  line-height: 1.9;
}
#call-to-action .block p a {
  color: #02bdd5 !important;
  text-decoration: underline;
}
#call-to-action .block .btn-contact {
  background: #02bdd5;
  border: none;
  color: #fff;
  padding: 16px 35px;
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(2, 189, 213, 0.18);
}
#call-to-action .block .btn-contact:hover,
#call-to-action .block .btn-contact:focus {
  background: #00a9c0;
  color: #fff;
}
#call-to-action .block .btn-contact i {
  margin-right: 10px;
}
.homepage-cta-inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
#about {
  padding: 92px 0;
}
#about .block {
  padding: 0;
}
#about .block h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 26px;
  text-transform: uppercase;
  color: #22313a;
}
#about .block p {
  color: #60707b;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 0;
}
#about .block img {
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 26px 56px rgba(135, 152, 166, 0.14);
}
.works {
  padding: 92px 0;
  background: linear-gradient(to bottom, #f8fbfd 0%, #ffffff 100%);
}
.works .block {
  position: relative;
  z-index: 99;
}
.works .block:hover .img-overly .overly {
  opacity: 1;
}
.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.works .block .img-overly img {
  border-radius: 0;
}
.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}
.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
/*figure:hover img {*/
/*  -webkit-transform: scale3d(1.2, 1.2, 1);*/
/*  transform: scale3d(1.2, 1.2, 1);*/
/*}*/
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%;
}
figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}
figure figcaption h4 {
  margin: 0;
}
figure figcaption h4 a {
  color: #02bdd5;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
#feature {
  padding: 84px 0;
}
#feature .media {
  margin: 0 0 28px 0;
}
#feature .media .media-left {
  padding-right: 25px;
}
#feature h3 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}
#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}
#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #02bdd5;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px;
}
.homepage-section-heading {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}
.homepage-section-heading .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
#feature .homepage-section-heading p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 300;
  color: #60707b;
}
.homepage-news .section-heading {
  max-width: none;
  margin: 0 auto;
  padding: 24px 0 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.homepage-news-card {
  padding: 28px 32px;
  background: linear-gradient(180deg, #fafdff 0%, #ffffff 100%);
  border: 1px solid rgba(214, 231, 237, 0.95);
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(164, 182, 191, 0.1);
  text-align: left;
}
.homepage-news-header {
  margin-bottom: 18px;
}
.homepage-news-kicker {
  margin: 0;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(2, 189, 213, 0.12);
  color: #028fa3 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.homepage-news-title {
  margin: 14px 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #22313a;
}
.homepage-news-date {
  margin: 0;
  display: block;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #7a8f99 !important;
}
.homepage-news-body > :first-child {
  margin-top: 0;
}
.homepage-news-body > :last-child {
  margin-bottom: 0;
}
.homepage-news-body p,
.homepage-news-body li {
  font-size: 16px !important;
  line-height: 1.9 !important;
  font-weight: 300 !important;
  color: #60707b !important;
}
.homepage-news-body ul,
.homepage-news-body ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.homepage-news-body ul li,
.homepage-news-body ol li {
  list-style: initial;
}
.homepage-features {
  position: relative;
}
.homepage-features .homepage-section-heading {
  max-width: none;
}
#feature.homepage-features {
  padding: 56px 0 28px;
}
#feature.homepage-news {
  padding: 16px 0 48px;
}
#feature.homepage-news .section-heading {
  padding: 0;
  margin-bottom: 0;
}
.homepage-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1110px;
  margin: 0 auto;
  align-items: stretch;
}
.homepage-feature-item {
  min-width: 0;
}
.homepage-feature-card {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 30px 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(222, 235, 240, 0.95);
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(164, 182, 191, 0.08);
}
.homepage-feature-card .media-body {
  overflow: visible;
}
.homepage-feature-card .media-heading {
  color: #263238;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.homepage-feature-card p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #61727d !important;
}
.homepage-feature-card .icon {
  width: 72px !important;
  height: 72px !important;
  line-height: 72px !important;
  font-size: 32px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 14px 28px rgba(2, 189, 213, 0.16);
  text-shadow: none !important;
}
.homepage-story-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.homepage-story .block {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.homepage-story-copy {
  padding: 10px 28px;
}
.homepage-story-copy h2 {
  font-size: 36px;
  line-height: 1.15;
  color: #22313a;
  margin-bottom: 22px;
}
.homepage-story-copy p {
  color: #60707b;
  line-height: 1.95;
  margin-bottom: 0;
}
.homepage-story-media {
  padding: 12px;
  border-radius: 36px !important;
  background: #ffffff !important;
  border: 1px solid rgba(225, 236, 240, 0.9) !important;
  box-shadow: 0 24px 52px rgba(164, 182, 191, 0.12) !important;
}
.homepage-story-media img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .homepage-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .homepage-feature-grid {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 18px;
  }
  .homepage-feature-card {
    padding: 24px 20px;
  }
  .homepage-feature-card .media-left {
    display: block;
    padding-right: 0;
    padding-bottom: 14px;
  }
  .homepage-story-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .homepage-story-row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .homepage-story-copy {
    padding: 8px 4px;
  }
  .homepage-story-copy h2 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 18px;
  }
  .homepage-story-copy p {
    line-height: 1.7;
  }
  .homepage-story-media {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 24px !important;
  }
  .homepage-story-media img {
    width: 100%;
    height: auto;
  }
}
#contact-section {
  /*padding: 90px 0;*/
}
#contact-section .contact-form {
  /*margin-top: 42px;*/
}
#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-section .address,
#contact-section .email,
#contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}
#contact-section .address i,
#contact-section .email i,
#contact-section .phone i {
  font-size: 45px;
  color: #02bdd5;
}
#contact-section .address h5,
#contact-section .email h5,
#contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}
#contact-section .address-details {
  padding-top: 70px;
}
#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}
#footer {
  background: #fff;
  padding: 56px 0 42px;
  color: #6b6b6b;
  position: relative;
  overflow: hidden;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7f96a0;
}
.footer-divider {
  width: 72px;
  height: 1px;
  margin: 18px 0 16px;
  background: linear-gradient(to right, rgba(2, 189, 213, 0), rgba(2, 189, 213, 0.55), rgba(2, 189, 213, 0));
}
#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  color: #5f6f79;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#footer .copyright a {
  color: #02bdd5;
}
#footer .social {
  text-align: right;
  margin-bottom: 0;
}
#footer .social li {
  display: inline-block;
  margin-right: 15px;
}
#footer .social li a {
  font-size: 22px;
  color: #02bdd5;
}
.cd-headline.slide .cd-words-wrapper {
  color: #02bdd5;
}
ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}
#copyright a:hover,
#copyright nav .menu li a:hover {
  color: #e4e4e4!important;
}
#copyright a,
#copyright a:hover {
  text-decoration: none;
}
.global-page-header {
  background-size: cover;
  padding: 132px 0 46px;
  position: relative;
  background: linear-gradient(180deg, #f6fbfd 0%, #edf7fa 100%);
  color: #22313a;
  margin-bottom: 0;
  border-bottom: 0;
}

.global-page-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 54px;
  background: linear-gradient(
    180deg,
    rgba(237, 247, 250, 0) 0%,
    rgba(246, 251, 253, 0.74) 58%,
    #fbfdfe 100%
  );
  pointer-events: none;
}
.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  color: #22313a;
  text-transform: uppercase;
  margin: 0;
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}
.global-page-header .breadcrumb .active {
  color: #fff;
}
.global-page-header .breadcrumb li a {
  color: #fff;
}
.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center;
}
.global-page-header-shell {
  max-width: 760px;
  margin: 0 auto;
}
.global-page-header-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6c8793;
}

@media (max-width: 767px) {
  .global-page-header::after {
    height: 34px;
  }
}
.homepage-reveal {
  animation: homepageReveal 0.7s ease-out both;
}
@keyframes homepageReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#product-showcase-banner {
  padding-top: 160px;
}
#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}
#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #02bdd5;
  margin-bottom: 20px;
  margin-top: 0;
}
#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}
#product-showcase-banner .block .buttons {
  margin-top: 25px;
}
#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}
#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}
#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}
#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}
#product-description {
  padding-top: 80px;
}
#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}
#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}
#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}
#related-items {
  padding: 60px 0 110px;
}
#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}
#related-items .product-details {
  margin-bottom: 0;
}
#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}
#related-items .block:hover .img-overly .overly {
  opacity: 1;
}
#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
#related-items .block h4 span {
  float: right;
  color: #02bdd5;
}
#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
#related-items .block .img-overly img {
  border-radius: 0;
}
#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}
#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}
.service-page .service-parts .block i {
  font-size: 35px;
  color: #02bdd5;
}
.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}
.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%;
}
#clients {
  padding: 30px 0 60px;
}
#clients .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
#clients .owl-carousel .owl-item {
  margin-right: 10px;
}
.works-fit {
  padding: 40px 0;
}
.works-fit figure .buttons {
  left: 14%;
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #02bdd5;
  line-height: 1;
}
.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}
.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
.company-description {
  margin-top: 80px;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}
#team {
  margin: 50px 0;
}
.team-member {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: .8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}
.team-member h3 {
  color: #02bdd5;
  margin-bottom: 0;
  font-size: 20px;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  background: #02bdd5;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}
.about-feature {
  margin-top: 50px;
}
.about-feature .block {
  color: #fff;
  width: 33.33%;
  padding: 5%;
  float: left;
}
.about-feature .block p {
  font-weight: 300;
}
.about-feature .about-feature-1 {
  background: #02bdd5;
}
.about-feature .about-feature-2 {
  background: #00B0C7;
}
.about-feature .about-feature-3 {
  background: #00A6BB;
}
#blog-full-width {
  padding: 40px 0 80px;
}
article {
  padding: 30px 0;
}
.blog-content h2 {
  font-family: 'Roboto', sans-serif;
}
.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}
.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}
.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}
.blog-content .blog-meta a {
  color: #acacac;
}
.blog-content .blog-meta p {
  margin-top: 20px;
}
.blog-content .btn-details {
  background: #02bdd5;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #02bdd5;
}
.blog-post-image {
  margin-top: 30px;
}

.gallery {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}
.gallery figure .buttons {
  left: 40%;
}
.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}
.portfolio-meta span a {
  color: #fff;
}
.portfolio-single {
  padding: 80px 0 20px;
}
.portfolio-single .portfolio-content {
  padding: 40px 0;
}
.single-post {
  padding: 80px 0 20px;
}
.single-post .post-content {
  padding: 40px 0;
}
.single-post .post-content ol li,
.single-post .post-content ul li {
  color: #666;
}
.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.single-post .media .media-body a {
  color: #02bdd5;
  font-size: 12px;
}
.single-post .media .media {
  border: none;
}
.single-post .comments {
  margin-top: 40px;
}
.single-post .post-comment {
  margin-top: 40px;
}
.single-post .post-comment h3 {
  margin-bottom: 15px;
}
.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}
.single-post .post-comment .btn-send {
  background: #02bdd5;
  color: #fff;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  background: #02bdd5;
}
.dropdown-menu > ul {
  list-style: none;
  padding: 15px 0 1px 15px;
  margin: -5px auto 0;
}
.nav .open > a,
.nav .open > a:focus {
  background-color: transparent;
}
#top-bar .dropdown-menu > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: black;
}

.dropdown-menu > ul {
  list-style: none;
  background-color: white;
}

.padded {
  padding-bottom: 8vh;
}

.custom-color-light-blue {
  background-color: white;
  background-image: url('../images/blue_bcg.jpg');
  background-repeat: repeat-x;
}

.custom-color-text {
  color: #00bcd4;
}

.custom-shadow, .alert {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#navigation-example {
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-header{
  color: #00bcd4;
  border-bottom: none;
  text-align: center;
}
.modal-footer{
  border-top: none;
}

.alert-info
{
  background-color: #00bcd4;
  color: white;
}
.alert-danger{
  background-color: red;
  color: white;
}
.alert-success{
  background-color: green;
  color: white;
}
.alert, .modal-body, .modal-content{
  border-radius: 5px;
}

.text-info{
  color: #02bdd5;
}

/*Elements*/

.element {
  width: 90px;
  height: 70px;
  background: rgb(2,189,213);
  background: linear-gradient(45deg, rgba(2,189,213,1) 0%, rgba(56,209,233,1) 49%, rgba(117,232,255,1) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px 0 0 0;
}

.element-sodexo{
  height: 50px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.symbol {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.number {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 15px;
}

.name {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;

}

figure{
  min-height: 190px;
  border-radius: 10px;
}


/*Toast message*/
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  height: 55px;
  background-color: white; /* Black background color */
  /*border: 1px solid black;*/
  border-radius: 5px;
  /*color: red; !* White text color *!*/
  text-align: center; /* Centered text */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1000; /* Add a z-index if needed */
  left: 80%; /* Center the snackbar */
  top: 100px; /* 30px from the bottom */
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-card {
  border-radius: var(--ui-radius-md);
  overflow: hidden;
  border: 1px solid rgba(214, 228, 234, 0.95);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(130, 151, 161, 0.1);
  transition: transform var(--ui-transition), box-shadow var(--ui-transition), border-color var(--ui-transition);
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(130, 151, 161, 0.18);
  border-color: rgba(185, 214, 225, 0.95);
}

.gallery-card a {
  display: block;
}

.gallery-card-img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Modern UI layer */
:root {
  --ui-primary: #02bdd5;
  --ui-primary-strong: #009db4;
  --ui-danger: #d9534f;
  --ui-danger-strong: #c9302c;
  --ui-text: #2d3f4a;
  --ui-muted: #6e8793;
  --ui-border: #d4e3ea;
  --ui-surface: #ffffff;
  --ui-surface-alt: #f6fafc;
  --ui-radius-sm: 10px;
  --ui-radius-md: 14px;
  --ui-shadow-soft: 0 10px 24px rgba(107, 133, 145, 0.16);
  --ui-shadow-focus: 0 0 0 4px rgba(2, 189, 213, 0.2);
  --ui-transition: 180ms ease;
  --ui-control-height: 46px;
  --ui-control-font-size: 16px;
  --ui-control-px: 14px;
  --ui-btn-font-size: 15px;
  --ui-btn-py: 10px;
  --ui-btn-px: 18px;
}

.btn {
  padding: var(--ui-btn-py) var(--ui-btn-px);
  font-size: var(--ui-btn-font-size);
  line-height: 1.35;
  border-radius: var(--ui-radius-sm);
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: none;
  box-shadow: 0 6px 14px rgba(111, 136, 148, 0.16);
  transition: transform var(--ui-transition), box-shadow var(--ui-transition), background-color var(--ui-transition), border-color var(--ui-transition), color var(--ui-transition);
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(111, 136, 148, 0.22);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(111, 136, 148, 0.2);
}

.btn:focus,
.btn:focus-visible {
  outline: none;
  box-shadow: var(--ui-shadow-focus), 0 10px 20px rgba(111, 136, 148, 0.22);
}

.btn-info {
  color: #ffffff;
  background-image: linear-gradient(135deg, #1ccce0 0%, #02bdd5 56%, #00aac1 100%);
  background-color: var(--ui-primary);
  border-color: #00acc2;
  box-shadow: 0 10px 22px rgba(2, 189, 213, 0.24);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-image: linear-gradient(135deg, #0fc0d5 0%, #00a9c0 100%);
  background-color: var(--ui-primary-strong);
  border-color: #0098ad;
}

.btn-danger {
  color: #ffffff;
  background-color: var(--ui-danger);
  border-color: transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: var(--ui-danger-strong);
  border-color: transparent;
}

.btn-default {
  color: var(--ui-text);
  background-color: var(--ui-surface);
  border-color: var(--ui-border);
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: var(--ui-text);
  background-color: var(--ui-surface-alt);
  border-color: #bfd3dc;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 9px;
}

.btn-xs {
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.35;
  border-radius: 8px;
}

.btn-xl {
  padding: 11px 18px;
}

.form-control,
input.form-control,
textarea.form-control,
select.form-control {
  min-height: var(--ui-control-height);
  height: var(--ui-control-height);
  padding: 11px var(--ui-control-px);
  font-size: var(--ui-control-font-size);
  line-height: 1.35;
  border-radius: var(--ui-radius-sm);
  border: 1px solid var(--ui-border);
  color: var(--ui-text);
  background-color: var(--ui-surface);
  box-shadow: inset 0 1px 2px rgba(45, 63, 74, 0.04);
  transition: border-color var(--ui-transition), box-shadow var(--ui-transition), background-color var(--ui-transition);
}

.form-control::placeholder {
  color: #89a0ab;
}

textarea.form-control {
  min-height: 120px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-control:focus,
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: var(--ui-primary);
  box-shadow: var(--ui-shadow-focus);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eef4f7;
  border-color: #d8e3e9;
  color: #7d919c;
}

.has-error .form-control {
  border-color: #d9534f;
}

.has-error .form-control:focus {
  box-shadow: 0 0 0 4px rgba(217, 83, 79, 0.18);
}

.input-group-addon {
  border: 1px solid var(--ui-border);
  color: var(--ui-muted);
  background: var(--ui-surface-alt);
  min-width: 52px;
  padding: 0 12px;
  font-size: var(--ui-control-font-size);
}

.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-top-left-radius: var(--ui-radius-sm);
  border-bottom-left-radius: var(--ui-radius-sm);
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-top-right-radius: var(--ui-radius-sm);
  border-bottom-right-radius: var(--ui-radius-sm);
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.modal-content {
  border: 1px solid #e0ebf0;
  border-radius: var(--ui-radius-md);
  box-shadow: var(--ui-shadow-soft);
  overflow: hidden;
}

.modal-header {
  padding: 18px 22px;
  border-bottom: 1px solid #e7eff3;
}

.modal-title {
  color: #1f3a46;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.modal-body {
  padding: 22px;
  color: var(--ui-text);
}

.modal .modal-body .btn,
.modal .modal-footer .btn {
  min-width: 132px;
}

.modal-footer {
  padding: 16px 22px 22px;
  border-top: 1px solid #e7eff3;
}

.modal .close {
  width: 32px;
  height: 32px;
  margin-top: -4px;
  border-radius: 50%;
  color: #5f7883;
  opacity: 0.95;
  line-height: 30px;
  text-align: center;
  transition: background-color var(--ui-transition), color var(--ui-transition);
}

.modal .close:hover,
.modal .close:focus {
  background: #eef5f8;
  color: #2d4a57;
  opacity: 1;
}

.modal-switch-link {
  display: inline-block;
  color: #2f6474;
  border-radius: 8px;
  padding: 4px 8px;
  transition: color var(--ui-transition), background-color var(--ui-transition);
}

.modal-switch-link:hover,
.modal-switch-link:focus {
  color: #0e5568;
  background-color: #edf6fa;
}

.admin-create-action {
  margin-right: 15px;
  margin-bottom: 20px;
  float: right;
}

.admin-form-submit {
  float: right;
}

@media only screen and (max-width: 767px) {
  .modal-backdrop {
    z-index: 1990;
  }

  .modal {
    z-index: 2000;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-dialog {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .modal-content {
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .admin-create-action {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

/* Information pages */
.info-page {
  padding: 28px 0 72px;
}

.info-page .main.main-raised,
.info-page .section.section-basic {
  background: transparent;
  box-shadow: none;
}

.info-shell {
  background: #ffffff;
  border: 1px solid rgba(214, 228, 234, 0.95);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(130, 151, 161, 0.11);
  padding: 30px 34px;
}

.info-heading {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.2;
  color: #1f343f;
  font-weight: 700;
}

.info-section-title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.2;
  color: #1f343f;
  font-weight: 700;
}

.info-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #4f6772;
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.info-list-item {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: #48606b;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.info-list-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.78em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #02bdd5 0%, #1ccce0 100%);
  transform: translateY(-50%);
}

.info-warning {
  margin-top: 32px;
  padding: 20px 22px;
  background: #fff7f7;
  border: 1px solid #f2d9d9;
  border-left: 4px solid #d9534f;
  border-radius: 16px;
}

.info-warning-title {
  margin: 0 0 14px;
  color: #b52f2b;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.info-list-warning .info-list-item::before {
  background: #d9534f;
}

.info-page-faq .info-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.info-page-faq .info-faq-item {
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 20px;
  border-radius: 16px;
  border: 1px solid rgba(218, 231, 237, 0.95);
  background: linear-gradient(170deg, #fcfeff 0%, #ffffff 100%);
  box-shadow: 0 10px 22px rgba(130, 151, 161, 0.1);
  transition: transform var(--ui-transition), box-shadow var(--ui-transition), border-color var(--ui-transition);
}

.info-page-faq .info-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(130, 151, 161, 0.15);
  border-color: rgba(193, 217, 227, 0.95);
}

.info-page-faq .info-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 8px;
  background: linear-gradient(180deg, #02bdd5 0%, #60deed 100%);
}

.info-page-faq .info-faq-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
  color: #1f4b5a;
}

.info-page-faq .info-faq-item p {
  margin: 0;
  color: #506874;
  line-height: 1.85;
  font-size: 16px;
}

.info-news-list {
  display: grid;
  gap: 18px;
}

.info-news-item {
  margin: 0;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(216, 230, 236, 0.95);
  background: linear-gradient(180deg, #fcfeff 0%, #ffffff 100%);
}

.info-news-title {
  margin: 0 0 6px;
  font-size: 24px;
  color: #1f4b5a;
  line-height: 1.3;
  font-weight: 700;
}

.info-news-date {
  margin: 0 0 14px;
  color: #718b97;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-news-item p:not(.info-news-date),
.info-news-item li {
  color: #526974;
  line-height: 1.85;
  font-size: 16px;
}

.info-news-item > :last-child {
  margin-bottom: 0;
}

.info-news-item ul,
.info-news-item ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.info-price-section + .info-price-section {
  margin-top: 26px;
}

.info-table {
  margin-bottom: 0;
}

.info-table > tbody > tr > td,
.info-table > tbody > tr > th {
  padding: 12px 10px;
  border-top: 1px solid rgba(224, 235, 240, 0.95);
  color: #445c67;
  font-size: 15px;
  line-height: 1.6;
}

.info-table > tbody > tr:first-child > td,
.info-table > tbody > tr:first-child > th {
  border-top: 0;
}

.info-table > tbody > tr > td:last-child {
  white-space: nowrap;
  text-align: right;
  color: #1d4757;
  font-weight: 700;
}

.info-table-group > th {
  background: #f3f9fc;
  color: #1f4b5a !important;
  font-size: 16px !important;
  font-weight: 700;
}

.info-page-pass.gallery {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 72px;
}

.info-page-pass .info-lead {
  margin: 0;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.75;
}

.info-pass-intro {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 36px;
}

.info-pass-intro-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #02bdd5 0%, #1ccce0 100%);
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 6px 16px rgba(2, 189, 213, 0.28);
}

.info-pass-intro-body {
  flex: 1;
  min-width: 0;
}

.info-pass-intro-title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #1f343f;
}

.info-pass-grid {
  margin-top: 32px;
}

.info-pass-grid > [class*="col-"] {
  margin-bottom: 22px;
}

.info-pass-card {
  position: relative;
  min-height: 100%;
  margin: 0;
  border-radius: 20px;
  border: 1px solid rgba(212, 227, 234, 0.9);
  box-shadow: 0 14px 30px rgba(135, 152, 166, 0.12);
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: transform var(--ui-transition), box-shadow var(--ui-transition), border-color var(--ui-transition);
}

.info-pass-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(135, 152, 166, 0.18);
  border-color: rgba(185, 214, 225, 0.95);
}

.info-pass-card-logo {
  flex: 1;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 18px 18px;
  background: linear-gradient(160deg, #f0fbfd 0%, #e8f8fb 60%, #f6fcff 100%);
  border-bottom: 1px solid rgba(216, 230, 236, 0.9);
}

.info-pass-card-logo img {
  max-width: 100%;
  max-height: 108px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(60, 100, 120, 0.10));
}

.info-pass-card-head {
  padding: 12px 16px 14px;
  margin: 0;
}

.info-pass-card-title {
  margin: 0;
  color: #1f4250;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.info-page-medical-elements .subtitle {
  margin: 0 0 24px;
  font-size: 34px;
  color: #1f343f;
  font-weight: 700;
  text-transform: none;
}

.info-page-medical .info-medical-copy {
  height: 100%;
}

.info-page-medical .info-medical-copy p {
  color: #4f6772;
  line-height: 1.85;
  font-size: 16px;
}

.info-page-medical-elements {
  padding-top: 0;
}

.info-medical-cards {
  margin-top: 0;
}

.info-medical-cards > [class*="col-"] {
  margin-bottom: 24px;
}

.info-medical-card {
  margin: 0;
  position: relative;
  min-height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(211, 227, 234, 0.9);
  box-shadow: 0 14px 30px rgba(130, 151, 161, 0.12);
  background: linear-gradient(170deg, #ffffff 0%, #f6fcff 100%);
  padding: 18px 18px 16px 20px;
  transition: transform var(--ui-transition), box-shadow var(--ui-transition), border-color var(--ui-transition), background-color var(--ui-transition);
}

.info-medical-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(130, 151, 161, 0.2);
  border-color: rgba(170, 205, 220, 0.95);
}

.info-medical-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 8px;
  background: linear-gradient(180deg, #02bdd5 0%, #5cd8ea 100%);
}

.info-medical-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.info-medical-card-atom {
  position: relative;
  width: 66px;
  min-width: 66px;
  height: 66px;
  border-radius: 16px;
  background: linear-gradient(140deg, #02bdd5 0%, #39d0e4 58%, #75e8ff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 10px 20px rgba(2, 189, 213, 0.22);
  color: #ffffff;
}

.info-medical-card-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.info-medical-card-number {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 30px;
  padding: 3px 6px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #1f4b5a;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 6px 12px rgba(31, 75, 90, 0.22);
}

.info-medical-card-name {
  display: block;
  color: #1e3f4d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.info-medical-card-text {
  margin: 0;
  padding-left: 2px;
  color: #4a6470;
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 991px) {
  .info-shell {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .info-heading {
    font-size: 30px;
  }

  .info-section-title {
    font-size: 25px;
  }

  .info-page-medical-elements .subtitle {
    font-size: 30px;
  }

  .info-pass-intro {
    gap: 16px;
  }

  .info-pass-intro-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .info-pass-intro-title {
    font-size: 22px;
  }

  .info-pass-card-title {
    font-size: 14px;
  }

  .info-pass-card-logo {
    min-height: 124px;
  }

  .info-medical-cards > [class*="col-"] {
    margin-bottom: 20px;
  }

  .info-medical-card {
    padding: 16px 16px 14px 18px;
  }

  .info-medical-card-name {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .info-page {
    padding: 20px 0 48px;
  }

  .info-shell {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .info-heading {
    font-size: 25px;
  }

  .info-section-title {
    font-size: 22px;
  }

  .info-list-item {
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

  .info-warning {
    padding: 16px 14px;
  }

  .info-warning-title {
    font-size: 20px;
  }

  .info-page-faq .info-faq-item {
    padding: 14px 12px;
  }

  .info-page-faq .info-faq-item::before {
    top: 12px;
    bottom: 12px;
  }

  .info-page-faq .info-faq-title {
    font-size: 19px;
  }

  .info-news-item {
    padding: 16px 14px;
  }

  .info-news-title {
    font-size: 20px;
  }

  .info-page-pass.gallery {
    padding-bottom: 48px;
  }

  .info-pass-grid {
    margin-top: 20px;
  }

  .info-pass-intro {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }

  .info-pass-grid > [class*="col-"] {
    margin-bottom: 16px;
  }

  .info-pass-card {
    border-radius: 16px;
  }

  .info-pass-card-title {
    font-size: 13px;
  }

  .info-pass-card-logo {
    min-height: 110px;
    padding: 16px 14px 14px;
  }

  .info-pass-card-logo img {
    max-height: 88px;
  }

  .info-page-medical-elements .subtitle {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .info-medical-cards > [class*="col-"] {
    margin-bottom: 14px;
  }

  .info-medical-card {
    padding: 14px 12px 12px 14px;
    border-radius: 16px;
  }

  .info-medical-card::before {
    top: 14px;
    bottom: 14px;
    width: 3px;
  }

  .info-medical-card-meta {
    gap: 10px;
    margin-bottom: 10px;
  }

  .info-medical-card-atom {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 12px;
  }

  .info-medical-card-symbol {
    font-size: 24px;
  }

  .info-medical-card-name {
    font-size: 18px;
  }

  .info-medical-card-text {
    font-size: 14px;
    line-height: 1.65;
  }

  .info-medical-card-number {
    top: -7px;
    right: -7px;
    min-width: 26px;
    padding: 2px 5px;
    font-size: 11px;
  }
}

/* Contact page */
.info-page-contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.info-page-contact .row > [class*="col-"] {
  margin-bottom: 22px;
}

.contact-address-card {
  height: 100%;
}

.contact-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.contact-details-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #4f6772;
  font-size: 16px;
  line-height: 1.7;
}

.contact-details-list li i {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ui-radius-sm);
  background: linear-gradient(140deg, #02bdd5 0%, #39d0e4 58%, #75e8ff 100%);
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 6px 14px rgba(2, 189, 213, 0.2);
}

.contact-details-list li a {
  color: var(--ui-primary);
}

.contact-details-list li a:hover {
  color: var(--ui-primary-strong);
}

.contact-map-wrapper {
  margin-top: 10px;
  border-radius: var(--ui-radius-md);
  overflow: hidden;
  border: 1px solid rgba(214, 228, 234, 0.95);
  box-shadow: var(--ui-shadow-soft);
}

.contact-map-wrapper iframe {
  display: block;
}

/* Required mark */
.required-mark {
  color: var(--ui-danger);
  font-weight: 600;
}

/* How To page */
.howto-step {
  margin-bottom: 36px;
}

.howto-step:last-child {
  margin-bottom: 0;
}

.howto-step-row {
  display: flex;
  align-items: center;
}

.howto-step-content {
  position: relative;
  padding: 24px 28px;
}

.howto-step-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.howto-step-header .info-section-title {
  margin: 0;
}

.howto-step-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(140deg, #02bdd5 0%, #39d0e4 58%, #75e8ff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 10px 20px rgba(2, 189, 213, 0.22);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.howto-step-media {
  padding: 12px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(225, 236, 240, 0.9);
  box-shadow: 0 18px 38px rgba(164, 182, 191, 0.12);
}

.howto-step-media img {
  display: block;
  width: 100%;
  border-radius: 14px;
}

/* Licence page spacing */
.info-page-licence .info-section-title {
  margin-top: 32px;
}

.info-page-licence .info-section-title:first-child {
  margin-top: 0;
}

.info-page-licence .info-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Gallery responsive */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .gallery-card-img {
    height: 160px;
  }

  .howto-step-content {
    padding: 18px 14px;
  }

  .howto-step-media {
    border-radius: 20px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-card-img {
    height: 140px;
  }

  .gallery-card {
    border-radius: var(--ui-radius-sm);
  }

  .info-page-contact .row {
    display: block;
  }

  .howto-step-row {
    display: block;
  }

  .howto-step-content {
    padding: 14px 0;
  }

  .howto-step-media {
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 10px;
  }

  .howto-step--reverse .col-md-push-6,
  .howto-step--reverse .col-md-pull-6 {
    left: auto;
    right: auto;
  }

  .howto-step-header {
    gap: 12px;
    margin-bottom: 12px;
  }

  .howto-step-badge {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 12px;
  }

  .contact-map-wrapper {
    border-radius: var(--ui-radius-sm);
  }
}

/* ============================================================
   Reservation form — pill radio buttons & toggle switch
   ============================================================ */

.radio-pill-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.radio-pill {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.radio-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-pill span {
  display: inline-block;
  padding: 6px 18px;
  border: 2px solid #ddd;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.radio-pill:has(input:checked) span {
  border-color: #02bdd5;
  background: #02bdd5;
  color: #fff;
}

.radio-pill:hover span {
  border-color: #02bdd5;
  color: #02bdd5;
}

.toggle-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.toggle-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 26px;
  cursor: pointer;
  transition: background 0.2s;
}

.toggle-slider::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider {
  background: #02bdd5;
}

.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(22px);
}

.toggle-label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

/* ── Toast overrides ─────────────────────────────────── */
.swal2-popup.oaza-toast {
  border-radius: 14px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.14), 0 4px 16px rgba(0,0,0,0.07) !important;
  padding: 18px 24px !important;
  min-width: 300px;
  max-width: 440px;
}
.swal2-popup.oaza-toast .swal2-title {
  font-size: 17px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.swal2-popup.oaza-toast .swal2-icon {
  margin: 0 12px 0 0 !important;
}
.swal2-popup.oaza-toast .swal2-success-ring {
  display: none !important;
}

/* --- Custom checkbox (terms of use) --- */
.terms-check-wrap {
  margin-bottom: 16px;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox-box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  margin-top: 1px;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
}

.custom-checkbox-box::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.custom-checkbox:has(input:checked) .custom-checkbox-box {
  background: #02bdd5;
  border-color: #02bdd5;
}

.custom-checkbox:has(input:checked) .custom-checkbox-box::after {
  display: block;
}

.custom-checkbox:hover .custom-checkbox-box {
  border-color: #02bdd5;
}

.custom-checkbox-label a {
  color: #02bdd5;
  text-decoration: underline;
}

.custom-checkbox-label a:hover {
  color: #019ab5;
}
