html {
  scroll-behavior: smooth;
}

body {
  color: #24313a;
  background: #f7f8f7;
  text-rendering: optimizeLegibility;
}

a,
button,
input,
textarea {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.header-section .layout-header,
.header-section.static2 .layout-header {
  box-shadow: 0 12px 30px rgba(20, 36, 45, .08);
}

.main-menu ul li a,
.mobile-menu-area a {
  letter-spacing: 0;
}

.main-menu ul li a:hover,
.main-menu ul li.active > a {
  color: #1f8f98;
}

.slider-area,
.welcome-section {
  overflow: hidden;
}

.cunda-hero-slider {
  position: relative;
  min-height: 555px;
  display: flex;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 95px;
  background: #dfe6e7;
}

.cunda-hero-slides,
.cunda-hero-slide {
  position: absolute;
  inset: 0;
}

.cunda-hero-slides {
  z-index: 0;
  overflow: hidden;
}

.cunda-hero-slide {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: cover;
  transform: scale(1.015);
  transition: opacity .75s ease, transform 3s ease;
}

.cunda-hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.cunda-hero-slider:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,25,32,.22), rgba(10,25,32,.12));
  pointer-events: none;
}

.cunda-hero-slider .container {
  position: relative;
  z-index: 2;
}

.welcome-section h2,
.section-title h2,
.contact-form-title h2,
.contact-info-title h3 {
  color: #152934;
  letter-spacing: 0;
}

.room-list .single-room,
.single-room,
.single-news,
.contact-form,
.contact-info,
.gallery-hover,
.blog-post,
.service-item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 45px rgba(22, 42, 52, .08);
}

.single-room:hover,
.single-news:hover,
.service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(22, 42, 52, .13);
}

.single-room img,
.gallery-img img,
.blog-img img,
.room-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-details,
.room-content,
.blog-content,
.service-content {
  padding: 22px;
}

.room-content h3,
.blog-content h3,
.service-content h3 {
  color: #152934;
  line-height: 1.25;
}

.room-content p,
.blog-content p,
.service-content p,
.contact-info .desc {
  color: #596a72;
  line-height: 1.75;
}

.contact-form input,
.contact-form textarea,
.form-field-name input,
.textarea textarea {
  border: 1px solid #d9e2e1;
  border-radius: 6px;
  color: #152934;
}

.contact-form input:focus,
.contact-form textarea:focus,
.form-field-name input:focus,
.textarea textarea:focus {
  border-color: #1f8f98;
  box-shadow: 0 0 0 3px rgba(31, 143, 152, .12);
}

.submit button,
.default-btn,
.room-content a,
.blog-content a {
  border-radius: 6px;
}

.submit button,
.default-btn {
  background: #1f8f98;
  border-color: #1f8f98;
}

.submit button:hover,
.default-btn:hover {
  background: #152934;
  border-color: #152934;
}

.whatsapp-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 16px 35px rgba(37, 211, 102, .28);
}

.whatsapp-button img,
.whatsapp-button i {
  max-width: 30px;
  max-height: 30px;
}

.whatsapp-button:hover {
  transform: translateY(-2px);
}

.google-map-area iframe,
#googleMap {
  border-radius: 0;
}

.room-list-grid {
  display: flex;
  flex-wrap: wrap;
}

.room-list-grid > [class*="col-"] {
  display: flex;
}

.single-room {
  width: 100%;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 16px 42px rgba(21, 41, 52, .08);
}

.single-room .room-img a {
  display: block;
  height: 250px;
  background: #f4f6f6;
  overflow: hidden;
}

.single-room .room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #152934;
  background: #edf3f3;
  font-size: 18px;
  text-align: center;
}

.single-room .room-desc {
  min-height: 155px;
}

.cunda-room-page {
  padding: 78px 0;
}

.cunda-room-heading {
  margin-bottom: 30px;
  text-align: center;
}

.cunda-room-heading h1 {
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 700;
  color: #152934;
}

.cunda-room-heading p {
  margin: 0;
  color: #55727c;
}

.cunda-room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.cunda-room-card {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4eaec;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 41, 52, .09);
  color: #152934;
}

.cunda-room-card:hover {
  color: #152934;
  transform: translateY(-2px);
}

.cunda-room-photo {
  display: block;
  height: 250px;
  background: #edf3f3;
}

.cunda-room-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cunda-room-body {
  display: block;
  min-height: 170px;
  padding: 22px;
  text-align: left;
}

.cunda-room-body strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.cunda-room-body span {
  display: block;
  min-height: 54px;
  color: #304852;
  line-height: 1.65;
}

