/*
Theme Name: Rank monitor
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Maatwerk website voor Rank monitor
Version: 1.0
*/

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}

strong {
  font-weight: 500;
}
body {
  line-height: 1;
}

ul,
ol {
  list-style: none;
}
.single-blog-content ol,
.single-blog-content ul {
  padding-left: 17px;
  line-height: 24px;
  list-style: disc;
}

.single-blog-content ul li::marker,
.single-blog-content ol li::marker {
  color: #0866ff;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}

/* Theme CSS */

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

/******************************  Swiftweb CSS *****************************************/


body {
  font-family: "Alexandria", sans-serif;
  color: rgba(17, 17, 17, 1);
}

h1 {
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 500;
  margin-bottom: 20px;
	color: #0B4650
}

h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  margin-bottom: 10px;
}

h4 {
  font-size: clamp(16px, 2.5vw, 24px);
}

h5 {
  font-size: clamp(14px, 2vw, 20px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 16px);
}

p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

a {
  font-size: clamp(14px, 1.5vw, 16px);
}

p:empty {
  margin: 0;
}

button {
  cursor: pointer;
  border: none;
}

.rm-cta-banner button {
  margin-bottom: 20px;
}

.rm-front-page-right-inner-single-element {
  display: block;
  color: rgba(17, 17, 17, 1);
  border: 2px solid transparent;
}

.rm-front-page-right-inner-single-element:hover {
  color: rgba(17, 17, 17, 1);
  text-decoration: none;
  border: 2px solid rgba(56, 129, 255, 1);
  transform: translateY(-5px);
}

.rm-btn-primary {
  color: white;
  background-color: #0B4650;
  border-radius: 2px;
  padding: 24px 40px;
  border: 2px solid transparent;
  min-width: 204px;
  max-width: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}

.rm-btn-primary:hover {
  text-decoration: none;
  background-color: #758AA9;
  color: white;
}

.rm-btn-secondairy {
  color: rgba(11, 70, 80, 1);
  background-color: transparent;
  border: 2px solid rgba(17, 17, 17, 1);
  border-radius: 2px;
  padding: 24px 40px;
  min-width: 204px;
  max-width: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
  white-space: nowrap;
}

.rm-btn-secondairy:hover {
  color: white;
  background-color: rgba(17, 17, 17, 1);
  text-decoration: none;
}

.rm-btn-white {
  color: rgba(17, 17, 17, 1);
  background-color: white;
  border-radius: 2px;
  padding: 24px 40px;
  min-width: 204px;
  max-width: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}

.rm-btn-white:hover {
  color: white;
  background-color: rgba(17, 17, 17, 1);
  text-decoration: none;
}

.rm-button-underline {
  color: rgba(17, 17, 17, 1);
  padding-bottom: 10px;
  border-bottom: 2px solid #0B4650;
  width: fit-content;
  display: block;
  margin-top: 20px;
}

.rm-button-underline:hover {
  text-decoration: none;
  color: rgba(17, 17, 17, 1);
}

.rm-front-page-header-container {
  background: radial-gradient(
    50% 112.65% at 50% 50%,
    rgba(11, 70, 80, 0.16) 0%,
    rgba(11, 70, 80, 0.05) 100%
  );
  padding: 160px 0 50px 0;
}

.rm-faq-element-single-click p {
  margin-bottom: 0;
  margin-top: 20px;
}

.rm-customer-rating-text p {
  font-weight: 500;
  font-size: 14px;
}

.rm-customer-ratings {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rm-customer-rating-stars {
  display: flex;
}

.rm-customer-rating-stars img {
  height: 22px;
  width: 22px;
}

.rm-front-page-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* margin-top: 50px; */
}

.rm-front-page-btn-group {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rm-front-page-right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  row-gap: 10px;
}

.rm-front-page-right-inner > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rm-front-page-right-inner > div:last-child {
  margin-top: 100px;
}

.rm-front-page-right-inner-single-element {
  background-color: white;
  padding: 24px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 4px;
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
  transition: all 0.3s;
}

.header-single-element-icon-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-single-element-icon-container img:first-child {
  height: 33px;
  width: 33px;
}

.header-single-element-text-container {
  display: flex;
  flex-direction: column;
}

.rm-img-text-element-img-container {
  position: relative;
}

.header-single-element-text-container a {
  margin-top: 15px;
}

.rm-img-text-element-img-container img:first-child {
  width: 800px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 4.03px solid rgba(255, 255, 255, 1);
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
  border-radius: 16px;
}

.rm-img-text-element-playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.rm-faq-element-single {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 58, 158, 0.16);
  padding: 32px 40px;
  cursor: pointer;
  background-color: white;
  position: relative;
}

.rm-faq-element-single-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.rm-faq-anwers-outer {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1150px;
  left: 50%;
  transform: translateY(-50%);
}

.rm-faq-element-single:first-child {
  border-top: 1px solid rgba(0, 58, 158, 0.16);
}

.rm-faq-element-single img {
  width: 15px;
  height: 15px;
}

.rm-faq-element-head {
  margin-bottom: 50px;
}

.rm-faq-element-head p {
  margin-top: 20px;
}

.rm-faq-anwers img {
  background-color: rgba(117, 138, 169, .1);
  object-fit: cover;
  height: 1150px;
  max-width: 100%;
  width: 100%;
}

.rm-faq-answers-single img {
  width: 500px;
  height: 100%;
  object-fit: cover;
}

