@font-face {
  font-family: 'Kingred';
  src: url("../fonts/Kingred/kingred.otf") format("opentype"); }

@font-face {
  font-family: 'NeueMontreal';
  src: url("../fonts/NeueMontreal/NeueMontreal-Regular.otf") format("opentype"); }

html {
  overflow-x: hidden; 
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 18px; } }

body {
  font-family: "Work Sans", sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  background: #fff;
  color: #859196; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1FAD9F; }
  a:hover {
    text-decoration: none;
    color: #1FAD9F; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  font-weight: normal;
  color: #000; }

.text-primary {
  color: #1FAD9F !important; }

.probootstrap-aside {
  height: 100vh;
  width: 350px;
  position: fixed;
  top: 0;
  float: left;
  overflow-y: auto;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #f5f0e1;
  z-index: 10;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .probootstrap-aside {
      -webkit-transform: translateX(-350px);
      -ms-transform: translateX(-350px);
      transform: translateX(-350px);
      padding-top: 40px; } }
  .probootstrap-aside.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .probootstrap-aside .probootstrap-close-menu {
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 14px;
    top: 20px;
    z-index: 20;
    text-transform: uppercase; }
    .probootstrap-aside .probootstrap-close-menu span {
      position: relative;
      font-size: 16px;
      top: 2px; }
  .probootstrap-aside .probootstrap-site-logo {
    padding: 50px 30px 15px 30px;
    position: relative;
    text-align: center; }
    .probootstrap-aside .probootstrap-site-logo .probootstrap-logo {
      display: block;
      text-decoration: none;
      margin-bottom: 0.5rem; }
    .probootstrap-aside .probootstrap-site-logo .site-logo-img {
      max-width: 140px;
      height: auto;
      display: block;
      margin: 0 auto; }
    .probootstrap-aside .probootstrap-site-logo .site-logo-title {
      display: block;
      font-family: 'Kingred', serif;
      font-size: 1.5rem;
      color: #1FAD9F;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-top: 0.25rem; }
    .probootstrap-aside .probootstrap-site-logo .site-logo-subtitle {
      display: block;
      font-family: 'NeueMontreal', sans-serif;
      font-size: 0.85rem;
      color: #666;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-top: 0; }
  .probootstrap-aside .probootstrap-nav {
    padding: 0 30px;
    text-align: center; }
    .probootstrap-aside .probootstrap-nav ul {
      padding: 0;
      margin: 0; }
      .probootstrap-aside .probootstrap-nav ul li {
        padding: 0;
        margin: 0 0 10px 0;
        display: block;
        list-style: none;
        width: 100%; }
        .probootstrap-aside .probootstrap-nav ul li a {
          color: #000;
          padding: 3px 0;
          display: inline-block;
          position: relative; }
          .probootstrap-aside .probootstrap-nav ul li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 2px;
            background: #1FAD9F;
            -webkit-transition: .3s width ease-out;
            -o-transition: .3s width ease-out;
            transition: .3s width ease-out; }
          .probootstrap-aside .probootstrap-nav ul li a:hover:after {
            width: 30px; }
        .probootstrap-aside .probootstrap-nav ul li.active a:after {
          width: 100%; }
  .probootstrap-aside .probootstrap-overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .probootstrap-aside .probootstrap-aside-footer {
    font-size: 0.75rem;
    padding: 1.25rem 1.875rem;
    text-align: center;
    margin-top: auto;
    color: #666; }
    .probootstrap-aside .probootstrap-aside-footer .contact-info-heading {
      font-size: 0.75rem;
      font-weight: 500;
      color: #666;
      margin-bottom: 0.5rem; }
    .probootstrap-aside .probootstrap-aside-footer .contact-info-item {
      margin-bottom: 0.25rem; }
    .probootstrap-aside .probootstrap-aside-footer .contact-info-item .contact-label {
      font-weight: 600;
      color: #000; }
    .probootstrap-aside .probootstrap-aside-footer .contact-info-item a {
      color: #666;
      text-decoration: none; }
      .probootstrap-aside .probootstrap-aside-footer .contact-info-item a:hover {
        color: #1FAD9F; }

.probootstrap-aside-social {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.125rem; }
  .probootstrap-aside-social li {
    display: inline-block; }
    .probootstrap-aside-social li:not(:last-child) {
      margin-right: 1.125rem; }
  .probootstrap-aside-social a {
    display: inline-block;
    color: #666666;
    font-size: 1.25rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .probootstrap-aside-social a:hover {
      color: #1FAD9F; }

.icon-whatsapp {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.icon-google-maps {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C7.31 0 3.5 3.81 3.5 8.5c0 6.38 8.5 15.5 8.5 15.5s8.5-9.12 8.5-15.5C20.5 3.81 16.69 0 12 0zm0 12.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C7.31 0 3.5 3.81 3.5 8.5c0 6.38 8.5 15.5 8.5 15.5s8.5-9.12 8.5-15.5C20.5 3.81 16.69 0 12 0zm0 12.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.probootstrap-main {
  width: calc(100% - 350px);
  float: right;
  padding: 30px;
  position: relative; }
  .probootstrap-main:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease; }
  .probootstrap-main.mobile-open:before {
    visibility: visible;
    opacity: 1; }
  .probootstrap-main .probootstrap-bar {
    position: fixed;
    top: 0;
    padding: 20px 0;
    z-index: 5;
    background: #fff;
    width: calc(100% - 350px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    @media screen and (max-width: 768px) {
      .probootstrap-main .probootstrap-bar {
        width: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
    .probootstrap-main .probootstrap-bar .probootstrap-toggle {
      position: absolute;
      left: 15px;
      font-size: 20px;
      color: #000;
      z-index: 2;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .probootstrap-main .probootstrap-bar .probootstrap-main-site-logo {
      margin: 0 auto;
      text-align: center;
      position: relative; }
      .probootstrap-main .probootstrap-bar .probootstrap-main-site-logo a {
        font-family: 'Kingred', serif;
        font-size: 1rem;
        text-decoration: none;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .05em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .probootstrap-main .probootstrap-bar .probootstrap-main-site-logo .bar-logo-img {
        height: 28px;
        width: auto;
        margin-right: 6px; }
  @media screen and (max-width: 768px) {
    .probootstrap-main {
      width: 100%;
      padding: 30px 15px; } }
  @media screen and (max-width: 1140px) {
    .probootstrap-main .card-columns {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3; } }
  @media screen and (max-width: 960px) {
    .probootstrap-main .card-columns {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }
  @media screen and (max-width: 768px) {
    .probootstrap-main .card-columns {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }
  @media screen and (max-width: 576px) {
    .probootstrap-main .card-columns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  .probootstrap-main .card-columns .card {
    background: #e6e6e6;
    border: none;
    border-radius: 0px !important;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    .probootstrap-main .card-columns .card.img-loaded {
      opacity: 1;
      visibility: visible; }
    .probootstrap-main .card-columns .card a {
      position: relative;
      display: block; }
      .probootstrap-main .card-columns .card a:before {
        z-index: 1;
        content: "";
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .probootstrap-main .card-columns .card a .card-img-top {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important; }
    .probootstrap-main .card-columns .card:hover, .probootstrap-main .card-columns .card:focus {
      -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
      transform: scale(0.96); }
      .probootstrap-main .card-columns .card:hover a:before, .probootstrap-main .card-columns .card:focus a:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        visibility: visible;
        opacity: 1; }

.bg-image, .probootstrap-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.probootstrap-cover {
  background-position: center center; }
  .probootstrap-cover .probootstrap-heading {
    font-size: 45px;
    line-height: 1.34;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .probootstrap-cover .probootstrap-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .probootstrap-cover .probootstrap-subheading, .probootstrap-cover p {
    color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 768px) {
    .probootstrap-cover .btn {
      width: 100% !important;
      border: 1px solid red; } }
  .probootstrap-cover a {
    position: relative;
    color: #fff; }
    .probootstrap-cover a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #1FAD9F;
      height: 2px;
      content: " "; }
  .probootstrap-cover.overlay {
    position: relative; }
    .probootstrap-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.btn {
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .btn:before {
    display: none; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #1FAD9F;
    border-color: #1FAD9F;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #178277;
      background: #178277; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #000; }

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.2);
  height: 55px;
  background: none !important;
  color: #000 !important;
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    .form-control {
      height: 48px;
      font-size: 16px; } }
  .form-control:focus, .form-control:active {
    border: 2px solid #000; }

textarea {
  height: inherit !important; }

.probootstrap-vh-100 {
  height: 100vh; }
  @media screen and (max-width: 960px) {
    .probootstrap-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.probootstrap-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 960px) {
    .probootstrap-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.bg-primary {
  background: #1FAD9F !important; }

.probootstrap-section,
.probootstrap-footer {
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    .probootstrap-section,
    .probootstrap-footer {
      padding: 4em 0; } }
  @media screen and (max-width: 480px) {
    .probootstrap-section,
    .probootstrap-footer {
      padding: 3em 0; } }
  .probootstrap-section .probootstrap-heading,
  .probootstrap-footer .probootstrap-heading {
    font-size: 40px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .probootstrap-section .probootstrap-heading,
      .probootstrap-footer .probootstrap-heading {
        font-size: 30px; } }
    @media screen and (max-width: 480px) {
      .probootstrap-section .probootstrap-heading,
      .probootstrap-footer .probootstrap-heading {
        font-size: 24px; } }

.probootstrap-bg-dark {
  background: #263135; }

.probootstrap-footer {
  font-size: 16px; }
  .probootstrap-footer .probootstrap-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .probootstrap-footer .probootstrap-footer-widget h2 {
    font-weight: normal; }
  .probootstrap-footer p {
    color: rgba(255, 255, 255, 0.3); }
  .probootstrap-footer.probootstrap-bg-dark {
    background: #222b2f; }
  .probootstrap-footer a {
    color: rgba(255, 255, 255, 0.3); }
    .probootstrap-footer a:hover {
      color: #1FAD9F; }
  .probootstrap-footer .probootstrap-heading {
    font-size: 24px; }
  .probootstrap-footer .probootstrap-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .probootstrap-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .probootstrap-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #1FAD9F; }

.media .probootstrap-icon {
  width: 100px; }
  .media .probootstrap-icon span {
    color: #1FAD9F; }

.probootstrap-media {
  border: 1px solid #e6e6e6; }
  .probootstrap-media.text-center .probootstrap-icon {
    margin: 0 auto; }

.probootstrap-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .padding-top-bottom {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .padding-top-bottom {
      padding-top: 40px;
      padding-bottom: 40px; } }

.probootstrap-owl {
  position: relative;
  z-index: 1; }
  .probootstrap-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .probootstrap-owl .owl-nav .owl-prev,
    .probootstrap-owl .owl-nav .owl-next {
      position: absolute;
      font-size: 30px;
      background: #1FAD9F;
      color: #fff;
      padding: 10px;
      line-height: 0; }
    .probootstrap-owl .owl-nav .owl-prev {
      left: 0; }
    .probootstrap-owl .owl-nav .owl-next {
      right: 0; }
  .probootstrap-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px; }
    .probootstrap-owl .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .probootstrap-owl .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .probootstrap-owl .owl-dots .owl-dot.active span {
        background: #1FAD9F; }
  .probootstrap-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

.probootstrap-animate {
  opacity: 0;
  visibility: hidden; }

#probootstrap-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#probootstrap-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#probootstrap-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#probootstrap-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#probootstrap-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

/* Additional Responsive Enhancements */

/* Ensure all images are responsive */
img {
  max-width: 100%;
  height: auto; }

/* Card image responsiveness */
.card-img-top {
  width: 100%;
  height: auto; }

/* Improved responsive breakpoints for extra small devices */
@media screen and (max-width: 480px) {
  body {
    font-size: 0.9rem; }
  
  .probootstrap-main .card-columns .card {
    margin-bottom: 15px; }
  
  .btn {
    padding: 15px 20px;
    font-size: 14px; }
}

/* Very small devices (320px and below) */
@media screen and (max-width: 375px) {
  .probootstrap-aside {
    width: 220px; }
  
  .probootstrap-main {
    width: 100% !important;
    margin-left: 0; }
  
  .probootstrap-cover .probootstrap-heading {
    font-size: 28px; }
}

/* Landscape orientation support for mobile devices */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .probootstrap-vh-100,
  .probootstrap-vh-75 {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em; }
  
  .probootstrap-aside {
    height: auto;
    min-height: 400px; }
}

/* Ensure proper spacing on all screen sizes */
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }
}

/* Fix for very wide screens */
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px; }
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none; }
  .whatsapp-float .whatsapp-float-label {
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.25rem 1rem;
    border-radius: 10px;
    margin-right: 0.625rem;
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    white-space: nowrap; }
  .whatsapp-float:hover .whatsapp-float-label {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto; }
  .whatsapp-float .whatsapp-float-icon {
    background-color: #25D366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .whatsapp-float .whatsapp-float-icon span {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1; }
  .whatsapp-float:hover .whatsapp-float-icon {
    background-color: #20c05c; }

/* ========== Site Footer ========== */
.site-footer {
  background-color: #3b3b3b;
  color: #ccc;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 3em 0 0 0;
  margin-left: 350px;
  clear: both; }
  .site-footer a {
    color: #ddd;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .site-footer a:hover {
      color: #1FAD9F; }
  .site-footer h4 {
    font-family: 'Kingred', serif;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.75rem; }
    .site-footer h4::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background-color: #1FAD9F; }
  .site-footer .footer-about-text {
    margin-bottom: 1.5rem; }
  .site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer .footer-links li {
      margin-bottom: 0.5rem; }
      .site-footer .footer-links li a::before {
        content: '\203A';
        margin-right: 0.5rem;
        color: #1FAD9F; }
  .site-footer .footer-contact-item {
    margin-bottom: 0.5rem; }
    .site-footer .footer-contact-item span[class^="icon-"] {
      color: #1FAD9F;
      margin-right: 0.5rem;
      font-size: 0.9rem; }
  .site-footer .footer-booking-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }
    .site-footer .footer-booking-logos a {
      display: inline-block;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .site-footer .footer-booking-logos a:hover {
        opacity: 1; }
      .site-footer .footer-booking-logos a img {
        height: 2.5rem;
        max-width: 100%;
        width: auto;
        object-fit: contain;
        border-radius: 4px; }
  .site-footer .footer-social {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem; }
    .site-footer .footer-social li:not(:last-child) {
      margin-right: 0.75rem; }
    .site-footer .footer-social li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #666;
      color: #ccc;
      font-size: 0.9rem;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .site-footer .footer-social li a:hover {
        background-color: #1FAD9F;
        border-color: #1FAD9F;
        color: #fff; }

.site-footer-bottom {
  background-color: #2e2e2e;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2.5em;
  font-size: 0.8rem;
  color: #999; }
  .site-footer-bottom a {
    color: #ccc; }
    .site-footer-bottom a:hover {
      color: #1FAD9F; }

/* ========== Contact Page Styles ========== */
.contact-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.7; }

.contact-page-icon {
  color: #1FAD9F;
  font-size: 1.25rem;
  margin-right: 1rem;
  margin-top: 0.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.contact-map-container {
  width: 100%;
  margin-top: 2rem; }
  .contact-map-container iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0; }

@media screen and (max-width: 768px) {
  .contact-map-container iframe {
    height: 350px; } }

@media screen and (max-width: 480px) {
  .contact-map-container iframe {
    height: 280px; } }

/* ========== Policy / Content Page Styles ========== */
.policy-list {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem; }
  .policy-list li {
    margin-bottom: 0.5rem;
    line-height: 1.7; }

.policy-highlight-box {
  background-color: #f8f9fa;
  border-left: 4px solid #1FAD9F;
  padding: 1.25rem 1.5rem;
  border-radius: 4px; }
  .policy-highlight-box p {
    line-height: 1.7; }
  .policy-highlight-box span[class^="icon-"] {
    color: #1FAD9F;
    margin-right: 0.4rem; }

.policy-table {
  border: 1px solid #dee2e6; }
  .policy-table thead {
    background-color: #3b3b3b;
    color: #fff; }
    .policy-table thead th {
      font-weight: 600;
      padding: 0.75rem 1rem;
      border-bottom: 2px solid #1FAD9F; }
  .policy-table tbody td {
    padding: 0.75rem 1rem;
    vertical-align: middle; }
  .policy-table tbody tr:nth-child(even) {
    background-color: #f8f9fa; }

@media screen and (max-width: 576px) {
  .policy-highlight-box {
    padding: 1rem 1.125rem; }
  .policy-table thead th,
  .policy-table tbody td {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem; } }

/* Footer responsive styles - Tablets (768px and below) */
@media screen and (max-width: 768px) {
  .site-footer {
    margin-left: 0; }
  .site-footer .footer-col {
    margin-bottom: 2rem; }
  .site-footer h4::after {
    left: 0; } }

/* Footer responsive styles - Small to medium devices (576px and below) */
@media screen and (max-width: 576px) {
  .site-footer {
    font-size: 0.9rem;
    padding: 2.5em 0 0 0; }
  .site-footer h4 {
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
    padding-bottom: 0.65rem; }
  .site-footer .footer-booking-logos a img {
    height: 34px; }
  .site-footer .footer-booking-logos a[title="Booking.com"] img {
    height: 36px; }
  .site-footer .footer-booking-logos a[title="Goibibo"] img,
  .site-footer .footer-booking-logos a[title="Agoda"] img,
  .site-footer .footer-booking-logos a[title="Expedia"] img {
    height: 35px; }
  .site-footer .footer-social li a {
    width: 35px;
    height: 35px;
    font-size: 0.875rem; }
  .site-footer-bottom {
    font-size: 0.8rem;
    padding: 0.9rem 0;
    margin-top: 2.35em; } }

/* Footer responsive styles - Small devices (480px and below) */
@media screen and (max-width: 480px) {
  .site-footer {
    font-size: 0.85rem;
    padding: 2.25em 0 0 0; }
  .site-footer h4 {
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
    padding-bottom: 0.6rem; }
  .site-footer .footer-booking-logos a img {
    height: 32px; }
  .site-footer .footer-booking-logos a[title="Booking.com"] img {
    height: 34px; }
  .site-footer .footer-booking-logos a[title="Goibibo"] img,
  .site-footer .footer-booking-logos a[title="Agoda"] img,
  .site-footer .footer-booking-logos a[title="Expedia"] img {
    height: 33px; }
  .site-footer .footer-social li a {
    width: 34px;
    height: 34px;
    font-size: 0.85rem; }
  .site-footer-bottom {
    font-size: 0.75rem;
    padding: 0.85rem 0;
    margin-top: 2.25em; } }

/* Footer responsive styles - Very small devices (375px and below) */
@media screen and (max-width: 375px) {
  .site-footer {
    font-size: 0.8rem;
    padding: 2em 0 0 0; }
  .site-footer h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem; }
  .site-footer .footer-booking-logos a img {
    height: 28px; }
  .site-footer .footer-booking-logos a[title="Booking.com"] img {
    height: 30px; }
  .site-footer .footer-booking-logos a[title="Goibibo"] img,
  .site-footer .footer-booking-logos a[title="Agoda"] img,
  .site-footer .footer-booking-logos a[title="Expedia"] img {
    height: 29px; }
  .site-footer .footer-social li a {
    width: 32px;
    height: 32px;
    font-size: 0.8rem; }
  .site-footer-bottom {
    font-size: 0.7rem;
    padding: 0.75rem 0;
    margin-top: 2em; } }

/* ===== Gallery Lightbox ===== */
.gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox.active {
  display: flex;
}
.gallery-lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
}
.gallery-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.gallery-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 2;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.gallery-lightbox-close:hover {
  opacity: 1;
}
.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  opacity: 0.8;
  transition: opacity 0.2s, background 0.2s;
}
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
}
.gallery-lightbox-prev {
  left: 1rem;
}
.gallery-lightbox-next {
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    padding: 0.5rem 0.75rem;
    font-size: 1.5rem;
  }
  .gallery-lightbox-close {
    font-size: 2rem;
    top: 0.5rem;
    right: 1rem;
  }
}

/* ==============================
   Accommodation Page Styles
   ============================== */

.accommodation-page {
  padding-top: 1rem; }

.accommodation-header {
  padding: 2em 0 1em;
  max-width: 700px;
  margin: 0 auto; }

.accommodation-intro {
  font-size: 1.05rem;
  color: #859196;
  line-height: 1.8; }

.section-title {
  font-size: 1.75rem;
  color: #000;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 0.75rem; }
  .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1FAD9F; }

/* Amenities Section */
.amenities-section {
  padding: 2em 0 3em;
  border-bottom: 1px solid #eee; }

.amenities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem; }
  .amenities-grid > * {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
  .amenities-grid > *:last-child {
    margin-right: 0; }

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px;
  padding: 1.25rem 0.75rem;
  border-radius: 8px;
  background: #f9f9f9;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .amenity-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

.amenity-icon {
  font-size: 1.75rem;
  color: #1FAD9F;
  margin-bottom: 0.5rem; }

.amenity-label {
  font-size: 0.8rem;
  color: #333;
  font-weight: 500;
  line-height: 1.3; }

/* Room Types Section */
.room-types-section {
  padding: 3em 0; }

.room-type-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease; }
  .room-type-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }

.room-type-header {
  background: #f5f0e1;
  padding: 1.25rem 1.5rem; }

.room-type-name {
  font-size: 1.4rem;
  color: #000;
  margin: 0;
  font-family: 'Kingred', serif; }

.room-type-content {
  padding: 1.5rem; }

.room-type-description {
  font-size: 1rem;
  color: #859196;
  line-height: 1.8;
  margin-bottom: 1.25rem; }

.room-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem; }
  .room-features > li {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem; }
  .room-features > li:last-child {
    margin-right: 0; }
  .room-features li {
    font-size: 0.9rem;
    color: #555;
    white-space: nowrap; }
    .room-features li .oi {
      color: #1FAD9F;
      margin-right: 0.4rem;
      font-size: 0.75rem; }

/* Room Photo Gallery Grid */
.room-gallery {
  padding: 1rem 1.5rem 1.5rem; }

.room-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem; }
  .room-gallery-grid a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s ease; }
    .room-gallery-grid a:hover {
      transform: scale(1.03); }
  .room-gallery-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block; }

/* Accommodation Responsive - Tablets */
@media screen and (max-width: 768px) {
  .accommodation-header {
    padding: 1.5em 0 0.75em; }
  .amenities-grid {
    gap: 1rem; }
  .amenity-item {
    width: 100px;
    padding: 1rem 0.5rem; }
  .amenity-icon {
    font-size: 1.5rem; }
  .amenity-label {
    font-size: 0.75rem; }
  .room-gallery-grid {
    grid-template-columns: repeat(2, 1fr); }
  .room-gallery-grid img {
    height: 130px; }
  .room-features {
    gap: 0.4rem 1rem; }
}

/* Accommodation Responsive - Mobile */
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 1.4rem; }
  .accommodation-intro {
    font-size: 0.95rem; }
  .amenity-item {
    width: 85px;
    padding: 0.75rem 0.4rem; }
  .amenity-icon {
    font-size: 1.25rem; }
  .amenity-label {
    font-size: 0.7rem; }
  .room-type-name {
    font-size: 1.2rem; }
  .room-type-content {
    padding: 1rem; }
  .room-gallery {
    padding: 0.75rem 1rem 1rem; }
  .room-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem; }
  .room-gallery-grid img {
    height: 100px; }
  .room-features {
    flex-direction: column;
    gap: 0.3rem; }
}

/* ==============================
   Attractions Page Styles
   ============================== */

.attraction-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease; }
  .attraction-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }
  .attraction-card .row {
    min-height: 200px; }

.attraction-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  min-height: 200px;
  background: #fff; }

.attraction-content {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.attraction-name {
  font-size: 1.3rem;
  color: #000;
  margin: 0 0 0.25rem;
  font-family: 'Kingred', serif; }

.attraction-distance {
  display: inline-block;
  font-size: 0.8rem;
  color: #1FAD9F;
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding: 0.15rem 0.6rem;
  background: rgba(31, 173, 159, 0.08);
  border-radius: 3px; }

.attraction-description {
  font-size: 0.95rem;
  color: #859196;
  line-height: 1.8;
  margin: 0; }

/* Attractions Responsive - Tablets */
@media screen and (max-width: 768px) {
  .attraction-img {
    min-height: 180px;
    height: 200px; }
  .attraction-content {
    padding: 1.25rem; }
  .attraction-name {
    font-size: 1.15rem; }
}

/* Attractions Responsive - Mobile */
@media screen and (max-width: 480px) {
  .attraction-content {
    padding: 1rem; }
  .attraction-name {
    font-size: 1.1rem; }
  .attraction-description {
    font-size: 0.9rem; }
}

/* =============================================
   HOMEPAGE - Hero, Teasers, CTA
   ============================================= */

/* Hero Section */
.home-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 350px;
  background: url("../images/main_1.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 3rem; }

.home-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.10); }

.home-hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem; }

.home-hero-content h1 {
  font-family: 'Kingred', serif;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3); }

.home-hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem; }

.btn-home-hero {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1FAD9F;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: background 0.3s ease, transform 0.2s ease; }
  .btn-home-hero:hover {
    background: #178f84;
    color: #fff;
    transform: translateY(-2px); }

/* Welcome Intro */
.home-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3rem;
  padding: 0 1rem; }

.home-intro h2 {
  font-family: 'Kingred', serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem; }

.home-intro p {
  font-size: 1.05rem;
  color: #859196;
  line-height: 1.8; }

/* Teasers Grid */
.home-teasers {
  margin-bottom: 3rem; }

.home-teasers .row {
  display: flex;
  flex-wrap: wrap; }

.teaser-col {
  margin-bottom: 2rem; }

.teaser-card {
  display: block;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  height: 100%; }
  .teaser-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    text-decoration: none; }

.teaser-card-img {
  position: relative;
  overflow: hidden;
  height: 200px; }

.teaser-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; }

.teaser-card:hover .teaser-card-img img {
  transform: scale(1.05); }

.teaser-card-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(31, 173, 159, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease; }

.teaser-card:hover .teaser-card-overlay {
  opacity: 1; }

.teaser-card-cta {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em; }

.teaser-card-body {
  padding: 1.25rem 1.25rem 1.5rem; }

.teaser-card-body h3 {
  font-family: 'Kingred', serif;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0.5rem; }

.teaser-card-body p {
  font-size: 0.92rem;
  color: #859196;
  margin-bottom: 0;
  line-height: 1.6; }

/* Contact Teaser CTA */
.home-contact-teaser {
  text-align: center;
  background: #f5f0e1;
  padding: 3rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 3rem; }

.home-contact-teaser h2 {
  font-family: 'Kingred', serif;
  font-size: 1.75rem;
  color: #000;
  margin-bottom: 0.75rem; }

.home-contact-teaser p {
  font-size: 1rem;
  color: #859196;
  margin-bottom: 1.5rem; }

.btn-home-contact {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1FAD9F;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: background 0.3s ease, transform 0.2s ease; }
  .btn-home-contact:hover {
    background: #178f84;
    color: #fff;
    transform: translateY(-2px); }

/* Homepage Responsive */
@media screen and (max-width: 768px) {
  .home-hero {
    height: 50vh;
    min-height: 280px;
    margin-bottom: 2rem; }
  .home-hero-content h1 {
    font-size: 2rem; }
  .home-hero-subtitle {
    font-size: 1rem; }
  .home-intro {
    margin-bottom: 2rem; }
  .home-intro h2 {
    font-size: 1.6rem; }
  .home-contact-teaser {
    padding: 2rem 1rem;
    margin-bottom: 2rem; }
  .home-contact-teaser h2 {
    font-size: 1.4rem; }
}

@media screen and (max-width: 480px) {
  .home-hero {
    height: 40vh;
    min-height: 240px; }
  .home-hero-content h1 {
    font-size: 1.6rem; }
  .home-hero-subtitle {
    font-size: 0.9rem; }
  .teaser-card-img {
    height: 160px; }
  .home-intro h2 {
    font-size: 1.4rem; }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .home-hero {
    height: auto;
    min-height: unset;
    padding: 4rem 1rem; }
}
