/* Code Author : Afrah Maliyekkal */
.partner-1-p,
.site-footer,
body {
  font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0
}

.upz-header .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f
}

.upz-header .nav-link:hover {
  color: #6f42c1
}

.header-divider {
  height: 4px;
  background-color: #6d5dfc
}

.hero-section {
  background-color: #7a61fd;
  color: #fff;
  padding: 8% 0;
  position: relative
}

.hero-heading {
  font-size: calc(20px + (45 - 20) * ((100vw - 375px) / (1680 - 375)));
  font-weight: 700;
  color: #fff;
  line-height: 1.2
}

.hero-highlight-01-svg,
.hero-highlight-svg {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: .4em;
  z-index: 1
}

.hero-highlight-01-svg::before,
.hero-highlight-svg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1086 260' xmlns='http://www.w3.org/2000/svg'><path d='M46 130C298.5 90 621 75 808 85C941.5 95 975 100 975 100L964 200C964 200 773 160 546 170C319 180 130 225 130 225L120 180L58 190L46 130Z' fill='%231E1E1E'/></svg>") center/cover no-repeat;
  transform: scale(1.05)
}

.hero-subtext {
  font-size: 18px;
  color: #e1d9fd;
  margin-top: 20px;
  line-height: 1.6
}

.phone {
  max-height: 700px;
  position: absolute
}

.phone-1 {
  right: 0;
  top: -60px;
  transform: rotate(-10deg);
  z-index: 2;
  transition: transform 2s
}

.phone-1:hover,
.step-card:hover,
img.down-icons:hover {
  transform: translateY(-5px)
}

img.down-icons {
  max-width: 200px;
  transition: transform .3s
}

@media (min-width:1800px) {
  .hero-heading {
    font-size: 3rem
  }
}

@media (max-width:1199px) {
  .hero-heading {
    font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1680 - 375)))
  }
}

@media (max-width:768px) {
  .hero-subtext {
    font-size: 16px
  }

  .phone {
    position: static;
    margin-top: 30px;
    transform: none
  }

  .hero-section {
    padding: 5% 0 0
  }

  img.down-icons {
    max-width: 45%
  }

  .hero-heading {
    font-size: calc(20px + (35 - 20) * ((100vw - 375px) / (1680 - 375)))
  }
}

@media (max-width:600px) {
  .hero-heading {
    font-size: calc(30px + (40 - 30) * ((100vw - 375px) / (1680 - 375)))
  }
}

.how-it-works-section {
  background: #f8f4ff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px
}

.section-subtitle {
  font-size: 24px;
  color: #1e1e24;
  font-weight: 400;
  margin-bottom: 10px
}

.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, .03);
  transition: transform .3s;
  height: 100%
}

.step-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f1f1f
}

.big-text,
.heading,
.highlighted,
.section-title {
  font-weight: 700
}

.step-icon {
  width: 36px;
  height: 36px
}

.step-image {
  width: 100%;
  max-height: 180px;
  object-fit: contain
}

.features-section {
  background: #eceaf9;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative
}

.section-title {
  font-size: 48px;
  margin-bottom: 0
}

.text-primary {
  --bs-text-opacity: 1;
  color: #7a61fd !important
}

.highlighted {
  background: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px
}

.feature-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.feature-image-card img {
  width: 100%;
  display: block;
  border-radius: 16px
}

.feature-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 30px;
  color: #fff
}

.features-list-box {
  background: #fff;
  border-radius: 16px !important;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
  position: relative
}

.features-list-box::after {
  background: url(img/feature_bg_shape.webp) 0 0/50% no-repeat;
  position: absolute;
  content: "";
  height: 118%;
  width: 100%;
  bottom: -18%;
  left: -10%;
  z-index: 99
}

.features-list-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 0;
  border-bottom: 1px solid #f2f2f28a;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  justify-content: flex-end;
  column-gap: 20px
}

.features-list-box li:last-child,
.features-list-box ul li:last-child {
  border-bottom: none
}

.features-list-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 16px 0
}