.rm-faq-answers-single p {
  width: 500px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rm-faq-element-outer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rm-faq-element-single-click {
  display: none;
}

.rm-faq-answers-single {
  scroll-snap-align: center;
  transition: opacity 0.6s ease-in-out 0s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rm-faq-answers-single.active {
  opacity: 1;
  visibility: visible;
}

.rm-faq-anwers {
  position: relative;
}

.rm-faq-element-single.active {
  background-color: rgba(117, 138, 169, .1);
  border-top: none;
  border-bottom: none;
}

.rm-faq-element-single.active .rm-faq-element-single-border-bottom {
  display: block;
  animation: fillWidth 7s linear forwards;
}

@keyframes fillWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.rm-faq-element-single-border-bottom {
  height: 4px;
  width: 5%;
  background: linear-gradient(90deg, #ffffff 0%, #E6FF2b 100%);
  display: none;
}

.rm-faq-element-single-border-bottom-outer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rm-faq-element-single.active img {
  display: none;
}

.rm-customer-rating-text p {
  margin-bottom: 0;
}

.button-and-rating-element {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.button-and-rating-element a {
  margin-top: 0;
}

.rm-benefits-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  gap: 8px;
}

.rm-benefits-box .rm-front-page-right-inner-single-element {
  border: 2px solid rgba(11, 70, 80, .16);
}

.rm-benefits-box .rm-front-page-right-inner-single-element:hover {
  border: 2px solid rgba(230, 255, 43, 1);
}

.rm-benefits-box .header-single-element-text-container {
  height: 100%;
  justify-content: space-between;
}

.rm-benefits-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 0;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.rm-benefits-header p,
.rm-benefits-header h2 {
  margin-bottom: 0;
}

.rm-cta-banner-element {
  background-color: #0B4650;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 60px 20px;
}

.rm-cta-banner-element h2 {
  margin-bottom: 0;
  text-align: center;
}

.rm-cta-banner-element a {
  margin-bottom: 20px;
}

.rm-cta-banner-element p {
  text-align: center;
}

.rm-benefits-box .rm-cta-banner-element {
  grid-column: span 2;
  border-radius: 4px;
}

.rm-growth-container-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rm-growth-container {
  position: relative;
}

.rm-growth-container-inner div:first-child {
  width: 50%;
}

.rm-growth-container-inner h2 {
  margin-bottom: 10px;
}

.rm-growth-container img {
  max-width: 100%;
  height: 343px;
}

.growth-background-div {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: 70px;
  height: 454px;
  width: 100%;
  max-width: 100%;
}

.rm-review-slider-element {
  background-color: rgba(17, 17, 17, 0.05);
  padding: 100px 0 150px 0;
}

.rm-single-slide p {
  text-align: center;
}

.rm-single-slide p:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 38.4px;
}

.review-name-rm {
  font-weight: 500;
  color: rgba(17, 17, 17, 0.7);
  line-height: 22.4px;
  margin-bottom: 0;
}

.rm-single-slide p:last-child {
  font-weight: 300;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 19.2px;
  margin-bottom: 0;
}

.rm-single-slide img {
  border-radius: 50%;
  object-fit: cover;
  width: 64px;
  height: 64px;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
}

body .slick-prev:before,
body .slick-next:before {
  display: none;
}

body .slick-prev {
  background-image: url(img/arrow-prev.svg);
  width: 40px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  top: 110%;
  z-index: 2;
  margin-left: -70px;
}

body .slick-prev:hover,
body .slick-prev:focus {
  background-image: url(img/Arrow-to-left-hover.svg);
  width: 40px;
  height: 32px;
}

body .slick-next {
  background-image: url(img/arrow-next.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  top: 110%;
  z-index: 2;
  margin-left: 70px;
}

body .slick-next:hover,
body .slick-next:focus {
  background-image: url(img/arrow-next-hover.svg);
  width: 40px;
  height: 32px;
}

.outer-slider-container {
  position: relative;
}

.review-slider-counter {
  position: absolute;
  margin-top: 5px;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

.rm-pricing-buttons {
  display: flex;
  position: relative;
}

.rm-pricing-buttons button {
  cursor: pointer;
}

.rm-billed-monthly.active {
  margin-right: -2px;
  z-index: 2;
}

.rm-billed-yearly.active {
  margin-left: -2px;
  z-index: 2;
}

.rm-pricing-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .rm-billed-monthly,
body .rm-billed-yearly {
  outline: none;
  transition: background-color 0.5s;
  position: relative;
}

.rm-pricing-element {
  padding: 100px 0;
}

.rm-pricing-head p span {
  color: #C6E000;
  font-weight: 600;
}

.rm-pricing-head p {
  margin-top: 20px;
  font-size: 18px;
}

.rm-pricing-buttons:after {
  content: "";
  background-image: url(img/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 60px;
  width: 70px;
  display: inline-block;
  position: absolute;
  top: 75%;
  rotate: -34deg;
  right: -16%;
}

.pricing-category-perk-single img {
  width: 16px;
  height: 16px;
}

.pricing-category-perk-single {
  display: flex;
  gap: 3px;
}

.pricing-category-perk-single a {
  font-weight: 300;
}

.pricing-category-perk-single a:hover {
  color: rgba(56, 129, 255, 1);
}

.rm-features-scroll-element .rm-btn-primary {
  margin-top: 30px;
}

.rm-pricing-table-single-part p {
  margin-bottom: 0;
  line-height: 16px;
}

.rm-pricing-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-top: 75px;
  gap: 10px;
  row-gap: 40px;
}

.rm-pricing-table-single {
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.rm-pricing-table-single-part {
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
  padding-bottom: 20px;
  padding-top: 20px;
}

.rm-pricing-table-single-part p:first-child {
  font-weight: 500;
  margin-bottom: 10px;
}

.rm-pricing-table-single-button-container {
  display: flex;
  justify-content: center;
}

.rm-pricing-table-single-part:nth-child(1) {
  padding-bottom: 5px;
  padding-top: 0;
}

.rm-pricing-container
  .rm-pricing-table-single-part
  .rm-pricing-table-price-month {
  margin-bottom: 0;
}

.rm-pricing-table-single-part:nth-child(3) {
  padding-bottom: 20px;
  padding-top: 20px;
}

.rm-pricing-table-single-part:last-child {
  border-bottom: none;
  padding-top: 20px;
}

.pricing-category-perks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 3px;
}

.rm-pricing-table-single-part span {
  font-size: 24px;
  font-weight: 500;
}

.rm-pricing-table .pricing-single-part-price p {
  font-weight: 300;
}

.rm-pricing-table .rm-pricing-table-single:nth-child(2) {
  margin-top: -50px;
  margin-bottom: 50px;
  border: 2px solid #C6E000;
}

.rm-pricing-table-most-popular-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.rm-pricing-table-most-popular-head h3 {
  margin-bottom: 0;
}

.rm-pricing-table-most-popular-head p {
  font-weight: 500;
  font-size: 14px;
  background: rgba(82, 246, 255, 1);
  border-radius: 2px;
  padding: 8px;
  line-height: 14px;
  width: fit-content;
}

.rm-pricing-table-price-year,
.rm-pricing-table-price-month,
.rm-pricing-table-price-month-euro,
.rm-pricing-table-price-year-euro {
  display: none;
}

.rm-pricing-table-price-year.active,
.rm-pricing-table-price-month.active,
.rm-pricing-table-price-month-euro.active,
.rm-pricing-table-price-year-euro.active {
  display: block;
}

.rm-pricing-element .button-and-rating-element {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.rm-case-study-single img:nth-child(1) {
  height: 328px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
  transform-origin: top;

  background: linear-gradient(
    235.32deg,
    rgba(0, 0, 0, 0.6) 0.05%,
    rgba(0, 0, 0, 0) 35.92%
  );
}

.rm-case-study-single img:nth-child(2) {
  position: absolute;
  top: 15px;
  right: 15px;
}

.rm-case-study-single img:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 126.5px;
  transform: translateX(-50%);
  height: 75px;
  width: 300px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.rm-case-study-single:hover img:nth-child(1) {
  transform: scaleY(0.5);
  transform-origin: top;
}

.rm-case-study-single .rm-case-study-text-top,
.rm-case-study-single .rm-case-study-single-title,
.rm-case-study-single .rm-case-study-hover-text {
  transition: transform 0.3s ease;
}

.rm-case-study-single:hover .rm-case-study-text-top,
.rm-case-study-single:hover .rm-case-study-single-title,
.rm-case-study-single:hover .rm-case-study-hover-text {
  transform: translateY(-164px);
}

.rm-case-study-single:hover img:nth-child(3) {
  top: 44.5px;
}

.rm-case-studies-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(363px, 1fr));
  gap: 32px;
  row-gap: 40px;
}

.rm-case-study-single {
  color: #111111;
  height: 470px;
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
}

.rm-case-study-single:hover {
  color: inherit;
  text-decoration: none;
}

.rm-case-study-single:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(25, 33, 46, 0.2);
  transition: width 0.3s ease, transform 0.3s ease;
  z-index: 1;
}

.rm-case-study-single:hover:after {
  content: "";
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 25%;
  height: 1px;
  background-color: #C6E000;
  z-index: 2;
}

.rm-case-study-text-top {
  display: flex;
  justify-content: space-between;
  color: rgba(25, 33, 46, 0.65);
  font-size: 14px;
  margin-top: 10px;
}

.rm-case-study-text-top p {
  margin-bottom: 10px;
}

.rm-case-study-single > p {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rm-case-studies-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.rm-case-studies-head p {
  margin-bottom: 0;
}

.rm-case-studies-head > div:first-child {
  width: 620px;
}

.rm-company-single-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rm-company-single-slider-inner {
  height: 125px;
  width: 175px;
}

.rm-company-slider-head p {
  font-weight: 500;
  font-size: 20px;
}

.rm-company-slider-head {
  margin-bottom: 40px;
}

.rm-company-slider {
  text-align: center;
  background-color: rgba(11, 70, 80, .1);
  padding: 40px 40px 80px 40px;
}

.rm-company-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 50px;
}

.nav-logo {
  width: 185px;
  height: auto;
  max-width: 100%;
  /* min-width: 110px; */
}

header {
  padding: 24px 40px;
}

#menu_checkbox {
  display: none;
}

.animated-hamburger-menu {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.animated-hamburger-menu div {
  position: relative;
  top: 0;
  height: 5px;
  background-color: #000;
  margin-bottom: 5px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
    0.3s ease right;
  border-radius: 2px;
}

.animated-hamburger-menu div:first-child {
  transform-origin: 0;
}

.animated-hamburger-menu div:last-child {
  margin-bottom: 0;
  transform-origin: 25px;
}

.animated-hamburger-menu div:nth-child(2) {
  right: 0;
  width: 25px;
}

#menu_checkbox:checked + .animated-hamburger-menu div:first-child {
  top: -2.5px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + .animated-hamburger-menu div:last-child {
  top: 2.5px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + .animated-hamburger-menu div:nth-child(2) {
  width: 35px;
  top: 0;
  right: 5px;
  transform: rotateZ(-45deg);
}

.inner-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primary-menu-nav ul {
  display: flex;
  gap: 30px;
}

.primary-menu-nav .menu > li {
  padding: 25px 0;
}

.primary-menu-nav ul li a,
.top-bar-last-div a:first-child {
  color: #111111;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.top-bar-last-div a:first-child {
  border-bottom: 2px solid transparent;
}

.top-bar-last-div {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  color: #111111;
}

.top-bar-last-div a:hover {
  color: rgba(56, 129, 255, 1);
  border-bottom: 2px solid rgba(56, 129, 255, 1);
  text-decoration: none;
}

.top-bar-last-div a {
  color: #111111;
  border: 2px solid transparent;
}

.top-bar-last-div a:last-child {
  color: white;
  border: unset;
}

.changelog-container {
  padding-top: 100px;
}

.rm-faq-element-container {
  display: flex;
  gap: 50px;
}

.rm-faq-element {
  padding: 100px 0;
}

.rm-faq-element-single-2 {
  cursor: pointer;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
}

.rm-faq-element-single-2-head {
  display: flex;
  justify-content: space-between;
  padding: 24px 18px 24px 16px;
}

.rm-nested-faq .rm-faq-element-single-2-head p {
  font-weight: 500;
  width: 90%;
}

.rm-nested-faq-head-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 18px 24px 16px;
}

.rm-nested-faq-head-outer h3 {
  margin-bottom: 0;
}

.rm-faq-element-single-2 img {
  position: absolute;
}

.rm-faq-element-inner-toggle {
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
}

.rm-case-study-single-title {
  height: 72px;
}

.rm-faq-element-single-2 p {
  width: 90%;
  font-weight: 500;
  margin-bottom: 0;
}

.rm-faq-single-img-box {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.rm-faq-element-single-2-toggle-text {
  display: none;
  padding: 0 18px 24px 16px;
}

.rm-faq-element-single-2-toggle-text p {
  font-weight: 300;
  width: 100%;
}

.rm-faq-element-left a {
  margin-top: 30px;
}

.rm-footer-element {
  background-color: #072F36;
  color: white;
  padding: 70px 40px 30px 40px;
}

.rm-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 160px;
}

.rm-footer-bottom .rm-single-post-share-images a:hover .social-icon {
  transform: scale(1.2);
}

.rm-footer-top-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rm-footer-top-right .rm-btn-white {
  border: 2px solid transparent;
  padding: 22px 38px;
}

.rm-footer-top-right .rm-btn-white:hover {
  border: 2px solid white;
}

.rm-footer-top-right .rm-btn-secondairy {
  border: 2px solid white;
  color: white;
  padding: 22px 38px;
}

.rm-footer-top-right .rm-btn-secondairy:hover {
  background-color: white;
  color: #111111;
}

.rm-footer-top-right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rm-footer-copyright p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb a {
  font-size: 12px;
}

.rm-single-post-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.rm-footer-bottom-col-head p {
  margin-bottom: 0;
  font-weight: 600;
}

.rm-footer-copyright {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.rm-footer-bottom-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 24px;
  row-gap: 50px;
  margin-bottom: 75px;
}

.rm-footer-bottom-inner .rm-footer-bottom-col-items:not(:first-child) ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rm-footer-bottom-inner .rm-footer-bottom-col-items ul li a {
  color: white;
}

.rm-footer-copyright .wpml-ls-legacy-dropdown-click a,
.rm-footer-copyright .wpml-ls-legacy-dropdown-click {
  width: fit-content;
  border-radius: 20px;
}

.rm-footer-copyright
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a:focus {
  background-color: #C6E000;
}

.rm-footer-copyright .js-wpml-ls-sub-menu a {
  width: 100% !important;
  text-align: start;
}

.rm-footer-copyright .wpml-ls-sub-menu {
  top: auto !important;
  bottom: 120%;
  left: 0;
  right: auto;
  min-width: 100%;
}

.rm-footer-copyright
  .wpml-ls-statics-shortcode_actions
  a:hover
  .wpml-ls-native {
  color: white !important;
}

.rm-footer-copyright .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.rm-footer-copyright .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 25px;
}

.rm-footer-copyright .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
  padding: 0;
}

