/* New Hero Thin */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

/* New Hero UltraLight */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Ultra Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Ultra Light Italic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

/* New Hero Light */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

/* New Hero Regular */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Regular Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* New Hero Medium */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Medium Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

/* New Hero SemiBold */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero SemiBold Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

/* New Hero Bold */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/NewHeroBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* New Hero ExtraBold */
@font-face {
  font-family: "New Hero";
  src: url("fonts/NewHeroExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero ExtraBold Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

/* New Hero Super */
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero Super.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "New Hero";
  src: url("fonts/New Hero SuperItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
* {
  font-family: "New Hero", sans-serif;
}
body {
  background-color: #fff;
  margin: 0;
}

.product-bar {
  padding-top: 10px;
  background-color: #fff;
}

.header-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  /* max-width: 1500px; */
}

.product-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}

.product-bar-left {
  display: flex;
  align-items: center;
}

.logo-img {
  margin-right: 20px;
}

.product-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  background-color: #ffecec;
  border: 1px solid #ffc9c9;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.fa-caret-down {
  margin-left: 5px;
}

.login-wrap a {
  text-decoration: none;
  color: #646f79;
  font-size: 0.813rem;
}

/* Navbar Styles */
.navbar {
  background-color: #ffecec;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  border-top: 1px solid #ffc9c9;
  z-index: 1000;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin: 0 auto;
  max-width: 1500px;
}
.left-side {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.menu-icon {
  display: none;
  cursor: pointer;
}

.helpdesk-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.helpdesk-logo img {
  max-width: 100%;
  height: auto;
}

.helpdesk-logo span {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-item {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-item li {
  margin: 0 1rem;
}

.nav-item a {
  text-decoration: none;
  color: #181c20;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem;
  border-radius: 10px;
  transition: all 0.1s ease-in;
}
.nav-item a:hover {
  background-color: rgb(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
}

.get-demo a {
  text-decoration: none;
  color: #fff;
  background-color: #ff3a3a;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.inner-wrapper {
  display: block;
}
.pricing-banner {
  background: url(https://assets.www.happyfox.com/v2/images/pricing-new-banner-bg-new.png)
    no-repeat center center;
  text-align: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.pricing-inner-container {
  width: 100%;
}
.pricing-banner h1 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
  margin: 100px 0 76px;
}
.pricing-explainer {
  display: flex;
  max-width: 77%;
  justify-content: center;
  margin: 0 auto;
  min-height: 90px;
  align-items: stretch;
}
.pricing-explainer-tab {
  color: #000;
  background-color: #ffeada;
  box-shadow: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  width: 50%;
  max-width: 410px;
  font-size: 1rem;
  margin: 0 10px;
  transition: all 0.2s ease-in;
}
.pricing-explainer-tab h4 {
  padding: 0 20px;
  font-weight: 400;
}
.agent-active {
  background-color: #fff;
}
.pricing-explainer-tab:hover {
  cursor: pointer;
  background-color: #fff;
}
#pricing-table-container {
  display: block;
  height: auto;
  opacity: 1;
}
.pricing-table-wrapper {
  box-shadow: 0 -8px 10px 0 RGBA(0, 0, 0, 0.02);
  background-color: #fff;
  padding: 50px 0 0;
}
.comparison-container {
  max-width: 65%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 1300px;
  margin: auto;
}
.pricing-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #f5f4f4;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 70px;
  box-sizing: border-box;
  min-height: max-content;
  max-height: max-content;
}
.pricing-tabs {
  text-decoration: none;
  color: #000;
  width: 25%;
  background-color: #f5f4f4;
  border: none;
  text-align: center;
  padding: 13.5px 30px;
  font-weight: 300;
  outline: none;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 1rem;
  box-sizing: border-box;
  min-height: max-content;
  max-height: max-content;
}
.pricing-active {
  background-color: #fff;
  font-weight: 500;
  border: 1px solid #c8c7c7;
}
.pricing-span {
  font-size: 12px;
}
.pricing-tabs:hover {
  font-weight: 500;
  border: 1px solid #c8c7c7;
  cursor: pointer;
  background-color: #fff;
}
.card-holder {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}
.card {
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  width: 25%;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
  height: auto;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card:hover {
  box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.08);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card:last-child {
  border-right: none;
}
.card h3 {
  font-size: 2rem;
  margin: 0 30px 20px;
  text-align: left;
  font-weight: 500;
}
.pricing-figures {
  margin-bottom: 40px;
  padding: 0 25px;
  text-align: left;
}
.dollar {
  font-size: 24px;
  font-weight: 500;
}
.dollar-figure {
  font-size: 48px;
  font-weight: 500;
}
.figure-snip {
  font-size: 12px;
  font-weight: 300;
}
.savings {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 10px;
}
.savings-percentage {
  color: #009928;
}
.savings-visible {
  display: none;
}
.pricing-feature-list,
.pricing-button-container {
  display: flex;
  padding: 0 35px;
}
.pricing-feature-list ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: disc;
}
.pricing-feature-list li {
  list-style: circle;
  width: 100%;
  text-align: left;
  padding-left: 0;
  font-size: 1rem;
  color: #555550;
  margin-bottom: 15px;
  list-style: circle;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 300;
}
.pricing-button-container {
  padding-top: 40px;
  padding-bottom: 30px;
}
.pricing-button-container a {
  background-color: #f9f9f9;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-button-container a:hover {
  background-color: #ff3a3a;
  color: #fff;
}
.card:hover .pricing-button-container a {
  background-color: #ff3a3a;
  color: #fff;
}
.pricing-banner-para {
  margin: 80px auto 40px;
  border-radius: 16px;
  line-height: 1.5;
  padding: 14px 40px 12px;
  font-size: 16px;
  font-weight: 300;
  background-color: #f9f9f9;
}
.plan-compare-banner {
  margin: auto;
  text-align: center;
  display: block;
}
.plan-compare-banner-para {
  border-top: 1px solid RGBA(0, 0, 0, 0.2);
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  padding: 40px 0;
  background-color: #f8f8f8;
}

.comparison-table-container {
  display: block;
}
.master-table {
  max-width: 1140px;
}

.master-table thead th {
  text-align: left;
  font-weight: 500;
  background-color: white;
  position: sticky;
  top: 0;
}

.section-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 20px 0;
  background-color: #fff;
}

.tickmark {
  background: url(https://assets.www.happyfox.com/v2/images/pricing-tick.svg)
    no-repeat left top;
  width: 20px;
  height: 20px;
  color: white;
}
.not-tickmark {
  background: url(https://assets.www.happyfox.com/v2/images/pricing-no-tick.svg)
    no-repeat left top;
  width: 20px;
  height: 20px;
  color: white;
}

.comparison-table {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
}
.comparison-table table {
  width: 65%;
  max-width: 1140px;
}
.comparison-table thead th {
  text-align: left;
  font-weight: 500 !important;
  padding: 25px 0;
  position: sticky;
  top: 60px;
  background-color: white;
  z-index: 10;
  padding: 20px;
}
.comparison-table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(152, 157, 173, 0.2);
  z-index: 1;
}
table,
thead,
tbody,
th,
td {
  border-collapse: collapse;
  line-height: 1.5;
}

th {
  font-size: 20px;
  font-weight: 500;
  color: #323643;
}

td a {
  color: #323643;
  border-bottom: 0.5px dotted #323643;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
td a:hover {
  color: #f16631;
  border-color: #f16631;
}

tbody td {
  padding-top: 0px;
  padding-bottom: 0px;
}
tr td {
  padding: 10px;
}
.master-table tbody tr:not(.section-title):nth-child(odd) {
  background-color: #fff;
}

/* Style for even rows, excluding section-title */
.master-table tbody tr:not(.section-title):nth-child(even) {
  background-color: #fafafa;
}

/* Hover effect, if desired, for non section-title rows */
.master-table tbody tr:not(.section-title):hover {
  background-color: #f7f7f7;
}
/* Override hover effect for rows containing button-wrapper */
.master-table tbody tr td.button-wrapper:hover {
  background-color: #fff; /* Keeps the background color as it is, removing hover effect */
}
/* Style for new odd rows */
.master-table tbody tr.new-row:nth-child(odd) {
  background-color: #fafafa; /* Inverted color */
}

/* Style for new even rows */
.master-table tbody tr.new-row:nth-child(even) {
  background-color: #fff; /* Inverted color */
}
/* Remove text decoration for links in new rows */
.master-table tbody tr.new-row a {
  text-decoration: none;
}

/* Optionally, if you want to change the color of the link text */
.master-table tbody tr.new-row a {
  text-decoration: none;
  color: #000; /* Example color, change as needed */
}

.comparison-table-para {
  color: #787978;
  font-size: 16px;
}
.button-wrapper {
  width: 65%;
  max-width: 1140px;
}
.button-wrapper button {
  color: #323643;
  display: inline-block;
  font-size: 0.9rem;
  padding: 5px 10px;
  border: solid 1px #989dad;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px 0;
  background: 0 0;
}
.button-wrapper p {
  color: #9b9b9b;
  padding: 30px 0 30px 0;
}

.faq-section-container {
  display: flex;
  justify-content: center;
  background: #fafafa;
  padding: 80px 0;
}
.faqSection {
  width: 65%;
  max-width: 1140px;
  display: flex;
  justify-content: center;
}

.faqsBox {
  width: 1140px;
  background: #fff;
  border-radius: 15px;
  padding: 60px 100px;
  box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faqHeading {
  padding: 20px;
  font-size: 32px;
  text-align: center;
}

.questionsColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faqQuestionBox {
  width: 100%;
  padding: 10px 0px 10px;
  border-bottom: 1px solid RGBA(0, 0, 0, 0.1);
}

.faqQuestionBoxArrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 15px 0px 15px;
  cursor: pointer;
  font-weight: 500;
}

.hide {
  display: none !important;
  font-size: 16px;
  font-weight: 300;
  color: #6d717e;
  padding: 0px 0px 20px;
}
.show {
  display: block !important;
  width: 100%;
}
.show-inline-block {
  display: inline-block !important;
}

.faqHeading {
  padding: 20px;
  font-size: 30px;
}
.more-container {
  display: block;
  width: 100%;
  text-align: center;
}
.more-heading {
  font-size: 2rem;
  font-weight: 500;
  margin: 100px 0 76px;
}
.more-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.more-first-row {
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.more-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  margin: 10px;
  border: 1px solid transparent;
}

.more-card:hover {
  box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.08);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #dadada;
  border-radius: 16px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 20px 0;
}
.card-caption {
  font-size: 1rem;
  font-weight: 300;
  margin: 20px 0;
}
.card-link {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin: 20px 0;
}

@media only screen and (max-width: 992px) {
  .pricing-tab {
    flex-direction: column;
  }

  .pricing-tabs {
    width: 100%;
    margin-bottom: 10px; /* Add space between stacked tabs */
  }

  /* To remove the margin from the last tab */
  .pricing-tabs:last-child {
    margin-bottom: 0;
  }
  .more-first-row .more-card {
    width: 50%; /* One card per row */
  }
}
@media only screen and (max-width: 991px) {
  .card {
    width: calc(50% - 10px); /* Two cards per row */
  }
}

/* Media Queries */
/* Mobile Devices */
@media screen and (max-width: 768px) {
  .menu-icon {
    display: block; /* Show hamburger icon */
    margin-right: 1rem; /* Spacing */
  }

  .navbar-container {
    display: flex;
    justify-content: space-between; /* Keep items on the edges */
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .header-container {
    padding: 0 20px;
  }
  .nav-item {
    display: none; /* Hide navigation items */
  }

  .product-bar {
    margin: 10px 0;
  }
  .product-tab {
    display: none; /* Hide product tab */
  }

  .pricing-explainer-tab {
    width: 100%;
    margin-top: 10px;
  }
  .card {
    padding-top: 50px;
    width: 100%;
    border-right: none;
    border-top: 1px solid #eee;
  }

  .section-title {
    background-color: #fff;
    text-align: left;
    padding-left: 10px;
  }
  .faqsBox {
    padding: 60px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .helpdesk-logo span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .helpdesk-logo span {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-container {
    width: 76%;
  }
  .header-container {
    max-width: 76%;
  }

  .nav-item {
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  /* Adjust the table row */
  .master-table tr {
    display: block; /* Break the normal table row layout */
  }

  /* Adjust the first cell of each row to span full width */
  .master-table tr td:first-child {
    display: block;
    width: 100%;
    text-align: left;
  }

  /* Wrap tickmark cells in a div and apply grid layout to this div */
  .master-table tr td .tickmark-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Create four columns */
    width: 100%;
  }

  /* Style for each tickmark */
  .master-table .tickmark {
    text-align: center; /* Center the content in each tickmark cell */
  }
  .master-table thead th:first-child {
    display: none;
  }
  th {
    font-size: 1rem;
  }
  .comparison-table thead th {
    padding: 9px;
  }
  .faqSection {
    width: 80%;
  }
}
/* @media screen and (max-width: 425px) {
  .faqSection {
    width: 80%;
  }
} */