.features-list-box img {
  width: 22px;
  height: 22px
}

.partners-section {
  background: #f9f9f9;
  padding: 4rem 1rem;
  text-align: center
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto
}

.section-header .subheading {
  color: #1e1e24;
  font-size: 24px;
  margin-bottom: .5rem
}

.heading {
  font-size: 48px;
  margin-bottom: 2rem;
  color: #1e1e24
}

.become-partner-section .title span,
.carousel-text .highlight,
.heading span {
  color: #7a61fd
}

.partners-content {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  flex-wrap: wrap
}

.partner-image-card {
  position: relative;
  flex: 1
}

.partner-image-card img.handshake-image {
  width: 100%;
  border-radius: 16px;
  display: block
}

.overlay-card {
  position: absolute;
  color: #fff;
  border-radius: 12px;
  z-index: 2
}

.overlay-card.purple {
  top: 1rem;
  left: 1rem;
  background: #bd82ff;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  max-width: 200px
}

.overlay-card.dark {
  bottom: 1rem;
  right: 1rem;
  background: rgb(229 229 229 / 15%);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column
}

.overlay-card .icon {
  font-size: 2rem;
  background: #fff;
  color: #000;
  border-radius: 50%;
  padding: .5rem;
  width: 50px;
  height: 50px
}

.big-text {
  font-size: 40px;
  line-height: 1
}

.partner-1-p,
.partner-btn,
.screen-title,
label {
  font-weight: 600
}

.partner-btn {
  display: inline-block;
  background-image: url(img/join_as_partner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 1.1rem 30.4px 1.25rem;
  border-radius: 0 0 16px 16px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%
}

.partner-btn-text {
  display: inline-block;
  height: 48px
}

.partner-logos-slider {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  height: 540px;
  gap: 1rem
}

.logo-columns {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center
}

.logo-track {
  display: flex;
  flex-direction: column;
  animation: 10s linear infinite scrollUp
}

.logo-track.reverse {
  animation: 10s linear infinite scrollDown
}

.logo-track img {
  margin: 1rem 0;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 200px;
  height: 200px;
  object-fit: contain
}

@keyframes scrollUp {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-50%)
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%)
  }

  100% {
    transform: translateY(0)
  }
}

img.partner-icon {
  max-width: 50%
}

img.partner-2-icon {
  max-width: 35%
}

.overlay-card.purple p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-bottom: 0;
  row-gap: 10px
}

.partner-1-p {
  font-size: 40px
}

p.big-text {
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .features-list-box ul li {
    font-size: 14px;
    column-gap: 10px
  }

  .big-text,
  .feature-caption,
  .section-header .subheading {
    font-size: 20px
  }

  .partners-content {
    flex-direction: column;
    align-items: center
  }

  .partner-image-card,
  .partner-logos-slider {
    width: 100%
  }

  img.partner-2-icon {
    width: 40px;
    height: 40px;
  }

  .overlay-card p,
  .overlay-card.purple p,
  .partner-btn-text {
    font-size: 12px
  }

  .overlay-card.dark,
  .overlay-card.purple {
    width: 40%
  }

  p.partner-1-p {
    font-size: 18px !important
  }

  .partner-btn {
    padding: 0
  }

  p.big-text {
    font-size: 18px
  }

  .logo-columns {
    flex-direction: row;
    gap: 1rem
  }

  .logo-track img {
    width: 160px;
    height: 160px;
    padding: 0
  }

  .partners-section {
    padding: 2rem 1rem
  }

  .heading {
    font-size: 30px;
    margin-bottom: 1rem
  }
}

.app-carousel {
  background: #f3edfa;
  padding: 3rem 1rem
}

