html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Manrope', sans-serif;
}
hr {
  border-color: #e8500a;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #e8500a;
}
a:hover,
a:focus {
  color: #c9420a;
}
.navbar-custom .nav-link:focus,
.navbar-custom .nav-link:focus-visible,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:focus-visible {
  outline: none;
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #e8500a;
}
.bg-dark {
  background-color: #222;
  color: white;
}
.text-faded {
  color: rgba(255,255,255,0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-custom {
  background-color: #0d2137;
  border-color: rgba(34,34,34,0.05);
  font-family: 'Manrope', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-custom .navbar-brand {
  color: #eee;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #ffff88;
}
.navbar-custom .nav > li > a,
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > .nav-link,
.navbar-custom .nav > li > .nav-link:focus {
  display: block;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #f0f0f0;
  text-decoration: none;
}
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav > li > a:focus:hover,
.navbar-custom .nav > li > .nav-link:hover {
  color: #ffff88;
  text-decoration: none;
}
.navbar-custom .nav > li.active > a,
.navbar-custom .nav > li.active > a:focus,
.navbar-custom .nav > li.active > .nav-link,
.navbar-custom .nav > li.active > .nav-link:focus {
  color: white !important;
  background-color: #e8500a;
}
.navbar-custom .nav > li.active > a:hover,
.navbar-custom .nav > li.active > a:focus:hover,
.navbar-custom .nav > li.active > .nav-link:hover {
  background-color: #c9420a;
}
.navbar-custom .navbar-toggler {
  border-color: rgba(255,255,255,0.5);
}
.navbar-custom .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    border-color: rgba(255,255,255,0.3);
  }
  .navbar-custom .navbar-brand {
    color: rgba(255,255,255,0.95);
    text-shadow: #555 0.1em 0.1em 0.3em;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: white;
  }
  .navbar-custom .nav > li > a,
  .navbar-custom .nav > li > a:focus,
  .navbar-custom .nav > li > .nav-link,
  .navbar-custom .nav > li > .nav-link:focus {
    color: rgba(255,255,255,0.9);
  }
  .navbar-custom .nav > li > a:hover,
  .navbar-custom .nav > li > a:focus:hover,
  .navbar-custom .nav > li > .nav-link:hover {
    color: white;
  }
  .navbar-custom.scrolled {
    background-color: #eee;
    border-color: rgba(34,34,34,0.05);
  }
  .navbar-custom.scrolled .navbar-brand {
    color: #e8500a;
    text-shadow: none;
    font-size: 14px;
  }
  .navbar-custom.scrolled .navbar-brand:hover,
  .navbar-custom.scrolled .navbar-brand:focus {
    color: #c9420a;
  }
  .navbar-custom.scrolled .nav > li > a,
  .navbar-custom.scrolled .nav > li > a:focus,
  .navbar-custom.scrolled .nav > li > .nav-link,
  .navbar-custom.scrolled .nav > li > .nav-link:focus {
    color: #222;
  }
  .navbar-custom.scrolled .nav > li > a:hover,
  .navbar-custom.scrolled .nav > li > a:focus:hover,
  .navbar-custom.scrolled .nav > li > .nav-link:hover {
    color: #e8500a;
  }
}
body:not(.page-index) .navbar-custom {
  background-color: #eee;
  border-color: rgba(34,34,34,0.05);
}
body:not(.page-index) .navbar-custom .navbar-brand {
  color: #e8500a;
  text-shadow: none;
  font-size: 14px;
}
body:not(.page-index) .navbar-custom .nav > li > .nav-link,
body:not(.page-index) .navbar-custom .nav > li > .nav-link:focus {
  color: #222;
}
body:not(.page-index) .navbar-custom .nav > li > .nav-link:hover {
  color: #e8500a;
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header1.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
header .header-content .header-content-inner h2 {
  font-weight: 300;
  font-size: 2rem;
  color: rgba(255,255,255,0.82);
  margin-top: 0.4em;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  header .header-content .header-content-inner h1 { font-size: 2.8rem; }
  header .header-content .header-content-inner h2 { font-size: 1.2rem; }
}
@media (min-width: 768px) {
  header {
    min-height: 100vh;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(232,80,10,0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Manrope', sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #e8500a;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222;
}
.btn-primary {
  color: white;
  background-color: #e8500a;
  border-color: #e8500a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #c9420a;
  border-color: #c9420a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #e8500a;
  border-color: #e8500a;
}
.btn-primary .badge {
  color: #e8500a;
  background-color: white;
}
.btn {
  font-family: 'Manrope', sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222;
}

/* ===== Stats Bar ===== */
.stats-bar {
  background-color: #0d2137;
  padding: 40px 0;
  color: white;
}
.stats-bar .stat-item {
  text-align: center;
  padding: 10px 20px;
}
.stats-bar .stat-num {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}
.stats-bar .stat-num em {
  font-style: normal;
  color: #e8500a;
}
.stats-bar .stat-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

/* ===== Services Section ===== */
.services-section {
  background-color: #f5f7fa;
  padding: 80px 0;
}
.section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e8500a;
  margin-bottom: 12px;
}
.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0d2137;
  margin-top: 0;
  margin-bottom: 40px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-title {
    font-size: 2.4rem;
  }
}
.service-card {
  background: white;
  border-radius: 10px;
  padding: 28px 24px;
  text-align: left;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 8px rgba(13,33,55,0.07);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(13,33,55,0.13);
}
.service-icon {
  width: 52px;
  height: 52px;
  background: #fff4ee;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
}
.service-icon svg {
  width: 26px;
  height: 26px;
  fill: #e8500a;
  stroke: none;
}
.service-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0d2137;
  margin-bottom: 6px;
}
.service-desc {
  font-size: 0.82rem;
  color: #4a5a6b;
  line-height: 1.4;
  margin-bottom: 0;
}

/* ===== About Strip ===== */
.about-strip {
  background: #0d2137;
  padding: 72px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 991px) {
  .about-strip {
    grid-template-columns: 1fr;
    padding: 60px 24px;
    gap: 40px;
  }
  .about-strip-img {
    order: -1;
  }
}
.about-strip-title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.tech-badge {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
}
.tech-badge-iso {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-color: rgba(232,80,10,0.35);
  color: rgba(255,255,255,0.8);
  transition: border-color 0.2s, color 0.2s;
}
.tech-badge-iso:hover {
  border-color: #e8500a;
  color: white;
  text-decoration: none;
}
.about-strip-text p {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 14px;
}
.about-strip-img {
  border-radius: 12px;
  overflow: hidden;
  height: 340px;
}
.about-strip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) saturate(0.9);
}
.btn-accent-outline {
  background: transparent;
  color: #e8500a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 12px 28px;
  border: 1.5px solid #e8500a;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
.btn-accent-outline:hover {
  background: #e8500a;
  color: #fff;
  text-decoration: none;
}
.about-strip-iso {
  display: inline-block;
  margin-top: 20px;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}
.about-strip-iso:hover {
  opacity: 1;
  transform: scale(1.04);
}
.about-strip-iso img {
  height: 72px;
  display: block;
}

/* ===== Partners Strip ===== */
.partners-strip {
  background: #f5f7fa;
  padding: 48px 56px;
}
@media (max-width: 767px) {
  .partners-strip { padding: 40px 20px; }
}
.partners-strip-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}
.partners-strip-header .section-title {
  color: #0d2137;
}
.partners-strip-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.partners-strip-row a { line-height: 0; }
.partner-logo {
  height: 40px;
  filter: grayscale(1);
  opacity: 0.4;
  transition: opacity 0.25s, filter 0.25s;
}
.partner-logo:hover {
  opacity: 0.8;
  filter: grayscale(0);
}

