/*
Theme Name: bosa-resort-child
Template: bosa-resort
*/
.site-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
#headerLogo {
  max-width: 60px;
}
/* === CASINO COLUMNS MAIN WRAPPER === */
.casi-cols {
  background: #efefef;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.casi-cols .wp-block-group {
  margin-bottom: 20px;
}
/* === INDIVIDUAL CASINO COLUMN === */
.casi-cols .wp-block-column {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(42, 130, 207, 0.08);
  transition: all 0.3s ease;
}
.casi-cols .wp-block-column:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(42, 130, 207, 0.15);
}
/* === GRADIENT EDGE DECORATION === */
.casi-cols .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 180%;
  height: 100%;
  background: linear-gradient(100deg, rgba(42, 130, 207, 0.08) 0%, rgba(42, 130, 207, 0.02) 100%);
  transform: skewY(-3deg);
  z-index: 0;
}
.casi-cols figure {
  position: relative;
  z-index: 2;
}
.casi-cols img {
  width: 110px;
  height: auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a82cf, #4da8f0);
  padding: 10px;
  box-shadow: 0 4px 12px rgba(42, 130, 207, 0.25);
  transition: all 0.3s ease;
}
.casi-cols .wp-block-column:hover img {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(42, 130, 207, 0.35);
}
/* === HEADING === */
.casi-cols h3 {
  color: #2a82cf;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
/* === TEXT AND LIST === */
.casi-cols p,
.casi-cols li {
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}
.casi-cols strong {
  color: #2a82cf;
}
/* === LIST BULLETS === */
.casi-cols ul {
  list-style: none;
  margin: 10px 0 16px;
  padding: 0;
}
.casi-cols ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.casi-cols ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #2a82cf;
  font-size: 0.9rem;
  opacity: 0.9;
}
.view-list {
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.view-list li {
  background: #ffffff;
  border: 1px solid #dbe2e8;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.view-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 130, 207, 0.12);
  border-color: #2a82cf;
  background: #f9fbfd;
}
.view-list a {
  display: inline-block;
  background: linear-gradient(90deg, #2a82cf 0%, #0b2b26 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(42, 130, 207, 0.3);
  transition: all 0.3s ease;
  width: fit-content;
  position: relative;
}
.view-list a:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 14px rgba(42, 130, 207, 0.45);
  background: linear-gradient(90deg, #0b2b26 0%, #2a82cf 100%);
}
.view-list li::before {
  content: "🎯";
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.8;
}
.view-list li {
  color: #444;
  font-size: 15px;
}
.view-list li strong {
  color: #2a82cf;
  font-weight: 700;
}
.numeric {
  counter-reset: num;
  list-style: none;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.numeric li {
  counter-increment: num;
  background: #ffffff;
  border: 1px solid #d9e3ef;
  border-radius: 16px;
  padding: 20px 24px 20px 70px;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.numeric li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 130, 207, 0.12);
  background: linear-gradient(98deg, #f8fcff 0%, #eff9ff 100%);
}
.numeric li::before {
  content: counter(num);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a82cf 0%, #0b2b26 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(42, 130, 207, 0.4);
}
.numeric strong {
  color: #2a82cf;
  font-weight: 700;
}
.numeric li p,
.numeric li {
  color: #444;
}
.markli {
  list-style: none;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.markli li {
  position: relative;
  padding-left: 36px;
  color: #333;
}
.markli li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a82cf;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.markli li strong {
  color: #2a82cf;
  font-weight: 700;
}
.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wp-block-table thead th {
  background: linear-gradient(90deg, #2a82cf 0%, #005e4f 100%);
  color: #fff;
  text-align: center;
  padding: 14px 8px;
}
.wp-block-table tbody td {
  text-align: center;
  padding: 12px 8px;
  color: #333;
  border-bottom: 1px solid #eee;
  transition: background 0.3s, color 0.3s;
}
.wp-block-table tbody tr:hover {
  background: #f0f8ff;
}
.wp-block-table tbody td:first-child {
  font-weight: 600;
  color: #2a82cf;
}
.wp-block-table tbody td:nth-child(2) {
  color: #005e4f;
}
.wp-block-table tbody td:last-child {
  font-style: italic;
}
.schema-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Segoe UI", sans-serif;
}
.schema-faq-section {
  background: linear-gradient(98.89deg, #fff5be 0%, #d0f7ea 96%);
  border-left: 5px solid #ff782d;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.schema-faq-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.schema-faq-question {
  display: block;
  font-weight: 700;
  color: #005e4f;
  margin-bottom: 8px;
}
.schema-faq-answer {
  color: #2a2a2a;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .schema-faq-section {
    padding: 12px 16px;
  }
}