.carousel-wrapper::before {
  position: absolute;
  content: "";
  background: url(img/explore-bg.webp) 0 0/100% no-repeat;
  height: 300px;
  width: 300px;
  bottom: -25%;
  left: 0;
  z-index: 999999
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.carousel-text {
  min-width: 280px;
  max-width: 1320px
}

.carousel-text h2 {
  margin-bottom: 3rem
}

.screen-title {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #1e1e24
}

.screen-description {
  color: #1e1e24;
  margin-top: .5rem;
  /* max-width: 400px */
}

.nav-btn,
.submit-btn {
  color: #fff;
  cursor: pointer
}

.carousel-phone {
  position: relative;
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center
}

.carousel-phone img {
  max-height: 500px;
  width: auto;
  border-radius: 20px;
  z-index: 1
}

.nav-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  /* background: #7a61fd; */
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 2;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, .1) */
}

.wave-2-top,
.wave-3-top,
.wave-4-top,
.wave-5-top,
.wave-6-top,
.wave-top {
  height: 120px;
  position: relative;
  overflow: hidden
}

.nav-btn.left {
  left: -25px
}

.nav-btn.right {
  right: -25px
}

.carousel-text,
.image-wrapper {
  transition: opacity .5s, transform .5s
}

.fade-out {
  opacity: 0;
  transform: translateY(10px)
}

.fade-in {
  opacity: 1;
  transform: translateY(0)
}

.become-partner-section {
  background: #f9f9f9;
  padding: 60px 0;
  position: relative;
  overflow: hidden
}

.become-partner-section::after {
  position: absolute;
  content: "";
  background: url(img/form-bg-01.webp) 0 0/100% no-repeat;
  height: 100%;
  width: 14%;
  bottom: 0;
  left: -4%
}

.become-partner-section::before {
  position: absolute;
  content: "";
  background: url(img/form-bg-02.webp) 0 0/100% no-repeat;
  height: 100%;
  width: 14%;
  bottom: -13%;
  right: -5%
}

.wave-2-top::after,
.wave-3-top::after,
.wave-4-top::after,
.wave-5-top::after,
.wave-top::after {
  content: '';
  clip-path: path("M0,37 C459,218 679,-53 1838,88 L1833,123 L-3,226 Z")
}

.become-partner-section .container {
  max-width: 960px;
  margin: 0 auto
}

.become-partner-section .title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.form-row {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column
}

.form-group.full {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: unset
}

.wave-2-top::after,
.wave-3-top::after,
.wave-4-top::after,
.wave-5-top::after,
.wave-6-top::after,
.wave-top::after {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0
}

label {
  margin-bottom: 8px
}

input,
select,
textarea {
  border: none;
  border-radius: 8px;
  background: #eee;
  color: #757575;
  padding: 14px 16px;
  font-size: 14px;
  outline: 0
}

textarea {
  resize: vertical
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: #7a61fd;
  border: none;
  font-weight: 700;
  border-radius: 8px;
  transition: background .3s
}

.submit-btn:hover {
  background: #684fd9
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #eee;
  padding: 1.2rem 2.5rem 1.2rem 1.5rem;
  border-radius: 12px;
  border: none;
  width: 100%;
  font-size: 14px;
  background-image: url(img/arrow.webp);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem
}

.wave-top {
  width: 100%;
  background: #7a61fd
}

.wave-2-top,
.wave-top::after {
  background: #f8f5ff;
  width: 100%
}

.wave-2-top::after,
.wave-3-top {
  width: 100%;
  background: #eceaf9
}

.wave-3-top::after,
.wave-4-top,
.wave-5-top::after,
.wave-6-top {
  width: 100%;
  background: #f9f9f9
}

.wave-4-top::after,
.wave-5-top {
  width: 100%;
  background: #f3eefa
}

.wave-5-top::before {
  position: absolute;
  content: "";
  background: url(img/explore-bg.webp)
}

.wave-6-top::after {
  content: '';
  width: 100%;
  background: #1e1e23;
  clip-path: path("M0,60 C480,0 960,0 1800,60 L1790,200 L0,200 Z")
}

@media (min-width:1800px) {

  .wave-1-top::after,
  .wave-2-top::after,
  .wave-3-top::after,
  .wave-4-top::after,
  .wave-5-top::after,
  .wave-top::after {
    clip-path: path("M0,37 C459,218 679,-53 2908,148 L2622,124 L-3,226 Z")
  }
}

