.page-id-8052 .qodef-linked-image-subtitle,
.page-id-8072 .qodef-linked-image-subtitle {
  color: #000 !important;
}

#qodef-surfer-image {
    display: none !important;
}

.qodef-pl-image {
  position: relative;
  width: 100%;
  max-width: 512px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.qodef-pl-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.qodef-pl-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}

.qodef-pl-image:hover .qodef-pl-text {
  opacity: 1;
}

.qodef-pl-text a.button {
  background-color: #fff;
  color: #000;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.qodef-pl-text a.button:hover {
  background-color: #eee;
}

@media (max-width: 768px) {
  .qodef-pl-image {
    max-width: 100%;
  }
}

.contact-us-button {
  background-color: #39c5de;
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.contact-us-button:hover {
  background-color: #1ebe5d;
  color: #fff;
}


.widget_categories .cat-item-13943,
.widget_product_categories .cat-item-13943 {
  display: none !important;
}


.qodef-grid-col-9 {
    padding-left: 0px;
    padding-right: 50px;
}

/*book button*/
@media only screen and (min-width: 834px) and (max-width: 1366px) {
  body.page-id-7624 .widget.qodef-button-widget {
    display: none !important;
  }
}

/*booking form*/
.contact-section {
  background-color: #f1f8ff;
  padding: 60px 20px;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
}

.contact-section .container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f7fbfd;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contact-section h2 {
  color: #222;
  font-size: 28px;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-section .description {
  color: #555;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

form label {
  display: block;
  margin-top: 18px;
  color: #333;
  font-weight: 500;
}

form input {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 6px;
  background-color: #fff;
  font-size: 15px;
  transition: border-color 0.3s;
}

form input:focus {
  border-color: #39c5de;
  outline: none;
}

.cta-button {
  background-color: #39c5de;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #2da9c1;
}

@media (max-width: 500px) {
  .contact-section .container {
    padding: 25px;
  }

  .cta-button {
    font-size: 15px;
    padding: 12px 20px;
  }
}
