:root {
  --bg: #03141f;
  --bg-2: #041f2d;
  --header: rgba(17, 22, 33, 0.92);
  --nav: rgba(11, 14, 23, 0.88);
  --panel: rgba(14, 18, 30, 0.92);
  --panel-2: rgba(20, 26, 41, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.06);
  --text: #f3f7fb;
  --muted: #cad7e3;
  --muted-2: #99aec1;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #ff5d49;
  --accent-dark: #dc4330;
  --accent-soft: rgba(255, 93, 73, 0.15);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.22);
  --radius: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --wrap: 1360px;
  --transition: 0.28s ease;
  --header-photo: url("https://ixtapaprivatetours.com/wp-content/uploads/2026/01/cyan-and-white-abstract-background-2025-02-20-23-20-42-utc-scaled.jpg");
  --header-overlay: linear-gradient(135deg, rgba(10, 16, 26, 0.68), rgba(12, 20, 31, 0.86));
  --nav-overlay: linear-gradient(180deg, rgba(6, 11, 19, 0.88), rgba(8, 13, 23, 0.94));
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(87, 230, 255, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 93, 73, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(2, 20, 31, 0.92), rgba(3, 14, 24, 0.96)),
    var(--header-photo) center top / cover fixed no-repeat;
}

body.nav-locked {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

p,
figure,
ul {
  margin: 0 0 1.35rem;
}

ul {
  padding-left: 1.2rem;
}

.c225f48 {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin: 0 auto;
}

.c225f31 {
  width: min(calc(100% - 2.5rem), 1220px);
}

.c225f52,
.c225f51:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.c225f51:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
  border-radius: 999px;
}

.site {
  position: relative;
}

.brand-bar {
  position: relative;
  overflow: hidden;
  background:
    var(--header-overlay),
    var(--header-photo) center 28% / cover no-repeat,
    var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-bar::before,
.brand-bar::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
}

.brand-bar::before {
  top: -120px;
  right: 8%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 93, 73, 0.22), transparent 68%);
}

.brand-bar::after {
  bottom: -140px;
  left: 3%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(76, 228, 255, 0.18), transparent 68%);
}

.brand-bar .c225f48 {
  position: relative;
  z-index: 1;
  padding: 2.1rem 0 2rem;
}

