.stack-sans-notch {
  font-family: "Stack Sans Notch", sans-serif;
  font-style: normal;
}


.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
}


/* All custom CSS is scoped under this reusable parent class. */
.rs-hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  padding: 0;

  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.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: 95px 90px 105px;
  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(0, 0, 0, .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 p.rs-slide-kicker {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 31px) !important;
  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, 48px);
  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) !important;
  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 #ff5c00;
  border-radius: 50px;
  background: #ff5c00;
  color: #fff;
  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-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 {
  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: 80px;
  height: 80px;
  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: 40px;
  height: 40px;
}

.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;
}

@keyframes rs-fade-up {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rs-fade-down {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rs-zoom-in {
  from {
    opacity: 0;
    transform: scale(.90);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@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 {
    padding: 80px 75px 90px;
  }

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

  .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: 70px 45px 80px;
  }

  .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;
  }

  .rs-hero-slider .rs-review-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .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;
  }
}



/* All custom styles are scoped to this reusable parent class. */
.rewd-start-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 9% 88%,
      rgba(66, 9, 139, 0.10),
      transparent 25%),
    radial-gradient(circle at 92% 12%,
      rgba(255, 92, 0, 0.09),
      transparent 28%),
    #f8f9fb;
  color: #15161a;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-start-section .rewd-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  background-image:
    linear-gradient(rgba(19, 20, 24, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 20, 24, .15) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to top, #000, transparent 82%);
}

.rewd-start-section .rewd-orbit {
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  right: -160px;
  top: -150px;
  border: 1px solid rgba(66, 9, 139, .25);
  border-radius: 50%;
  animation: rewd-spin 18s linear infinite;
}

.rewd-start-section .rewd-orbit::before,
.rewd-start-section .rewd-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(20, 21, 24, .10);
  border-radius: 50%;
}

.rewd-start-section .rewd-orbit::before {
  inset: 38px;
}

.rewd-start-section .rewd-orbit::after {
  inset: 90px;
}

.rewd-start-section .rewd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #42098b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-start-section .rewd-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ff5c00;
}

.rewd-start-section .rewd-title {
  max-width: 690px;
  margin: 0;
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -2.5px;
}

.rewd-start-section .rewd-title span {
  display: inline;
  background: linear-gradient(100deg, #42098b 0%, #5b12a8 42%, #ff7a00 70%, #ff4d00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rewd-start-section .rewd-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: #64666e;
  font-size: 17px;
  line-height: 1.8;
}

.rewd-start-section .rewd-services {
  margin-top: 10px;
}

.rewd-start-section .rewd-service-card {
  position: relative;
  height: 100%;
  min-height: 210px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #e2e3e8;
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(23, 24, 30, .06);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.rewd-start-section .rewd-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(66, 9, 139, .65);
  background: #fff;
  box-shadow: 0 20px 50px rgba(66, 9, 139, .10), 0 8px 24px rgba(255, 92, 0, .07);
}

.rewd-start-section .rewd-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 30px;
  border-radius: 15px;
  background: linear-gradient(135deg, #42098b 0%, #6415b4 48%, #ff5c00 100%);
  box-shadow: 0 12px 28px rgba(66, 9, 139, .20);
  color: #fff;
  font-size: 23px;
  transition: transform .35s ease;
}

.rewd-start-section .rewd-service-card:hover .rewd-icon {
  transform: rotate(-8deg) scale(1.08);
}

.rewd-start-section .rewd-service-card h3 {
  max-width: 210px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.rewd-start-section .rewd-card-number {
  position: absolute;
  right: 24px;
  bottom: 17px;
  color: rgba(21, 22, 26, .08);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

/* Four animated corner-point shapes on every card. */
.rewd-start-section .rewd-point {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ff5c00;
  display: none;
  transform: rotate(45deg);
  animation: rewd-pulse 2.4s ease-in-out infinite;
}

.rewd-start-section .rewd-point-one {
  top: 13px;
  left: 13px;
}

.rewd-start-section .rewd-point-two {
  top: 13px;
  right: 13px;
  animation-delay: .35s;
}

.rewd-start-section .rewd-point-three {
  bottom: 13px;
  left: 13px;
  animation-delay: .7s;
}

.rewd-start-section .rewd-point-four {
  right: 13px;
  bottom: 13px;
  animation-delay: 1.05s;
}

.rewd-start-section .rewd-cta-card {
  position: sticky;
  top: 30px;
  padding: 42px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #3a077a 0%, #520e9e 52%, #ff5c00 135%);
  box-shadow: 0 30px 80px rgba(66, 9, 139, .20);
}

.rewd-start-section .rewd-cta-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -90px;
  bottom: -110px;
  border: 32px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
}

.rewd-start-section .rewd-cta-label {
  display: inline-block;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.rewd-start-section .rewd-cta-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  font-size: clamp(30px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.12;
  color: #fff;
  letter-spacing: -1.4px;
}

.rewd-start-section .rewd-cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: #fff;
  color: #111216;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.rewd-start-section .rewd-cta-button:hover {
  transform: translateY(-3px);
  background: transparent;
  color: #fff;
}

.rewd-start-section .rewd-cta-button i {
  font-size: 20px;
}

@keyframes rewd-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rewd-pulse {

  0%,
  100% {
    opacity: .3;
    transform: rotate(45deg) scale(.65);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.15);
  }
}

@media (max-width: 991.98px) {
  .rewd-start-section {
    padding: 80px 0;
  }

  .rewd-start-section .rewd-cta-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-start-section {
    padding: 65px 0;
  }

  .rewd-start-section .rewd-title {
    letter-spacing: -1.4px;
  }

  .rewd-start-section .rewd-service-card {
    min-height: 190px;
    padding: 25px;
  }

  .rewd-start-section .rewd-cta-card {
    padding: 30px 25px;
  }

  .rewd-start-section .rewd-cta-label {
    margin-bottom: 42px;
  }
}

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

  .rewd-start-section .rewd-orbit,
  .rewd-start-section .rewd-point {
    animation: none;
  }

  .rewd-start-section .rewd-service-card,
  .rewd-start-section .rewd-icon,
  .rewd-start-section .rewd-cta-button {
    transition: none;
  }
}



/* All custom styles are scoped under this reusable parent class. */
.rewd-pricing-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 105px 0;
  background:
    radial-gradient(circle at 5% 12%, rgba(66, 9, 139, .10), transparent 24%),
    radial-gradient(circle at 95% 88%, rgba(255, 92, 0, .10), transparent 25%),
    #f8f9fc;
  color: #17151d;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-pricing-section .rewd-pricing-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  background-image:
    linear-gradient(rgba(66, 9, 139, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 9, 139, .10) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.rewd-pricing-section .rewd-pricing-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.rewd-pricing-section .rewd-pricing-shape-one {
  width: 240px;
  height: 240px;
  top: -145px;
  right: 8%;
  border: 34px solid rgba(255, 92, 0, .08);
  animation: rewd-pricing-float 7s ease-in-out infinite;
}

.rewd-pricing-section .rewd-pricing-shape-two {
  width: 110px;
  height: 110px;
  bottom: 7%;
  left: -55px;
  border: 18px solid rgba(66, 9, 139, .08);
  animation: rewd-pricing-float 6s ease-in-out infinite reverse;
}

.rewd-pricing-section .rewd-pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #42098b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-pricing-section .rewd-pricing-eyebrow::before,
.rewd-pricing-section .rewd-pricing-eyebrow::after {
  content: "";
  width: 27px;
  height: 2px;
  background: #ff5c00;
}

.rewd-pricing-section .rewd-pricing-title {
  max-width: 950px;
  margin: 0 auto;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2.4px;
}

.rewd-pricing-section .rewd-pricing-title span {
  background: linear-gradient(100deg, #42098b 0%, #6816b9 42%, #ff7a00 72%, #ff4d00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rewd-pricing-section .rewd-pricing-intro {
  max-width: 610px;
  margin: 22px auto 0;
  color: #696771;
  font-size: 17px;
  line-height: 1.75;
}

.rewd-pricing-section .rewd-pricing-cards {
  margin-top: 15px;
}

.rewd-pricing-section .rewd-price-card {
  position: relative;
  height: 100%;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #e5e2ea;
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(38, 24, 55, .07);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rewd-pricing-section .rewd-price-card:hover {
  transform: translateY(-9px);
  border-color: rgba(66, 9, 139, .45);
  box-shadow: 0 28px 65px rgba(66, 9, 139, .12);
}

.rewd-pricing-section .rewd-price-card-featured {
  border-color: transparent;
  background: linear-gradient(145deg, #35066f 0%, #570fa5 62%, #7016ba 100%);
  box-shadow: 0 24px 65px rgba(66, 9, 139, .24);
  color: #fff;
}

.rewd-pricing-section .rewd-price-card-featured:hover {
  border-color: transparent;
  box-shadow: 0 32px 75px rgba(66, 9, 139, .30);
}

.rewd-pricing-section .rewd-featured-tag {
  position: absolute;
  top: 0;
  right: 28px;
  padding: 9px 16px 11px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #ff8500, #ff4d00);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.rewd-pricing-section .rewd-price-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  border-radius: 17px;
  background: rgba(66, 9, 139, .08);
  color: #42098b;
  font-size: 25px;
  transition: transform .35s ease;
}

.rewd-pricing-section .rewd-price-card:hover .rewd-price-icon {
  transform: rotate(-7deg) scale(1.08);
}

.rewd-pricing-section .rewd-price-card-featured .rewd-price-icon {
  background: rgba(255, 255, 255, .12);
  color: #ff8a1e;
}

.rewd-pricing-section .rewd-plan-name {
  min-height: 58px;
  margin: 0 0 22px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.rewd-pricing-section .rewd-price-label {
  display: none;
  margin-bottom: 7px;
  color: #77747e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rewd-pricing-section .rewd-price-card-featured .rewd-price-label {
  color: rgba(255, 255, 255, .62);
}

.rewd-pricing-section .rewd-price {
  display: none;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 29px;
  color: #42098b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.4px;
}

.rewd-pricing-section .rewd-price-card-featured .rewd-price {
  color: #fff;
}

.rewd-pricing-section .rewd-price small {
  color: #ff5c00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.rewd-pricing-section .rewd-plan-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #ebe8ef;
  color: #66636d;
  font-size: 14px;
}

.rewd-pricing-section .rewd-price-card-featured .rewd-plan-line {
  border-color: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .75);
}

.rewd-pricing-section .rewd-plan-line i {
  color: #ff5c00;
}

.rewd-pricing-section .rewd-card-point {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-pricing-pulse 2.4s ease-in-out infinite;
}

.rewd-pricing-section .rewd-card-point-one {
  left: 16px;
  bottom: 16px;
}

.rewd-pricing-section .rewd-card-point-two {
  right: 16px;
  bottom: 16px;
  animation-delay: .7s;
}

.rewd-pricing-section .rewd-investment-note {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1050px;
  margin: 50px auto 0;
  padding: 27px 30px;
  border: 1px solid rgba(66, 9, 139, .15);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(38, 24, 55, .06);
}

.rewd-pricing-section .rewd-note-icon {
  display: grid;
  flex: 0 0 60px;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, #42098b, #6715b7 55%, #ff5c00 145%);
  color: #fff;
  font-size: 25px;
  box-shadow: 0 12px 28px rgba(66, 9, 139, .18);
}

.rewd-pricing-section .rewd-investment-note p {
  margin: 0;
  color: #5f5c66;
  font-size: 16px;
  line-height: 1.75;
}

.rewd-pricing-section .rewd-investment-note strong {
  color: #42098b;
}

@keyframes rewd-pricing-float {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(18px) rotate(12deg);
  }
}

@keyframes rewd-pricing-pulse {

  0%,
  100% {
    opacity: .35;
    transform: rotate(45deg) scale(.7);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.18);
  }
}

@media (max-width: 991.98px) {
  .rewd-pricing-section {
    padding: 80px 0;
  }

  .rewd-pricing-section .rewd-price-card {
    min-height: 380px;
  }
}

@media (max-width: 575.98px) {
  .rewd-pricing-section {
    padding: 65px 0;
  }

  .rewd-pricing-section .rewd-pricing-title {
    letter-spacing: -1.4px;
  }

  .rewd-pricing-section .rewd-price-card {
    min-height: auto;
    padding: 30px 26px;
  }

  .rewd-pricing-section .rewd-investment-note {
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
  }

  .rewd-pricing-section .rewd-note-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
}

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

  .rewd-pricing-section .rewd-pricing-shape,
  .rewd-pricing-section .rewd-card-point {
    animation: none;
  }

  .rewd-pricing-section .rewd-price-card,
  .rewd-pricing-section .rewd-price-icon {
    transition: none;
  }
}




/* All custom CSS is scoped under this reusable parent class. */
.rewd-choice-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 105px 0;
  background: #fff;
  color: #29252f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-choice-section .rewd-choice-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.rewd-choice-section .rewd-choice-shape-one {
  width: 190px;
  height: 190px;
  top: -105px;
  right: 7%;
  border: 28px solid rgba(255, 92, 0, .08);
  animation: rewd-choice-float 7s ease-in-out infinite;
}

.rewd-choice-section .rewd-choice-shape-two {
  width: 115px;
  height: 115px;
  bottom: 5%;
  left: -55px;
  border: 18px solid rgba(66, 9, 139, .08);
  animation: rewd-choice-float 6s ease-in-out infinite reverse;
}

.rewd-choice-section .rewd-choice-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #42098b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-choice-section .rewd-choice-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ff5c00;
}

.rewd-choice-section .rewd-choice-title {
  max-width: 830px;
  margin: 0;
  color: #260650;
  font-size: clamp(38px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2.3px;
}

.rewd-choice-section .rewd-choice-title span {
  color: #ff5c00;
}

.rewd-choice-section .rewd-choice-intro {
  max-width: 650px;
  margin: 24px 0 0;
  color: #696771;
  font-size: 17px;
  line-height: 1.75;
}

.rewd-choice-section .rewd-choice-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  margin-left: auto;
  border: 1px solid rgba(66, 9, 139, .16);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(45, 25, 65, .08);
  color: #42098b;
  text-align: center;
}

.rewd-choice-section .rewd-choice-counter strong {
  display: block;
  color: #ff5c00;
  font-size: 38px;
  line-height: 1;
}

.rewd-choice-section .rewd-choice-counter span {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.rewd-choice-section .rewd-choice-cards {
  margin-top: 58px;
}

.rewd-choice-section .rewd-choice-card {
  position: relative;
  height: 100%;
  min-height: 290px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #e4e1e9;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(45, 25, 65, .06);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rewd-choice-section .rewd-choice-card:hover {
  transform: translateY(-9px);
  border-color: rgba(66, 9, 139, .50);
  box-shadow: 0 26px 60px rgba(66, 9, 139, .12);
}

.rewd-choice-section .rewd-choice-card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: -35px;
  bottom: -35px;
  border: 14px solid rgba(255, 92, 0, .08);
  border-radius: 50%;
  transition: transform .35s ease;
}

.rewd-choice-section .rewd-choice-card:hover::after {
  transform: scale(1.2) rotate(25deg);
}

.rewd-choice-section .rewd-choice-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 31px;
  border-radius: 17px;
  background: #f2ebf9;
  color: #42098b;
  font-size: 25px;
  transition: color .35s ease, background .35s ease, transform .35s ease;
}

