﻿@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root {
  --color-navy: #0c2957;
  --color-navy-dark: #00173c;
  --color-red: #e81c2e;
  --color-text: #6b7280;
  --color-heading: #0c2957;
  --color-border: #d7d7d7;
  --color-light: #f7f9fc;
  --color-white: #ffffff;
  --font-heading: 'Rajdhani', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --shadow-soft: 0 14px 35px rgba(12, 41, 87, 0.08);
  --transition: 0.25s ease;
  --container: 1140px;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  background: var(--color-white);
}
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: inherit; text-decoration: none; transition: color var(--transition), background var(--transition), border-color var(--transition); }
a:hover { color: var(--color-red); }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 18px; }
h1, h2, h3, h4, h5 { margin: 0; color: var(--color-heading); font-family: var(--font-heading); font-weight: 700; line-height: 1.15; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; background: none; }

.fa, .fas, .far, .fal, .fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa, .fas, .far, .fal { font-family: 'Font Awesome 5 Pro'; font-weight: 900; }
.fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
.fa-angle-left:before { content: '\f104'; }
.fa-angle-right:before { content: '\f105'; }
.fa-car-battery:before { content: '\f5df'; }
.fa-car-crash:before { content: '\f5e1'; }
.fa-circle-exclamation:before { content: '\f06a'; }
.fa-cogs:before { content: '\f085'; }
.fa-envelope:before { content: '\f0e0'; }
.fa-instagram:before { content: '\f16d'; }
.fa-oil-can:before { content: '\f613'; }
.fa-phone:before { content: '\f095'; }
.fa-search:before { content: '\f002'; }
.fa-snowflake:before { content: '\f2dc'; }
.fa-times:before { content: '\f00d'; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row > * { width: 100%; padding: 0 15px; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.d-none { display: none; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.p-relative { position: relative; }
.fix { overflow: hidden; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.pt-90 { padding-top: 90px; }
.pb-70 { padding-bottom: 70px; }
.pt-120 { padding-top: 120px; }
.pb-120 { padding-bottom: 120px; }
.pb-105 { padding-bottom: 105px; }
.pb-25 { padding-bottom: 25px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-100 { margin-top: 100px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.mb-105 { margin-bottom: 105px; }
.mr-15 { margin-right: 15px; }
.pt-10 { padding-top: 10px; }

@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
  .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-md-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  .d-md-block { display: block; }
}
@media (min-width: 992px) {
  .col-lg-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .d-lg-block { display: block; }
  .text-lg-block { display: block; }
}
@media (min-width: 1200px) {
  .container { max-width: 1200px; }
  .col-xl-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-xl-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-xl-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .text-xl-right { text-align: right; }
}

.header-top { display: none; }
.header-social { padding: 12px 0; }
.header-social a, .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-red);
}
.menu-area {
  position: relative;
  z-index: 50;
  background: var(--color-white);
  box-shadow: 0 8px 25px rgba(12, 41, 87, 0.08);
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: fadeInDown 0.45s ease both;
}
.second-menu { min-height: 86px; display: flex; align-items: center; }
.second-menu > .row { width: 100%; align-items: center; }
.logo img { max-width: 150px; }
.main-menu ul { display: flex; justify-content: center; gap: 38px; }
.main-menu a {
  display: block;
  padding: 34px 0;
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.right-menu ul { display: flex; justify-content: flex-end; }
.right-menu li { display: flex; align-items: center; gap: 12px; }
.right-menu .icon img { width: 44px; }
.right-menu span { display: block; color: var(--color-red); font-size: 13px; text-transform: uppercase; }
.right-menu strong {
  display: block;
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 22px;
  white-space: nowrap;
}

.mean-container .mean-bar { display: none; }
.mobile-menu { display: none; }
.mobile-nav-toggle {
  display: none;
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 60;
  width: 42px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  color: var(--color-navy);
}
.mobile-nav-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
}
.offcanvas-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -340px;
  z-index: 1000;
  width: 320px;
  max-width: 86vw;
  height: 100vh;
  padding: 34px 28px;
  background: var(--color-white);
  box-shadow: -18px 0 40px rgba(0, 23, 60, 0.18);
  transition: right var(--transition);
}
.offcanvas-menu.active { right: 0; }
.offcanvas-overly {
  position: fixed;
  inset: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 23, 60, 0.55);
  transition: opacity var(--transition), visibility var(--transition);
}
.offcanvas-overly.active { visibility: visible; opacity: 1; }
.menu-close { display: inline-flex; margin-bottom: 24px; padding: 0; border: 0; color: var(--color-navy); font-size: 22px; background: transparent; }
.searchform { display: flex; margin-bottom: 24px; border: 1px solid var(--color-border); border-radius: 4px; overflow: hidden; }
.searchform input { min-width: 0; flex: 1; border: 0; padding: 11px 12px; }
.searchform button { width: 46px; color: var(--color-white); background: var(--color-red); }
.offcanvas-menu .menu li { margin-bottom: 10px; }
.offcanvas-menu .menu a { color: var(--color-navy); font-family: var(--font-heading); font-weight: 700; }
.offcanvas-search { display: none; }
.offcanvas-contact {
  margin-top: auto;
  padding-top: 28px;
}
.offcanvas-contact .menu li { margin-bottom: 12px; }
.offcanvas-contact .contact-card a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #f7f9fc;
  line-height: 1.35;
}
.offcanvas-contact .contact-card i {
  display: inline-flex;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  background: #e81c2e;
  font-size: 19px;
}
.offcanvas-contact .contact-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--color-red);
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-contact .contact-card span span {
  display: block;
  color: var(--color-navy);
  font-size: 15px;
  font-weight: 700;
}