.c225f10 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-title {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.site-title a {
  color: currentColor;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


body.header-contrast-dark .site-title,
body.header-contrast-dark .site-title a,
body.header-contrast-dark .c225f34 a,
body.header-contrast-dark .search-toggle,
body.header-contrast-dark .c225f3,
body.header-contrast-dark .c225f55 {
  color: #18202a;
}

body.header-contrast-dark .c225f19,
body.header-contrast-dark .c225f19::before,
body.header-contrast-dark .c225f19::after {
  background: #18202a;
}

body.header-contrast-dark .c225f34.c225f53 a,
body.header-contrast-dark .c225f34 a:hover,
body.header-contrast-dark .c225f34 a:focus-visible {
  background: rgba(24, 32, 42, 0.10);
  color: #101820;
}

body.header-contrast-dark .search-toggle {
  border-color: rgba(24, 32, 42, 0.16);
  background: rgba(255, 255, 255, 0.58);
}

body.header-contrast-light .site-title,
body.header-contrast-light .site-title a,
body.header-contrast-light .c225f34 a,
body.header-contrast-light .search-toggle,
body.header-contrast-light .c225f3,
body.header-contrast-light .c225f55 {
  color: #ffffff;
}

body.header-contrast-light .c225f19,
body.header-contrast-light .c225f19::before,
body.header-contrast-light .c225f19::after {
  background: #ffffff;
}

body.header-contrast-light .c225f34.c225f53 a,
body.header-contrast-light .c225f34 a:hover,
body.header-contrast-light .c225f34 a:focus-visible {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

body.header-contrast-light .search-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(17, 22, 33, 0.22);
}
.c225f47 {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  background: var(--nav-overlay), var(--nav);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.scrolled .c225f47 {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.c225f36 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}

.main-navigation {
  flex: 1;
}

.menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c225f34 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.25rem;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 14px;
  transition: color var(--transition), background-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.c225f34 a::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.75rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #ff836f);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.c225f34 a:hover,
.c225f34.c225f53 a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.c225f34 a:hover::after,
.c225f34.c225f53 a::after {
  transform: scaleX(1);
}

.search-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 0;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  cursor: pointer;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.search-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.c225f55 {
  font-size: 1.7rem;
  line-height: 1;
}

.menu-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  z-index: 1003;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.c225f3 {
  display: none;
}

.c225f19,
.c225f19::before,
.c225f19::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: 0.25s ease;
}

.c225f19 {
  position: relative;
}

.c225f19::before,
.c225f19::after {
  position: absolute;
  left: 0;
}

.c225f19::before {
  top: -7px;
}

.c225f19::after {
  top: 7px;
}

.menu-open .c225f19 {
  background: transparent;
}

.menu-open .c225f19::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .c225f19::after {
  transform: translateY(-7px) rotate(-45deg);
}

.c225f18 {
  background: rgba(9, 12, 19, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: opacity var(--transition), transform var(--transition);
}

.c225f18[hidden] {
  display: none;
}

.c225f12 {
  padding: 1rem 0 1.15rem;
}

.c225f26 {
  display: flex;
  gap: 0.8rem;
}

.c225f24 {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.c225f24::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.c225f24:focus {
  border-color: rgba(255, 93, 73, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 93, 73, 0.14);
}

.c225f59,
.c225f23,
.c225f11 button {
  min-width: 150px;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), #ff705e);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
  box-shadow: 0 16px 30px rgba(255, 93, 73, 0.22);
}

.c225f59:hover,
.c225f23:hover,
.c225f11 button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.c225f42 {
  position: relative;
  padding: 2.9rem 0 3.6rem;
}

.c225f42::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 18, 28, 0.06), rgba(5, 18, 28, 0.18));
  pointer-events: none;
}

.c225f28 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.entry,
.widget {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 19, 31, 0.94), rgba(12, 17, 27, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  color: var(--text);
}

.entry {
  overflow: hidden;
  padding: 2.15rem 2.15rem 2.3rem;
  border-radius: var(--radius);
}

.entry::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 93, 73, 0.85), rgba(102, 235, 255, 0.75));
}

.entry-header {
  margin-bottom: 1.35rem;
}

.c225f29 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 3.1vw, 3.45rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.entry-meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.entry-meta-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-weight: 700;
}

.entry-content {
  color: var(--muted);
}

.entry-content p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.76;
}

.entry-content strong {
  color: #fff;
  font-weight: 700;
}

.entry-content h2 {
  margin: 2rem 0 0.95rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.22;
  scroll-margin-top: 96px;
}

.entry-content a {
  color: #7ad6ff;
}

.feature-image {
  margin: 1.8rem 0 1.9rem;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}


.entry-content .wp-block-image,
.entry-content .feature-image {
  margin: 2rem 0 2.3rem;
}

.entry-content .wp-block-image figure,
.entry-content .feature-image {
  margin: 0;
}

.entry-content .wp-block-image img,
.entry-content .feature-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}
.feature-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.feature-image:hover img {
  transform: scale(1.02);
}

.c225f30 {
  min-width: 0;
}

.widget {
  padding: 1.45rem;
  margin-bottom: 1.25rem;
  border-radius: 24px;
  backdrop-filter: blur(16px);
}

.c225f40 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.1;
}

.c225f40::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff907e);
  box-shadow: 0 0 0 8px rgba(255, 93, 73, 0.12);
}

.c225f15 {
  margin: -0.05rem 0 1rem;
  color: var(--muted-2);
  font-size: 0.97rem;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 0;
  margin: 0 0 0.85rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
}

.widget li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.widget li a,
.widget li button,
.c225f43 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.1rem 0 0.8rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color var(--transition), transform var(--transition);
}

.widget li a::before,
.c225f43::before {
  content: "•";
  flex: 0 0 auto;
  color: #79dfff;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(2px);
}

