.home-redesign {
  --sarman-red: #c90000;
  --sarman-red-dark: #980000;
  --sarman-black: #111111;
  --sarman-ink: #171717;
  --sarman-muted: #5f6368;
  --sarman-soft: #f4f4f4;
  --sarman-line: #e5e5e5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--sarman-ink);
  background: #ffffff;
}

.home-redesign .top-header-info {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 100%;
  overflow: visible;
}

.home-redesign .top-header-info {
  position: relative;
  z-index: 999;
}

.home-redesign > .top-header-area {
  display: none;
}

.home-redesign .top-header-area {
  background: transparent;
  border-bottom: 0;
  padding-bottom: 8px;
  padding-top: 0;
}

.home-redesign .top-header-area .left-side li a i,
.home-redesign .top-header-area .right-side li a:hover {
  color: var(--sarman-red);
}

.home-redesign .top-header-area .left-side li a,
.home-redesign .top-header-area .right-side li a,
.home-redesign .top-header-area .right-side li .form-select {
  color: var(--sarman-ink);
}

.home-redesign .top-header-area .right-side li .form-select option {
  color: var(--sarman-ink);
}

.home-redesign .navbar {
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom: none;
}

.home-redesign .top-header-info .navbar {
  background: transparent !important;
  border-radius: 0;
}

.home-redesign .navbar .navbar-brand img {
  width: 260px !important;
  max-width: 100%;
}

.home-redesign .nav-language-item {
  margin-right: 14px !important;
}

.home-redesign .nav-language-select {
  background-color: #f3f3f3;
  border: 1px solid #dedede;
  border-radius: 999px;
  color: var(--sarman-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  min-width: 74px;
  padding: 12px 28px 12px 15px;
}

.home-redesign .nav-language-select:focus {
  border-color: var(--sarman-red);
  box-shadow: 0 0 0 0.18rem rgba(201, 0, 0, 0.12);
}

.home-redesign .navbar .navbar-nav .nav-item .nav-link,
.home-redesign .navbar .navbar-nav .nav-item .nav-link::after {
  color: var(--sarman-ink);
}

.home-redesign .navbar .navbar-nav .nav-item .nav-link.active,
.home-redesign .navbar .navbar-nav .nav-item .nav-link:hover,
.home-redesign .navbar .navbar-nav .nav-item:hover .nav-link,
.home-redesign .navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--sarman-red) !important;
}

.home-redesign .navbar .navbar-nav .nav-item .dropdown-menu {
  border-left-color: var(--sarman-red);
  border-radius: 18px;
}

.home-redesign .default-btn {
  border-radius: 999px;
  background: var(--sarman-red);
  color: #ffffff;
  padding: 15px 26px;
  font-weight: 700;
  box-shadow: none;
  border: 0;
}

.home-redesign .default-btn:hover {
  background: var(--sarman-black);
  color: #ffffff;
}

.home-redesign .default-btn.two {
  background: var(--sarman-black);
  color: #ffffff;
}

.home-redesign .default-btn.two:hover {
  background: var(--sarman-red);
  color: #ffffff;
}

.side-campaign {
  border-radius: 0 0 28px 28px;
  display: none;
  overflow: hidden;
  padding: 22px;
  position: absolute;
  top: 0;
  transform-origin: top center;
  width: min(300px, calc(((100vw - 1320px) / 2) * 0.9));
  z-index: 10;
}

.side-campaign-left {
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 0, 0, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff7f7 46%, #f3f3f3 100%);
  border: 1px solid rgba(201, 0, 0, 0.16);
  box-shadow: 0 28px 70px rgba(17, 17, 22, 0.12);
  left: calc(((100vw - 1320px) / 2) * 0.05);
  text-align: center;
}

