@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
:root {
  --color-dark-green: #061f14;
  --color-yellow: #ffc352;
  --color-white: #ffffff;
  --color-forest: #384c43;
  --color-cream: #faf8f4;
  --color-bright-green: #008e02;
  --color-grey-light: #e6e9e8;
  --color-grey-100: #b2bab6;
  --color-darkest-green: #04160e;
  --color-green-300: #54b355;
  --color-grey-300: #586962;
  --color-green-200: #8acb8b;
  --font-primary: "Plus Jakarta Sans", sans-serif;
  --font-64: 64px;
  --font-60: 60px;
  --font-48: 48px;
  --font-40: 40px;
  --font-32: 32px;
  --font-28: 28px;
  --font-24: 24px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  --rev-container: 1520px;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a:focus-visible {
  outline: none !important;
}
.post,
.page {
  margin: 0;
}
.row {
  margin: 0;
}
p,
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.row > * {
  padding-left: 0;
  padding-right: 0;
}
body {
  font-family: var(--font-primary);
  font-size: var(--font-16);
  color: var(--color-dark-green);
  background: var(--color-cream);
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
.rev-container {
  width: 100%;
  max-width: var(--rev-container);
  margin: 0 auto;
}
/* Common CSS Start */
.py-100 {
  padding: 100px 0px;
}
.btn-common-ligth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 80px;
  font-family: var(--font-primary);
  font-size: var(--font-20);
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  border: none;
  background: transparent;
  text-align: center;
  border: 1px solid var(--color-dark-green);
  color: var(--color-dark-green);
}
.btn-common-ligth:hover {
  background: var(--color-dark-green);
  color: var(--color-white);
}
.btn-common-dark {
  border-radius: 80px;
  background: var(--color-dark-green);
  border: 1px solid var(--color-dark-green);
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  text-align: center;
  transition: 0.2s ease;
  font-family: var(--font-primary);
  font-size: var(--font-20);
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.btn-common-dark:hover {
  background-color: transparent;
  color: var(--color-dark-green);
}
/* Header Section Start */
.main-header {
  background: var(--color-white);
  padding: 20px 0;
}
.main-header .nav-item a {
    padding:0 !important;
    font-size: var(--font-18);
    font-weight: 500;
    color: var(--color-dark-green);
}
/* trusted-partner */
.trusted-partner {
  background: var(--color-grey-light);
  padding: 10px 0;
}
.trusted-partner-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.trusted-partner-details h4 {
  color: var(--color-dark-green);
  font-family: var(--font-primary);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: 150%;
  font-style: normal;
}
/* Hero Section Start */
.hero-main-detail {
  margin-top: 70px;
}
.hero-left-content span {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-20);
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  padding: 10px 20px;
  border-radius: 50px;
  background: var(--color-dark-green);
}
.hero-left-content h1 {
  color: var(--color-dark-green);
  font-family: var(--font-primary);
  font-size: var(--font-64);
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
  margin-top: 26px;
  max-width: 66%;
  margin-bottom: 50px;
}
.hero-right-content {
  border-radius: 20px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-white);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-gap: 40px;
  position: absolute;
  top: 50px;
  right: 70px;
  width: 450px;
}
.hero-check-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-check-list li {
  display: flex;
  align-items: start;
  gap: 10px;
}
.hero-check-list li img {
  margin-top: 4px;
}
.hero-check-list li p {
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 140%;
  color: var(--color-forest);
}
.watch-demo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  width: 100%;
}
.watch-demo span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.watch-demo span.btn-common-dark {
  height: 64px;
  width: 64px;
}
.watch-demo span.btn-common-dark:hover img {
  filter: brightness(0);
}
.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  max-height: 450px;
  object-fit: cover;
}
.hero-content-main {
  position: relative;
  height: 730px;
  margin-bottom: 60px;
}
.hero-section .swiper-pagination-bullet-active {
  background: var(--color-dark-green) !important;
  padding: 1px !important;
  border: 1px solid var(--color-dark-green) !important;
  position: relative;
}
.hero-section .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-dark-green);
  border-radius: 50%;
}
.hero-section .swiper-pagination-bullet {
  margin: 0 10px !important;
  background-color: var(--color-dark-green);
  opacity: 1;
}
/* Hotel Revenue */
.hotel-revenue-main .header-label {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.hotel-revenue-main h2 {
  color: var(--color-dark-green);
  font-size: var(--font-48);
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 50px;
  max-width: 80%;
  margin: 24px auto 50px;
  text-align: center;
}
.hotel-revenue-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.hotel-revenue-card {
  border-radius: 16px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-white);
  padding: 24px;
  transition: all 0.4s ease;
}
.hotel-revenue-card span {
  border-radius: 10px;
  border: 1px solid var(--color-grey-light);
  background: linear-gradient(180deg, #e6e9e8 0%, #fff 100%);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}
.hotel-revenue-card h3 {
  color: var(--color-dark-green);
  font-family: var(--font-primary);
  font-size: var(--font-24);
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  margin: 24px 0 10px;
}
.hotel-revenue-card p {
  color: var(--color-forest);
  font-family: var(--font-primary);
  font-size: var(--font-18);
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
}
.hotel-revenue-card:hover span {
  background: var(--color-dark-green);
  box-shadow: 0 0 50px 0 rgba(6, 31, 20, 0.5);
}
.hotel-revenue-card span img {
  transition: all 0.4s ease-out;
}

.hotel-revenue-card:hover span img {
  filter: brightness(0) invert(1);
}
/* 1 - Month Free Banner */
.one-month-free {
  position: relative;
  margin-bottom: -184px;
}
.one-month-free .banner-one-free {
  height: 370px;
  width: 100%;
}
.one-month-free-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.one-month-free-title img {
  height: 40px;
  width: 40px;
}
.one-month-free-title h2 {
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-40);
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
}
.gradient-text {
  background: linear-gradient(180deg, #ffe61c 0%, #ffa929 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.one-month-free-details h3 {
  color: var(--color-yellow);
  text-align: center;
  font-size: var(--font-28);
  font-weight: 700;
  font-style: normal;
  line-height: 115%;
  margin: 30px 0;
}
.one-month-free-btn {
  border-radius: 41px;
  border: 2px solid var(--color-white);
  background: linear-gradient(
    266deg,
    #9d5c25 1.56%,
    #f3b343 25.44%,
    #e3a733 42.5%,
    #f3b947 59.56%,
    #fef2a7 64.64%,
    #e3a733 71.46%,
    #c38f28 77.55%,
    #9d5c25 93.78%
  );
  padding: 10px 30px;
  color: var(--color-black);
  text-align: center;
  font-size: var(--font-20);
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  transition: 0.25s ease;
  margin-bottom: 20px;
  display: inline-block;
}
.one-month-free-btn:hover {
  filter: brightness(1.08);
}
.one-month-free-details p {
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-18);
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}
.one-month-free-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* what revevolve */
.what-revevolve {
  background-color: var(--color-dark-green);
  padding-top: 285px;
}
.what-revevolve-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.what-revevolve-header span {
  border-radius: 50px;
  border: 1px solid var(--color-forest);
  background: var(--color-darkest-green);
  padding: 10px 20px;
  color: var(--color-white);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.what-revevolve-header h2 {
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 24px 0;
}
.what-revevolve-header p {
  color: var(--color-grey-100);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.what-revevolve-header h4 {
  color: var(--color-green-300);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 12px 0;
}
.what-revevolve-header h5 {
  color: var(--color-white);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.what-revevolve-info {
  color: white;
  display: flex;
  grid-gap: 110px;
  padding: 50px;
  align-items: start;
}
.what-revevolve-info.active {
  border-radius: 20px;
  border: 1px solid var(--color-forest);
  background: rgba(255, 255, 255, 0.06);
}
.what-revevolve-count span {
  color: var(--color-grey-300);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-top: 8px;
  display: block;
}
.what-revevolve-details {
  width: 100%;
}
.visible-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visible-content h3 {
  color: var(--color-grey-300);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.visible-content p {
  text-align: end;
  color: var(--color-grey-300);
  font-size: var(--font-20);
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}
.hidden-content {
  margin-top: 50px;
  display: flex;
  grid-gap: 80px;
  display: none;
}

.active .hidden-content {
  display: block;
}
.active-hidden-content {
  display: flex;
  grid-gap: 80px;
}
.active-hidden-content img {
  max-width: 700px;
  max-height: 250px;
}
.active-hidden-content p {
  color: var(--color-white);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 400px;
}
.what-revevolve-info.active .what-revevolve-count span,
.what-revevolve-info.active .visible-content p {
  color: var(--color-grey-100);
}
.what-revevolve-info.active .visible-content h3 {
  color: var(--color-white);
}
.hidden-green {
  color: var(--color-green-300);
  font-style: italic;
}
.what-revevolve-info {
  border-bottom: 1px solid;
  border-color: var(--color-forest);
  transition: border 0.3s ease;
  background-clip: padding-box;
}
.what-revevolve-info.no-bottom-border {
  border-bottom: none;
}
/* Real Hotels */
.real-hotels {
  background-color: var(--color-white);
}
.real-hotels-header {
  text-align: center;
}
.real-hotels-header span {
  padding: 10px 20px;
  border-radius: 33px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-cream);
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.real-hotels-header h2 {
  color: var(--color-dark-green);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 34px 0 50px;
}
.real-hotel-main {
  border-radius: 20px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-cream);
  padding: 20px;
  display: grid;
  grid-template-columns: 700px 1fr;
  align-items: center;
  grid-gap: 50px;
}
.real-hotel-main-img {
  width: 100%;
}
.real-hotel-details h3 {
  color: var(--color-dark-green);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
.discount-section {
  padding: 6px 16px;
  border-radius: 50px;
  background: var(--color-dark-green);
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin: 12px 0;
}
.discount-section img {
  width: 18px;
  height: 18px;
}
.real-hotel-details p {
  color: var(--color-dark-green);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.discount-section p {
  color: var(--color-white);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.real-hotel-details h4 {
  color: var(--color-dark-green);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}
.real-hotel-details ul {
  margin: 6px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.real-hotel-details ul li {
  display: flex;
  align-items: start;
  gap: 6px;
}

.real-hotel-details ul li img {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.real-hotel-details ul li span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-weight: 600;
  line-height: 150%;
  text-align: start;
}
.real-hotel-details strong {
  color: var(--color-dark-green);
  font-size: var(--font-18);
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 16px;
}

.real-hotel-details .download-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.real-hotel-details .download-icon {
  background-color: var(--color-dark-green);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
}
.real-hotel-details span {
  color: var(--color-dark-green);
  text-align: right;
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.review-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(524px, 1fr));
  gap: 30px;
}
.review-card {
  border-radius: 20px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-cream);
  padding: 30px;
  align-items: center;
  grid-gap: 50px;
}
.review-star {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.review-star img {
  width: 18px;
  height: 18px;
}
.review-card h3 {
  color: var(--color-dark-green);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.review-card p {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0;
}
.review-card h4 {
  color: var(--color-bright-green);
  font-size: var(--font-16);
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}
.review-card span {
  color: var(--color-dark-green);
  font-size: var(--font-14);
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}
/* Different Role */
.different-role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  gap: 30px;
}
.different-role {
  background-color: var(--color-cream);
}
.different-role-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}
.different-role-header span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-white);
}
.different-role-header h2 {
  color: var(--color-dark-green);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.different-role-header p {
  color: var(--color-dark-green);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.different-role-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-cream);
  transition: all 0.3s ease-out;
}
.different-role-card:hover {
  background-color: var(--color-white);
  box-shadow: 0 0 50px 0 rgba(6, 31, 20, 0.1);
}
.different-role-card h3 {
  color: var(--color-dark-green);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 30px;
}
.different-role-card h6,
.different-role-card span,
.recommended-blog span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.different-role-card p {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 8px 0 30px;
}
.different-role-card ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
  margin-bottom: 30px;
}
.different-role-card ul li img {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.different-role-card ul li {
  display: flex;
  gap: 8px;
  align-items: start;
}
.different-role-card ul li span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.mini-blog-card {
  background-color: var(--color-white);
  padding: 10px;
  border: 1px solid var(--color-grey-light);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 8px;
}
.mini-blog-card:first-child img {
  width: 120px;
  height: 60px;
  border-radius: 10px;
}
.mini-blog-card p {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.read-more {
  border-radius: 57px;
  border: 1px solid var(--color-grey-100);
  background: var(--color-white);
  display: inline-block;
}
.reed-more-btn {
  padding: 6px 6px 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease-out;
  border-radius: 50px;
}
.reed-more-btn:hover {
  background-color: var(--color-dark-green);
  color: var(--color-white);
}
.reed-more-btn:hover .read-more-bg {
  background-color: var(--color-white);
}
.reed-more-btn:hover .read-more-bg img {
  filter: invert(1);
}
span.read-more-bg {
  background-color: var(--color-dark-green);
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s ease-out;
}
.read-more-bg img {
  width: 12px;
  height: 12px;
}
.mini-blog-card a {
  color: var(--color-dark-green);
  text-align: start;
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.mini-blog-card .inner-images {
  border-radius: 10px;
  width: 120px;
height: 80px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.blog-card {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 10px;
}
.blog-card {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--color-grey-light);
}
.blog-card .blog-image img {
  height: 220px;
  width: 100%;
  border-radius: 10px;
}
.blog-card h3 {
  color: var(--color-dark-green);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 20px 0 14px;
}
.blog-card p {
  color: var(--color-grey-300);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.why-rev {
  background-color: var(--color-dark-green);
}
.why-rev-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 50px;
}
.why-rev-header span {
  border-radius: 50px;
  border: 1px solid var(--color-forest);
  background: var(--color-darkest-green);
  padding: 10px 20px;
  color: var(--color-white);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.why-rev-header h2 {
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.why-rev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}
.why-rev-card {
  border-radius: 20px;
  border: 1px solid var(--color-forest);
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  min-height: 506px;
  transition: all 0.2s ease-out;
}
.why-rev-card:hover {
  box-shadow: 0 0 30px 0 rgba(49, 255, 164, 0.16);
}
.why-rev-card .why-rev-icon {
  border-radius: 10px;
  border: 1px solid var(--color-forest);
  background: linear-gradient(180deg, #384c43 0%, rgba(56, 76, 67, 0) 100%);
  height: 68px;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-rev-card h3 {
  overflow: hidden;
  color: var(--color-white);
  text-overflow: ellipsis;
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 20px 0;
}
.why-rev-card ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  /* gap: 14px; */
  /* margin-top: 14px; */
  align-items: start;
}
.why-rev-card ul li,
.why-rev-card ul p,
.inner-content p {
  list-style-type: disc;
  color: var(--color-grey-100);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.why-rev-card h6 {
  overflow: hidden;
  color: var(--color-green-200);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 140%;
  margin-top: 20px;
  display: block;
}

.color-white li,
.color-white p {
  font-weight: 500;
  color: var(--color-white) !important;
  margin-top: 14px;
}
.check-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.check-box ul {
  padding: 0;
}
.check-box ul li {
  list-style-type: none;
  display: flex;
  align-items: start;
  gap: 6px;
}
.check-box ul li img {
  margin-top: 4px;
  width: 16px;
  height: 16px;
}
.tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
.tools-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid;
}
.tools-card-red {
  background-color: #300002;
  border-color: #7e0208;
}
.tools-card-green {
  border-color: #384c43;
  background: linear-gradient(135deg, #0e603c 0%, #00894d 100%);
}
.tools-card h3 {
  color: var(--color-white);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
.tools-card li span {
  color: var(--color-white);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.tools-card ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.tools-card ul li {
  display: flex;
  gap: 12px;
  align-items: start;
}
.tools-card ul li img {
  margin-top: 3px;
}
/* Clear Pricing Section  */
.clear-pricing-header {
  text-align: center;
  margin-bottom: 50px;
}
.clear-pricing-header span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-radius: 50px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-white);
  padding: 10px 20px;
}
.clear-pricing-header h2 {
  color: var(--color-dark-green);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 24px auto;
}
.clear-pricing-header p {
  color: var(--color-forest);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.clear-pricing-header h3 {
  color: var(--color-bright-green);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 16px 0;
}
.clear-pricing-header h4 {
  color: var(--color-dark-green);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pricing-card {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-card span {
  color: var(--color-forest);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: block;
}
.pricing-card h3 {
  color: var(--color-dark-green);
  font-size: var(--font-60);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 8px 0 24px;
}
.pricing-card h3 span {
  color: var(--color-dark-green);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
}
.pricing-card h4 {
  color: var(--color-dark-green);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.pricing-card ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-grey-100);
}
.pricing-card ul li {
  display: flex;
  align-items: start;
  gap: 6px;
}
.pricing-card ul li img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.pricing-card ul li span {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.pricing-card h5 {
  color: var(--color-grey-300);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.pricing-card p {
  color: var(--color-dark-green);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 4px;
}
.get-started-btn {
  border-radius: 80px;
  background: var(--color-grey-light);
  padding: 15px 36px;
  color: var(--color-dark-green);
  text-align: center;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
  margin-top: 32px;
  transition: all 0.3s ease-out;
}
.get-started-btn:hover{
  background-color: #c1c1c1;
}
.pricing-card-green {
  border: 1px solid var(--color-grey-light);
  background: var(--color-dark-green);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-card-green span,
.pricing-card-green h5 {
  color: #b2bab6;
}
.pricing-card-green h3,
.pricing-card-green h3 span,
.pricing-card-green h4,
.pricing-card-green ul li span,
.pricing-card-green p {
  color: var(--color-white);
}
.pricing-card-green .get-started-btn {
  background-color: var(--color-forest);
  color: var(--color-white);
}
.pricing-card-green .get-started-btn:hover {
  background-color: #24322b;
  color: var(--color-white);
}
/* One Month Free */
.one-month-free-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.one-month-free-grid {
  display: grid;
  grid-template-columns: 1fr 290px;
  padding: 70px 200px 70px 100px;
  align-items: center;
  text-align: start;
}
.one-month-free-grid h2 {
  color: var(--color-white);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.one-month-free-grid h3 {
  color: var(--color-yellow);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin: 30px 0px;
}
.one-month-free-grid span {
  color: var(--color-white);
  font-size: var(--font-18);
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  display: block;
}
/* Footer Secton Start */
footer {
  background: var(--color-dark-green);
  padding: 20px 0;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer-grid ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer-grid ul li a,
.footer-grid span {
  color: var(--color-white);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
/* FAQ */
.faq-heading h2 {
  color: var(--color-dark-green);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 50px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.inner-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-main .accordion-button::after {
  background-image: url("../media-image/faq-open.svg");
}
.faq-main .accordion-button:not(.collapsed)::after {
  background-image: url("../media-image/faq-close.svg");
}
.faq-main .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-main .accordion-button:focus {
  box-shadow: none;
}
.faq-main .accordion-body {
  padding: 0;
  padding-top: 20px;
  color: var(--color-forest);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-main .accordion-button {
  padding: 0;
  color: var(--color-dark-green);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.faq-main .accordion-item {
  padding: 30px;
  border-radius: 20px;
  /* background-color: transparent; */
  border: 1px solid #e6e9e8;
}
.accordion-item:has(.accordion-button.collapsed) {
  /* your styles here */
  background-color: transparent;
}

.accordion-item:has(.accordion-button.collapsed) {
  /* your styles here */
  background-color: transparent;
}
.accordion-button.collapsed {
  background-color: transparent;
}
/* Book Demo */
.book-demo {
  background-color: var(--color-white);
  text-align: center;
}
.book-demo-main {
  max-width: 70%;
  margin: 0 auto;
}
.book-demo-main p {
  color: var(--color-dark-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;

  border-radius: 50px;
  border: 1px solid var(--color-grey-light);
  background: var(--color-cream);
  padding: 10px 20px;
}
.book-demo-main h2 {
  color: var(--color-dark-green);
  text-align: center;
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 24px 0;
}

.book-demo-main h3 {
  color: var(--color-forest);
  text-align: center;
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.book-demo-main h4 {
  color: var(--color-bright-green);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 16px 0;
}
.book-demo-main h5 {
  color: var(--color-dark-green);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 50px;
}
.book-demo-main h6 {
  color: var(--color-bright-green);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 26px 0 50px;
}
.book-demo-btn {
  padding: 6px 12px 6px 24px;
  padding-right: 8px;
  border-radius: 57px;
  border: 1px solid var(--color-grey-100);
  background: var(--color-dark-green);
  color: var(--color-white);
  text-align: right;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto;
}
.book-demo-btn:hover {
  background-color: var(--color-white);
  color: var(--color-dark-green);
}
.book-demo-btn span {
  background-color: var(--color-white);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.book-demo-btn span img {
  filter: invert(1);
}
.book-demo-btn:hover span {
  background-color: var(--color-dark-green);
}
.book-demo-btn:hover span img {
  filter: invert(0);
}
.book-demo-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.book-demo-buttons a {
  color: var(--color-dark-green);
  text-align: right;
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: start;
}
.reponcive-btn {
  display: none;
}
.trusted-partner-details {
  overflow: hidden;
}

.partner-track {
  display: flex;
  align-items: center;
  gap: 50px;
}

.btn-download .reed-more-btn {
  gap: 12px;
  padding: 8px 12px 8px 24px;
  color: var(--color-dark-green);
  text-align: right;
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.btn-download .reed-more-btn:hover {
  color: var(--color-white);
}
.btn-download .read-more-bg {
  background-color: var(--color-dark-green);
  min-width: 34px;
  min-height: 34px;
}
.btn-download .read-more-bg img {
  width: 18px;
  height: 18px;
}