.widget a:hover,
.widget button:hover,
.c225f43:hover,
.c225f43.c225f1 {
  color: #8ee8ff;
  transform: translateX(2px);
}

.c225f61 {
  padding: 1rem;
}

.c225f35 {
  overflow: hidden;
  border-radius: 18px;
  background: #0b0b0d;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.c225f35 iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.c225f2 label {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

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

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 93, 73, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 93, 73, 0.14);
}

.c225f23 {
  justify-self: start;
  padding: 0 1.5rem;
}

.c225f11 {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.c225f11 button {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.c225f33 li {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.8rem;
}

.c225f33 strong {
  color: #fff;
  font-size: 1rem;
}

.c225f33 span {
  color: var(--muted-2);
  font-size: 0.95rem;
}

.site-footer {
  margin-top: 1rem;
}

.c225f57 {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(14px);
  color: #fff;
  text-align: center;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-info {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.back-to-top {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.82rem 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff765f);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 20px 34px rgba(255, 93, 73, 0.3);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, filter var(--transition);
}

.back-to-top:hover {
  filter: brightness(1.04);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1200;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), #73e7ff);
  box-shadow: 0 0 20px rgba(115, 231, 255, 0.35);
}

.toast-stack {
  position: fixed;
  right: 1rem;
  bottom: 5.3rem;
  z-index: 1200;
  display: grid;
  gap: 0.75rem;
  width: min(360px, calc(100% - 2rem));
}

.toast {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(16, 20, 31, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  color: #fff;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.toast strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.toast span {
  display: block;
  color: var(--muted);
  font-size: 0.96rem;
}

.c225f20 {
  border-color: rgba(255, 93, 73, 0.42);
}

.c225f14 {
  border-color: rgba(115, 231, 255, 0.38);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .c225f28 {
    grid-template-columns: 1fr;
  }

  .c225f30 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .widget {
    margin-bottom: 0;
  }

  .c225f35 iframe {
    height: 420px;
  }
}

@media (max-width: 760px) {
  .c225f48,
  .c225f31 {
    width: min(calc(100% - 1.2rem), 100%);
  }

  .brand-bar .c225f48 {
    padding: 1.2rem 0 1.1rem;
  }

  .site-title {
    font-size: 1.9rem;
    line-height: 1.08;
  }

  .c225f36 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-height: 64px;
    padding: 0.8rem 0;
  }

  .search-toggle,
  .menu-toggle {
    flex: 0 0 auto;
  }

  .search-toggle {
    order: 1;
    margin-left: auto;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 0;
  }

  .main-navigation {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      max-height 0.32s ease,
      opacity var(--transition),
      transform var(--transition);
  }

  .menu-open .main-navigation {
    max-height: 380px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    padding: 0.8rem;
    gap: 0.45rem;
    border-radius: 22px;
    background: rgba(12, 16, 28, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
  }

  .c225f34 {
    width: 100%;
  }

  .c225f34 a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-height: auto;
    padding: 1rem 1.05rem;
    border-radius: 16px;
  }

  .c225f34 a::after {
    left: 1rem;
    right: 1rem;
    bottom: 0.6rem;
  }

  .c225f26 {
    flex-direction: column;
  }

  .c225f59,
  .c225f23,
  .c225f11 button {
    width: 100%;
  }

  .c225f42 {
    padding: 1.2rem 0 3rem;
  }

  .entry {
    padding: 1.3rem 1.1rem 1.5rem;
    border-radius: 22px;
  }

  .c225f29 {
    font-size: 2rem;
  }

  .entry-content p {
    font-size: 1.02rem;
  }

  .c225f30 {
    grid-template-columns: 1fr;
  }

  .widget {
    padding: 1.2rem;
    border-radius: 20px;
  }

  .c225f35 iframe {
    height: 260px;
  }

  .back-to-top {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.8rem 0.92rem;
  }

  .toast-stack {
    right: 0.75rem;
    bottom: 4.95rem;
    width: min(340px, calc(100% - 1.5rem));
  }
}


/* Sidebar Pages card fix */
.c225f58 {
  padding: 1.3rem;
}

.c225f58 .c225f40 {
  margin-bottom: 0.45rem;
}

.c225f41 {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.c225f41 .c225f22 {
  margin: 0;
  border: 0;
}

.c225f41 .c225f22 a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition), color var(--transition);
}

.c225f41 .c225f22 a::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff907e);
  box-shadow: 0 0 0 7px rgba(255, 93, 73, 0.14);
}