/* ===== Footer Contacts ===== */
.footer-contacts {
  background: #0d2137;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .footer-contacts {
    grid-template-columns: 1fr;
  }
  .footer-contacts-map {
    height: 280px;
  }
}
.footer-contacts-map {
  min-height: 420px;
}
.footer-contacts-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: invert(90%) hue-rotate(180deg);
}
.footer-contacts-info {
  padding: 56px 48px;
}
@media (max-width: 767px) {
  .footer-contacts-info { padding: 40px 24px; }
}
.footer-contacts-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: white;
  margin-top: 10px;
  margin-bottom: 32px;
}
.footer-contact-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.footer-contact-icon {
  width: 36px;
  height: 36px;
  background: rgba(232,80,10,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #e8500a;
}
.footer-contact-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}
.footer-contact-value {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}
.footer-contact-value a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-value a:hover {
  color: #e8500a;
}
.footer-iso {
  margin-top: 24px;
}
.footer-iso img {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.footer-iso img:hover { opacity: 1; }

/* ===== Site Footer Bar ===== */
.site-footer-bar {
  background: #0a1929;
  padding: 32px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .site-footer-bar {
    padding: 28px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.footer-bar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-weight: 600;
}
.footer-bar-logo img {
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.footer-bar-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-bar-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bar-links a:hover { color: #e8500a; }
.footer-bar-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
}

/* ===== Gallery Section ===== */
.gallery-section {
  background: #f5f7fa;
  padding: 80px 56px;
}
@media (max-width: 767px) {
  .gallery-section {
    padding: 60px 20px;
  }
}
.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.gallery-link {
  font-size: 13px;
  font-weight: 600;
  color: #e8500a;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
  white-space: nowrap;
}
.gallery-link:hover {
  gap: 10px;
  color: #e8500a;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 220px 220px;
  gap: 16px;
}
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery-item.featured {
    grid-column: span 2;
    grid-row: span 1;
    height: 200px;
  }
}
.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #dce4ec;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(13,33,55,0.16);
}
.gallery-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: brightness(0.88);
}
.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.95);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(13,33,55,0.75));
}
.gallery-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255,255,255,0.93);
  color: #0d2137;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 100px;
  letter-spacing: 0.01em;
  backdrop-filter: blur(4px);
}
.gallery-year {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #e8500a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
}

