@import "https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
:root {
  --primary-color: #0acc95;
  --secondary-color: #033225;
  --tertiary-color: #9debd5;
  --text-color: #ffffff;
  --text-color-d: #ededed;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #424242;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

* {
  box-sizing: border-box;
}

*,
*:focus,
*:hover,
*:active,
*:before,
*:after {
  outline: 0;
}

html {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  font-size: unset !important;
}

body {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: montserrat, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: unset !important;
  background: #ffffff !important;
  background-repeat-x: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: unset;
}

a {
  text-decoration: none !important;
  color: var(--text-color-d);
  border: 0;
  cursor: pointer;
  transition: 150ms ease 0s;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: unset;
  line-height: unset;
}

.section-main,
nav,
footer {
  min-width: 100%;
  position: relative;
  display: block;
}

.navbar-in,
.header-in,
.section-in,
.footer-in {
  width: 100%;
  padding-left: 40px;
  height: 100%;
  margin-left: auto !important;
  max-width: 1450px;
  position: relative;
  padding-right: 40px;
  margin-right: auto !important;
}

.navbar-in {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

nav {
  padding-top: 28px;
  z-index: 10;
  position: absolute;
}

.navbar-l,
.navbar-r,
.navbar-links {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}

.main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.main-logo img,
.main-logo svg {
  height: 40px;
  max-width: inherit;
}

.main-logo h1,
.main-logo h2 {
  color: #ffffff;
  font-size: 30px;
  margin-left: 15px;
}

.header {
  background: var(--secondary-color);
  /* padding-top: 73px; */
  /*    height: 80vh;*/
  position: relative;
  padding-top: calc(73px + 100px);
  padding-bottom: 100px;
  height: auto;
  min-height: 500px;
}

.header-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  height: 100%;
  background-color: #ffffff14 !important;
  background-size: cover !important;
  background-position: center;
  overflow: hidden;
}

.header-in {
  display: flex;
  align-items: center;
  z-index: 1;
}

.header-container {
  display: block;
  width: 57%;
}

.header-title {
  font-size: 55px;
  color: #ffffff;
}

.header-body {
  font-weight: 400;
  color: #ededed;
  line-height: 28px;
  margin: 30px 0;
}

.navbar-link {
  font-size: 16px;
  font-weight: 500;
}

.navbar-link:hover {
  color: var(--text-color);
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  user-select: none;
  background: #ffffff;
  border-radius: 100px;
  padding-right: 11px;
}

.search-bar > input {
  background: transparent;
  padding: 22px 20px 22px 60px;
  font-size: 15px;
  font-family: montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: 150ms ease 0s;
  width: 280px;
  font-weight: 500;
  color: var(--secondary-color);
  border: 0;
  border-radius: 100px 0 0 100px;
}

.search-bar input:focus {
  width: 300px;
}

.search-bar input::placeholder {
  color: var(--secondary-color);
  font-weight: 500;
}

.search-bar i {
  position: absolute;
  left: 19px;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  color: var(--primary-color);
  font-size: 22px;
}

.btn-primary,
.btn-secondary {
  border: 0;
  background: var(--primary-color);
  border: 2px var(--primary-color) solid;
  color: var(--secondary-color) !important;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-family: montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  border-radius: 55px;
  letter-spacing: 0.5px;
  transition: 200ms ease 0s;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  width: fit-content;
}

.btn-primary:hover {
  background: var(--secondary-color);
  color: var(--primary-color) !important;
}

.header-bars {
  position: absolute;
  margin: auto;
  width: fit-content;
  right: 0;
  height: 100%;
  grid-gap: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  /* transform: rotate(15deg); */
  padding-top: 73px;
}

.header-bar {
  height: 80px;
  width: 210px;
  background: var(--primary-color);
  border-radius: 100px 0 0 100px;
  transform: rotate(15deg);
  margin-right: -20px;
  /* cursor: pointer; */
  z-index: 1;
  transition: 150ms ease 0s;
}

.header-bar:nth-child(2) {
  background: var(--secondary-color);
}

.header-bar:nth-child(3) {
  background: var(--tertiary-color);
}

.header-bar:hover {
  transform: rotate(15deg) translate(-10px, 0px) scale(1.05);
}

.section-main.dark tr th {
  color: white !important;
}

table {
  position: relative;
  border-collapse: separate !important;
  border-spacing: 0px 20px !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: inherit !important;
  width: 100%;
}

tr th {
  padding: 0 20px !important;
  text-transform: uppercase !important;
  color: var(--black-color);
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-align: left !important;
  white-space: nowrap !important;
  border: none !important;
}

tr td {
  background: #ffffff !important;
  border: 1px solid rgb(0 0 0 / 11%) !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  padding: 18px 18px !important;
}

tr td:first-child {
  border-left-width: 1px !important;
  border-radius: 10px 0 0 10px;
}

tr td:last-child {
  border-right-width: 1px !important;
  border-radius: 0 10px 10px 0;
}

.client-info {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.client-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.client-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-info-set h3 {
  font-size: 18px;
}

.client-info-set p {
  line-height: 21px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.client-keyword {
  grid-gap: 4px 8px;
}

.client-info-time,
.client-info-post,
.client-info-pre {
  padding: 5px 7px;
  background: #efefef;
  border-radius: 16px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--secondary-color);
}

.client-info-post {
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 17px;
}

.client-info-pre {
  font-size: 16px;
  font-weight: 500;
}

tr:nth-child(even) td {
  background: #f2fffb !important;
}

.info-row {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  margin: 140px 0;
}

.info-l {
  grid-column: span 8;
  position: relative;
}

.lead-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 100%;
  position: relative;
}

.lead-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  max-height: 500px;
}