.slider-area, .slider-active, .single-slider {
  height: 88vh;
  min-height: 720px;
}
.slider-area { background: transparent; }
.slider-active { overflow: hidden; background: transparent !important; }
.slider-active .slick-list,
.slider-active .slick-track { height: 100%; }
.slider-active .slick-slide > div { height: 100%; }
.single-slider {
  position: relative;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}
.single-slider:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 23, 60, 0.9), rgba(0, 23, 60, 0.55), rgba(0, 23, 60, 0.15));
}
.single-slider .container {
  position: relative;
  z-index: 2;
  transform: translateY(170px);
}
.slider-content {
  max-width: 760px;
  margin-top: 0;
  color: var(--color-white);
}
.slider-content h5 {
  min-height: 18px;
  margin-bottom: 14px;
  color: var(--color-red);
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.slider-content h2 {
  color: var(--color-white);
  font-size: 74px;
  line-height: 0.95;
  margin-bottom: 26px;
}
.slider-content p {
  max-width: 600px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.slider-content .slider-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.btn, .ss-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 17px 32px;
  border-radius: 4px;
  color: var(--color-white);
  background: var(--color-red);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.btn:hover, .ss-btn:hover { color: var(--color-white); background: var(--color-navy); }
.slick-slider { position: relative; display: block; user-select: none; touch-action: pan-y; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-slide { display: none; float: left; min-height: 1px; }
.slick-initialized .slick-slide { display: block; }
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%);
}
.slick-prev { left: 35px; }
.slick-next { right: 35px; }
.slick-dots { position: absolute; left: 0; right: 0; bottom: 34px; display: flex; justify-content: center; gap: 10px; }
.slick-dots button { width: 12px; height: 12px; padding: 0; border-radius: 50%; overflow: hidden; text-indent: -999px; background: rgba(255, 255, 255, 0.55); }
.slick-dots .slick-active button { background: var(--color-red); }

.section-title h5, .about-title h5 {
  margin-bottom: 10px;
  color: var(--color-red);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title h2, .about-title h2 { color: var(--color-navy); font-size: 48px; }
.about-area { position: relative; background: var(--color-white); }
.animations-01, .animations-02 { position: absolute; z-index: 0; opacity: 0.18; pointer-events: none; }
.animations-01 { left: 2%; top: 12%; }
.animations-02 { right: 5%; bottom: 8%; }
.about-area .container { position: relative; z-index: 1; }
.s-about-img { padding-right: 26px; }
.s-about-img > img { width: 100%; border-radius: 8px; box-shadow: var(--shadow-soft); }
.about-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  min-width: 165px;
  padding: 22px 24px;
  border-radius: 6px;
  text-align: center;
  background: var(--color-red);
  box-shadow: var(--shadow-soft);
}
.about-text span { display: block; color: var(--color-white); font-family: var(--font-heading); font-size: 54px; font-weight: 700; line-height: 1; }
.about-text p { margin: 6px 0 0; color: var(--color-white); font-weight: 700; }
.s-about-content { padding-left: 30px; }
.about-content p { color: var(--color-text); }
ul.green { list-style: none; padding-left: 0; margin: 20px 0; }
ul.green li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--color-navy);
  font-weight: 500;
}
ul.green li:before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-red);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.why-choose-section { background: var(--color-light); }
.why-feature-row { margin-bottom: 18px; }
.why-stats-row { align-items: stretch; }
.services-box07, .pixel-stat-box {
  height: calc(100% - 30px);
  border-radius: 6px;
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}
.services-box07:hover, .pixel-stat-box:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(12, 41, 87, 0.12); }
.sr-contner { padding: 34px 30px; text-align: center; }
.services-box07 .icon { margin-bottom: 20px; }
.services-box07 .icon img { width: 68px; }
.services-box07 h5 { margin-bottom: 12px; color: var(--color-navy); font-size: 25px; }
.services-box07 p { margin: 0; }
.pixel-stat-box {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 32px 24px;
  text-align: center;
}
.pixel-stat-box h3 { margin-bottom: 6px; color: var(--color-red); font-size: 40px; }
.pixel-stat-box p { margin: 0; color: var(--color-navy); font-family: var(--font-heading); font-weight: 700; letter-spacing: 0.04em; }