.c225f41 .c225f22 a:hover,
.c225f41 .c225f22 a:focus-visible {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.c225f41 .c225f22.c225f56 a,
.c225f41 .c225f22 a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(255, 93, 73, 0.24), rgba(121, 223, 255, 0.16));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.c225f41 .c225f25 {
  display: block;
}

@media (max-width: 860px) {
  .c225f41 .c225f22 a {
    padding: 0.9rem 0.95rem;
  }
}


/* Sidebar Pages readability fix */
.c225f58 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.95));
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 20px 42px rgba(8, 14, 22, 0.14);
  color: #1d2733;
}

.c225f58 .c225f40 {
  color: #16202b;
}

.c225f58 .c225f40::before {
  box-shadow: 0 0 0 8px rgba(255, 93, 73, 0.10);
}

.c225f58 .c225f15 {
  color: #5e6d7c;
}

.c225f58 .c225f41 .c225f22 a {
  border-color: rgba(17, 24, 39, 0.10);
  background: rgba(255, 255, 255, 0.88);
  color: #18222d;
  box-shadow: 0 10px 24px rgba(12, 18, 28, 0.06);
}

.c225f58 .c225f41 .c225f22 a:hover,
.c225f58 .c225f41 .c225f22 a:focus-visible {
  background: #ffffff;
  border-color: rgba(255, 93, 73, 0.24);
  color: #101820;
  box-shadow: 0 14px 28px rgba(12, 18, 28, 0.10);
}

.c225f58 .c225f41 .c225f22.c225f56 a,
.c225f58 .c225f41 .c225f22 a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(255, 93, 73, 0.14), rgba(121, 223, 255, 0.20));
  border-color: rgba(255, 93, 73, 0.24);
  color: #101820;
  box-shadow: 0 16px 30px rgba(12, 18, 28, 0.12);
}