.cunda-room-body em {
  display: inline-block;
  margin-top: 16px;
  color: #168a91;
  font-style: normal;
  font-weight: 700;
}

.cunda-room-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 36px;
  align-items: start;
}

.cunda-room-gallery,
.cunda-room-info {
  text-align: left;
}

.cunda-room-hero-img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  background: #edf3f3;
}

.cunda-room-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.cunda-room-thumbs img {
  width: 100%;
  height: 82px;
  object-fit: cover;
  border-radius: 6px;
}

.cunda-back {
  display: inline-block;
  margin-bottom: 12px;
  color: #168a91;
}

.cunda-room-info h1 {
  margin: 0 0 18px;
  font-size: 34px;
  color: #152934;
}

.cunda-room-text {
  color: #304852;
  font-size: 16px;
  line-height: 1.8;
}

.cunda-room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.cunda-room-features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #edf7f8;
  color: #304852;
  font-size: 13px;
  font-weight: 600;
}

.cunda-room-features i {
  color: #168a91;
  font-size: 16px;
}

.cunda-room-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cunda-room-feature-list li {
  position: relative;
  padding-left: 18px;
  color: #304852;
}

.cunda-room-feature-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2aa4ab;
}

.cunda-reserve {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 18px;
  background: #168a91;
  color: #fff;
  border-radius: 5px;
}

.cunda-reserve:hover {
  color: #fff;
  background: #152934;
}

.cunda-blog-page {
  padding: 78px 0;
}

.cunda-blog-list {
  display: grid;
  gap: 22px;
}

.cunda-blog-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  background: #fff;
  border: 1px solid #e4eaec;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(21, 41, 52, .07);
  color: #152934;
  text-align: left;
}

.cunda-blog-card:hover {
  color: #152934;
}

.cunda-blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
  background: #edf3f3;
}

.cunda-blog-card small {
  display: block;
  margin-bottom: 8px;
  color: #168a91;
}

.cunda-blog-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.cunda-blog-card em {
  display: block;
  color: #304852;
  font-style: normal;
  line-height: 1.7;
}

.cunda-blog-card b {
  display: inline-block;
  margin-top: 14px;
  color: #168a91;
}

.cunda-blog-detail {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

.cunda-blog-detail h1 {
  margin: 0 0 8px;
  font-size: 36px;
  color: #152934;
}

.cunda-blog-date {
  margin-bottom: 20px;
  color: #168a91;
}

.cunda-blog-hero {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 24px;
  background: #edf3f3;
}

.cunda-blog-text {
  color: #304852;
  font-size: 16px;
  line-height: 1.85;
}

.home-booking {
  max-width: 1140px;
  margin: 0 auto;
}

.home-booking h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.home-booking-widget {
  min-height: 82px;
}

.about-section .section-title {
  margin-bottom: 54px;
}

.cunda-home-gallery {
  padding-top: 72px;
  padding-bottom: 86px;
}

.cunda-home-gallery .section-title p {
  max-width: 560px;
  margin: 12px auto 0;
  color: #526972;
}

.cunda-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 18px;
}

.cunda-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #edf3f3;
  box-shadow: 0 18px 44px rgba(21, 41, 52, .10);
}

.cunda-gallery-card.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.cunda-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.cunda-gallery-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(12,28,35,.72) 100%);
  opacity: .76;
  transition: opacity .25s ease;
}

.cunda-gallery-card span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  text-align: left;
}

.cunda-gallery-card b {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.cunda-gallery-card em {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.82);
  font-style: normal;
  font-size: 13px;
}

.cunda-gallery-card:hover img {
  transform: scale(1.055);
}

.cunda-gallery-card:hover:after {
  opacity: .95;
}

.cunda-gallery-action {
  margin-top: 28px;
}

.cunda-gallery-action a {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 4px;
  background: #2aa4ab;
  color: #fff;
  font-weight: 600;
}

.cunda-gallery-action a:hover {
  background: #152934;
  color: #fff;
}

.cunda-gallery-page {
  padding: 78px 0 90px;
}

.cunda-gallery-page .section-title p {
  max-width: 620px;
  margin: 12px auto 0;
  color: #526972;
}

.cunda-gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 42px;
}

.cunda-gallery-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #dce7ea;
  border-radius: 999px;
  background: #fff;
  color: #304852;
  box-shadow: 0 10px 26px rgba(21, 41, 52, .06);
}

.cunda-gallery-filter a.active,
.cunda-gallery-filter a:hover {
  background: #2aa4ab;
  border-color: #2aa4ab;
  color: #fff;
}

.cunda-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 24px;
  text-align: left;
}