.rm-footer-element .rm-single-post-share-images {
  margin-bottom: 0;
}

.rm-footer-copyright
  .wpml-ls-legacy-dropdown-click
  a.wpml-ls-item-toggle:after {
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
}

.rm-footer-copyright .wpml-ls-statics-shortcode_actions a {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  width: fit-content;
}

.footer-payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-payment-icon-single img {
  width: 100%;
  height: 17px;
  object-fit: contain;
}

.rm-footer-copyright .wpml-ls-statics-shortcode_actions a:hover {
  background-color: #0b52cc !important;
  border: 1px solid #0b52cc !important;
  outline: 1px solid #0b52cc !important;
  text-decoration: none;
}

.rm-footer-copyright .wpml-ls-legacy-dropdown-click a:hover {
  color: white;
}

.rm-footer-copyright .wpml-ls-native,
.rm-footer-copyright .wpml-ls-legacy-dropdown-click a {
  color: black;
  display: flex;
  align-items: center;
}

.rm-footer-bottom-col-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-wrap: balance;
  height: 100%;
}

.rm-footer-bottom-col-items a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rm-footer-bottom-col-items p {
  margin-bottom: 0;
}

.rm-footer-bottom-col {
  display: flex;
  flex-direction: column;
}

.rm-footer-bottom-col-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.rm-blog-head-element-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  padding: 100px 0;
}

.rm-blog-head-right > div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.rm-blog-head-right p {
  margin-bottom: 0;
}

.rm-blog-head-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rm-blog-head-element {
  margin-bottom: 80px;
}

.rm-blog-head-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rm-blog-img-header {
  width: 100%;
  height: 316px;
  object-fit: cover;
  max-width: 100%;
  padding-left: 9%;
}

.rm-blog-numbers {
  display: flex;
  flex-direction: column;
  width: 190px;
  min-width: 190px;
  gap: 8px;
}

.rm-blog-numbers-single {
  border-radius: 2px;
  padding: 20px;
  background-color: white;
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
}

.rm-blog-numbers-single p:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.rm-blog-numbers-single p {
  margin-bottom: 0;
  font-size: 14px;
}

.rm-blog-posts-container,
.rm-cta-banner {
  padding: 100px 0;
}

.rm-blog-posts-filter-left {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rm-blog-posts-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rm-blog-posts-filter-left p {
  border-radius: 4px;
  border: 1px solid rgba(17, 17, 17, 0.4);
  opacity: 40px;
  padding: 10px 16px;
  font-weight: 400;
  color: rgba(17, 17, 17, 1);
  opacity: 40%;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0;
}

.rm-blog-posts-filter-left p:hover {
  background: rgba(17, 17, 17, 0.1);
  border: 1px solid rgba(17, 17, 17, 1);
  text-decoration: none;
}

.rm-blog-posts-filter-left p.active {
  border: 1px solid rgba(56, 129, 255, 1);
  background-color: rgba(56, 129, 255, 0.1);
  color: rgba(56, 129, 255, 1);
  opacity: 100%;
}

.rm-blog-posts-filter-right select {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid rgba(25, 33, 46, 0.65);
}

.rm-blog-posts-filter-right option:checked p {
  background: rgba(25, 33, 46, 0.65);
}

.contact-header-info-box img {
  width: 24px;
  height: auto;
  object-fit: cover;
}

.contact-header-info-box a {
  color: inherit;
  font-weight: 300;
  text-decoration: underline;
}

.contact-header-info-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-header-info-box p {
  margin-bottom: 0;
}

.rm-contact-header {
  background-color: rgba(247, 250, 255, 1);
  padding: 175px 0;
  position: relative;
}

.rm-contact-header-img-div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 0;
}

.rm-faq-element-2 {
  padding: 100px 0;
}

