/* ------------------------------------------------------------------
   Multi Ticket — Home Modern Theme
   Overrides/extends main.css (BizLand) with a fresher, lighter look.
------------------------------------------------------------------- */

:root {
  --accent-color: #1657ff;
  --accent-color-2: #14d3b3;
  --heading-color: #10172a;
  --default-color: #4b5469;
  --surface-color: #ffffff;
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
  color: var(--accent-color) !important;
}

/* ---------------- Header / Glass effect on scroll ---------------- */
.header .topbar {
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--accent-color-2) 60%));
}

.header .branding {
  transition: background-color .35s ease, box-shadow .35s ease, padding .35s ease;
}

.scrolled .header .branding {
  background-color: rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
}

.navmenu > ul > li:last-child > a {
  background: var(--accent-color);
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 50px;
  margin-left: 10px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.navmenu > ul > li:last-child > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -8px color-mix(in srgb, var(--accent-color), transparent 30%);
}

/* ---------------------------- Buttons ---------------------------- */
.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}

.btn-modern-primary {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-color-2));
  color: #fff;
  box-shadow: 0 14px 28px -10px color-mix(in srgb, var(--accent-color), transparent 35%);
}

.btn-modern-primary:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 18px 34px -10px color-mix(in srgb, var(--accent-color), transparent 20%);
}

.btn-modern-outline {
  background: #fff;
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 85%);
}

.btn-modern-outline:hover {
  transform: translateY(-3px);
  color: var(--accent-color);
  border-color: var(--accent-color);
}

/* ------------------------------ Hero ------------------------------ */
.hero-modern {
  position: relative;
  overflow: hidden;
  padding: 130px 0 90px;
  background: linear-gradient(180deg, #f3f6ff 0%, #ffffff 100%);
}

.hero-modern::before,
.hero-modern::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  opacity: .55;
}

.hero-modern::before {
  width: 420px;
  height: 420px;
  background: color-mix(in srgb, var(--accent-color), transparent 70%);
  top: -120px;
  right: -100px;
}

.hero-modern::after {
  width: 320px;
  height: 320px;
  background: color-mix(in srgb, var(--accent-color-2), transparent 70%);
  bottom: -100px;
  left: -80px;
}

.hero-modern .container {
  position: relative;
  z-index: 1;
}

.hero-modern .badge-soft {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .03em;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.hero-modern h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--heading-color);
  margin-bottom: 18px;
}

.hero-modern h1 span {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-color-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-modern p.lead {
  font-size: 18px;
  color: var(--default-color);
  max-width: 520px;
  margin-bottom: 32px;
}

.hero-modern .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-trust .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}

.hero-trust .trust-item i {
  color: var(--accent-color-2);
  font-size: 18px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual img {
  max-width: 90%;
  filter: drop-shadow(0 30px 40px rgba(16, 23, 42, .12));
}

.hero-floating-card {
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 40px -15px rgba(16, 23, 42, .2);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-floating-card .icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent-color-2), transparent 85%);
  color: var(--accent-color-2);
  font-size: 20px;
  flex-shrink: 0;
}

.hero-floating-card strong {
  display: block;
  font-size: 18px;
  color: var(--heading-color);
}

.hero-floating-card span {
  font-size: 13px;
  color: var(--default-color);
}

/* ----------------------- Section title tweak ----------------------- */
.section-title-modern {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-modern .eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.section-title-modern h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.section-title-modern p {
  color: var(--default-color);
  max-width: 600px;
  margin: 0 auto;
}

/* --------------------------- Modern cards --------------------------- */
.card-modern {
  background: #fff;
  border-radius: 18px;
  padding: 32px 26px;
  height: 100%;
  box-shadow: 0 10px 30px -18px rgba(16, 23, 42, .15);
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 94%);
  transition: transform .3s ease, box-shadow .3s ease;
}

.card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -20px rgba(16, 23, 42, .22);
}

.card-modern .icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
}

.card-modern h3,
.card-modern h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.card-modern p {
  font-size: 14.5px;
  color: var(--default-color);
  margin-bottom: 0;
}

.card-modern a.stretched-link {
  color: inherit;
  text-decoration: none;
}

/* Service grid (small icon cards) */
.service-card-sm {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 93%);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
}

.service-card-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -18px rgba(16, 23, 42, .2);
  border-color: transparent;
}

.service-card-sm .icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--accent-color-2), transparent 85%);
  color: color-mix(in srgb, var(--accent-color-2), black 15%);
}

.service-card-sm h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-color);
  margin: 0;
}

/* ------------------------------ About ------------------------------ */
.about-modern img {
  border-radius: 22px;
  box-shadow: 0 25px 50px -25px rgba(16, 23, 42, .3);
}

.about-checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.about-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--default-color);
}

.about-checklist li i {
  color: var(--accent-color-2);
  font-size: 20px;
  margin-top: 2px;
}

/* ------------------------------ Stats ------------------------------ */
.stats-modern .stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px -18px rgba(16, 23, 42, .15);
  height: 100%;
}

.stats-modern .stat-card i {
  font-size: 30px;
  color: var(--accent-color);
  margin-bottom: 12px;
  display: inline-block;
}

.stats-modern .stat-card .purecounter {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: var(--heading-color);
}

.stats-modern .stat-card p {
  margin: 4px 0 0;
  color: var(--default-color);
  font-size: 14px;
}

/* ----------------------------- Contact ----------------------------- */
.contact-modern .info-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px -18px rgba(16, 23, 42, .15);
}

.contact-modern .info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-modern .info-item i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  flex-shrink: 0;
}

.contact-modern .info-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 2px;
}

.contact-modern .info-item p {
  margin: 0;
  font-size: 14px;
  color: var(--default-color);
}

.contact-modern .info-wrap iframe {
  border-radius: 14px;
  margin-top: 8px;
}

.contact-modern form {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px -18px rgba(16, 23, 42, .15);
}

.contact-modern .form-control {
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 88%);
  padding: 12px 16px;
}

.contact-modern .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 88%);
}

.contact-modern button[type="submit"] {
  border-radius: 50px;
  padding: 12px 36px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-color), var(--accent-color-2));
  border: none;
}

/* ------------------------------ Footer ------------------------------ */
.footer-modern {
  background: var(--heading-color);
  color: rgba(255, 255, 255, .75);
  padding: 50px 0 24px;
}

.footer-modern .footer-brand img {
  max-height: 34px;
  margin-bottom: 14px;
}

.footer-modern a {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-modern a:hover {
  color: #fff;
}

.footer-modern .footer-links h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-modern .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-modern .footer-links ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-modern .social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08);
  margin-right: 8px;
}

.footer-modern .social-links a:hover {
  background: var(--accent-color);
}

.footer-modern hr {
  border-color: rgba(255, 255, 255, .1);
  margin: 30px 0 18px;
}

.footer-modern .copyright {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .55);
}

@media (max-width: 991px) {
  .hero-modern { padding: 100px 0 60px; text-align: center; }
  .hero-modern p.lead { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-modern .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { margin-top: 40px; }
  .hero-floating-card { position: static; margin: 20px auto 0; }
}

@media (max-width: 575px) {
  .hero-modern h1 { font-size: 34px; }
}