.rewd-choice-section .rewd-choice-card:hover .rewd-choice-icon {
  transform: rotate(-7deg) scale(1.08);
  background: #42098b;
  color: #ffffff;
}

.rewd-choice-section .rewd-choice-card h2 {
  margin: 0 0 14px;
  color: #260650;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.rewd-choice-section .rewd-choice-card p {
  margin: 0;
  color: #6b6872;
  font-size: 15px;
  line-height: 1.75;
}

.rewd-choice-section .rewd-choice-number {
  position: absolute;
  top: 26px;
  right: 27px;
  color: rgba(66, 9, 139, .10);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.rewd-choice-section .rewd-card-point {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-choice-pulse 2.4s ease-in-out infinite;
}

.rewd-choice-section .rewd-card-point-one {
  left: 14px;
  bottom: 14px;
}

.rewd-choice-section .rewd-card-point-two {
  right: 14px;
  top: 14px;
  animation-delay: .7s;
}

.rewd-choice-section .rewd-trust-panel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1080px;
  margin: 50px auto 0;
  overflow: hidden;
  padding: 29px 32px;
  border-left: 5px solid #ff5c00;
  border-radius: 18px;
  background: #42098b;
  box-shadow: 0 20px 55px rgba(66, 9, 139, .18);
  color: #ffffff;
}

.rewd-choice-section .rewd-trust-icon {
  display: grid;
  flex: 0 0 58px;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 17px;
  background: rgba(255, 255, 255, .10);
  color: #ff8a2b;
  font-size: 25px;
}

.rewd-choice-section .rewd-trust-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.75;
}

.rewd-choice-section .rewd-trust-panel strong {
  color: #ffffff;
}

@keyframes rewd-choice-float {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(18px) rotate(12deg);
  }
}

@keyframes rewd-choice-pulse {

  0%,
  100% {
    opacity: .35;
    transform: rotate(45deg) scale(.7);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.18);
  }
}

@media (max-width: 991.98px) {
  .rewd-choice-section {
    padding: 80px 0;
  }

  .rewd-choice-section .rewd-choice-counter {
    margin: 35px 0 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-choice-section {
    padding: 65px 0;
  }

  .rewd-choice-section .rewd-choice-title {
    letter-spacing: -1.3px;
  }

  .rewd-choice-section .rewd-choice-card {
    min-height: auto;
    padding: 28px 25px;
  }

  .rewd-choice-section .rewd-trust-panel {
    align-items: flex-start;
    gap: 16px;
    padding: 24px 21px;
  }

  .rewd-choice-section .rewd-trust-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
}

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

  .rewd-choice-section .rewd-choice-shape,
  .rewd-choice-section .rewd-card-point {
    animation: none;
  }

  .rewd-choice-section .rewd-choice-card,
  .rewd-choice-section .rewd-choice-card::after,
  .rewd-choice-section .rewd-choice-icon {
    transition: none;
  }
}



/* All custom CSS is scoped under this reusable parent class. */
.rewd-start-split-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 105px 0;
  background: #f8f9fc;
  color: #29252f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-start-split-section .rewd-split-shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.rewd-start-split-section .rewd-split-shape-one {
  width: 145px;
  height: 145px;
  top: -72px;
  right: 8%;
  border: 24px solid rgba(255, 92, 0, .08);
  border-radius: 50%;
  animation: rewd-split-float 7s ease-in-out infinite;
}

.rewd-start-split-section .rewd-split-shape-two {
  width: 70px;
  height: 70px;
  bottom: 8%;
  left: 3%;
  border: 13px solid rgba(66, 9, 139, .08);
  transform: rotate(45deg);
  animation: rewd-split-rotate 12s linear infinite;
}

.rewd-start-split-section .rewd-image-wrap {
  position: relative;
  min-height: 620px;
  padding: 0 30px 30px 0;
}

.rewd-start-split-section .rewd-main-image {
  width: 100%;
  height: 100%;
  min-height: 590px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(38, 20, 55, .16);
}

.rewd-start-split-section .rewd-image-frame {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: calc(100% - 46px);
  height: calc(100% - 46px);
  border: 3px solid #42098b;
  border-radius: 28px;
}

.rewd-start-split-section .rewd-image-badge {
  position: absolute;
  right: 0;
  bottom: 55px;
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 240px;
  padding: 18px 20px;
  border-left: 4px solid #ff5c00;
  border-radius: 14px 0 0 14px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(38, 20, 55, .16);
  color: #260650;
}

.rewd-start-split-section .rewd-image-badge i {
  color: #ff5c00;
  font-size: 28px;
}

.rewd-start-split-section .rewd-image-badge span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.rewd-start-split-section .rewd-content-wrap {
  padding-left: 42px;
}

.rewd-start-split-section .rewd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #42098b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-start-split-section .rewd-eyebrow::before {
  content: "";
  width: 31px;
  height: 2px;
  background: #ff5c00;
}

.rewd-start-split-section .rewd-title {
  margin: 0;
  color: #260650;
  line-height: 1.08;
  letter-spacing: -2.2px;
}

.rewd-start-split-section .rewd-title span {
  color: #ff5c00;
}

.rewd-start-split-section .rewd-divider {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 27px 0;
}

.rewd-start-split-section .rewd-divider span {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-split-pulse 2.2s ease-in-out infinite;
}

.rewd-start-split-section .rewd-divider span:nth-child(2) {
  animation-delay: .3s;
}

.rewd-start-split-section .rewd-divider span:nth-child(3) {
  animation-delay: .6s;
}

.rewd-start-split-section .rewd-divider::after {
  content: "";
  width: 75px;
  height: 1px;
  margin-left: 6px;
  background: rgba(66, 9, 139, .22);
}

.rewd-start-split-section .rewd-description {
  margin: 0;

  font-size: 17px;
  line-height: 1.85;
}

.rewd-start-split-section .rewd-description strong {
  color: #42098b;
  font-weight: 700;
}

.rewd-start-split-section .rewd-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.rewd-start-split-section .rewd-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid #e5e1e9;
  border-radius: 12px;
  background: #ffffff;
  color: #403b46;
  font-size: 13px;
  font-weight: 600;
  transition: color .3s ease, border-color .3s ease, transform .3s ease;
}

.rewd-start-split-section .rewd-benefits li:hover {
  transform: translateY(-3px);
  border-color: rgba(66, 9, 139, .45);
  color: #42098b;
}

.rewd-start-split-section .rewd-benefits i {
  color: #ff5c00;
  font-size: 16px;
}

.rewd-start-split-section .rewd-cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.rewd-start-split-section .rewd-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 23px;
  border: 2px solid #42098b;
  border-radius: 111px;
  background: #42098b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.rewd-start-split-section .rewd-cta-button:hover {
  transform: translateY(-3px);
  background: transparent;
  color: #42098b;
}

.rewd-start-split-section .rewd-cta-note {
  color: #76727c;
  font-size: 12px;
  line-height: 1.5;
}

@keyframes rewd-split-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(18px);
  }
}

@keyframes rewd-split-rotate {
  to {
    transform: rotate(405deg);
  }
}

@keyframes rewd-split-pulse {

  0%,
  100% {
    opacity: .35;
    transform: rotate(45deg) scale(.7);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.15);
  }
}

@media (max-width: 1199.98px) {
  .rewd-start-split-section .rewd-content-wrap {
    padding-left: 20px;
  }

  .rewd-start-split-section .rewd-image-wrap {
    min-height: 570px;
  }

  .rewd-start-split-section .rewd-main-image {
    min-height: 540px;
  }
}

@media (max-width: 991.98px) {
  .rewd-start-split-section {
    padding: 80px 0;
  }

  .rewd-start-split-section .rewd-content-wrap {
    padding: 20px 0 0;
  }

  .rewd-start-split-section .rewd-image-wrap {
    min-height: 520px;
  }

  .rewd-start-split-section .rewd-main-image {
    min-height: 490px;
  }
}

@media (max-width: 575.98px) {
  .rewd-start-split-section {
    padding: 65px 0;
  }

  .rewd-start-split-section .rewd-image-wrap {
    min-height: 400px;
    padding: 0 16px 16px 0;
  }

  .rewd-start-split-section .rewd-main-image {
    min-height: 380px;
    border-radius: 20px;
  }

  .rewd-start-split-section .rewd-image-frame {
    border-radius: 20px;
  }

  .rewd-start-split-section .rewd-image-badge {
    right: 16px;
    bottom: 35px;
    max-width: 210px;
  }

  .rewd-start-split-section .rewd-title {
    letter-spacing: -1.3px;
  }

  .rewd-start-split-section .rewd-benefits {
    grid-template-columns: 1fr;
  }

  .rewd-start-split-section .rewd-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .rewd-start-split-section .rewd-split-shape,
  .rewd-start-split-section .rewd-divider span {
    animation: none;
  }

  .rewd-start-split-section .rewd-benefits li,
  .rewd-start-split-section .rewd-cta-button {
    transition: none;
  }
}





/* All custom CSS is scoped under this reusable parent class. */
.rewd-easy-cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background: #f8f9fc;
  color: #29252f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-easy-cta-section .rewd-cta-inner {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 78px 70px;
  overflow: hidden;
  border: 1px solid #e6e2ea;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 25px 75px rgba(48, 24, 70, .10);
  text-align: center;
}

.rewd-easy-cta-section .rewd-cta-inner::before,
.rewd-easy-cta-section .rewd-cta-inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.rewd-easy-cta-section .rewd-cta-inner::before {
  width: 210px;
  height: 210px;
  top: -122px;
  left: -98px;
  border: 32px solid rgba(66, 9, 139, .07);
}

.rewd-easy-cta-section .rewd-cta-inner::after {
  width: 175px;
  height: 175px;
  right: -84px;
  bottom: -100px;
  border: 27px solid rgba(255, 92, 0, .08);
}

.rewd-easy-cta-section .rewd-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #42098b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-easy-cta-section .rewd-kicker::before,
.rewd-easy-cta-section .rewd-kicker::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #ff5c00;
}

.rewd-easy-cta-section .rewd-title {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: 0 auto;
  color: #260650;
  font-size: clamp(40px, 5.4vw, 70px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -2.6px;
}

.rewd-easy-cta-section .rewd-title span {
  color: #ff5c00;
}

.rewd-easy-cta-section .rewd-points {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 27px 0;
}

.rewd-easy-cta-section .rewd-points span {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-cta-pulse 2.2s ease-in-out infinite;
}

.rewd-easy-cta-section .rewd-points span:nth-child(2) {
  animation-delay: .3s;
}

.rewd-easy-cta-section .rewd-points span:nth-child(3) {
  animation-delay: .6s;
}

.rewd-easy-cta-section .rewd-description {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  color: #67636d;
  font-size: 18px;
  line-height: 1.8;
}

.rewd-easy-cta-section .rewd-description strong {
  color: #42098b;
  font-weight: 700;
}

.rewd-easy-cta-section .rewd-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 35px;
}

.rewd-easy-cta-section .rewd-primary-button,
.rewd-easy-cta-section .rewd-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 23px;
  border: 2px solid #42098b;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease;
}

.rewd-easy-cta-section .rewd-primary-button {
  background: #42098b;
  color: #ffffff;
}

.rewd-easy-cta-section .rewd-primary-button:hover {
  transform: translateY(-3px);
  border-color: #ff5c00;
  background: #ff5c00;
  color: #ffffff;
}

.rewd-easy-cta-section .rewd-secondary-button {
  background: transparent;
  color: #42098b;
}

.rewd-easy-cta-section .rewd-secondary-button:hover {
  transform: translateY(-3px);
  background: #42098b;
  color: #ffffff;
}

.rewd-easy-cta-section .rewd-corner-point {
  position: absolute;
  display: none;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-cta-pulse 2.5s ease-in-out infinite;
}

.rewd-easy-cta-section .rewd-corner-point-one {
  top: 24px;
  left: 24px;
}

.rewd-easy-cta-section .rewd-corner-point-two {
  top: 24px;
  right: 24px;
  animation-delay: .5s;
}

.rewd-easy-cta-section .rewd-corner-point-three {
  right: 24px;
  bottom: 24px;
  animation-delay: 1s;
}

.rewd-easy-cta-section .rewd-corner-point-four {
  bottom: 24px;
  left: 24px;
  animation-delay: 1.5s;
}

@keyframes rewd-cta-pulse {

  0%,
  100% {
    opacity: .35;
    transform: rotate(45deg) scale(.7);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.15);
  }
}

@media (max-width: 991.98px) {
  .rewd-easy-cta-section {
    padding: 80px 0;
  }

  .rewd-easy-cta-section .rewd-cta-inner {
    padding: 65px 45px;
  }
}

@media (max-width: 575.98px) {
  .rewd-easy-cta-section {
    padding: 65px 0;
  }

  .rewd-easy-cta-section .rewd-cta-inner {
    padding: 58px 23px;
    border-radius: 22px;
  }

  .rewd-easy-cta-section .rewd-title {
    letter-spacing: -1.4px;
  }

  .rewd-easy-cta-section .rewd-description {
    font-size: 16px;
  }

  .rewd-easy-cta-section .rewd-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rewd-easy-cta-section .rewd-primary-button,
  .rewd-easy-cta-section .rewd-secondary-button {
    width: 100%;
  }

  .rewd-easy-cta-section .rewd-corner-point {
    display: none;
  }
}

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

  .rewd-easy-cta-section .rewd-points span,
  .rewd-easy-cta-section .rewd-corner-point {
    animation: none;
  }

  .rewd-easy-cta-section .rewd-primary-button,
  .rewd-easy-cta-section .rewd-secondary-button {
    transition: none;
  }
}



/* All custom styles are scoped under this reusable parent class. */
.rewd-design-dubai-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background: #f8f9fc;
  color: #29252f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-design-dubai-section .rewd-decor-circle {
  position: absolute;
  z-index: -1;
  width: 190px;
  height: 190px;
  top: -110px;
  right: 7%;
  border: 30px solid rgba(255, 92, 0, .08);
  border-radius: 50%;
  animation: rewd-design-float 7s ease-in-out infinite;
}

.rewd-design-dubai-section .rewd-decor-square {
  position: absolute;
  z-index: -1;
  width: 75px;
  height: 75px;
  bottom: 7%;
  left: 3%;
  border: 14px solid rgba(66, 9, 139, .08);
  transform: rotate(45deg);
  animation: rewd-design-spin 13s linear infinite;
}

.rewd-design-dubai-section .rewd-section-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #42098b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-design-dubai-section .rewd-section-label::before {
  content: "";
  width: 31px;
  height: 2px;
  background: #ff5c00;
}

.rewd-design-dubai-section .rewd-section-title {
  max-width: 660px;
  margin: 0;
  color: #260650;
  font-size: clamp(42px, 5.5vw, 76px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -2.8px;
}

.rewd-design-dubai-section .rewd-section-title span {
  color: #ff5c00;
}

.rewd-design-dubai-section .rewd-heading-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 29px 0 0;
}

.rewd-design-dubai-section .rewd-heading-line span {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-design-pulse 2.3s ease-in-out infinite;
}

.rewd-design-dubai-section .rewd-heading-line span:nth-child(2) {
  animation-delay: .3s;
}

.rewd-design-dubai-section .rewd-heading-line span:nth-child(3) {
  animation-delay: .6s;
}

.rewd-design-dubai-section .rewd-heading-line::after {
  content: "";
  width: 85px;
  height: 1px;
  margin-left: 6px;
  background: rgba(66, 9, 139, .25);
}

