/*
Theme Name: travel-booking-offers-child
Template: travel-booking-offers
*/
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.55rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .navigation-col {
    justify-content: right;
  }
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  padding: 0;
}
body {
  color: #000;
}
.headerbox {
  padding: 0;
}
.site-fw {
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw !important;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p {
  margin-bottom: 10px;
}
.mb3 {
  margin-bottom: 30px;
}
.tm-block {
  background: #fff;
  color: #130c5e;
  padding: 36px 40px !important;
  position: relative;
  overflow: hidden;
  border: 2px solid #130c5e;
  border-image: linear-gradient(90deg, #130c5e 0%, #00aeff 100%) 1;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 96% 100%, 0 100%);
  transition: all 0.4s ease;
}
.tm-block::before {
  content: "EXPLORE";
  position: absolute;
  top: 20px;
  right: -40px;
  font-size: 90px;
  font-weight: 700;
  color: rgba(0, 174, 255, 0.05);
  letter-spacing: 10px;
  transform: rotate(10deg);
  pointer-events: none;
}
.tm-block h3 {
  color: #130c5e;
  border-bottom: 3px solid #00aeff;
}
.tm-block p {
  color: #1a1a1a;
  margin: 0;
  position: relative;
}
.tm-block:hover {
  transform: translateY(-3px);
  border-image: linear-gradient(90deg, #00aeff 0%, #130c5e 100%) 1;
}
.check-block .wp-block-column {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 2px solid #130c5e;
  border-top: 5px solid #00aeff;
  padding: 20px !important;
  position: relative;
  transition: all 0.35s ease;
}
.check-block .wp-block-column::before {
  content: "✦";
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 28px;
  color: #00aeff;
  background: #fff;
  padding: 0 8px;
}
.check-block .wp-block-column:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-top-color: #130c5e;
}
.check-block p strong {
  color: #130c5e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.check-block ul {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}
.check-block ul li {
  margin-bottom: 10px;
  position: relative;
  color: #1a1a1a;
}
.check-block ul li::before {
  content: "▸";
  color: #00aeff;
  font-weight: bold;
  margin-right: 6px;
}
.site-fw .check-block .wp-block-column {
  background: linear-gradient(180deg, #fff 0%, #f5f9ff05 100%);
}
.nm-list {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nm-list li {
  position: relative;
  margin-bottom: 18px;
  padding: 16px 20px 16px 58px;
  background: #ffffff;
  color: #000;
  border-left: 4px solid #00aeff;
  box-shadow: 0 2px 6px rgba(19, 12, 94, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.site-fw .nm-list li {
  background: linear-gradient(180deg, #fff 0%, #f5f9ff5c 100%);
}
.nm-list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #130c5e;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nm-list li strong {
  color: #130c5e;
}
.nm-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 10px rgba(0, 174, 255, 0.15);
  border-left-color: #130c5e;
}
.check-list {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding: 12px 16px 12px 46px;
  background: #ffffff;
  border: 1px solid rgba(19, 12, 94, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  color: #130c5e;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #00aeff;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ffffff;
}
.check-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 10px rgba(0, 174, 255, 0.15);
  border-color: #00aeff;
}
.wp-block-table {
  margin: 1.5em 0;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 174, 255, 0.15);
}
.wp-block-table th,
.wp-block-table td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(19, 12, 94, 0.08);
  color: #130c5e;
}
.wp-block-table th {
  background: linear-gradient(90deg, #130c5e, #00aeff);
  color: #fff;
  text-align: center;
  letter-spacing: 0.3px;
}
.wp-block-table td:first-child {
  text-align: center;
  color: #130c5e;
}
.wp-block-table tr:nth-child(even) {
  background: rgba(0, 174, 255, 0.04);
}
.wp-block-table tr:hover {
  background: rgba(0, 174, 255, 0.1);
  transition: background 0.25s ease;
}
.tm-list {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  background: linear-gradient(135deg, rgba(19, 12, 94, 0.95) 0%, rgba(0, 174, 255, 0.15) 100%);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 174, 255, 0.15);
  border: 1px solid rgba(0, 174, 255, 0.25);
}
.tm-list li {
  position: relative;
  padding-left: 36px;
  color: #e9f7ff;
  transition: all 0.3s ease;
}
.tm-list li:not(:last-child) {
  margin-bottom: 12px;
}
.tm-list li::before {
  content: "📍";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #00aeff;
  transform: translateY(2px);
  transition: transform 0.3s ease, color 0.3s ease;
}
.tm-list li:hover::before {
  transform: translate(3px, 2px);
  color: #33c9ff;
}
.tm-list li strong {
  color: #fff;
}
.tm-list li:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 174, 255, 0.4);
  transform: translateX(3px);
}
.main-tbl-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  margin: 40px 0;
  padding: 0 10px;
}
.main-tbl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 174, 255, 0.15);
  border-radius: 18px;
  padding: 14px 18px;
  transition: all 0.3s ease;
  position: relative;
}
.main-tbl:hover {
  transform: translateY(-4px);
  border-color: #00aeff;
  box-shadow: 0 6px 22px rgba(0, 174, 255, 0.25);
}
.main-tbl-icon {
  flex: 0 0 70px;
}
.main-tbl-img {
  width: 125px;
  height: auto;
  border-radius: 12px;
  background: #fff;
  padding: 5px;
}
.main-tbl-cont {
  flex: 1;
  color: #000;
}
.main-tbl-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00aeff;
  margin: 0 0 6px 0;
}
.main-tbl-cont span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.9;
}
.main-tbl-btn a {
  display: inline-block;
  padding: 10px 36px;
  border-radius: 30px;
  background: linear-gradient(90deg, #00aeff, #6a5bff);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.main-tbl-btn a:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.casi-info {
  background: radial-gradient(circle at 30% 50%, #0b182b 0%, #0d2a37 100%);
  padding: 30px 20px;
  border: 1px solid rgba(45, 157, 143, 0.3);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.casi-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(42, 135, 191, 0.87), #0c349582 60%);
  mix-blend-mode: overlay;
  z-index: -1;
}
.casi-info .wp-block-column {
  text-align: center;
  position: relative;
}
.casi-info strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #00aeff;
  text-shadow: 0 0 10px rgba(45, 157, 143, 0.5);
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.casi-info p:last-child {
  color: #6e99ff;
  margin: 0;
  letter-spacing: 0.3px;
  opacity: 0.9;
}
.casi-info .wp-block-column:hover strong {
  transform: scale(1.15);
  text-shadow: 0 0 20px rgba(45, 157, 143, 0.8);
}
.rate {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #262f87 0%, #446fc7 100%);
  border: 1px solid #06201b;
  padding: 8px 14px;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 6px rgba(245, 82, 39, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rate strong {
  color: #ffd73c;
  font-size: 1.2rem;
  margin: 0 4px;
}
.rate:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(245, 82, 39, 0.35);
}
.casi-views {
  background: linear-gradient(135deg, #f8faff 0%, #eef7ff 100%);
  border: 3px solid #00aeff;
  padding: 22px !important;
  box-shadow: 0 3px 12px rgba(19, 12, 94, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.casi-views:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 174, 255, 0.25);
}
.casi-views h3 {
  color: #130c5e;
  border-bottom: 2px solid rgba(0, 174, 255, 0.2);
  padding-bottom: 6px;
}
.casi-views h3 strong {
  color: #00aeff;
}
.casi-views p {
  color: #333;
}
.casi-views p strong {
  color: #130c5e;
}
.casi-views h3::before {
  content: "🎲 ";
  color: #00aeff;
  font-size: 1.2rem;
}
/* === Rank Math FAQ Block Styling === */
#rank-math-faq {
  background: #f9fbff;
  border: 1px solid rgba(19, 12, 94, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(19, 12, 94, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}
/* Each question block */
.rank-math-list-item {
  border-bottom: 1px solid rgba(19, 12, 94, 0.08);
  transition: background 0.3s ease;
}
.rank-math-list-item:last-child {
  border-bottom: none;
}
.rank-math-list-item:hover {
  background: rgba(0, 174, 255, 0.04);
}
/* Question styles */
.rank-math-question {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #130c5e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
.rank-math-question::after {
  content: "＋";
  color: #00aeff;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.rank-math-list-item.active .rank-math-question::after {
  content: "–";
  transform: rotate(90deg);
  color: #130c5e;
}
.rank-math-list-item.active .rank-math-question {
  color: #00aeff;
}
/* Answer styles */
.rank-math-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 0 22px;
}
.rank-math-list-item.active .rank-math-answer {
  max-height: 500px;
  opacity: 1;
  padding: 15px 22px 22px;
}
.rank-math-answer p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.rank-math-answer a {
  color: #00aeff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 174, 255, 0.6);
}
.rank-math-answer a:hover {
  border-bottom-style: solid;
  color: #130c5e;
}
.more-load {
  display: block;
  margin-bottom: 40px;
}
.ldmore-btn {
  display: inline-block;
  background: linear-gradient(135deg, #130c5e, #00aeff);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  padding: 12px 36px;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(19, 12, 94, 0.25);
  position: relative;
  overflow: hidden;
}
.ldmore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}
.ldmore-btn:hover::before {
  left: 125%;
}
.ldmore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 174, 255, 0.4);
}
.ldmore-btn:active {
  transform: scale(0.97);
  box-shadow: 0 3px 8px rgba(19, 12, 94, 0.3);
}
.look-casi {
  display: inline-block;
  background: linear-gradient(90deg, #130c5e, #00aeff);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(19, 12, 94, 0.25);
}
.look-casi:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 174, 255, 0.4);
}
@media (max-width: 781px) {
  .wp-block-columns.casi-info:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 40% !important;
  }
}
@media (max-width: 768px) {
  #tour-places {
    padding: 0 !important;
  }
  .navigation-col {
    justify-content: flex-end;
  }
  .main-header {
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .main-tbl {
    flex-direction: column;
    text-align: center;
  }
  .main-tbl-icon {
    flex: none;
  }
  .main-tbl-btn a {
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  .casi-info strong {
    font-size: 1.4rem;
  }
}
