/* =========================================================
   OPPORTUNITY / EXPERIENCE SECTION
========================================================= */

.rs-opportunity.section,
.rs-opportunity {
  position: relative;
  overflow: hidden;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  background: #f7f5f3 !important;
  background-color: #f7f5f3 !important;
  color: #1a1512;
}

.rs-opportunity__container {
  max-width: 1480px;
}

.rs-opportunity__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.7fr);
  gap: 20px;
  align-items: start;
}

.rs-opportunity__poster {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 24px 22px;
  min-height: 0;
  color: #1a1512;
  background: #efeae4;
  border: 1px solid rgba(26, 21, 18, 0.08);
  border-left: 4px solid #de1515;
  overflow: hidden;
}

.rs-opportunity__poster::before {
  content: "4.9";
  position: absolute;
  right: -4%;
  bottom: -18%;
  font-size: clamp(72px, 10vw, 110px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: rgba(222, 21, 21, 0.08);
  pointer-events: none;
  user-select: none;
}

.rs-opportunity__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #de1515;
}

.rs-opportunity__headline {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 16ch;
  color: #171311;
}

.rs-opportunity__accent {
  display: inline;
  color: #de1515;
  box-shadow: inset 0 -0.22em 0 rgba(222, 21, 21, 0.16);
}

.rs-opportunity__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(26, 21, 18, 0.1);
}

.rs-opportunity__score {
  flex: 0 0 auto;
  font-size: clamp(36px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #de1515;
}

.rs-opportunity__rating-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rs-opportunity__rating-copy img {
  width: auto !important;
  height: auto !important;
  max-width: 96px;
  max-height: 24px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  margin-bottom: 2px;
}

.rs-opportunity__rating-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #3f3a36;
}

.rs-opportunity__rating-copy span {
  font-size: 11px;
  line-height: 1.4;
  color: #6d655e;
}

.rs-opportunity__contact {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 4px;
  padding: 10px 16px;
  border: 1px solid rgba(26, 21, 18, 0.18);
  background: transparent;
  color: #171311;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.rs-opportunity__contact:hover,
.rs-opportunity__contact:focus-visible {
  background: #de1515;
  color: #fff;
  border-color: #de1515;
  outline: none;
}

.rs-opportunity__main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px 22px;
  align-items: start;
}

.rs-opportunity__story {
  padding: 4px 2px 0;
}

.rs-opportunity__title,
.rs-opportunity h3.rs-opportunity__title {
  margin: 0 0 12px !important;
  color: #171311 !important;
  text-align: left !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  max-width: none;
}

.rs-opportunity__story p {
  margin: 0 0 14px;
  color: #4d4742;
  font-size: 14px;
  line-height: 1.65;
}

.rs-opportunity__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(26, 21, 18, 0.1);
  border-bottom: 1px solid rgba(26, 21, 18, 0.1);
}

.rs-opportunity__stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rs-opportunity__stats strong {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #de1515;
}

.rs-opportunity__stats span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6d655e;
}

.rs-opportunity__services {
  position: relative;
  padding: 18px 18px 0;
  background: #efeae4;
  border: 1px solid rgba(26, 21, 18, 0.08);
  overflow: hidden;
}

.rs-opportunity__include {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #171311;
}

.rs-opportunity__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rs-opportunity__list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 9px 0;
  border-top: 1px solid rgba(26, 21, 18, 0.08);
  font-size: 13px;
  line-height: 1.45;
  color: #3f3a36;
}

.rs-opportunity__list li:last-child {
  border-bottom: 1px solid rgba(26, 21, 18, 0.08);
}

.rs-opportunity__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #de1515;
  padding-top: 1px;
}

.rs-opportunity__visual {
  position: relative;
  margin: 10px -4px -8px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.rs-opportunity__visual img {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 16px 24px rgba(26, 21, 18, 0.12));
  transition: transform 0.35s ease;
}

.rs-opportunity__services:hover .rs-opportunity__visual img {
  transform: translateY(-3px);
}

@media (max-width: 1100px) {
  .rs-opportunity__layout {
    grid-template-columns: 1fr;
  }

  .rs-opportunity__poster {
    min-height: 0;
    padding: 22px 20px;
  }

  .rs-opportunity__headline {
    max-width: 20ch;
  }

  .rs-opportunity__main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .rs-opportunity.section,
  .rs-opportunity {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .rs-opportunity__poster {
    padding: 20px 16px;
    gap: 14px;
  }

  .rs-opportunity__stats {
    gap: 8px;
  }

  .rs-opportunity__stats span {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .rs-opportunity__services {
    padding: 16px 14px 0;
  }

  .rs-opportunity__visual {
    margin: 10px 0 -6px;
  }

  .rs-opportunity__visual img {
    max-width: 260px;
  }
}

/* Legacy packages helpers kept for other sections */

.rs-packages-sec {
  color: #fff;
  position: relative;
}

.rs-packages-container {
  max-width: 1500px;
}

.rs-left-card {
  background: #e50914;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  min-width: 0;
}

.rs-left-card hr {
  border-color: rgba(255, 255, 255, 0.9);
}

.rs-left-card span,
.rs-left-card .rs-left-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  font-family: var(--default-font);
  line-height: 1.25;
  display: block;
}

.rs-left-card .rs-join {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.rs-arrow-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}

.rs-arrow-btn:hover {
  background: #111;
  color: #e50914;
  border: 1px solid #111;
}

.google-box {
  max-width: 220px;
}

.google-box img {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.quick-contect small {
  font-size: 16px;
  display: block;
  line-height: 1.45;
}

.quick-contect p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.rs-card {
  background: #f4f4f4;
  color: #000;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.rs-card::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg,
      rgba(229, 9, 20, 0.05),
      rgba(229, 9, 20, 0.05) 2px,
      transparent 2px,
      transparent 6px);
}

.rs-card h6 {
  color: #e50914;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 26px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.rs-card ul {
  padding-left: 0;
  list-style: none;
}

.rs-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 5px 0 5px 40px;
}

.rs-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #e50914;
  font-size: 12px;
  background: url("/assets/img/Check-li.svg") 0 0 no-repeat;
  width: 28px;
  height: 22px;
  top: 8px;
}

.rs-card-red ul {
  padding-left: 0;
  list-style: none;
}

.rs-card-red ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 5px 0 5px 40px;
}

.rs-card-red ul li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 12px;
  background: url("/assets/img/Check-li.svg") 0 0 no-repeat;
  width: 28px;
  height: 22px;
  top: 8px;
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .rs-packages-container {
    max-width: 100%;
  }

  .rs-left-card {
    text-align: center;
    padding: 28px 20px;
    height: auto !important;
  }

  .rs-left-card .rs-join {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .rs-left-card span,
  .rs-left-card .rs-left-heading {
    font-size: clamp(20px, 5.6vw, 26px);
  }

  .google-box {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-contect p {
    font-size: 24px;
  }

  .quick-contect small {
    font-size: 14px;
  }

  .rs-arrow-btn {
    margin: 16px auto 0;
  }
}

@media (max-width: 576px) {
  .rs-left-card {
    padding: 22px 16px;
  }

  .rs-left-card .rs-join {
    font-size: 12px;
  }

  .rs-left-card span,
  .rs-left-card .rs-left-heading {
    font-size: 22px;
  }

  .google-box {
    max-width: 170px;
  }

  .google-box img {
    max-width: 160px;
    padding: 8px;
  }

  .quick-contect p {
    font-size: 22px;
  }

  .quick-contect small {
    font-size: 13px;
  }

  .rs-card {
    padding: 20px;
  }
}

.lin_sec {
  height: 1px;
  width: 23%;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
}

.about-features .h2 {
  font-size: 32px !important;
  line-height: 1.15 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 17px !important;
  font-weight: 400;
}

.rs-marquee {
  width: 100%;
  overflow: hidden;
  background: #e60023;
  padding: 12px 0;
}

.rs-marquee-track {
  display: flex;
  width: max-content;
  gap: 60px;
  animation: scroll-marquee 20s linear infinite;
}

.rs-marquee-track span {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  white-space: nowrap;
}

/* Responsive */

@media (max-width: 768px) {
  .rs-marquee-track span {
    font-size: 14px;
  }

  .rs-marquee-track {
    gap: 30px;
    animation-duration: 15s;
  }
}

/*  */

.key-features.about-features,
.about-features {
  background: #001023 url("/assets/img/about-bg5.webp") center / cover no-repeat !important;
}

.darkblue-line {
  background: #ffffff url(/assets/img/diagonal-lines.png) 0 0;
}

/* Home page */

.google-box img {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

/*  */

#stak-sec .container {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 15px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 0 #e60023;
}

.stack-no {
  color: #e60023;
  font-size: 60px;
  font-weight: 600;
}

.stack-desc h4 {
  font-size: 17px;
  font-weight: bold;
}

.stak-wrap {
  padding: 0 20px;
}

.stak-sec::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
}

.stak-sec {
  position: relative;
}

/* =========================================================
   VIDEO SECTION
========================================================= */

.rs-video-zoom-sec {
  position: relative;
  height: 100vh;

  background: url(/assets/img/bg-7.jpg) center bottom no-repeat;

  overflow: hidden;
}

/* =========================================================
   VIDEO CONTENT
========================================================= */

.rs-video-content {
  position: relative;

  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: start;

  gap: 2px;
}

/* =========================================================
   VIDEO TITLE
========================================================= */

.rs-video-title h3 {
  position: relative;

  z-index: 5;

  color: #ddd;

  font-size: 48px;
  line-height: 1;
  font-weight: 700;

  text-align: center;

  margin: 0 0 20px 0;

  pointer-events: none;
}

/* =========================================================
   VIDEO WRAPPER
========================================================= */

.rs-video-wrap {
  position: relative;

  width: 550px;
  height: auto;

  overflow: hidden;

  border-radius: 20px;

  transform-origin: center center;

  /*
   * Removed will-change: transform
   * GSAP is controlling this element.
   */
}

/* =========================================================
   VIDEO LINK
========================================================= */

.rs-video-wrap .video-link {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
}

/* =========================================================
   VIDEO / IMAGE
========================================================= */

.rs-video-wrap img,
.rs-video-wrap video {
  display: block;

  width: 100%;
  height: 100%;

  /* object-fit: cover; */
}

/* =========================================================
   PLAY BUTTON
========================================================= */

.rs-video-wrap .play-btn {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 80px;
  height: 80px;

  background: rgba(255, 255, 255, 0.7);

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 10;

  animation: pulse 1.5s infinite;

  transition: background 0.3s ease;
}

/* =========================================================
   PLAY TRIANGLE
========================================================= */

.rs-video-wrap .play-btn::before {
  content: "";

  border-style: solid;

  border-width: 15px 0 15px 25px;

  border-color:
    transparent transparent transparent #DF1F26;

  margin-left: 5px;
}

/* =========================================================
   PLAY BUTTON HOVER
========================================================= */

.rs-video-wrap .play-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .rs-video-title {
    font-size: 42px;
  }

  .rs-video-content {
    gap: 30px;
  }

  .rs-video-wrap {
    width: 90%;
  }

  .rs-video-wrap .play-btn {
    width: 60px;
    height: 60px;
  }

  .rs-video-wrap .play-btn::before {
    border-width: 11px 0 11px 18px;
  }
}

/* home carusel */

/* All custom CSS is scoped under this reusable parent class. */

.rs-hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background: #170008;
  padding: 0;
  color: #ffffff;
  font-family: var(--default-font);
}

.rs-hero-slider .carousel,
.rs-hero-slider .carousel-inner,
.rs-hero-slider .carousel-item {
  height: 100%;
  min-height: 650px;
}

.rs-hero-slider .carousel-item {
  transition: transform .85s cubic-bezier(.65, 0, .35, 1);
}

.rs-hero-slider .rs-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 650px;
  padding: 190px 90px 90px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-hero-slider .rs-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(31, 0, 12, .68);
}

.rs-hero-slider .rs-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, .16);
}

.rs-hero-slider .rs-slide-content {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.rs-hero-slider .rs-slide-kicker {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 33px);
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0;
}

.rs-hero-slider .rs-slide-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(35px, 4.2vw, 36px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.8px;
  text-transform: uppercase;
  opacity: 0;
}

.rs-hero-slider .rs-slide-description {
  max-width: 850px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.5;
  opacity: 0;
}

.rs-hero-slider .rs-slide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
  padding: 14px 26px;
  border: 2px solid #f5ff00;
  border-radius: 50px;
  background: #f5ff00;
  color: #ef1515;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .3px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.rs-hero-slider .rs-slide-button:hover {
  transform: translateY(-3px);
  background: transparent;
  color: #ffffff;
}

.rs-hero-slider .rs-review-box {
  margin-top: 76px;
  opacity: 0;
}

.rs-hero-slider .rs-review-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rs-hero-slider .rs-review-top a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
}

.rs-hero-slider .rs-google-word {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.rs-hero-slider .rs-google-word .rs-blue {
  color: #4285f4;
}

.rs-hero-slider .rs-google-word .rs-red {
  color: #ea4335;
}

.rs-hero-slider .rs-google-word .rs-yellow {
  color: #fbbc05;
}

.rs-hero-slider .rs-google-word .rs-green {
  color: #34a853;
}

.rs-hero-slider .rs-stars {
  display: inline-flex;
  gap: 2px;
  color: #ffc400;
  font-size: 23px;
}

.rs-hero-slider .rs-review-text {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(14px, 1.3vw, 19px);
  line-height: 1.45;
}

.rs-hero-slider .carousel-item.active .rs-slide-kicker {
  animation: rs-fade-down .7s ease .15s forwards;
}

.rs-hero-slider .carousel-item.active .rs-slide-title {
  animation: rs-zoom-in .8s ease .35s forwards;
}

.rs-hero-slider .carousel-item.active .rs-slide-description {
  animation: rs-fade-up .7s ease .58s forwards;
}

.rs-hero-slider .carousel-item.active .rs-slide-button,
.rs-hero-slider .carousel-item.active .rs-btn {
  animation: rs-fade-up .7s ease .78s forwards;
}

.rs-hero-slider .carousel-item.active .rs-review-box {
  animation: rs-fade-up .7s ease 1s forwards;
}

.rs-hero-slider .carousel-control-prev,
.rs-hero-slider .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 66px;
  height: 66px;
  border: 0px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transform: translateY(-50%);
  transition: background .3s ease, border-color .3s ease;
}

.rs-hero-slider .carousel-control-prev {
  left: 24px;
}

.rs-hero-slider .carousel-control-next {
  right: 24px;
}

.rs-hero-slider .carousel-control-prev:hover,
.rs-hero-slider .carousel-control-next:hover {
  border-color: #ffffff;
  background: transparent;
}

.rs-hero-slider .carousel-control-prev-icon,
.rs-hero-slider .carousel-control-next-icon {
  width: 22px;
  height: 22px;
}

.rs-hero-slider .carousel-indicators {
  z-index: 4;
  bottom: 17px;
  gap: 7px;
  margin-bottom: 0;
}

.rs-hero-slider .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, .80);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: background .3s ease, transform .3s ease;
}

.rs-hero-slider .carousel-indicators .active {
  background: #ffffff;
  transform: scale(1.15);
}

.rs-hero-slider .rs-slide-count {
  position: absolute;
  z-index: 3;
  right: 33px;
  bottom: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  letter-spacing: 2px;
}

@media (max-width: 1400px) {
  .rs-hero-slider .rs-slide {
    padding: 180px 48px 80px;
  }
}

@media (max-height: 900px) {
  .rs-hero-slider .rs-slide {
    align-items: flex-start;
    padding-top: 170px;
    padding-bottom: 64px;
  }

  .rs-hero-slider .rs-slide-button {
    margin-top: 28px;
  }

  .rs-hero-slider .rs-review-box {
    margin-top: 32px;
  }
}

@media (max-width: 991.98px) {

  .rs-hero-slider,
  .rs-hero-slider .carousel,
  .rs-hero-slider .carousel-inner,
  .rs-hero-slider .carousel-item,
  .rs-hero-slider .rs-slide {
    height: 100vh;
    min-height: 650px;
  }

  .rs-hero-slider .rs-slide {
    align-items: flex-start;
    padding: 150px 40px 80px;
  }

  .rs-hero-slider .rs-review-box {
    margin-top: 40px;
  }

  .rs-hero-slider .carousel-control-prev,
  .rs-hero-slider .carousel-control-next {
    width: 50px;
    height: 50px;
  }

  .rs-hero-slider .carousel-control-prev {
    left: 14px;
  }

  .rs-hero-slider .carousel-control-next {
    right: 14px;
  }
}

@media (max-width: 575.98px) {

  .rs-hero-slider,
  .rs-hero-slider .carousel,
  .rs-hero-slider .carousel-inner,
  .rs-hero-slider .carousel-item,
  .rs-hero-slider .rs-slide {
    height: 100svh;
    min-height: 650px;
  }

  .rs-hero-slider .rs-slide {
    padding: 128px 24px 72px;
  }

  .rs-hero-slider .rs-slide-kicker {
    margin-bottom: 14px;
  }

  .rs-hero-slider .rs-slide-description {
    margin-top: 18px;
  }

  .rs-hero-slider .rs-slide-button {
    margin-top: 30px;
    padding: 12px 21px;
    font-size: 14px;
  }

  .rs-hero-slider .rs-review-box {
    margin-top: 43px;
    text-align: center;
  }

  .rs-hero-slider .rs-review-top {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
  }

  .rs-hero-slider .rs-review-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .rs-hero-slider .rs-google-word {
    font-size: 23px;
  }

  .rs-hero-slider .rs-stars {
    font-size: 18px;
  }

  .rs-hero-slider .carousel-control-prev,
  .rs-hero-slider .carousel-control-next {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
  }

  .rs-hero-slider .carousel-control-prev {
    left: 2px;
  }

  .rs-hero-slider .carousel-control-next {
    right: 2px;
  }

  .rs-hero-slider .rs-slide-count {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rs-hero-slider .rs-slide-kicker,
  .rs-hero-slider .rs-slide-title,
  .rs-hero-slider .rs-slide-description,
  .rs-hero-slider .rs-slide-button,
  .rs-hero-slider .rs-review-box {
    opacity: 1;
    animation: none !important;
  }

  .rs-hero-slider .carousel-item {
    transition: none;
  }
}

/*  */

#portfolio .portfolio-filter-wrapper {
  margin: 40px 0;
}

#portfolio .portfolio-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

#portfolio .filter-dropdown {
  position: relative;
}

#portfolio .filter-btn {
  background: #111;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: .3s;
}

#portfolio .filter-btn:hover {
  background: #d40000;
}

#portfolio .filter-btn i {
  margin-right: 6px;
}

#portfolio .filter-menu {
  position: absolute;
  top: 55px;
  left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  padding: 10px 0;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 9999;
}

#portfolio .filter-menu.show {
  display: block;
}

#portfolio .filter-menu li {
  padding: 12px 20px;
  cursor: pointer;
  transition: .3s;
  color: #333;
  font-size: 15px;
}

#portfolio .filter-menu li:hover,
#portfolio .filter-menu li.active {
  background: #d42b2b;
  color: #fff;
}

#portfolio .youtube-btn {
  background: #d42b2b;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: .3s;
}

#portfolio .youtube-btn:hover {
  background: #111;
  color: #fff;
}

#portfolio .youtube-btn i {
  font-size: 18px;
}

@media (max-width: 768px) {

  #portfolio .portfolio-actions {
    justify-content: center;
  }

  #portfolio .filter-menu {
    min-width: 220px;
    left: 50%;
    transform: translateX(-50%);
  }

}

/* home form ful width css */

.form-sec {
  position: relative;
  background: #111 url("/assets/img/form-bg.webp") center center no-repeat;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden;
}

.form-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgb(210 0 0 / .45), transparent 28%), radial-gradient(circle at 80% 80%, rgb(255 170 0 / .18), transparent 25%), linear-gradient(135deg, rgb(0 0 0 / .86), rgb(20 0 0 / .78));
  z-index: 0;
}

.form-sec::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -140px;
  top: -120px;
  background: rgba(210, 0, 0, 0.2);
  filter: blur(10px);
  border-radius: 45% 55% 35% 65%;
  animation: formGlowMove 8s ease-in-out infinite;
}