.info-r {
  grid-column-start: 10;
  grid-column-end: 19;
  position: relative;
}

.info-title {
  font-size: 2.8rem;
  color: black;
  margin-bottom: 20px;
}

.info-body {
  line-height: 28px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.5px;
  margin: 20px 0;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9 {
  display: grid;
  grid-gap: 25px;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.info-stats span {
  font-size: 50px;
  font-weight: 600;
  color: var(--primary-color);
}

.info-stats p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.flipped .info-l {
  grid-column: span 9;
}

.flipped .info-r {
  grid-column-start: 11;
}

.info-icon-set {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.iis-l {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  width: 70px;
  min-height: 70px;
  height: 70px;
  background: #ffffff14;
  border-radius: 8px;
}

.iis-l img {
  height: 48px;
}

.iis-r h4 {
  font-size: 21px;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.iis-r p {
  color: var(--text-color-d);
  font-size: 16px;
  line-height: 28px;
}

.section-main.dark {
  background: var(--secondary-color);
  padding: 120px 0px;
  margin: 140px 0;
}

.flipped {
  margin: 0;
}

.flipped .info-title {
  color: white;
}

.flipped .info-body {
  color: #ededed;
}

.features-row .grid-2 {
  grid-gap: 65px 110px;
}

.features-header {
  margin-bottom: 45px;
}

.features-header-r {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.features-header-r img {
  height: 120px;
}

.features-set {
  position: relative;
}

.features-set:before,
.features-set:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed rgb(255 255 255 / 20%);
  top: 50%;
}

.features-set:after {
  border-top: 0;
  width: unset;
  height: 100%;
  border-left: 1px dashed rgb(255 255 255 / 20%);
  top: 0;
  left: 50%;
}

.info-points p {
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal !important;
  padding-left: 15px;
  position: relative;
}

.info-points {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 12px;
  margin: 20px 0;
}

.info-points p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
}

.info-points p:nth-child(odd):before {
  background: var(--secondary-color);
}

.btn-row {
  display: flex;
  grid-gap: 25px;
  align-items: center;
}

.btn-secondary {
  background: transparent;
  padding: 0;
  height: fit-content;
  border-radius: 0;
  border: none;
}

.btn-secondary:hover i {
  transform: translate(2px, -2px) scale(1.05);
  color: var(--primary-color);
}

.btn-primary i,
.btn-secondary i {
  margin-left: 8px;
  transition: 150ms ease 0s;
  -webkit-font-smoothing: antialiased;
}

.title-set {
  justify-content: space-between;
  align-items: center;
  grid-gap: 80px;
  margin-bottom: 40px;
}

.title-set span {
  text-transform: uppercase;
  width: fit-content;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}

.title-set span:before {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color);
}

.title-set h2 {
  font-size: 2.8rem;
  color: black;
  margin-top: 10px;
}

.title-set p {
  margin-top: 10px;
  line-height: 28px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.5px;
}

.ghost-card {
  display: flex;
  flex-direction: column;
  box-shadow: 6px 6px 20px -4px #00000012, inset 0 0 0 1px rgb(0 0 0/10%);
  padding: 40px;
  border-radius: 10px;
  position: relative;
}

.ghost-card .ghost-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 300px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
  margin-left: -39px;
  margin-top: -39px;
  margin-right: -39px;
}

.ghost-card .ghost-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ghost-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #242424;
}

