:root {
  --bg: #0d0f16;
  --bg-soft: #141824;
  --card: rgba(255, 255, 255, 0.04);
  --card-strong: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
  --text: #e9edf5;
  --muted: #9ba8c2;
  --accent: #f04e23;
  --accent-2: #f6c343;
  --heading-font: "Bebas Neue", "Ubuntu", sans-serif;
  --body-font: "Manrope", "Ubuntu", sans-serif;
}

body {
  font-family: var(--body-font);
  color: var(--text);
  background: radial-gradient(circle at 20% 20%, rgba(240, 78, 35, 0.08), transparent 35%), radial-gradient(circle at 80% 10%, rgba(246, 195, 67, 0.08), transparent 32%), linear-gradient(180deg, #0b0d13 0%, #0f121c 60%, #0b0e15 100%);
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f7f9ff;
}

p,
li,
address,
label {
  color: var(--muted);
}

a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

a:hover {
  color: var(--accent);
}

.page-head .rd-navbar-top-panel {
  background: linear-gradient(90deg, var(--accent) 0%, #ed6924 40%, var(--accent-2) 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rd-navbar-top-panel a {
  color: #fff;
  font-weight: 600;
}

.rd-navbar-brand img {
  height: 58px;
  width: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.rd-navbar-dark,
.rd-navbar-dark.rd-navbar-fixed,
.rd-navbar-dark.rd-navbar-static {
  background: rgba(8, 10, 18, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.35);
  padding: 8px 18px;
}

.rd-navbar-nav > li > a {
  font-family: var(--heading-font);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 16px;
}

.rd-navbar-nav > li.active > a,
.rd-navbar-nav > li > a:hover {
  color: var(--accent);
}

.page-head .swiper-slide {
  position: relative;
  overflow: hidden;
}

.page-head .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 7, 11, 0.55) 0%, rgba(6, 7, 11, 0.8) 60%, rgba(6, 7, 11, 0.88) 100%);
  pointer-events: none;
}

.page-head .swiper-caption {
  position: relative;
  z-index: 1;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.text-extra-big {
  font-family: var(--heading-font);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn {
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 22px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn.btn-danger {
  background: linear-gradient(120deg, var(--accent) 0%, #f0682e 50%, var(--accent-2) 100%);
  border: none;
  color: #0b0d13;
  box-shadow: 0 10px 35px rgba(240, 78, 35, 0.35);
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(240, 78, 35, 0.45);
  color: #0b0d13;
}

.btn.btn-default {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.btn.btn-default:hover {
  border-color: var(--accent);
  color: #0b0d13;
  background: #fff;
}

.divider {
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%) !important;
  height: 4px;
  border-radius: 12px;
}

section {
  background: transparent;
}

.section-98,
.section-110,
.section-md-110,
.section-lg-bottom-66,
.section-top-98,
.section-xl-top-110 {
  position: relative;
}

.section-98::before,
.section-110::before,
.section-md-110::before {
  content: "";
  position: absolute;
  inset: 24px 0;
  margin: 0 auto;
  max-width: 1180px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  border-radius: 28px;
  z-index: 0;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.section-98 > .container,
.section-110 > .container,
.section-md-110 > .container {
  position: relative;
  z-index: 1;
}

.box-icon.box-icon-bordered {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  border-radius: 18px;
  padding: 28px 24px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.box-icon.box-icon-bordered:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 20px 50px rgba(240, 78, 35, 0.25);
}

.thumbnail-terry {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  background: var(--card);
  border: 1px solid var(--border);
}

.thumbnail-terry figcaption {
  background: linear-gradient(180deg, rgba(8, 10, 18, 0.85) 0%, rgba(8, 10, 18, 0.95) 100%);
  padding: 24px;
}

.thumbnail-terry-title {
  font-family: var(--heading-font);
  letter-spacing: 0.08em;
}

.bg-gray-base,
.bg-gray-darkest {
  background: radial-gradient(circle at 20% 20%, rgba(240, 78, 35, 0.08), transparent 35%), #0a0c12;
}

.page-footer {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(12, 14, 22, 0.95), rgba(10, 11, 17, 0.95));
}

.contact-info a {
  color: var(--text);
  font-weight: 600;
}

.contact-info a:hover {
  color: var(--accent);
}

.form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 14px;
  padding: 12px 14px;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(240, 78, 35, 0.25);
}

.rd-mailform label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.breadcrumb-modern .container {
  background: rgba(10, 12, 18, 0.72);
  border-radius: 24px;
  padding: 36px;
  border: 1px solid var(--border);
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
}

.swiper-pagination-bullet-active {
  background: var(--accent);
}

.ui-to-top {
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #0b0d13;
  box-shadow: 0 10px 26px rgba(240, 78, 35, 0.3);
}

.ui-to-top:hover {
  color: #0b0d13;
}

.tagline {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--accent-2);
  font-family: var(--heading-font);
  margin-bottom: 12px;
}

.card-glow {
  background: var(--card);
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 28px;
}