.sr-tw-ul { position: relative; z-index: 1; }
#services .s-about-content { padding-left: 0; }
#services .row.align-items-center { align-items: center; }
.sr-tw-ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 146px;
  margin-bottom: 15px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  color: var(--color-navy);
  background: var(--color-white);
}
.sr-tw-ul li .icon, .sr-tw-ul li .icon-right { flex: 0 0 82px; width: 82px; }
.sr-tw-ul li .icon i, .sr-tw-ul li .icon-right i { width: 54px; color: var(--color-red); font-size: 42px; line-height: 1; }
.sr-tw-ul h4 { margin-bottom: 8px; color: var(--color-navy); font-size: 24px; }
.sr-tw-ul p { margin-bottom: 0; color: var(--color-text); }
.sd-img { margin: 0; padding: 0 14px; }
.sd-img img { width: 100%; border-radius: 8px; box-shadow: var(--shadow-soft); }

.cta-area .row { align-items: center; }
.cta-title h3 { margin-bottom: 8px; color: var(--color-red); font-size: 22px; text-transform: uppercase; }
.cta-title h2 { color: var(--color-navy); font-size: 46px; }
.s-cta-btn { text-align: right; }

.brand-area {
  overflow: hidden;
  background: var(--color-light);
  padding-top: 120px;
  padding-bottom: 120px;
}
.brand-area .section-title {
  margin-bottom: 70px;
}
.brand-area .section-title h2 {
  font-size: 44px;
}
.logo-slider {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 50px;
  animation: logoScroll 28s linear infinite;
  will-change: transform;
}
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 300px;
  width: 300px;
  min-width: 300px;
  height: 155px;
  padding: 28px 34px;
  border: 1px solid rgba(12, 41, 87, 0.08);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.logo-item img {
  max-width: 245px;
  max-height: 110px;
  object-fit: contain;
  filter: grayscale(70%);
  opacity: 0.82;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo-item:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes logoScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 25px)); }
}

.footer-bg {
  color: rgba(255, 255, 255, 0.9);
  background-color: var(--color-navy) !important;
  background-image: none !important;
  background-size: cover;
  background-position: center;
}
.footer-top .row { row-gap: 20px; }
.footer-widget h2 { margin-bottom: 22px; color: var(--color-white); font-size: 28px; }
.f-contact p { color: rgba(255, 255, 255, 0.9); }
.footer-link li { margin-bottom: 10px; }
.footer-link a { color: rgba(255, 255, 255, 0.9); }
.footer-link a:hover { color: var(--color-red); }
.footer-map iframe { display: block; width: 100%; height: 250px; border: 0; border-radius: 8px; }
.copyright-wrap { padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.copy-text { color: rgba(255, 255, 255, 0.72); text-align: center; }

.animated { animation-duration: 0.8s; animation-fill-mode: both; }
.wow { visibility: hidden; }
.fadeInUp { animation-name: fadeInUp; }
.fadeInLeft { animation-name: fadeInLeft; }
.fadeInRight { animation-name: fadeInRight; }
.fadeInDown { animation-name: fadeInDown; }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 34px, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-34px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(34px, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -24px, 0); } to { opacity: 1; transform: none; } }