.side-campaign-right {
  background:
    radial-gradient(circle at 75% 4%, rgba(255, 255, 255, 0.2), transparent 22%),
    radial-gradient(circle at 18% 20%, rgba(201, 0, 0, 0.75), transparent 34%),
    linear-gradient(180deg, #130b0d 0%, #241719 45%, #22242b 100%);
  box-shadow: 0 28px 70px rgba(17, 17, 22, 0.2);
  color: #ffffff;
  right: calc(((100vw - 1320px) / 2) * 0.05);
}

.side-campaign-image {
  border-radius: 20px;
  height: clamp(158px, 18vh, 220px);
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}

.side-campaign-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.side-campaign-image::after {
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

.side-campaign span {
  color: var(--sarman-red);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.side-campaign h3 {
  color: var(--sarman-black);
  font-size: clamp(21px, 1.18vw, 27px);
  font-weight: 950;
  line-height: 1.12;
  margin-bottom: 12px;
}

.side-campaign p {
  color: #515159;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.5;
  margin: 0;
}

.side-campaign-highlight {
  align-items: center;
  background: linear-gradient(135deg, var(--sarman-red) 0%, var(--sarman-red-dark) 100%);
  border-radius: 18px;
  color: #ffffff;
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  text-align: center;
}

.side-campaign-highlight strong {
  color: #ffffff;
  font-size: clamp(24px, 1.35vw, 31px);
  font-weight: 950;
  line-height: 1.05;
}

.side-campaign-highlight small {
  color: #ffffff;
  font-size: clamp(18px, 1.05vw, 23px);
  font-weight: 900;
  line-height: 1.15;
}

.side-campaign-offer {
  background: #ffffff;
  border: 1px solid rgba(201, 0, 0, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(17, 17, 22, 0.07);
  margin-top: 14px;
  padding: 18px 16px;
  text-align: center;
}

.side-credit-cards {
  height: 82px;
  margin: 0 auto 14px;
  position: relative;
  width: 150px;
}

.side-credit-cards span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(135deg, #151519 0%, #2b2d34 58%, var(--sarman-red) 130%);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(17, 17, 22, 0.2);
  height: 54px;
  left: 50%;
  position: absolute;
  top: 16px;
  transform: translateX(-50%);
  width: 96px;
}

.side-credit-cards span::before {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 22px;
}

.side-credit-cards span::after {
  background: rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  bottom: 11px;
  content: "";
  height: 5px;
  left: 12px;
  position: absolute;
  width: 48px;
}

.side-credit-cards span:nth-child(1) {
  background: linear-gradient(135deg, #f4f4f4, #ffffff);
  transform: translateX(-86%) rotate(-12deg);
}

.side-credit-cards span:nth-child(2) {
  background: linear-gradient(135deg, #c90000, #7f0000);
  transform: translateX(-50%) rotate(2deg);
  z-index: 2;
}

.side-credit-cards span:nth-child(3) {
  background: linear-gradient(135deg, #23242a, #111111);
  transform: translateX(-14%) rotate(12deg);
}

.side-campaign-offer span {
  color: var(--sarman-red);
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}

.side-campaign-offer h4 {
  color: var(--sarman-black);
  font-size: clamp(18px, 1.05vw, 23px);
  font-weight: 950;
  line-height: 1.1;
  margin-bottom: 9px;
}

.side-campaign-offer p {
  color: #4c4c52;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.42;
}

.side-campaign-map {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  display: flex;
  height: clamp(136px, 16vh, 190px);
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
}

.side-campaign-map img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  width: 82%;
}

.side-campaign-right h3,
.side-campaign-right p {
  color: #ffffff;
  text-align: center;
}

.side-campaign-right > span {
  text-align: center;
}

.side-campaign-right p {
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 0, 0, 0.13), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
  border: 1px solid rgba(201, 0, 0, 0.14);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  color: var(--sarman-black);
  font-size: clamp(16px, 1.05vw, 22px);
  font-weight: 950;
  line-height: 1.22;
  margin-top: 18px;
  padding: 20px 16px;
  text-align: center;
}

.side-campaign-right ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 16px;
  padding: 0;
}

.side-campaign-right li {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 850;
  gap: 8px;
  padding: 10px 12px;
}

.side-campaign-right li span {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.side-campaign-customer-mark {
  color: #39d66a;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: clamp(22px, 1.33vw, 31px);
  font-style: italic;
  font-weight: 760;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 18px;
  text-align: center;
  text-shadow: 0 10px 24px rgba(57, 214, 106, 0.2);
  transform: skew(-9deg);
}

.side-google-review {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  color: var(--sarman-black);
  display: grid;
  grid-template-columns: 42px 1fr;
  margin-top: 14px;
  padding: 13px 14px;
  text-align: left;
  text-decoration: none;
}

.side-google-review i {
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #f1f1f1);
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  color: #c90000;
  display: inline-flex;
  font-size: 25px;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.side-google-review span {
  color: var(--sarman-black);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 2px;
  text-transform: none;
}

.side-google-review small {
  color: var(--sarman-red);
  font-size: 12px;
  font-weight: 850;
}

.side-google-review:hover {
  color: var(--sarman-black);
  transform: translateY(-2px);
}

@media (min-width: 1500px) and (min-height: 700px) {
  .side-campaign {
    animation: sideCampaignNewspaperFlip 1.05s cubic-bezier(0.18, 0.9, 0.22, 1) both;
    display: block;
  }

  .side-campaign-left {
    animation-delay: 0.1s;
  }

  .side-campaign-right {
    animation-delay: 0.24s;
  }
}

@media (min-width: 1500px) and (max-height: 880px) {
  .side-campaign {
    padding: 16px;
  }

  .side-campaign-image,
  .side-campaign-map {
    height: 118px;
  }

  .side-campaign p,
  .side-campaign-offer p {
    font-size: 12px;
  }
}

.sarman-hero-area {
  padding: 0 0 18px;
}

.sarman-hero-panel {
  background: #f3f3f3;
  border-radius: 0 0 30px 30px;
  padding: 10px 56px 42px;
  min-height: 390px;
}

.sarman-hero-panel .hero-header {
  margin-bottom: 26px;
  width: 100%;
}

.sarman-hero-panel .hero-header .container-fluid.side-padding {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.sarman-hero-copy .hero-eyebrow,
.home-redesign .section-heading .sub-title,
.home-redesign .section-title .sub-title {
  color: var(--sarman-red);
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.sarman-hero-copy h1 {
  color: var(--sarman-black);
  font-size: 38px;
  font-weight: 850;
  line-height: 1.08;
  margin-bottom: 16px;
}

.sarman-hero-copy p {
  color: var(--sarman-muted);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 24px;
}

.sarman-hero-copy p strong {
  color: var(--sarman-red);
  font-weight: 950;
}

.sarman-hero-slider {
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.sarman-hero-slide {
  align-items: center;
  animation: heroSlideCycle 12s ease-in-out infinite;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(34px);
  visibility: hidden;
}

.sarman-hero-slide:nth-child(1) {
  animation-delay: 0s;
  pointer-events: auto;
}

.sarman-hero-slide:nth-child(2) {
  animation-delay: 4s;
}

.sarman-hero-slide:nth-child(3) {
  animation-delay: 8s;
}

.sarman-hero-slider:hover .sarman-hero-slide {
  animation-play-state: paused;
}

.hero-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-mini-list span {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  color: var(--sarman-black);
  font-size: 13px;
  font-weight: 850;
  padding: 9px 12px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.quote-open-btn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  white-space: nowrap;
}

.hero-link {
  color: var(--sarman-ink) !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hero-link:hover {
  color: var(--sarman-red) !important;
}

.hero-visual-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.hero-visual-card::after {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.52));
  bottom: 0;
  content: "";
  height: 45%;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-visual-card img {
  display: block;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.hero-slide-photo .hero-photo-caption {
  background: #ffffff;
  border-radius: 18px;
  bottom: 24px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.18);
  left: 24px;
  max-width: 285px;
  padding: 16px 18px;
  position: absolute;
  z-index: 1;
}

.hero-slide-photo .hero-photo-caption strong,
.hero-slide-photo .hero-photo-caption span {
  display: block;
}

.hero-slide-photo .hero-photo-caption strong {
  color: var(--sarman-red);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.05;
  margin-bottom: 6px;
}

.hero-slide-photo .hero-photo-caption span {
  color: var(--sarman-black);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.25;
}

.hero-visual-badge {
  display: grid;
  gap: 10px;
  background: #ffffff;
  border-radius: 18px;
  bottom: 24px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.18);
  left: 24px;
  max-width: 250px;
  padding: 14px 16px;
  position: absolute;
  z-index: 1;
}

.hero-visual-badge div {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
}

.hero-visual-badge div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-visual-badge strong {
  color: var(--sarman-red);
  display: block;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 4px;
}

.hero-visual-badge span {
  color: var(--sarman-black);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-product-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
  padding: 34px;
  min-height: 360px;
}

.hero-slide-panel {
  min-height: 300px;
  padding: 28px;
}

.hero-benefit-card {
  background:
    radial-gradient(circle at 72% 12%, rgba(201, 0, 0, 0.22), transparent 28%),
    linear-gradient(135deg, #17171b 0%, #2a2b31 58%, #c90000 150%);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
  color: #ffffff;
  display: grid;
  gap: 14px;
  min-height: 300px;
  padding: 28px;
}

.hero-benefit-card div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 18px;
}

.hero-benefit-card strong,
.hero-benefit-card span {
  display: block;
}

.hero-benefit-card strong {
  color: #ffffff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 7px;
}

.hero-benefit-card span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.browser-bar {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.browser-bar span {
  border-radius: 999px;
  display: block;
  height: 11px;
  width: 11px;
}

.browser-bar span:nth-child(1) {
  background: #ff7567;
}

.browser-bar span:nth-child(2) {
  background: #ffbd4a;
}

.browser-bar span:nth-child(3) {
  background: #58c86f;
}

.browser-bar div {
  background: #f0f0f0;
  border-radius: 999px;
  height: 28px;
  margin-left: 12px;
  width: 100%;
}

.hero-dashboard {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.dashboard-main,
.dashboard-side,
.dashboard-chart {
  background: #f7f7f7;
  border: 1px solid var(--sarman-line);
  border-radius: 18px;
}

.dashboard-main {
  min-height: 220px;
  padding: 28px;
}

.dashboard-main span {
  color: var(--sarman-muted);
  display: block;
  font-weight: 700;
  margin-bottom: 14px;
}

.dashboard-main strong {
  color: var(--sarman-red);
  display: block;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 16px;
}

.dashboard-main small {
  color: var(--sarman-ink);
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.dashboard-side {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.dashboard-side div {
  background: linear-gradient(90deg, var(--sarman-red), #ef5a5a);
  border-radius: 10px;
  height: 45px;
}

.dashboard-side div:nth-child(2) {
  opacity: 0.72;
}

.dashboard-side div:nth-child(3) {
  opacity: 0.42;
}

.dashboard-chart {
  align-items: end;
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  height: 88px;
  padding: 18px;
}

.dashboard-chart span {
  background: var(--sarman-black);
  border-radius: 999px 999px 8px 8px;
  flex: 1;
}

.dashboard-chart span:nth-child(1) {
  height: 36%;
}

.dashboard-chart span:nth-child(2) {
  height: 70%;
}

.dashboard-chart span:nth-child(3) {
  height: 48%;
}

.dashboard-chart span:nth-child(4) {
  height: 88%;
  background: var(--sarman-red);
}

.hero-contact-card {
  background: var(--sarman-red);
  border-radius: 26px;
  color: #ffffff;
  min-height: 300px;
  padding: 30px 28px;
  text-align: center;
}

.hero-contact-card .contact-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: flex;
  font-size: 28px;
  height: 72px;
  justify-content: center;
  margin: 0 auto 30px;
  width: 72px;
}

.hero-contact-card span {
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
  opacity: 0.9;
}

.hero-contact-card span:empty {
  display: none;
}

.hero-contact-card h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.18;
  margin-bottom: 28px;
}

.hero-contact-card a {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: var(--sarman-red);
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  padding: 15px 22px;
  text-decoration: none;
  width: 100%;
}

.solution-strip {
  padding: 30px 0 68px;
}

.compact-title {
  margin-bottom: 28px;
}

.compact-title h2 {
  color: var(--sarman-black);
  font-size: 32px;
  font-weight: 850;
}

.solution-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-card {
  background: #ffffff;
  border: 1px solid var(--sarman-line);
  border-radius: 18px;
  color: var(--sarman-ink);
  min-height: 178px;
  padding: 22px 20px;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.solution-card.active {
  background: #fff4f4;
  border-color: #f0caca;
}

.solution-card:hover {
  border-color: var(--sarman-red);
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
  color: var(--sarman-ink);
  transform: translateY(-5px);
}

.solution-card > img {
  display: block;
  filter: grayscale(1) contrast(1.1);
  height: 36px;
  margin-bottom: 14px;
  object-fit: contain;
  width: 36px;
}

.solution-card:hover > img,
.solution-card.active > img {
  filter: none;
}

.solution-card h3 {
  color: var(--sarman-black);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
  margin-bottom: 10px;
}

.solution-card p {
  color: var(--sarman-muted);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 16px;
}

.solution-card span {
  color: var(--sarman-black);
  font-size: 14px;
  font-weight: 800;
}

.solution-card:hover span,
.solution-card.active span {
  color: var(--sarman-red);
}

.home-redesign .about-us-area,
.home-redesign .why-choose-us-area,
.home-redesign .choose-card-area,
.home-redesign .testimonials-area,
.home-redesign .faq-area,
.home-redesign .app-area {
  background: #ffffff;
}

.home-redesign .about-info,
.home-redesign .download-area {
  background: var(--sarman-soft) !important;
  border: 1px solid var(--sarman-line);
  border-radius: 28px !important;
}

.home-redesign .download-area {
  margin-top: 24px;
}

.home-redesign .section-heading h2,
.home-redesign .section-title h2 {
  color: var(--sarman-black);
  font-weight: 850;
}

.home-redesign .about-content .nav-tabs .nav-link.active,
.home-redesign .about-content .nav-tabs .nav-link:hover {
  background: var(--sarman-red);
  border-color: var(--sarman-red);
  color: #ffffff;
}

.home-redesign .about-content .check li i,
.home-redesign .pricing-card .check li i {
  background: var(--sarman-red);
  color: #ffffff;
}

.home-redesign .choose-card {
  background: #ffffff !important;
  border: 1px solid var(--sarman-line);
  border-radius: 18px !important;
}

.home-redesign .choose-card i {
  color: var(--sarman-red);
}

.home-redesign .pricing-plan-area {
  background: var(--sarman-soft) !important;
}

.home-redesign .pricing-card {
  border: 1px solid var(--sarman-line);
  border-radius: 18px !important;
  overflow: hidden;
}

.home-redesign .pricing-card:hover .title,
.home-redesign .pricing-card.active .title {
  background: var(--sarman-red);
  border-radius: 18px 18px 0 0;
}

.home-redesign .pricing-card:hover .title h3,
.home-redesign .pricing-card:hover .title p,
.home-redesign .pricing-card.active .title h3,
.home-redesign .pricing-card.active .title p {
  color: #ffffff;
}

.home-redesign .pricing-card:hover .default-btn.two,
.home-redesign .pricing-card.active .default-btn.two {
  background: var(--sarman-red) !important;
}

.home-redesign .testimonials-image {
  background: var(--sarman-red) !important;
}

.home-redesign .testimonials-card {
  background: #ffffff !important;
  border: 1px solid var(--sarman-line);
  border-radius: 18px !important;
}

.home-redesign .faq-content .accordion-item {
  border: 1px solid var(--sarman-line);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}

.home-redesign .faq-content .accordion-button:not(.collapsed) {
  background: #fff4f4;
  color: var(--sarman-red);
}

.home-redesign .bg-color-0c3a30 {
  background: var(--sarman-black) !important;
}

.home-redesign .sosyal-icon {
  background: var(--sarman-black);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-redesign .sosyal-icon:hover {
  background: var(--sarman-red);
}

.home-redesign .floating-box.blinking {
  animation: none;
  background: var(--sarman-red);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(201, 0, 0, 0.22);
  color: #ffffff;
}

.home-redesign .floating-box.blinking i {
  color: #ffffff !important;
}

.home-redesign .floating-box.floating-mail {
  background: #2f2f35;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.18);
  color: #ffffff;
  font-weight: 800;
}

.home-redesign .floating-box.floating-mail i {
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  .sarman-hero-panel {
    padding: 8px 34px 38px;
  }

  .solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-redesign .navbar .navbar-brand img {
    width: 220px !important;
  }

  .sarman-hero-area {
    padding-top: 0;
  }

  .sarman-hero-copy h1 {
    font-size: 34px;
  }

  .hero-contact-card {
    min-height: auto;
  }

  .hero-contact-card .contact-icon {
    margin-bottom: 28px;
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-redesign .navbar .container-fluid.side-padding {
    align-items: center;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-redesign .navbar .mobile-nav-language {
    display: block !important;
    grid-column: 1;
    justify-self: start;
  }

  .home-redesign .navbar .mobile-nav-language .form-select {
    appearance: none;
    background-color: #f4f4f4;
    border: 1px solid #dedede;
    border-radius: 999px;
    color: #111111;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    min-width: 54px;
    padding: 0 10px;
    text-align: center;
  }

  .home-redesign .navbar .navbar-brand {
    grid-column: 2;
    justify-self: center;
  }

  .home-redesign .navbar .navbar-toggler {
    border: 0;
    grid-column: 3;
    justify-self: end;
    padding: 0;
  }

  .home-redesign .navbar .collapse,
  .home-redesign .navbar .others-options {
    display: none !important;
  }

  .home-redesign .mobile-navbar {
    background: #ffffff;
    border: 0;
    border-radius: 20px 0 0 20px;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.26);
    max-width: 86vw;
    overflow: hidden;
  }

  .home-redesign .mobile-navbar .offcanvas-header {
    background: #050505;
    min-height: 84px;
    padding: 18px 20px;
  }

  .home-redesign .mobile-navbar .mobile-menu-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 210px;
  }

  .home-redesign .mobile-navbar .mobile-menu-logo img {
    filter: brightness(0) invert(1);
    max-width: 200px;
    width: 100%;
  }

  .home-redesign .mobile-navbar .close-btn {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    color: var(--sarman-red);
    display: flex;
    font-size: 25px;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    width: 44px;
  }

  .home-redesign .mobile-navbar .offcanvas-body {
    background: #f7f7f7;
    padding: 22px 20px 34px;
  }

  .home-redesign .mobile-navbar .mobile-menu {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .home-redesign .mobile-navbar .mobile-menu-list {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    margin: 0 !important;
    overflow: visible;
    padding: 0 !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-list > a {
    align-items: center;
    color: var(--sarman-black);
    display: flex;
    font-size: 17px;
    font-weight: 900;
    justify-content: space-between;
    padding: 14px 4px;
    text-decoration: none;
  }

  .home-redesign .mobile-navbar .mobile-menu-list > a:hover,
  .home-redesign .mobile-navbar .mobile-menu-list.active > a {
    color: var(--sarman-red);
  }

  .home-redesign .mobile-navbar .mobile-menu-list a::after {
    color: var(--sarman-red);
  }

  .home-redesign .mobile-navbar .mobile-menu-items {
    background: transparent;
    border-top: 0;
    clear: both;
    display: grid !important;
    float: none !important;
    gap: 6px;
    height: auto !important;
    list-style: none;
    margin: 0;
    overflow: visible !important;
    padding: 0 0 10px !important;
    width: 100% !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-items li {
    padding: 0 !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-items a {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-left: 4px solid var(--sarman-red);
    border-radius: 10px;
    color: #27272d;
    display: block;
    font-size: 15px;
    font-weight: 850;
    padding: 10px 12px;
    text-decoration: none;
  }

  .home-redesign .mobile-navbar .mobile-menu-items a:hover {
    background: #fff0f0;
    color: var(--sarman-red);
  }

  .home-redesign .navbar {
    padding-top: 4px;
    padding-bottom: 10px;
  }

  .home-redesign .navbar .navbar-brand img {
    width: min(255px, 56vw) !important;
  }

  .sarman-hero-area {
    padding: 0 0 16px;
  }

  .sarman-hero-panel {
    border-radius: 0 0 24px 24px;
    padding: 8px 18px 24px;
  }

  .sarman-hero-panel .hero-header {
    margin-bottom: 24px;
  }

  .sarman-hero-panel .hero-header .container-fluid.side-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sarman-hero-copy h1 {
    font-size: 28px;
  }

  .sarman-hero-copy p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .default-btn,
  .hero-link {
    text-align: center;
    width: 100%;
  }

  .hero-product-card {
    padding: 20px;
  }

  .hero-visual-card {
    min-height: 230px;
  }

  .hero-visual-card img {
    height: 230px;
  }

  .hero-visual-badge {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 11px 13px;
  }

  .hero-visual-badge strong {
    font-size: 19px;
  }

  .hero-visual-badge span {
    font-size: 11px;
  }

  .hero-dashboard {
    grid-template-columns: 1fr;
  }

  .dashboard-chart {
    grid-column: auto;
  }

  .hero-contact-card h2 {
    font-size: 26px;
  }

  .solution-strip {
    padding: 20px 0 48px;
  }

  .compact-title h2 {
    font-size: 28px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }
}

/* Inner pages */
.inner-redesign .page-banner-area {
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.88), rgba(201, 0, 0, 0.68)), url("../images/hero/hero-image-1.jpg") !important;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  min-height: 250px;
  padding: 62px 0;
}

.inner-redesign .page-banner-area::before {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  content: "";
  height: 220px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
}

.inner-redesign .page-banner-content {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.inner-redesign .page-banner-content h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.08;
  margin-bottom: 22px;
}

.inner-redesign .page-banner-content ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-redesign .page-banner-content ul li,
.inner-redesign .page-banner-content ul li a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  text-decoration: none;
}

.inner-redesign .page-banner-content ul li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.52);
  content: "/";
  margin-left: 10px;
}

.inner-redesign section.bg-light,
.inner-redesign .bg-light {
  background: #f5f5f5 !important;
}

.inner-redesign section.py-5 {
  padding-bottom: 58px !important;
  padding-top: 58px !important;
}

.inner-redesign section.py-5 > .container > .text-center,
.inner-redesign section.py-5 > .container > .row.mb-4 {
  margin-bottom: 30px !important;
}

.inner-redesign section.py-5 h2,
.inner-redesign section.py-5 .fw-bold {
  color: var(--sarman-black);
}

.inner-redesign section.py-5 .text-muted {
  color: var(--sarman-muted) !important;
}

.inner-redesign .rounded-4,
.inner-redesign .radius-30 {
  border-radius: 18px !important;
}

.inner-redesign .shadow-sm,
.inner-redesign .single-services-card,
.inner-redesign .plan-row,
.inner-redesign .module-list li,
.inner-redesign .border.rounded-4 {
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07) !important;
}

.inner-redesign .bg-white,
.inner-redesign .single-services-card,
.inner-redesign .plan-row {
  background: #ffffff !important;
  border: 1px solid var(--sarman-line) !important;
}

.inner-redesign .single-services-card {
  border-radius: 18px !important;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.inner-redesign .single-services-card:hover,
.inner-redesign .shadow-sm:hover,
.inner-redesign .border.rounded-4:hover {
  border-color: rgba(201, 0, 0, 0.28) !important;
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.1) !important;
  transform: translateY(-4px);
}

.inner-redesign .single-services-card h3 a,
.inner-redesign .single-services-card h3,
.inner-redesign h5.fw-bold {
  color: var(--sarman-black) !important;
}

.inner-redesign .single-services-card ul,
.inner-redesign .single-services-card .check {
  margin-bottom: 0;
}

.inner-redesign .single-services-card li::marker {
  color: var(--sarman-red);
}

.inner-redesign .fa-2x,
.inner-redesign .ri-building-line,
.inner-redesign .ri-map-pin-line,
.inner-redesign .ri-phone-line,
.inner-redesign .ri-mail-line,
.inner-redesign .ri-settings-3-line,
.inner-redesign .ri-bank-line,
.inner-redesign .ri-mail-send-line,
.inner-redesign .ri-file-paper-line {
  color: var(--sarman-red) !important;
}

.inner-redesign .plan-row {
  border-radius: 18px !important;
  overflow: hidden;
}

.inner-redesign .plan-row::before {
  background: var(--sarman-red) !important;
  width: 5px !important;
}

.inner-redesign .plan-left {
  background: var(--sarman-black) !important;
}

.inner-redesign .plan-row:hover .plan-left {
  background: var(--sarman-red) !important;
}

.inner-redesign .plan-title,
.inner-redesign .plan-price,
.inner-redesign .plan-old-price {
  color: var(--sarman-black) !important;
}

.inner-redesign .btn-success,
.inner-redesign .btn-outline-success {
  background: var(--sarman-red) !important;
  border-color: var(--sarman-red) !important;
  color: #ffffff !important;
}

.inner-redesign .btn-success:hover,
.inner-redesign .btn-outline-success:hover {
  background: var(--sarman-black) !important;
  border-color: var(--sarman-black) !important;
}

.inner-redesign a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-redesign .choose-card {
  background: linear-gradient(145deg, #1b1b1f, #2c2c33) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff;
}

.home-redesign .choose-card h3,
.home-redesign .choose-card p,
.home-redesign .choose-card i {
  color: #ffffff !important;
}

.home-redesign .choose-card i {
  background: rgba(201, 0, 0, 0.18);
  border-radius: 16px;
  color: #ffdddd !important;
}

.home-redesign .faq-area {
  background: #f4f4f4;
  padding-top: 20px;
}

.home-redesign .faq-content .accordion-item {
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.055);
}

.home-redesign .faq-content .accordion-button {
  color: var(--sarman-black);
  font-weight: 800;
}

.home-redesign .faq-content .accordion-button:not(.collapsed) {
  background: #eeeeee;
  color: var(--sarman-red);
  box-shadow: none;
}

.home-redesign .faq-content .accordion-body {
  color: var(--sarman-muted);
}

.corporate-footer {
  background: #f2f2f2;
  padding: 74px 0 28px;
}

.footer-main-panel {
  background: linear-gradient(135deg, #3a3a40, #25252a);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.16);
  padding: 42px;
}

.footer-logo {
  display: block;
  margin-bottom: 22px;
  max-width: 250px;
  width: 100%;
}

.footer-brand-box p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 24px;
}

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-contact-list a,
.footer-service-grid a,
.footer-bottom-panel a {
  text-decoration: none;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.footer-contact-list i,
.footer-service-grid i {
  color: #ff6b6b;
  margin-right: 8px;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  margin-bottom: 18px;
}

.footer-service-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-service-grid a {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  font-weight: 800;
  min-height: 58px;
  padding: 14px;
}

.footer-service-grid a:hover {
  background: var(--sarman-red);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-service-grid a:hover i {
  color: #ffffff;
}

.footer-cta-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
}

.footer-cta-box span {
  color: var(--sarman-red);
  display: block;
  font-weight: 850;
  margin-bottom: 10px;
}

.footer-cta-box h5 {
  color: var(--sarman-black);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 22px;
}

.footer-cta-box a {
  align-items: center;
  background: var(--sarman-red);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 850;
  gap: 8px;
  padding: 13px 18px;
  text-decoration: none;
}

.footer-bottom-panel {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 4px 0;
}

.footer-bottom-panel p {
  color: #5d5d64;
  margin: 0;
}

.footer-bottom-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-panel a {
  color: var(--sarman-black);
  font-weight: 800;
}

.package-hero-grid {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid var(--sarman-line);
  border-radius: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1.4fr 0.8fr;
  padding: 34px;
}

.package-eyebrow {
  color: var(--sarman-red);
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 12px;
}

.package-hero-grid h2 {
  color: var(--sarman-black);
  font-size: 34px;
  font-weight: 850;
  line-height: 1.16;
  margin-bottom: 14px;
}

.package-hero-grid p {
  color: var(--sarman-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.package-metrics {
  display: grid;
  gap: 12px;
}

.package-metrics div {
  background: #f3f3f3;
  border-left: 4px solid var(--sarman-red);
  border-radius: 14px;
  padding: 16px 18px;
}

.package-metrics strong {
  color: var(--sarman-black);
  display: block;
  font-size: 20px;
  font-weight: 850;
}

.package-metrics span {
  color: var(--sarman-muted);
  display: block;
  font-weight: 700;
}

.inner-redesign .plan-row {
  background: #ffffff !important;
  border: 1px solid #dedede !important;
  margin-bottom: 18px;
}

.inner-redesign .plan-right {
  gap: 18px;
  padding: 22px 26px !important;
}

.inner-redesign .plan-title {
  font-size: 20px !important;
  margin-bottom: 8px !important;
}

.inner-redesign .plan-sub {
  color: var(--sarman-muted) !important;
  line-height: 1.55;
}

.inner-redesign .plan-price {
  color: var(--sarman-red) !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.inner-redesign .plan-note {
  color: #4b4b52 !important;
}

.inner-redesign .list-group {
  gap: 12px;
}

.inner-redesign .list-group-item {
  background: #ffffff !important;
  border: 1px solid #dedede !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.055);
  margin-bottom: 12px;
  padding: 16px 18px;
}

.inner-redesign .list-group-item span {
  color: var(--sarman-black);
  font-weight: 750;
  line-height: 1.45;
}

.process-panel,
.feature-tile,
.company-card {
  background: #ffffff;
  border: 1px solid var(--sarman-line);
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
  padding: 28px;
}

.process-panel h3 {
  color: var(--sarman-black);
  font-size: 28px;
  font-weight: 850;
  margin-bottom: 16px;
}

.process-panel p,
.feature-tile p,
.company-card p {
  color: var(--sarman-muted);
  line-height: 1.6;
}

.software-step-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.software-step-grid div {
  background: linear-gradient(145deg, #2d2d33, #17171b);
  border-radius: 20px;
  color: #ffffff;
  min-height: 190px;
  padding: 26px;
}

.software-step-grid span {
  color: #ff7b7b;
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 18px;
}

.software-step-grid h5,
.feature-tile h6 {
  font-weight: 850;
}

.software-step-grid p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.feature-tile {
  height: 100%;
}

.feature-tile i {
  color: var(--sarman-red);
  display: block;
  font-size: 28px;
  margin-bottom: 16px;
}

.feature-tile h6 {
  color: var(--sarman-black);
  font-size: 18px;
  margin-bottom: 10px;
}

.company-card span {
  color: var(--sarman-red);
  display: block;
  font-weight: 850;
  margin-bottom: 10px;
}

.company-card h4 {
  color: var(--sarman-black);
  font-size: 28px;
  font-weight: 850;
  margin-bottom: 18px;
}

.company-card i {
  color: var(--sarman-red) !important;
}

.company-map {
  border: 1px solid var(--sarman-line);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
  height: 360px;
  overflow: hidden;
}

.company-map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.quote-modal .modal-content {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(17, 17, 17, 0.28);
  overflow: hidden;
}

.quote-modal .modal-header {
  background: #f3f3f3;
  border-bottom: 1px solid var(--sarman-line);
  padding: 26px 28px;
}

.quote-modal-eyebrow {
  color: var(--sarman-red);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

.quote-modal .modal-title {
  color: var(--sarman-black);
  font-size: 24px;
  font-weight: 900;
}

.quote-modal .modal-body {
  padding: 28px;
}

.quote-modal .form-label {
  color: var(--sarman-black);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 7px;
}

.quote-modal .form-control {
  border: 1px solid #dedede;
  border-radius: 12px;
  color: var(--sarman-black);
  font-weight: 700;
  min-height: 48px;
  padding: 12px 14px;
}

.quote-modal textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

.quote-modal .form-control:focus {
  border-color: var(--sarman-red);
  box-shadow: 0 0 0 0.18rem rgba(201, 0, 0, 0.12);
}

.quote-modal .modal-footer {
  border-top: 1px solid var(--sarman-line);
  gap: 12px;
  padding: 22px 28px;
}

.quote-secondary-btn {
  background: #eeeeee;
  border: 0;
  border-radius: 999px;
  color: var(--sarman-black);
  font-weight: 850;
  padding: 13px 20px;
}

.quote-security-note {
  color: var(--sarman-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 14px 0 0;
}

.quote-honeypot {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.home-redesign .navbar.sticky {
  animation: none !important;
  box-shadow: none !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  z-index: auto !important;
}

/* Dynamic corporate treatment for service and company pages */
.inner-redesign {
  background: #f6f7f9;
}

.inner-redesign .page-banner-area {
  background-image:
    linear-gradient(112deg, rgba(12, 12, 15, 0.92) 0%, rgba(31, 31, 36, 0.86) 48%, rgba(201, 0, 0, 0.9) 100%),
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.18), transparent 28%),
    url("../images/hero/hero-image-1.jpg") !important;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 28px 70px rgba(17, 17, 22, 0.14);
  min-height: 285px;
  overflow: hidden;
  padding: 74px 0 66px;
}

.inner-redesign .page-banner-area::before {
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(255, 255, 255, 0.09) 58% 62%, transparent 62% 100%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
  inset: 0;
  opacity: 1;
  transform: none;
  width: auto;
}

.inner-redesign .page-banner-content h1 {
  letter-spacing: 0;
  max-width: 820px;
}

.inner-redesign .page-banner-content ul {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  display: inline-flex;
  padding: 9px 16px;
}

.inner-redesign section.py-5 {
  background:
    linear-gradient(180deg, #f6f7f9 0%, #ffffff 42%, #f7f7f8 100%) !important;
}

.inner-redesign section.py-5 > .container > .text-center,
.inner-redesign section.py-5 > .container > .row.mb-4 {
  margin-bottom: 34px !important;
}

.inner-redesign section.py-5 .text-uppercase {
  color: var(--sarman-red) !important;
  letter-spacing: 0.08em;
}

.package-hero-grid {
  background:
    radial-gradient(circle at 78% 22%, rgba(201, 0, 0, 0.28), transparent 28%),
    linear-gradient(135deg, #151519 0%, #27272d 58%, #c90000 130%);
  border: 0;
  box-shadow: 0 28px 80px rgba(12, 12, 15, 0.18);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.package-hero-grid::after {
  background: linear-gradient(135deg, transparent 0 50%, rgba(255, 255, 255, 0.08) 50% 56%, transparent 56% 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.package-hero-grid h2,
.package-hero-grid p,
.package-hero-grid .package-eyebrow {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.package-hero-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.package-hero-grid .btn {
  position: relative;
  z-index: 1;
}

.package-metrics {
  position: relative;
  z-index: 1;
}

.package-metrics div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.package-metrics strong,
.package-metrics span {
  color: #ffffff;
}

.inner-redesign .single-services-card,
.inner-redesign .shadow-sm,
.inner-redesign .border.rounded-4,
.feature-tile,
.company-card,
.process-panel {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(201, 0, 0, 0.44), rgba(17, 17, 22, 0.1)) border-box !important;
  border: 1px solid transparent !important;
  box-shadow: 0 18px 48px rgba(17, 17, 22, 0.08) !important;
}

.inner-redesign .single-services-card::before,
.feature-tile::before,
.company-card::before,
.process-panel::before {
  background: linear-gradient(90deg, var(--sarman-red), var(--sarman-black));
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 18px;
  width: 54px;
}

.inner-redesign .single-services-card:hover,
.inner-redesign .shadow-sm:hover,
.inner-redesign .border.rounded-4:hover,
.feature-tile:hover,
.company-card:hover,
.process-panel:hover {
  box-shadow: 0 26px 70px rgba(201, 0, 0, 0.14) !important;
  transform: translateY(-7px);
}

.inner-redesign .plan-row {
  background:
    linear-gradient(135deg, #ffffff 0%, #fafafa 66%, #fff1f1 100%) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 58px rgba(17, 17, 22, 0.08) !important;
  overflow: hidden;
}

.inner-redesign .plan-row::before {
  background: linear-gradient(90deg, var(--sarman-red), #151519);
  height: 5px;
}

.inner-redesign .plan-left {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, var(--sarman-red), #151519) !important;
  border-radius: 18px;
}

.inner-redesign .plan-row:hover .plan-left {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #151519, var(--sarman-red)) !important;
}

.inner-redesign .plan-right {
  background: transparent;
}

.inner-redesign .list-group-item {
  background: #ffffff !important;
  border: 0 !important;
  border-left: 5px solid var(--sarman-red) !important;
  box-shadow: 0 14px 34px rgba(17, 17, 22, 0.07);
  position: relative;
}

.inner-redesign .list-group-item::after {
  background: var(--sarman-black);
  border-radius: 999px;
  content: "";
  height: 7px;
  position: absolute;
  right: 18px;
  top: 20px;
  width: 7px;
}

.software-step-grid div {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.13), transparent 25%),
    linear-gradient(135deg, #17171b, #2d2d33 62%, #c90000 145%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solution-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.solution-card > img {
  margin-left: auto;
  margin-right: auto;
}

.home-redesign .about-top .section-heading h2 div {
  color: var(--sarman-black);
  font-size: 29px;
  font-weight: 850;
  line-height: 1.28;
  margin-top: 6px;
}

.home-redesign .about-top .section-heading h2 div strong {
  color: var(--sarman-red);
  font-weight: 950;
}

/* Logo-inspired rebuild for inner pages */
.inner-redesign .top-header-info {
  background: #f4f4f4;
  border: 0;
  border-radius: 0 0 30px 30px;
  box-shadow: none;
  margin: 0 auto 22px;
  max-width: 1360px;
  padding: 0 42px 2px;
}

.inner-redesign .top-header-info > .top-header-area {
  display: none !important;
}

.inner-redesign .top-header-info .navbar {
  background: transparent !important;
  padding-bottom: 22px;
  padding-top: 28px;
}

.inner-redesign .page-banner-area {
  background: #f4f4f4 !important;
  border-radius: 0 0 34px 34px;
  box-shadow: none;
  margin: 0 auto 58px;
  max-width: 1360px;
  min-height: auto;
  overflow: hidden;
  padding: 46px 58px 58px;
  position: relative;
}

.inner-redesign .page-banner-area::before {
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 0, 0, 0.14), transparent 24%),
    linear-gradient(135deg, transparent 0 56%, rgba(201, 0, 0, 0.08) 56% 60%, transparent 60% 100%);
  display: block;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: auto;
}

.inner-redesign .page-banner-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.inner-redesign .page-banner-content h1 {
  color: #101014 !important;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 22px;
  max-width: 780px;
}

.inner-redesign .page-banner-content ul {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(17, 17, 22, 0.05);
  display: inline-flex;
  gap: 8px;
  padding: 10px 16px;
}

.inner-redesign .page-banner-content ul li,
.inner-redesign .page-banner-content ul li a {
  color: #52525a !important;
  font-weight: 800;
}

.inner-redesign .page-banner-content ul li:last-child {
  color: var(--sarman-red) !important;
}

.inner-redesign .page-banner-content ul li:not(:last-child)::after {
  color: #a1a1aa;
  content: "/";
  margin-left: 8px;
}

.inner-redesign section.py-5 {
  background: #ffffff !important;
  padding-bottom: 76px !important;
  padding-top: 10px !important;
}

.package-hero-grid {
  background: #f4f4f4;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  color: var(--sarman-black);
  gap: 34px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  padding: 42px;
}

.package-hero-grid::after {
  display: none;
}

.package-hero-grid h2,
.package-hero-grid p,
.package-hero-grid .package-eyebrow {
  color: var(--sarman-black);
}

.package-hero-grid .package-eyebrow {
  color: var(--sarman-red);
}

.package-hero-grid h2 {
  font-size: 40px;
  letter-spacing: 0;
  max-width: 740px;
}

.package-hero-grid p {
  color: #5f6368;
  max-width: 760px;
}

.package-metrics {
  align-content: stretch;
  gap: 14px;
}

.package-metrics div {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(17, 17, 22, 0.06);
  color: var(--sarman-black);
  padding: 22px;
}

.package-metrics strong {
  color: var(--sarman-red);
  font-size: 24px;
}

.package-metrics span {
  color: #4d4d55;
}

.inner-redesign .single-services-card,
.inner-redesign .shadow-sm,
.inner-redesign .border.rounded-4,
.feature-tile,
.company-card,
.process-panel {
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 44px rgba(17, 17, 22, 0.06) !important;
}

.inner-redesign .single-services-card::before,
.feature-tile::before,
.company-card::before,
.process-panel::before {
  background: var(--sarman-red);
  height: 3px;
  width: 44px;
}

.inner-redesign .single-services-card:hover,
.inner-redesign .shadow-sm:hover,
.inner-redesign .border.rounded-4:hover,
.feature-tile:hover,
.company-card:hover,
.process-panel:hover {
  border-color: rgba(201, 0, 0, 0.35) !important;
  box-shadow: 0 24px 62px rgba(17, 17, 22, 0.1) !important;
  transform: translateY(-5px);
}

.inner-redesign .plan-row {
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 26px !important;
  box-shadow: 0 16px 44px rgba(17, 17, 22, 0.06) !important;
  margin-bottom: 20px !important;
}

.inner-redesign .plan-row::before {
  background: var(--sarman-red) !important;
  height: 100% !important;
  width: 5px !important;
}

.inner-redesign .plan-left {
  background: #f5f5f5 !important;
  border-radius: 20px;
  color: var(--sarman-black) !important;
}

.inner-redesign .plan-row:hover .plan-left {
  background: var(--sarman-red) !important;
  color: #ffffff !important;
}

.inner-redesign .list-group-item {
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-left: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(17, 17, 22, 0.05);
  padding: 18px 44px 18px 18px;
}

.inner-redesign .list-group-item::after {
  background: var(--sarman-red);
  height: 9px;
  right: 20px;
  top: 24px;
  width: 9px;
}

.software-step-grid div {
  background: #f4f4f4;
  border: 1px solid #e4e4e7;
  color: var(--sarman-black);
}

.software-step-grid span {
  color: var(--sarman-red);
}

.software-step-grid p {
  color: #5f6368;
}

.inner-redesign .page-banner-area {
  border-radius: 0 0 18px 18px;
  margin-bottom: 34px;
  max-width: 1180px;
  padding: 26px 34px 30px;
}

.inner-redesign .page-banner-content h1 {
  font-size: 34px;
  line-height: 1.12;
  margin-bottom: 14px;
}

.inner-redesign .page-banner-content ul {
  box-shadow: none;
  font-size: 13px;
  padding: 8px 13px;
}

.logo-style-footer {
  background: #f4f4f4;
  padding: 64px 0 94px;
}

.logo-style-footer .container {
  max-width: 1180px;
}

.footer-top-row {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.footer-logo-link {
  display: inline-flex;
}

.logo-style-footer .footer-logo {
  margin: 0;
  max-width: 220px;
  width: 100%;
}

.footer-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-nav a,
.footer-directory a,
.footer-bottom-panel a {
  color: #1f1f24;
  font-weight: 800;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-directory a:hover,
.footer-bottom-panel a:hover {
  color: var(--sarman-red);
}

.footer-directory {
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 44px;
}

.footer-directory h5 {
  color: #111111;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 18px;
}

.footer-directory a {
  color: #33333a;
  display: block;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  margin-bottom: 13px;
}

.footer-contact-row {
  align-items: flex-end;
  border-bottom: 1px solid #d4d4d8;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding-bottom: 28px;
}

.footer-contact-row span {
  color: #17171b;
  display: block;
  font-weight: 850;
  margin-bottom: 8px;
}

.footer-contact-row div > a {
  color: var(--sarman-red);
  font-size: 27px;
  font-weight: 900;
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 18px;
}

.footer-social a {
  align-items: center;
  color: #111111;
  display: flex;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  width: 34px;
}

.footer-social a:hover {
  color: var(--sarman-red);
}

.logo-style-footer .footer-bottom-panel {
  padding-top: 22px;
}

.quick-action-bar {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #dedede;
  border: 1px solid #dedede;
  border-radius: 18px;
  bottom: 18px;
  box-shadow: 0 18px 50px rgba(17, 17, 22, 0.13);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 1.18fr repeat(2, minmax(0, 1fr));
  left: 50%;
  max-width: 1180px;
  min-height: 68px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 9998;
}

.quick-action-tall {
  align-self: center;
  margin-bottom: -34px;
  margin-top: -34px;
  z-index: 1;
}

.quick-action-bar .quick-action-tall a {
  background: var(--sarman-red);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(201, 0, 0, 0.24);
  color: #ffffff;
  flex-direction: column;
  gap: 7px;
  justify-content: flex-start;
  min-height: 132px;
  padding-top: 22px;
  text-align: center;
}

.quick-action-bar .quick-action-tall i {
  color: #ffffff;
  font-size: 30px;
}

.quick-action-bar .quick-action-tall span {
  display: grid;
  gap: 4px;
  line-height: 1.15;
}

.quick-action-bar .quick-action-tall small {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 950;
}

.quick-action-bar .quick-action-tall a:hover {
  background: var(--sarman-black);
  color: #ffffff;
}

.quick-action-item {
  min-width: 0;
  position: relative;
}

.quick-action-bar a,
.quick-action-bar button {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid #e7e7e7;
  color: #17171b;
  display: flex;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  min-width: 0;
  padding: 12px 18px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.quick-action-bar a:last-child,
.quick-action-bar button:last-child {
  border-right: 0;
}

.quick-action-bar i {
  align-items: center;
  color: var(--sarman-red);
  display: flex;
  font-size: 24px;
  justify-content: center;
  min-width: 28px;
}

.quick-action-bar a:hover,
.quick-action-bar button:hover {
  background: #f6f6f6;
  color: var(--sarman-red);
}

.quick-action-bar button:last-child {
  color: var(--sarman-red);
}

.quick-action-popover {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  bottom: calc(100% + 12px);
  box-shadow: 0 18px 48px rgba(17, 17, 22, 0.14);
  left: 50%;
  min-width: 340px;
  opacity: 0;
  padding: 16px 18px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.quick-action-popover::after {
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  bottom: -7px;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
}

.quick-action-popover strong {
  color: var(--sarman-black);
  display: block;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 8px;
}

.quick-action-popover span,
.quick-action-popover em {
  color: #55555c;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 4px;
}

.quick-action-popover em {
  color: var(--sarman-red);
  margin-top: 10px;
}

.quick-action-item:hover .quick-action-popover,
.quick-action-item:focus-within .quick-action-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .inner-redesign .page-banner-area {
    border-radius: 0 0 22px 22px;
    min-height: 220px;
    padding: 34px 20px 38px;
  }

  .inner-redesign .page-banner-area::before {
    display: block;
    opacity: 0.45;
  }

  .inner-redesign .page-banner-content h1 {
    font-size: 30px;
  }

  .inner-redesign .top-header-info {
    border-radius: 0 0 22px 22px;
    margin: 0 10px 16px;
    padding: 0 14px;
  }

  .inner-redesign .top-header-info .navbar {
    padding-bottom: 16px;
    padding-top: 18px;
  }

  .home-redesign .about-top .section-heading h2 div {
    font-size: 19px;
    line-height: 1.32;
  }

  .inner-redesign section.py-5 {
    padding-bottom: 42px !important;
    padding-top: 0 !important;
  }

  .home-redesign .top-header-info {
    border-radius: 0 0 20px 20px;
    margin: 0 10px;
  }

  .home-redesign .top-header-info .navbar {
    border-radius: 0 0 20px 20px;
  }

  .footer-main-panel,
  .package-hero-grid {
    padding: 24px;
  }

  .footer-service-grid,
  .package-hero-grid,
  .software-step-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .package-hero-grid h2 {
    font-size: 27px;
  }

  .inner-redesign .plan-right {
    padding: 18px !important;
  }

  .inner-redesign .list-group-item {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 12px;
  }

  .company-map {
    height: 280px;
  }

  .inner-redesign .page-banner-area {
    margin: 0 10px 26px;
    padding: 24px 18px 28px;
  }

  .inner-redesign .page-banner-content h1 {
    font-size: 27px;
  }

  .logo-style-footer {
    padding: 46px 0 112px;
  }

  .footer-top-row,
  .footer-contact-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-directory {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .footer-nav {
    gap: 16px;
  }

  .footer-contact-row div > a {
    font-size: 23px;
  }

  .quick-action-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    min-height: auto;
  }

  .quick-action-bar .quick-mobile-hide {
    display: none;
  }

  .quick-action-bar a,
  .quick-action-bar button {
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
    gap: 8px;
    justify-content: center;
    min-height: 58px;
    padding: 9px 12px;
    text-align: center;
  }

  .quick-action-bar i {
    font-size: 20px;
    min-width: 24px;
  }

  .quick-action-popover {
    bottom: calc(100% + 8px);
    left: 8px;
    min-width: min(260px, calc(100vw - 24px));
    padding: 13px 14px;
    transform: translateY(8px);
  }

  .quick-action-popover::after {
    left: 34px;
  }

  .quick-action-item:hover .quick-action-popover,
  .quick-action-item:focus-within .quick-action-popover {
    transform: translateY(0);
  }

  .quote-modal .modal-dialog {
    align-items: flex-start;
    margin: 8px;
    max-width: none;
  }

  .quote-modal .modal-content {
    border-radius: 18px;
    max-height: calc(100vh - 16px);
  }

  .quote-modal .modal-header {
    padding: 16px 18px;
  }

  .quote-modal .modal-title {
    font-size: 19px;
  }

  .quote-modal .modal-body {
    max-height: calc(100vh - 172px);
    overflow-y: auto;
    padding: 16px 18px;
  }

  .quote-modal .mb-3 {
    margin-bottom: 10px !important;
  }

  .quote-modal .form-label {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .quote-modal .form-control {
    border-radius: 10px;
    font-size: 14px;
    min-height: 41px;
    padding: 9px 11px;
  }

  .quote-modal textarea.form-control {
    min-height: 76px;
  }

  .quote-modal .modal-footer {
    flex-wrap: nowrap;
    padding: 13px 18px;
  }

  .quote-modal .modal-footer .default-btn,
  .quote-secondary-btn {
    font-size: 13px;
    padding: 10px 13px;
    white-space: nowrap;
  }

  .quote-security-note {
    font-size: 12px;
    margin-top: 10px;
  }
}

.home-redesign .solution-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(201, 0, 0, 0.46), rgba(17, 17, 17, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px rgba(17, 17, 22, 0.08);
  min-height: 192px;
  overflow: hidden;
  position: relative;
}

.home-redesign .solution-card::before {
  background: linear-gradient(90deg, var(--sarman-red), var(--sarman-black));
  content: "";
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease;
}

.home-redesign .solution-card::after {
  background:
    linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.72) 48%, transparent 58% 100%),
    radial-gradient(circle, rgba(201, 0, 0, 0.11), transparent 62%);
  content: "";
  height: 170%;
  position: absolute;
  right: -130%;
  top: -35%;
  transform: rotate(8deg);
  width: 90%;
}

.home-redesign .solution-card:hover::after {
  animation: solutionCardShine 1.25s ease;
}

.home-redesign .solution-card.active,
.home-redesign .solution-card:hover {
  background:
    linear-gradient(135deg, #fff7f7 0%, #ffffff 68%) padding-box,
    linear-gradient(145deg, var(--sarman-red), rgba(17, 17, 17, 0.28)) border-box;
  box-shadow: 0 24px 64px rgba(201, 0, 0, 0.14);
}

.home-redesign .solution-card.active::before,
.home-redesign .solution-card:hover::before {
  opacity: 1;
}

.home-redesign .solution-card > img {
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  height: 52px;
  padding: 10px;
  width: 52px;
}

.home-redesign .solution-card h3 {
  font-size: 19px;
  font-weight: 950;
}

.home-redesign .solution-card span {
  background: #f5f5f5;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  margin-top: auto;
  padding: 8px 13px;
}

.home-redesign .solution-card h3::before {
  animation: solutionSignalPulse 1.8s ease-in-out infinite;
  background: var(--sarman-red);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(201, 0, 0, 0.34);
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  vertical-align: 2px;
  width: 8px;
}

.quick-action-bar .quick-action-item:not(.quick-action-tall) a,
.quick-action-bar .quick-action-item:not(.quick-action-tall) button {
  background: #202126;
  color: #ffffff;
}

.quick-action-bar .quick-action-item:first-child a,
.quick-action-bar .quick-action-item:last-child button {
  background: #17171b;
}

.quick-action-bar .quick-action-item:not(.quick-action-tall) i {
  color: #ffffff;
}

.quick-action-bar .quick-action-item:not(.quick-action-tall) a:hover,
.quick-action-bar .quick-action-item:not(.quick-action-tall) button:hover {
  background: var(--sarman-red);
  color: #ffffff;
}

.quick-action-bar .quick-action-item:not(.quick-action-tall) a:hover i,
.quick-action-bar .quick-action-item:not(.quick-action-tall) button:hover i {
  color: #ffffff;
}

@keyframes sideCampaignNewspaperFlip {
  0% {
    opacity: 0;
    transform: translateY(-90px) rotateX(82deg) rotateZ(-10deg) scale(0.88);
  }

  45% {
    opacity: 1;
    transform: translateY(14px) rotateX(-18deg) rotateZ(4deg) scale(1.02);
  }

  72% {
    transform: translateY(-5px) rotateX(8deg) rotateZ(-1deg) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0) rotateZ(0) scale(1);
  }
}

@keyframes heroSlideCycle {
  0% {
    opacity: 0;
    transform: translateX(34px);
    visibility: hidden;
  }

  6%,
  27% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  33%,
  100% {
    opacity: 0;
    transform: translateX(-34px);
    visibility: hidden;
  }
}

@keyframes solutionCardFlyIn {
  0% {
    opacity: 0;
    transform: translate(-85vw, -42vh) rotate(-28deg) scale(0.74);
  }

  68% {
    opacity: 1;
    transform: translate(18px, 10px) rotate(4deg) scale(1.03);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0) scale(1);
  }
}

@keyframes solutionCardSpotlight {
  0%,
  100% {
    background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(145deg, rgba(201, 0, 0, 0.46), rgba(17, 17, 17, 0.18)) border-box;
    box-shadow: 0 18px 46px rgba(17, 17, 22, 0.08);
  }

  12%,
  26% {
    background:
      linear-gradient(135deg, #fff4f4 0%, #ffffff 66%) padding-box,
      linear-gradient(145deg, var(--sarman-red), rgba(17, 17, 17, 0.38)) border-box;
    box-shadow: 0 28px 72px rgba(201, 0, 0, 0.2);
  }
}

@keyframes solutionCardShine {
  0% {
    right: -130%;
  }

  100% {
    right: 130%;
  }
}

@keyframes solutionSignalPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 0, 0, 0.34);
    transform: scale(1);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(201, 0, 0, 0);
    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(201, 0, 0, 0);
    transform: scale(1);
  }
}

.home-redesign .solution-grid .solution-card {
  animation:
    solutionCardFlyIn 0.86s cubic-bezier(0.19, 1, 0.22, 1) both,
    solutionCardSpotlight 8s ease-in-out infinite;
}

.home-redesign .solution-grid .solution-card:nth-child(5) {
  animation-delay: 0.08s, 1.25s;
}

.home-redesign .solution-grid .solution-card:nth-child(4) {
  animation-delay: 0.22s, 2.15s;
}

.home-redesign .solution-grid .solution-card:nth-child(3) {
  animation-delay: 0.36s, 3.05s;
}

.home-redesign .solution-grid .solution-card:nth-child(2) {
  animation-delay: 0.5s, 3.95s;
}

.home-redesign .solution-grid .solution-card:nth-child(1) {
  animation-delay: 0.64s, 4.85s;
}

@media (prefers-reduced-motion: reduce) {
  .side-campaign,
  .sarman-hero-slide,
  .home-redesign .solution-grid .solution-card,
  .home-redesign .solution-card h3::before,
  .home-redesign .solution-card:hover::after {
    animation: none;
  }

  .sarman-hero-slide:first-child {
    opacity: 1;
    position: relative;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .sarman-hero-slider {
    min-height: 0;
    overflow: visible;
  }

  .sarman-hero-slide {
    align-content: start;
    grid-template-columns: 1fr;
  }

  .sarman-hero-slide {
    animation: none !important;
    display: none;
    opacity: 1;
    position: relative;
    transform: none;
    visibility: visible;
  }

  .sarman-hero-slide:first-child {
    display: grid;
  }
}

@media (max-width: 767px) {
  .sarman-hero-slider {
    min-height: 0;
  }

  .hero-slide-panel,
  .hero-benefit-card {
    min-height: 260px;
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .home-redesign .mobile-navbar.offcanvas {
    --bs-offcanvas-width: min(88vw, 380px);
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 24px 0 0 24px;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.28);
    max-width: 88vw;
    overflow: hidden;
    width: min(88vw, 380px) !important;
  }

  .home-redesign .mobile-navbar .offcanvas-header {
    align-items: center;
    background: linear-gradient(135deg, #050505 0%, #17171b 62%, #8d0000 130%) !important;
    display: flex;
    justify-content: space-between;
    min-height: 104px;
    padding: 18px 20px !important;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .home-redesign .mobile-navbar .mobile-menu-logo {
    justify-content: flex-start;
    max-width: calc(100% - 62px);
  }

  .home-redesign .mobile-navbar .mobile-menu-logo img {
    filter: brightness(0) invert(1);
    max-width: 210px;
    width: 100%;
  }

  .home-redesign .mobile-navbar .close-btn {
    height: 46px !important;
    min-width: 46px;
    position: static !important;
    width: 46px !important;
  }

  .home-redesign .mobile-navbar .offcanvas-body {
    background: #f6f6f6 !important;
    padding: 14px 14px 86px !important;
  }

  .home-redesign .mobile-navbar .mobile-menu {
    display: grid;
    gap: 7px;
    overflow: visible !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-list {
    background: #ffffff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 13px;
    margin: 0 !important;
    overflow: visible !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-list > a {
    align-items: center;
    gap: 10px;
    font-size: 15px !important;
    min-height: 46px;
    padding: 11px 15px !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-list > a::before {
    background: #c90000;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(201, 0, 0, 0.08);
    content: "";
    display: inline-flex;
    height: 7px;
    min-width: 7px;
    width: 7px;
  }

  .home-redesign .mobile-navbar .mobile-menu-list.mobile-menu-cta {
    background: #c90000;
    border-color: #c90000 !important;
    box-shadow: 0 14px 30px rgba(201, 0, 0, 0.2);
  }

  .home-redesign .mobile-navbar .mobile-menu-list.mobile-menu-cta > a {
    color: #ffffff !important;
    justify-content: center;
  }

  .home-redesign .mobile-navbar .mobile-menu-list.mobile-menu-cta > a::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
  }

  .home-redesign .mobile-navbar .mobile-menu-items {
    background: #f3f3f3 !important;
    display: grid !important;
    gap: 8px;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 12px 14px !important;
  }

  .home-redesign .mobile-navbar .mobile-menu-items a {
    border-radius: 12px;
    padding: 12px 14px !important;
  }
}
