@import url("../fonts/webexflaticon/flaticon.css");

.founder-section-main,
.counter-area {
  background-color: #B33D3B;
  position: relative;
}
.counter-area {
  padding-top: 60px;
}

.founder-section-main .founder-section {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.founder-section-main .founder-image-box {
  position: relative;
  flex: 1;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founder-section-main .founder-image-box img {
    width: 100%;
    border-radius: 0;
    z-index: 2;
    position: relative;
    border-bottom: 2px ridge #bb000094;
}

.founder-section-main .shine-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80%;
  height: 90%;
  background: rgba(255, 255, 255, 0.1);
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  animation: shine 2s infinite linear;
}

.founder-section-main .tp-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.699);
  z-index: 3;
  pointer-events: none;
  animation: overlay-slide 2.5s ease-in-out;
}

.founder-section-main .expert-tag {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
}

.founder-section-main .founder-content {
  flex: 1;
  padding-left: 40px;
  max-width: 600px;
}

.founder-section-main .counter-box {
  background: #fff;
  padding: 10px 20px 0;
  border-radius: 12px;
  display: inline-block;
  color: var(--rv-primary);
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 300px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.founder-section-main .counter-box p {
  font-size: 16px;
}

.founder-section-main .odometer {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}

.founder-section-main .founder-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.founder-section-main .social-icons {
  margin-top: 20px;
}

.founder-section-main .social-icons i {
  margin-right: 15px;
  color: #fff;
  font-size: 18px;
}

.founder-section-main .founder-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.founder-section-main .founder-shapes img {
  position: relative;
  bottom: -140px;
  z-index: -1;
  animation: zoomInOutEffect 5s ease-in-out infinite;
}
.founder-section-main .founder-shapes img:nth-child(1) {
  /* Your styles here */
  opacity: 0.5;
  transform: scale(1.1);
}
.founder-section-main .founder-shapes img:nth-child(2) {
  right: -110px;
  position: absolute;
}

@media (max-width: 768px) {
  .founder-section-main .founder-section {
    flex-direction: column;
    text-align: center;
  }
  .founder-section-main .founder-content {
    padding-left: 0;
  }
  .founder-section-main .expert-tag {
    display: none;
  }
}

@keyframes overlay-slide {
  0%,
  100% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
}
@keyframes zoomInOutEffect {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.9;
  }
}
@keyframes heartbeat {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.counter-item h2 {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
}

.counter-item .suffix {
  font-size: 24px;
  color: #fff;
}

.counter-item p {
  font-size: 16px;
  color: #ddd;
}
.odometer.odometer-auto-theme .odometer-digit {
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s ease;
}

.owl-button-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  background: transparent;
  color: #000;
  cursor: pointer;
  margin: 0 10px;
  font-size: 20px;
  user-select: none;
  transition: background-color 0.3s, color 0.3s;
}
.owl-button-custom:hover {
  background-color: #000;
  color: #fff;
}

.retirement-section .row {
    display: grid;
    grid-template-columns: 1fr 330px 1fr;
    gap: 20px;
    align-items: stretch;
    margin: auto;
    padding: 0;
}

.retirement-section .retire-left, .retirement-section .retire-right {
    background: var(--rv-primary);
    padding: 50px 275px 135px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    align-items: self-start;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 33% 0%;
    background-color: #ff9494;
}

/* Custom Border Radius */
.retirement-section .retire-left {
  border-radius: 0 0 140px 0;
}

.retirement-section .retire-right {
  border-radius: 0 0 0 140px;
}

/* Buttons & Text */
.retirement-section h4 {
    margin-bottom: 15px;
    color: var(--rv-primary);
    font-weight: 600;
}

.retirement-section p {
    margin-bottom: 20px;
    color: var(--rv-white);
}


/* Image Container */
.retirement-section .img-container {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: auto;
}

.retirement-section .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Center Column Buttons */
.retirement-section .retire-btn-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Individual Buttons */
.retirement-section .retire-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background-color: #ffeae8;
    border-radius: 8px;
    text-decoration: none;
    color: var(--rv-primary);
    font-weight: 600;
    transition: all 0.3s ease;
    flex-direction: column;
}


.retirement-section .retire-btn:hover {
  background-color: var(--rv-primary);
  color: #fff;
}

.retirement-section .retire-btn .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Responsive Breakpoint */
@media screen and (max-width: 991px) {
  .retirement-section .row {
    grid-template-columns: 1fr;
  }

  .retirement-section .retire-btn-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }

  .retirement-section .retire-btn {
    flex: 1 1 45%;
    justify-content: center;
  }
}