.cunda-gallery-heading span {
  display: block;
  margin-bottom: 4px;
  color: #2aa4ab;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cunda-gallery-heading h3 {
  margin: 0;
  color: #152934;
  font-size: 30px;
  font-weight: 700;
}

.cunda-gallery-heading p {
  max-width: 390px;
  margin: 0;
  color: #526972;
}

.cunda-gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 20px;
}

.cunda-gallery-page-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #edf3f3;
  box-shadow: 0 18px 46px rgba(21, 41, 52, .10);
}

.cunda-gallery-page-card.is-wide {
  grid-column: span 2;
}

.cunda-gallery-page-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.cunda-gallery-page-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 36%, rgba(10,25,32,.78) 100%);
  opacity: .82;
  transition: opacity .25s ease;
}

.cunda-gallery-page-card span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  text-align: left;
}

.cunda-gallery-page-card b {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.cunda-gallery-page-card em {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(42,164,171,.92);
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.cunda-gallery-page-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.05);
}

.cunda-gallery-page-card:hover:after {
  opacity: .96;
}

.header-bottom .menu-list > nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.header-bottom .menu-list > nav > ul > li {
  float: none;
}

.header-bottom .menu-list > nav > ul > li.logo {
  margin: 0 22px;
}

.header-bottom .menu-list > nav > ul > li.logo img {
  max-width: 118px;
  max-height: 118px;
}

.cunda-footer {
  background: #343737;
  color: #fff;
  padding: 58px 0 0;
  text-align: left;
}

.cunda-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .8fr 1.15fr 1fr;
  gap: 34px;
  align-items: start;
}

.cunda-footer h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 18px;
  font-weight: 600;
}

.cunda-footer p,
.cunda-footer a,
.cunda-footer span {
  color: rgba(255,255,255,.86);
  line-height: 1.7;
}

.cunda-footer a:hover {
  color: #2fb2bb;
}

.cunda-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.cunda-footer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cunda-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.cunda-footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2aa4ab;
  color: #fff;
}

.cunda-footer-links,
.cunda-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cunda-footer-links li {
  margin-bottom: 9px;
}

.cunda-footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.cunda-footer-contact i {
  color: #2fb2bb;
  font-size: 18px;
  line-height: 1.5;
}

.cunda-footer-button,
.cunda-footer-map {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #2aa4ab;
  color: #fff !important;
  font-weight: 600;
}

.cunda-footer-map {
  margin-left: 8px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
}

.cunda-sticky-actions {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: rgba(18, 38, 47, .88);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.cunda-sticky-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}

.cunda-sticky-action i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}

.cunda-sticky-action.whatsapp i {
  background: #24c263;
}

.cunda-sticky-action.instagram i {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b 48%, #6228d7);
}

.cunda-sticky-action.location i {
  background: #2aa4ab;
}

.cunda-sticky-action:hover {
  background: rgba(255,255,255,.13);
  transform: translateY(-2px);
}

.cunda-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
}

.cunda-footer-bottom p {
  margin: 0;
}

@media (max-width: 767px) {
.ptb-100,
  .ptb-110 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .layout-header .logo img {
    max-height: 56px;
    width: auto;
  }

  .social-links {
    display: none;
  }

  .room-details,
  .room-content,
  .blog-content,
  .service-content {
    padding: 18px;
  }

  .contact-form-info .col-md-6 + .col-md-6 {
    margin-top: 28px;
  }

  .whatsapp-button {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .single-room .room-img a {
    height: 220px;
  }

  .cunda-room-grid,
  .cunda-room-detail {
    grid-template-columns: 1fr;
  }

  .cunda-room-page {
    padding: 48px 0;
  }

  .cunda-room-photo {
    height: 220px;
  }

  .cunda-room-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cunda-room-feature-list {
    grid-template-columns: 1fr;
  }

  .cunda-blog-card {
    grid-template-columns: 1fr;
  }

  .cunda-blog-card img {
    height: 220px;
  }

  .home-booking h1 {
    font-size: 36px;
  }

  .cunda-hero-slider {
    min-height: 470px;
    padding-top: 105px;
    padding-bottom: 65px;
  }

  .cunda-hero-slide {
    background-position: center center;
  }

  .cunda-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .cunda-gallery-card.is-large {
    grid-column: auto;
    grid-row: auto;
  }

  .cunda-gallery-page {
    padding: 56px 0 64px;
  }

  .cunda-gallery-heading {
    display: block;
  }

  .cunda-gallery-heading h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .cunda-gallery-page-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 14px;
  }

  .cunda-gallery-page-card.is-wide {
    grid-column: auto;
  }

  .cunda-footer-grid,
  .cunda-footer-bottom {
    display: block;
  }

  .cunda-footer-grid > div {
    margin-bottom: 28px;
  }

  .cunda-footer-map {
    margin-left: 0;
    margin-right: 8px;
  }

  body {
    padding-bottom: 78px;
  }

  .cunda-sticky-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
    transform: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border-radius: 18px;
  }

  .cunda-sticky-action {
    justify-content: center;
    gap: 5px;
    min-height: 50px;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 12px;
  }

  .cunda-sticky-action i {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

.about-section.home-2 .our-room-show .row {
  display: flex;
  flex-wrap: wrap;
}

.about-section.home-2 .our-room-show [class*="col-"] {
  display: flex;
}

.about-section.home-2 .single-room {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
}

.about-section.home-2 .single-room:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(21, 41, 52, .13);
}