.rewd-design-dubai-section .rewd-intro-panel {
  position: relative;
  padding: 37px;
  border: 1px solid #e5e1ea;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(45, 25, 65, .08);
}

.rewd-design-dubai-section .rewd-intro-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #66626c;
  font-size: 17px;
  line-height: 1.88;
}

.rewd-design-dubai-section .rewd-intro-panel strong {
  color: #42098b;
  font-weight: 700;
}

.rewd-design-dubai-section .rewd-feature-grid {
  margin-top: 54px;
}

.rewd-design-dubai-section .rewd-feature-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
  min-height: 178px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid #e5e1ea;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(45, 25, 65, .055);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rewd-design-dubai-section .rewd-feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(66, 9, 139, .45);
  box-shadow: 0 22px 50px rgba(66, 9, 139, .11);
}

.rewd-design-dubai-section .rewd-feature-icon {
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #f1eafa;
  color: #42098b;
  font-size: 22px;
  transition: color .35s ease, background .35s ease, transform .35s ease;
}

.rewd-design-dubai-section .rewd-feature-card:hover .rewd-feature-icon {
  transform: rotate(-7deg) scale(1.07);
  background: #42098b;
  color: #ffffff;
}

.rewd-design-dubai-section .rewd-feature-content h2 {
  margin: 2px 0 10px;
  color: #260650;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.rewd-design-dubai-section .rewd-feature-content p {
  margin: 0;
  color: #706c75;
  font-size: 14px;
  line-height: 1.65;
}

.rewd-design-dubai-section .rewd-feature-point {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 7px;
  height: 7px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-design-pulse 2.3s ease-in-out infinite;
}

.rewd-design-dubai-section .rewd-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 29px;
  padding: 25px 28px;
  border-left: 5px solid #ff5c00;
  border-radius: 15px;
  background: #42098b;
  box-shadow: 0 18px 48px rgba(66, 9, 139, .18);
  color: #ffffff;
}

.rewd-design-dubai-section .rewd-bottom-bar p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.65;
}

.rewd-design-dubai-section .rewd-bottom-bar strong {
  color: #ffffff;
}

.rewd-design-dubai-section .rewd-action-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid #ff5c00;
  border-radius: 9px;
  background: #ff5c00;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.rewd-design-dubai-section .rewd-action-link:hover {
  transform: translateY(-3px);
  background: transparent;
  color: #ffffff;
}

@keyframes rewd-design-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(18px);
  }
}

@keyframes rewd-design-spin {
  to {
    transform: rotate(405deg);
  }
}

@keyframes rewd-design-pulse {

  0%,
  100% {
    opacity: .35;
    transform: rotate(45deg) scale(.7);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.15);
  }
}

@media (max-width: 991.98px) {
  .rewd-design-dubai-section {
    padding: 80px 0;
  }

  .rewd-design-dubai-section .rewd-intro-panel {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .rewd-design-dubai-section .rewd-bottom-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .rewd-design-dubai-section {
    padding: 65px 0;
  }

  .rewd-design-dubai-section .rewd-section-title {
    letter-spacing: -1.5px;
  }

  .rewd-design-dubai-section .rewd-intro-panel {
    padding: 28px 24px;
  }

  .rewd-design-dubai-section .rewd-intro-panel p {
    font-size: 16px;
  }

  .rewd-design-dubai-section .rewd-feature-card {
    min-height: auto;
    padding: 24px 21px;
  }

  .rewd-design-dubai-section .rewd-bottom-bar {
    padding: 23px 20px;
  }
}

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

  .rewd-design-dubai-section .rewd-decor-circle,
  .rewd-design-dubai-section .rewd-decor-square,
  .rewd-design-dubai-section .rewd-heading-line span,
  .rewd-design-dubai-section .rewd-feature-point {
    animation: none;
  }

  .rewd-design-dubai-section .rewd-feature-card,
  .rewd-design-dubai-section .rewd-feature-icon,
  .rewd-design-dubai-section .rewd-action-link {
    transition: none;
  }
}


.rs-best-realestate {
  position: relative;
  overflow: hidden;
  background: #f8f9fc;
}




/* All custom styles are scoped under this reusable parent class. */
.rewd-footer-sec {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0 25px;
  background: #16032e;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-footer-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .20;
  background-image:
    linear-gradient(rgba(255, 255, 255, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .10) 1px, transparent 1px);
  background-size: 48px 48px;
}

.rewd-footer-sec::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  top: -290px;
  right: -150px;
  border: 70px solid rgba(255, 92, 0, .07);
  border-radius: 50%;
}

.rewd-footer-sec .rewd-footer-container {
  max-width: 1600px;
}

.rewd-footer-sec .rewd-footer-heading {
  max-width: 570px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -2.5px;
}

.rewd-footer-sec .rewd-footer-heading span {
  color: #ff5c00;
}

.rewd-footer-sec .rewd-heading-marks {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 31px;
}

.rewd-footer-sec .rewd-heading-marks span {
  width: 8px;
  height: 8px;
  background: #ff5c00;
  transform: rotate(45deg);
  animation: rewd-footer-pulse 2.3s ease-in-out infinite;
}

.rewd-footer-sec .rewd-heading-marks span:nth-child(2) {
  animation-delay: .3s;
}

.rewd-footer-sec .rewd-heading-marks span:nth-child(3) {
  animation-delay: .6s;
}

.rewd-footer-sec .rewd-heading-marks::after {
  content: "";
  width: 85px;
  height: 1px;
  margin-left: 7px;
  background: rgba(255, 255, 255, .25);
}

.rewd-footer-sec .rewd-services-title,
.rewd-footer-sec .rewd-contact-title {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-footer-sec .rewd-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rewd-footer-sec .rewd-services li {
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.rewd-footer-sec .rewd-services a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 13px 0;
  color: rgba(255, 255, 255, .80);
  font-size: 14px;
  text-decoration: none;
  transition: color .3s ease, padding-left .3s ease;
}

.rewd-footer-sec .rewd-services a::after {
  content: "\F135";
  color: #ff7b28;
  font-family: "bootstrap-icons";
  font-size: 12px;
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity .3s ease, transform .3s ease;
}

.rewd-footer-sec .rewd-services a:hover {
  padding-left: 7px;
  color: #ffffff;
}

.rewd-footer-sec .rewd-services a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.rewd-footer-sec .rewd-contact-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 24px 25px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background: rgba(255, 255, 255, .07);
  color: #ffffff;
  text-decoration: none;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.rewd-footer-sec .rewd-contact-card+.rewd-contact-card {
  margin-top: 14px;
}

.rewd-footer-sec .rewd-contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 92, 0, .75);
  background: rgba(255, 255, 255, .10);
}

.rewd-footer-sec .rewd-contact-card-orange {
  border-color: #ff5c00;
  background: #ff5c00;
}

.rewd-footer-sec .rewd-contact-card-orange:hover {
  border-color: #ff7b28;
  background: #ff7b28;
}

.rewd-footer-sec .rewd-contact-card small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .70);
  font-size: 12px;
}

.rewd-footer-sec .rewd-contact-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
}

.rewd-footer-sec .rewd-contact-icon {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
  color: #ffffff;
  font-size: 20px;
}

.rewd-footer-sec .rewd-footer-middle {
  margin-top: 62px;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.rewd-footer-sec .rewd-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rewd-footer-sec .rewd-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  text-decoration: none;
  transition: color .3s ease;
}

.rewd-footer-sec .rewd-menu a:hover {
  color: #ff7b28;
}

.rewd-footer-sec .rewd-menu span {
  color: #ff5c00;
  font-size: 10px;
  font-weight: 700;
}

.rewd-footer-sec .rewd-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.rewd-footer-sec .rewd-social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease;
}

.rewd-footer-sec .rewd-social a:hover {
  transform: translateY(-4px);
  border-color: #ff5c00;
  background: #ff5c00;
  color: #ffffff;
}

.rewd-footer-sec .rewd-footer-bottom {
  padding-top: 24px;
}

.rewd-footer-sec .rewd-copyright {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
}

.rewd-footer-sec .rewd-legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 23px;
}

.rewd-footer-sec .rewd-legal-links a {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  text-decoration: none;
  transition: color .3s ease;
}

.rewd-footer-sec .rewd-legal-links a:hover {
  color: #ff7b28;
}

.rewd-footer-sec .rewd-floating-whatsapp,
.rewd-footer-sec .rewd-floating-call {
  position: fixed;
  z-index: 999;
  right: 22px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 13px 34px rgba(0, 0, 0, .28);
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
  transition: transform .3s ease;
}

/* Stack: Call (top) → WhatsApp → Scroll-top (bottom) */
.rewd-footer-sec .rewd-floating-whatsapp {
  bottom: 78px;
  background: #25d366;
  animation: rewd-whatsapp-pulse 2.3s ease-in-out infinite;
}

.rewd-footer-sec .rewd-floating-call {
  bottom: 150px;
  background: #1a73e8;
  animation: rewd-call-pulse 2.3s ease-in-out infinite;
}

.scroll-top {
  right: 31px;
  bottom: 24px;
  z-index: 1000;
}

.rewd-footer-sec .rewd-floating-whatsapp:hover,
.rewd-footer-sec .rewd-floating-call:hover {
  transform: scale(1.08);
  color: #ffffff;
}

@keyframes rewd-footer-pulse {

  0%,
  100% {
    opacity: .4;
    transform: rotate(45deg) scale(.7);
  }

  50% {
    opacity: 1;
    transform: rotate(225deg) scale(1.15);
  }
}

@keyframes rewd-whatsapp-pulse {

  0%,
  100% {
    box-shadow: 0 13px 34px rgba(0, 0, 0, .28), 0 0 0 0 rgba(37, 211, 102, .35);
  }

  55% {
    box-shadow: 0 13px 34px rgba(0, 0, 0, .28), 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@keyframes rewd-call-pulse {

  0%,
  100% {
    box-shadow: 0 13px 34px rgba(0, 0, 0, .28), 0 0 0 0 rgba(26, 115, 232, .35);
  }

  55% {
    box-shadow: 0 13px 34px rgba(0, 0, 0, .28), 0 0 0 14px rgba(26, 115, 232, 0);
  }
}

@media (max-width: 1199.98px) {
  .rewd-footer-sec .rewd-services {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .rewd-footer-sec {
    padding-top: 68px;
  }

  .rewd-footer-sec .rewd-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rewd-footer-sec .rewd-social {
    justify-content: flex-start;
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .rewd-footer-sec .rewd-footer-heading {
    letter-spacing: -1.5px;
  }

  .rewd-footer-sec .rewd-services {
    grid-template-columns: 1fr;
  }

  .rewd-footer-sec .rewd-menu {
    gap: 12px 20px;
  }

  .rewd-footer-sec .rewd-legal-links {
    justify-content: flex-start;
    margin-top: 15px;
  }
}

@media (max-width: 575.98px) {
  .rewd-footer-sec {
    padding-top: 55px;
  }

  .rewd-footer-sec .rewd-contact-card {
    padding: 21px 19px;
  }

  .rewd-footer-sec .rewd-footer-middle {
    margin-top: 46px;
  }

  .rewd-footer-sec .rewd-floating-whatsapp,
  .rewd-footer-sec .rewd-floating-call {
    right: 15px;
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .rewd-footer-sec .rewd-floating-whatsapp {
    bottom: 68px;
  }

  .rewd-footer-sec .rewd-floating-call {
    bottom: 132px;
  }

  .scroll-top {
    right: 21px;
    bottom: 16px;
  }
}

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

  .rewd-footer-sec .rewd-heading-marks span,
  .rewd-footer-sec .rewd-floating-whatsapp,
  .rewd-footer-sec .rewd-floating-call {
    animation: none;
  }

  .rewd-footer-sec a,
  .rewd-footer-sec .rewd-contact-card {
    transition: none;
  }
}





/* ========================================
       REWD PARTNER LOGO SWIPER
       Parent class: .rewd-partners
    ======================================== */
.rewd-partners {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: #f8f9fc;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-partners::before,
.rewd-partners::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

/* .rewd-partners::before {
  top: -150px;
  left: -90px;
  border: 35px solid rgba(75, 10, 150, 0.06);
}

*/
.rewd-partners::after {
  right: -100px;
  bottom: -160px;
  border: 35px solid rgba(255, 90, 0, 0.07);
}

.rewd-partners .rewd-partners-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
}

.rewd-partners .rewd-partners-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.rewd-partners .rewd-partners-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: #ff5a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-partners .rewd-partners-label::before,
.rewd-partners .rewd-partners-label::after {
  content: "";
  width: 25px;
  height: 2px;
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
}

.rewd-partners .rewd-partners-title {
  margin: 0 0 12px;
  color: #251044;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
}

.rewd-partners .rewd-partners-title span {
  background: linear-gradient(90deg, #4b0a96 10%, #ff5a00 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rewd-partners .rewd-partners-description {
  margin: 0;
  color: #716a7d;
  font-size: 16px;
  line-height: 1.75;
}

.rewd-partners .rewd-partners-slider-wrap {
  position: relative;
  padding: 8px 0;
}

.rewd-partners .rewd-partners-slider-wrap::before,
.rewd-partners .rewd-partners-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 90px;
  pointer-events: none;
}

/* .rewd-partners .rewd-partners-slider-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #f8f9fc, rgba(255, 255, 255, 0));
}

.rewd-partners .rewd-partners-slider-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #f8f9fc, rgba(255, 255, 255, 0));
} */

.rewd-partners .rewd-partners-swiper {
  overflow: hidden;
  padding: 12px 4px 18px;
}

/* Linear timing creates a smooth, continuous marquee effect. */
.rewd-partners .rewd-partners-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: stretch;
}

.rewd-partners .rewd-partner-slide {
  height: auto;
}

.rewd-partners .rewd-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(75, 10, 150, 0.10);
  border-radius: 18px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;

  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);


}

.rewd-partners .rewd-partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 90, 0, 0.40);

}

.rewd-partners .rewd-partner-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  /* filter: grayscale(1); */
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.rewd-partners .rewd-partner-card:hover img {
  /* filter: grayscale(0); */
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .rewd-partners {
    padding: 60px 0;
  }

  .rewd-partners .rewd-partners-heading {
    margin-bottom: 28px;
  }

  .rewd-partners .rewd-partners-slider-wrap::before,
  .rewd-partners .rewd-partners-slider-wrap::after {
    width: 35px;
  }

  .rewd-partners .rewd-partner-card {
    min-height: 105px;
    padding: 18px;
    border-radius: 14px;
  }

  .rewd-partners .rewd-partner-card img {
    height: 48px;
  }
}



/* ==================================================
       REWD ANIMATED STATISTICS SECTION
       Unique parent class: .rewd-standards-sec
    ================================================== */

.rewd-standards-sec {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(75, 10, 150, 0.08), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(255, 90, 0, 0.08), transparent 28%),
    #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-standards-sec .rewd-standards-container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
}

.rewd-standards-sec .rewd-standards-heading {
  max-width: 950px;
  margin: 0 auto 65px;
  text-align: center;
}

.rewd-standards-sec .rewd-standards-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #ff5a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.rewd-standards-sec .rewd-standards-label::before,
.rewd-standards-sec .rewd-standards-label::after {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
}