/* ===== INNER PAGES ===== */
.page-hero {
  background: #0d2137;
  padding: 110px 0 44px;
  color: #fff;
}
.page-hero-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  margin: 8px 0 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .page-hero-title { font-size: 1.8rem; }
}
.page-content-section {
  padding: 56px 0 72px;
}
.page-content-section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d2137;
  margin: 2.4em 0 0.6em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid #e8500a;
  display: inline-block;
}
.page-content-section h3:first-child {
  margin-top: 0;
}
.page-content-section p {
  color: #444;
  line-height: 1.75;
  margin-bottom: 0.9em;
}
.page-content-section iframe {
  max-width: 100%;
  border-radius: 8px;
  margin: 12px 0;
}
.page-content-section .gallery {
  margin: 16px 0 32px;
}

/* ===== SCROLL ANIMATIONS (replaces WOW.js + Animate.css) ===== */
.wow {
  opacity: 0;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bounceIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}
.wow.io-animated {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.wow.fadeInUp.io-animated    { animation-name: fadeInUp; }
.wow.fadeInLeft.io-animated  { animation-name: fadeInLeft; }
.wow.fadeInRight.io-animated { animation-name: fadeInRight; }
.wow.fadeIn.io-animated      { animation-name: fadeIn; }
.wow.bounceIn.io-animated    { animation-name: bounceIn; }

/* ===== FOR SALE PAGE — PRODUCT CARDS ===== */
.page-forsale #content {
  padding-top: 90px !important;
  padding-bottom: 60px;
}

/* Card wrapper */
.page-forsale .thumbnail {
  border: none !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(13,33,55,0.10);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.page-forsale .thumbnail:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(13,33,55,0.16);
}

/* Image block */
.page-forsale .image.featured {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66%;   /* ~3:2 aspect ratio */
  overflow: hidden;
  background: #f0f3f6;
  pointer-events: none;
  cursor: default;
}
.page-forsale .image.featured img {
  position: absolute !important;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.page-forsale .thumbnail:hover .image.featured img {
  transform: scale(1.04);
}

/* Badge */
.page-forsale .pricetag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e8500a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

/* Caption / body */
.page-forsale .caption.saleblock {
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Product name */
.page-forsale .saleh3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2137;
  margin: 0 0 6px;
  line-height: 1.35;
}
.page-forsale .saleh3 a {
  color: inherit;
  text-decoration: none;
}
.page-forsale .saleh3 a:hover {
  color: #e8500a;
}

/* Price — grey by default (for "Available on request"), orange for real prices */
.page-forsale .saleh4 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #999;
  margin: 0 0 14px;
}
.page-forsale .saleh4.price-real {
  color: #e8500a;
  font-weight: 800;
}

/* Specs rows */
.page-forsale .motohour {
  font-size: 13px;
  color: #666;
  margin: 0 0 5px;
  line-height: 1.4;
}
.page-forsale .motohour span { color: #999; }
.page-forsale .motohour strong { color: #333; font-weight: 600; }

/* Call button — outline orange style */
.page-forsale .saleblock .btn-success {
  background: transparent !important;
  border: 2px solid #e8500a !important;
  color: #e8500a !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100% !important;
  margin: auto 0 14px;
  display: block;
  text-align: center;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.page-forsale .saleblock .btn-success:hover {
  background: #e8500a !important;
  color: #fff !important;
  transform: scale(1.02);
}
/* Hide dead FA icon inside button */
.page-forsale .saleblock .btn-success i {
  display: none;
}

/* Section heading (if any) */
.page-forsale h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0d2137;
  margin-bottom: 32px;
}
.page-forsale h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #e8500a;
  border-radius: 2px;
  margin-top: 10px;
}
/* ===== END FOR SALE ===== */