@media (max-width:470px) {

  .wave-1-top::after,
  .wave-2-top::after,
  .wave-3-top::after,
  .wave-4-top::after,
  .wave-5-top::after,
  .wave-top::after {
    height: 118%;
    clip-path: path("M0,29 C479,221 620,-405 2909,155 L2622,129 L-3,226 Z")
  }
}

.text-right {
  text-align: right !important
}

.footer-right,
.footer-top {
  text-align: center
}

.form-group label {
  font-size: 16px;
  color: #1e1e24
}

.site-footer {
  background: #1e1e23;
  color: #fff
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: auto;
  align-content: center
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: .95rem;
  margin-bottom: .7rem
}

.footer-left a {
  color: #fff;
  text-decoration: none
}

.footer-left i,
.social-icons a:hover {
  color: #a47cf3
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem
}

.footer-logo {
  max-height: 50px
}

.dashboard-btn {
  background: #7a61fd;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: .8rem 2.5rem;
  border-radius: 10px;
  display: inline-block
}

.footer-connect {
  font-size: 16px;
  margin-bottom: .8rem;
  color: #ccc
}

.social-icons {
  display: flex;
  gap: 1.2rem;
  justify-content: center
}

.social-icons a {
  color: #fff;
  transition: .3s
}

.social-icons img {
  width: 30px
}

.footer-bottom,
.site-footer.upz-dark-footer,
.wave-6-top.upz-dark-bg::after {
  background: #000
}

.footer-bottom-wrap {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  margin: auto
}

.footer-bottom p {
  margin: 0
}

.footer-links {
  display: flex;
  gap: 1.5rem
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: .85rem
}

.footer-left img {
  max-width: 24px
}

@media (max-width:768px) {

  .section-subtitle,
  .step-title {
    font-size: 20px
  }

  .section-title {
    font-size: 30px
  }

  .carousel-wrapper {
    align-items: center;
    text-align: center
  }

  .nav-btn.left,
  .nav-btn.right {
    bottom: -60px;
    top: unset;
    transform: none
  }

  .nav-btn.left {
    left: calc(50% - 60px)
  }

  .nav-btn.right {
    right: calc(50% - 60px)
  }

  .carousel-text {
    margin-top: 35px
  }

  .carousel-wrapper::before {
    display: none
  }

  .app-carousel {
    padding: 1rem
  }

  .form-row {
    flex-direction: column
  }

  .footer-left,
  .form-group {
    width: 100%
  }

  .become-partner-section .title {
    font-size: 26px
  }

  .become-partner-section::before {
    bottom: 0
  }

  .become-partner-section {
    padding: 30px 20px
  }

  .become-partner-section::after,
  .become-partner-section::before {
    background-size: 0
  }

  .wave-1-top::after,
  .wave-2-top,
  .wave-3-top,
  .wave-4-top,
  .wave-5-top,
  .wave-top {
    height: 60px
  }

  .wave-6-top::after {
    clip-path: path("M0,50 C200,0 400,0 600,150 L600,200 L0,200 Z")
  }

  .wave-6-top {
    height: 80px
  }

  .footer-left ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    padding: 0 20px
  }

  .footer-top {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px
  }

  .footer-bottom-wrap {
    flex-direction: column;
    row-gap: 10px
  }
}

@media (max-width:400px) {
  .footer-left ul {
    flex-direction: column
  }
}

.become-partner-section.upz-dark-become-partner,
.how-it-works-section.upz-dark-how,
.wave-2-top.upz-dark-bg,
.wave-top.upz-dark-bg::after,
header.upz-dark-header {
  background: #1e1e24
}

.upz-dark-become-partner .form-group label,
.upz-dark-become-partner .heading,
.upz-dark-become-partner .section-subtitle,
.upz-dark-carousel .heading,
.upz-dark-carousel .screen-description,
.upz-dark-carousel .screen-title,
.upz-dark-carousel .section-subtitle,
.upz-dark-features .heading,
.upz-dark-features .section-subtitle,
.upz-dark-how .heading,
.upz-dark-how .section-subtitle,
.upz-dark-how .step-title,
.upz-dark-partners .heading,
.upz-dark-partners .section-header .subheading,
.upz-dark-partners .section-subtitle,
header.upz-dark-header .language-wrap i,
header.upz-dark-header .language-wrap span,
header.upz-dark-header .nav-link {
  color: #fff
}