.rm-contact-header-inner-left > div:nth-child(2) {
  margin-bottom: 50px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rm-contact-header-inner-left > div:nth-child(3) {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.rm-contact-header-inner-right img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.rm-blog-img-header-col {
  position: absolute;
  right: 0;
  padding-right: 0;
  padding-left: 30px;
  width: 100%;
}

.rm-single-case-study-head {
  padding-top: 112px;
  padding-bottom: 70px;
}

.rm-single-case-study-head h2 {
  width: 75%;
  margin-bottom: 0;
}

.rm-single-case-study-head time {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(25, 33, 46, 0.65);
  margin-bottom: 8px;
}

.rm-single-case-study-head img {
  margin-top: 56px;
  height: 405px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.rm-single-img-caption {
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  color: rgba(25, 33, 46, 0.65);
  margin-top: 10px;
  margin-bottom: 0;
}

.rm-single-case-study-container {
  padding: 70px;
}

.rm-why-srm-element .rm-front-page-left {
  margin-top: 0;
  width: 100%;
  min-width: 100%;
}

.rm-why-srm-element .rm-front-page-right-inner > div {
  margin-top: 110px;
}

.rm-why-srm-element .rm-front-page-right-inner > div:last-child {
  margin-top: 0;
}

.rm-why-srm-element .rm-front-page-right {
  width: 100%;
}

.rm-why-srm-element .rm-front-page-right img {
  position: absolute;
  top: 15px;
  right: 15px;
}

.rm-why-srm-element .rm-front-page-right-inner-single-element {
  position: relative;
  padding: 20px 24px 20px 20px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rm-why-srm-element .header-single-element-text-container p:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}

.rm-why-srm-element .header-single-element-text-container p:last-child {
  font-weight: 500;
  margin-bottom: 0;
}

body .rm-why-srm-element {
  padding: 140px 0 120px 0;
}

.rm-extra-info-element {
  padding: 100px 0;
}

.rm-extra-info-inner-head {
  margin-bottom: 48px;
}

.rm-extra-info-container-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.rm-extra-info-container-right-header p:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.rm-extra-info-container-right-header p:last-child {
  margin-bottom: 0;
}

.rm-extra-info-container-right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rm-extra-info-container-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rm-extra-info-container-right-grid-single img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.rm-extra-info-container-right-grid-single p {
  font-size: 18px;
  font-weight: 500;
}

.rm-extra-info-container-right-grid-single {
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
}

.rm-extra-info-inner-head h2 {
  text-align: center;
  margin-bottom: 48px;
}

.rm-image-right .rm-features-scroll-img-div {
  grid-column: 2;
  grid-row: 1;
}

.rm-image-right .rm-features-scroll-inner-text {
  grid-column: 1;
  grid-row: 1;
}

.rm-image-right .rm-extra-info-container-right {
  grid-column: 1;
  grid-row: 1;
}

.rm-image-right .rm-extra-info-container-left {
  grid-column: 2;
  grid-row: 1;
}

.rm-backgroundcolor-1 {
  background-color: rgba(17, 17, 17, 0.05);
}

.rm-backgroundcolor-2 {
  background-color: rgba(117, 138, 169, .1);
}

.rm_backgroundcolor {
  background: radial-gradient(
    50% 112.65% at 50% 50%,
    rgba(11, 70, 80, 0.16) 0%,
    rgba(11, 70, 80, 0.05) 100%
  );
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.rm-features-slider-single img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.rm-features-slider-single p {
  font-weight: 500;
  font-size: 24px;
  line-height: 27.6px;
  margin-bottom: 0;
}

.rm-features-slider-single {
  border-radius: 4px;
  padding: 24px;
  background-color: white;
  height: 165px;
  width: 300px;
}

.rm-features-slider-single-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.rm-features-initiate-slider {
  margin-top: 64px;
  margin-bottom: 16px;
  width: 100%;
}

.rm-features-slider {
  background-color: rgba(117, 138, 169, .1);
  padding: 100px 0;
}

.rm-features-slider-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.rm-features-slider .slick-track {
  display: flex;
  gap: 16px;
}

.rm-features-slider .slick-slide {
  height: 165px;
}

.rm-features-slider .slick-slider {
  width: 100%;
}

.rm-features-slider-head p {
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}

.rm-features-rating {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.rm-features-slider-head > div {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.rm-features-scroll-element-head h2,
.rm-features-scroll-element-head h1 {
  text-align: center;
}

.rm-features-scroll-element-head {
  margin-bottom: 48px;
}

.rm-features-scroll-element {
  padding: 100px 0;
}

.rm-features-scroll-element p:first-child {
  font-size: 24px;
  font-weight: 500;
}

.rm-features-scroll-element p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
}

.rm-features-scroll-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.rm-features-scroll-inner img {
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
  max-width: 100%;
}

.rm-features-scroll-element ul li:before {
  content: "";
  background-image: url(img/check-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: block;
}

.rm-features-scroll-element ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.rm-features-scroll-element ul li {
  display: flex;
  gap: 12px;
  line-height: 24px;
  font-weight: 300;
}

.features-scroll-1-grid-column .rm-features-scroll-inner {
  grid-template-columns: 1fr;
  width: 50%;
  margin: auto;
}

.features-scroll-1-grid-column .rm-features-scroll-element-head {
  margin-bottom: 0;
}

.features-scroll-1-grid-column h2 {
  margin-bottom: 5px;
}

.features-scroll-1-grid-column ul {
  width: 85%;
  margin: auto;
  margin-top: 30px;
}

.features-scroll-1-grid-column p {
  text-align: center;
}

body .gform-theme {
  padding: 100px 0;
}

body .gform-theme h2 {
  text-align: center;
}

.gform-theme .gform_required_legend {
  display: none;
}

body .gform-theme input,
body .gform-theme .textarea,
body .free-trial-form input {
  border: 0.5px solid rgba(17, 17, 17, 0.5);
  background-color: white;
  padding: 12px;
}

body .gform-theme input::placeholder,
body .gform-theme textarea::placeholder,
body .free-trial-form input::placeholder {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 21px;
  opacity: 50%;
}

body .gfield--type-consent .gfield_consent_label,
.free-trial-form .form-check-label {
  font-family: "Sora", sans-serif;
  font-size: 12px;
  line-height: 21px;
  cursor: pointer;
  margin-bottom: 0;
}

.free-trial-form {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.free-trial-name {
  display: flex;
  gap: 24px;
}

.free-trial-form label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
}

body .gform-theme textarea:focus,
body .gform-theme input:focus,
body .free-trial-form input:focus {
  box-shadow: none;
  border: 0.5px solid rgba(17, 17, 17, 1);
}

body .gform-theme input[type="text"],
body .gform-theme input[type="email"],
body .free-trial-form input[type="text"],
body .free-trial-form input[type="email"] {
  height: 48px;
}

html body .rm-gf-container .gform-theme .gform_footer .gform_button,
.free-trial-form .free-trial-submit {
  border-radius: 2px !important;
  padding: 24px 40px !important;
  text-align: center;
  width: 100% !important;
  color: white;
  background-color: #C6E000 !important;
  margin-top: 20px !important;
}

html body .rm-gf-container .gform-theme .gform_footer .gform_button:hover,
.free-trial-form .free-trial-submit:hover {
  background-color: #0b52cc !important;
}

.rm-features-sticky-bar {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(17, 17, 17, 0.05);
  background-color: white;
}

.rm-features-sticky-bar-wrapper {
  position: relative;
  height: 70px;
}

.rm-features-sticky-bar-grid {
  display: flex;
  flex-wrap: nowrap;
  padding: 16px 0;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
}

.rm-features-sticky-bar-grid::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome, Safari, and Opera */
}

.rm-arrow-right-outer {
  height: 70px;
  width: 80px;
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 9;
}

.rm-arrow-left-outer {
  height: 70px;
  width: 60px;
  position: absolute;
  left: 0;
  background-color: white;
  z-index: 9;
  display: none;
}

.rm-arrow-right {
  background-image: url(img/arrow-next.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: white;
  z-index: 2;
  margin-right: 20px;
}

.rm-arrow-right:hover {
  background-image: url(img/arrow-next-hover.svg);
}

.rm-arrow-left:hover {
  background-image: url(img/Arrow-to-left-hover.svg);
}

.rm-arrow-left {
  background-image: url(img/arrow-prev.svg);
  width: 40px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: white;
  z-index: 2;
  display: none;
}

.rm-features-sticky-bar-single a {
  padding: 10px 16px;
  border-radius: 2px;
  cursor: pointer;
  color: inherit;
  display: block;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rm-features-sticky-bar-single.active a {
  background: rgba(56, 129, 255, 0.1);
  border: 1px solid rgba(56, 129, 255, 0.3);
}

.rm-features-sticky-bar-single a:hover,
.rm-features-sticky-bar-single a:focus {
  text-decoration: none;
  background: rgba(56, 129, 255, 0.1);
  border: 1px solid rgba(56, 129, 255, 0.3);
}

html {
  scroll-behavior: smooth;
}

.rm-img-text-element-outer,
.rm-benefits-element,
.rm-growth-element,
.rm-case-studies-element,
.rm-faq-element {
  padding: 100px 0;
}

.rm-features-initiate-slider-2 .slick-list {
  padding-left: 150px;
}

.rm-features-initiate-slider .slick-list {
  padding-right: 150px;
}

.rm-popup-free-trial-inner-right {
  position: relative;
}

.rm-popup-trial-close {
  height: 42px;
  width: 42px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

body #free-trial .rm-popup-trial-close-left {
  height: 42px;
  width: 42px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.rm-popup-free-trial-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: 10px;
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
  height: 100%;
}

.rm-popup-free-trial-inner-left {
  padding: 72px 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rm-popup-free-trial-inner-right {
  padding: 56px 48px;
  background: rgba(247, 250, 255, 1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 10px 10px 0;
}

.rm-popup-free-trial-inner-left p span {
  color: #C6E000;
}

.rm-popup-free-trial-inner-left img {
  width: 150px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.rm-popup-free-trial-inner-left p {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}

.rm-popup-free-trial-inner-left p:last-child {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 0;
}

.rm-popup-free-trial-inner-left p:last-child span {
  font-weight: 500;
}

.rm-popup-free-trial-inner-left p:last-child span a:hover {
  text-decoration: none;
}

#gform_wrapper_2 {
  padding: 40px 0 20px 0;
}

#gform_fields_2 {
  gap: 25px;
}

#gform_fields_2 .gfield_required_asterisk {
  display: none;
}

#gform_fields_2 input,
.free-trial-form input {
  border: 0.5px solid rgba(17, 17, 17, 0.2);
  max-width: 100%;
}

#gform_fields_2 input::placeholder,
.free-trial-form input::placeholder
.free-trial-form .form-check-input {
  opacity: 50%;
}

#gform_submit_button_2,
.free-trial-form .free-trial-submit {
  background-color: #C6E000;
  width: 100%;
  padding: 24px 40px;
  color: white;
}

.rm-popup-inner-right-head p:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 15px;
}

.rm-popup-inner-right-head p:last-child {
  margin-bottom: 40px;
}

.rm-popup-inner-right-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rm-popup-inner-right-features-single p {
  margin-bottom: 0;
}

.rm-popup-inner-right-features-single {
  border-radius: 4px;
  padding: 16px 24px 20px 24px;
  background-color: white;
}

body .rm-popup-features-single-head {
  font-weight: 500;
  font-size: 18px;
  line-height: 20.7px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.ots-div {
  padding: 10px;
}

.rm-popup-inner-right-features-single img {
  height: 33px;
  width: 33px;
}

.rm-features-slider-inner-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.rm-features-slider-inner-head h2 {
  width: 42%;
  margin-bottom: 0;
}

.rm-features-slider-element {
  padding: 100px 0;
  padding-bottom: 175px;
  background-color: rgba(11, 70, 80, .1);
}

.rm-features-silder-single {
  display: block;
  background-color: white;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 32px;
  cursor: pointer;
  color: rgba(17, 17, 17, 1);
  box-shadow: 8px 8px 24px 0px rgba(17, 17, 17, 0.08);
  transition: all 0.3s;
}

.demo-modal-header {
  display: flex;
}

#demo .rm-popup-free-trial-inner {
  grid-template-columns: 1fr;
}

.meetings-iframe-container {
  width: 100%;
}

#demo .rm-popup-trial-close {
  height: 42px;
  width: 42px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.rm-features-silder-single p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rm-features-silder-single:hover {
  text-decoration: none;
  border: 2px solid #E6FF2B;
  color: rgba(17, 17, 17, 1);
}

.rm-features-slider-outer-initiate {
  position: relative;
}

#features-nav-bar .col-10 {
  padding-left: 0;
}

#features-nav-bar .col-10 {
  padding-left: 0;
}

.rm-image-right .row:last-child {
  flex-direction: row-reverse;
}

#gform_fields_1 {
  gap: 10px;
}

.container-fluid-features-slider .slick-prev {
  left: 0;
  transform: translateX(0);
  margin-left: 0;
}

.container-fluid-features-slider .slick-next {
  left: 0;
  transform: translateX(0);
  margin-left: 75px;
}

.rm-features-silder-single img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.rm-features-silder-single h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

/* .container-fluid-features-slider .slick-track {
  display: flex !important;
  width: 100% !important;
} */

.container-fluid-features-slider .slick-track {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  margin-left: -8px;
}
.container-fluid-features-slider .slick-slide {
  height: inherit !important;
}

.rm-features-silder-single > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.gform_wrapper .gform_button {
  background-color: #C6E000 !important;
  width: 100% !important;
  padding: 24px 40px !important;
}

body .modal-content {
  border: none;
}

body #demo .modal-content {
  border: none;
  height: 94dvh;
  overflow: hidden;
}

#demo iframe {
  overflow: scroll;
}

#demo .rm-popup-free-trial-inner-left img {
  margin-bottom: 10px;
}