.ghost-card p {
  line-height: 28px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* FOOTER */
.ready {
  background: url(https://revamped.com.au/content/images/2023/12/High-Five.svg)
    no-repeat;
  background-size: contain;
  background-color: var(--secondary-color);
  background-size: 380px;
  background-position: 95% bottom;
  padding: 60px;
  border-radius: 15px;
  display: flex;
  position: relative;
}

.ready-container {
  max-width: 60%;
}

.ready-container h1 {
  color: #ffffffff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ready h1 span {
  font-family: "Montserrat Alternates", sans-serif;
  -webkit-text-stroke: 2px white;
  color: transparent;
}

.ready-container p {
  line-height: 28px;
  font-weight: 400;
  color: #ededed;
  letter-spacing: 0.5px;
  margin: 20px 0;
}

.ready-container .btn-secondary,
.header .btn-secondary {
  color: var(--primary-color) !important;
  border-bottom: 0;
}

footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: #0a0c10;
  z-index: -1;
  user-select: none;
  pointer-events: none;
}

.footer-t {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  grid-gap: 60px;
  padding-bottom: 60px;
  padding-top: 70px;
}

.footer-l {
  display: block;
  flex-direction: column;
  max-width: 380px;
}

.footer-l p {
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.footer-b {
  padding: 20px 0;
  border-top: 1px solid #1e1e1e;
  border-bottom: 0;
  color: #ffffff;
}

.footer-b {
  display: flex;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}

.footer-links h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
  color: #ffffff;
  font-family: "Montserrat Alternates", sans-serif;
}

.footer-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 5px;
  user-select: none;
  display: flex;
  align-items: center;
}

.footer-link:hover {
  color: var(--primary-color);
}