.app-carousel.upz-dark-carousel,
.features-section.upz-dark-features,
.upz-dark-how .step-card,
.wave-4-top.upz-dark-bg::after,
.wave-5-top.upz-dark-bg {
  background: #23212b
}

.wave-2-top.upz-dark-bg::after,
.wave-3-top.upz-dark-bg {
  background: #24212b
}

.upz-dark-features .features-list-box {
  background: #2c2a33
}

.upz-dark-features .features-list-box ul li {
  border-bottom: 1px solid #24212b;
  color: #fff
}

.upz-dark-features .hero-highlight-01-svg::before {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1086 260' xmlns='http://www.w3.org/2000/svg'><path d='M46 130C298.5 90 621 75 808 85C941.5 95 975 100 975 100L964 200C964 200 773 160 546 170C319 180 130 225 130 225L120 180L58 190L46 130Z' fill='%23BD82FF'/></svg>") center/contain no-repeat
}

.partners-section.upz-dark-partners,
.wave-3-top.upz-dark-bg::after,
.wave-4-top.upz-dark-bg {
  background: #1e1e1e
}

.upz-dark-partners .logo-track img {
  margin: 1rem 0;
  background: #2e2e2e
}

.wave-5-top.upz-dark-bg::after,
.wave-6-top.upz-dark-bg {
  background: #1e1e25
}

.upz-dark-become-partner input,
.upz-dark-become-partner select,
.upz-dark-become-partner textarea {
  background: #222228;
  color: #757575
}

.upz-dark-footer .footer-bottom {
  background: #1a1a1a
}

.upz-dark-header .mobile-menu {
  background: #1e1e24;
}

.upz-dark-header .mobile-menu h5, .upz-dark-header .mobile-menu button {
  color: #ffffff;
}

.upz-dark-header .mobile-menu hr {
  border-top: #fff solid 1px;
}


.upz-dark-header .mobile-menu .btn-close {
  --bs-btn-close-color: #ffffff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")!important;
}
/* Code Author : Afrah Maliyekkal */

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #7a61fd;
}

input:checked + .slider::before {
  transform: translateX(24px);
}
.dropdown .theme-toggle {
  margin-left: 12px; /* Adjust as needed */
}

/* span.slider.round.checked {
    background-color: #7a61fd;
} */

.animate-on-scroll {
  opacity: 0;
  visibility: hidden;
}
section.become-partner-section.upz-dark-become-partner {
    background: #1e1e25;
}

.caro-arrow{
  margin-bottom: 2px;
}

button.nav-btn.left {
    background: url(img/arrow-left-bg.svg);
    background-repeat: no-repeat;
        background-size: 100%;
}

button.nav-btn.right {
    background: url(img/arrow-right-bg.svg);
    background-repeat: no-repeat;
        background-size: 100%;
}
/* 
@media (max-width:500px) {
.nav-btn {
    width: 40px;
    height: 40px;
}
} */


/* Arabic css */

.ar-upz .hero-subtext {
    text-align: right;
}

.ar-upz .hero-heading {
    text-align: right;
}

.ar-upz .overlay-card.purple p {
    margin-right: 20px;
    margin-left:0 ;
}

.ar-upz img.partner-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ar-upz .overlay-card.dark {
    right: unset;
    left: 1rem;
}

.ar-upz .partner-btn {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.ar-upz .partner-btn-text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ar-upz select {
    padding: 1.2rem 1.5rem 1.2rem 2.5rem;
    background-position: left 1rem center;
}

.ar-upz input, .ar-upz select, .ar-upz textarea {
    direction: rtl;
}

.ar-upz .features-list-box::after {
    right: -10%;
}