.rewd-standards-sec .rewd-standards-title {
  margin: 0;
  color: #171022;
  font-size: clamp(34px, 4.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.rewd-standards-sec .rewd-standards-title span {
  background: linear-gradient(90deg, #4b0a96 5%, #ff5a00 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rewd-standards-sec .rewd-stat-row {
  position: relative;
  padding-bottom: 65px;
}

.rewd-standards-sec .rewd-stat-col {
  position: relative;
}

.rewd-standards-sec .rewd-stat-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(180deg,
      transparent,
      rgba(75, 10, 150, 0.18),
      rgba(255, 90, 0, 0.18),
      transparent);
}

.rewd-standards-sec .rewd-stat-card {
  position: relative;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 18px;
  text-align: center;
  transition: transform .35s ease;
}

.rewd-standards-sec .rewd-stat-card:hover {
  transform: translateY(-8px);
}

.rewd-standards-sec .rewd-stat-number-wrap {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #4b0a96 5%, #7712a8 48%, #ff5a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.rewd-standards-sec .rewd-stat-number {
  font-size: clamp(55px, 6vw, 95px);
  font-weight: 700;
  letter-spacing: -4px;
}

.rewd-standards-sec .rewd-stat-plus {
  margin-top: 4px;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
}

.rewd-standards-sec .rewd-stat-name {
  margin: 0;
  color: #21172f;
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 700;
  line-height: 1.35;
}

.rewd-standards-sec .rewd-stat-line {
  width: 42px;
  height: 3px;
  margin-top: 16px;
  border-radius: 10px;
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
  transition: width .35s ease;
}

.rewd-standards-sec .rewd-stat-card:hover .rewd-stat-line {
  width: 75px;
}

.rewd-standards-sec .rewd-standards-bottom {
  position: relative;
  height: 22px;
  background: linear-gradient(90deg, #32006f 0%, #4b0a96 35%, #ff5a00 100%);
}

.rewd-standards-sec .rewd-standards-bottom::after {
  content: "";
  position: absolute;
  inset: 7px 0 0;
  background-image: repeating-linear-gradient(135deg,
      rgba(255, 255, 255, .07) 0,
      rgba(255, 255, 255, .07) 2px,
      transparent 2px,
      transparent 10px);
}

@media (max-width: 991px) {
  .rewd-standards-sec {
    padding-top: 70px;
  }

  .rewd-standards-sec .rewd-standards-heading {
    margin-bottom: 40px;
  }

  .rewd-standards-sec .rewd-stat-row {
    padding-bottom: 45px;
  }

  .rewd-standards-sec .rewd-stat-col:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .rewd-standards-sec {
    padding-top: 55px;
  }

  .rewd-standards-sec .rewd-standards-heading {
    margin-bottom: 25px;
  }

  .rewd-standards-sec .rewd-standards-title {
    letter-spacing: -.5px;
  }

  .rewd-standards-sec .rewd-stat-card {
    min-height: 155px;
    padding: 20px 10px;
  }

  .rewd-standards-sec .rewd-stat-col::after {
    display: none;
  }

  .rewd-standards-sec .rewd-stat-col {
    border-bottom: 1px solid rgba(75, 10, 150, 0.10);
  }

  .rewd-standards-sec .rewd-stat-col:last-child {
    border-bottom: 0;
  }
}

/* =================================================
       REWD LIGHT GET A QUOTE SECTION
       Unique parent class: .rewd-light-quote-sec
    ================================================= */

.rewd-light-quote-sec {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background: #f8f7fb;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-light-quote-sec::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -90px;
  width: 320px;
  height: 320px;
  border: 48px solid rgba(255, 90, 0, .07);
  border-radius: 50%;
  pointer-events: none;
}

.rewd-light-quote-sec .rewd-light-quote-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
}

.rewd-light-quote-sec .rewd-light-quote-box {
  position: relative;
  overflow: hidden;
  padding: 44px 48px;
  border: 1px solid rgba(75, 10, 150, .11);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 55px rgba(43, 13, 77, .10);
}

.rewd-light-quote-sec .rewd-light-quote-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #4b0a96, #ff5a00);
}

.rewd-light-quote-sec .rewd-light-quote-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #ff5a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-light-quote-sec .rewd-light-quote-tag::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
}

.rewd-light-quote-sec .rewd-light-quote-title {
  max-width: 680px;
  margin: 0 0 10px;
  color: #21152e;
  font-size: clamp(27px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.5px;
}

.rewd-light-quote-sec .rewd-light-quote-title span {
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rewd-light-quote-sec .rewd-light-quote-text {
  max-width: 700px;
  margin: 0;
  color: #716a7d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.rewd-light-quote-sec .rewd-light-quote-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.rewd-light-quote-sec .rewd-light-quote-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 17px;
  border: 1px solid rgba(75, 10, 150, .18);
  border-radius: 50px;
  background: #f8f4ff;
  color: #3f087f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.rewd-light-quote-sec .rewd-light-phone-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b0a96, #6f10b4);
  color: #fff;
  font-size: 14px;
  animation: rewdLightPhoneRing 1.8s ease-in-out infinite;
}

.rewd-light-quote-sec .rewd-light-quote-phone:hover {
  border-color: rgba(255, 90, 0, .40);
  background: #fff5ee;
  color: #3f087f;
  transform: translateY(-2px);
}

.rewd-light-quote-sec .rewd-light-quote-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 16px 25px;
  border-radius: 50px;
  background: linear-gradient(135deg, #4b0a96 0%, #6c0ead 48%, #ff5a00 150%);
  box-shadow: 0 12px 28px rgba(75, 10, 150, .20);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .3s ease, box-shadow .3s ease;
}

.rewd-light-quote-sec .rewd-light-quote-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .40), transparent);
  transform: skewX(-22deg);
  transition: left .55s ease;
}

.rewd-light-quote-sec .rewd-light-quote-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(75, 10, 150, .28);
}

.rewd-light-quote-sec .rewd-light-quote-btn:hover::before {
  left: 135%;
}

.rewd-light-quote-sec .rewd-light-quote-btn i {
  font-size: 17px;
  transition: transform .3s ease;
}

.rewd-light-quote-sec .rewd-light-quote-btn:hover i {
  transform: translateX(4px);
}

@keyframes rewdLightPhoneRing {

  0%,
  45%,
  100% {
    transform: rotate(0deg);
  }

  10%,
  25% {
    transform: rotate(-12deg);
  }

  18%,
  33% {
    transform: rotate(12deg);
  }
}

@media (max-width: 991px) {
  .rewd-light-quote-sec {
    padding: 60px 0;
  }

  .rewd-light-quote-sec .rewd-light-quote-box {
    padding: 36px;
  }

  .rewd-light-quote-sec .rewd-light-quote-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .rewd-light-quote-sec {
    padding: 45px 0;
  }

  .rewd-light-quote-sec .rewd-light-quote-box {
    padding: 28px 20px 28px 25px;
    border-radius: 18px;
  }

  .rewd-light-quote-sec .rewd-light-quote-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rewd-light-quote-sec .rewd-light-quote-phone,
  .rewd-light-quote-sec .rewd-light-quote-btn {
    width: 100%;
    justify-content: center;
  }
}



/* =================================================
       REWD LIGHT BLOG SWIPER
       Unique parent class: .rewd-blog-showcase
    ================================================= */

.rewd-blog-showcase {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    #f8f7fb;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-blog-showcase::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -95px;
  width: 340px;
  height: 340px;
  border: 50px solid rgba(255, 90, 0, .06);
  border-radius: 50%;
  pointer-events: none;
}

.rewd-blog-showcase .rewd-blog-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
}

.rewd-blog-showcase .rewd-blog-heading-row {
  margin-bottom: 42px;
}

.rewd-blog-showcase .rewd-blog-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  color: #ff5a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-blog-showcase .rewd-blog-label::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
}

.rewd-blog-showcase .rewd-blog-title {
  margin: 0;
  color: #21152e;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -1px;
}

.rewd-blog-showcase .rewd-blog-title span {
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rewd-blog-showcase .rewd-blog-intro {
  max-width: 550px;
  margin: 0 0 0 auto;
  color: #716a7d;
  font-size: 15px;
  line-height: 1.75;
}

.rewd-blog-showcase .rewd-blog-swiper {
  overflow: hidden;
  padding: 5px 4px 45px;
}

.rewd-blog-showcase .rewd-blog-swiper .swiper-slide {
  height: auto;
}

/* Desktop: display exactly three fixed cards in one row. */
@media (min-width: 992px) {
  .rewd-blog-showcase .rewd-blog-swiper {
    padding-bottom: 10px;
  }

  .rewd-blog-showcase .rewd-blog-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    transform: none !important;
  }

  .rewd-blog-showcase .rewd-blog-swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .rewd-blog-showcase .rewd-blog-pagination {
    display: none;
  }
}

.rewd-blog-showcase .rewd-blog-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(75, 10, 150, .09);
  border-radius: 22px;
  background: #ffffff;
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.rewd-blog-showcase .rewd-blog-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 90, 0, .28);
  box-shadow: 0 24px 50px rgba(75, 10, 150, .15);
}

.rewd-blog-showcase .rewd-blog-image-wrap {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: #eeeaf4;
}

.rewd-blog-showcase .rewd-blog-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(36, 0, 75, .35));
  opacity: .45;
  transition: opacity .4s ease;
}

.rewd-blog-showcase .rewd-blog-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.rewd-blog-showcase .rewd-blog-card:hover .rewd-blog-image {
  transform: scale(1.09);
}

.rewd-blog-showcase .rewd-blog-card:hover .rewd-blog-image-wrap::after {
  opacity: .75;
}

.rewd-blog-showcase .rewd-blog-category {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 30px;
  background: linear-gradient(135deg, #4b0a96, #7211ac);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.rewd-blog-showcase .rewd-blog-content {
  position: relative;
  padding: 26px 25px 25px;
}

.rewd-blog-showcase .rewd-blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 13px;
  color: #898190;
  font-size: 13px;
}

.rewd-blog-showcase .rewd-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rewd-blog-showcase .rewd-blog-meta i {
  color: #ff5a00;
}

.rewd-blog-showcase .rewd-blog-card-title {
  margin: 0 0 13px;
  color: #251733;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.rewd-blog-showcase .rewd-blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.rewd-blog-showcase .rewd-blog-card:hover .rewd-blog-card-title a {
  color: #4b0a96;
}

.rewd-blog-showcase .rewd-blog-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 20px;
  color: #716a7d;
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rewd-blog-showcase .rewd-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b0a96;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.rewd-blog-showcase .rewd-blog-read-more i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3edfb;
  color: #ff5a00;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.rewd-blog-showcase .rewd-blog-read-more:hover i {
  background: #ff5a00;
  color: #fff;
  transform: translateX(4px);
}

.rewd-blog-showcase .rewd-blog-pagination {
  bottom: 5px;
}

.rewd-blog-showcase .rewd-blog-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #4b0a96;
  opacity: .25;
  transition: width .3s ease, border-radius .3s ease, opacity .3s ease;
}

.rewd-blog-showcase .rewd-blog-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 20px;
  background: linear-gradient(90deg, #4b0a96, #ff5a00);
  opacity: 1;
}

.rewd-blog-showcase .rewd-view-all-wrap {
  margin-top: 28px;
  text-align: center;
}

.rewd-blog-showcase .rewd-view-all-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  padding: 8px 9px 8px 24px;
  border: 1px solid rgba(75, 10, 150, .16);
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(75, 10, 150, .10);
  color: #35105f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: color .35s ease, border-color .35s ease, transform .35s ease;
}

.rewd-blog-showcase .rewd-view-all-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4b0a96, #6d0eaa 55%, #ff5a00 145%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s ease;
}

.rewd-blog-showcase .rewd-view-all-btn span,
.rewd-blog-showcase .rewd-view-all-btn i {
  position: relative;
  z-index: 2;
}

.rewd-blog-showcase .rewd-view-all-btn i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  color: #fff;
  font-size: 17px;
  transition: transform .35s ease;
}

.rewd-blog-showcase .rewd-view-all-btn:hover {
  border-color: #4b0a96;
  color: #fff;
  transform: translateY(-3px);
}

.rewd-blog-showcase .rewd-view-all-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.rewd-blog-showcase .rewd-view-all-btn:hover i {
  transform: rotate(-35deg);
}

@media (max-width: 991px) {
  .rewd-blog-showcase {
    padding: 70px 0;
  }

  .rewd-blog-showcase .rewd-blog-intro {
    margin: 0;
  }

  .rewd-blog-showcase .rewd-blog-image-wrap {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .rewd-blog-showcase {
    padding: 55px 0;
  }

  .rewd-blog-showcase .rewd-blog-heading-row {
    margin-bottom: 28px;
  }

  .rewd-blog-showcase .rewd-blog-title {
    letter-spacing: -.5px;
  }

  .rewd-blog-showcase .rewd-blog-card {
    border-radius: 18px;
  }

  .rewd-blog-showcase .rewd-blog-content {
    padding: 23px 20px;
  }
}



.rewd-theme-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 10px 12px 10px 24px;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(135deg, #3e078f 0%, #6512aa 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(62, 7, 143, 0.22);
  transition: color 0.35s ease, transform 0.35s ease,
    box-shadow 0.35s ease;
}

.rewd-theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(135deg, #ff9500 0%, #ff4b00 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.rewd-theme-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9500, #ff4b00);
  color: #fff;
  font-size: 20px;
  transition: background 0.35s ease, transform 0.35s ease;
}

.rewd-theme-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(255, 75, 0, 0.26);
}

.rewd-theme-btn:hover::before {
  opacity: 1;
}

.rewd-theme-btn:hover .rewd-theme-btn-icon {
  background: #fff;
  color: #4a0792;
  transform: translateX(3px) rotate(-35deg);
}

.rewd-theme-btn:focus-visible {
  outline: 3px solid rgba(255, 126, 0, 0.35);
  outline-offset: 4px;
}

@media (max-width: 575px) {
  .rewd-theme-btn {
    min-height: 48px;
    padding: 8px 10px 8px 20px;
    font-size: 14px;
  }

  .rewd-theme-btn-icon {
    width: 32px;
    height: 32px;
  }

}


/* about us page */


/* Everything is scoped under .rewd-inner-hero for safe reuse. */
.rewd-inner-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 200px 0 90px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 104, 19, .14), transparent 24%),
    radial-gradient(circle at 75% 88%, rgba(109, 32, 212, .42), transparent 37%),
    linear-gradient(116deg, #130321 0%, #240540 53%, #4b0d88 100%);
}

.rewd-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.rewd-inner-hero .rih-orbit {
  position: absolute;
  width: 580px;
  height: 580px;
  top: -260px;
  right: -105px;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
}

.rewd-inner-hero .rih-orbit::before,
.rewd-inner-hero .rih-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.rewd-inner-hero .rih-orbit::before {
  inset: 72px;
  border: 1px dashed rgba(255, 104, 19, .38);
}

.rewd-inner-hero .rih-orbit::after {
  width: 20px;
  height: 20px;
  left: 85px;
  bottom: 62px;
  background: #ff6813;
  box-shadow: 0 0 0 9px rgba(255, 104, 19, .12);
}

.rewd-inner-hero .rih-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rewd-inner-hero .rih-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 104, 19, .12);
}

.rewd-inner-hero .rih-title {
  margin: 0 0 24px;
  font-size: clamp(3rem, 5.1vw, 4.25rem);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.055em;
  color: #fff;
}

.rewd-inner-hero .rih-title em {
  color: #ff6813;
  font-weight: 700;
  letter-spacing: -.03em;
}