.footer-links.social > a i {
  color: var(--primary-color);
  margin-right: 10px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-para {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.footer-para a {
  color: var(--primary-color);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.footer-l .main-logo {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.section-main.dark .title-set span {
  color: var(--primary-color);
}

.section-main.dark .title-set h2 {
  color: var(--text-color);
}

.section-main.dark .title-set p {
  color: var(--text-color-d);
}

.flex {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
}

.flex.column {
  flex-direction: column;
}

.flex.center {
  align-items: center;
}

.flex.wrap {
  flex-wrap: wrap;
}

.gap-20 {
  grid-gap: 20px;
}

.review-icons {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.review-icons img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #295145;
  margin-left: -35px;
}

.review-icons img:nth-child(1) {
  margin-left: 0;
}

.reviews-r .stars {
  color: var(--primary-color);
  font-size: 15px;
}

.reviews-r p {
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

.reviews-widget.flex {
  grid-gap: 20px;
}

.info-stats.bg {
  background: #295145;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.info-stats.bg p {
  color: var(--text-color);
}

.info-stats.bg span {
  line-height: 46px;
  padding-bottom: 8px;
  font-weight: 800;
}

.map {
  border: 2px #0000001a solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 10px var(--secondary-color);
}

.map iframe {
  border: none;
  outline: 0;
  width: 100%;
  height: 300px;
  border-radius: 8px;
}

.info-x {
  display: flex;
  align-items: center;
  border: 1px dashed var(--secondary-color);
  padding: 5px 12px;
  border-radius: 30px;
  color: black;
}

.info-x i {
  font-size: 13px;
  margin-right: 8px;
  color: var(--primary-color);
}

.info-x p {
  font-size: 15px;
  font-weight: 500;
}

/* CUSTOM FIXED TO GHOST */
.site-content {
  padding: 0;
}

.gh-icon-btn {
  background: #ffffff7d;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.related-wrapper {
  background: transparent;
}

.gh-content {
  font-size: 17px;
  line-height: 28px;
}

a:hover {
  opacity: 1;
}

.gh-inner {
  max-width: 1450px;
  padding-left: 40px;
  padding-right: 40px;
}

.gh-outer {
  padding-left: 0;
  padding-right: 0;
}

.post-feed {
  grid-template-columns: repeat(3, 1fr);
}

.related-wrapper {
  padding: 0;
  margin: 0;
}

footer {
  margin-top: 140px;
}

.related-posts {
  margin-top: 140px;
}

.author {
  color: var(--ghost-accent-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.kg-image {
  width: auto;
}

.navigation-item {
  padding: 20px;
  border: 2px dashed;
  border-radius: 10px;
  background: #fbfbfb;
}

.gh-canvas,
.kg-width-full.kg-content-wide {
  --main: 1365px;
  --wide: 0;
}

.mobile-nav {
  display: none;
}

.mobile-nav-btn {
  display: flex;
  z-index: 10;
  flex-direction: column;
  grid-gap: 9px;
  position: relative;
}

.mobile-nav-btn span {
  width: 44px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 10px;
  transition: 150ms ease 0s;
}

.mobile-nav.active .mobile-nav-btn span:nth-child(2) {
  transform: translateX(10px);
}

.mobile-nav.active .mobile-nav-btn span:nth-child(1) {
  transform: translateY(-2px);
}

.mobile-nav.active .mobile-nav-btn span:nth-child(3) {
  transform: translateY(2px);
}

.mobile-nav-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 250ms ease 0s;
  background: #033225;
  transform: translateX(-100%);
  padding-top: 100px;
  z-index: 1;
}

.main-logo {
  margin-right: 0;
}

.main-logo img {
  height: 34px;
}

.mobile-nav-link {
  background: #033225;
  border: 1px solid #064b38;
  color: #ffffff;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  border-radius: 5px;
}

.mobile-nav.active .mobile-nav-body {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.contact-container {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="url"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-group input[type="text"]:focus,
.form-group input[type="url"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
  outline: none;
  border: 1px solid #0acc95;
}

.form-group input[type="submit"] {
  background-color: #0acc95;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.form-group input[type="submit"]:hover {
  background-color: #0aa785;
}

/* contact form */
.contact-container {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="url"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-group input[type="text"]:focus,
.form-group input[type="url"]:focus,
.form-group textarea:focus {
  outline: none;
  border: 1px solid #0acc95;
}

.form-group input[type="submit"] {
  background-color: #0acc95;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.form-group input[type="submit"]:hover {
  background-color: #0aa785;
}

.is-dropdown {
  position: relative;
}

.is-dropdown span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  top: 19px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  transition: 150ms ease 0s;
  display: none;
  flex-direction: column;
}

.is-dropdown > span svg {
  height: 6px;
}

.is-dropdown:hover .dropdown-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.dropdown-item {
  background: #ffffff;
  white-space: nowrap;
  padding: 10px 24px;
  color: black;
  border-top: 1px solid #e5e5e5;
}

.dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
  border-top: 0;
}

.dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}

.dropdown-item:only-child {
  border-radius: 5px;
}

.dropdown-item:hover {
  background: #e1e1e1;
  color: black;
}

.mobile-nav-link.dropdown-item {
  background: #034130;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid #064b38;
}

.mobile-nav-link .dropdown-menu {
  width: calc(100% - 0px);
  left: 0px;
  top: 0;
  position: relative;
}

.navbar-links {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.mobile-nav-body-in {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #043d2d;
  border-top: 1px solid #085b44;
  padding: 30px;
  grid-gap: 10px;
}

.mobile-nav-body.active {
  transform: translateX(0%);
}

.how-to-card-header {
  display: flex;
  align-items: center;
}

.how-to-card-header > span {
  height: 30px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  margin-right: 10px;
}

.how-to-card-header h3 {
  margin: 0;
  text-transform: uppercase;
}

.how-to-card p {
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .mobile-nav {
    display: block;
  }

  .navbar-link {
    display: none;
  }

  .navbar-btn {
    display: none;
  }

  .header-bg {
    display: none;
  }

  .header-bars {
    display: none;
  }

  .header-container {
    width: 100%;
  }

  .header-title {
    font-size: 30px;
  }

  .search-bar {
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    padding: 0;
    background: transparent;
  }

  .search-bar i {
    top: 20px;
  }

  .search-bar .btn-primary {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }

  .search-bar > input {
    width: 100%;
    background: white;
    border-radius: 10px;
  }

  .header {
    padding-top: calc(73px + 50px);
    padding-bottom: 50px;
  }

  .info-row {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
  }

  .info-r .grid-3 {
    display: flex;
    flex-wrap: wrap;
  }

  .info-title {
    font-size: 27px;
  }

  .features-header-r {
    display: none;
  }

  .features-row .grid-2 {
    display: flex;
    flex-wrap: wrap;
  }

  .features-set:before,
  .features-set:after {
    display: none;
  }

  .info-icon-set {
    flex-wrap: wrap;
  }

  .btn-row {
    flex-wrap: wrap;
    width: 100%;
  }

  .btn-primary {
    width: 100%;
    text-align: center;
  }

  .title-set {
    flex-wrap: wrap;
    grid-gap: 20px;
  }

  .title-set h2 {
    font-size: 30px;
  }

  .ghost-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .ghost-card {
    padding: 25px;
  }

  .ghost-card .ghost-image {
    margin-left: -24px;
    margin-top: -24px;
    margin-right: -24px;
  }

  .ready-container {
    max-width: 100%;
  }

  .ready-container h1 {
    font-size: 28px;
  }

  .ready {
    padding: 30px;
    background-image: none;
  }

  .footer-t {
    display: flex;
    flex-wrap: wrap;
  }

  .client-table tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .client-table thead {
    display: none;
  }

  tr td:first-child {
    border-radius: 10px 10px 0 0 !important;
  }

  tr td:last-child {
    border-radius: 0 0 10px 10px;
  }

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .post-feed {
    display: flex;
    flex-wrap: wrap;
  }

  .gh-canvas,
  .kg-width-full.kg-content-wide {
    --main: min(var(--content-width, 720px), 100% - var(--gap) * 2) !important;
  }

  .navigation-title {
    font-size: 17px;
  }

  .gh-content {
    font-size: 15px;
  }

  .client-info {
    flex-wrap: wrap;
  }

  tr td {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }

  .kg-card.kg-toggle-card .kg-toggle-heading-text {
    font-size: 20px;
  }

  .client-info-time,
  .client-info-post,
  .client-info-pre {
    display: block;
    text-align: center;
  }
  .ghost-image {
    height: auto !important;
  }
}

.social-icons a {
  font-size: 25px; /* Sets the initial font size of the icons */
  transition: color 0.3s ease; /* Smooth transition for color change on hover */
}

.social-icons a:hover,
.social-icons a:focus {
  color: #0acc95; /* Changes the color to teal on hover/focus */
}

.hover-scale {
  transition: transform 0.2s ease-in-out; /* Smooth transition for scaling effect */
}

.hover-scale:hover {
  transform: scale(
    1.03
  ); /* Scale up the element to 110% of its original size */
}

@media (max-width: 768px) {
  .ready-container .btn-secondary,
  .header .btn-secondary {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-b {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
figcaption {
  font-size: 15px !important;
}

a.navigation-item.navigation-previous {
  display: none;
}

@media (max-width: 767px) {
  .header {
    min-height: 0 !important;
  }
}

@media (max-width: 768px) {
  .client-table {
    width: 100%;
    overflow-x: auto;
  }

  .client-table,
  .client-table thead,
  .client-table tbody,
  .client-table th,
  .client-table td,
  .client-table tr {
    display: block;
  }

  .client-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .client-table tr {
    margin: 0 0 1rem 0;
  }

  .client-table tr:nth-child(odd) {
    background: #f2f2f2;
  }

  .client-table td {
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .client-table td:before {
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }

  .client-table td:nth-of-type(2):before {
    content: "Keywords Ranked";
  }
  .client-table td:nth-of-type(3):before {
    content: "Timeframe";
  }
  .client-table td:nth-of-type(4):before {
    content: "Starting Traffic";
  }
  .client-table td:nth-of-type(5):before {
    content: "Final Traffic";
  }
}