.about-section.home-2 .single-room .room-img a {
  height: 285px;
}

.about-section.home-2 .single-room .room-img img {
  transition: transform .35s ease;
}

.about-section.home-2 .single-room:hover .room-img img {
  transform: scale(1.045);
}

.about-section.home-2 .single-room .room-desc {
  padding: 24px;
  text-align: left;
}

.cunda-blog-card {
  transition: transform .24s ease, box-shadow .24s ease;
}

.cunda-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(21, 41, 52, .12);
}

.cunda-contact-page {
  padding: 78px 0 90px;
}

.cunda-contact-page .section-title p {
  max-width: 560px;
  margin: 12px auto 0;
  color: #526972;
}

.cunda-contact-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.cunda-contact-actions a {
  display: block;
  padding: 22px 18px;
  border: 1px solid #dfe9ec;
  border-radius: 8px;
  background: #fff;
  color: #152934;
  text-align: center;
  box-shadow: 0 18px 42px rgba(21, 41, 52, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.cunda-contact-actions a:hover {
  color: #152934;
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(21, 41, 52, .12);
}

.cunda-contact-actions i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #2aa4ab;
  color: #fff;
  font-size: 22px;
}

.cunda-contact-actions strong,
.cunda-contact-actions span {
  display: block;
}

.cunda-contact-actions strong {
  margin-bottom: 4px;
  font-size: 16px;
}

.cunda-contact-actions span {
  color: #526972;
  font-size: 13px;
}

.cunda-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 28px;
}

.cunda-contact-simple {
  max-width: 820px;
  margin: 0 auto;
}

.cunda-contact-simple .cunda-contact-info {
  text-align: center;
}

.cunda-contact-simple .cunda-contact-info p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cunda-contact-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cunda-contact-form,
.cunda-contact-info {
  padding: 30px;
  border: 1px solid #dfe9ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(21, 41, 52, .08);
  text-align: left;
}

.cunda-contact-form h3,
.cunda-contact-info h3 {
  margin: 0 0 20px;
  color: #152934;
  font-size: 24px;
}

.cunda-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cunda-contact-form input,
.cunda-contact-form textarea {
  width: 100%;
  margin: 0 0 16px;
  border: 1px solid #d4dde0;
  border-radius: 6px;
  background: #f8fbfb;
  color: #152934;
}

.cunda-contact-form textarea {
  min-height: 190px;
}

.cunda-contact-form .form-messege {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 6px;
  font-style: normal;
  line-height: 1.5;
}

.cunda-contact-form .form-messege.success,
.cunda-contact-form .form-messege.error {
  display: block;
}

.cunda-contact-form .form-messege.success {
  background: #edf8f2;
  color: #197446;
}

.cunda-contact-form .form-messege.error {
  background: #fff2f2;
  color: #b42318;
}

.cunda-contact-form button,
.cunda-contact-map {
  display: inline-block;
  padding: 12px 22px;
  border: 0;
  border-radius: 5px;
  background: #2aa4ab;
  color: #fff !important;
  font-weight: 700;
}

.cunda-contact-info p {
  color: #526972;
  line-height: 1.8;
}

.cunda-contact-note {
  margin: 22px 0;
  padding: 18px;
  border-radius: 8px;
  background: #edf7f8;
}

.cunda-contact-note strong,
.cunda-contact-note span {
  display: block;
}

.cunda-contact-note span {
  margin-top: 6px;
  color: #526972;
}

@media (max-width: 767px) {
  .cunda-contact-actions,
  .cunda-contact-layout,
  .cunda-form-row {
    grid-template-columns: 1fr;
  }

  .cunda-contact-page {
    padding: 56px 0 64px;
  }

  .about-section.home-2 .single-room .room-img a {
    height: 230px;
  }
}