.rewd-inner-hero .rih-copy {
  max-width: 650px;
  margin-bottom: 32px;
  color: #d7cce3;
  font-size: 1.06rem;
  line-height: 1.8;
}

.rewd-inner-hero .rih-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 8px 9px 8px 25px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, #42119c, #7620d1);
  box-shadow: 0 16px 38px rgba(15, 0, 35, .28);
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}

.rewd-inner-hero .rih-btn span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: #ff6813;
  transition: transform .3s ease;
}

.rewd-inner-hero .rih-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(15, 0, 35, .4);
}

.rewd-inner-hero .rih-btn:hover span {
  transform: rotate(-35deg);
}

.rewd-inner-hero .rih-visual {
  position: relative;
  width: min(100%, 475px);
  min-height: 490px;
  margin-left: auto;
}

.rewd-inner-hero .rih-image-wrap {
  position: absolute;
  inset: 4px 20px 54px 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 220px 220px 36px 36px;
  background: #2c0b48;
  box-shadow: 0 35px 80px rgba(9, 0, 20, .46);
}

.rewd-inner-hero .rih-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(35, 3, 62, .85) 100%);
}

.rewd-inner-hero .rih-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) contrast(1.03);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.rewd-inner-hero .rih-visual:hover .rih-image {
  transform: scale(1.055);
}

.rewd-inner-hero .rih-stat {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 270px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(111, 42, 172, .94), rgba(53, 12, 91, .9));
  box-shadow: 0 25px 60px rgba(10, 0, 28, .46), inset 0 1px rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
  transition: transform .35s ease, box-shadow .35s ease;
}

.rewd-inner-hero .rih-stat::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  top: -58px;
  right: -34px;
  border-radius: 50%;
  background: rgba(255, 104, 19, .22);
  box-shadow: 0 0 45px rgba(255, 104, 19, .18);
}

.rewd-inner-hero .rih-stat:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 70px rgba(10, 0, 28, .55), inset 0 1px rgba(255, 255, 255, .2);
}

.rewd-inner-hero .rih-stat-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.rewd-inner-hero .rih-stat-number {
  color: #ff7a20;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
}

.rewd-inner-hero .rih-stat-icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  color: #ff9b5b;
  background: rgba(255, 255, 255, .1);
  font-size: 1.22rem;
  transform: rotate(4deg);
}

.rewd-inner-hero .rih-stat-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

.rewd-inner-hero .rih-stat p {
  margin: 0 0 18px;
  color: #eadff3;
  font-size: .8rem;
  line-height: 1.6;
}

.rewd-inner-hero .rih-stat-foot {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #ffffff;
  font-size: .76rem;
  font-weight: 600;
}

.rewd-inner-hero .rih-stat-foot span {
  display: inline-block;
  width: 35px;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff6813 0 62%, rgba(255, 255, 255, .18) 62%);
}

.rewd-inner-hero .rih-mini-tag {
  position: absolute;
  left: 0;
  bottom: 85px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(17, 2, 32, .72);
  color: #fff;
  font-size: .8rem;
  backdrop-filter: blur(12px);
}

.rewd-inner-hero .rih-mini-tag i {
  color: #ff6813;
}

@media (max-width: 991.98px) {
  .rewd-inner-hero {
    padding: 90px 0 75px;
  }

  .rewd-inner-hero .rih-content {
    text-align: center;
  }

  .rewd-inner-hero .rih-title,
  .rewd-inner-hero .rih-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .rewd-inner-hero .rih-visual {
    margin: 60px auto 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-inner-hero {
    min-height: auto;
    padding: 72px 0 60px;
  }

  .rewd-inner-hero .rih-title {
    font-size: clamp(2.65rem, 13vw, 3.6rem);
  }

  .rewd-inner-hero .rih-copy {
    font-size: .98rem;
  }

  .rewd-inner-hero .rih-visual {
    min-height: 410px;
  }

  .rewd-inner-hero .rih-image-wrap {
    inset: 0 10px 44px 10px;
  }

  .rewd-inner-hero .rih-stat {
    right: 8px;
    width: 238px;
    padding: 19px;
  }

  .rewd-inner-hero .rih-stat-number {
    font-size: 2.55rem;
  }

  .rewd-inner-hero .rih-stat-icon {
    width: 41px;
    height: 41px;
  }

  .rewd-inner-hero .rih-mini-tag {
    left: 6px;
    bottom: 78px;
  }
}

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

  .rewd-inner-hero *,
  .rewd-inner-hero *::before,
  .rewd-inner-hero *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}



/* Intro story */
.rewd-about-page .rewd-story-image-wrap {
  position: relative;
  padding: 0 44px 44px 0;
}

.rewd-about-page .rewd-story-image {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 30px 120px 30px 30px;
  box-shadow: 0 35px 80px rgba(38, 12, 64, .16);
}

.rewd-about-page .rewd-story-image img {
  height: 610px;
  object-fit: cover;
  transition: transform .8s ease;
}

.rewd-about-page .rewd-story-image:hover img {
  transform: scale(1.05);
}

.rewd-about-page .rewd-story-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 11px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff8b19, #ff4b00);
  color: #fff;
  text-align: center;
}

.rewd-about-page .rewd-story-badge strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.rewd-about-page .rewd-story-badge span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rewd-about-page .rewd-story-copy {
  padding-left: 42px;
}

.rewd-about-page .rewd-story-copy p {
  color: #686071;
  font-size: 15px;
  line-height: 1.9;
}

.rewd-about-page .rewd-story-lead {
  padding: 15px 0 15px 24px;
  border-left: 4px solid #ff5a00;
  color: #28163e !important;
  font-size: 16px !important;
  font-weight: 700;
}



.rewd-about-page .rewd-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #ff5a00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-about-page .rewd-label::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #4b0796, #ff5a00);
}

.rewd-about-page .rewd-label-light {
  color: #ffad69;
}

.rewd-about-page .rewd-label-light::before {
  background: #ff7a18;
}





/* white button animated */

.rewd-animated-btn-wrap {
  display: flex;
  justify-content: start;
  margin-top: 45px;
}

.rewd-animated-btn-wrap .rewd-view-all-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 210px;
  padding: 9px 10px 9px 28px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #37105f;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(19, 3, 33, 0.25);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rewd-animated-btn-wrap .rewd-view-all-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ff6813;
  transform: translateY(-50%);
  transition:
    width 0.45s cubic-bezier(0.65, 0, 0.2, 1),
    height 0.45s cubic-bezier(0.65, 0, 0.2, 1),
    right 0.45s cubic-bezier(0.65, 0, 0.2, 1),
    border-radius 0.45s ease;
}

.rewd-animated-btn-wrap .rewd-view-all-btn span {
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}

.rewd-animated-btn-wrap .rewd-view-all-btn i {
  position: relative;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  transition: transform 0.4s ease;
}

.rewd-animated-btn-wrap .rewd-view-all-btn:hover {
  color: #ffffff;
  border-color: #ff6813;
  box-shadow: 0 20px 45px rgba(255, 104, 19, 0.3);
  transform: translateY(-4px);
}

.rewd-animated-btn-wrap .rewd-view-all-btn:hover::before {
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.rewd-animated-btn-wrap .rewd-view-all-btn:hover span {
  transform: translateX(4px);
}

.rewd-animated-btn-wrap .rewd-view-all-btn:hover i {
  transform: translate(3px, -3px) rotate(45deg);
}

.rewd-animated-btn-wrap .rewd-view-all-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.rewd-animated-btn-wrap .rewd-view-all-btn:focus-visible {
  outline: 3px solid rgba(255, 104, 19, 0.4);
  outline-offset: 5px;
}

@media (max-width: 575.98px) {
  .rewd-animated-btn-wrap {
    margin-top: 32px;
  }

  .rewd-animated-btn-wrap .rewd-view-all-btn {
    min-width: 195px;
    padding-left: 24px;
    font-size: 14px;
  }
}




/* Services */
.rewd-about-page .rewd-services {
  background: #f7f4fa;
}

.rewd-about-page .rewd-service-nav {
  position: sticky;
  top: 100px;
  padding-right: 50px;
}

.rewd-about-page .rewd-service-nav .rewd-heading {
  font-size: clamp(38px, 4vw, 58px);
}

.rewd-about-page .rewd-service-progress {
  position: relative;
  height: 4px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 10px;
  background: #e5dbe9;
}

.rewd-about-page .rewd-service-progress span {
  display: block;
  width: 11.11%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #500999, #ff5a00);
  transition: width .4s ease;
}

.rewd-about-page .rewd-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr 50px;
  align-items: start;
  gap: 25px;
  margin-bottom: 18px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #e7dfea;
  border-radius: 22px;
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.rewd-about-page .rewd-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#5b0ba6, #ff5a00);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s ease;
}

.rewd-about-page .rewd-service-no {
  color: #d8cbdf;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -2px;
  transition: color .35s ease;
}

.rewd-about-page .rewd-service-card h3 {
  margin-bottom: 11px;
  color: #241332;
  font-size: 21px;
  font-weight: 750;
}

.rewd-about-page .rewd-service-card p {
  margin-bottom: 0;
  color: #706878;
  font-size: 14px;
  line-height: 1.8;
}

.rewd-about-page .rewd-service-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #e6dce9;
  border-radius: 50%;
  color: #5b0ba6;
  transition: .35s ease;
}

.rewd-about-page .rewd-service-card:hover {
  z-index: 2;
  border-color: transparent;
  transform: translateX(-8px);
  box-shadow: 0 22px 55px rgba(57, 19, 82, .12);
}

.rewd-about-page .rewd-service-card:hover::before {
  transform: scaleY(1);
}

.rewd-about-page .rewd-service-card:hover .rewd-service-no {
  color: #ff5a00;
}

.rewd-about-page .rewd-service-card:hover .rewd-service-arrow {
  border-color: transparent;
  background: linear-gradient(145deg, #5b0ba6, #7d17c2);
  color: #fff;
  transform: rotate(-35deg);
}




/* contact us page cs */

/* SECTION 1: CONTACT HERO */
.rewd-contact-banner {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  padding: 200px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 104, 19, .25), transparent 25%),
    radial-gradient(circle at 60% 110%, rgba(116, 31, 193, .45), transparent 38%),
    linear-gradient(120deg, #150321 0%, #2d0750 56%, #570b91 100%);
  color: #fff;
  font-family: "Manrope", sans-serif;
  isolation: isolate;
}

.rewd-contact-banner *,
.rewd-contact-info-section *,
.rewd-contact-form *,
.rewd-contact-map-section * {
  box-sizing: border-box;
}

.rewd-contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .17) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.rewd-contact-banner .rcb-orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  top: -280px;
  right: -70px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
}

.rewd-contact-banner .rcb-orbit::before {
  content: "";
  position: absolute;
  inset: 72px;
  border: 1px dashed rgba(255, 104, 19, .45);
  border-radius: 50%;
  animation: rcbRotate 22s linear infinite;
}

.rewd-contact-banner .rcb-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-contact-banner .rcb-label::before {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(90deg, #8a32dc, #ff6813);
}

.rewd-contact-banner .rcb-title {
  max-width: 1050px;
  margin: 0 auto 25px;
  font-size: clamp(52px, 6.2vw, 60px);
  font-weight: 750;
  letter-spacing: -3px;
  line-height: .98;
  color: #fff;
}

.rewd-contact-banner .rcb-title em {
  color: #ff6813;

  font-weight: 600;
}

.rewd-contact-banner .rcb-copy {
  max-width: 690px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, .95);
  font-size: 16px;
  line-height: 1.85;
}

.rewd-contact-banner .rcb-scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 8px 9px 8px 23px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 50px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform .3s ease, background .3s ease;
}

.rewd-contact-banner .rcb-scroll-link i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #ff6813;
}

.rewd-contact-banner .rcb-scroll-link:hover {
  color: #fff;
  background: rgba(255, 104, 19, .18);
  transform: translateY(-4px);
}

/* SECTION 2: CONTACT DETAILS + FORM */
.rewd-contact-info-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #f7f4fa;
  color: #190c26;
  font-family: "Manrope", sans-serif;
}

.rewd-contact-info-section::before {
  content: "CONTACT";
  position: absolute;
  left: -30px;
  bottom: -45px;
  color: rgba(76, 8, 139, .035);
  font-size: clamp(130px, 22vw, 330px);
  font-weight: 800;
  letter-spacing: -18px;
  line-height: .8;
}

.rewd-contact-info-section .rci-content {
  position: relative;
  z-index: 1;
  padding-right: 55px;
}

.rewd-contact-info-section .rci-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
  color: #ff5a00;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-contact-info-section .rci-label::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #500999, #ff6813);
}

.rewd-contact-info-section .rci-title {
  margin: 0 0 22px;
  font-size: clamp(43px, 4.7vw, 48px);
  font-weight: 750;
  letter-spacing: -3px;
  line-height: 1.04;
}

.rewd-contact-info-section .rci-title span {
  color: #6513ae;
}

.rewd-contact-info-section .rci-copy {
  max-width: 590px;
  margin-bottom: 35px;
  color: #716778;
  font-size: 15px;
  line-height: 1.85;
}

.rewd-contact-info-section .rci-list {
  display: grid;
  gap: 15px;
}

.rewd-contact-info-section .rci-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e6dce9;
  border-radius: 17px;
  background: rgba(255, 255, 255, .76);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.rewd-contact-info-section .rci-item:hover {
  border-color: rgba(101, 19, 174, .35);
  box-shadow: 0 16px 35px rgba(53, 7, 94, .08);
  transform: translateX(7px);
}

.rewd-contact-info-section .rci-icon {
  display: grid;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #54099e, #7720c1);
  color: #fff;
  box-shadow: 0 10px 22px rgba(84, 9, 158, .2);
}

.rewd-contact-info-section .rci-item:nth-child(even) .rci-icon {
  background: linear-gradient(145deg, #ff7b1a, #ff5100);
}

.rewd-contact-info-section .rci-item strong {
  display: block;
  margin: 1px 0 5px;
  color: #2b153b;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.rewd-contact-info-section .rci-item p,
.rewd-contact-info-section .rci-item a {
  margin: 0;
  color: #74697c;
  font-size: 18px;
  line-height: 1.65;
  text-decoration: none;
}

/* Individual form parent class */
.rewd-contact-form {
  position: relative;
  z-index: 1;
  padding: 13px;
  border: 1px solid rgba(101, 19, 174, .15);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(105, 20, 177, .15), rgba(255, 104, 19, .1));
  box-shadow: 0 35px 75px rgba(47, 5, 82, .15);
}

.rewd-contact-form .rcf-card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 25px;
  background: #fff;
}

.rewd-contact-form .rcf-card::before {
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  top: -115px;
  right: -62px;
  border: 33px solid rgba(102, 18, 174, .065);
  border-radius: 50%;
}

.rewd-contact-form .rcf-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 29px;
}

.rewd-contact-form .rcf-head h2 {
  margin: 0 0 8px;
  color: #1c0c2a;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -1px;
}

.rewd-contact-form .rcf-head p {
  margin: 0;
  color: #817687;
  font-size: 13px;
}

.rewd-contact-form .rcf-head-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #5b0ba6, #7d25c8);
  color: #fff;
  font-size: 20px;
  transform: rotate(5deg);
}

.rewd-contact-form .rcf-field {
  position: relative;
  margin-bottom: 14px;
}