#demo .rm-popup-free-trial-inner-left p {
  margin-bottom: 10px;
}

body.active-modal {
  overflow: hidden !important;
  padding-right: 17px;
}

#demo .rm-popup-free-trial-inner-left {
  height: 100dvh;
  justify-content: flex-start;
  padding: 20px;
}

.rm-single-post-share-images a {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border: 1px solid black;
  overflow: hidden;
}

.rm-single-post-share-images a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  z-index: 0;
  scale: 1 0;
  transform-origin: bottom;
  transition: scale 0.5s ease;
}

.rm-single-post-share-images a:hover::before {
  scale: 1 1;
}

.social-media-background:hover .social-media-icon {
  filter: invert(100%);
  transform: rotateY(360deg);
}

.social-media-background-2:hover .social-media-icon-2 {
  filter: invert(100%);
  transform: rotateY(360deg);
}

.social-media-background-2:hover {
  border: 1px solid #0866ff;
}

.social-media-background-3:hover .social-media-icon-3 {
  filter: invert(100%);
  transform: rotateY(360deg);
}

.social-media-background-3:hover {
  border: 1px solid #0a66c2;
}

.social-media-background-4:hover .social-media-icon-4 {
  filter: invert(100%);
  transform: rotateY(360deg);
}

.social-media-background-4:hover {
  border: 1px solid #fd4400;
}

.social-media-background {
  --bg-color: #000;
}

.social-media-background-2 {
  --bg-color: #0866ff;
}

.social-media-background-3 {
  --bg-color: #0a66c2;
}

.social-media-background-4 {
  --bg-color: #fd4400;
}

.rm-single-post-share-images .social-media-icon {
  background-image: url(img/twitter-no-border.svg);
}

.rm-single-post-share-images .social-media-icon-2 {
  background-image: url(img/fb-no-border.svg);
}

.rm-single-post-share-images .social-media-icon-3 {
  background-image: url(img/insta-no-border.svg);
}

.rm-single-post-share-images .social-media-icon-4 {
  background-image: url(img/reddit-no-border.svg);
}

.social-icon {
  height: 20px;
  object-fit: contain;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.5s ease, transform 0.5s ease;
}

.rm-single-post-share-images {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}