/* Website Factory Sample 19 generated override */
:root{
  --bg: #052224;
  --bg-2: #083433;
  --header: rgba(10,29,35,0.92);
  --nav: rgba(8,25,30,0.88);
  --panel: rgba(35,74,73,0.92);
  --panel-2: rgba(46,83,82,0.92);
  --panel-soft: rgba(255,255,255,0.06);
  --text: #f3f7fb;
  --muted: #a9b9c2;
  --muted-2: #8098a7;
  --line: rgba(255,255,255,0.12);
  --line-strong: rgba(255,255,255,0.22);
  --accent: #21c15c;
  --accent-dark: #1a9748;
  --accent-soft: rgba(33,193,92,0.16);
  --shadow: 0 30px 70px rgba(0,0,0,0.32);
  --shadow-soft: 0 16px 36px rgba(0,0,0,0.22);
  --header-overlay: linear-gradient(135deg, rgba(9,27,32,0.72), rgba(8,50,49,0.84));
  --nav-overlay: linear-gradient(180deg, rgba(8,24,29,0.92), rgba(7,23,27,0.96));
  --header-photo: url("assets/generated/download%206.jpeg");
}
body.c225f5,body.c225f5.c225f38{color:var(--text) !important;background:radial-gradient(circle at top left, rgba(33,193,92,0.24), transparent 24%),radial-gradient(circle at top right, rgba(65,208,156,0.24), transparent 20%),linear-gradient(180deg, rgba(2,20,31,0.86), rgba(3,14,24,0.92)),url("assets/generated/download%206.jpeg") center top / cover fixed no-repeat !important;}
#page.site,.site{background:transparent !important;}
.brand-bar{background:var(--header-overlay), url("assets/generated/download%206.jpeg") center 28% / cover no-repeat, var(--header) !important;}
.c225f47,.c225f36,.main-navigation{background:var(--nav-overlay), var(--nav) !important;border-color:var(--line-strong) !important;box-shadow:var(--shadow-soft) !important;}
.entry,.widget,.c225f58{background:linear-gradient(180deg, var(--panel), var(--panel-2)) !important;border:1px solid var(--line) !important;box-shadow:var(--shadow-soft) !important;}
.c225f29,.entry-content h2,.c225f40,.c225f2 label,.site-title,.site-title a,.c225f34 a,.search-toggle,.c225f55,.c225f3,.back-to-top,.site-info,.c225f58 .c225f15,.c225f58 .c225f25{color:#ffffff !important;}
.entry-content a{color:#41d09c !important;}
.c225f40::before,.c225f58 .c225f40::before,.c225f41 .c225f22 a::before{background:linear-gradient(135deg, #21c15c, #41d09c) !important;box-shadow:0 0 0 8px rgba(33,193,92,0.16) !important;}
.widget li a::before,.c225f43::before{color:#41d09c !important;}
.c225f34 a::after{background:linear-gradient(90deg, #21c15c, #41d09c) !important;}
.c225f34 a:hover,.c225f34.c225f53 a{background:linear-gradient(135deg, rgba(33,193,92,0.16), rgba(255,255,255,0.08)) !important;box-shadow:0 10px 24px rgba(33,193,92,0.24) !important;}
.c225f41 .c225f22 a,.c225f58 .c225f41 .c225f22 a{background:rgba(255,255,255,0.05) !important;border:1px solid var(--line) !important;color:var(--text) !important;box-shadow:none !important;}
.c225f41 .c225f22 a:hover,.c225f41 .c225f22 a:focus-visible,.c225f58 .c225f41 .c225f22 a:hover,.c225f58 .c225f41 .c225f22 a:focus-visible{background:rgba(255,255,255,0.10) !important;border-color:#41d09c !important;color:#ffffff !important;box-shadow:0 12px 26px rgba(65,208,156,0.24) !important;}
.c225f41 .c225f22.c225f56 a,.c225f41 .c225f22 a[aria-current="page"],.c225f58 .c225f41 .c225f22.c225f56 a,.c225f58 .c225f41 .c225f22 a[aria-current="page"]{background:linear-gradient(135deg, #21c15c, #41d09c) !important;border-color:transparent !important;color:#ffffff !important;box-shadow:0 16px 34px rgba(33,193,92,0.24) !important;}
.search-toggle,.menu-toggle,.contact-form input:focus,.contact-form textarea:focus{border-color:#21c15c !important;box-shadow:0 0 0 4px rgba(33,193,92,0.16) !important;}
.c225f59,.c225f23,.back-to-top{background:linear-gradient(135deg, #21c15c, #41d09c) !important;color:#ffffff !important;border-color:transparent !important;box-shadow:0 18px 34px rgba(33,193,92,0.24) !important;}
.c225f59:hover,.c225f23:hover,.back-to-top:hover{filter:brightness(1.05) !important;background:linear-gradient(135deg, #1a9748, #41d09c) !important;}
.scroll-progress{background:linear-gradient(90deg, #21c15c, #41d09c) !important;box-shadow:0 0 20px rgba(65,208,156,0.24) !important;}
.c225f35{border:1px solid var(--line) !important;box-shadow:var(--shadow-soft) !important;background:#0b0b0d !important;}
.c225f35 iframe{display:block;width:100% !important;height:min(520px, 60vw) !important;min-height:260px;border:0 !important;}
.feature-image img,.entry-content .feature-image img{border-color:var(--line) !important;box-shadow:var(--shadow-soft) !important;}
.c225f57{background:rgba(0,0,0,0.68) !important;border-top:1px solid var(--line) !important;}
.c225f14{border-color:rgba(65,208,156,0.38) !important;}
.c225f20{border-color:rgba(33,193,92,0.42) !important;}
@media (max-width:1080px){.c225f35 iframe{height:min(420px, 58vw) !important;}}
@media (max-width:760px){body.c225f5,body.c225f5.c225f38{background-attachment:scroll !important;}.c225f35 iframe{height:260px !important;min-height:220px !important;}}