.rewd-contact-form .rcf-field i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: #93879a;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.rewd-contact-form .rcf-field.rcf-message i {
  top: 20px;
  transform: none;
}

.rewd-contact-form .form-control,
.rewd-contact-form .form-select {
  min-height: 54px;
  padding: 12px 16px 12px 45px;
  border: 1px solid #e6dce9;
  border-radius: 13px;
  background-color: #fbf9fc;
  color: #251431;
  font-size: 16px;
  box-shadow: none;
}

.rewd-contact-form textarea.form-control {
  min-height: 115px;
  padding-top: 17px;
  resize: vertical;
}

.rewd-contact-form .form-control:focus,
.rewd-contact-form .form-select:focus {
  border-color: #7520c0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(111, 24, 183, .08);
}

.rewd-contact-form .rcf-submit {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 57px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(110deg, #4e0797, #731cc0);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(78, 7, 151, .22);
  transition: transform .3s ease, box-shadow .3s ease;
}

.rewd-contact-form .rcf-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff6813;
  transform: translateX(-102%);
  transition: transform .4s cubic-bezier(.65, 0, .2, 1);
}

.rewd-contact-form .rcf-submit span,
.rewd-contact-form .rcf-submit i {
  position: relative;
  z-index: 1;
}

.rewd-contact-form .rcf-submit:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 19px 38px rgba(255, 104, 19, .25);
}

.rewd-contact-form .rcf-submit:hover::before {
  transform: translateX(0);
}

.rewd-contact-form .rcf-note {
  margin: 14px 0 0;
  color: #928997;
  font-size: 11px;
  text-align: center;
}

.rewd-contact-form .rcf-note i {
  margin-right: 6px;
  color: #6815b1;
}

/* SECTION 3: MAP */
.rewd-contact-map-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background: #1b042c;
  color: #fff;
  font-family: "Manrope", sans-serif;
}

.rewd-contact-map-section .rcm-head {
  margin-bottom: 38px;
}

.rewd-contact-map-section .rcm-label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-contact-map-section .rcm-title {
  margin: 12px 0 0;
  font-size: clamp(39px, 4.6vw, 63px);
  font-weight: 750;
  letter-spacing: -3px;
  color: #fff;
}

.rewd-contact-map-section .rcm-title span {
  color: #ff6813;

  font-style: italic;
}

.rewd-contact-map-section .rcm-map-wrap {
  position: relative;
  height: 530px;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 35px 75px rgba(4, 0, 12, .45);
}

.rewd-contact-map-section .rcm-map-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 21px;
}

.rewd-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.78) contrast(1.03);
  transform: scale(1.18);
  transition: transform 1.5s cubic-bezier(.2, .7, .2, 1), filter 1s ease;
}

.rewd-contact-map-section.aos-animate iframe,
.rewd-contact-map-section .rcm-map-wrap.aos-animate iframe {
  transform: scale(1);
  filter: saturate(1) contrast(1);
}

.rewd-contact-map-section .rcm-location-card {
  position: absolute;
  left: 42px;
  bottom: 42px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 380px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 17px;
  background: rgba(37, 5, 60, .9);
  box-shadow: 0 18px 40px rgba(4, 0, 12, .35);
  backdrop-filter: blur(13px);
}

.rewd-contact-map-section .rcm-location-card i {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  place-items: center;
  border-radius: 14px;
  background: #ff6813;
}

.rewd-contact-map-section .rcm-location-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.rewd-contact-map-section .rcm-location-card span {
  display: block;
  color: rgba(255, 255, 255, .63);
  font-size: 11px;
  line-height: 1.55;
}

@keyframes rcbRotate {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .rewd-contact-banner {
    min-height: 530px;
    padding: 95px 0 80px;
  }

  .rewd-contact-info-section {
    padding: 85px 0;
  }

  .rewd-contact-info-section .rci-content {
    padding-right: 0;
    margin-bottom: 55px;
  }

  .rewd-contact-map-section {
    padding: 85px 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-contact-banner {
    min-height: 490px;
    padding: 80px 0 65px;
  }

  .rewd-contact-banner .rcb-title {
    font-size: clamp(45px, 14vw, 62px);
    letter-spacing: -3px;
  }

  .rewd-contact-info-section {
    padding: 68px 0;
  }

  .rewd-contact-info-section .rci-title {
    letter-spacing: -2px;
  }

  .rewd-contact-form .rcf-card {
    padding: 28px 21px;
  }

  .rewd-contact-map-section {
    padding: 68px 0;
  }

  .rewd-contact-map-section .rcm-map-wrap {
    height: 430px;
    padding: 7px;
    border-radius: 22px;
  }

  .rewd-contact-map-section .rcm-location-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

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

  .rewd-contact-banner *,
  .rewd-contact-form *,
  .rewd-contact-map-section * {
    animation: none !important;
    transition: none !important;
  }
}



/* developemnt page */

/* All styles are scoped under this parent class. */
.rewd-development-hero {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  padding: 200px 0 95px;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 8%, rgba(255, 104, 19, .24), transparent 24%),
    radial-gradient(circle at 56% 110%, rgba(112, 28, 188, .48), transparent 39%),
    linear-gradient(120deg, #140321 0%, #2b064c 55%, #570b90 100%);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  isolation: isolate;
}

.rewd-development-hero *,
.rewd-development-hero *::before,
.rewd-development-hero *::after {
  box-sizing: border-box;
}

.rewd-development-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255, 255, 255, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .17) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 88%);
}

.rewd-development-hero .rdh-orbit {
  position: absolute;
  z-index: -2;
  width: 590px;
  height: 590px;
  top: -320px;
  right: -95px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
}

.rewd-development-hero .rdh-orbit::before {
  content: "";
  position: absolute;
  inset: 78px;
  border: 1px dashed rgba(255, 104, 19, .42);
  border-radius: 50%;
  animation: rdhRotate 24s linear infinite;
}

.rewd-development-hero .rdh-orbit::after {
  content: "";
  position: absolute;
  left: 78px;
  bottom: 105px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ff6813;
  box-shadow: 0 0 0 9px rgba(255, 104, 19, .13);
}

.rewd-development-hero .rdh-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-development-hero .rdh-label::before {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(90deg, #9136df, #ff6813);
}

.rewd-development-hero .rdh-title {
  max-width: 790px;
  margin: 0 0 22px;
  font-size: clamp(56px, 5.5vw, 60px);
  font-weight: 750;
  letter-spacing: -4.5px;
  line-height: 1.01;
  color: #fff;
}

.rewd-development-hero .rdh-title em {
  color: #ff6813;
  font-weight: 600;
}

.rewd-development-hero .rdh-copy {
  max-width: 720px;
  margin: 0 0 29px;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.8;
}

.rewd-development-hero .rdh-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.rewd-development-hero .rdh-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 8px 9px 8px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50px;
  background: linear-gradient(110deg, #4b0797, #741bc0);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 17px 38px rgba(9, 0, 20, .3);
  transition: transform .3s ease, box-shadow .3s ease;
}

.rewd-development-hero .rdh-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ff6813;
  transform: translateX(-102%);
  transition: transform .42s cubic-bezier(.65, 0, .2, 1);
}

.rewd-development-hero .rdh-btn i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #ff6813;
  color: #fff;
  transition: transform .3s ease, background .3s ease;
}

.rewd-development-hero .rdh-btn:hover {
  color: #fff;
  box-shadow: 0 21px 45px rgba(255, 104, 19, .25);
  transform: translateY(-4px);
}

.rewd-development-hero .rdh-btn:hover::before {
  transform: translateX(0);
}

.rewd-development-hero .rdh-btn:hover i {
  background: rgba(255, 255, 255, .18);
  transform: translateX(3px);
}

.rewd-development-hero .rdh-mini-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  font-weight: 600;
}

.rewd-development-hero .rdh-mini-note i {
  color: #6ae29a;
}

.rewd-development-hero .rdh-visual {
  position: relative;
  width: min(100%, 590px);
  min-height: 610px;
  margin-left: auto;
}

.rewd-development-hero .rdh-image-card {
  position: absolute;
  inset: 0 18px 62px 31px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 230px 230px 32px 32px;
  background: #31094f;
  box-shadow: 0 38px 85px rgba(7, 0, 17, .5);
}

.rewd-development-hero .rdh-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(29, 4, 48, .85) 100%);
}

.rewd-development-hero .rdh-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.87) contrast(1.04);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.rewd-development-hero .rdh-visual:hover .rdh-image-card img {
  transform: scale(1.055);
}

.rewd-development-hero .rdh-rank {
  position: absolute;
  z-index: 3;
  top: 88px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(27, 4, 45, .83);
  box-shadow: 0 18px 40px rgba(7, 0, 17, .32);
  backdrop-filter: blur(13px);
  animation: rdhFloat 4s ease-in-out infinite;
}

.rewd-development-hero .rdh-rank strong {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  background: #ff6813;
  color: #fff;
  font-size: 17px;
}

.rewd-development-hero .rdh-rank span {
  max-width: 175px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.rewd-development-hero .rdh-features {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 315px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(107, 36, 163, .94), rgba(44, 9, 75, .92));
  box-shadow: 0 25px 58px rgba(7, 0, 17, .45);
  backdrop-filter: blur(16px);
}

.rewd-development-hero .rdh-features h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
  color: #fff;
}

.rewd-development-hero .rdh-feature {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .98);
  font-size: 14px;
  line-height: 1.55;
}

.rewd-development-hero .rdh-feature:first-of-type {
  border-top: 0;
}

.rewd-development-hero .rdh-feature i {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 104, 19, .16);
  color: #ff9b5c;
}

@keyframes rdhRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rdhFloat {
  50% {
    transform: translateY(-9px);
  }
}

@media (max-width: 991.98px) {
  .rewd-development-hero {
    padding: 95px 0 80px;
  }

  .rewd-development-hero .rdh-content {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
  }

  .rewd-development-hero .rdh-title,
  .rewd-development-hero .rdh-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .rewd-development-hero .rdh-actions {
    justify-content: center;
  }

  .rewd-development-hero .rdh-visual {
    margin: 65px auto 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-development-hero {
    padding: 78px 0 64px;
  }

  .rewd-development-hero .rdh-title {
    font-size: clamp(43px, 13vw, 61px);
    letter-spacing: -3px;
  }

  .rewd-development-hero .rdh-label {
    font-size: 12px;
  }

  .rewd-development-hero .rdh-copy {
    font-size: 16px;
  }

  .rewd-development-hero .rdh-btn {
    font-size: 14px;
  }

  .rewd-development-hero .rdh-mini-note {
    font-size: 13px;
  }

  .rewd-development-hero .rdh-actions {
    display: grid;
    justify-items: center;
  }

  .rewd-development-hero .rdh-visual {
    min-height: 520px;
  }

  .rewd-development-hero .rdh-image-card {
    inset: 0 8px 55px;
  }

  .rewd-development-hero .rdh-rank {
    top: 65px;
    left: 2px;
  }

  .rewd-development-hero .rdh-features {
    right: 3px;
    width: 278px;
    padding: 18px;
  }
}

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

  .rewd-development-hero *,
  .rewd-development-hero *::before,
  .rewd-development-hero *::after {
    animation: none !important;
    transition: none !important;
  }
}



/* All section styles are scoped under this parent class. */
.rewd-lead-website-section {
  position: relative;
  padding: 115px 0;
  overflow: hidden;
  background: #f8f9fc;
  color: #190b27;
  font-family: "Manrope", sans-serif;
  isolation: isolate;
}

.rewd-lead-website-section *,
.rewd-lead-website-section *::before,
.rewd-lead-website-section *::after {
  box-sizing: border-box;
}

.rewd-lead-website-section::before {
  content: "LEADS";
  position: absolute;
  z-index: -1;
  right: -38px;
  bottom: -48px;
  color: rgba(75, 7, 137, .035);
  font-size: clamp(150px, 25vw, 380px);
  font-weight: 800;
  letter-spacing: -28px;
  line-height: .8;
}

.rewd-lead-website-section .rlw-visual {
  position: relative;
  width: min(100%, 570px);
  min-height: 650px;
}

.rewd-lead-website-section .rlw-image-main {
  position: absolute;
  inset: 0 75px 68px 0;
  overflow: hidden;
  border-radius: 30px 180px 30px 30px;
  background: #341052;
  box-shadow: 0 35px 70px rgba(43, 8, 72, .2);
}

.rewd-lead-website-section .rlw-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(32, 5, 53, .56) 100%);
}

.rewd-lead-website-section .rlw-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.rewd-lead-website-section .rlw-visual:hover .rlw-image-main img {
  transform: scale(1.055);
}

.rewd-lead-website-section .rlw-pattern {
  position: absolute;
  z-index: -1;
  width: 190px;
  height: 190px;
  top: -28px;
  right: 28px;
  opacity: .5;
  background-image: radial-gradient(#7b2ac3 2px, transparent 2px);
  background-size: 15px 15px;
}

.rewd-lead-website-section .rlw-result-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 290px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 23px;
  background: linear-gradient(145deg, #6918ad, #3b0868);
  color: #ffffff;
  box-shadow: 0 25px 55px rgba(45, 7, 78, .3);
}

.rewd-lead-website-section .rlw-result-card::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: -68px;
  right: -39px;
  border-radius: 50%;
  background: rgba(255, 104, 19, .25);
}

.rewd-lead-website-section .rlw-result-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.rewd-lead-website-section .rlw-result-top strong {
  color: #ff7b24;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
}

.rewd-lead-website-section .rlw-result-top i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  color: #ffad72;
  font-size: 19px;
}

.rewd-lead-website-section .rlw-result-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.rewd-lead-website-section .rlw-result-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.65;
}

.rewd-lead-website-section .rlw-mini-card {
  position: absolute;
  z-index: 3;
  left: -25px;
  top: 90px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid #eadfed;
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 40px rgba(42, 8, 69, .12);
  backdrop-filter: blur(12px);
  animation: rlwFloat 4s ease-in-out infinite;
}

.rewd-lead-website-section .rlw-mini-card i {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  background: #ff6813;
  color: #ffffff;
}

.rewd-lead-website-section .rlw-mini-card strong,
.rewd-lead-website-section .rlw-mini-card span {
  display: block;
}

.rewd-lead-website-section .rlw-mini-card strong {
  margin-bottom: 2px;
  color: #261333;
  font-size: 13px;
}

.rewd-lead-website-section .rlw-mini-card span {
  color: #85798b;
  font-size: 11px;
}

.rewd-lead-website-section .rlw-content {
  padding-left: 34px;
}



.rewd-lead-website-section .rlw-copy {
  max-width: 680px;
  margin-bottom: 19px;
  color: #6f6576;
  font-size: 16px;
  line-height: 1.85;
}

.rewd-lead-website-section .rlw-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 31px;
}

.rewd-lead-website-section .rlw-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e7ddea;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  color: #3b2b44;
  font-size: 14px;
  font-weight: 700;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.rewd-lead-website-section .rlw-benefit:hover {
  border-color: rgba(104, 21, 177, .35);
  box-shadow: 0 14px 30px rgba(49, 8, 82, .08);
  transform: translateY(-4px);
}

.rewd-lead-website-section .rlw-benefit i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 11px;
  background: rgba(104, 21, 177, .1);
  color: #6815b1;
}

.rewd-lead-website-section .rlw-benefit:nth-child(even) i {
  background: rgba(255, 104, 19, .11);
  color: #ff6813;
}

@keyframes rlwFloat {
  50% {
    transform: translateY(-9px);
  }
}

