@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap');
:root {
    --color-primary1: #152336;
    --font-awesome: 'FontAwesome';
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #111827;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h2 {
  font-size: 34px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 8px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 6px;
}
h2 + p,
h3 + p {
  margin-top: 4px;
}
@media screen and (min-width: 1920px) {
    .container {
        max-width: 1300px;
    }
}
.fan-expos-section {
  margin-top: 50px;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background:
        radial-gradient(circle at top left, rgba(64, 95, 145, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.16), transparent 36%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(232, 238, 247, 0.82));
    isolation: isolate;
}
.fan-expos-section::before {
    content: "";
    position: absolute;
    inset: 26px;
    border: 1px solid rgba(64, 95, 145, 0.16);
    border-radius: 34px;
    pointer-events: none;
    z-index: -1;
}
.fan-expos-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(64, 95, 145, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(64, 95, 145, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
    z-index: -2;
}
.fan-expos-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.7;
    z-index: -1;
    animation: floatOrb 9s ease-in-out infinite;
}
.orb-one {
    width: 220px;
    height: 220px;
    top: 40px;
    left: 7%;
    background: radial-gradient(circle, rgba(64, 95, 145, 0.28), transparent 68%);
}
.orb-two {
    width: 280px;
    height: 280px;
    right: 8%;
    bottom: 20px;
    background: radial-gradient(circle, rgba(17, 24, 39, 0.18), transparent 70%);
    animation-delay: 1.8s;
}
.orb-three {
    width: 150px;
    height: 150px;
    right: 32%;
    top: 18%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent 68%);
    animation-delay: 3s;
}
.box-one {
    position: relative;
    height: 100%;
    padding: 46px 38px 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    animation: boxReveal 0.9s ease both;
}
.col-lg-6:nth-child(2) .box-one {
    animation-delay: 0.15s;
}
.box-one::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(64, 95, 145, 0.55), rgba(255, 255, 255, 0.18), rgba(15, 23, 42, 0.18));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.box-one::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 22px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(64, 95, 145, 0.12), transparent 70%);
    pointer-events: none;
}
.box-one:hover {
    transform: translateY(-8px);
    border-color: rgba(64, 95, 145, 0.34);
    box-shadow:
        0 32px 80px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.box-icon-wrap {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border-radius: 22px;
    color: #ffffff;
    background:
        linear-gradient(135deg, #405f91, #162033),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 38%);
    box-shadow:
        0 16px 34px rgba(64, 95, 145, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
    animation: iconPulse 3.4s ease-in-out infinite;
}
.box-icon-wrap i {
    font-size: 30px;
    line-height: 1;
}
.box-one h2,
.box-one h3 {
    margin: 0 0 18px;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: #111827;
    text-align: center;
}
.box-one h2::after,
.box-one h3::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #405f91, transparent);
}
.box-one p {
    margin: 0 0 16px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #263244;
    text-align: left;
}
.box-one p:last-child {
    margin-bottom: 0;
}
@keyframes floatOrb {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(18px, -20px, 0) scale(1.06);
    }
}
@keyframes boxReveal {
    from {
        opacity: 0;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes iconPulse {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        box-shadow:
            0 16px 34px rgba(64, 95, 145, 0.32),
            inset 0 1px 0 rgba(255, 255, 255, 0.32);
    }
    50% {
        transform: translateY(-5px) rotate(2deg);
        box-shadow:
            0 22px 44px rgba(64, 95, 145, 0.42),
            inset 0 1px 0 rgba(255, 255, 255, 0.42);
    }
}
@media (max-width: 991px) {
    .fan-expos-section {
        padding: 70px 0;
    }
    .box-one {
        padding: 40px 28px 34px;
    }
}
@media (max-width: 575px) {
    .fan-expos-section {
        padding: 54px 0;
    }
    .fan-expos-section::before {
        inset: 14px;
        border-radius: 24px;
    }
    .box-one {
        border-radius: 22px;
        padding: 34px 22px 30px;
    }
    .box-icon-wrap {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }
    .box-icon-wrap i {
        font-size: 26px;
    }
    .box-one p {
        font-size: 15px;
        line-height: 1.68;
    }
}
  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/img/new-york-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.fancy-section {
    position: relative;
    overflow: hidden;
    padding: 70px 56px;
    margin: 60px 0;
    background:
        radial-gradient(circle at top left, rgba(64, 95, 145, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(17, 24, 39, 0.16), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(232, 238, 247, 0.58));
    box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    isolation: isolate;
    animation: fancyReveal 0.9s ease both;
}
.fancy-section::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid rgba(64, 95, 145, 0.16);
    pointer-events: none;
    z-index: -1;
}
.fancy-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(64, 95, 145, 0.24), transparent 68%);
    filter: blur(2px);
    animation: floatingGlow 8s ease-in-out infinite;
    z-index: -1;
}
.fancy-section h2,
.fancy-section h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: #111827;
}
.fancy-section h2::before,
.fancy-section h3::before {
    content: "✦";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #405f91, #162033);
    box-shadow: 0 12px 28px rgba(64, 95, 145, 0.28);
    vertical-align: middle;
    animation: iconFloat 3.4s ease-in-out infinite;
}
.fancy-section h2::after,
.fancy-section h3::after {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #405f91, rgba(64, 95, 145, 0));
}
.fancy-section h3 {
    margin-top: 42px;
}
.fancy-section p {
    position: relative;
    margin-bottom: 18px;
    line-height: 1.75;
    color: #263244;
}
.fancy-section p:last-child {
    margin-bottom: 0;
}
.fancy-section strong {
    color: #405f91;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(64, 95, 145, 0.14), rgba(64, 95, 145, 0.04));
    padding: 1px 5px;
    border-radius: 7px;
}
@keyframes fancyReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes floatingGlow {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-24px, 22px, 0) scale(1.08);
    }
}
@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-4px) rotate(3deg);
    }
}
@media (max-width: 991px) {
    .fancy-section {
        padding: 54px 36px;
        border-radius: 28px;
    }
}
@media (max-width: 575px) {
    .fancy-section {
        padding: 42px 24px;
        margin: 42px 0;
        border-radius: 22px;
    }
    .fancy-section::before {
        inset: 12px;
        border-radius: 18px;
    }
    .fancy-section h2::before,
    .fancy-section h3::before {
        width: 34px;
        height: 34px;
        margin-right: 10px;
        border-radius: 12px;
    }
}
.comic-growth-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
  background:
    radial-gradient(circle at 12% 15%, rgba(199, 143, 85, 0.22), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(21, 35, 54, 0.18), transparent 34%),
    linear-gradient(135deg, #f8f3ec 0%, #ffffff 48%, #eef2f6 100%);
  color: #152336;
  isolation: isolate;
}
.comic-growth-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 35, 54, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 35, 54, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 80%, transparent 100%);
  opacity: 0.6;
  z-index: -3;
}
.comic-growth-section::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -140px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(21, 35, 54, 0.12);
  border-radius: 50%;
  animation: slow-spin 24s linear infinite;
  z-index: -2;
}
.comic-bg-grid {
  position: absolute;
  top: 55px;
  right: -70px;
  width: 250px;
  height: 250px;
  background-image: radial-gradient(rgba(21, 35, 54, 0.25) 2px, transparent 2px);
  background-size: 22px 22px;
  opacity: 0.45;
  animation: float-grid 7s ease-in-out infinite;
  z-index: -1;
}
.comic-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  z-index: -2;
  animation: float-orb 8s ease-in-out infinite;
}
.orb-one {
  width: 180px;
  height: 180px;
  top: 12%;
  left: 6%;
  background: rgba(204, 151, 94, 0.22);
}
.orb-two {
  width: 260px;
  height: 260px;
  right: 8%;
  bottom: 8%;
  background: rgba(21, 35, 54, 0.10);
  animation-delay: 1.5s;
}
.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border: 1px solid rgba(21, 35, 54, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #152336;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(21, 35, 54, 0.08);
}
.comic-growth-section h2 {
  position: relative;
  margin-bottom: 20px;
  color: #152336;
  line-height: 1.12;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
.comic-growth-section h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #152336, #c78f55);
  animation: line-glow 2.6s ease-in-out infinite;
}
.comic-growth-section p {
  color: rgba(21, 35, 54, 0.88);
  line-height: 1.75;
  margin-bottom: 14px;
}
.box-row {
  margin-top: 34px;
}
.box-one {
  position: relative;
  height: 100%;
  margin-top: 24px;
  padding: 38px 34px 34px;
  border: 1px solid rgba(21, 35, 54, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 236, 0.88)),
    linear-gradient(135deg, rgba(21, 35, 54, 0.08), transparent);
  box-shadow:
    10px 12px 0 rgba(21, 35, 54, 0.10),
    0 24px 55px rgba(21, 35, 54, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}