.team-featured {
    text-align: center;
    background: #fff;
    border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.team-featured-img {
  width: auto;
  height: 520px;
  border-radius: 16px;
}
.team-featured-img img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 100%;
}

.team-featured-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.team-featured-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    display: flex;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card-img {
    width: auto;
    height: 340px;
}
.team-card-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.team-card-body h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.team-card-body small {
  font-size: 14px;
  color: #777;
}





.testimonial-section {
    position: relative;
}

.testimonial-section h2 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #ff6a00;
}

.testimonial-section p.subtitle {
  color: #333;
  margin-bottom: 40px;
  font-size: 16px;
}

.testimonial-carousel .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  min-height: 280px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-card p {
    font-size: 14px;
    color: #444;
    min-height: 60px;
    margin: 0;
}

.testimonial-card a {
  color: #ff6a00;
  font-size: 13px;
  text-decoration: none;
}

.testimonial-card h5 {
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.testimonial-card span {
  font-size: 13px;
  color: #777;
}

.owl-nav {
  text-align: center;
  margin-top: 30px;
}

.owl-nav button {
  background: #ffffff ;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000000 ;
  margin: 0 5px;
  font-size: 20px;
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.top-testi-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 20px;
    margin-bottom: 15px;
}

.top-testi-section .img-container,
.top-testi-section .quotes {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-testi-section .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.top-testi-section .quotes {
  /* background-color: #f4f4f4;
  border: 2px solid #f57c00; */
}

.top-testi-section .quote-icon-start {
  font-size: 24px;
  color: #f57c00;
}

.testi-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.testimonial__gradient-bg-2 {
    top: 0;
    width: 50%;
    height: 400px;
    background-image: linear-gradient(100.21deg,rgba(255,63,3,.1) -2.54%,rgba(123,214,80,.1) 50.09%,rgba(129,108,236,.1) 101.82%);
    position: relative;
}

.founder-count .odometer, .founder-count  .counter-item .suffix {
    color: var(--rv-primary);
}
.founder-section-main .social-icons {
    margin-top: 20px;
    position: relative;
    z-index: 99;
}

.founder-section-main .founder-content h2.title {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

.teti-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-carousel {
    position: absolute;
    top: 205px;
}


.blog-section-custom .btn-primary {
    padding: 10px 16px 10px;
}


.retire-content {
    /* background: #00000033; */
    padding: 15px;
    border-radius: 15px;
}


.copyright, .copyright p , .copyright a, .credits  {
    color: #fff;
}

.credits a {
    color: #000000;
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}


.rv-inner-banner {
    position: relative;
    background: var(--rv-bg-primary);
    color: var(--rv-white);
    padding: 100px 0;
    overflow: hidden;
    font-family: var(--rv-font);
}

.rv-inner-banner-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--rv-color1), var(--rv-color3));
    opacity: 0.05;
    z-index: 1;
}

.rv-inner-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.rv-inner-banner-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--rv-white);
    animation: fadeInDown 1s ease-in-out;
}

.rv-breadcrumb {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
}

.rv-breadcrumb li {
    color: var(--rv-white);
}

.rv-breadcrumb a {
    color: var(--rv-colorc);
    text-decoration: none;
    font-weight: 600;
}

.rv-inner-banner-shapes .shape {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}

.blob-1 {
    width: 120px;
    height: 120px;
    background: var(--rv-color2);
    border-radius: 50%;
    top: 10%;
    left: 5%;
    animation: float 6s ease-in-out infinite;
}

.blob-2 {
    width: 80px;
    height: 80px;
    background: var(--rv-color3);
    border-radius: 50%;
    bottom: 10%;
    right: 10%;
    animation: float 5s ease-in-out infinite;
}

.polygon-1 {
    width: 60px;
    height: 60px;
    background: var(--rv-colorb);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    top: 30%;
    right: 15%;
    animation: spin 8s linear infinite;
}

.circle {
    width: 50px;
    height: 50px;
    border: 2px dashed var(--rv-white);
    border-radius: 50%;
    bottom: 20%;
    left: 15%;
    animation: rotate 10s linear infinite;
}

/* Animations */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.footer-social li {
    border: 2px solid #a38181;
    border-radius: 50%;
    padding: 4px 11px;
    font-size: 14px;
    margin-bottom: 0;
}


.blog_section .post-detail {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: var(--rv-bdr-radius);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    color: var(--rv-black);
}

.blog_section .main_heading h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--rv-primary);
}

.blog_section .time a,
.blog_section .category a {
    margin-right: 10px;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    color: var(--rv-white);
}