.form-sec .mid_sec {
  padding: 30px 20px;
  background: rgb(255 255 255 / .26);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.form-sec .rs-contact-form-card {
  height: 100%;
}

.form-sec .rs-contact-form-card .rs-form-label {
  color: #242424;
}

.form-sec .rs-contact-form-card .rs-contact-terms {
  color: #555555;
}

.form-sec .rs-contact-form-card .rs-field-error,
.form-sec .rs-contact-form-card .rs-field-error i,
.form-sec .rs-contact-form-card .rs-field-error__text {
  color: #c81e1e;
}

.form-sec .req_block_left {
  padding: 25px;
  height: 100%;
  background: rgb(0 0 0 / .4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.form-sec .req_block_left .h5 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}

.form-sec .req_block_left p {
  line-height: 23px;
  color: #ffffff;
}

.form-sec .req_block {
  width: 100%;
  background: transparent;
}

.form-sec .req_block_right {
  padding: 0;
}

.form-sec .req_block_right .field-wrap {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #aaa;
  box-shadow: none;
  position: relative;
}

.form-sec .req_block_right .field-wrap:has(textarea) {
  min-height: 110px;
}

.form-sec .home-input-cus {
  margin-bottom: 18px;
}

.form-sec label,
.form-sec .home-input-cus label {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.form-sec .req_block_right .field-wrap .req_input,
.form-sec .req_block_right .field-wrap .req_textarea,
.form-sec .req_block_right .field-wrap .rs-themed-select,
.form-sec .req_block_right .field-wrap .phone-field {
  width: 100%;
}

.form-sec .req_block_right .field-wrap .req_textarea {
  min-height: 80px;
  height: auto;
}

.form-sec .field-wrap .phone-field {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.form-sec .field-wrap .phone-field .rs-themed-select--compact {
  flex: 0 0 100px;
  width: 100px;
  min-width: 100px;
  border-right: 1px solid #e5e5e5;
  margin-right: 4px;
}

.form-sec .field-wrap .phone-field .rs-themed-select-trigger {
  min-height: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: 15px;
}

.form-sec .field-wrap .phone-field .rs-themed-select-trigger.is-placeholder {
  color: #9ca3af !important;
}

.form-sec .field-wrap .phone-field .rs-themed-select-trigger i {
  color: #d20000;
}

.form-sec .field-wrap .phone-field .req_input {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  color: #111;
}

.form-sec .field-wrap .phone-field .req_input::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

.form-sec .field-wrap .rs-themed-select-trigger.is-placeholder {
  color: #9ca3af !important;
}

.form-sec .field-wrap .rs-themed-select-trigger {
  min-height: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: 16px;
}

.form-sec .field-wrap .rs-themed-select-trigger.is-placeholder {
  color: #9ca3af !important;
}

.form-sec .field-wrap .rs-themed-select-trigger i {
  color: #d20000;
}

.form-sec .field-wrap.is-invalid {
  border-color: #ff5c5c;
  box-shadow: 0 0 0 2px rgba(255, 92, 92, 0.35);
}

.form-sec .field-wrap.is-invalid .req_input,
.form-sec .field-wrap.is-invalid .req_textarea,
.form-sec .field-wrap.is-invalid .rs-themed-select-trigger,
.form-sec .field-wrap.is-invalid .phone-field {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.form-sec .home-input-cus .req_input {
  width: 100%;
  background: transparent;
  border-bottom: 0px solid #fff;
  border-radius: 0;
  padding: 0;
  color: #111;
  margin: 0 !important;
}

.form-sec .home-input-cus .req_input::placeholder,
.form-sec .req_textarea::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

.form-sec .req_selected,
.form-sec .req_textarea {
  background-color: transparent;
  font-family: var(--default-font) !important;
  border-width: 0 0 0px 0;
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
  color: #111;
  margin: 0 !important;
  padding: 0;
}

.form-sec select option {
  color: #000;
}

.form-sec .req_textarea {
  padding: 15px 0;
}

.form-sec .req_input,
.form-sec .req_selected,
.form-sec .req_textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 0px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.form-sec .req_input::placeholder,
.form-sec .req_textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.form-sec .req_input:focus,
.form-sec .req_selected:focus,
.form-sec .req_textarea:focus {
  border-bottom: 0px solid #fff;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.form-sec .req_selected option {
  color: #222;
  background: #fff;
}

.form-sec .send {
  background: #fff;
  color: #000;
  border: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.form-sec .send:hover {
  background: #d20000;
  color: #fff;
}

.form-sec .phone-field {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 0px solid #fff;
}

.form-sec .country-code {
  width: 110px;
  min-width: 110px;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}

.form-sec .country-code option {
  color: #222;
  background: #fff;
}

.form-sec .phone-field .req_input {
  flex: 1;
  margin-bottom: 0 !important;
}

@media (max-width: 576px) {

  .form-sec .phone-field {
    gap: 10px;
  }

  .form-sec .country-code {
    width: 90px;
    min-width: 90px;
    font-size: 14px;
  }

}

.video-grow-sec .video-thumb {
  width: 100%;
  display: block;
  object-fit: cover;
}

.rs-service-card:hover p a {
  color: #fff;
}

.rs-service-card {
  position: relative;
  padding: 45px 30px 35px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  min-height: 355px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.45s ease;
  z-index: 1;
}

#services .rs-service-card h3 {
  font-weight: bold;
  font-family: var(--default-font);
}

.rs-service-card::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -45px;
  top: -45px;
  background: rgba(210, 0, 0, 0.08);
  border-radius: 35% 65% 60% 40%;
  transition: all 0.55s ease;
  z-index: -1;
}

.rs-service-card::after {
  content: "";
  position: absolute;
  inset: auto 25px 0 25px;
  height: 4px;
  border-radius: 50px 50px 0 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.45s ease;
}

.rs-service-icon {
  width: 78px;
  height: 72px;
  background: linear-gradient(135deg, #d20000, #ff4b4b);
  color: #ffffff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 22px 45px 22px 45px;
  position: relative;
  transition: all 0.45s ease;
  box-shadow: 0 12px 25px rgba(210, 0, 0, 0.28);
}

.rs-service-icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px dashed rgba(210, 0, 0, 0.35);
  border-radius: 28px 50px 28px 50px;
  animation: rsIconShapeMove 4s linear infinite;
}

.rs-service-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 14px;
  transition: all 0.35s ease;
}

.rs-service-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #5c6670;
  margin-bottom: 0;
  transition: all 0.35s ease;
}

.rs-service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
}

.rs-service-card:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #d20000, #171717);
}

.rs-service-card:hover::after {
  transform: scaleX(1);
}

.rs-service-card:hover .rs-service-icon {
  background: #ffffff;
  color: #d20000;
  transform: rotate(-6deg) scale(1.08);
  box-shadow: 0 16px 35px rgba(255, 255, 255, 0.2);
}

.rs-service-card:hover .rs-service-icon::before {
  border-color: rgba(255, 255, 255, 0.6);
  animation-duration: 1.5s;
}

.rs-service-card:hover h3,
.rs-service-card:hover p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .rs-service-card {
    padding: 38px 24px 30px;
  }

  .rs-service-icon {
    width: 68px;
    height: 64px;
    font-size: 30px;
  }

  .rs-service-card h3 {
    font-size: 19px;
  }
}

.stak-sec .rs-stak-title,
.rs-process-title-sm {
  font-size: clamp(26px, 3.4vw, 42px) !important;
}

.rs-gd-intro .rs-process-title,
.rs-gd-intro .rs-section-subtitle {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* home page section */

.rs-agency-showcase {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.rs-agency-showcase::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  background: #ffeaea;
  border-radius: 50%;
  top: -220px;
  right: -180px;
  filter: blur(70px);
  opacity: 0.8;
}

.rs-agency-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 22px;
  height: auto;
  min-height: 0;
  padding: 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

.rs-agency-image {
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  height: 100%;
}

.rs-agency-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: 0.8s ease;
}

.rs-agency-image:hover img {
  transform: scale(1.06);
}

.rs-agency-content {
  padding: 12px 8px 12px 18px;
}

.rs-agency-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #6c7a89;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.rs-agency-top span {
  color: #d20000;
  font-weight: 700;
}

.rs-agency-content h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #171717;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: left;
  margin-left: 0;
}

.rs-agency-content p {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.rs-agency-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 22px;
}

.rs-agency-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f6f6f6;
  border: 1px solid #ececec;
  color: #171717;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.rs-agency-card--creative {
  overflow: hidden;
  padding: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 0, 0, 0.06), transparent 38%),
    #ffffff;
}

.rs-agency-content {
  position: relative;
}

.rs-agency-watermark {
  position: absolute;
  top: -42px;
  right: -8px;
  font-size: clamp(88px, 12vw, 150px);
  font-weight: 800;
  line-height: 0.8;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.06em;
}

.rs-agency-visual {
  position: relative;
  padding: 18px 18px 28px 0;
}

.rs-agency-visual-label {
  position: absolute;
  left: -8px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  color: #d20000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rs-agency-visual .rs-agency-image {
  position: relative;
  z-index: 2;
  min-height: 340px;
  border-radius: 28px 8px 28px 8px;
  box-shadow: 18px 18px 0 #d20000;
}

.rs-agency-visual .rs-agency-image img {
  min-height: 340px;
}

.rs-agency-float-card {
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 4;
  min-width: 148px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #171717;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.rs-agency-float-card b {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.rs-agency-float-card span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.8;
}

.rs-agency-list-label {
  display: block;
  color: #d20000;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin: 8px 0 12px;
}

.rs-agency-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 8px 0 24px;
}

.rs-agency-service {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(246, 246, 246, 0.9);
  border: 1px solid #ececec;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.rs-agency-service i {
  font-size: 16px;
  color: #d20000;
}

.rs-agency-service em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #a0a0a0;
}

.rs-agency-service span {
  font-size: 13px;
  font-weight: 600;
  color: #171717;
  line-height: 1.25;
}

.rs-agency-service:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: #d20000;
}

.rs-agency-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.rs-agency-locations span {
  position: relative;
  padding: 9px 16px 9px 28px;
  border-radius: 999px;
  background: #fff5f5;
  color: #171717;
  font-size: 13px;
  font-weight: 700;
}

.rs-agency-locations span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d20000;
  transform: translateY(-50%);
}

.rs-agency-card--dark {
  background:
    radial-gradient(circle at 0% 100%, rgba(210, 0, 0, 0.28), transparent 36%),
    #111111;
  color: #fff;
}

.rs-agency-card--dark .rs-agency-watermark {
  color: rgba(255, 255, 255, 0.06);
}

.rs-agency-card--dark .rs-agency-top small,
.rs-agency-card--dark .rs-lead,
.rs-agency-card--dark .rs-agency-content p,
.rs-agency-card--dark .rs-agency-content h2 {
  color: #fff;
}

.rs-agency-card--dark .rs-agency-service {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.rs-agency-card--dark .rs-agency-service span {
  color: #fff;
}

.rs-agency-card--dark .rs-agency-list-label {
  color: #ff6b70;
}

.rs-agency-card--dark .rs-agency-service:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #d20000;
}

.rs-agency-card--dark .rs-agency-visual .rs-agency-image {
  box-shadow: 18px 18px 0 #d20000;
}

.rs-agency-card--dark .rs-agency-float-card {
  background: #fff;
  color: #171717;
}

.rs-agency-list {
  background: #f8f8f8;
  border-left: 0px solid #d20000;
  padding: 25px;
  border-radius: 14px;
}

.rs-agency-list span {
  color: #d20000;
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
}

.rs-agency-list ul {
  padding-left: 18px;
  margin: 0;
}

.rs-agency-list li {
  margin-bottom: 14px;
  color: #171717;
}

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

.rs-agency-dots {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.rs-agency-dots span {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-left: -20px;
  border: 4px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  animation: rsFloatCircle 4s ease-in-out infinite;
}

.rs-agency-dots span:nth-child(2) {
  animation-delay: 0.5s;
}

.rs-agency-dots span:nth-child(3) {
  animation-delay: 1s;
}

.rs-agency-dots span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .rs-agency-card {
    padding: 16px;
  }

  .rs-agency-card--creative {
    padding: 18px;
  }

  .rs-agency-visual {
    padding: 0 0 24px;
  }

  .rs-agency-visual-label {
    display: none;
  }

  .rs-agency-visual .rs-agency-image,
  .rs-agency-visual .rs-agency-image img,
  .rs-agency-image,
  .rs-agency-image img {
    min-height: 280px;
  }

  .rs-agency-visual .rs-agency-image {
    box-shadow: 10px 10px 0 #d20000;
  }

  .rs-agency-watermark {
    top: -18px;
    font-size: 84px;
  }

  .rs-agency-services-grid {
    grid-template-columns: 1fr;
  }

  .rs-agency-content {
    padding: 8px 4px 4px;
  }

  .rs-agency-content h2 {
    margin-bottom: 16px;
  }

  .rs-lead {
    font-size: 17px;
  }

  .rs-agency-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .rs-agency-content h2 {
    font-size: 30px;
  }

  .rs-agency-top {
    flex-direction: column;
  }

  .rs-agency-dots span {
    width: 68px;
    height: 68px;
  }
}

/* home page card gasp */

/* Home page card stack */

.rs-gsap-stack-sec,
.rs-gsap-stack-sec .container,
.pin-spacer:has(.rs-gsap-stack-sec),
.pin-spacer:has(.rs-gsap-cards) {
  overflow: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.rs-gsap-stack-sec {
  padding: 10px 0 0;
  margin: 0 !important;
  background: #f8f8f8;
}

.rs-gsap-cards {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 560px;
  margin: 0 !important;
  overflow: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  z-index: 2;
}

.rs-gsap-cards .rs-gsap-card,
.rs-gsap-cards [class*="rs-card-"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  will-change: transform;
}

.rs-gsap-stack-sec::-webkit-scrollbar,
.rs-gsap-stack-sec .container::-webkit-scrollbar,
.rs-gsap-cards::-webkit-scrollbar,
.rs-gsap-cards .rs-gsap-card::-webkit-scrollbar,
.pin-spacer:has(.rs-gsap-cards)::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.rs-gsap-cards .rs-card-1 {
  z-index: 1;
  transform: none;
}

.rs-gsap-cards .rs-card-2,
.rs-gsap-cards .rs-card-3 {
  z-index: 2;
  transform: translateY(100%);
}

.rs-gsap-cards .rs-card-3 {
  z-index: 3;
}

.rs-gsap-cards .rs-agency-card,
.rs-gsap-cards .rs-card-3 .rs-agency-card {
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

/* One composition: image + copy share the full card height */
.rs-gsap-cards .rs-agency-split {
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.rs-gsap-cards .rs-agency-split > [class*="col-"] {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  height: 100%;
  min-height: 0;
}

.rs-gsap-cards .rs-agency-visual {
  flex: 1;
  height: 100%;
  min-height: 0;
  padding: 0 !important;
}

.rs-gsap-cards .rs-agency-visual .rs-agency-image,
.rs-gsap-cards .rs-agency-image {
  flex: 1;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

.rs-gsap-cards .rs-agency-visual .rs-agency-image img,
.rs-gsap-cards .rs-agency-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  border-radius: 0 !important;
}

.rs-gsap-cards .rs-agency-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding: clamp(28px, 3.5vw, 48px) clamp(24px, 3.5vw, 52px);
  scrollbar-width: thin;
}

.rs-gsap-cards .rs-agency-heading {
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #171717;
  margin: 0 0 16px;
  text-align: left;
}

.rs-gsap-cards .rs-agency-card--dark .rs-agency-heading {
  color: #fff;
}

.rs-gsap-cards .rs-agency-content .rs-lead {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 12px;
}

.rs-gsap-cards .rs-agency-content p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 12px;
}

.rs-gsap-cards .rs-agency-services-grid {
  margin: 4px 0 0;
  gap: 8px;
}

.rs-gsap-cards .rs-agency-service {
  padding: 10px 12px;
  border-radius: 12px;
}

.rs-gsap-cards .rs-agency-list-label {
  margin: 4px 0 10px;
}

@media (max-width: 991px) {
  .rs-gsap-cards .rs-agency-split {
    height: auto;
    overflow-y: auto;
  }

  .rs-gsap-cards .rs-agency-split > [class*="col-"] {
    height: auto;
  }

  .rs-gsap-cards .rs-agency-visual {
    height: auto;
    min-height: 220px;
  }

  .rs-gsap-cards .rs-agency-visual .rs-agency-image,
  .rs-gsap-cards .rs-agency-image {
    min-height: 220px !important;
    height: 220px !important;
  }

  .rs-gsap-cards .rs-agency-visual .rs-agency-image img,
  .rs-gsap-cards .rs-agency-image img {
    min-height: 220px !important;
    height: 220px !important;
  }

  .rs-gsap-cards .rs-agency-content {
    justify-content: flex-start;
    height: auto;
    padding: 24px 22px 28px;
  }
}

/* Keep the section after the pinned cards in normal document flow. */

.rs-gsap-cards+section {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .rs-gsap-stack-title h2 {
    font-size: 34px;
  }

  .rs-gsap-card {
    width: 92%;
    padding: 40px;
  }

  .rs-gsap-card h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .rs-gsap-stack-sec {
    padding: 16px 0 0;
  }

  .rs-gsap-cards {
    height: calc(100svh - 96px);
    min-height: 480px;
  }

  .rs-gsap-card {
    border-radius: 24px;
    padding: 12px;
  }
}

/* Card 3 image height is controlled by .rs-gsap-cards split layout */

.rs-card-4 {
  background: #ffffff;
  color: #171717;
  padding: 60px;

}

/* =========================================================
   REDSPIDER CREATIVE / ACCORDION SECTION
========================================================= */

.rs-creative-sec {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.rs-creative-sec + .contact-cta {
  padding-top: 88px;
  margin-top: 0;
}

.rs-creative-media,
.rs-creative-copy {
  min-width: 0;
}

.rs-creative-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
  overflow: hidden;
  background: #ececec;
}

.rs-creative-img .rs-creative-photo,
.rs-creative-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.rs-creative-sec .rs-creative-title,
.rs-creative-sec h2.rs-process-title {
  width: 100%;
  max-width: none !important;
  margin: 0 0 16px !important;
  padding: 0;
  font-size: clamp(28px, 2.8vw, 44px) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #171717;
  white-space: normal !important;
  overflow: visible !important;
}

.rs-creative-sec .rs-title-black {
  display: block;
  width: auto;
  max-width: 100%;
  color: #171717;
  white-space: normal;
}

.rs-creative-sec .rs-process-highlight {
  display: inline-block !important;
  position: relative;
  width: auto;
  max-width: 100% !important;
  margin-left: 0 !important;
  padding-bottom: 12px;
  color: #df3035;
  white-space: nowrap;
  line-height: 1.12;
}

.rs-creative-sec .rs-process-highlight .rs-process-underline {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  max-width: none;
  height: 18px;
  margin: 0;
}

.rs-creative-accordion {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rs-creative-accordion .accordion-item {
  margin: 0;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.rs-creative-accordion .accordion-header {
  margin: 0;
}

.rs-creative-accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 18px 18px 18px 20px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  white-space: normal;
}

.rs-creative-accordion .accordion-button::after,
.rs-creative-accordion .accordion-button:not(.collapsed)::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
  width: 0;
  height: 0;
  margin: 0;
}

.rs-creative-accordion .accordion-button::before {
  content: "+";
  order: 2;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 50%;
  background: #f4f4f4;
  color: #d20000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.rs-creative-accordion .accordion-button:not(.collapsed) {
  background: #d20000;
  color: #fff;
  box-shadow: none;
}

.rs-creative-accordion .accordion-button:not(.collapsed)::before {
  content: "−";
  background: #fff;
  color: #d20000;
}

.rs-creative-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.rs-creative-accordion .accordion-button:focus-visible {
  outline: 2px solid #d20000;
  outline-offset: 2px;
}

.rs-creative-accordion .accordion-body {
  padding: 4px 20px 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  background: #fff;
}

.rs-creative-accordion .accordion-body p {
  margin: 0 0 12px;
}

.rs-creative-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .rs-creative-media,
  .rs-creative-copy {
    display: flex;
  }

  .rs-creative-img {
    min-height: 560px;
    flex: 1;
  }
}

@media (max-width: 991px) {
  .rs-creative-img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: 280px;
  }

  .rs-creative-content {
    align-items: flex-start;
    padding: 40px 24px 48px;
  }

  .rs-creative-inner,
  .rs-creative-content .rs-process-text,
  .rs-creative-accordion {
    max-width: 100%;
  }

  .rs-creative-sec .rs-creative-title,
  .rs-creative-sec h2.rs-process-title {
    font-size: clamp(26px, 7vw, 32px) !important;
  }

  .rs-creative-sec .rs-process-highlight {
    white-space: normal !important;
  }
}

@media (max-width: 575px) {
  .rs-creative-img {
    max-height: 220px;
  }

  .rs-creative-content {
    padding: 32px 20px 40px;
  }

  .rs-creative-heading {
    margin-bottom: 22px;
  }

  .rs-creative-accordion {
    gap: 10px;
  }

  .rs-creative-accordion .accordion-button {
    font-size: 15px;
    padding: 16px;
  }

  .rs-creative-accordion .accordion-body {
    padding: 0 16px 16px;
    font-size: 14px;
  }
}