.rm-single-post-table-content-single {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rm-single-post-table-content-single p {
  margin-bottom: 0;
}

.rm-single-post-table-content > p {
  font-weight: 400;
  font-size: 18px;
}

.rm-single-post-table-content-single {
  padding: 10px 12px;
}

.rm-single-post-table-content-single a {
  color: #111111;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s;
}

.rm-single-post-table-content-single a:hover {
  font-weight: 400;
}

.rm-single-post-table-content-single:hover {
  background-color: rgba(245, 247, 251, 1);
  border-radius: 6px;
  padding: 10px 12px;
}

.rm-single-post-share > p {
  font-size: 18px;
  font-weight: 400;
}

.rm-single-post-table-content-single:hover p {
  font-weight: 400;
}

.vc_figure-caption {
  text-align: center;
  opacity: 0.6;
}

blockquote {
  border-left: 3px solid #C6E000;
  margin-bottom: 20px;
  padding: 5px 0 5px 30px;
}

blockquote p:last-child {
  opacity: 0.5;
  font-size: 14px;
}

.rm-faq-single-2-toggle-img {
  transition: transform 0.3s ease;
}

.rm-faq-single-2-toggle-img.rotate {
  transform: rotate(0);
}

.rm-faq-single-2-toggle-img {
  transform: rotate(90deg);
}

.breadcrumbs-rm {
  margin-bottom: 50px;
}

.breadcrumbs-rm a {
  color: inherit;
}

.archive h2 a {
  color: inherit;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  flex-direction: column;
  display: none;
  position: absolute;
  background: white;
  border-radius: 4px;
  z-index: 99999;
  border: 1px solid rgba(17, 17, 17, 0.1);
  white-space: nowrap;
  gap: 8px;
  padding: 20px 16px;
  margin-top: 25px;
  right: 50%;
  transform: translateX(50%);
}

.menu-has-children-dropdown {
  background-image: url(img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  display: inline-block;
  height: 8px;
  margin-left: 6px;
}

.current-menu-item .sub-menu a {
  color: #111111;
  text-decoration: none;
  border-bottom: none;
}

.menu-item-has-children .sub-menu a {
  padding: 8px 20px;
  display: block;
  width: 100%;
  font-weight: 300;
}

.menu-item-has-children .sub-menu a:hover {
  background: rgba(11, 70, 80, .1);
  padding: 8px 20px;
  border-radius: 4px;
  color: inherit;
  border-bottom: none;
  width: 100%;
}

.primary-menu-nav > li {
  padding: 0 0 25px 0;
  margin-top: 25px;
}

.sub-menu li i {
  font-size: 20px;
  margin-right: 5px;
}

.admin-bar #features-nav-bar {
  top: 27px;
}

.rm-faq-element-single-inner h3 {
  margin-bottom: 0;
}

body.nav-open {
  overflow: hidden;
}

.btn-mobile-nav {
  display: none;
}

body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.rm-pricing-head-in-footer {
  position: fixed;
  bottom: -200px;
  display: flex;
  z-index: 2;
  background-color: #edf0f5;
  padding-top: 20px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  width: 100%;
  visibility: hidden;
}

.rm-pricing-head-in-footer.price-sticky-mob {
  bottom: 0;
  visibility: visible;
}

.single-video-container .rm-popup-trial-close {
  height: fit-content;
  width: fit-content;
  margin-bottom: 0;
  font-weight: bold;
  top: -30px;
  right: -30px;
  z-index: 8;
  border-radius: 50%;
  color: white;
  font-size: 20px;
}

.menu-has-children-box {
  display: inline-block;
}

.rm-faq-element-left h2 {
  margin-bottom: 10px;
  text-wrap: balance;
}

.rm-faq-element-left > p {
  margin-bottom: 0;
}

.error-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0;
}

.error-div .rm-btn-primary {
  margin-top: 30px;
}

.error-div img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: 2px;
}

.error-div .banner-btn {
  margin-top: 20px;
}

.rm-cards-element .rm-benefits-header {
  display: block;
}

.team-member-image {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  max-width: 100%;
}

.rm-team-members-single {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 32px;
  border-radius: 4px;
}

.rm-team-members-container {
  padding: 100px 0;
}

.team-member-name {
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.team-member-function {
  border-bottom: 2px solid #0866ff;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

header .top-bar-last-div ul li a:hover {
  border-bottom: 2px solid transparent !important;
}

header .top-bar-last-div ul li a {
  padding: 0 10px;
  width: fit-content;
  display: flex;
  align-items: center;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;

  border-radius: 50%;
  padding: 0;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
}

header .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
  color: inherit;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 22px;
}

header .wpml-ls-sub-menu .wpml-ls-link:hover {
  color: inherit !important;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 4px;
}

.rm-pricing-valuta-switcher {
  display: flex;
}

.rm-pricing-valuta-switcher button {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;

  padding: 7px 12px;
  min-width: unset;
}

.rm-billed-dollar.active {
  margin-right: -2px;
  z-index: 2;
}

.rm-billed-euro.active {
  margin-left: -2px;
  z-index: 2;
}

.feedbackmsg {
  color: red;
  margin-bottom: 20px;
}

.form-group.error {
  color: red;
}

.form-group.error input {
  border: 0.5px solid red;
}

.form-check.error .form-check-label {
  color: red;
}

.rm-front-page-right-images img {
  max-width: 100%;
}

.home time {
  display: none;
}

.rm-author-box img {
  height: 100px;
  width: 100px;
 margin-top: 0;
}

.rm-author-box {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
}

.rm-author-box-text p {
  font-size: 18px;
  font-weight: 400;
}

.rm-author-box-text p:first-child {
 color: #979797;
 margin-bottom: 10px;
}

.rm-author-box-text p:last-child {
  color: #18124A;
  margin-bottom: 0;
}

.rm-changelog-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 100px 0;
}

.changelog-item h2 {
  font-size: clamp(24px, 3.5vw, 30px);
  margin-bottom: 10px;
}

.changelog-item:first-child {
  padding-top: 0;
}

.changelog-item {
  border-bottom: 1px solid #f0f0f0;
  color: #111111;
  padding: 30px 0;
}

.changelog-item:hover {
  text-decoration: none;
  color: #111111;
}

.changelog-item p {
  margin-bottom: 10px;
}

.single-changelog h1 {
  font-size: clamp(30px, 4vw, 45px);
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.single-changelog article {
  padding-bottom: 100px;
}

.single-changelog article ul {
  margin-bottom: 20px;
}

.single-changelog article ul li {
  font-weight: 300;
}

.changelog-head a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  transition: all 0.3s;
  width: fit-content;
}

.changelog-head a:hover {
  text-decoration: none;
  color: #C6E000;
}

.changelog-head a::before {
  content: "";
  background-image: url(./img/arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 30px;
  height: 30px;
}

.changelog-head a:hover::before {
  background-image: url(./img/Arrow-to-left-hover.svg);
}

.single-docs ul {
  list-style-type: disc;
}

.single-docs ol {
  list-style: decimal;
}



/******************************  MEDIA QUERIES *****************************************/
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1300px) {
  .nav-logo {
    width: 100px;
  }

  .primary-menu-nav ul {
    gap: 25px;
  }

  .top-bar-last-div {
    gap: 10px;
  }

  header .top-bar-last-div ul li a {
    padding-left: 0;
  }

  .inner-top-bar .rm-btn-primary {
    padding: 15px 6px;
    min-width: fit-content;
    font-size: 12px;
  }

  header .wpml-ls-native {
    font-size: 12px;
  }

  .top-bar-last-div a {
    font-size: 14px;
  }

  .primary-menu-nav ul li a {
    font-size: 14px;
  }

  header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 22px;
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .rm-growth-container-inner div:first-child {
    width: 70%;
  }

  .growth-background-div {
    bottom: 50px;
  }

  .rm-features-slider-inner-head h2 {
    width: 55%;
  }

  .rm-popup-free-trial-inner-left {
    padding: 35px 48px;
  }

  .rm-popup-inner-right-features {
    grid-template-columns: 1fr;
  }

  .rm-popup-inner-right-features div:nth-child(3),
  .rm-popup-inner-right-features div:nth-child(4) {
    display: none;
  }

  #demo .rm-popup-free-trial-inner {
    overflow: auto;
  }
}