.box-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(199, 143, 85, 0.26), transparent 34%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.75s ease;
  pointer-events: none;
}
.box-one::after {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 125px;
  height: 125px;
  border-radius: 34px;
  background: rgba(21, 35, 54, 0.08);
  transform: rotate(18deg);
  animation: corner-pulse 4s ease-in-out infinite;
}
.box-one:hover {
  transform: translateY(-9px);
  border-color: rgba(21, 35, 54, 0.34);
  box-shadow:
    12px 16px 0 rgba(21, 35, 54, 0.14),
    0 30px 70px rgba(21, 35, 54, 0.18);
}
.box-one:hover::before {
  transform: translateX(100%);
}
.box-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: #152336;
  box-shadow: 0 12px 25px rgba(21, 35, 54, 0.25);
}
.box-icon::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 5px;
  background: #c78f55;
  transform: rotate(45deg);
  animation: diamond-pop 2.2s ease-in-out infinite;
}
.box-one h3 {
  position: relative;
  margin-bottom: 17px;
  color: #152336;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  z-index: 1;
}
.box-one p {
  position: relative;
  z-index: 1;
}
@keyframes slow-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float-grid {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(18px) rotate(3deg);
  }
}
@keyframes float-orb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -16px, 0) scale(1.06);
  }
}
@keyframes line-glow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(199, 143, 85, 0);
  }
  50% {
    box-shadow: 0 0 22px rgba(199, 143, 85, 0.55);
  }
}
@keyframes corner-pulse {
  0%, 100% {
    transform: rotate(18deg) scale(1);
    opacity: 0.75;
  }
  50% {
    transform: rotate(25deg) scale(1.08);
    opacity: 1;
  }
}
@keyframes diamond-pop {
  0%, 100% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.16);
  }
}
@media (max-width: 991px) {
  .comic-growth-section {
    padding: 65px 0 75px;
  }
  .box-one {
    padding: 32px 26px;
  }
}
@media (max-width: 575px) {
  .comic-growth-section h2 {
    font-size: 30px;
  }
  .box-one h3 {
    font-size: 22px;
  }
  .comic-growth-section p {
    font-size: 15px;
  }
}
.sidebar {
  position: relative;
  z-index: 2;
}
.sidebar > .widget + .widget {
  margin-top: 38px;
}
.sidebar .widget {
  position: relative;
  overflow: hidden;
  padding: 28px 25px;
  border: 1px solid rgba(21, 35, 54, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(199, 143, 85, 0.18), transparent 35%),
    linear-gradient(145deg, #fff 0%, #f8f3ec 100%);
  box-shadow:
    7px 9px 0 rgba(21, 35, 54, 0.13),
    0 22px 45px rgba(21, 35, 54, 0.10);
  transition: 0.35s ease;
}
.sidebar .widget:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 35, 54, 0.42);
  box-shadow:
    9px 12px 0 rgba(21, 35, 54, 0.16),
    0 28px 60px rgba(21, 35, 54, 0.15);
}
.sidebar .widget::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(21, 35, 54, 0.08);
  transform: rotate(22deg);
  animation: sidebar-shape 4s ease-in-out infinite;
  pointer-events: none;
}
.sidebar .widget-title,
.sidebar .widget h2,
.sidebar .widget h3,
.sidebar .widget h4 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 13px;
  color: #152336;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