@media (max-width: 1199px) {
  .slider-content h2 { font-size: 60px; }
  .slick-arrow { display: none; }
}
@media (max-width: 991px) {
  .pt-120 { padding-top: 80px; }
  .pb-120 { padding-bottom: 80px; }
  .pb-105 { padding-bottom: 70px; }
  .main-menu, .right-menu { display: none; }
  .mobile-nav-toggle { display: flex; }
  .mobile-menu { display: block; }
  .second-menu { min-height: 78px; }
  .offcanvas-menu {
    right: -100%;
    width: 82vw;
    max-width: 360px;
    padding: 35px 28px;
  }
  .offcanvas-menu .menu li { margin-bottom: 18px; }
  .offcanvas-menu .menu a { font-size: 18px; }
  .offcanvas-contact .menu li { margin-bottom: 12px; }
  .offcanvas-contact .contact-card a { font-size: 15px; }
  .mean-container .mean-bar { display: none !important; }
  .meanmenu-reveal { display: flex; flex-direction: column; gap: 5px; width: 34px; height: 34px; justify-content: center; }
  .meanmenu-reveal span { display: block; height: 3px; border-radius: 2px; background: var(--color-navy); }
  .mean-nav { position: absolute; top: 60px; left: 15px; right: 15px; background: var(--color-white); box-shadow: var(--shadow-soft); }
  .mean-nav ul { display: none; padding: 10px 0; }
  .mean-nav a { display: block; padding: 12px 18px; color: var(--color-navy); font-family: var(--font-heading); font-weight: 700; }
  .slider-area, .slider-active, .single-slider { height: 82vh; min-height: 640px; }
  .single-slider .container { padding-top: 110px; transform: translateY(60px); }
  .slider-content h2 { font-size: 48px; }
  .s-about-img { padding-right: 0; margin-bottom: 40px; }
  .s-about-content { padding-left: 0; }
  .section-title h2, .about-title h2, .cta-title h2 { font-size: 38px; }
  .brand-area { padding-top: 100px; padding-bottom: 100px; }
  .brand-area .section-title { margin-bottom: 60px; }
  .brand-area .section-title h2 { font-size: 38px; }
  .logo-track { gap: 36px; animation-duration: 24s; }
  .logo-item { flex-basis: 270px; width: 270px; min-width: 270px; max-width: 270px; height: 140px; }
  .logo-item img { max-width: 220px; max-height: 100px; }
  .sd-img { margin: 30px 0; padding: 0; }
  .s-cta-btn { text-align: left; }
}
@media (max-width: 767px) {
  body { font-size: 14px; }
  .pt-90, .pt-120 { padding-top: 64px; }
  .pb-70, .pb-105, .pb-120 { padding-bottom: 56px; }
  .slider-area, .slider-active, .single-slider { height: 78vh; min-height: 560px; }
  .single-slider .container { padding-top: 96px; transform: translateY(34px); }
  .slider-content { margin-top: 0; }
  .slider-content h2 { font-size: 40px; }
  .slider-content p { margin-bottom: 22px; font-size: 16px; }
  .btn, .ss-btn { min-height: 50px; padding: 15px 24px; }
  .section-title { margin-bottom: 34px; }
  .section-title h2, .about-title h2, .cta-title h2 { font-size: 32px; }
  .brand-area { padding-top: 80px; padding-bottom: 80px; }
  .brand-area .section-title { margin-bottom: 44px; }
  .brand-area .section-title h2 { font-size: 32px; }
  .logo-slider { mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
  .logo-track { gap: 24px; animation-duration: 20s; }
  .logo-item { flex-basis: 235px; width: 235px; min-width: 235px; max-width: 235px; height: 126px; padding: 22px; }
  .logo-item img { max-width: 190px; max-height: 88px; }
  .about-text { left: 18px; bottom: 18px; min-width: 130px; padding: 16px; }
  .about-text span { font-size: 40px; }
  .sr-tw-ul li { padding: 24px 20px; }
  .sr-tw-ul li .icon, .sr-tw-ul li .icon-right { flex-basis: 66px; width: 66px; }
  .pixel-stat-box h3 { font-size: 34px; }
  .footer-widget { margin-bottom: 34px; }
  .text-right { text-align: left; }
}