.rs-card-stack {
  padding-bottom: 80px;
}

.rs-marquee-heading {
  padding-bottom: 40px;
}

.rs-marquee-heading .rs-main-title span {
  color: #111;
}

.rs-marquee-heading .rs-main-title {
  margin: 20px 0;
}

.rs-marquee-heading .rs-main-title span {
  color: #fff;
}

/*==============================
 CARD
==============================*/

.rs-price-light .rs-card {

  position: relative;

  background: #fff;

  border: 1px solid #ececec;

  border-radius: 22px;

  padding: 35px;

  height: 100%;

  overflow: hidden;

  transition: .45s ease;

  box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
}

/* top red line */

.rs-price-light .rs-card::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 0;

  height: 4px;

  background: #d20000;

  transition: .45s;
}

/* gradient */

.rs-price-light .rs-card::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(145deg,
      rgba(210, 0, 0, .06),
      transparent 60%);

  opacity: 0;

  transition: .45s;
}

.rs-price-light .rs-card:hover {

  transform: translateY(-14px);

  border-color: #d20000;

  box-shadow:
    0 25px 70px rgba(210, 0, 0, .12);
}

.rs-price-light .rs-card:hover::before {

  width: 100%;
}

.rs-price-light .rs-card:hover::after {

  opacity: 1;
}

.rs-price-light .rs-card:hover h6 {

  color: #d20000;

  transform: translateX(6px);
}

.rs-price-light .rs-card:hover li {

  color: #111;

  transform: translateX(6px);
}

.rs-price-light .rs-card:hover li::before {

  transform: rotate(360deg) scale(1.1);
}

/*==============================
 Floating animation
==============================*/

.rs-price-light .col-md-3:nth-child(1) .rs-card {

  animation: cardFloat 5s infinite ease-in-out;
}

.rs-price-light .col-md-3:nth-child(2) .rs-card {

  animation: cardFloat 5s infinite ease-in-out .4s;
}

.rs-price-light .col-md-3:nth-child(3) .rs-card {

  animation: cardFloat 5s infinite ease-in-out .8s;
}

.rs-price-light .col-md-3:nth-child(4) .rs-card {

  animation: cardFloat 5s infinite ease-in-out 1.2s;
}

/*==============================
 Responsive
==============================*/

@media(max-width:991px) {

  .rs-price-light .section-title h2 {

    font-size: 38px;
  }

  .rs-price-light .rs-card {

    padding: 28px 22px;
  }

}

/* exp circle section */

/* Parent Class */

/* =========================================================
   RS AGENCY INTRO SECTION
========================================================= */

.rs-agency-intro-sec {
  position: relative;
  padding: 28px 0 25px;
  background: #ffffff url("/assets/img/ch-bg.png") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}

.rs-agency-intro-sec .container {
  max-width: 1550px;
}

/* =========================================================
   HEADING
========================================================= */

.rs-agency-big-title {
  width: 100%;
  max-width: 100%;

  margin: 0;

  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.05;

  font-weight: 800;
  letter-spacing: -2px;

  text-transform: none;

  color: #000000;

  white-space: nowrap;
}

.rs-agency-big-title span {
  color: #de1515;
}

/* =========================================================
   BOTTOM ROW
========================================================= */

.rs-agency-bottom {
  margin-top: 24px;
}

.rs-agency-bottom>[class*="col-"] {
  display: flex;
  align-items: center;
}

/* =========================================================
   LEFT - LET'S CONNECT
========================================================= */

.rs-agency-bottom .letconnect {
  display: flex;
  align-items: center;

  width: 100%;

  white-space: nowrap;

  margin: 0 !important;
}

.rs-agency-bottom .letconnect .line {
  width: 70px;
  height: 1px;

  flex: 0 0 70px;

  margin: 0 18px;

  background: #de1515;
}

.rs-agency-bottom .letconnect a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 105px;

  padding: 10px 18px;

  background: #de1515;
  color: #ffffff;

  border-radius: 4px;

  text-decoration: none;

  font-size: 12px;
  font-weight: 600;

  white-space: nowrap;
}

.rs-agency-bottom .letconnect a:hover {
  background: #b80000;
  color: #ffffff;
}

/* =========================================================
   CENTER - DESCRIPTION
========================================================= */

.rs-agency-text {
  width: 100%;
  max-width: 580px;

  margin: 0;

  font-size: 13px;
  line-height: 1.5;

  font-weight: 400;

  color: #111111;

  text-transform: none;
}

/* =========================================================
   RIGHT SIDE
========================================================= */

.rs-agency-right {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  --rs-hero-height: 500px;
  min-height: var(--rs-hero-height);
  height: var(--rs-hero-height);
}

/* Horizontal line before circle */

.rs-agency-right .rs-agency-line {
  width: 90px;
  height: 1px;
  background: #111111;
}
.blog-hero-custom::before,
.rs-contact-hero-video .rs-contact-hero-video__overlay,
.portfolio-page-hero .portfolio-hero-overlay,
.rs-hero-overlay,
.hero-marquee::before {
  background: linear-gradient(120deg,
      rgba(10, 10, 12, 0.82) 0%,
      rgba(18, 18, 22, 0.72) 52%,
      rgba(150, 18, 18, 0.22) 100%) !important;
}


/* =========================================================
   CIRCLE
========================================================= */

.rs-agency-circle-wrap {
  width: 92px;
  height: 92px;

  position: relative;

  flex: 0 0 92px;

  margin: 0;
}

.rs-agency-circle {
  width: 92px;
  height: 92px;

  border: 1px solid #111111;
  border-radius: 50%;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  animation: rsAgencySpin 16s linear infinite;
}

.rs-agency-circle-center {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  font-size: 18px;
  line-height: 1;

  font-weight: 700;

  color: #000000;

  z-index: 2;
}


/* =========================================================
   CIRCLE TEXT
========================================================= */

.rs-agency-scroll-text {
  position: absolute;
  inset: -3px;

  animation: rsAgencySpin 16s linear infinite;
}

.rs-agency-scroll-text span {
  position: absolute;

  left: 50%;
  top: 50%;

  transform-origin: 0 0;

  font-size: 8px;
  letter-spacing: 1px;

  color: #111111;
}


/* =========================================================
   ROTATION
========================================================= */