@media screen and (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    display: flex;
  }

  .primary-menu-nav ul li a:hover,
  .primary-menu-nav .current-menu-item a,
  .top-bar-last-div a:first-child:hover {
    color: #C6E000;
    border-bottom: 2px solid rgba(11, 70, 80, 1));
    text-decoration: none;
  }

  .primary-menu-nav .sub-menu .current-menu-item a {
    border-bottom: none;
  }

  .primary-menu-nav .current-menu-item .sub-menu li a {
    color: inherit;
    border-bottom: none;
  }

  .menu-item-has-children a:hover .menu-has-children-dropdown,
  .menu-item-has-children.current-menu-item .menu-has-children-dropdown {
    content: "";
    background-image: url(img/dropdown-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    display: inline-block;
    height: 8px;
  }
}

@media (max-width: 991px) {
  h2 {
    line-height: 45px;
  }

  .menu li:hover {
    text-decoration: none;
  }

  .rm-pricing-table .rm-pricing-table-single:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rm-faq-anwers-outer {
    display: none;
  }

  .primary-menu-nav,
  .top-bar-last-div {
    display: none;
  }

  .rm-front-page-left {
    margin-top: 0;
  }

  header .wpml-ls-legacy-dropdown-click .wpml-ls-item a {
    margin-bottom: 0;
    padding-left: 0;
  }

  .rm-footer-copyright .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: absolute;
  }

  header .wpml-ls-legacy-dropdown-click ul {
    padding-top: 0;
  }

  .top-bar-last-div {
    gap: 0;
  }

  .top-bar-last-div > a {
    margin-bottom: 25px;
  }

  .rm-pricing-element .button-and-rating-element {
    margin-top: 50px;
  }

  .rm-front-page-right {
    margin-top: 50px;
  }

  .rm-img-text-element-img-container {
    margin-bottom: 30px;
  }

  .rm-popup-free-trial-inner-left p {
    font-size: 24px;
  }

  .btn-mobile-nav {
    display: block;
    height: fit-content;
  }

  #gform_wrapper_2 {
    padding-top: 20px;
  }

  .rm-features-scroll-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .rm-popup-free-trial-inner {
    grid-template-columns: 1fr;
  }

  .rm-popup-free-trial-inner-right {
    display: none;
  }

  .rm-benefits-box {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .rm-blog-img-header {
    padding-left: 0;
  }

  .rm-pricing-table {
    margin-top: 50px;
  }

  .rm-front-page-header-container {
    padding: 50px 0;
    padding-top: 0;
  }

  .rm-case-study-single {
    height: 430px;
  }

  .features-scroll-1-grid-column .rm-features-scroll-inner {
    width: 100%;
  }

  .nav-logo {
    width: 185px;
  }

  .rm-case-study-single > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .primary-menu-nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    gap: 15px;
    height: 100%;
  }

  .primary-menu-nav {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 100dvh;
    transform: translateX(100%);
    padding: 0 20px 50px 20px;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: block;
    z-index: 998;
  }

  .nav-open .primary-menu-nav {
    transform: translateX(0);
    opacity: 1;
    position: relative;
    padding: 0 0 50px 0;
    height: 100dvh;
  }

  .primary-menu-nav > div {
    overflow: scroll;
  }

  .primary-menu-nav a {
    text-align: start;
    border-bottom: 1px solid #eee;
  }

  .primary-menu-nav a {
    color: #000;
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
    transition: font 0.3s ease;
    position: relative;
  }

  .primary-menu-nav .menu li {
    width: 100%;
    padding: 0;
  }

  .inner-top-bar {
    flex-direction: column;
  }

  .inner-top-bar div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 50px;
  }

  body .menu-item-has-children .menu-has-children-dropdown {
    width: 15px;
    height: 10px;
    margin-right: 0;
    margin-left: 0;
  }

  header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    margin-top: 3px;
  }

  .top-bar-last-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }

  .inner-top-bar .top-bar-last-div a {
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
    transition: font 0.3s ease;
    position: relative;
    margin-bottom: 20px;
  }

  .primary-menu-nav > div {
    flex-direction: column;
    justify-content: space-between;
    height: calc(100dvh - 56px);
  }

  .menu-item-has-children a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .wpml-ls-sub-menu {
    top: auto !important;
    position: absolute;
    bottom: 85%;
    left: 0;
    right: auto;
    min-width: 100%;
  }

  .current-menu-item.menu-item-has-children > a:after {
    background-size: contain;
    padding-left: 20px;
  }

  body #free-trial .rm-popup-trial-close-left {
    display: block;
  }

  .rm-blog-head-element-top {
    grid-template-columns: 1fr;
    padding: 50px 0;
    gap: 20px;
  }

  .rm-blog-head-element {
    margin-bottom: 50px;
  }

  .rm-blog-head-left {
    gap: 10px;
  }

  .rm-blog-img-header-col {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rm-blog-posts-container {
    padding: 50px 0;
  }

  .rm-blog-numbers {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }

  .sub-menu.active {
    display: flex;
    position: static;
    transform: unset;
    border: none;
    margin-top: 0;
    padding-bottom: 0;
  }

  .top-bar-last-div {
    display: none;
  }

  .top-bar-last-div.active {
    display: flex;
    margin-top: auto;
  }

  .top-bar-last-div a {
    border-bottom: none;
  }

  .sub-menu.active a {
    border-bottom: none;
  }

  body .menu-item-has-children .menu-has-children-box {
    padding: 10px;
    width: fit-content;
    position: absolute;
    right: 0;
  }

  #demo iframe {
    height: 625px !important;
  }
}