.blog_section .time .bg-primary {
    background-color: var(--rv-color2) !important;
}

.blog_section .category .bg-secondary {
    background-color: var(--rv-secondary) !important;
}

.blog_section .view_img {
    border-radius: var(--rv-bdr-radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

.blog_section .info p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--rv-gray);
}

.social-media-share {
    background-color: #ebebeb;
    border-radius: var(--rv-bdr-radius);
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    color: var(--rv-black);
}

.social-media-share h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--rv-color2);
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-list li a,
.social-list li span {
    font-size: 18px;
    color: var(--rv-primary);
    background-color: var(--rv-white);
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.social-list li a:hover,
.social-list li span:hover {
    background-color: var(--rv-color3);
    color: var(--rv-white);
}

/* Sidebar: Related Posts */
.related-section-content {
    background-color: #f7f7f7;
    border-radius: var(--rv-bdr-radius);
    padding: 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-top: 15px;
    color: var(--rv-black);
}

.related-section-content .main_heading h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--rv-secondary);
}

.latest-blog-loop .item {
    margin-bottom: 20px;
    border-radius: var(--rv-bdr-radius);
    overflow: hidden;
    background: var(--rv-white);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.latest-blog-loop .item:hover {
    transform: translateY(-5px);
}

.latest-blog-loop .blog {
    display: flex;
    gap: 15px;
    padding: 15px;
}

.latest-blog-loop .images {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: var(--rv-bdr-radius);
}

.latest-blog-loop .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-blog-loop .client-info ul {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--rv-gray);
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}

.latest-blog-loop .client-info h4 {
    font-size: 16px;
    color: var(--rv-black);
    margin: 0;
    font-weight: 600;
}



/* Blog Card Column Wrapper */
.blog-row .col-lg-4 {
    display: flex;
}

/* Single Blog Card */
.single_blog {
    background-color: var(--rv-white);
    border-radius: var(--rv-bdr-radius);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.single_blog:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Blog Image */
.single_blog_thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: var(--rv-bdr-radius);
    border-top-right-radius: var(--rv-bdr-radius);
}

/* Content Area */
.single_blog_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Meta Info */
.temp_theme_blog_meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--rv-color2);
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.meta-date {
    color: var(--rv-gray);
    font-style: italic;
}

/* Title */
.blog_page_title h3 {
    font-size: 18px;
    color: var(--rv-bg-primary);
    margin: 0 0 15px;
    font-weight: 700;
}

/* Button */
.blog_page_button span {
    display: inline-flex;
    align-items: center;
    color: var(--rv-secondary);
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.blog_page_button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.blog_page_button span:hover {
    color: var(--rv-color3);
}

.blog_page_button span:hover i {
    transform: translateX(5px);
}

/* Responsive Spacing */
@media (max-width: 767px) {
    .single_blog_thumb img {
        height: 180px;
    }
}

.retirement-section .retire-btn-container .icon i {
    font-size: 35px;
    font-weight: 700;
}

.img-for-vid {
    width: auto;
    box-shadow: 0 0 12px -2px;
    border-radius: 10px;
}

.img-for-vid img {
    width: auto;
    height: 100%;
    object-fit: cover;
}




.service-single {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 11px -6px;
    border-radius: 15px;
}
.service-single-image {
  position: relative;
  transition: 0.4s;
}
.service-single-image-thumb img {
  width: 100%;
  border-radius: 15px;
}
.service-single:hover .service-single-image {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-single-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 15px;
  background: var(--rv-primary);
  background: linear-gradient(
    -45deg,
    var(--rv-primary) 20%,
    var(--rv-primary) 50%,
    var(--rv-secondary) 100%
  );
  opacity: 0.6;
}
.service-single-image-thumb img {
  width: 100%;
}
.service-single-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.service-single-image-content .icon {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.service-single-image-content .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.service-single-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 6;
  box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
}
.service-single:hover .service-single-white {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.service-single-white-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 35px;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.service-single-white .icon {
  background-color: var(--rv-primary);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.service-single-white .icon.gradient-1 img {
    filter: brightness(0) invert(1);
}
.service-single-white .title {
  color: #343c55;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.service-single-white p {
    margin-top: 20px;
    color: #000;
}

.our-guarantee .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.custom-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 25px;
  height: 100%;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.custom-card-body {
  padding: 10px 5px;
}

.custom-card-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--rv-primary, #0c4f91);
  margin-bottom: 15px;
}

.values-card .values-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.values-card .values-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.values-card .values-list li::before {
  content: "✔";
  color: var(--rv-primary, #0c4f91);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}