.sidebar .widget-title::after,
.sidebar .widget h2::after,
.sidebar .widget h3::after,
.sidebar .widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 3px;
  border-radius: 50px;
  background: linear-gradient(90deg, #152336, #c78f55);
}
.sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget ul li {
  position: relative;
  margin-bottom: 9px;
  padding: 13px 12px 13px 28px;
  border-radius: 10px;
  background: rgba(21, 35, 54, 0.035);
  color: #152336;
  font-size: 15px;
  line-height: 1.55;
}
.sidebar .widget ul li:hover::before {
  background: #c78f55;
  transform: rotate(45deg) scale(1.2);
}
.sidebar .widget a {
  color: #152336;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s ease;
}
.sidebar .widget a:hover {
  color: #c78f55;
}
.sidebar .search-form,
.sidebar .widget_search form,
.sidebar .wp-block-search__inside-wrapper {
  display: flex;
  gap: 9px;
  padding: 8px;
  border: 1px solid rgba(21, 35, 54, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
}
.sidebar input[type="search"],
.sidebar .search-field,
.sidebar .wp-block-search__input {
  width: 100%;
  height: 45px;
  padding: 0 14px;
  border: 0;
  outline: none;
  border-radius: 10px;
  color: #152336;
  box-shadow: inset 0 0 0 1px rgba(21, 35, 54, 0.12);
}
.sidebar .search-submit,
.sidebar .wp-block-search__button,
.sidebar button[type="submit"] {
  min-width: 88px;
  height: 45px;
  padding: 0 17px;
  border: 0;
  border-radius: 10px;
  background: #152336;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}
.sidebar .search-submit:hover,
.sidebar .wp-block-search__button:hover,
.sidebar button[type="submit"]:hover {
  background: #c78f55;
  transform: translateY(-2px);
}
.sidebar .tagcloud a,
.sidebar .wp-block-tag-cloud a {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 7px 13px;
  border: 1px solid rgba(21, 35, 54, 0.16);
  border-radius: 50px;
  background: #fff;
  font-size: 13px !important;
}
.sidebar .tagcloud a:hover,
.sidebar .wp-block-tag-cloud a:hover {
  background: #152336;
  color: #fff;
}
.sidebar .widget p,
.sidebar .textwidget {
  position: relative;
  color: rgba(21, 35, 54, 0.86);
  font-size: 15px;
  line-height: 1.7;
}
@keyframes sidebar-shape {
  0%, 100% {
    transform: rotate(22deg) scale(1);
  }
  50% {
    transform: rotate(30deg) scale(1.08);
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 45px;
  }
  .sidebar > .widget + .widget {
    margin-top: 30px;
  }
}
.events-section {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding: 55px 35px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 10%, rgba(199, 143, 85, 0.22), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(21, 35, 54, 0.16), transparent 34%),
    linear-gradient(135deg, #f8f3ec 0%, #ffffff 50%, #edf2f7 100%);
  color: #152336;
  isolation: isolate;
}
.events-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(21, 35, 54, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 35, 54, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.65;
  z-index: -3;
}
.events-section::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  border: 2px solid rgba(21, 35, 54, 0.12);
  border-radius: 50%;
  animation: event-spin 26s linear infinite;
  z-index: -2;
}
.events-section h2 {
  position: relative;
  margin: 0 0 24px;
  max-width: 900px;
  color: #152336;
  line-height: 1.12;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
.events-section h2::after {
  content: "";
  display: block;
  width: 105px;
  height: 4px;
  margin-top: 16px;
  border-radius: 50px;
  background: linear-gradient(90deg, #152336, #c78f55);
  box-shadow: 0 0 20px rgba(199, 143, 85, 0.38);
}
.events-section p {
  position: relative;
  margin: 0 0 15px;
  color: rgba(21, 35, 54, 0.88);
  line-height: 1.75;
}
.events-section > p {
  max-width: 1040px;
  margin-bottom: 18px;
}
.events-section h3 {
  position: relative;
  margin: 38px 0 18px;
  padding: 20px 24px 20px 66px;
  border: 1px solid rgba(21, 35, 54, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(199, 143, 85, 0.20), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 243, 236, 0.9));
  color: #152336;
  line-height: 1.25;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  box-shadow:
    7px 9px 0 rgba(21, 35, 54, 0.10),
    0 18px 38px rgba(21, 35, 54, 0.09);
  transition: 0.35s ease;
}
.events-section h3::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #152336;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 0 7px rgba(21, 35, 54, 0.08);
  animation: event-diamond 2.8s ease-in-out infinite;
}
.events-section h3:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 35, 54, 0.34);
  box-shadow:
    9px 12px 0 rgba(21, 35, 54, 0.14),
    0 24px 50px rgba(21, 35, 54, 0.14);
}
.events-section h4 {
  position: relative;
  margin: 26px 0 14px;
  padding-left: 22px;
  color: #152336;
  line-height: 1.3;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
.events-section h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #c78f55;
  transform: rotate(45deg);
}
.events-section h4::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 8px;
  border-radius: 50px;
  background: linear-gradient(90deg, #c78f55, rgba(21, 35, 54, 0.25));
}
.events-section h3 + p,
.events-section h3 + p + p,
.events-section h3 + p + p + p,
.events-section h4 + p,
.events-section h4 + p + p {
  padding: 18px 20px;
  border-left: 4px solid rgba(199, 143, 85, 0.75);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(21, 35, 54, 0.07);
  transition: 0.35s ease;
}
.events-section h3 + p:hover,
.events-section h4 + p:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.86);
}
@keyframes event-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes event-diamond {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.14);
  }
}
@media (max-width: 991px) {
  .events-section {
    margin-top: 45px;
    padding: 45px 24px;
    border-radius: 20px;
  }
  .events-section h3 {
    padding: 18px 20px 18px 60px;
  }
  .events-section h3::before {
    left: 22px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 575px) {
  .events-section {
    margin-top: 35px;
    padding: 36px 16px;
  }
  .events-section h3 {
    margin-top: 32px;
    padding: 18px 16px 18px 54px;
  }
}
.events-section ul {
  position: relative;
  margin: 18px 0 24px;
  padding: 20px 22px;
  list-style: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(21, 35, 54, 0.07);
}
.events-section ul li {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 14px 12px 34px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(21, 35, 54, 0.055), transparent);
  color: rgba(21, 35, 54, 0.9);
  line-height: 1.65;
  transition: 0.3s ease;
}
.events-section ul li:last-child {
  margin-bottom: 0;
}
.events-section ul li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #152336;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px rgba(21, 35, 54, 0.08);
  transition: 0.3s ease;
}
.events-section ul li:hover {
  transform: translateX(5px);
  background: linear-gradient(90deg, rgba(199, 143, 85, 0.16), transparent);
}
.events-section ul li:hover::before {
  background: #c78f55;
  transform: rotate(45deg) scale(1.18);
}
.events-section ul li a {
  color: #152336;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}
.events-section ul li a:hover {
  color: #c78f55;
}
.ticketing-infra-section {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding: 55px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(199, 143, 85, 0.18), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(21, 35, 54, 0.14), transparent 34%),
    linear-gradient(140deg, #f7efe7 0%, #ffffff 50%, #eef3f7 100%);
  color: #152336;
  isolation: isolate;
}
.ticketing-infra-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 35, 54, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 35, 54, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.65;
  z-index: -3;
}
.ticketing-infra-section::after {
  content: "";
  position: absolute;
  left: -115px;
  bottom: -125px;
  width: 340px;
  height: 340px;
  border: 2px dashed rgba(21, 35, 54, 0.16);
  border-radius: 50%;
  animation: ticketing-spin 28s linear infinite;
  z-index: -2;
}
.ticketing-lines {
  position: absolute;
  top: 70px;
  right: -70px;
  width: 245px;
  height: 245px;
  background-image: radial-gradient(rgba(21, 35, 54, 0.24) 2px, transparent 2px);
  background-size: 22px 22px;
  opacity: 0.36;
  animation: ticketing-float 7s ease-in-out infinite;
  z-index: -1;
}
.ticketing-shape {
  position: absolute;
  border-radius: 999px;
  z-index: -2;
  animation: ticketing-orb 8s ease-in-out infinite;
}
.ticketing-shape-one {
  width: 170px;
  height: 170px;
  left: 5%;
  top: 12%;
  background: rgba(199, 143, 85, 0.17);
}
.ticketing-shape-two {
  width: 230px;
  height: 230px;
  right: 7%;
  bottom: 10%;
  background: rgba(21, 35, 54, 0.09);
  animation-delay: 1.4s;
}
.ticketing-intro {
  position: relative;
  margin-bottom: 32px;
  padding: 30px 28px;
  border: 1px solid rgba(21, 35, 54, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 8px 10px 0 rgba(21, 35, 54, 0.09);
}
.ticketing-label {
  display: inline-block;
  margin-bottom: 13px;
  padding: 7px 16px;
  border: 1px solid rgba(21, 35, 54, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: #152336;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ticketing-intro h2 {
  position: relative;
  margin: 0 0 18px;
  color: #152336;
  line-height: 1.14;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
.ticketing-intro h2::after {
  content: "";
  display: block;
  width: 105px;
  height: 4px;
  margin-top: 15px;
  border-radius: 50px;
  background: linear-gradient(90deg, #152336, #c78f55);
  box-shadow: 0 0 18px rgba(199, 143, 85, 0.38);
}
.ticketing-infra-section p {
  margin: 0 0 14px;
  color: rgba(21, 35, 54, 0.88);
  line-height: 1.75;
}
.ticketing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.ticketing-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 30px 28px;
  border: 1px solid rgba(21, 35, 54, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 143, 85, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 236, 0.9));
  box-shadow:
    8px 10px 0 rgba(21, 35, 54, 0.10),
    0 22px 46px rgba(21, 35, 54, 0.10);
  transition: 0.35s ease;
}
.ticketing-card::before {
  content: "";
  position: absolute;
  top: -62px;
  right: -62px;
  width: 138px;
  height: 138px;
  border-radius: 36px;
  background: rgba(21, 35, 54, 0.07);
  transform: rotate(22deg);
  animation: ticketing-corner 4s ease-in-out infinite;
}
.ticketing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.55) 48%, transparent 100%);
  transform: translateX(-115%);
  transition: 0.75s ease;
  pointer-events: none;
}
.ticketing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 35, 54, 0.34);
  box-shadow:
    10px 14px 0 rgba(21, 35, 54, 0.14),
    0 28px 58px rgba(21, 35, 54, 0.14);
}
.ticketing-card:hover::after {
  transform: translateX(115%);
}
.ticketing-card-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 14px;
  background: #152336;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(21, 35, 54, 0.22);
  z-index: 1;
}
.ticketing-card h3 {
  position: relative;
  margin: 0 0 17px;
  color: #152336;
  line-height: 1.25;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  z-index: 1;
}
.ticketing-card h3::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #152336, #c78f55);
}
.ticketing-card p,
.ticketing-card h4,
.ticketing-note {
  position: relative;
  z-index: 1;
}
.ticketing-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid rgba(199, 143, 85, 0.82);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 13px 28px rgba(21, 35, 54, 0.07);
  transition: 0.3s ease;
}
.ticketing-note:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.9);
}
.ticketing-note h4 {
  position: relative;
  margin: 0 0 12px;
  padding-left: 22px;
  color: #152336;
  line-height: 1.3;
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
.ticketing-note h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #c78f55;
  transform: rotate(45deg);
}
.ticketing-note p:last-child,
.ticketing-card p:last-child,
.ticketing-intro p:last-child {
  margin-bottom: 0;
}
@keyframes ticketing-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ticketing-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(16px) rotate(3deg);
  }
}
@keyframes ticketing-orb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(16px, -14px, 0) scale(1.05);
  }
}
@keyframes ticketing-corner {
  0%, 100% {
    transform: rotate(22deg) scale(1);
  }
  50% {
    transform: rotate(30deg) scale(1.08);
  }
}
@media (max-width: 991px) {
  .ticketing-infra-section {
    margin-top: 45px;
    padding: 46px 0;
  }
  .ticketing-intro,
  .ticketing-card {
    padding: 26px 22px;
  }
  .ticketing-grid {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .ticketing-infra-section {
    margin-top: 35px;
    padding: 36px 0;
  }
  .ticketing-intro,
  .ticketing-card {
    padding: 22px 17px;
    border-radius: 20px;
  }
  .ticketing-note {
    padding: 16px 15px;
  }
}
@media (max-width: 991.98px) {
  .blog-area .container > .row > .col-lg-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}