@media (max-width: 768px) {
  h2 {
    line-height: 30px;
  }

  .rm-contact-header-inner-left {
    margin-bottom: 30px;
  }

  .rm-single-post-sticky-menu.sticky-top {
    position: static;
  }

  .rm-footer-bottom .rm-single-post-share-images {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .rm-pricing-table .rm-pricing-table-single:nth-child(2) {
    border: none;
  }

  .rm-pricing-head p {
    font-size: 15px;
  }

  .rm-pricing-table {
    margin-top: 20px;
  }

  .rm-pricing-table-single {
    box-shadow: none;
  }

  .rm-pricing-buttons:after {
    display: none;
  }

  .rm-pricing-element .slick-next {
    top: -3%;
    right: 0;
    margin-left: 0;
    left: unset;
    transform: translateX(0);
    margin-right: 32px;
  }

  .rm-pricing-element .slick-prev {
    top: -3%;
    left: 0;
    margin-left: 0;
    transform: translateX(0);
    margin-left: 32px;
  }

  .rm-faq-element-left {
    margin-bottom: 30px;
  }

  .rm-features-slider-head p {
    width: 100%;
  }

  .rm-changelog-grid {
    padding: 50px 0;
  }

  .changelog-container {
    padding-top: 50px;
  }

  .rm-case-study-single > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 72px;
  }

  .rm-single-post-share-images {
    justify-content: center;
  }

  .rm-front-page-btn-group {
    margin-bottom: 20px;
  }

  .rm-features-scroll-element {
    padding: 50px 0;
  }

  .rm-team-members-container {
    padding: 0;
  }

  .rm-team-members-container .nav-logo {
    width: 140px;
    height: auto;
  }

  .rm-contact-header-img-div {
    position: static;
    padding-right: 15px;
    transform: none;
  }

  .rm-features-scroll-inner {
    grid-template-columns: 1fr;
  }

  .rm-single-case-study-head img {
    margin-top: 20px;
  }

  .breadcrumbs-rm {
    margin-bottom: 20px;
  }

  .rm-single-case-study-head h2 {
    width: 100%;
  }

  .rm-features-slider-element {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .rm-single-post-share {
    padding-top: 30px;
    border-bottom: 1px solid rgba(25, 33, 46, 0.2);
    border-top: 1px solid rgba(25, 33, 46, 0.2);
    margin-bottom: 20px;
  }

  .single .wpb-content-wrapper {
    border-bottom: 1px solid rgba(25, 33, 46, 0.2);
  }

  .inner-top-bar .rm-btn-primary {
    padding: 20px 25px;
    font-size: 14px;
  }

  .rm-cta-banner {
    padding: 50px 0;
  }

  .rm-btn-primary,
  .rm-btn-secondairy,
  .rm-btn-white {
    min-width: unset;
    padding: 20px 25px;
  }

  .rm-single-post-table-content {
    display: none;
  }

  .rm-pricing-head p:after {
    display: none;
  }

  .rm-extra-info-container-left {
    margin-bottom: 30px;
  }

  .rm-features-slider-inner-head h2 {
    width: 100%;
  }

  .rm-customer-rating-stars img {
    height: 15px;
  }

  .rm-growth-container-inner {
    flex-wrap: wrap;
  }

  .rm-growth-container-inner div:first-child {
    width: 100%;
  }
  

  body .gform-theme,
  .rm-faq-element-2,
  .rm-contact-header,
  .rm-extra-info-element,
  body .rm-why-srm-element {
    padding: 50px 0;
  }

  body .gform-theme {
    padding: 0;
  }

  .rm-single-post-share {
    text-align: center;
  }

  .rm-img-text-element-outer,
  .rm-benefits-element,
  .rm-growth-element,
  .rm-case-studies-element,
  .rm-faq-element,
  .rm-pricing-element {
    padding: 50px 0;
  }

  .rm-company-slider {
    padding: 0 0 50px 0;
  }

  .rm-faq-element {
    padding: 0;
  }

  .rm-footer-top-left {
    align-items: center;
  }

  #gform_fields_1 {
    gap: 15px;
  }

  .rm-extra-info-inner-head p,
  .rm-extra-info-inner-head {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .rm-review-slider-element {
    padding: 50px 0 120px 0;
  }

  .growth-background-div {
    bottom: 30px;
  }

  .rm-single-slide p:first-child {
    font-size: 18px;
  }

  .rm-case-study-single img:nth-child(1) {
    height: 200px;
  }

  .rm-case-study-single img:nth-child(3) {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 250px;
  }

  .rm-case-study-single:hover img:nth-child(3) {
    top: 30%;
  }

  .rm-case-study-single {
    height: 342px;
  }

  .rm-case-study-single:hover img:nth-child(1) {
    transform: unset;
    transform-origin: unset;
  }

  .rm-case-study-single:hover .rm-case-study-text-top,
  .rm-case-study-single:hover .rm-case-study-single-title,
  .rm-case-study-single:hover .rm-case-study-hover-text {
    transform: unset;
  }

  .rm-single-case-study-head,
  .rm-single-case-study-container {
    padding: 50px 0;
  }

  .rm-single-case-study-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm-features-slider {
    padding: 50px 0;
  }

  .rm-features-scroll-inner-text li {
    font-size: 14px;
  }

  .rm-features-scroll-inner-text p {
    font-size: 14px;
  }

  .rm-features-scroll-inner-text p:first-child {
    font-size: 18px;
  }

  .rm-features-scroll-element p:nth-child(2) {
    font-size: 16px;
  }

  #features-nav-bar {
    opacity: 0;
    pointer-events: none;
  }

  .rm-footer-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .rm-benefits-box {
    grid-template-columns: 1fr;
  }

  .rm-benefits-box .rm-front-page-right-inner-single-element {
    grid-column: span 2;
  }

  .container-fluid-features-slider .slick-prev {
    left: 25%;
    margin-left: 0;
    transform: translate(0);
  }

  .container-fluid-features-slider .slick-next {
    left: 60%;
    margin-left: 0;
    transform: translate(0);
  }

  .single-video-container .rm-popup-trial-close {
    right: 0;
  }
}

@media (max-width: 500px) {
  .rm-footer-top-right,
  .rm-footer-top {
    justify-content: center;
  }

  .container-fluid-features-slider {
    padding-left: 15px;
  }

  .rm-front-page-right-inner {
    grid-template-columns: 1fr;
  }

  .rm-extra-info-container-right-grid {
    grid-template-columns: 1fr;
  }

  .rm-front-page-right-inner > div:last-child {
    margin-top: 0;
  }

  .rm-pricing-buttons button {
    min-width: unset;
    padding: 20px 10px;
    font-size: 12px;
  }

  .rm-why-srm-element .rm-front-page-right-inner > div {
    margin-top: 50px;
  }

  .rm-popup-free-trial-inner-left {
    padding: 20px;
  }

  #demo .rm-popup-free-trial-inner-left {
    padding: 20px 10px;
  }

  .rm-popup-free-trial-inner-left p {
    font-size: 20px;
  }

  .rm-case-studies-box {
    grid-template-columns: 1fr;
  }

  .rm-features-slider-single {
    min-width: 250px;
  }

  .rm-case-study-single > p {
    font-size: 20px;
  }

  .rm-features-slider-head p {
    width: 100%;
  }

  header {
    padding: 24px 20px;
  }

  .top-bar-last-div {
    gap: 0;
  }
}


/*==========================Team Member Page Styling==========================*/
/* Team Member Single Page Styles */
.team-member-details {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.team-member-single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.team-member-photo {
    width: 300px;
    height: 300px;
    margin: 20px auto 30px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.team-member-photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .team-member-photo {
        width: 200px;
        height: 200px;
    }

    .team-member-name {
        font-size: 2em;
    }

    .team-member-position {
        font-size: 1.2em;
    }
}


/*.team-member-name {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #e72e2e;
}*/
.team-member-social {
	justify-content:center; 
	margin-left: auto;
  	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	
}

.team-member-social:hover{
	transform: scale(1.1);
	transition: transform .4s;
}

.team-member-position {
    text-align: center;
    color: #666;
    font-size: 1.5em;
	padding: 10px 20px;
    line-height: 1em;
    font-weight: 300;
	border-bottom: solid 2px;
	border-color: #3a81ff;
	margin: auto;
}

.team-member-intro {
	text-align: center;
    font-size: 1em;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	margin-top: 10px;
}

.team-member-posts {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #eee;
}

.team-member-posts h2 {
    margin-bottom: 30px;
    font-size: 2em;
}

.author-posts-list {
    list-style: none;
    padding: 0;
}

.author-posts-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.author-posts-list li:last-child {
    border-bottom: none;
}

.author-posts-list h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
}

.author-posts-list h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.author-posts-list h3 a:hover {
    color: #0073aa;
}

.post-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.post-excerpt {
    line-height: 1.6;
    color: #555;
}

/* Archive Page Styles */
.team-members-archive {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.team-members-archive h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 3em;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.team-member-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.member-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member-card h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
}

.team-member-card h2 a {
    color: #333;
    text-decoration: none;
}

.member-position {
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.post-count {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.view-profile {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.view-profile:hover {
    background: #005a87;
}


/*=======================================Post NAV & Related Styling========================================*/
/*Post Nav*/
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 2em 1em;
	
}
.nav-previous, .nav-next {
    flex: 1;
	padding: 5px;
}

/*Related posts*/
.related-posts {
	background-color: #f8f9ff;
	padding: 4%;
	margin: 1em 0;
	border-radius: 15px;
}

.related-posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
	margin-bottom: 0;
	margin-top: 3em;
	
}

.related-post-card {
    flex: 0 1 32%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    /* Ensures consistency on all browsers */
    min-width: 0;
}

/* Tablet: 2 across */
@media (max-width: 1020px) {
    .related-post-card {
        flex-basis: 48%;
    }
}

/* Mobile: stack 1 per row */
@media (max-width: 700px) {
    .related-post-card {
        flex-basis: 100%;
    }
}

/* Optional: featured image styling */
.related-post-thumbnail {
    width: 100%;
		height: 300px;
    border-radius: 8px; !important
    margin-bottom: 0.8em;
    object-fit: cover;
    display: block;
}

@media (max-width: 700px) {
	.related-post-thumbnail {
		height:200px;
	}
	
}


/*=======================================Team Member Page columb link========================================*/
.vc-column-link {
  position: relative;
  cursor: pointer;
}
.vc-column-link::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

/*=====================Element Grid layout=====================*/
.my-team-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
	margin: 10px;
	
	
}
@media (max-width: 1024px) {
    .my-team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .my-team-grid {
        grid-template-columns: 1fr;
    }
}
/*=====================Team member Card Link=====================*/
.team-member-card-link {
    display: block;
    position: relative;
    z-index: 1;
}

.team-member-linkedin {
    
    top: 10px;
    right: 10px;
    z-index: 2;
}


/* Custom RankMonitor button color */
.vc_btn3.vc_btn3-color-rm-color-custom1 {
    background-color: #0b4550 !important;
    border-color: #0b4550 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}