@keyframes rsAgencySpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

  .rs-agency-intro-sec {
    padding: 30px 0 25px;
  }

  .rs-agency-big-title {
    font-size: 32px;
    letter-spacing: -1.5px;
  }

  .rs-agency-bottom {
    margin-top: 25px;
  }

  .rs-agency-text {
    font-size: 12px;
  }

  .rs-agency-right .rs-agency-line {
    width: 65px;
    flex-basis: 65px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 576px) and (max-width: 991px) {

  .rs-agency-intro-sec {
    padding: 45px 0;
  }

  .rs-agency-big-title {
    font-size: 38px;
    line-height: 1.08;

    white-space: normal;
  }

  .rs-agency-bottom {
    margin-top: 30px;
  }

  .rs-agency-bottom>[class*="col-"] {
    margin-bottom: 25px;
  }

  .rs-agency-text {
    max-width: 100%;
    font-size: 15px;
  }

  .rs-agency-right {
    justify-content: flex-start;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .rs-agency-intro-sec {
    padding: 40px 0;
  }

  .rs-agency-big-title {
    font-size: 32px;
    line-height: 1.08;

    letter-spacing: -1px;

    white-space: normal;
  }

  .rs-agency-bottom {
    margin-top: 30px;
  }

  .rs-agency-bottom>[class*="col-"] {
    width: 100%;

    margin-bottom: 25px;
  }

  .rs-agency-bottom .letconnect {
    flex-wrap: wrap;
  }

  .rs-agency-bottom .letconnect .line {
    width: 50px;
    flex-basis: 50px;

    margin: 0 12px;
  }

  .rs-agency-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .rs-agency-right {
    justify-content: flex-start;
  }

  .rs-agency-right .rs-agency-line {
    width: 60px;
    flex-basis: 60px;
  }

  .rs-agency-circle-wrap {
    width: 85px;
    height: 85px;

    flex-basis: 85px;
  }

  .rs-agency-circle-center {
    font-size: 17px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 375px) {

  .rs-agency-big-title {
    font-size: 29px;
  }

}




/* =========================================================
   REDSPIDER BENEFITS V2
   Completely isolated section
   Does NOT depend on rs-agency classes
========================================================= */

.rs-benefits-v2 {
  position: relative;

  width: 100%;

  padding: 70px 0 55px;

  overflow: hidden;

  background:
    #ffffff url("/assets/img/ch-bg.png") center center / cover no-repeat;

  box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.rs-benefits-v2__container {
  width: 100%;

  max-width: 1550px;

  margin: 0 auto;

  padding-left: 30px;
  padding-right: 30px;

  box-sizing: border-box;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.rs-benefits-v2__title {
  width: 100%;

  max-width: 100%;

  margin: 0;

  padding: 0;

  color: #000000;

  font-size: 34px;

  line-height: 1.05;

  font-weight: 800;

  letter-spacing: -1.5px;

  text-transform: none;

  white-space: nowrap;

  overflow: visible;

  box-sizing: border-box;
}


/* =========================================================
   BOTTOM GRID
========================================================= */

.rs-benefits-v2__grid {
  width: 100%;

  margin-top: 26px;

  display: grid;

  grid-template-columns:
    minmax(260px, 4fr) minmax(300px, 5fr) minmax(220px, 3fr);

  align-items: center;

  column-gap: 25px;

  box-sizing: border-box;
}


/* =========================================================
   CONNECT AREA
========================================================= */

.rs-benefits-v2__connect {
  min-width: 0;

  display: flex;

  align-items: center;

  white-space: nowrap;

  box-sizing: border-box;
}


.rs-benefits-v2__connect-text {
  color: #ffffff;

  font-size: 13px;

  line-height: 1.2;

  font-weight: 400;

  white-space: nowrap;
}


.rs-benefits-v2__connect-line {
  display: block;

  width: 70px;

  height: 1px;

  flex: 0 0 70px;

  margin-left: 18px;
  margin-right: 18px;

  background: #de1515;
}


.rs-benefits-v2__button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 105px;

  min-height: 34px;

  padding: 8px 18px;

  border: 0;

  border-radius: 4px;

  background: #de1515;

  color: #ffffff;

  font-size: 11px;

  line-height: 1;

  font-weight: 600;

  text-decoration: none;

  white-space: nowrap;

  box-sizing: border-box;

  transition:
    background-color .25s ease,
    transform .25s ease;
}


.rs-benefits-v2__button:hover {
  background: #b80000;

  color: #ffffff;

  transform: translateY(-2px);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rs-benefits-v2__description {
  min-width: 0;

  width: 100%;

  box-sizing: border-box;
}


.rs-benefits-v2__description p {
  width: 100%;

  max-width: 580px;

  margin: 0;

  padding: 0;

  color: #111111;

  font-size: 13px;

  line-height: 1.5;

  font-weight: 400;

  text-transform: none;

  overflow-wrap: normal;

  word-break: normal;

  box-sizing: border-box;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.rs-benefits-v2__right {
  min-width: 0;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 18px;

  box-sizing: border-box;
}


/* =========================================================
   HORIZONTAL LINE
========================================================= */

.rs-benefits-v2__horizontal-line {
  display: block;

  width: 85px;

  height: 1px;

  flex: 0 0 85px;

  background: #111111;
}


/* =========================================================
   CIRCLE
========================================================= */

.rs-benefits-v2__circle {
  position: relative;

  width: 92px;

  height: 92px;

  flex: 0 0 92px;

  box-sizing: border-box;
}


/* =========================================================
   ROTATING CIRCLE TEXT
========================================================= */

.rs-benefits-v2__circle-text {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  animation:
    rsBenefitsV2Spin 16s linear infinite;
}


.rs-benefits-v2__circle-text span {
  position: absolute;

  left: 50%;

  top: 50%;

  width: 1px;

  height: 1px;

  transform-origin: 0 0;

  color: #111111;

  font-size: 8px;

  line-height: 1;

  letter-spacing: .7px;

  white-space: nowrap;
}


/* =========================================================
   CIRCLE CENTER
========================================================= */

.rs-benefits-v2__circle-center {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  color: #000000;

  font-size: 18px;

  line-height: 1;

  font-weight: 700;

  white-space: nowrap;

  z-index: 2;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes rsBenefitsV2Spin {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) and (min-width: 992px) {

  .rs-benefits-v2 {
    padding-top: 30px;

    padding-bottom: 25px;
  }


  .rs-benefits-v2__container {
    padding-left: 25px;

    padding-right: 25px;
  }


  .rs-benefits-v2__title {
    font-size: 31px;

    letter-spacing: -1.2px;
  }


  .rs-benefits-v2__grid {
    grid-template-columns:
      minmax(230px, 4fr) minmax(280px, 5fr) minmax(210px, 3fr);

    column-gap: 18px;
  }


  .rs-benefits-v2__description p {
    font-size: 12px;
  }


  .rs-benefits-v2__horizontal-line {
    width: 60px;

    flex-basis: 60px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) and (min-width: 576px) {

  .rs-benefits-v2 {
    padding-top: 45px;

    padding-bottom: 45px;
  }


  .rs-benefits-v2__container {
    padding-left: 25px;

    padding-right: 25px;
  }


  .rs-benefits-v2__title {
    font-size: 40px;

    line-height: 1.08;

    letter-spacing: -1px;

    white-space: normal;
  }


  .rs-benefits-v2__grid {
    grid-template-columns: 1fr 1fr;

    row-gap: 30px;

    column-gap: 30px;

    margin-top: 35px;
  }


  .rs-benefits-v2__description {
    grid-column: 2;

    grid-row: 1;
  }


  .rs-benefits-v2__connect {
    grid-column: 1;

    grid-row: 1;
  }


  .rs-benefits-v2__right {
    grid-column: 1 / -1;

    grid-row: 2;

    justify-content: flex-start;
  }


  .rs-benefits-v2__description p {
    max-width: 100%;

    font-size: 15px;

    line-height: 1.6;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .rs-benefits-v2 {
    padding-top: 40px;

    padding-bottom: 40px;
  }


  .rs-benefits-v2__container {
    padding-left: 20px;

    padding-right: 20px;
  }


  .rs-benefits-v2__title {
    font-size: 31px;

    line-height: 1.08;

    letter-spacing: -.8px;

    white-space: normal;
  }


  .rs-benefits-v2__grid {
    display: flex;

    flex-direction: column;

    align-items: stretch;

    gap: 25px;

    margin-top: 30px;
  }


  .rs-benefits-v2__connect {
    width: 100%;

    flex-wrap: wrap;

    white-space: normal;
  }


  .rs-benefits-v2__connect-text {
    font-size: 13px;
  }


  .rs-benefits-v2__connect-line {
    width: 45px;

    flex-basis: 45px;

    margin-left: 10px;

    margin-right: 10px;
  }


  .rs-benefits-v2__button {
    min-width: 105px;

    min-height: 34px;

    padding-left: 15px;

    padding-right: 15px;
  }


  .rs-benefits-v2__description {
    width: 100%;
  }


  .rs-benefits-v2__description p {
    max-width: 100%;

    font-size: 14px;

    line-height: 1.6;
  }


  .rs-benefits-v2__right {
    width: 100%;

    justify-content: flex-start;

    gap: 18px;
  }


  .rs-benefits-v2__horizontal-line {
    width: 60px;

    flex-basis: 60px;
  }


  .rs-benefits-v2__circle {
    width: 85px;

    height: 85px;

    flex-basis: 85px;
  }


  .rs-benefits-v2__circle-center {
    font-size: 17px;
  }


  .rs-benefits-v2__circle-text span {
    font-size: 7px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 375px) {

  .rs-benefits-v2__title {
    font-size: 28px;

    letter-spacing: -.5px;
  }


  .rs-benefits-v2__connect {
    gap: 6px;
  }


  .rs-benefits-v2__connect-line {
    width: 35px;

    flex-basis: 35px;

    margin-left: 6px;

    margin-right: 6px;
  }

}







/* process steps */

.rs-process-line-sec {
  padding: 90px 0;
  background: #fff
}

.rs-process-line-sec .container {
  max-width: 1550px
}

.rs-process-line-card {
  min-height: 330px;
  padding: 28px 48px 0px 48px;
  border-left: 1px solid #222;
  transition: .35s;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 450px;
}

.rs-step {
  display: block;
  font-size: 16px;
  margin-bottom: 28px
}

.rs-line-icon {
  height: 95px;
  display: flex;
  align-items: center;
  margin-bottom: 28px
}

.rs-line-icon i {
  font-size: 72px;
  color: #222;
  transition: .35s
}

.rs-process-line-card h4 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 18px
}

.rs-process-line-card p {
  font-size: 18px;
  line-height: 1.7;
  color: #111;
  max-width: 360px;
  margin-bottom: 0;
}

.rs-process-line-card:hover .rs-line-icon i {
  transform: rotate(12deg) scale(1.08)
}

@media(max-width:991px) {
  .rs-process-line-card {
    border-bottom: 1px solid #ddd;
    padding: 35px 28px;
    min-height: auto
  }

  .rs-process-line-card h4 {
    font-size: 24px
  }

  .rs-process-line-card p {
    font-size: 16px
  }
}



/* floating images div */


.border-cs-left {
  border-left: 1px solid #111;
}

.left-border-card {
  border-left: 1px solid #aaa;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;

}

.left-border-card img {
  width: 100px;
}

.left-border-card h6 {
  text-transform: uppercase;
}

.left-border-card P {
  margin-bottom: 0;
}


.anyhd {
  opacity: 0;
}



/* two row titlw with icon marquee */

.rs-feature-marquee {
  padding: 60px 0;
  overflow: hidden
}

.rs-feature-row {
  overflow: hidden;
  margin: 18px 0
}

.rs-feature-track {
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite
}

.rs-feature-row.reverse .rs-feature-track {
  animation-direction: reverse
}

.rs-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px 22px;
  margin-right: 18px;
  white-space: nowrap;
  transition: .3s
}

.rs-feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.rs-feature-item i {
  font-size: 20px;
  color: #111
}

.rs-feature-item span {
  font-size: 18px;
  color: #111
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@media(max-width:991px) {
  .rs-feature-item {
    padding: 14px 18px
  }

  .rs-feature-item span {
    font-size: 16px
  }
}



/*  */

.rs-brand-text-sec {
  padding: 100px 0;
  overflow: hidden
}

.rs-brand-small-text {
  font-size: 18px;
  line-height: 1.7;
  color: #111;

}

.rs-brand-small-text strong {
  font-weight: 700
}

.rs-brand-big-title {
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0
}

.rs-brand-bottom-text {
  margin-top: 24px;
  font-size: 17px
}

.rs-brand-big-title .word {
  display: inline-block;
  overflow: hidden
}

.rs-brand-big-title .char {
  display: inline-block
}

@media(max-width:991px) {
  .rs-brand-text-sec {
    padding: 70px 0
  }

  .rs-brand-small-text {
    max-width: 100%;
    margin-bottom: 25px
  }

  .rs-brand-big-title {
    letter-spacing: -1px
  }
}



.dark-cs-bg .container {
  background: url("/assets/img/bg/dark-section-bg-image.png") 0 0 no-repeat;
  background-size: cover;
  padding: 50px;
  border-radius: 15px;
}




/* div reveal css */

/* Main reusable reveal wrapper */
.rs-container-reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 420px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.12);
  transform-origin: left center;
}

.rs-container-reveal-inner {
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  transform-origin: right center;
}


.cus-title-ani-1 .rs-main-title.text-white span,
.cus-title-ani-1 .rs-main-title {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 2px !important;
}

.cus-title-ani-1 .rs-main-title em span {
  font-weight: 800 !important;
}

.cus-title-ani-1 p.cus-20 {
  font-size: clamp(15px, 1.35vw, 22px) !important;
}

.pix-bg {
  background: url("/assets/img/bg/pix-bg.png") 0 0;
}


/* =========================================================
   WHY REDSPIDER / BENEFITS SECTION
   Bootstrap Row + Columns Layout
   Responsive / No Absolute Content Positioning
========================================================= */

.rsu-creative-sec {
  position: relative;
  width: 100%;

  overflow: hidden;

  padding: 28px 0;

  background:
    radial-gradient(circle at 75% 18%,
      rgba(201, 0, 0, .08),
      transparent 28%),
    radial-gradient(circle at 18% 88%,
      rgba(0, 0, 0, .06),
      transparent 25%),
    linear-gradient(135deg,
      #f5f1e8,
      #ebe2d2);

  perspective: 1200px;
}


/* =========================================================
   BACKGROUND GRID
========================================================= */

.rsu-creative-sec::before {
  content: "";

  position: absolute;

  inset: 0;

  background-image:
    linear-gradient(120deg,
      rgba(255, 255, 255, .55),
      transparent 35%),
    linear-gradient(rgba(20, 20, 20, .035) 1px,
      transparent 1px),
    linear-gradient(90deg,
      rgba(20, 20, 20, .035) 1px,
      transparent 1px);

  background-size:
    auto,
    48px 48px,
    48px 48px;

  opacity: .8;

  pointer-events: none;
}


/* =========================================================
   DECORATIVE CIRCLE
========================================================= */

.rsu-creative-sec::after {
  content: "";

  position: absolute;

  width: 720px;
  height: 720px;

  right: -220px;
  top: -160px;

  border: 1px solid rgba(201, 0, 0, .14);

  border-radius: 50%;

  box-shadow:
    inset 0 0 0 70px rgba(255, 255, 255, .08);

  pointer-events: none;
}


/* =========================================================
   MAIN SCENE
========================================================= */

.rsu-scene {
  position: relative;

  z-index: 2;

  width: 100%;

  /*
    Natural content height.
    This is the important part.
  */
  min-height: 560px;

  border-radius: 34px;

  overflow: hidden;

  border: 1px solid rgba(20, 20, 20, .12);

  background:
    linear-gradient(90deg,
      rgba(245, 241, 232, .95) 0%,
      rgba(245, 241, 232, .72) 45%,
      rgba(245, 241, 232, .93) 100%),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat;

  box-shadow:
    0 36px 90px rgba(0, 0, 0, .12);

  transform-style: preserve-3d;
}


/* =========================================================
   SCENE OVERLAY
========================================================= */

.rsu-scene::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(245, 241, 232, .2),
      rgba(245, 241, 232, .86)),
    radial-gradient(circle at 55% 45%,
      transparent 0,
      rgba(245, 241, 232, .68) 54%);

  pointer-events: none;
}


/* =========================================================
   CONTENT WRAPPER
========================================================= */

.rsu-content {
  position: relative;

  z-index: 3;

  width: 100%;

  min-height: 560px;

  padding: 48px 50px;
}


/* =========================================================
   ROW
========================================================= */

.rsu-content>.row {
  min-height: 100%;

  align-items: stretch;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.rsu-left-col {
  display: flex;

  min-width: 0;
}


/* =========================================================
   LEFT INNER
========================================================= */

.rsu-left-inner {
  width: 100%;

  display: flex;

  flex-direction: column;

  min-width: 0;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.rsu-main-title {
  width: 100%;

  max-width: 500px;

  margin: 0;

  font-size: clamp(34px,
      3.4vw,
      52px);

  line-height: 1.08;

  font-weight: 500;

  letter-spacing: -.02em;

  text-transform: uppercase;

  overflow-wrap: normal;

  word-break: normal;
}


/* =========================================================
   TITLE HIGHLIGHT
========================================================= */

.rsu-main-title span {
  color: #c90000;
}


/* =========================================================
   LEFT BOTTOM CONTENT
========================================================= */

.rsu-bottom-left {
  position: static;
  width: 100%;
  padding-top: 40px;
}


/* =========================================================
   INTRO
========================================================= */

.rsu-intro {
  margin: 0 0 26px;

  font-size: 18px;

  line-height: 1.65;

  color: #151515;

  font-weight: 400;

  overflow-wrap: break-word;
}


/* =========================================================
   BUTTON
========================================================= */

.rsu-btn {
  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  min-width: 210px;

  padding: 16px 28px;

  border-radius: 8px;

  background: #151515;

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  font-weight: 500;

  overflow: hidden;

  transition: .35s ease;
}


.rsu-btn::before {
  content: "";

  position: absolute;

  width: 30px;

  height: 160px;

  background: rgba(255, 255, 255, .28);

  transform: rotate(25deg);

  left: -60px;

  top: -50px;

  transition: .5s ease;
}


.rsu-btn:hover {
  color: #fff;

  transform: translateY(-4px);

  box-shadow:
    0 18px 36px rgba(0, 0, 0, .2);
}


.rsu-btn:hover::before {
  left: 120%;
}


.rsu-btn i {
  transition: .35s ease;
}


.rsu-btn:hover i {
  transform:
    translate(4px, -4px);
}


/* =========================================================
   RIGHT COLUMN
========================================================= */

.rsu-right-col {
  display: flex;

  align-items: flex-end;

  min-width: 0;
}


/* =========================================================
   ACCORDION WRAPPER

   NO absolute positioning
========================================================= */

.rsu-accordion-wrap {
  position: static;

  width: 100%;

  max-width: 460px;

  margin-left: auto;

  margin-top: auto;
}


/* =========================================================
   MINI TITLE
========================================================= */

.rsu-mini-title {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 18px;

  border-bottom:
    1px solid rgba(20,
      20,
      20,
      .18);

  font-size: 18px;

  font-weight: 600;
}


/* =========================================================
   ACCORDION ITEM
========================================================= */

.rsu-accordion-item {
  border-bottom:
    1px solid rgba(20,
      20,
      20,
      .18);
}


/* =========================================================
   ACCORDION BUTTON
========================================================= */

.rsu-accordion-btn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 16px 0;
  text-transform: uppercase;
  text-align: left;
}

.hjs {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  gap: 14px;
  color: #151515;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.rsu-acc-num {
  color: #c90000;
  font-weight: 700;
  font-size: 17px;
  flex-shrink: 0;
  margin: 0;
}

.rsu-acc-title {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  word-break: break-word;
}

.rsu-acc-icon {
  flex-shrink: 0;
  color: #c90000;
  font-size: 18px;
  margin-left: auto;
  transition: transform .3s ease;
}

.rsu-accordion-btn:not(.collapsed) .rsu-acc-icon {
  transform: rotate(45deg);
}

/* =========================================================
   ACCORDION BODY
========================================================= */

.rsu-accordion-body {
  padding: 0 0 20px;
  color: #5d5b55;
  line-height: 1.65;
  font-size: 15px;
  overflow-wrap: break-word;
}

/* =========================================================
   RED LINE
========================================================= */

.rsu-red-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 90px;
  background: linear-gradient(#c90000, transparent);
  z-index: 5;
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {
  .rsu-content {
    padding: 42px;
  }

  .rsu-main-title {
    max-width: 450px;
    font-size: clamp(28px, 3.5vw, 40px);
  }

  .rsu-accordion-wrap {
    max-width: 430px;
  }

  .hjs {
    font-size: 14.5px;
    gap: 12px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .rsu-creative-sec {
    padding: 24px 0;
  }

  .rsu-scene {
    min-height: 0;
    height: auto;
    border-radius: 24px;
  }

  .rsu-content {
    min-height: 0;
    height: auto;
    padding: 36px 24px;
  }

  .rsu-left-col,
  .rsu-right-col {
    display: block;
    width: 100%;
  }

  .rsu-left-inner {
    display: block;
  }

  .rsu-main-title {
    max-width: 100%;
    font-size: clamp(26px, 5vw, 36px);
    line-height: 1.15;
  }

  .rsu-bottom-left {
    max-width: 100%;
    margin-top: 28px;
    padding-top: 0;
  }

  .rsu-accordion-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 36px;
    margin-left: 0;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {
  .rsu-creative-sec {
    padding: 16px 0;
  }

  .rsu-scene {
    border-radius: 18px;
  }

  .rsu-content {
    padding: 22px 14px;
  }

  .rsu-main-title {
    max-width: 100%;
    font-size: clamp(21px, 6.5vw, 27px);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  .rsu-bottom-left {
    margin-top: 20px;
  }

  .rsu-intro {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .rsu-btn {
    min-width: 0;
    width: 100%;
    max-width: 240px;
    padding: 11px 18px;
    font-size: 13px;
    justify-content: center;
  }

  .rsu-accordion-wrap {
    margin-top: 26px;
  }

  .rsu-mini-title {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .rsu-accordion-btn {
    padding: 12px 0;
  }

  .hjs {
    gap: 8px;
    font-size: 13.5px;
  }

  .rsu-acc-num {
    font-size: 14px;
  }

  .rsu-acc-title {
    font-size: 13px;
    line-height: 1.35;
  }

  .rsu-acc-icon {
    font-size: 15px;
  }

  .rsu-accordion-body {
    font-size: 12.5px;
    line-height: 1.55;
    padding-bottom: 12px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 375px) {
  .rsu-content {
    padding: 18px 12px;
  }

  .rsu-main-title {
    font-size: 20px;
  }

  .rsu-bottom-left {
    margin-top: 16px;
  }

  .hjs {
    font-size: 12.5px;
    gap: 6px;
  }

  .rsu-acc-num {
    font-size: 12.5px;
  }

  .rsu-acc-title {
    font-size: 12.5px;
  }

  .rsu-acc-icon {
    font-size: 14px;
  }
}


.desc {
  width: 100%;
  width: 100%;
  max-width: 100%;
}




/* Reusable parent: all section styles are scoped to .rs-why-brochure */
.rs-why-brochure {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f8f8f8;
  color: #242424;
  font-family: var(--default-font);
  font-weight: 400;
}

.rs-why-brochure::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(237, 17, 28, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(237, 17, 28, .025), 0 0 0 110px rgba(237, 17, 28, .015);
  pointer-events: none;
}

.rs-why-brochure::after {
  content: "";
  position: absolute;
  bottom: 55px;
  left: -70px;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(rgba(237, 17, 28, .18) 1.2px, transparent 1.2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.rs-why-brochure .rs-why-brochure__intro {
  position: sticky;
  top: 40px;
  padding: 18px 55px 30px 0;
}

.rs-why-brochure .rs-why-brochure__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #ed111c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rs-why-brochure .rs-why-brochure__label::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #ed111c;
}


.rs-why-brochure .rs-why-brochure__dubai {
  position: relative;
  width: min(100%, 520px);
  margin-top: 58px;
  opacity: .85;
}

.rs-why-brochure .rs-why-brochure__dubai svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.rs-why-brochure .rs-why-brochure__dubai path,
.rs-why-brochure .rs-why-brochure__dubai line {
  fill: none;
  stroke: #242424;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.rs-why-brochure .rs-why-brochure__dubai .rs-why-brochure__dubai-detail {
  stroke: #ed111c;
  stroke-width: 1.7;
  opacity: .78;
}

.rs-why-brochure .rs-why-brochure__grid {
  position: relative;
}

.rs-why-brochure .rs-why-brochure__grid::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e6e6e6 8%, #e6e6e6 92%, transparent);
  transform: translateX(-50%);
}

.rs-why-brochure .rs-why-brochure__card {
  position: relative;
  min-height: 310px;
  background: transparent;
  perspective: 1200px;
}

.rs-why-brochure .rs-why-brochure__card-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

.rs-why-brochure .rs-why-brochure__card:hover .rs-why-brochure__card-inner,
.rs-why-brochure .rs-why-brochure__card:focus-within .rs-why-brochure__card-inner {
  transform: rotateY(180deg);
}

.rs-why-brochure .rs-why-brochure__card-face {
  position: absolute;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  padding: 34px 32px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(25, 25, 25, .055);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.rs-why-brochure .rs-why-brochure__card-front::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -95px;
  right: -90px;
  width: 190px;
  height: 190px;
  background: #f2f2f2;
  border-radius: 43% 57% 61% 39% / 38% 44% 56% 62%;
  animation: rsBrochureMorph 7s ease-in-out infinite alternate;
}

.rs-why-brochure .rs-why-brochure__card-front::after {
  content: "Hover to explore";
  position: absolute;
  left: 32px;
  bottom: 28px;
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.rs-why-brochure .rs-why-brochure__card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background: #ed111c;
  border-color: #ed111c;
  transform: rotateY(180deg);
}

.rs-why-brochure .rs-why-brochure__card-back::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -60px;
  width: 180px;
  height: 180px;
  border: 32px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

.rs-why-brochure .rs-why-brochure__card:hover .rs-why-brochure__card-face {
  border-color: rgba(237, 17, 28, .25);
  box-shadow: 0 24px 52px rgba(35, 35, 35, .10), 0 8px 18px rgba(237, 17, 28, .07);
}

@keyframes rsBrochureMorph {
  0% {
    border-radius: 43% 57% 61% 39% / 38% 44% 56% 62%;
    transform: rotate(0deg) scale(1);
  }

  100% {
    border-radius: 61% 39% 36% 64% / 55% 62% 38% 45%;
    transform: rotate(16deg) scale(1.08);
  }
}

.rs-why-brochure .rs-why-brochure__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}

.rs-why-brochure .rs-why-brochure__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #242424;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  border-radius: 34% 66% 56% 44% / 45% 38% 62% 55%;
  font-size: 22px;
  animation: rsIconFloat 2.8s ease-in-out infinite alternate;
  transition: color .35s ease, background-color .35s ease, transform .4s ease;
}

.rs-why-brochure .col-md-6:nth-child(2) .rs-why-brochure__icon {
  border-radius: 50% 50% 28% 72% / 62% 35% 65% 38%;
  animation-delay: -.7s;
}

.rs-why-brochure .col-md-6:nth-child(3) .rs-why-brochure__icon {
  border-radius: 28% 72% 68% 32% / 40% 64% 36% 60%;
  animation-delay: -1.4s;
}

.rs-why-brochure .col-md-6:nth-child(4) .rs-why-brochure__icon {
  border-radius: 65% 35% 42% 58% / 30% 54% 46% 70%;
  animation-delay: -2.1s;
}

@keyframes rsIconFloat {
  from {
    transform: translateY(0) rotate(-3deg);
  }

  to {
    transform: translateY(-7px) rotate(5deg);
  }
}

.rs-why-brochure .rs-why-brochure__number {
  color: #d7d7d7;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
  transition: color .35s ease;
}

.rs-why-brochure .rs-why-brochure__card-title {
  margin: 0 0 15px;
  color: #262626;
  font-size: clamp(21px, 1.5vw, 27px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.018em;
}

.rs-why-brochure .rs-why-brochure__text {
  margin: 0;
  color: #717171;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.rs-why-brochure .rs-why-brochure__card-back .rs-why-brochure__card-title,
.rs-why-brochure .rs-why-brochure__card-back .rs-why-brochure__text {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.rs-why-brochure .rs-why-brochure__back-number {
  position: absolute;
  right: 25px;
  bottom: 10px;
  color: rgba(255, 255, 255, .12);
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
}

.rs-why-brochure .rs-why-brochure__card--down {
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  .rs-why-brochure .rs-why-brochure__intro {
    padding-right: 25px;
  }

  .rs-why-brochure .rs-why-brochure__card {
    min-height: 340px;
  }

  .rs-why-brochure .rs-why-brochure__card-face {
    padding: 30px 26px;
  }
}

@media (max-width: 991.98px) {
  .rs-why-brochure {
    padding: 75px 0;
  }

  .rs-why-brochure .rs-why-brochure__intro {
    position: relative;
    top: auto;
    max-width: 720px;
    margin-bottom: 38px;
    padding: 0;
  }

  .rs-why-brochure .rs-why-brochure__grid::before {
    display: none;
  }

  .rs-why-brochure .rs-why-brochure__card--down {
    margin-top: 0;
  }

  .rs-why-brochure .rs-why-brochure__card {
    min-height: 310px;
  }
}

@media (max-width: 575.98px) {
  .rs-why-brochure {
    padding: 55px 0;
  }

  .rs-why-brochure .rs-why-brochure__title {
    font-size: 36px;
  }

  .rs-why-brochure .rs-why-brochure__card {
    min-height: 0;
    height: 315px;
  }

  .rs-why-brochure .rs-why-brochure__card-face {
    padding: 28px 24px 30px;
    border-radius: 16px;
  }

  .rs-why-brochure .rs-why-brochure__top {
    margin-bottom: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rs-why-brochure *,
  .rs-why-brochure *::before,
  .rs-why-brochure *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}



/*  */

/* Reusable parent: direct CSS only */
.rs-pixora-title {
  position: relative;
  overflow: hidden;
  padding: 115px 0 100px;
  background: #050505 url("");
  color: #ffffff;
  font-family: var(--default-font);
  font-weight: 400;
}

.rs-pixora-title::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(227, 27, 35, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(227, 27, 35, .018), 0 0 0 150px rgba(227, 27, 35, .012);
  pointer-events: none;
}

.rs-pixora-title .rs-pixora-title__hero {
  position: relative;
  z-index: 2;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.rs-pixora-title .rs-pixora-title__headline {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 8.2vw, 59px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.rs-pixora-title .rs-pixora-title__line {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.1vw, 38px);
  white-space: nowrap;
}

.rs-pixora-title .rs-pixora-title__line--one {
  justify-content: flex-start;
  padding-left: 2%;
}

.rs-pixora-title .rs-pixora-title__line--two {
  z-index: 5;
  justify-content: center;
  margin-top: 16px;
}

.rs-pixora-title .rs-pixora-title__line--three {
  justify-content: flex-end;
  margin-top: 16px;
  padding-right: 4%;
}

.rs-pixora-title .rs-pixora-title__word {
  position: relative;
  z-index: 4;
  display: inline-block;
  font-weight: 600;
  will-change: transform, opacity;
}

.rs-pixora-title .rs-pixora-title__word--ltr,
.rs-pixora-title .rs-pixora-title__word--rtl {
  will-change: transform;
}

.rs-pixora-title .rs-pixora-title__word--red {
  color: #e31b23;
}

.rs-pixora-title .rs-pixora-title__image {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  overflow: hidden;
  /* background: #1d1d1d;
border: 1px solid rgba(255, 255, 255, .14); */
  box-shadow: 0 20px 45px rgba(0, 0, 0, .38);
  will-change: transform, clip-path;
}

.rs-pixora-title .rs-pixora-title__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1.15);
  will-change: transform;
}

.rs-pixora-title .rs-pixora-title__image--pill {
  width: clamp(140px, 13vw, 110px);
  height: clamp(70px, 6.4vw, 106px);
  border-radius: 100px;
  transform: rotate(-2deg);
}

.rs-pixora-title .rs-pixora-title__image--square {
  width: clamp(145px, 14vw, 235px);
  height: clamp(100px, 9.5vw, 158px);
  margin: 0;
  border-radius: 6px;
  transform: rotate(1.5deg);
}

.rs-pixora-title .rs-pixora-title__image--portrait {
  width: clamp(95px, 8vw, 138px);
  height: clamp(120px, 10vw, 172px);
  margin-left: 18px;
  border-radius: 70px 70px 6px 6px;
  transform: rotate(3deg);
}

.rs-pixora-title .rs-pixora-title__content {
  position: relative;
  z-index: 5;
  padding-top: 68px;
  border-top: 1px solid #292929;
}

.rs-pixora-title .rs-pixora-title__content-col {
  position: relative;
  height: 100%;
  padding: 8px 45px 8px 0;
}

.rs-pixora-title .rs-pixora-title__content-col--right {
  padding: 8px 0 8px 55px;
  border-left: 1px solid #292929;
}

.rs-pixora-title .rs-pixora-title__number {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
}

.rs-pixora-title .rs-pixora-title__number::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #e31b23;
}

.rs-pixora-title .rs-pixora-title__content-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(26px, 2.3vw, 39px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.rs-pixora-title .rs-pixora-title__text {
  margin: 0 0 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
}

.rs-pixora-title .rs-pixora-title__accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 125px;
  height: 125px;
  background-image: radial-gradient(rgba(227, 27, 35, .22) 1.3px, transparent 1.3px);
  background-size: 13px 13px;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .rs-pixora-title .rs-pixora-title__hero {
    min-height: 560px;
  }

  .rs-pixora-title .rs-pixora-title__headline {
    font-size: clamp(54px, 8vw, 100px);
  }
}

@media (max-width: 991.98px) {
  .rs-pixora-title {
    padding: 80px 0;
  }

  .rs-pixora-title .rs-pixora-title__hero {
    min-height: 480px;
  }

  .rs-pixora-title .rs-pixora-title__line {
    gap: 15px;
  }

  .rs-pixora-title .rs-pixora-title__content-col,
  .rs-pixora-title .rs-pixora-title__content-col--right {
    padding: 10px 0;
    border-left: 0;
  }

  .rs-pixora-title .rs-pixora-title__content-col--right {
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid #292929;
  }
}

@media (max-width: 767.98px) {
  .rs-pixora-title .rs-pixora-title__hero {
    min-height: 430px;
  }

  .rs-pixora-title .rs-pixora-title__headline {
    font-size: clamp(42px, 12vw, 72px);
    line-height: .96;
  }

  .rs-pixora-title .rs-pixora-title__line {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 0;
    white-space: normal;
  }

  .rs-pixora-title .rs-pixora-title__image--pill {
    width: 105px;
    height: 54px;
  }

  .rs-pixora-title .rs-pixora-title__image--square {
    width: 95px;
    height: 70px;
    margin: 0;
  }

  .rs-pixora-title .rs-pixora-title__image--portrait {
    width: 65px;
    height: 88px;
  }

  .rs-pixora-title .rs-pixora-title__content {
    padding-top: 48px;
  }
}

@media (max-width: 479.98px) {
  .rs-pixora-title .rs-pixora-title__hero {
    min-height: 470px;
  }

  .rs-pixora-title .rs-pixora-title__headline {
    font-size: 43px;
  }

  .rs-pixora-title .rs-pixora-title__image--square {
    display: none;
  }
}



/* Reusable parent class */
.rs-gd-intro {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 17, 17, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, .045) 1px, transparent 1px),
    #f7f7f5;
  background-size: 70px 70px;
}

.rs-gd-intro::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -210px;
  top: -220px;
  border: 1px solid rgba(222, 21, 21, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(222, 21, 21, .035), 0 0 0 140px rgba(222, 21, 21, .025);
  pointer-events: none;
}

.rs-gd-intro__rail {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 8px;
  padding: 9px 16px 9px 10px;
  border: 1px solid #d9d9d6;
  border-radius: 50px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
  transition: transform .35s ease, border-color .35s ease;
}

.rs-gd-intro__rail:hover {
  transform: translateY(-5px);
  border-color: #de1515;
}

.rs-gd-intro__rail-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  background: #de1515;
  color: #fff;
  font-size: 14px;
}

.rs-gd-intro__rail-text {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rs-gd-intro__copy {
  position: relative;
  max-width: 950px;
}

.rs-gd-intro__lead,
.rs-gd-intro__support {
  margin: 0;
  color: #171717;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -.035em;
}

.rs-gd-intro__support {
  margin-top: 28px;
  color: #4d4d4d;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
  letter-spacing: -.018em;
}

.rs-gd-intro__word {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.rs-gd-intro__word--accent {
  position: relative;
  color: #de1515;
}

.rs-gd-intro__word--accent::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 3px;
  background: #de1515;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.rs-gd-intro__copy:hover .rs-gd-intro__word--accent::after {
  transform: scaleX(1);
}

.rs-gd-intro__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 12px;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.rs-gd-intro__meta::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #de1515;
}

.rs-gd-intro__footer {
  margin-top: 55px;
  padding-top: 24px;
  border-top: 1px solid #d8d8d5;
}

.rs-gd-intro__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #171717;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.rs-gd-intro__link span {
  border-bottom: 1px solid #171717;
}

.rs-gd-intro__link i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  transition: transform .35s ease, background .35s ease;
}

.rs-gd-intro__link:hover {
  color: #de1515;
}

.rs-gd-intro__link:hover i {
  transform: translateX(7px) rotate(-35deg);
  background: #de1515;
}

.rs-gd-intro__shape {
  position: absolute;
  left: 7%;
  bottom: 28px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(222, 21, 21, .42);
  border-radius: 20px 50% 20px 50%;
  transform: rotate(25deg);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .rs-gd-intro {
    padding: 85px 0;
  }

  .rs-gd-intro__rail {
    margin-bottom: 36px;
  }

  .rs-gd-intro__meta {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .rs-gd-intro__footer {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .rs-gd-intro {
    padding: 65px 0;
    background-size: 42px 42px;
  }

  .rs-gd-intro__lead {
    font-size: 27px;
    line-height: 1.34;
  }

  .rs-gd-intro__support {
    font-size: 18px;
  }

  .rs-gd-intro__rail-text {
    font-size: 11px;
  }

  .rs-gd-intro__shape {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rs-gd-intro *,
  .rs-gd-intro *::before,
  .rs-gd-intro *::after {
    animation: none !important;
    transition: none !important;
  }
}







/* ============================================================
   WHY US SECTION — FINAL OVERRIDE
   IMPORTANT:
   Put this CSS at the VERY END of your stylesheet.
============================================================ */

/* ------------------------------------------------------------
   MAIN SECTION
------------------------------------------------------------ */

section.rs-vertical-cards {
  position: relative !important;

  width: 100% !important;
  height: 116vh !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #050505 !important;
  color: #ffffff !important;

  overflow: hidden !important;
}


/* ------------------------------------------------------------
   STICKY AREA
------------------------------------------------------------ */

section.rs-vertical-cards .rs-vertical-cards__sticky {
  position: sticky !important;

  top: 0 !important;
  left: 0 !important;

  width: 100% !important;
  height: 100vh !important;
  min-height: 680px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  isolation: isolate !important;
}


/* ------------------------------------------------------------
   BACKGROUND VERTICAL GRID
------------------------------------------------------------ */

section.rs-vertical-cards .rs-vertical-cards__sticky::before {
  content: "" !important;

  position: absolute !important;

  inset: 0 !important;

  z-index: -2 !important;

  width: 100% !important;
  height: 100% !important;

  background-image:
    linear-gradient(90deg,
      transparent calc(25% - 1px),
      rgba(255, 255, 255, 0.13) 25%,
      transparent calc(25% + 1px)) !important;

  background-size: 25% 100% !important;

  pointer-events: none !important;
}


/* ------------------------------------------------------------
   SCROLL TO EXPLORE
------------------------------------------------------------ */

section.rs-vertical-cards .rs-vertical-cards__label {
  position: absolute !important;

  top: 38px !important;
  left: 4vw !important;

  z-index: 50 !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.72) !important;

  font-family: inherit !important;

  font-size: 9px !important;
  font-weight: 600 !important;

  line-height: 1 !important;

  letter-spacing: 0.16em !important;

  text-transform: uppercase !important;

  white-space: nowrap !important;
}

section.rs-vertical-cards .rs-vertical-cards__label::before {
  content: "" !important;

  display: inline-block !important;

  width: 7px !important;
  height: 7px !important;

  margin-right: 8px !important;

  border-radius: 50% !important;

  background: #de1515 !important;
}


/* ============================================================
   BIG WHY US
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__word {
  position: absolute !important;

  top: 38% !important;
  left: 50% !important;

  z-index: -1 !important;

  display: block !important;

  width: max-content !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #f5f5f5 !important;

  font-family: inherit !important;

  font-size: clamp(150px,
      21vw,
      420px) !important;

  font-weight: 700 !important;

  line-height: 0.78 !important;

  letter-spacing: -0.08em !important;

  white-space: nowrap !important;

  transform: translate(-50%, -50%) !important;

  pointer-events: none !important;

  user-select: none !important;
}


/* ============================================================
   LANES
   VERY IMPORTANT — FORCE WIDTH
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__lane {
  position: absolute !important;

  top: 0 !important;
  bottom: 0 !important;

  height: 100% !important;

  width: min(21vw, 330px) !important;
  max-width: 330px !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  pointer-events: none !important;

  z-index: 10 !important;
}


/* ============================================================
   CARD 1
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__lane--1 {
  left: 4vw !important;

  right: auto !important;
}


/* ============================================================
   CARD 2
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__lane--2 {
  left: 27vw !important;

  right: auto !important;
}


/* ============================================================
   CARD 3
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__lane--3 {
  right: 27vw !important;

  left: auto !important;
}


/* ============================================================
   CARD 4
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__lane--4 {
  right: 4vw !important;

  left: auto !important;
}


/* ============================================================
   STAGGERED CARD POSITIONS

   CARD 1  = HIGH
   CARD 2  = LOW
   CARD 3  = HIGH
   CARD 4  = LOW
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__lane--1 .rs-vertical-cards__card {
  top: 47vh !important;
}

section.rs-vertical-cards .rs-vertical-cards__lane--2 .rs-vertical-cards__card {
  top: 61vh !important;
}

section.rs-vertical-cards .rs-vertical-cards__lane--3 .rs-vertical-cards__card {
  top: 47vh !important;
}

section.rs-vertical-cards .rs-vertical-cards__lane--4 .rs-vertical-cards__card {
  top: 61vh !important;
}


/* ============================================================
   CARD ITSELF
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__card {
  position: absolute !important;

  left: 0 !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  height: auto !important;

  min-height: 310px !important;

  margin: 0 !important;
  padding: 7px !important;

  box-sizing: border-box !important;

  background: #ffffff !important;

  color: #111111 !important;

  pointer-events: auto !important;

  will-change: transform !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34) !important;
}


/* ============================================================
   CARD INNER
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__card-inner {
  width: 100% !important;
  min-height: 296px !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;

  border: 1px solid #171717 !important;

  background: #ffffff !important;

  color: #111111 !important;

  transition:
    background-color 0.35s ease,
    color 0.35s ease !important;
}


/* ============================================================
   CARD HEADER
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__card-head {
  display: flex !important;

  flex-direction: column !important;

  align-items: flex-start !important;
  justify-content: flex-start !important;

  gap: 15px !important;

  width: 100% !important;

  min-height: 115px !important;

  margin: 0 !important;
  padding: 20px 20px !important;

  box-sizing: border-box !important;

  border-bottom: 1px solid #171717 !important;
}


/* ============================================================
   ICON
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__icon {
  display: block !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 38px !important;

  line-height: 1 !important;

  color: #111111 !important;

  flex: 0 0 auto !important;

  transition:
    transform 0.4s cubic-bezier(.2, .8, .2, 1),
    color 0.3s ease !important;
}


/* ============================================================
   CARD TITLE
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__title {
  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #111111 !important;

  font-size: 18px !important;

  font-weight: 600 !important;

  line-height: 1.1 !important;

  letter-spacing: -0.03em !important;

  text-transform: uppercase !important;
}


/* ============================================================
   CARD DESCRIPTION
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__text {
  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 28px 20px !important;

  box-sizing: border-box !important;

  color: #111111 !important;

  font-size: 13px !important;

  font-weight: 400 !important;

  line-height: 1.5 !important;
}


/* ============================================================
   HOVER
============================================================ */

section.rs-vertical-cards .rs-vertical-cards__card:hover .rs-vertical-cards__card-inner {
  background: #de1515 !important;

  color: #ffffff !important;
}

section.rs-vertical-cards .rs-vertical-cards__card:hover .rs-vertical-cards__icon {
  color: #ffffff !important;

  transform:
    rotate(15deg) scale(1.12) !important;
}

section.rs-vertical-cards .rs-vertical-cards__card:hover .rs-vertical-cards__title,
section.rs-vertical-cards .rs-vertical-cards__card:hover .rs-vertical-cards__text {
  color: #ffffff !important;
}


/* ============================================================
   1200 - 1400
============================================================ */

@media (max-width: 1400px) and (min-width: 992px) {

  section.rs-vertical-cards {
    height: 120vh !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane {
    width: 21vw !important;
    max-width: 300px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--1 {
    left: 4vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--2 {
    left: 27vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--3 {
    right: 27vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--4 {
    right: 4vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__word {
    font-size: clamp(140px,
        20vw,
        330px) !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card {
    min-height: 290px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card-inner {
    min-height: 276px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card-head {
    min-height: 105px !important;

    padding: 17px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__icon {
    font-size: 34px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__title {
    font-size: 16px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__text {
    padding: 24px 17px !important;

    font-size: 12px !important;
  }
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) and (min-width: 768px) {

  section.rs-vertical-cards {
    height: 240vh !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__sticky {
    min-height: 620px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__word {
    top: 35% !important;

    font-size: clamp(120px,
        19vw,
        250px) !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane {
    width: 21vw !important;
    max-width: 240px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--1 {
    left: 3vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--2 {
    left: 27vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--3 {
    right: 27vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--4 {
    right: 3vw !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--1 .rs-vertical-cards__card {
    top: 49vh !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--2 .rs-vertical-cards__card {
    top: 61vh !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--3 .rs-vertical-cards__card {
    top: 49vh !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane--4 .rs-vertical-cards__card {
    top: 61vh !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card {
    min-height: 270px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card-inner {
    min-height: 256px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card-head {
    min-height: 95px !important;

    padding: 15px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__icon {
    font-size: 30px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__title {
    font-size: 14px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__text {
    padding: 20px 15px !important;

    font-size: 11px !important;
  }
}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767.98px) {

  section.rs-vertical-cards {
    height: auto !important;

    overflow: visible !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__sticky {
    position: relative !important;

    top: auto !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    padding: 45px 16px 60px !important;

    overflow: visible !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__label {
    position: relative !important;

    top: auto !important;
    left: auto !important;

    display: block !important;

    margin: 0 0 25px !important;

    text-align: center !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__word {
    position: relative !important;

    top: auto !important;
    left: auto !important;

    z-index: 1 !important;

    width: 100% !important;

    margin: 0 0 40px !important;

    font-size: clamp(65px,
        19vw,
        130px) !important;

    text-align: center !important;

    transform: none !important;
  }

  /*
       IMPORTANT:
       On mobile only, cards become normal stacked cards.
    */

  section.rs-vertical-cards .rs-vertical-cards__lane {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 0 25px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__lane .rs-vertical-cards__card {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    left: auto !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    min-height: 260px !important;

    transform: none !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card-inner {
    min-height: 246px !important;
  }
}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

  section.rs-vertical-cards .rs-vertical-cards__word {
    font-size: 62px !important;

    letter-spacing: -0.06em !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__card-head {
    min-height: 100px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__title {
    font-size: 17px !important;
  }

  section.rs-vertical-cards .rs-vertical-cards__text {
    font-size: 13px !important;
  }
}









/* ecom page cards */
.rs-ecommerce-platforms {
  position: relative;
  height: 220vh;
}

.rs-ecommerce-platforms .team-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rs-ecommerce-platforms .decoration {
  position: absolute;
  color: #d6d6d6;
  font-size: clamp(130px, 21vw, 390px);
  font-weight: 700;
  line-height: .65;
  user-select: none;
}

.rs-ecommerce-platforms .decoration.one {
  right: -2vw;
  top: 4vh;
}

.rs-ecommerce-platforms .decoration.two {
  right: -1vw;
  bottom: 7vh;
}

.rs-ecommerce-platforms .title {
  position: relative;
  width: calc(100% - 64px);
  margin: 0 32px clamp(28px, 5vh, 55px);
  z-index: 4;
  color: #151515;
  font-size: clamp(38px, 5.2vw, 48px);
  line-height: 1;
  letter-spacing: -.05em;
  text-align: center;
  font-weight: 700;
}

.rs-ecommerce-platforms .title .red {
  color: #EB212E;
}

.rs-ecommerce-platforms .gallery {
  position: relative;
  width: 100%;
  height: min(54vh, 510px);
  z-index: 2;
}

.rs-ecommerce-platforms .card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(25vw, 480px);
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, .09);
  border-radius: 14px;
  background: #f7f7f5;
  will-change: transform, width;
  /* box-shadow: 0 20px 55px rgba(23, 25, 31, .10); */
  transition: border-color .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.rs-ecommerce-platforms .card:nth-child(2) {
  background: #fff8fc;
}

.rs-ecommerce-platforms .card:nth-child(3) {
  background: #fff8f2;
}

.rs-ecommerce-platforms .card:nth-child(4) {
  background: #fff7f7;
}

.rs-ecommerce-platforms .card:nth-child(5) {
  background: #f8f8f8;
}

.rs-ecommerce-platforms .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #EB212E;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.rs-ecommerce-platforms .card:hover {
  border-color: rgba(235, 33, 46, .35);
  background: #fff;
  box-shadow: 0 28px 70px rgba(235, 33, 46, .16);
}

.rs-ecommerce-platforms .card:hover:before {
  transform: scaleX(1);
}

.rs-ecommerce-platforms .card-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2vw, 38px);
}

.rs-ecommerce-platforms .platform-icon {
  width: 82px;
  height: 82px;
  margin-bottom: auto;
  display: grid;
  place-items: center;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.rs-ecommerce-platforms .platform-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rs-ecommerce-platforms .card:hover .platform-icon {
  transform: translateY(-7px) rotate(-3deg) scale(1.06);
}

.rs-ecommerce-platforms .card h3 {
  margin: 28px 0 18px;
  color: #111;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.rs-ecommerce-platforms .card p {
  margin: 0;
  color: #343434;
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.65;
}

.rs-ecommerce-platforms .card-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: rgba(21, 21, 21, .18);
  font-size: 14px;
  font-weight: 700;
}

.rs-ecommerce-platforms .hint {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #555;
  border-radius: 50%;
  font-size: 22px;
  background: rgba(250, 250, 250, .72);
}

@media (max-width: 760px) {
  .rs-ecommerce-platforms {
    height: auto;
    padding: 90px 16px;
  }

  .rs-ecommerce-platforms .team-sticky {
    position: relative;
    height: auto;
    overflow: visible;
    display: flex;
  }

  .rs-ecommerce-platforms .title {
    order: 1;
    width: 100%;
    margin: 0 0 35px;
    font-size: clamp(30px, 9vw, 48px);
    line-height: 1.08;
    text-align: left;
  }

  .rs-ecommerce-platforms .gallery {
    order: 2;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .rs-ecommerce-platforms .card {
    position: relative;
    inset: auto;
    width: auto !important;
    min-height: 300px;
    height: auto;
    transform: none !important;
    border-radius: 10px;
  }

  .rs-ecommerce-platforms .card-content {
    padding: 18px 16px;
  }

  .rs-ecommerce-platforms .platform-icon {
    width: 54px;
    height: 54px;
  }

  .rs-ecommerce-platforms .card h3 {
    margin: 18px 0 12px;
    font-size: 16px;
  }

  .rs-ecommerce-platforms .card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .rs-ecommerce-platforms .card:last-child {
    grid-column: 1 / -1;
  }

  .rs-ecommerce-platforms .decoration,
  .rs-ecommerce-platforms .hint {
    display: none;
  }
}

@media (max-width: 520px) {
  .rs-ecommerce-platforms {
    padding: 72px 12px;
  }

  .rs-ecommerce-platforms .title {
    margin-bottom: 20px;
    font-size: clamp(27px, 9vw, 38px);
  }

  .rs-ecommerce-platforms .gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rs-ecommerce-platforms .card {
    min-height: 260px;
  }

  .rs-ecommerce-platforms .card:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rs-ecommerce-platforms * {
    transition: none !important;
  }
}


/*  */

.rs-ecommerce-platforms.emailmark-camp {}

.rs-ecommerce-platforms.emailmark-camp .team-sticky {
  height: 70vh;
}

.rs-ecommerce-platforms.emailmark-camp .gallery {
  height: min(54vh, 250px);
}

.rs-ecommerce-platforms.emailmark-camp .card-content {
  padding: clamp(22px, 2vw, 25px);
  background: #f5f5f5;
}

.rs-ecommerce-platforms.emailmark-camp .platform-icon img {}

.rs-ecommerce-platforms.emailmark-camp .card {
  background: #fff;
}

.rs-ecommerce-platforms.emailmark-camp .card h3 {
  margin: 28px 0 18px;
  color: #111;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  text-transform: capitalize;
}

.rs-ecommerce-platforms.emailmark-camp .platform-icon {
  width: 60px;
  height: auto;
}

/*  */





.rs-key-features {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 130px) 0;
  color: #121212;
  background: #faf9f7;
  font-family: var(--default-font);
}

.rs-key-features .rs-dot {
  position: absolute;
  top: 42px;
  left: 5vw;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #121212;
}

.rs-key-features .rs-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rs-key-features .rs-label:before {
  content: '';
  width: 27px;
  height: 2px;
  background: #EB212E;
}

.rs-key-features .rs-title {
  max-width: 410px;
  margin: 0 0 24px;
  font-size: clamp(36px, 3.3vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.rs-key-features .rs-title span {
  color: #EB212E;
}

.rs-key-features .rs-description {
  max-width: 390px;
  margin: 0;
  color: #454545;
  font-size: 17px;
  line-height: 1.65;
}

.rs-key-features .rs-image-frame {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #ece8e3;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  box-shadow: 0 25px 60px rgba(25, 25, 25, .12);
}

.rs-key-features .rs-image-frame:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .32));
  pointer-events: none;
}

.rs-key-features .rs-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.rs-key-features .rs-image-frame:hover img {
  transform: scale(1.075);
  filter: saturate(1.1);
}

.rs-key-features .rs-image-tag {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  background: rgba(18, 18, 18, .72);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rs-key-features .rs-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9d6d1;
}

.rs-key-features .rs-feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  min-height: 47px;
  padding: 8px 5px;
  overflow: hidden;
  border-bottom: 1px solid #d9d6d1;
  transition: padding .35s ease, color .35s ease;
}

.rs-key-features .rs-feature-item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #EB212E;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.rs-key-features .rs-feature-item:hover {
  padding-left: 14px;
  padding-right: 12px;
  color: #fff;
}

.rs-key-features .rs-feature-item:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.rs-key-features .rs-feature-item>* {
  position: relative;
  z-index: 1;
}

.rs-key-features .rs-feature-item i:first-child {
  color: #EB212E;
  font-size: 18px;
  transition: color .35s ease, transform .35s ease;
}

.rs-key-features .rs-feature-item .rs-arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .35s ease, transform .35s ease;
}

.rs-key-features .rs-feature-item:hover i:first-child {
  color: #fff;
  transform: rotate(-8deg) scale(1.1);
}

.rs-key-features .rs-feature-item:hover .rs-arrow {
  opacity: 1;
  transform: translateX(0);
}

.rs-key-features .rs-feature-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 1199.98px) {
  .rs-key-features .rs-image-frame {
    height: 470px;
  }

  .rs-key-features .rs-feature-item {
    min-height: 44px;
  }

  .rs-key-features .rs-feature-text {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .rs-key-features .rs-image-frame {
    height: 440px;
    margin: 45px 0;
  }

  .rs-key-features .rs-description {
    max-width: 650px;
  }
}

@media (max-width: 575.98px) {
  .rs-key-features {
    padding: 75px 0;
  }

  .rs-key-features .rs-title {
    font-size: 38px;
  }

  .rs-key-features .rs-image-frame {
    height: 360px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-key-features .rs-image-frame {
    clip-path: polygon(4% 0, 96% 0, 90% 100%, 10% 100%);
  }

  .rs-key-features * {
    transition: none !important;
  }
}




.rs-key-features {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 130px) 0;
  color: #f7f7f7;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #f5f5f5 50%,
      #ffffff 100%);
  font-family: var(--default-font);
}

.rs-key-features:before {
  content: '';
  position: absolute;
  top: 130px;
  left: 3%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: rgba(235, 33, 46, .075);
  filter: blur(110px);
  pointer-events: none;
}

.rs-key-features .container-fluid {
  position: relative;
  z-index: 1;
}

.rs-key-features .rs-line-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: .85;
}

.rs-key-features .rs-line-pattern .rs-line {
  fill: none;
  stroke: rgba(255, 255, 255, .095);
  stroke-width: 1;
  stroke-dasharray: 12 16;
  vector-effect: non-scaling-stroke;
  animation: rsLineFlow 20s linear infinite;
}

.rs-key-features .rs-line-pattern .rs-line-red {
  stroke: rgba(235, 33, 46, .32);
  stroke-width: 1.2;
  stroke-dasharray: 3 18;
  animation-duration: 13s;
  animation-direction: reverse;
}

.rs-key-features .rs-line-pattern .rs-line-slow {
  animation-duration: 28s;
}

.rs-key-features .rs-line-pattern .rs-orbit {
  fill: none;
  stroke: rgba(235, 33, 46, .12);
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: rsOrbitRotate 32s linear infinite;
}

.rs-key-features .rs-line-pattern .rs-pulse {
  fill: #EB212E;
  filter: drop-shadow(0 0 6px rgba(235, 33, 46, .85));
  transform-box: fill-box;
  transform-origin: center;
  animation: rsPointPulse 2.8s ease-in-out infinite;
}

.rs-key-features .rs-line-pattern .rs-pulse:nth-of-type(2) {
  animation-delay: .8s;
}

.rs-key-features .rs-line-pattern .rs-pulse:nth-of-type(3) {
  animation-delay: 1.6s;
}

@keyframes rsLineFlow {
  to {
    stroke-dashoffset: -560;
  }
}

@keyframes rsOrbitRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rsPointPulse {

  0%,
  100% {
    opacity: .22;
    transform: scale(.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}




/*  */


.rs-key-features {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 80px) 0;
  color: #121212;
}

.rs-key-features .rs-dot {
  position: absolute;
  top: 42px;
  left: 5vw;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #121212;
}

.rs-key-features .rs-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
}

.rs-key-features .rs-label:before {
  content: '';
  width: 27px;
  height: 2px;
  background: #EB212E;
}

.rs-key-features .rs-title {
  max-width: 410px;
  margin: 0 0 24px;
  font-size: clamp(36px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.rs-key-features .rs-title span {
  color: #EB212E;
}

.rs-key-features .rs-description {
  max-width: 390px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.rs-key-features .rs-image-frame {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #ece8e3;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  box-shadow: 0 25px 60px rgba(25, 25, 25, .12);
}

.rs-key-features .rs-image-frame:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .32));
  pointer-events: none;
}

.rs-key-features .rs-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.rs-key-features .rs-image-frame:hover img {
  transform: scale(1.075);
  filter: saturate(1.1);
}

.rs-key-features .rs-image-tag {
  position: absolute;
  left: 40px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  background: #de1515;
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rs-key-features .rs-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0px solid #d9d6d1;
}

.rs-key-features .rs-feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  min-height: 47px;
  padding: 10px 20px;
  overflow: hidden;
  border-bottom: 0px solid #d9d6d1;
  transition: padding .35s ease, color .35s ease;
}

.rs-key-features .rs-feature-item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #EB212E;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.rs-key-features .rs-feature-item:hover {
  padding-left: 14px;
  padding-right: 12px;
  color: #fff;
}

.rs-key-features .rs-feature-item:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.rs-key-features .rs-feature-item>* {
  position: relative;
  z-index: 1;
}

.rs-key-features .rs-feature-item:hover .rs-feature-text {
  color: #fff;
}

.rs-key-features .rs-feature-item i:first-child {
  color: #EB212E;
  font-size: 18px;
  transition: color .35s ease, transform .35s ease;
}

.rs-key-features .rs-feature-item .rs-arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .35s ease, transform .35s ease;
}

.rs-key-features .rs-feature-item:hover i:first-child {
  color: #fff;
  transform: rotate(-8deg) scale(1.1);
}

.rs-key-features .rs-feature-item:hover .rs-arrow {
  opacity: 1;
  transform: translateX(0);
}

.rs-key-features .rs-feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 1199.98px) {
  .rs-key-features .rs-image-frame {
    height: 470px;
  }

  .rs-key-features .rs-feature-item {
    min-height: 44px;
  }

  .rs-key-features .rs-feature-text {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .rs-key-features .rs-image-frame {
    height: 440px;
    margin: 45px 0;
  }

  .rs-key-features .rs-description {
    max-width: 650px;
  }
}

@media (max-width: 575.98px) {
  .rs-key-features {
    padding: 75px 0;
  }

  .rs-key-features .rs-title {
    font-size: 38px;
  }

  .rs-key-features .rs-image-frame {
    height: 360px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-key-features .rs-image-frame {
    clip-path: polygon(4% 0, 96% 0, 90% 100%, 10% 100%);
  }

  .rs-key-features * {
    transition: none !important;
  }
}



/* title effects css */

.rs-intro {
  min-height: 75vh;
  display: grid;
  place-items: center;
  padding: 80px 20px;
  text-align: center;
  background: #111;
  color: #fff;
}

.rs-intro h1 {
  max-width: 900px;
  margin: 0 0 20px;
  font-size: clamp(42px, 7vw, 100px);
  line-height: .95;
  letter-spacing: -.06em;
}

.rs-intro p {
  margin: 0;
  color: #aaa;
  font-size: 18px;
}

.rs-effect-section {
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 100px 0;
  border-bottom: 1px solid #d8d4cd;
}

.rs-effect-section:nth-child(odd) {}

.rs-effect-number {
  margin-bottom: 28px;
  color: #EB212E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rs-title-effect {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(42px, 6.4vw, 60px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.055em;
}

.rs-title-effect .rs-red {
  color: #EB212E;
}

.rs-title-effect .rs-word,
.rs-title-effect .rs-char {
  display: inline-block;
}

/* Effect 1: words rotate from bottom to top */
.rs-title-rotate-up {
  perspective: 900px;
}

.rs-title-rotate-up .rs-word-mask {
  display: inline-block;
  overflow: hidden;
  margin-right: .2em;
  padding-bottom: .08em;
  vertical-align: bottom;
  perspective: 600px;
}

/* Effect 2: alternate words rise from opposite directions */
.rs-title-word-rise .rs-word-mask {
  display: inline-block;
  overflow: hidden;
  margin-right: .2em;
  padding: .08em 0;
  vertical-align: bottom;
}

/* Effect 3: skewed title revealed by a red bar */
.rs-title-skew-reveal {
  position: relative;
  overflow: hidden;
  padding: .08em 0;
}

.rs-title-skew-reveal .rs-reveal-bar {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #EB212E;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.rs-title-skew-reveal .rs-title-text {
  display: block;
}

/* Effect 4: individual letters flip forward */
.rs-title-letter-flip {
  perspective: 1000px;
}

.rs-title-letter-flip .rs-char {
  transform-origin: 50% 100%;
  backface-visibility: hidden;
}

/* Effect 5: text slides horizontally inside line masks */
.rs-title-line-slide .rs-line-mask {
  display: block;
  overflow: hidden;
  padding-bottom: .08em;
}

.rs-title-line-slide .rs-line-inner {
  display: block;
}

.rs-class-name {
  display: inline-block;
  margin-top: 38px;
  padding: 9px 14px;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #555;
  background: rgba(255, 255, 255, .55);
  font-family: var(--default-font);
  font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}




.rs-industry-marquee {
  position: relative;
  overflow: hidden;
  padding: clamp(55px, 7vw, 100px) 0;
}

.rs-industry-marquee:before,
.rs-industry-marquee:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(35px, 8vw, 160px);
  pointer-events: none;
}

/* .rs-industry-marquee:before {
  left: 0;
  background: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0));
}

.rs-industry-marquee:after {
  right: 0;
  background: linear-gradient(to left, #fff 5%, rgba(255, 255, 255, 0));
} */

.rs-industry-marquee .rs-marquee-line {
  overflow: hidden;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.rs-industry-marquee .rs-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: rsIndustriesMoveLeft 42s linear infinite;
  will-change: transform;
}

.rs-industry-marquee .rs-marquee-line:hover .rs-marquee-track {
  animation-play-state: paused;
}

.rs-industry-marquee .rs-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: clamp(28px, 3.8vw, 55px) 0;
}

.rs-industry-marquee .rs-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 45px);
  padding-left: clamp(22px, 2.5vw, 45px);
  color: #fff;
  font-size: clamp(34px, 4.5vw, 84px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.015em;
  white-space: nowrap;
  transition: color .35s ease, transform .35s ease;
}

.rs-industry-marquee .rs-marquee-item:after {
  content: '';
  width: clamp(9px, 1vw, 16px);
  height: clamp(9px, 1vw, 16px);
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
}

.rs-industry-marquee .rs-marquee-item.rs-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
}

.rs-industry-marquee .rs-marquee-item.rs-red {}

.rs-industry-marquee .rs-marquee-item:hover {
  color: #111;
  -webkit-text-stroke-color: #111;
  transform: translateY(-5px);
}

.rs-industry-marquee .rs-marquee-item:hover:after {
  background: #161616;
}

@keyframes rsIndustriesMoveLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  .rs-text-marquee-sec {
    padding: 60px 0 20px;
  }

  .rs-marquee-heading {
    padding: 0 18px;
  }

  .rs-marquee-heading .rs-main-title {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.08;
  }

  .rs-main-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .rs-industry-marquee {
    padding: 42px 0;
  }

  .rs-industry-marquee .rs-marquee-group {
    padding: 22px 0;
  }

  .rs-industry-marquee .rs-marquee-item {
    font-size: clamp(22px, 7vw, 36px);
    letter-spacing: -.03em;
  }

  .rs-industry-marquee .rs-marquee-item.rs-outline {
    -webkit-text-stroke-width: 1px;
  }

  .rs-industry-marquee .rs-marquee-item:after {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 575.98px) {
  .rs-text-marquee-sec {
    padding-top: 52px;
  }

  .rs-marquee-heading .rs-small-title {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .rs-industry-marquee {
    padding: 34px 0;
  }

  .rs-industry-marquee .rs-marquee-item {
    font-size: 26px;
  }

  .rs-industry-marquee .rs-marquee-item.rs-outline {
    -webkit-text-stroke-width: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-industry-marquee .rs-marquee-track {
    animation-play-state: paused;
  }

  .rs-industry-marquee .rs-marquee-item {
    transition: none;
  }
}




/* =========================================================
   HOME BLOG + STATS + CLIENT LOGOS
========================================================= */

.rs-home-blog {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 8, 6, 0.88) 0%, rgba(12, 8, 6, 0.72) 42%, rgba(12, 8, 6, 0.42) 100%),
    url("/assets/img/counter.webp") right center / cover no-repeat;
  background-color: #0c0806;
}

.rs-home-blog__head {
  margin-bottom: 36px;
}

.rs-home-blog__title,
.rs-home-clients__title {
  color: #fff !important;
  margin-bottom: 0;
}

.rs-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.rs-home-blog__empty {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.rs-home-blog__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rs-home-blog__media {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  flex-shrink: 0;
  overflow: hidden;
  background: #1a1410;
}

.rs-home-blog__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}

.rs-home-blog__card:hover .rs-home-blog__image {
  transform: scale(1.04);
}

.rs-home-blog__card-title {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rs-home-blog__card-title a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.rs-home-blog__card-title a:hover,
.rs-home-blog__card-title a:focus-visible {
  color: #ed1c24;
}

.rs-home-blog__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
}

.rs-home-blog__stat {
  text-align: center;
  padding: 8px 16px;
}

.rs-home-blog__stat-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ed1c24;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1;
}

.rs-home-blog__stat-plus {
  color: #ed1c24;
}

.rs-home-blog__stat p {
  margin: 10px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.rs-home-clients {
  margin-top: 56px;
}

.rs-home-clients__head {
  margin-bottom: 28px;
}

.rs-home-clients__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 28px;
}

.rs-home-clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 150px;
  min-height: 64px;
  padding: 6px 10px;
}

.rs-home-clients__item img {
  width: auto !important;
  height: auto !important;
  max-width: 128px;
  max-height: 46px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.rs-home-clients__item:hover img {
  opacity: 1;
  transform: scale(1.06);
}

@media (max-width: 991px) {
  .rs-home-blog {
    background-position: center top;
  }

  .rs-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .rs-home-blog__media {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .rs-home-blog {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rs-home-blog__head {
    margin-bottom: 24px;
  }

  .rs-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .rs-home-blog__card-title {
    font-size: 16px;
    min-height: 0;
  }

  .rs-home-blog__stats {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .rs-home-blog__stat {
    padding: 16px 8px;
  }

  .rs-home-blog__stat-value {
    font-size: 42px;
  }

  .rs-home-clients {
    margin-top: 40px;
  }

  .rs-home-clients__grid {
    gap: 12px 16px;
  }

  .rs-home-clients__item {
    flex-basis: calc((100% - 16px) / 2);
  }
}




/* Unique parent class. No root variables are used. */
.rs-mail-tech {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 70px 0;
  color: #f5f5f5;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(7, 8, 9, .73)),
    radial-gradient(circle at 70% 38%, rgba(236, 28, 36, .10), transparent 27%),
    linear-gradient(135deg, #050505, #121416 60%, #08090a);
  isolation: isolate;
}

.rs-mail-tech::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0, rgba(255, 255, 255, .025) 1px, transparent 1px, transparent 4px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .015) 0, rgba(255, 255, 255, .015) 1px, transparent 1px, transparent 6px);
  pointer-events: none;
}

.rs-mail-tech::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  pointer-events: none;
}

.rs-mail-tech .rs-mail-tech__frame {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(75vh - 140px);
  padding: clamp(40px, 5vw, 45px) clamp(25px, 4vw, 70px);
  border-right: 1px solid rgba(255, 255, 255, .22);
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.rs-mail-tech .rs-mail-tech__frame::before,
.rs-mail-tech .rs-mail-tech__frame::after {
  content: "";
  position: absolute;
  left: 0;
  width: 46px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
}

.rs-mail-tech .rs-mail-tech__frame::before {
  top: 0;
}

.rs-mail-tech .rs-mail-tech__frame::after {
  bottom: 0;
}

.rs-mail-tech .rs-mail-tech__index {
  padding-top: 5px;
}

.rs-mail-tech .rs-mail-tech__number {
  display: block;
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(64px, 5.4vw, 92px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.06em;
}

.rs-mail-tech .rs-mail-tech__category {
  max-width: 190px;
  margin: 0;
  color: rgba(255, 255, 255, .38);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rs-mail-tech .rs-mail-tech__content {
  padding-right: clamp(10px, 4vw, 60px);
}

.rs-mail-tech .rs-mail-tech__title {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 4vw, 68px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.rs-mail-tech .rs-mail-tech__title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .78);
  text-stroke: 1px rgba(255, 255, 255, .78);
}

.rs-mail-tech .rs-mail-tech__description {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .95);
  font-size: 17px;
  line-height: 1.65;
}

.rs-mail-tech .rs-mail-tech__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  min-width: 245px;
  min-height: 58px;
  margin-top: 36px;
  padding: 0 19px 0 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
  background: rgba(0, 0, 0, .14);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .3s;
  border-radius: 10px;
}

.rs-mail-tech .rs-mail-tech__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #ec1c24;
  transform: translateX(-102%);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.rs-mail-tech .rs-mail-tech__button span,
.rs-mail-tech .rs-mail-tech__button svg {
  position: relative;
  z-index: 1;
}

.rs-mail-tech .rs-mail-tech__button svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .3s;
}

.rs-mail-tech .rs-mail-tech__button:hover {
  color: #fff;
  border-color: #ec1c24;
}

.rs-mail-tech .rs-mail-tech__button:hover::before {
  transform: translateX(0);
}

.rs-mail-tech .rs-mail-tech__button:hover svg {
  transform: translateX(5px);
}

.rs-mail-tech .rs-mail-tech__specs {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  list-style: none;
}

.rs-mail-tech .rs-mail-tech__spec {
  position: relative;
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 15px;
  min-height: 62px;
  padding: 10px 7px 10px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  transition: padding .3s, border-color .3s;
}

@media(min-width:1400px) {

  .rs-mail-tech .rs-mail-tech__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 25px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    list-style: none;
  }

  .rs-mail-tech .rs-mail-tech__spec {
    position: relative;
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 70px;
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .rs-mail-tech .rs-mail-tech__spec-label {
    font-size: 10
  }


  .rs-mail-tech .rs-mail-tech__spec::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(236, 28, 36, .17), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.2, .8, .2, 1);
  }

  .rs-mail-tech .rs-mail-tech__spec:hover {
    padding-left: 14px;
    border-color: rgba(236, 28, 36, .72);
  }

  .rs-mail-tech .rs-mail-tech__spec:hover::before {
    transform: scaleX(1);
  }

  .rs-mail-tech .rs-mail-tech__spec-label {
    color: rgba(255, 255, 255, .28);
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .rs-mail-tech .rs-mail-tech__spec-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .035em;
    /* text-transform: uppercase; */
  }

  .rs-mail-tech .rs-mail-tech__spec-arrow {
    color: #ec1c24;
    font-size: 17px;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .3s, transform .3s;
  }

  .rs-mail-tech .rs-mail-tech__spec:hover .rs-mail-tech__spec-arrow {
    opacity: 1;
    transform: translateX(0);
  }

  .rs-mail-tech .rs-mail-tech__scan {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(transparent, #ec1c24, transparent);
    box-shadow: 0 0 18px rgba(236, 28, 36, .85);
    opacity: .55;
    pointer-events: none;
  }

  @media (max-width: 1199.98px) {
    .rs-mail-tech .rs-mail-tech__frame {
      padding-inline: 35px;
    }

    .rs-mail-tech .rs-mail-tech__spec {
      grid-template-columns: 92px minmax(0, 1fr) 20px;
    }
  }

  @media (max-width: 991.98px) {
    .rs-mail-tech {
      min-height: auto;
    }

    .rs-mail-tech .rs-mail-tech__frame {
      min-height: auto;
    }

    .rs-mail-tech .rs-mail-tech__index {
      margin-bottom: 50px;
    }

    .rs-mail-tech .rs-mail-tech__content {
      margin-bottom: 65px;
      padding-right: 0;
    }

    .rs-mail-tech .rs-mail-tech__category {
      max-width: none;
    }
  }

  @media (max-width: 575.98px) {
    .rs-mail-tech {
      padding: 30px 0;
    }

    .rs-mail-tech .container-fluid {
      padding-inline: 16px !important;
    }

    .rs-mail-tech .rs-mail-tech__frame {
      padding: 45px 20px;
    }

    .rs-mail-tech .rs-mail-tech__number {
      font-size: 67px;
    }

    .rs-mail-tech .rs-mail-tech__title {
      font-size: 40px;
    }

    .rs-mail-tech .rs-mail-tech__description {
      font-size: 15px;
    }

    .rs-mail-tech .rs-mail-tech__button {
      width: 100%;
      min-width: 0;
    }

    .rs-mail-tech .rs-mail-tech__spec {
      grid-template-columns: 50px minmax(0, 1fr);
      gap: 11px;
      min-height: 74px;
    }

    .rs-mail-tech .rs-mail-tech__spec-arrow {
      display: none;
    }

    .rs-mail-tech .rs-mail-tech__spec-text {
      font-size: 11px;
    }

    .rs-mail-tech .rs-mail-tech__spec-label {
      font-size: 9px;
    }
  }

  @media (prefers-reduced-motion: reduce) {

    .rs-mail-tech *,
    .rs-mail-tech *::before,
    .rs-mail-tech *::after {
      animation: none !important;
      transition-duration: .01ms !important;
    }
  }
}


.email-industries-showcase {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #f4f2ee;
  color: #181818;
  font-family: var(--default-font);
}

.email-industries-showcase * {
  box-sizing: border-box;
}

.email-industries-showcase::before {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(215, 25, 32, .13);
  border-radius: 50%;
  content: "";
}

.email-industries-showcase::after {
  position: absolute;
  bottom: -220px;
  left: -170px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(24, 24, 24, .08);
  border-radius: 50%;
  content: "";
}

.email-industries-showcase .email-industries-intro {
  position: sticky;
  top: 30px;
  min-height: 650px;
  padding: 54px 46px;
  overflow: hidden;
  border-radius: 28px;
  background: #171717;
  color: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .16);
}

.email-industries-showcase .email-industries-intro::before {
  position: absolute;
  top: -130px;
  right: -135px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, .025), 0 0 0 84px rgba(255, 255, 255, .018);
  content: "";
}

.email-industries-showcase .email-industries-eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.email-industries-showcase .email-industries-eyebrow span {
  width: 34px;
  height: 1px;
  background: #fff;
}

.email-industries-showcase .email-industries-title {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin: 0 0 28px;
  font-size: clamp(46px, 5.5vw, 48px);
  font-weight: 700;
  line-height: .98;
  color: #fff;
  letter-spacing: -4px;
}

.email-industries-showcase .email-industries-description {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin: 0;
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.email-industries-showcase .email-visual {
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: 38px;
  z-index: 2;
  height: 190px;
}

.email-industries-showcase .email-orbit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

.email-industries-showcase .email-orbit::before {
  position: absolute;
  inset: 23px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
}

.email-industries-showcase .email-icon-large {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 22px;
  background: #d71920;
  color: #fff;
  font-size: 31px;
  box-shadow: 0 16px 38px rgba(215, 25, 32, .36);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.email-industries-showcase .email-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b70;
  box-shadow: 0 0 0 7px rgba(255, 107, 112, .12);
}

.email-industries-showcase .email-dot-one {
  top: 18px;
  left: 32px;
}

.email-industries-showcase .email-dot-two {
  right: 5px;
  bottom: 54px;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .08);
}

.email-industries-showcase .email-mini-stat {
  position: absolute;
  bottom: 12px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px;
}

.email-industries-showcase .email-mini-stat strong {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.email-industries-showcase .industry-card {
  position: relative;
  display: flex;
  min-height: 128px;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, .09);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(10px);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.email-industries-showcase .industry-card::before {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(24, 24, 24, .07);
  border-radius: 50%;
  content: "";
  transition: transform .4s ease, border-color .4s ease;
}

.email-industries-showcase .industry-card:hover {
  z-index: 3;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .11);
  transform: translateY(-8px) rotate(-1deg);
}

.email-industries-showcase .industry-card:hover::before {
  border-color: rgba(215, 25, 32, .28);
  transform: scale(1.35);
}

.email-industries-showcase .industry-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.email-industries-showcase .industry-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.email-industries-showcase .industry-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: #ece9e3;
  color: #181818;
  font-size: 17px;
  transition: background .35s ease, color .35s ease, transform .35s ease;
}

.email-industries-showcase .industry-number {
  color: #aaa7a0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
}

.email-industries-showcase .industry-card:hover .industry-icon {
  background: #181818;
  color: #fff;
  transform: rotate(-7deg);
}

.email-industries-showcase .industry-name {
  max-width: 155px;
  margin: 20px 0 0;
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.email-industries-showcase .industry-card-accent {
  background: #d71920;
  border-color: #d71920;
}

.email-industries-showcase .industry-card-accent .industry-icon {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.email-industries-showcase .industry-card-accent .industry-number,
.email-industries-showcase .industry-card-accent .industry-name {
  color: #fff;
}

.email-industries-showcase .industry-card-accent:hover {
  background: #c3141a;
}

.email-industries-showcase .industry-card-accent:hover .industry-icon {
  background: #fff;
  color: #d71920;
}

@media (min-width: 1200px) {
  .email-industries-showcase .industry-card-grid>.col-sm-6 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}

.email-industries-showcase .industries-closing {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  padding: 28px 32px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, .09);
  border-radius: 20px;
  background: transparent;
}

.email-industries-showcase .industries-closing::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #d71920;
  content: "";
}

.email-industries-showcase .closing-arrow {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #181818;
  border-radius: 50%;
  color: #181818;
  font-size: 18px;
}

.email-industries-showcase .closing-text {
  max-width: 650px;
  margin: 0;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .email-industries-showcase {
    padding: 75px 0;
  }

  .email-industries-showcase .email-industries-intro {
    position: relative;
    top: auto;
    min-height: 580px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .email-industries-showcase {
    padding: 55px 0;
  }

  .email-industries-showcase .email-industries-intro {
    min-height: 610px;
    padding: 38px 28px;
    border-radius: 22px;
  }

  .email-industries-showcase .email-industries-title {
    font-size: 48px;
    letter-spacing: -2.5px;
  }

  .email-industries-showcase .email-visual {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .email-industries-showcase .email-orbit {
    width: 160px;
    height: 160px;
  }

  .email-industries-showcase .industry-card {
    min-height: 130px;
    padding: 20px;
  }

  .email-industries-showcase .industries-closing {
    align-items: flex-start;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .email-industries-showcase .industry-card,
  .email-industries-showcase .industry-icon {
    transition: none;
  }
}



/* Reusable component: every selector is scoped to this parent class. */
.rs-email-roi-showcase {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: #101114;
  background:
    radial-gradient(circle at 88% 13%, rgba(210, 0, 0, .09), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  font-family: var(--default-font);
}

.rs-email-roi-showcase *,
.rs-email-roi-showcase *::before,
.rs-email-roi-showcase *::after {
  box-sizing: border-box;
}

.rs-email-roi-showcase .ers-container {
  position: relative;
  z-index: 1;
  max-width: 1220px;
}

.rs-email-roi-showcase .ers-floating-email-bg {
  position: absolute;
  top: 50%;
  left: -72px;
  z-index: 0;
  width: 260px;
  height: 260px;
  color: #b5b5b5;
  opacity: .22;
  pointer-events: none;
  transform: translateY(-50%) rotate(-7deg);
  animation: ersEmailOutlineFloat 7s ease-in-out infinite;
}

.rs-email-roi-showcase .ers-floating-email-bg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes ersEmailOutlineFloat {

  0%,
  100% {
    transform: translateY(-50%) rotate(-7deg);
  }

  50% {
    transform: translateY(calc(-50% - 18px)) rotate(-3deg);
  }
}

.rs-email-roi-showcase .ers-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #d20000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rs-email-roi-showcase .ers-kicker::before {
  width: 36px;
  height: 2px;
  background: #d20000;
  content: "";
}

.rs-email-roi-showcase .ers-title {

  margin: 0 0 23px;
  font-size: clamp(35px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.rs-email-roi-showcase .ers-title span {
  color: #d20000;
}

.rs-email-roi-showcase .ers-intro {

  margin: 0 0 36px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.8;
}

.rs-email-roi-showcase .ers-benefit-list {
  max-width: 650px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  list-style: none;
}

.rs-email-roi-showcase .ers-benefit-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #5f6875;
  cursor: pointer;
  transition: color .3s ease, padding .3s ease;
}

.rs-email-roi-showcase .ers-benefit-item::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d20000;
  content: "";
  transition: width .35s ease;
}

.rs-email-roi-showcase .ers-benefit-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

.rs-email-roi-showcase .ers-number {
  flex: 0 0 30px;
  color: #a1a8b2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
  transition: color .3s ease;
}

.rs-email-roi-showcase .ers-arrow {
  flex: 0 0 34px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d20000;
  opacity: 0;
  transform: scale(.75);
  transition: opacity .3s ease, transform .3s ease;
}

.rs-email-roi-showcase .ers-benefit-item:hover,
.rs-email-roi-showcase .ers-benefit-item.is-active {
  padding-left: 10px;
  color: #101114;
}

.rs-email-roi-showcase .ers-benefit-item:hover::after,
.rs-email-roi-showcase .ers-benefit-item.is-active::after {
  width: 100%;
}

.rs-email-roi-showcase .ers-benefit-item:hover .ers-number,
.rs-email-roi-showcase .ers-benefit-item.is-active .ers-number {
  color: #d20000;
}

.rs-email-roi-showcase .ers-benefit-item:hover .ers-arrow,
.rs-email-roi-showcase .ers-benefit-item.is-active .ers-arrow {
  opacity: 1;
  transform: scale(1);
}

.rs-email-roi-showcase .ers-visual {
  position: sticky;
  top: 36px;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rs-email-roi-showcase .ers-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 0;
  width: 360px;
  height: 260px;
  opacity: .45;
  background-image: radial-gradient(#d0d0d0 1.25px, transparent 1.25px);
  background-size: 12px 12px;
}

.rs-email-roi-showcase .ers-image-card {
  position: relative;
  z-index: 2;
  width: min(500px, 100%);
  height: 570px;
  overflow: hidden;
  border-radius: 4px;
  background: #ededed;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .14);
}

.rs-email-roi-showcase .ers-image-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .35));
  pointer-events: none;
  content: "";
}

.rs-email-roi-showcase .ers-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: opacity .3s ease, transform .65s ease;
}

.rs-email-roi-showcase .ers-image-card.is-changing img {
  opacity: .25;
  transform: scale(1.1);
}

.rs-email-roi-showcase .ers-roi-badge {
  position: absolute;
  bottom: 18px;
  left: 6%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .75);
  color: #101114;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
  backdrop-filter: blur(12px);
}

.rs-email-roi-showcase .ers-roi-badge strong {
  color: #d20000;
  font-size: 78px;
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.07em;
}

.rs-email-roi-showcase .ers-roi-badge span {
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rs-email-roi-showcase .ers-ring {
  position: absolute;
  top: 30px;
  right: -25px;
  z-index: 1;
  width: 120px;
  height: 120px;
  border: 18px solid rgba(210, 0, 0, .14);
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .rs-email-roi-showcase .ers-floating-email-bg {
    left: -58px;
    width: 190px;
    height: 190px;
    opacity: .17;
  }

  .rs-email-roi-showcase {
    padding: 70px 0 88px;
  }

  .rs-email-roi-showcase .ers-title,
  .rs-email-roi-showcase .ers-intro,
  .rs-email-roi-showcase .ers-benefit-list {
    max-width: none;
  }

  .rs-email-roi-showcase .ers-benefit-label {
    white-space: normal;
  }

  .rs-email-roi-showcase .ers-visual {
    position: relative;
    top: auto;
    min-height: auto;
    margin-top: 18px;
    justify-content: center;
  }

  .rs-email-roi-showcase .ers-image-card {
    width: 100%;
    height: 500px;
  }

  .rs-email-roi-showcase .ers-roi-badge {
    bottom: -30px;
    left: 24px;
  }
}

@media (max-width: 575.98px) {
  .rs-email-roi-showcase .ers-floating-email-bg {
    top: 46%;
    left: -62px;
    width: 145px;
    height: 145px;
    opacity: .12;
  }

  .rs-email-roi-showcase {
    padding: 55px 0 78px;
  }

  .rs-email-roi-showcase .ers-title {
    font-size: 36px;
  }

  .rs-email-roi-showcase .ers-intro {
    font-size: 15px;
    line-height: 1.7;
  }

  .rs-email-roi-showcase .ers-benefit-item {
    padding: 15px 0;
  }

  .rs-email-roi-showcase .ers-benefit-item:hover,
  .rs-email-roi-showcase .ers-benefit-item.is-active {
    padding-left: 0;
  }

  .rs-email-roi-showcase .ers-benefit-label {
    gap: 9px;
    font-size: 14px;
  }

  .rs-email-roi-showcase .ers-number {
    flex-basis: 25px;
  }

  .rs-email-roi-showcase .ers-arrow {
    display: none;
  }

  .rs-email-roi-showcase .ers-image-card {
    height: 350px;
  }

  .rs-email-roi-showcase .ers-roi-badge {
    right: 16px;
    bottom: -24px;
    left: 16px;
    justify-content: center;
  }

  .rs-email-roi-showcase .ers-roi-badge strong {
    font-size: 58px;
  }

  .rs-email-roi-showcase .ers-roi-badge span {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-email-roi-showcase .ers-floating-email-bg {
    animation: none;
  }
}



/* Reusable section: every custom selector is scoped to this parent class. */
.rs-mail-services-editorial {
  position: relative;
  overflow: hidden;
  padding: 55px 0 90px;
  color: #070707;
  background: #f7f7f4;
  font-family: var(--default-font);
}

.rs-mail-services-editorial *,
.rs-mail-services-editorial *::before,
.rs-mail-services-editorial *::after {
  box-sizing: border-box;
}

.rs-mail-services-editorial .mse-container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.rs-mail-services-editorial .mse-topbar {
  align-items: center;
  min-height: 140px;
}

.rs-mail-services-editorial .mse-mini-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rs-mail-services-editorial .mse-mini-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.rs-mail-services-editorial .mse-mini-list li::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #ff3d30;
  content: "";
  transition: transform .3s ease;
}

.rs-mail-services-editorial .mse-mini-list li:hover::before {
  transform: scale(1.6);
}

.rs-mail-services-editorial .mse-top-image {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 135px;
  overflow: hidden;
  border-radius: 22px;
  background: #161616;
}

.rs-mail-services-editorial .mse-top-image::after {
  position: absolute;
  inset: 0;
  opacity: .24;
  background: repeating-linear-gradient(135deg, transparent 0 6px, rgba(255, 61, 48, .35) 6px 7px);
  content: "";
  pointer-events: none;
}

.rs-mail-services-editorial .mse-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  transform: scale(1.12);
  transition: filter .5s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}

.rs-mail-services-editorial .mse-top-image:hover img {
  filter: grayscale(0);
  transform: scale(1.02);
}

.rs-mail-services-editorial .mse-stat {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.rs-mail-services-editorial .mse-icon-stack {
  display: flex;
  padding-left: 18px;
}

.rs-mail-services-editorial .mse-icon-circle {
  display: grid;
  width: 68px;
  height: 68px;
  margin-left: -18px;
  place-items: center;
  border: 3px solid #f7f7f4;
  border-radius: 50%;
  color: #fff;
  background: #161616;
  font-size: 24px;
  transition: transform .35s ease, background .35s ease;
}

.rs-mail-services-editorial .mse-icon-circle:nth-child(2) {
  background: #353535;
}

.rs-mail-services-editorial .mse-icon-circle:nth-child(3) {
  background: #ff3d30;
}

.rs-mail-services-editorial .mse-icon-circle:hover {
  z-index: 2;
  background: #ff3d30;
  transform: translateY(-8px) rotate(8deg);
}

.rs-mail-services-editorial .mse-stat-number {
  margin: 0;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.06em;
}

.rs-mail-services-editorial .mse-stat-label {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}

.rs-mail-services-editorial .mse-hero {
  align-items: start;
  margin-top: 72px;
}

.rs-mail-services-editorial .mse-title {
  margin: 0;
  font-size: clamp(72px, 11vw, 140px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.085em;
  text-transform: uppercase;
}

.rs-mail-services-editorial .mse-title-line {
  display: block;
  overflow: hidden;
  padding-right: .08em;
  padding-bottom: .1em;
}

.rs-mail-services-editorial .mse-title-inner {
  display: block;
  transform-origin: left bottom;
}

.rs-mail-services-editorial .mse-title-line:nth-child(2) {
  padding-left: 15%;
}

.rs-mail-services-editorial .mse-title-line:nth-child(3) {
  padding-left: 1%;
}

.rs-mail-services-editorial .mse-copy {
  max-width: 445px;
  margin: 0 0 0 auto;
  padding-top: 18px;
  font-size: 16px;
  line-height: 1.75;
}

.rs-mail-services-editorial .mse-copy-mark {
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #ff3d30;
}

.rs-mail-services-editorial .mse-orbit {
  position: absolute;
  top: 46%;
  right: -100px;
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  pointer-events: none;
}

.rs-mail-services-editorial .mse-orbit::before,
.rs-mail-services-editorial .mse-orbit::after {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 50%;
  content: "";
}

.rs-mail-services-editorial .mse-orbit::before {
  inset: 42px;
}

.rs-mail-services-editorial .mse-orbit::after {
  inset: 88px;
  background: #ff3d30;
  opacity: .08;
}

.rs-mail-services-editorial .mse-services {
  margin-top: 85px;
  border-top: 1px solid #cfcfca;
}

.rs-mail-services-editorial .mse-service {
  position: relative;
  display: flex;
  min-height: 90px;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border-bottom: 1px solid #cfcfca;
  padding: 18px 54px 18px 4px;
  color: #111;
  text-decoration: none;
  transition: color .35s ease, padding-left .35s ease;
}

.rs-mail-services-editorial .mse-service::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #111;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .42s cubic-bezier(.2, .75, .2, 1);
  content: "";
}

.rs-mail-services-editorial .mse-service:hover {
  padding-left: 18px;
  color: #fff;
}

.rs-mail-services-editorial .mse-service:hover::before {
  transform: scaleY(1);
}

.rs-mail-services-editorial .mse-service-number {
  flex: 0 0 32px;
  color: #ff3d30;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.rs-mail-services-editorial .mse-service-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.rs-mail-services-editorial .mse-service-arrow {
  position: absolute;
  right: 16px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ff3d30;
  opacity: 0;
  transform: translateX(-14px) rotate(-45deg);
  transition: opacity .3s ease, transform .3s ease;
}

.rs-mail-services-editorial .mse-service:hover .mse-service-arrow {
  opacity: 1;
  transform: translateX(0) rotate(0);
}

.rs-mail-services-editorial .mse-footer-row {
  align-items: center;
  margin-top: 60px;
}

.rs-mail-services-editorial .mse-wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  border: 2px solid #111;
  border-radius: 100px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rs-mail-services-editorial .mse-cta {
  display: inline-flex;
  min-width: 190px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 100px;
  padding: 12px 26px;
  color: #fff;
  background: #ff3d30;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transform: rotate(-8deg);
  transition: color .35s ease, background .35s ease;
  will-change: transform;
}

.rs-mail-services-editorial .mse-cta:hover {
  color: #fff;
  background: #111;
}

.rs-mail-services-editorial .mse-spark {
  display: block;
  margin-left: auto;
  color: #111;
  font-size: 50px;
  animation: mseSpin 8s linear infinite;
}

@keyframes mseSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199.98px) {
  .rs-mail-services-editorial .mse-title {
    font-size: clamp(72px, 12vw, 138px);
  }

  .rs-mail-services-editorial .mse-title-line:nth-child(2) {
    padding-left: 8%;
  }
}

@media (max-width: 991.98px) {
  .rs-mail-services-editorial {
    padding: 50px 0 70px;
  }

  .rs-mail-services-editorial .mse-stat {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .rs-mail-services-editorial .mse-hero {
    margin-top: 58px;
  }

  .rs-mail-services-editorial .mse-title {
    font-size: clamp(64px, 15vw, 112px);
    line-height: .84;
  }

  .rs-mail-services-editorial .mse-title-line:nth-child(2),
  .rs-mail-services-editorial .mse-title-line:nth-child(3) {
    padding-left: 0;
  }

  .rs-mail-services-editorial .mse-copy {
    max-width: 680px;
    margin: 32px 0 0;
  }

  .rs-mail-services-editorial .mse-services {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .rs-mail-services-editorial {
    padding: 38px 0 55px;
  }

  .rs-mail-services-editorial .mse-top-image {
    max-width: none;
    height: 180px;
    margin-top: 28px;
  }

  .rs-mail-services-editorial .mse-stat {
    gap: 14px;
  }

  .rs-mail-services-editorial .mse-icon-circle {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .rs-mail-services-editorial .mse-stat-number {
    font-size: 42px;
  }

  .rs-mail-services-editorial .mse-stat-label {
    font-size: 13px;
  }

  .rs-mail-services-editorial .mse-hero {
    margin-top: 48px;
  }

  .rs-mail-services-editorial .mse-title {
    font-size: clamp(49px, 16vw, 74px);
    line-height: .9;
  }

  .rs-mail-services-editorial .mse-copy {
    font-size: 15px;
  }

  .rs-mail-services-editorial .mse-services {
    margin-top: 46px;
  }

  .rs-mail-services-editorial .mse-service {
    min-height: 78px;
    padding-right: 42px;
  }

  .rs-mail-services-editorial .mse-footer-row {
    gap: 30px;
    margin-top: 45px;
  }

  .rs-mail-services-editorial .mse-wordmark {
    min-height: 54px;
    padding: 8px 20px;
    font-size: 13px;
  }

  .rs-mail-services-editorial .mse-cta {
    min-width: 170px;
    min-height: 56px;
  }

  .rs-mail-services-editorial .mse-spark {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rs-mail-services-editorial *,
  .rs-mail-services-editorial *::before,
  .rs-mail-services-editorial *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}



/* logo */

/* Coloured PNG becomes white by default */
.rs-logo-hover .rs-logo-hover__item img {
  filter: brightness(0) invert(1);
  opacity: 1;
  transition: filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Restore the PNG's original colours */
.rs-logo-hover:hover .rs-logo-hover__item img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
  /* background: #fff; */
}










.rs-inner-video-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 100px 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-color: #111111;
}

.rs-inner-video-banner__video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rs-inner-video-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.rs-inner-video-banner__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin-inline: auto;
}

/* Tablet */
@media (max-width: 991.98px) {
  .rs-inner-video-banner {
    min-height: 350px;
    padding: 80px 20px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .rs-inner-video-banner {
    min-height: 300px;
    padding: 65px 15px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .rs-inner-video-banner__video {
    display: none;
  }
}

.rs-marketing-section .rs-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.rs-marketing-section .rs-card-icon {
  color: #e71928;
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  transition: transform .35s ease;
  animation: rsIconFloat 3.4s ease-in-out infinite;
}

.rs-marketing-section .rs-campaign-card:nth-child(2n) .rs-card-icon {
  animation-delay: .35s;
}

.rs-marketing-section .rs-campaign-card:nth-child(3n) .rs-card-icon {
  animation-delay: .7s;
}

.rs-marketing-section .rs-campaign-card:nth-child(5n) .rs-card-icon {
  animation-delay: 1.05s;
}

.rs-marketing-section .rs-campaign-card:hover .rs-card-icon {
  transform: rotate(-7deg) scale(1.12);
}

.rs-marketing-section .rs-card-number {
  color: #c9c9ce;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

@media (max-width: 479.98px) {
  .rs-marketing-section {
    padding: 38px 0;
  }

  .rs-marketing-section .rs-heading {
    margin-bottom: 23px;
  }

  .rs-marketing-section .rs-campaign-map {
    grid-template-columns: 1fr;
  }

  .rs-marketing-section .rs-campaign-card {
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
  }

  .rs-marketing-section .rs-card-top {
    margin: 0;
  }

  .rs-marketing-section .rs-card-number {
    display: none;
  }

  .rs-marketing-section .rs-card-icon {
    font-size: 22px;
  }

  .rs-marketing-section .rs-compliance-note {
    align-items: flex-start;
    text-align: left;
    padding: 13px 3px 0;
  }
}

.rs-why-hub-section .rs-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #d20000;
  font-size: 22px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  animation: rsHubIcon 3.4s ease-in-out infinite;
  transition: transform .35s ease;
}

.rs-why-hub-section .rs-hub-card:nth-child(2) .rs-card-icon {
  animation-delay: .45s;
}

.rs-why-hub-section .rs-hub-card:nth-child(3) .rs-card-icon {
  animation-delay: .9s;
}

.rs-why-hub-section .rs-hub-card:hover .rs-card-icon {
  animation-play-state: paused;
  transform: rotate(-8deg) scale(1.14);
}

#portfolio .ffee {
  object-fit: cover;
  height: 275px;
  aspect-ratio: auto !important;
}

/* Responsive final */

@media (max-width: 600px) {

  /* Homepage */
  .rs-hero-slider .rs-slide-title {

    font-size: 21px;
  }

  .rs-hero-slider .rs-slide-description {

    font-size: 14px;
  }

  .rs-hero-slider .rs-slide-kicker {

    font-size: 11px;
  }

  .rs-service-card {

    min-height: auto;

  }

  section.form-sec {
    display: none;
  }

  .rs-gd-intro__lead.fade-title {

    font-size: 26px;
  }

  p.rs-gd-intro__lead.rs-gd-intro__reveal.text-center.fs-5:not(.rs-section-subtitle) {
    font-size: 13px !important;
  }

  .about-features .h2 {
    font-size: 17px !important;
  }

  .laptop-mobile {
    display: none !important;
  }

  /* About buttons - Mobile */

  .inlinebtns {
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 10px !important;
    width: 100%;
  }

  .inlinebtns .btn,
  .inlinebtns .rs-btn {
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .inlinebtns .btn-title {
    white-space: nowrap;
  }

  .rs-video-wrap {
    margin-left: inherit !important;
    margin-right: auto;
  }

  .rs-video-title h3:not(.rs-process-title) {

    font-size: 41px !important;

  }

  .home-faq h2 {
    font-size: 24px;
  }

  .home-faq p {
    font-size: 14px;
  }

  .home-faq .accordion-button {
    font-size: 14px;
  }

  .lin_sec {

    margin-top: 0px;
    margin-bottom: 0px;
  }

  .stak-sec h3:not(.rs-process-title) {
    font-size: 20px !important;

  }

  .stack-no {

    font-size: 39px;

  }

  .stack-desc h4 {
    font-size: 12px;
  }

  .mobile-app-ser p {
    text-align: left !important;
  }

  .mobile-app-ser h2 {
    text-align: left;
    font-size: 20px;
  }

  /* section.rs-packages-sec.bluelight-backgroun.section {
    padding-top: 0px;
  } */


  /* About Us Page */

  .about-hero {
    min-height: 520px !important;
    height: 520px !important;
    padding: 149px 0 62px !important;
  }

  body .hero-marquee .rs-process-title {
    font-size: 19px !important;
  }

  .para_ti {
    font-size: 11px !important;
  }

  .rs-process-subtitle {
    font-size: 11px;
  }


  .about-info-sec .about-who .rs-section-subtitle {
    font-size: clamp(15px, 1.35vw, 18px) !important;
    text-align: left;
  }


  .about-stats {
    display: flex !important;
    flex-direction: row !important;
    width: 100%;
  }


  .about-stats .stat-box {
    flex: 1 1 0;
    width: 33.333%;
    padding: 15px 5px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .about-stats .stat-icon {
    margin-bottom: 5px;
  }

  .about-stats .company_numbers {
    font-size: 22px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .about-stats .stat-box p {
    font-size: 9px;
    line-height: 1.2;
    margin: 3px 0 0;
    white-space: nowrap;
  }

  /* 
contact us page */

  .rs-contact-hero-video {
    min-height: 500px !important;
    height: 500px !important;
  }


  span.rs-process-highlight {
    display: inline;
    white-space: normal;
    margin-left: 0;
    padding-bottom: 8px;
    overflow-wrap: break-word;
  }

  span.rs-process-highlight .rs-process-underline {
    width: 100%;
    max-width: 100%;
  }


  /* Portfolio page */
  .portfolio-page-hero,
  .portfolio-page-hero.about-hero,
  .portfolio-page-hero.hero-marquee {
    min-height: 500px !important;
    height: 500px !important;
    padding: 140px 0 36px !important;
  }

  /* Blog page */
  .blog-hero-custom,
  .blog-hero-custom.about-hero,
  .blog-hero-custom.hero-marquee,
  .blog-hero-custom .row {
    min-height: 500px !important;
    height: 500px !important;
    padding: 140px 0 36px !important;
  }

  body .blog-hero-custom .rs-process-title {
    font-size: 28px !important;
  }

  .rs-ecommerce-platforms .title {

    overflow-wrap: break-word;
    word-break: normal;
  }

  span.rs-process-highlight {
    margin-left: 5px;
  }

  .rs-ecommerce-platforms.emailmark-camp .team-sticky {
    height: auto;
  }

  .rs-ecommerce-platforms.emailmark-camp .gallery {
    height: auto;
  }

  .rs-ecommerce-platforms .card {

    min-height: auto;
  }

  .hero-titleinner {
    font-size: 26px;
  }

  .rs-full-section {

    padding: 38px 0;

  }

  .rs-title {

    font-size: 30px !important;

  }

  span.rs-process-highlight.fdf {
    margin-right: 5px;
  }

  .zivora-readiness-accordion .zra-title {

    font-size: 25px !important;
  }

  .zivora-systems-showcase .zss-title {
    font-size: 25px !important;
  }

  .rs-pint-section .rs-pint-title {
    font-size: 25px !important;
  }

  .rs-uae-invoice-section .rs-title {

    font-size: 26px !important;
  }

  .zivora-why-choose .zwc-title {
    font-size: 22px !important;
  }

  .zivora-readiness-split .zrs-title {
    font-size: 25px !important;
  }


}

/* Quote form: borderless controls inside white strips only */

.form-sec .rs-quote-form .field-wrap .rs-themed-select-trigger,
.form-sec .rs-quote-form .field-wrap .req_input,
.form-sec .rs-quote-form .field-wrap .req_textarea {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-sec .rs-quote-form .field-wrap .rs-themed-select-trigger:focus-visible {
  outline: none;
  box-shadow: none !important;
}

.form-sec .phone-field .rs-themed-select--line .rs-themed-select-trigger {
  height: 45px;
  color: #fff;
}

.home-form .form-select option,
.form-sec .req_selected option,
.form-sec select option,
.phone-field .country-code option,
.portfolio-industry-select option {
  background: #111 !important;
  color: #fff !important;
}

/* =========================================================
   GOOGLE REVIEWS
========================================================= */

.rs-google-reviews {
  position: relative;
  padding: 56px 0;
  background: #fff;
}

.rs-google-reviews-widget {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 8px 18px;
  align-items: center;
}

.rs-google-reviews-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 8px 8px 0;
}

.rs-google-reviews-label {
  margin: 0 0 10px;
  color: #202124;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.rs-google-reviews-summary .rs-google-stars {
  margin-bottom: 10px;
}

.rs-google-reviews-based {
  margin: 0 0 14px;
  color: #3c4043;
  font-size: 14px;
  line-height: 1.4;
}

.rs-google-reviews-based strong {
  color: #202124;
  font-weight: 700;
}

.rs-google-reviews-summary a {
  text-decoration: none;
}

.rs-google-reviews .rs-google-word {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1;
}

.rs-google-reviews .rs-google-word .rs-blue {
  color: #4285f4;
}

.rs-google-reviews .rs-google-word .rs-red {
  color: #ea4335;
}

.rs-google-reviews .rs-google-word .rs-yellow {
  color: #fbbc05;
}

.rs-google-reviews .rs-google-word .rs-green {
  color: #34a853;
}

.rs-google-reviews-carousel {
  position: relative;
  min-width: 0;
  padding: 0 8px;
}

.rs-google-reviews-swiper {
  overflow: hidden;
}

.rs-google-reviews-swiper .swiper-slide {
  height: auto;
}

.rs-google-review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 210px;
  padding: 16px 16px 18px;
  background: #f5f5f5;
  border-radius: 8px;
}

.rs-google-reviews-prev,
.rs-google-reviews-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #dadce0;
  border-radius: 50%;
  background: #fff;
  color: #5f6368;
  font-size: 16px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.16);
  transform: translateY(-50%);
  cursor: pointer;
}

.rs-google-reviews-prev {
  left: -6px;
}

.rs-google-reviews-next {
  right: -6px;
}

.rs-google-reviews-prev:hover,
.rs-google-reviews-next:hover {
  background: #fff;
  color: #202124;
}

.rs-google-review-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.rs-google-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.rs-google-review-person {
  min-width: 0;
  flex: 1;
}

.rs-google-review-card h3 {
  margin: 0 0 2px;
  color: #202124;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.rs-google-review-card h3 a {
  color: inherit;
  text-decoration: none;
}

.rs-google-review-card small {
  display: block;
  color: #70757a;
  font-size: 12px;
}

.rs-google-g {
  flex-shrink: 0;
  margin-top: 2px;
}

.rs-google-review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.rs-google-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111111;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.rs-google-review-card p {
  margin: 0;
  color: #202124;
  font-size: 14px;
  line-height: 1.55;
}

.rs-google-reviews-empty {
  margin: 0;
  color: #666666;
  font-size: 16px;
}

@media (max-width: 991px) {
  .rs-google-reviews-widget {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rs-google-reviews-summary {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .rs-google-reviews {
    padding: 40px 0;
  }

  .rs-google-reviews-carousel {
    padding: 0 18px;
  }

  .rs-google-reviews-prev {
    left: -4px;
  }

  .rs-google-reviews-next {
    right: -4px;
  }
}

/* =========================================================
   MODERN INLINE FORM VALIDATION
========================================================= */

.rs-quote-form,
.form-sec {
  --rs-quote-field-height: 48px;
  --rs-quote-field-wrap-min-height: 48px;
}

.form-sec .home-input-cus .rs-field-error,
.form-sec .verify-wrap .rs-field-error,
.form-sec .field-wrap + .rs-field-error {
  margin: 6px 2px 14px;
  color: #ff5c5c;
  font-weight: 700;
}

.form-sec .home-input-cus .rs-field-error i,
.form-sec .verify-wrap .rs-field-error i,
.form-sec .field-wrap + .rs-field-error i,
.form-sec .home-input-cus .rs-field-error__text,
.form-sec .verify-wrap .rs-field-error__text,
.form-sec .field-wrap + .rs-field-error__text {
  color: #ff5c5c;
  font-weight: 700;
}

.form-sec .rs-quote-form .rs-themed-select.is-invalid .rs-themed-select-trigger {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.form-sec .rs-quote-form .rs-form-alert--success {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

.form-sec .rs-quote-form .rs-form-alert--error {
  border: 1px solid rgba(255, 92, 92, 0.45);
  background: rgba(120, 0, 0, 0.55);
  color: #fff;
}

.form-sec .verify-wrap {
  margin-top: 8px;
}

.form-sec .quote-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.form-sec .quote-terms-label input {
  margin-top: 3px;
  accent-color: #d20000;
}

.form-sec .quote-terms-label.is-invalid {
  color: #ff8a8a;
  font-weight: 700;
}

.rs-video-wrap {
  margin-left: auto;
  margin-right: auto;
}

.rs-agency-big-title {

  color: #000000 !important;

}

/* ============================================
   PORTFOLIO CARD - FINAL
============================================ */

#portfolio .portfolio-item {
  margin-bottom: 0;
}

#portfolio .portfolio-content {
  position: relative;
  width: 100%;
  aspect-ratio: 0.78 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}

/* Image */

#portfolio .portfolio-content img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  margin: 0;
  padding: 0;

  object-fit: cover;
  object-position: top center;

  transition: transform 0.35s ease, filter 0.35s ease;
}

/* ============================================
   TOP TITLE BADGE
============================================ */

#portfolio .portfolio-info h3 {
  position: absolute !important;

  top: 12px !important;
  left: 12px !important;

  margin: 0 !important;
  padding: 5px 9px !important;

  background: #d90000 !important;
  color: #fff !important;

  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;

  white-space: nowrap;

  z-index: 5;
}

/* ============================================
   BOTTOM TEXT - ALWAYS VISIBLE
============================================ */

#portfolio .portfolio-info p {
  position: absolute !important;

  left: 0 !important;
  right: 0 !important;
  bottom: 10px !important;

  margin: 0 !important;
  padding: 0 12px !important;

  background: transparent !important;
  color: #fff !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;

  text-align: center !important;

  z-index: 5;
}

/* ============================================
   INFO CONTAINER
============================================ */

#portfolio .portfolio-info {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  padding: 0 !important;

  background: transparent !important;

  opacity: 1 !important;
  visibility: visible !important;

  z-index: 3;
}

/* ============================================
   HOVER DARK OVERLAY
============================================ */

#portfolio .portfolio-content::after {
  content: "";
  opacity: 0;
  z-index: 2;
  background: #00000094;
  transition: opacity 0.3s;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#portfolio .portfolio-content:has(.portfolio-video-wrapper)::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#portfolio .portfolio-video-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#portfolio .portfolio-video-wrapper iframe {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: auto;
}

#portfolio .portfolio-content:hover::after {
  opacity: 1;
}

/* ============================================
   IMAGE HOVER
============================================ */

#portfolio .portfolio-content:hover img {
  transform: scale(1.015);
}

/* ============================================
   CENTER ICONS
============================================ */

#portfolio .portfolio-info .preview-link,
#portfolio .portfolio-info .details-link {
  position: absolute !important;

  top: 50% !important;

  width: 34px !important;
  height: 34px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  color: #fff !important;

  font-size: 21px !important;
  line-height: 1 !important;

  opacity: 0;
  visibility: hidden;

  z-index: 6;

  transform: translateY(-50%) !important;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

/* Zoom icon */

#portfolio .portfolio-info .preview-link {
  left: calc(50% - 38px) !important;
}

/* Link icon */

#portfolio .portfolio-info .details-link {
  left: calc(50% + 5px) !important;
}

/* ============================================
   SHOW ICONS ONLY ON HOVER
============================================ */

#portfolio .portfolio-content:hover .preview-link,
#portfolio .portfolio-content:hover .details-link {
  opacity: 1;
  visibility: visible;
}

/* ============================================
   ICON HOVER
============================================ */

#portfolio .portfolio-info .preview-link:hover,
#portfolio .portfolio-info .details-link:hover {
  color: #d90000 !important;
}

/* ============================================
   TABLET
============================================ */

@media (max-width: 991px) and (min-width: 768px) {

  #portfolio .portfolio-content {
    aspect-ratio: 0.82 / 1;
  }

}

/* ============================================
   MOBILE
============================================ */

@media (max-width: 767px) {

  #portfolio .portfolio-content {
    aspect-ratio: 0.90 / 1;
  }

  #portfolio .portfolio-info h3 {
    top: 10px !important;
    left: 10px !important;

    font-size: 10px !important;
  }

  #portfolio .portfolio-info p {
    bottom: 10px !important;

    font-size: 11px !important;
  }

}

/* ============================================
   BOTTOM TEXT HIDDEN UNTIL HOVER
============================================ */

/* Bottom description/title hidden */

#portfolio .portfolio-info p {
  opacity: 0 !important;
  visibility: hidden !important;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* Show bottom text on hover */

#portfolio .portfolio-content:hover .portfolio-info p {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ============================================
   CENTER ICONS - HIDDEN
============================================ */

#portfolio .portfolio-info .preview-link,
#portfolio .portfolio-info .details-link {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ============================================
   CENTER ICONS - SHOW ON HOVER
============================================ */

#portfolio .portfolio-content:hover .portfolio-info .preview-link,
#portfolio .portfolio-content:hover .portfolio-info .details-link {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ============================================
   SMALL MOBILE
============================================ */

@media (max-width: 480px) {

  #portfolio .portfolio-content {
    aspect-ratio: 0.95 / 1;
  }

}

/* common css for title, eyebrow, paragraph */

.rs-card-3 .rs-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

@media (max-width: 575px) {
  .rs-gsap-card {
    padding: 2px;
  }

  .rs-gsap-stack-sec {
    padding: 21px 0 !important;
  }

  .rs-card-3 .rs-location-list {
    gap: 8px;
    margin-top: 18px;
  }

  .rs-card-3 .rs-location-list span {
    padding: 8px 12px;
    font-size: 12px;
  }

}

/* --- Card Link (wraps entire card) --- */

.rs-service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rs-service-card-link:hover {
  transform: translateY(-4px);
}

/* --- Card --- */

.rs-service-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #eeeeee;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.rs-service-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #d6d6d6;
}

/* --- Image wrapper (16:9 ratio) --- */

.rs-service-card-image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 */
  background: #f3f3f3;
  overflow: hidden;
}

.rs-service-card-image .rs-service-image {
  object-fit: cover;
  transition: transform 0.4s ease;
}

.rs-service-card-link:hover .rs-service-image {
  transform: scale(1.03);
}

/* --- Content --- */

.rs-service-card-content {
  padding: 1.5rem 1.25rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rs-service-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #171717;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.rs-service-card-description {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 1.25rem 0;
  flex: 1;
}

/* --- "Learn More" link --- */

.rs-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: auto;
}

.rs-service-card-link:hover {
  color: #333333;
}

.rs-service-card-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 1.1rem;
}

.rs-service-card-link:hover .rs-service-card-arrow {
  transform: translateX(4px);
}

/* --- Responsive fine-tune --- */

@media (max-width: 640px) {
  .rs-services-listing {
    padding: 2.5rem 1rem;
  }

  .rs-services-heading h2 {
    font-size: 2rem;
  }

  .rs-services-heading p {
    font-size: 1rem;
  }

  .rs-services-grid {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .rs-service-card-content {
    padding: 1.25rem 1rem;
  }

  .rs-service-card-title {
    font-size: 1.1rem;
  }
}