@media (max-width: 991.98px) {
  .rewd-lead-website-section {
    padding: 90px 0;
  }

  .rewd-lead-website-section .rlw-visual {
    margin: 0 auto 70px;
  }

  .rewd-lead-website-section .rlw-content {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }

  .rewd-lead-website-section .rlw-title,
  .rewd-lead-website-section .rlw-copy {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .rewd-lead-website-section {
    padding: 70px 0;
  }

  .rewd-lead-website-section .rlw-visual {
    min-height: 535px;
    margin-bottom: 60px;
  }

  .rewd-lead-website-section .rlw-image-main {
    inset: 0 10px 65px;
    border-radius: 24px 120px 24px 24px;
  }

  .rewd-lead-website-section .rlw-mini-card {
    left: 0;
    top: 65px;
  }

  .rewd-lead-website-section .rlw-result-card {
    right: 3px;
    width: 260px;
    padding: 20px;
  }

  .rewd-lead-website-section .rlw-label {
    font-size: 12px;
  }

  .rewd-lead-website-section .rlw-title {
    font-size: clamp(41px, 12vw, 55px);
    letter-spacing: -2.5px;
  }

  .rewd-lead-website-section .rlw-copy {
    font-size: 15px;
  }

  .rewd-lead-website-section .rlw-benefits {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

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

  .rewd-lead-website-section *,
  .rewd-lead-website-section *::before,
  .rewd-lead-website-section *::after {
    animation: none !important;
    transition: none !important;
  }
}





/* Every custom rule is scoped to this reusable parent class. */
.rewd-custom-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 88% 9%, rgba(255, 91, 20, .13), transparent 24%),
    radial-gradient(circle at 4% 86%, rgba(91, 18, 179, .09), transparent 23%),
    #f8f7fb;
  color: #1b0735;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-custom-services::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -190px;
  right: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(91, 18, 179, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(91, 18, 179, .025), 0 0 0 84px rgba(91, 18, 179, .02);
  animation: rewd-services-float 7s ease-in-out infinite;
}

.rewd-custom-services .rewd-services-intro {
  max-width: 920px;
}

.rewd-custom-services .rewd-services-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #ff5b14;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-custom-services .rewd-services-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #5b12b3, #ff5b14);
}

.rewd-custom-services .rewd-services-title {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -3.6px;
}

.rewd-custom-services .rewd-title-orange,
.rewd-custom-services .rewd-title-purple {
  display: block;
}

.rewd-custom-services .rewd-title-orange {
  color: #ff5b14;
}

.rewd-custom-services .rewd-title-purple {
  color: #21004f;
}

.rewd-custom-services .rewd-title-decoration {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 28px 0 30px 3px;
}

.rewd-custom-services .rewd-title-decoration span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ff6a1a;
  transform: rotate(45deg);
}

.rewd-custom-services .rewd-title-decoration::after {
  content: "";
  width: 82px;
  height: 1px;
  margin-left: 5px;
  background: rgba(91, 18, 179, .28);
}

.rewd-custom-services .rewd-services-copy {
  max-width: 780px;
  margin: 0;
  color: #62566f;
  font-size: 18px;
  line-height: 1.75;
}

.rewd-custom-services .rewd-services-prompt {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  color: #21004f;
  font-size: 16px;
  font-weight: 800;
}

.rewd-custom-services .rewd-services-prompt i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #21004f;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 22px rgba(33, 0, 79, .18);
}

.rewd-custom-services .rewd-service-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.rewd-custom-services .rewd-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 62px 52px 1fr 42px;
  align-items: center;
  min-height: 184px;
  margin: 0;
  padding: 28px 22px 28px 0;
  overflow: hidden;
  border: 1px solid #e5deeb;
  border-radius: 24px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 12px 42px rgba(43, 13, 67, .06);
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.rewd-custom-services .rewd-service-card::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 91, 20, .08);
  transform: scale(.2);
  opacity: 0;
  transition: transform .55s ease, opacity .4s ease;
}

.rewd-custom-services .rewd-service-card:hover {
  z-index: 2;
  transform: translateY(-7px) translateX(-5px);
  border-color: rgba(255, 91, 20, .42);
  box-shadow: 0 24px 55px rgba(43, 13, 67, .13);
}

.rewd-custom-services .rewd-service-card:hover::after {
  transform: scale(1);
  opacity: 1;
}

.rewd-custom-services .rewd-service-number {
  position: relative;
  z-index: 1;
  color: #d8cce2;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: color .35s ease;
}

.rewd-custom-services .rewd-service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #e8dff0;
  border-radius: 16px;
  background: #f8f4fc;
  color: #5b12b3;
  font-size: 23px;
  transition: color .4s ease, background-color .4s ease, border-color .4s ease, transform .4s ease;
}

.rewd-custom-services .rewd-service-content {
  position: relative;
  z-index: 1;
  padding: 0 18px;
}

.rewd-custom-services .rewd-service-content h3 {
  margin: 0 0 9px;
  color: #21004f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.2px;
}

.rewd-custom-services .rewd-service-content p {
  margin: 0;
  color: #6c6078;
  font-size: 16px;
  line-height: 1.7;
}

.rewd-custom-services .rewd-service-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #e1d5e9;
  border-radius: 50%;
  color: #5b12b3;
  font-size: 18px;
  transition: color .35s ease, background-color .35s ease, border-color .35s ease, transform .35s ease;
}

.rewd-custom-services .rewd-service-card:hover .rewd-service-number {
  color: #ff5b14;
}

.rewd-custom-services .rewd-service-card:hover .rewd-service-icon {
  border-color: #5b12b3;
  background: #5b12b3;
  color: #fff;
  transform: rotate(-6deg) scale(1.08);
}

.rewd-custom-services .rewd-service-card:hover .rewd-service-arrow {
  border-color: #ff5b14;
  background: #ff5b14;
  color: #fff;
  transform: rotate(45deg);
}

@keyframes rewd-services-float {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-18px, 24px, 0);
  }
}

@media (max-width: 991.98px) {
  .rewd-custom-services {
    padding: 85px 0;
  }

  .rewd-custom-services .rewd-services-intro {
    max-width: 820px;
  }

  .rewd-custom-services .rewd-service-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .rewd-custom-services {
    padding: 68px 0;
  }

  .rewd-custom-services .rewd-services-title {
    font-size: clamp(38px, 12vw, 52px);
    letter-spacing: -2.5px;
  }

  .rewd-custom-services .rewd-service-card {
    grid-template-columns: 46px 1fr 42px;
    min-height: 0;
    padding: 25px 20px;
    border-radius: 20px;
  }

  .rewd-custom-services .rewd-service-number {
    display: none;
  }

  .rewd-custom-services .rewd-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 20px;
  }

  .rewd-custom-services .rewd-service-content {
    padding: 0 15px;
  }

  .rewd-custom-services .rewd-service-content h3 {
    font-size: 17px;
    font-weight: 500;
  }

  .rewd-custom-services .rewd-service-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .rewd-custom-services .rewd-service-arrow {
    width: 38px;
    height: 38px;
  }
}

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

  .rewd-custom-services::before,
  .rewd-custom-services .rewd-service-card,
  .rewd-custom-services .rewd-service-icon,
  .rewd-custom-services .rewd-service-arrow {
    animation: none;
    transition: none;
  }
}



/* Reusable parent class: all custom styles are scoped inside this section. */
.rewd-dubai-market-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 90%, rgba(91, 18, 179, .09), transparent 25%),
    radial-gradient(circle at 94% 7%, rgba(255, 91, 20, .12), transparent 25%),
    #f9f8fc;
  color: #21004f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-dubai-market-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 58px;
  right: -105px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(91, 18, 179, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(91, 18, 179, .025), 0 0 0 76px rgba(91, 18, 179, .018);
  animation: rewd-market-orbit 8s ease-in-out infinite;
}

.rewd-dubai-market-section .rewd-market-visual {
  position: relative;
  max-width: 620px;
  margin-right: 28px;
  padding: 18px 18px 0 0;
}

.rewd-dubai-market-section .rewd-market-visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 54%;
  border-radius: 30px;
  background: linear-gradient(145deg, #ff5b14, #ff8b4e);
}

.rewd-dubai-market-section .rewd-market-image-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 650px;
  border-radius: 30px 30px 90px 30px;
  background: #21004f;
  box-shadow: 0 32px 70px rgba(33, 0, 79, .18);
}

.rewd-dubai-market-section .rewd-market-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(25, 0, 56, .75) 100%);
  pointer-events: none;
}

.rewd-dubai-market-section .rewd-market-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2, .65, .3, 1);
}

.rewd-dubai-market-section .rewd-market-visual:hover .rewd-market-image {
  transform: scale(1.075);
}

.rewd-dubai-market-section .rewd-market-badge {
  position: absolute;
  z-index: 3;
  top: 52px;
  left: -22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50px;
  background: rgba(255, 255, 255, .92);
  color: #21004f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(33, 0, 79, .14);
  backdrop-filter: blur(10px);
  animation: rewd-market-badge 4s ease-in-out infinite;
}

.rewd-dubai-market-section .rewd-market-badge i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ff5b14;
  color: #fff;
  font-size: 16px;
}

.rewd-dubai-market-section .rewd-market-caption {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 34px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.rewd-dubai-market-section .rewd-market-caption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
}

.rewd-dubai-market-section .rewd-market-caption span {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.rewd-dubai-market-section .rewd-market-caption i {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 20px;
}

.rewd-dubai-market-section .rewd-market-content {
  padding-left: 16px;
}

.rewd-dubai-market-section .rewd-market-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #ff5b14;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-dubai-market-section .rewd-market-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #5b12b3, #ff5b14);
}

.rewd-dubai-market-section .rewd-market-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.2px;
}

.rewd-dubai-market-section .rewd-market-title-orange,
.rewd-dubai-market-section .rewd-market-title-purple {
  display: block;
}

.rewd-dubai-market-section .rewd-market-title-orange {
  color: #ff5b14;
}

.rewd-dubai-market-section .rewd-market-title-purple {
  color: #21004f;
}

.rewd-dubai-market-section .rewd-market-decoration {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0;
}

.rewd-dubai-market-section .rewd-market-decoration span {
  width: 9px;
  height: 9px;
  background: #ff5b14;
  transform: rotate(45deg);
}

.rewd-dubai-market-section .rewd-market-decoration::after {
  content: "";
  width: 76px;
  height: 1px;
  margin-left: 5px;
  background: rgba(91, 18, 179, .28);
}

.rewd-dubai-market-section .rewd-market-intro,
.rewd-dubai-market-section .rewd-market-outro {
  margin: 0;
  color: #665b70;
  font-size: 17px;
  line-height: 1.75;
}

.rewd-dubai-market-section .rewd-market-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.rewd-dubai-market-section .rewd-market-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid #e6dfeb;
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  color: #2c1742;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(42, 12, 64, .045);
  transition: transform .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}

.rewd-dubai-market-section .rewd-market-feature::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 91, 20, .1);
  transition: transform .4s ease;
}

.rewd-dubai-market-section .rewd-market-feature i {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #f3ebfa;
  color: #5b12b3;
  font-size: 15px;
  transition: color .35s ease, background-color .35s ease, transform .35s ease;
}

.rewd-dubai-market-section .rewd-market-feature span {
  position: relative;
  z-index: 1;
}

.rewd-dubai-market-section .rewd-market-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 91, 20, .48);
  color: #21004f;
  box-shadow: 0 15px 32px rgba(42, 12, 64, .1);
}

.rewd-dubai-market-section .rewd-market-feature:hover::after {
  transform: scale(2.4);
}

.rewd-dubai-market-section .rewd-market-feature:hover i {
  background: #ff5b14;
  color: #fff;
  transform: rotate(-7deg);
}

.rewd-dubai-market-section .rewd-market-outro {
  padding: 18px 20px;
  border-left: 3px solid #ff5b14;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 91, 20, .055);
  color: #3f2c4f;
}

@keyframes rewd-market-orbit {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-20px, 20px, 0);
  }
}

@keyframes rewd-market-badge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1199.98px) {
  .rewd-dubai-market-section .rewd-market-visual {
    margin-right: 10px;
  }

  .rewd-dubai-market-section .rewd-market-image-wrap,
  .rewd-dubai-market-section .rewd-market-image {
    min-height: 610px;
    height: 610px;
  }

  .rewd-dubai-market-section .rewd-market-content {
    padding-left: 8px;
  }
}

@media (max-width: 991.98px) {
  .rewd-dubai-market-section {
    padding: 85px 0;
  }

  .rewd-dubai-market-section .rewd-market-visual {
    max-width: 760px;
    margin: 0 auto 60px;
  }

  .rewd-dubai-market-section .rewd-market-image-wrap,
  .rewd-dubai-market-section .rewd-market-image {
    min-height: 540px;
    height: 540px;
  }

  .rewd-dubai-market-section .rewd-market-content {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-dubai-market-section {
    padding: 68px 0;
  }

  .rewd-dubai-market-section .rewd-market-visual {
    padding: 10px 10px 0 0;
    margin-bottom: 48px;
  }

  .rewd-dubai-market-section .rewd-market-image-wrap {
    min-height: 410px;
    height: 410px;
    border-radius: 22px 22px 55px 22px;
  }

  .rewd-dubai-market-section .rewd-market-image {
    min-height: 410px;
    height: 410px;
  }

  .rewd-dubai-market-section .rewd-market-badge {
    top: 28px;
    left: -4px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .rewd-dubai-market-section .rewd-market-badge i {
    width: 29px;
    height: 29px;
  }

  .rewd-dubai-market-section .rewd-market-caption {
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .rewd-dubai-market-section .rewd-market-caption strong {
    font-size: 17px;
  }

  .rewd-dubai-market-section .rewd-market-title {
    font-size: clamp(38px, 12vw, 50px);
    letter-spacing: -2.4px;
  }

  .rewd-dubai-market-section .rewd-market-features {
    grid-template-columns: 1fr;
  }
}

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

  .rewd-dubai-market-section::before,
  .rewd-dubai-market-section .rewd-market-badge,
  .rewd-dubai-market-section .rewd-market-image,
  .rewd-dubai-market-section .rewd-market-feature,
  .rewd-dubai-market-section .rewd-market-feature i {
    animation: none;
    transition: none;
  }
}



/* Reusable parent class: all custom styles are scoped inside this section. */
.rewd-why-rewd-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 90%, rgba(91, 18, 179, .09), transparent 25%),
    radial-gradient(circle at 94% 7%, rgba(255, 91, 20, .12), transparent 25%),
    #f9f8fc;
  color: #21004f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-why-rewd-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 58px;
  right: -105px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(91, 18, 179, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(91, 18, 179, .025), 0 0 0 76px rgba(91, 18, 179, .018);
  animation: rewd-choice-orbit 8s ease-in-out infinite;
}

.rewd-why-rewd-section .rewd-choice-visual {
  position: relative;
  max-width: 620px;
  margin-left: 28px;
  padding: 18px 18px 0 0;
}

.rewd-why-rewd-section .rewd-choice-visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 54%;
  border-radius: 30px;
  background: linear-gradient(145deg, #ff5b14, #ff8b4e);
}

.rewd-why-rewd-section .rewd-choice-image-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 650px;
  border-radius: 30px 30px 90px 30px;
  background: #21004f;
  box-shadow: 0 32px 70px rgba(33, 0, 79, .18);
}

.rewd-why-rewd-section .rewd-choice-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(25, 0, 56, .75) 100%);
  pointer-events: none;
}

.rewd-why-rewd-section .rewd-choice-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2, .65, .3, 1);
}

.rewd-why-rewd-section .rewd-choice-visual:hover .rewd-choice-image {
  transform: scale(1.075);
}

.rewd-why-rewd-section .rewd-choice-badge {
  position: absolute;
  z-index: 3;
  top: 52px;
  left: -22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50px;
  background: rgba(255, 255, 255, .92);
  color: #21004f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(33, 0, 79, .14);
  backdrop-filter: blur(10px);
  animation: rewd-choice-badge 4s ease-in-out infinite;
}

.rewd-why-rewd-section .rewd-choice-badge i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ff5b14;
  color: #fff;
  font-size: 16px;
}

.rewd-why-rewd-section .rewd-choice-caption {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 34px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.rewd-why-rewd-section .rewd-choice-caption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
}

.rewd-why-rewd-section .rewd-choice-caption span {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.rewd-why-rewd-section .rewd-choice-caption i {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 20px;
}

.rewd-why-rewd-section .rewd-choice-content {
  padding-right: 16px;
}

.rewd-why-rewd-section .rewd-choice-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #ff5b14;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-why-rewd-section .rewd-choice-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #5b12b3, #ff5b14);
}

.rewd-why-rewd-section .rewd-choice-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.2px;
}

.rewd-why-rewd-section .rewd-choice-title-orange,
.rewd-why-rewd-section .rewd-choice-title-purple {
  display: block;
}

.rewd-why-rewd-section .rewd-choice-title-orange {
  color: #ff5b14;
}

.rewd-why-rewd-section .rewd-choice-title-purple {
  color: #21004f;
}

.rewd-why-rewd-section .rewd-choice-decoration {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0;
}

.rewd-why-rewd-section .rewd-choice-decoration span {
  width: 9px;
  height: 9px;
  background: #ff5b14;
  transform: rotate(45deg);
}

.rewd-why-rewd-section .rewd-choice-decoration::after {
  content: "";
  width: 76px;
  height: 1px;
  margin-left: 5px;
  background: rgba(91, 18, 179, .28);
}

.rewd-why-rewd-section .rewd-choice-intro,
.rewd-why-rewd-section .rewd-choice-outro {
  margin: 0;
  color: #665b70;
  font-size: 17px;
  line-height: 1.75;
}

.rewd-why-rewd-section .rewd-choice-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.rewd-why-rewd-section .rewd-choice-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid #e6dfeb;
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  color: #2c1742;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(42, 12, 64, .045);
  transition: transform .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}

.rewd-why-rewd-section .rewd-choice-feature::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 91, 20, .1);
  transition: transform .4s ease;
}

.rewd-why-rewd-section .rewd-choice-feature i {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #f3ebfa;
  color: #5b12b3;
  font-size: 15px;
  transition: color .35s ease, background-color .35s ease, transform .35s ease;
}

.rewd-why-rewd-section .rewd-choice-feature span {
  position: relative;
  z-index: 1;
}

.rewd-why-rewd-section .rewd-choice-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 91, 20, .48);
  color: #21004f;
  box-shadow: 0 15px 32px rgba(42, 12, 64, .1);
}

.rewd-why-rewd-section .rewd-choice-feature:hover::after {
  transform: scale(2.4);
}

.rewd-why-rewd-section .rewd-choice-feature:hover i {
  background: #ff5b14;
  color: #fff;
  transform: rotate(-7deg);
}

.rewd-why-rewd-section .rewd-choice-outro {
  padding: 18px 20px;
  border-left: 3px solid #ff5b14;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 91, 20, .055);
  color: #3f2c4f;
}

@keyframes rewd-choice-orbit {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-20px, 20px, 0);
  }
}

@keyframes rewd-choice-badge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1199.98px) {
  .rewd-why-rewd-section .rewd-choice-visual {
    margin-left: 10px;
  }

  .rewd-why-rewd-section .rewd-choice-image-wrap,
  .rewd-why-rewd-section .rewd-choice-image {
    min-height: 610px;
    height: 610px;
  }

  .rewd-why-rewd-section .rewd-choice-content {
    padding-right: 8px;
  }
}

@media (max-width: 991.98px) {
  .rewd-why-rewd-section {
    padding: 85px 0;
  }

  .rewd-why-rewd-section .rewd-choice-visual {
    max-width: 760px;
    margin: 0 auto 60px;
  }

  .rewd-why-rewd-section .rewd-choice-image-wrap,
  .rewd-why-rewd-section .rewd-choice-image {
    min-height: 540px;
    height: 540px;
  }

  .rewd-why-rewd-section .rewd-choice-content {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-why-rewd-section {
    padding: 68px 0;
  }

  .rewd-why-rewd-section .rewd-choice-visual {
    padding: 10px 10px 0 0;
    margin-bottom: 48px;
  }

  .rewd-why-rewd-section .rewd-choice-image-wrap {
    min-height: 410px;
    height: 410px;
    border-radius: 22px 22px 55px 22px;
  }

  .rewd-why-rewd-section .rewd-choice-image {
    min-height: 410px;
    height: 410px;
  }

  .rewd-why-rewd-section .rewd-choice-badge {
    top: 28px;
    left: -4px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .rewd-why-rewd-section .rewd-choice-badge i {
    width: 29px;
    height: 29px;
  }

  .rewd-why-rewd-section .rewd-choice-caption {
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .rewd-why-rewd-section .rewd-choice-caption strong {
    font-size: 17px;
  }

  .rewd-why-rewd-section .rewd-choice-title {
    font-size: clamp(38px, 12vw, 50px);
    letter-spacing: -2.4px;
  }

  .rewd-why-rewd-section .rewd-choice-features {
    grid-template-columns: 1fr;
  }
}

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

  .rewd-why-rewd-section::before,
  .rewd-why-rewd-section .rewd-choice-badge,
  .rewd-why-rewd-section .rewd-choice-image,
  .rewd-why-rewd-section .rewd-choice-feature,
  .rewd-why-rewd-section .rewd-choice-feature i {
    animation: none;
    transition: none;
  }
}




/* All custom CSS is scoped under this reusable parent class. */
.rewd-realty-growth-sections {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 5% 8%, rgba(255, 91, 20, .1), transparent 20%),
    radial-gradient(circle at 96% 50%, rgba(91, 18, 179, .08), transparent 22%),
    radial-gradient(circle at 8% 96%, rgba(255, 91, 20, .07), transparent 20%),
    #f9f8fc;
  color: #21004f;
  font-family: Arial, Helvetica, sans-serif;
}

.rewd-realty-growth-sections::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 140px;
  bottom: 140px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(91, 18, 179, .1) 12%, rgba(255, 91, 20, .16) 50%, rgba(91, 18, 179, .1) 88%, transparent);
}

.rewd-realty-growth-sections .rewd-growth-row {
  position: relative;
  padding-bottom: 120px;
}

.rewd-realty-growth-sections .rewd-growth-row:last-child {
  padding-bottom: 0;
}

.rewd-realty-growth-sections .rewd-growth-row:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 58px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2dae9 18%, #e2dae9 82%, transparent);
}

.rewd-realty-growth-sections .rewd-growth-visual {
  position: relative;
  max-width: 620px;
  padding: 15px 15px 0 0;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-visual {
  margin-left: auto;
  padding: 15px 0 0 15px;
}

.rewd-realty-growth-sections .rewd-growth-visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 58%;
  border-radius: 28px;
  background: linear-gradient(145deg, #ff5b14, #ff8b4e);
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-visual::before {
  right: auto;
  left: 0;
  background: linear-gradient(145deg, #5b12b3, #8b45d4);
}

.rewd-realty-growth-sections .rewd-growth-image-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px 28px 76px 28px;
  background: #21004f;
  box-shadow: 0 28px 65px rgba(33, 0, 79, .16);
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-image-wrap {
  border-radius: 28px 28px 28px 76px;
}

.rewd-realty-growth-sections .rewd-growth-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(25, 0, 56, .78) 100%);
  pointer-events: none;
}

.rewd-realty-growth-sections .rewd-growth-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2, .65, .3, 1), filter .6s ease;
}

.rewd-realty-growth-sections .rewd-growth-visual:hover .rewd-growth-image {
  transform: scale(1.075);
  filter: saturate(1.06);
}

.rewd-realty-growth-sections .rewd-growth-image-caption {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.rewd-realty-growth-sections .rewd-growth-image-caption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 600;
}

.rewd-realty-growth-sections .rewd-growth-image-caption span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  letter-spacing: .3px;
}

.rewd-realty-growth-sections .rewd-growth-image-caption i {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 19px;
  backdrop-filter: blur(8px);
  transition: background-color .35s ease, transform .35s ease;
}

.rewd-realty-growth-sections .rewd-growth-visual:hover .rewd-growth-image-caption i {
  background: #ff5b14;
  transform: rotate(45deg);
}

.rewd-realty-growth-sections .rewd-growth-badge {
  position: absolute;
  z-index: 4;
  top: 44px;
  left: -20px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50px;
  background: rgba(255, 255, 255, .93);
  color: #21004f;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(33, 0, 79, .14);
  backdrop-filter: blur(10px);
  animation: rewd-growth-float 4s ease-in-out infinite;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-badge {
  right: -20px;
  left: auto;
}

.rewd-realty-growth-sections .rewd-growth-badge i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #ff5b14;
  color: #fff;
  font-size: 15px;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-badge i {
  background: #5b12b3;
}

.rewd-realty-growth-sections .rewd-growth-content {
  position: relative;
  max-width: 650px;
  padding: 24px 0 24px 20px;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-content {
  padding-right: 20px;
  padding-left: 0;
}

.rewd-realty-growth-sections .rewd-growth-number {
  position: absolute;
  z-index: -1;
  top: -45px;
  right: 0;
  color: rgba(91, 18, 179, .055);
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -8px;
  user-select: none;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-number {
  right: auto;
  left: 0;
  color: rgba(255, 91, 20, .065);
}

.rewd-realty-growth-sections .rewd-growth-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #ff5b14;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-label {
  color: #5b12b3;
}

.rewd-realty-growth-sections .rewd-growth-label::before {
  content: "";
  width: 33px;
  height: 2px;
  background: linear-gradient(90deg, #5b12b3, #ff5b14);
}

.rewd-realty-growth-sections .rewd-growth-title {
  margin: 0;
  color: #21004f;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -3px;
}

.rewd-realty-growth-sections .rewd-growth-title strong {
  color: #ff5b14;
  font-weight: 500;
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-title strong {
  color: #5b12b3;
}

.rewd-realty-growth-sections .rewd-growth-decoration {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 25px 0 26px 2px;
}

.rewd-realty-growth-sections .rewd-growth-decoration span {
  width: 9px;
  height: 9px;
  background: #ff5b14;
  transform: rotate(45deg);
}

.rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-decoration span {
  background: #5b12b3;
}

.rewd-realty-growth-sections .rewd-growth-decoration::after {
  content: "";
  width: 78px;
  height: 1px;
  margin-left: 5px;
  background: rgba(91, 18, 179, .26);
}

.rewd-realty-growth-sections .rewd-growth-copy {
  margin: 0 0 17px;
  color: #65596f;
  font-size: 17px;
  line-height: 1.78;
}

.rewd-realty-growth-sections .rewd-growth-copy:last-of-type {
  margin-bottom: 0;
}

.rewd-realty-growth-sections .rewd-growth-accent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
  padding: 15px 18px;
  border: 1px solid #e7dfed;
  border-radius: 15px;
  background: rgba(255, 255, 255, .82);
  color: #2e1743;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 9px 28px rgba(42, 12, 64, .05);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rewd-realty-growth-sections .rewd-growth-accent:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 91, 20, .45);
  box-shadow: 0 16px 34px rgba(42, 12, 64, .1);
}

.rewd-realty-growth-sections .rewd-growth-accent i {
  display: grid;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 11px;
  background: #f4ebfa;
  color: #5b12b3;
  font-size: 16px;
  transition: color .35s ease, background-color .35s ease, transform .35s ease;
}

.rewd-realty-growth-sections .rewd-growth-accent:hover i {
  background: #ff5b14;
  color: #fff;
  transform: rotate(-7deg);
}

@keyframes rewd-growth-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@media (max-width: 1199.98px) {

  .rewd-realty-growth-sections .rewd-growth-image-wrap,
  .rewd-realty-growth-sections .rewd-growth-image {
    min-height: 490px;
    height: 490px;
  }

  .rewd-realty-growth-sections .rewd-growth-content {
    padding-left: 8px;
  }

  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-content {
    padding-right: 8px;
  }
}

@media (max-width: 991.98px) {
  .rewd-realty-growth-sections {
    padding: 85px 0;
  }

  .rewd-realty-growth-sections::before {
    display: none;
  }

  .rewd-realty-growth-sections .rewd-growth-row {
    padding-bottom: 105px;
  }

  .rewd-realty-growth-sections .rewd-growth-visual,
  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-visual {
    max-width: 760px;
    margin: 0 auto 46px;
  }

  .rewd-realty-growth-sections .rewd-growth-image-wrap,
  .rewd-realty-growth-sections .rewd-growth-image {
    min-height: 520px;
    height: 520px;
  }

  .rewd-realty-growth-sections .rewd-growth-content,
  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .rewd-realty-growth-sections {
    padding: 65px 0;
  }

  .rewd-realty-growth-sections .rewd-growth-row {
    padding-bottom: 88px;
  }

  .rewd-realty-growth-sections .rewd-growth-row:not(:last-child)::after {
    bottom: 42px;
  }

  .rewd-realty-growth-sections .rewd-growth-visual,
  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-visual {
    padding: 10px 10px 0 0;
    margin-bottom: 38px;
  }

  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-visual {
    padding: 10px 0 0 10px;
  }

  .rewd-realty-growth-sections .rewd-growth-image-wrap,
  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-image-wrap {
    min-height: 390px;
    height: 390px;
    border-radius: 22px 22px 52px 22px;
  }

  .rewd-realty-growth-sections .rewd-growth-image {
    min-height: 390px;
    height: 390px;
  }

  .rewd-realty-growth-sections .rewd-growth-badge,
  .rewd-realty-growth-sections .rewd-growth-row:nth-child(even) .rewd-growth-badge {
    top: 28px;
    right: auto;
    left: -4px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .rewd-realty-growth-sections .rewd-growth-badge i {
    width: 28px;
    height: 28px;
  }

  .rewd-realty-growth-sections .rewd-growth-image-caption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .rewd-realty-growth-sections .rewd-growth-image-caption strong {
    font-size: 16px;
  }

  .rewd-realty-growth-sections .rewd-growth-title {
    font-size: clamp(37px, 11vw, 49px);
    letter-spacing: -2.3px;
  }

  .rewd-realty-growth-sections .rewd-growth-number {
    top: -25px;
    font-size: 100px;
  }

  .rewd-realty-growth-sections .rewd-growth-copy {
    font-size: 16px;
    line-height: 1.72;
  }
}

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

  .rewd-realty-growth-sections .rewd-growth-badge,
  .rewd-realty-growth-sections .rewd-growth-image,
  .rewd-realty-growth-sections .rewd-growth-image-caption i,
  .rewd-realty-growth-sections .rewd-growth-accent,
  .rewd-realty-growth-sections .rewd-growth-accent i {
    animation: none;
    transition: none;
  }
}