/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./chargeon-compare/chargeonCompare.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --buttoncolorhover: rgb(62, 107, 224);
  --buttoncolor: rgb(85, 132, 255);
  --contentcolor: rgb(132, 146, 175);
  --headingcolor: rgb(14, 26, 53);
}

* {
  margin: 0;
  padding: 0;
}

html {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  margin-top: 0 !important;
  box-sizing: border-box;
  line-height: 1.5;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

div {
  font-family: "Roboto";
}

a {
  text-decoration: unset !important;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.restrict-mark {
  all: unset !important;
  display: inline;
  color: #e42a00 !important;
}

.just-validate-error-label {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .just-validate-error-label {
    font-size: 10px;
  }
}

.mandatory-mark {
  color: #ee0004;
}

.main-booking-iframe {
  width: 100%;
  border: none;
}

.container {
  margin: 0 auto;
  max-width: 1280px !important;
  padding: 0 !important;
  width: 100%;
}

.custom-container {
  width: 82%;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .custom-container {
    width: 90%;
  }
}

.home-button {
  text-align: center;
  padding: 8px 20px;
  color: #fff;
  background: var(--buttoncolor);
  font-size: 1rem;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.home-button:hover {
  background: var(--buttoncolorhover);
}

.herosectionheading {
  font-size: 50px;
  color: var(--headingcolor);
}

.buttoncss {
  background-color: var(--buttoncolor);
  padding: 13px 50px;
  font-size: 18px;
  transition: all 0.6s;
  font-weight: 600;
  border-radius: 30px;
  border: 0px;
  color: white;
  text-transform: uppercase;
}
.buttoncss:hover {
  background-color: var(--buttoncolorhover);
}

header {
  height: 85px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  z-index: 999;
  position: fixed;
  top: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}
.sticky header {
  position: fixed;
  top: 0;
}
.sticky .nav-content .nav-inner-content > ul > li > a {
  color: black !important;
}
.sticky svg {
  fill: #000;
}
.sticky .head-bar svg {
  fill: #000;
}

.head-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .head-content {
    padding-top: 12px;
  }
}
@media screen and (max-width: 500px) {
  .head-content {
    height: 100%;
    padding-top: 0px;
  }
}

.header-logo {
  text-decoration: none;
  width: 12%;
  height: 12%;
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .header-logo {
    width: 15%;
    height: 15%;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    width: 30%;
    height: 35%;
  }
}

.nav-content {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 1050px) {
  .nav-content {
    display: none;
  }
}
.nav-content .nav-inner-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-content .nav-inner-content > ul {
  display: flex;
  align-items: center;
}
.nav-content .nav-inner-content > ul > li {
  list-style: none;
}
.nav-content .nav-inner-content > ul > li > a {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
}
.nav-content .nav-inner-content > ul > li > button {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
  border: none;
  background: none;
}

.head-button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .head-button {
    display: none;
  }
}
.head-button > ul > li {
  list-style: none;
}
.head-button > ul > li > a {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
}
.head-button > .head-button > a:hover {
  background: var(--buttoncolorhover);
}
.head-button button,
.head-button .bookDemo_headerBtn {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 10px;
  padding: 0.6rem 1.3rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  transition: all 0.5s ease;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media screen and (max-width: 500px) {
  .head-button button,
  .head-button .bookDemo_headerBtn {
    font-size: 14px;
  }
}
.head-button button .head-btn-arrow,
.head-button .bookDemo_headerBtn .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
  display: inline-block !important;
}
.head-button button:hover,
.head-button .bookDemo_headerBtn:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.head-button button:hover > svg,
.head-button .bookDemo_headerBtn:hover > svg {
  transform: translateX(10px);
}

.head-bar {
  display: none;
}
@media screen and (max-width: 1050px) {
  .head-bar {
    display: block;
  }
  .head-bar svg {
    font-size: 23px;
    fill: #2a2828;
    display: flex;
  }
  .head-bar svg:hover {
    color: #5584ff;
    cursor: pointer;
  }
}

.head-bar-list {
  display: none;
}
@media screen and (max-width: 1050px) {
  .head-bar-list {
    top: 80%;
    display: block;
    padding: 15px 20px !important;
    z-index: 4;
    position: absolute;
    background: white;
    width: 100%;
    left: 0px;
    height: 100vh;
  }
  .head-bar-list > ul {
    margin-top: 15px;
  }
  .head-bar-list > ul > li > a,
  .head-bar-list > ul button {
    padding: 10px 0px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: color 0.5s;
    cursor: pointer;
    font-family: Roboto;
    border: none;
    background: none;
  }
  .head-bar-list > ul > li > a:hover,
  .head-bar-list > ul button:hover {
    color: #9daac7;
  }
  .head-bar-list .head-bar-button {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.our-products {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .our-products {
    display: flex !important;
  }
}
.our-products svg {
  font-size: 11px;
  margin: 5px;
  color: rgb(168, 175, 188);
  fill: #000;
}
@media screen and (max-width: 500px) {
  .our-products svg {
    fill: #000;
  }
}
.our-products:hover + .our-products svg {
  font-size: 11px;
  margin: 5px;
  color: var(--buttoncolor);
}

.head-product {
  position: relative;
}
.head-product:hover + .product-list {
  display: block;
}
.head-product:hover ~ .product-list-dual-column {
  display: grid;
}

.product-list-dual-column {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  list-style: none;
  min-width: 300px;
  background-color: #fff;
  margin: -10px 0px;
  position: absolute;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  padding-bottom: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
  z-index: 99;
  list-style-type: none;
}
.product-list-dual-column:hover {
  display: grid;
}
.product-list-dual-column > li {
  padding: 10px 0px;
}
.product-list-dual-column > li.non-link {
  color: #000;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 1rem;
  pointer-events: none;
}
.product-list-dual-column > li > a {
  color: #000;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 1rem;
}
.product-list-dual-column > li > a:hover {
  color: #83a5b9;
}

.product-list {
  background-color: #fff;
  display: none;
  margin: -10px 0px;
  position: absolute;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
  z-index: 99;
  list-style-type: none;
}
.product-list:hover {
  display: block;
}
.product-list > li {
  padding: 10px 0px;
}
.product-list > li.non-link {
  color: #000;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 1rem;
  pointer-events: none;
}
.product-list > li > a {
  color: #000;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 1rem;
}
.product-list > li > a:hover {
  color: #83a5b9;
}

.unclickable-pointers a {
  pointer-events: none;
}

@media screen and (max-width: 1050px) {
  .product-bar-list {
    padding: 0px 15px !important;
  }
  .product-bar-list > li.non-link {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    pointer-events: none;
  }
  .product-bar-list > li > a {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .product-bar-list > li > a:hover {
    color: #83a5b9;
  }
}

.sub-pointer {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  color: #000;
  font-size: 1rem;
  transition: color 0.3s;
}
.sub-pointer:hover {
  color: #83a5b9;
}
.sub-pointer:hover > ul {
  display: block;
}
.sub-pointer > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  z-index: 100;
}
.sub-pointer > ul > li {
  padding: 7px 15px;
  color: #000;
  font-size: 1rem;
}
.sub-pointer > ul > li:hover {
  color: #83a5b9;
}
.sub-pointer > ul > li > a {
  color: inherit;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1050px) {
  .sub-pointer {
    padding: 0;
    font-size: 14px;
  }
  .sub-pointer > ul {
    position: static;
    box-shadow: none;
  }
  .sub-pointer > ul > li {
    font-size: 14px;
  }
}

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

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required)::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
.loading::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background-repeat: repeat;
}

.loader {
  display: none;
}
.loader.active {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loader.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
.loader.active::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: all 0.5s ease;
  padding: 0 20px;
}
.popup .just-validate-error-label {
  width: 100% !important;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 120%);
  left: 0;
}
.popup .popup-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 650px;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  padding-top: 0px;
  height: auto;
  margin: 0 auto;
  overflow-y: scroll;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .popup .popup-content {
    height: 500px;
    width: 100%;
  }
}
.popup .popup-content .imglogo {
  text-align: center;
  padding: 15px;
}
.popup .popup-content .imglogo img {
  width: 30%;
}
@media screen and (max-width: 500px) {
  .popup .popup-content .imglogo img {
    width: 50%;
  }
}
.popup .closediv {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.popup .flexdiv {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .popup .flexdiv {
    flex-wrap: wrap;
  }
}
.popup .flexdiv div {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .popup .flexdiv div {
    width: 100%;
  }
}
.popup .flexdiv .flexdivinner {
  display: flex;
  gap: 11px;
}
.popup .flexdiv .flexdivinner .form-group {
  width: 59%;
}
.popup .flexdiv .flexdivinner .form-group:first-child {
  width: 41%;
}
.popup h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.popup label {
  font-size: 16px !important;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
}
.popup button[type=submit] {
  margin: 0 auto;
  width: 55%;
  background: #06c;
  border: 0;
  padding: 10px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.popup input[type=text],
.popup input[type=email],
.popup select,
.popup textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  display: block;
  height: 48px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  line-height: unset;
  background: #fafafa !important;
}
.popup input[type=text]:focus,
.popup input[type=email]:focus,
.popup select:focus,
.popup textarea:focus {
  outline: none;
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

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

.securediv {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.securediv div span {
  font-size: 14px;
}

.error-message {
  color: red;
  font-size: 10px;
  width: 100% !important;
  margin-top: 0px;
  font-family: "Roboto";
}

/* Dreamforce Booth Header Button */
@keyframes booth-glow-pulse {
  0% {
    box-shadow: 0 0 5px rgba(59, 115, 148, 0.3);
  }
  50% {
    box-shadow: 0 0 25px rgba(59, 115, 148, 0.7), 0 0 10px rgba(137, 202, 240, 0.6);
  }
  100% {
    box-shadow: 0 0 5px rgba(59, 115, 148, 0.3);
  }
}
.dreamforce-booth-header-btn-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dreamforce-booth-header-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13.18px;
  line-height: 15.06px;
  color: rgb(20, 65, 91) !important;
  background-color: #ffffff !important;
  border: 1px solid rgb(137, 202, 240) !important;
  border-radius: 30px !important;
  padding: 10px 24px !important;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-decoration: none !important;
  transition: all 0.3s ease;
  animation: booth-glow-pulse 2s infinite ease-in-out;
}

.head-bar-list .mobile-booth-btn {
  margin: 10px 0;
  width: max-content;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.bookacall {
  cursor: pointer;
}

footer {
  background-color: #062232;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 0 1rem;
  }
}
footer .container {
  padding: 80px 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 1500px) {
  footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  footer .container {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 1000px) {
  footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  footer .container {
    gap: 1.5rem;
  }
}
footer .footimg-div {
  margin: 0 auto;
  max-width: 1280px !important;
  padding: 40px 0 !important;
  width: 100%;
}
footer .footimg-div #footer-img {
  max-width: 200px;
}
@media screen and (max-width: 1100px) {
  footer .footimg-div {
    padding: 35px 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  footer .footimg-div {
    width: fit-content;
    height: auto;
    margin: unset;
  }
}
footer .foot-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  footer .foot-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-content {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-content {
    gap: 1.5rem;
    grid-template-columns: 1fr !important;
  }
}
footer .foot-part {
  width: 20%;
  height: 20%;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .foot-part:nth-child(1) {
  width: 35%;
}
footer .foot-part img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  footer .foot-part img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part img {
    max-width: 100%;
  }
}
footer .foot-part .foot-part-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 26.4px;
  margin-bottom: 20px;
  color: #31617c;
  line-height: 1.4 !important;
}
@media screen and (max-width: 1100px) {
  footer .foot-part .foot-part-heading {
    font-size: 1.3rem;
  }
}
footer .foot-part ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .foot-part ul li a {
  text-decoration: none;
  color: #9ba7ad;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s;
}
footer .foot-part ul li button {
  text-decoration: none;
  color: #9ba7ad;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .foot-part p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9ba7ad;
}
footer .foot-part p svg {
  fill: white;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
footer .foot-part p a {
  color: #9ba7ad;
}
footer .foot-part .address-line {
  line-height: 1.4;
}
footer .foot-part .become-partner-button {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border-radius: 8px;
  border: 0.85px solid #7f7f7f;
  padding: 10px 30px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-shrink: 1;
  width: fit-content;
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .become-partner-button {
    padding: 10px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-part .become-partner-button {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .become-partner-button {
    max-width: 180px;
    text-align: center;
  }
}
footer .foot-part .subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #102e3f;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  padding: 15px 20px;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  footer .foot-part .subscribe-form {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .subscribe-form {
    margin-bottom: unset;
  }
}
footer .foot-part .subscribe-form .sub_head {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form .sub_head {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .subscribe-form .sub_head {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .subscribe-form .sub_head {
    justify-content: center;
  }
}
footer .foot-part .subscribe-form #footer-subscribe {
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .subscribe-form #footer-subscribe {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
footer .foot-part .subscribe-form .flex-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form .flex-input {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form .flex-input {
    margin-top: 0;
  }
}
footer .foot-part .subscribe-form .flex-input ::placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
footer .foot-part .subscribe-form .flex-input .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
footer .foot-part .subscribe-form .flex-input .input-field input {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
  padding-bottom: 10px;
  width: 100%;
  background: transparent;
  border-radius: unset !important;
  padding-left: 0;
  margin-bottom: 16px;
}
footer .foot-part .subscribe-form .flex-input .input-field input:focus, footer .foot-part .subscribe-form .flex-input .input-field input:hover {
  outline: none;
}
footer .foot-part .subscribe-form .flex-input .input-field .just-validate-error-label {
  font-size: 12px;
  margin-top: unset !important;
  position: absolute;
  bottom: 0 !important;
  transform: translate(0%, 30%);
  left: 0;
  color: #ff0000 !important;
}
footer .foot-part .subscribe-form .button-Signup {
  width: 100%;
  margin-top: 10px;
}
footer .foot-part .subscribe-form .button-Signup button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0.8px solid #d9d9d9;
  background: transparent;
}
footer .foot-part .foot-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width: 1025px) {
  footer .foot-part .foot-icons {
    bottom: -40px;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-part .foot-icons {
    bottom: -190px;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-part .foot-icons {
    justify-content: center;
    gap: 10px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part .foot-icons {
    justify-content: center;
    gap: 10px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .foot-icons {
    position: unset;
    justify-content: flex-start;
    gap: 20px;
  }
}
footer .foot-part .foot-icons a {
  text-decoration: none;
  color: #99869f;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 50%;
  padding: 7px 7px;
  display: flex;
  align-items: center;
}
footer .foot-part .foot-icons a svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
footer .foot-part .foot-icons a:hover .foot-icon-svg-path {
  fill: #fff;
}
@media only screen and (max-width: 900px) {
  footer .foot-part {
    width: unset !important;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-part {
    width: unset !important;
    height: unset;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part {
    width: unset;
    height: unset;
  }
}
footer .foot-end {
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  font-weight: 400;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 900px) {
  footer .foot-end {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-end {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-end {
    padding: 15px 0;
  }
}
footer .foot-end p {
  line-height: 20px;
  color: #9ba7ad;
}
footer .foot-end .foot-end-links {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1000px) {
  footer .foot-end .foot-end-links {
    gap: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-end .foot-end-links {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-end .foot-end-links {
    gap: 1rem;
    justify-content: center;
    row-gap: 0.4rem;
  }
}
footer .foot-end .foot-end-links a {
  text-decoration: none;
  color: #9ba7ad;
  transition: color 0.5s;
}

#sec-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #sec-img {
    width: 50%;
    height: 50%;
  }
}
@media only screen and (max-width: 650px) {
  #sec-img {
    width: 50%;
    height: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .social-heading {
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  .social-heading {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .secimg-div {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .secimg-div {
    text-align: center;
    margin-top: 20px;
  }
}

.chargeonpopup .just-validate-error-label {
  font-size: 10px;
  position: absolute;
  bottom: 7px;
  transform: translate(0%, 50%);
  left: 0;
  line-height: unset;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .just-validate-error-label {
    font-size: 9px;
    transform: translate(0%, 30%);
    line-height: 1;
    bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .just-validate-error-label {
    font-size: 9px;
    bottom: 3px;
    transform: translate(0%, 10%);
  }
}
.chargeonpopup .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chargeonpopup .modal.open {
  opacity: 1;
}
.chargeonpopup .modal-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 50px;
  border: none;
  width: 95%;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media screen and (min-width: 1450px) {
  .chargeonpopup .modal-content {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .chargeonpopup .modal-content {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
  }
  .chargeonpopup .modal-content .container {
    width: 95%;
  }
}
.chargeonpopup .l-modal__bt-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}
.chargeonpopup .l-modal__bt-close:before, .chargeonpopup .l-modal__bt-close:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #bdbdbd;
  transition: background-color 0.3s;
}
.chargeonpopup .l-modal__bt-close:before {
  transform: rotate(45deg);
}
.chargeonpopup .l-modal__bt-close:after {
  transform: rotate(-45deg);
}
.chargeonpopup .l-modal__bt-close:hover:before, .chargeonpopup .l-modal__bt-close:hover:after {
  background-color: #000;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .l-modal__bt-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}
.chargeonpopup .mainDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .mainDiv {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .mainDiv {
    margin-bottom: 10px;
  }
}
.chargeonpopup .formText {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText {
    width: 100%;
    text-align: center;
  }
}
.chargeonpopup .formText .myhead {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #282828;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText .myhead {
    margin-bottom: 0;
    font-size: 22px;
    text-align: start;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formText .myhead {
    font-size: 18px;
  }
}
.chargeonpopup .formText .para-width {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText .para-width {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: start;
    line-height: unset;
  }
}
.chargeonpopup .formText img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText img {
    display: none !important;
  }
}
.chargeonpopup .formInput {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formInput {
    width: 100%;
  }
}
.chargeonpopup .formInput form {
  width: 100%;
}
.chargeonpopup .formInput label {
  font-size: 14px;
  line-height: 14px;
  color: #6b6b6b;
  font-weight: 400;
}
.chargeonpopup .formInput label .restrict-mark {
  color: #e42a00;
}
@media screen and (max-width: 600px) {
  .chargeonpopup .formInput label {
    font-size: 12px;
  }
}
.chargeonpopup .formInput input,
.chargeonpopup .formInput select,
.chargeonpopup .formInput textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 5px 0;
  margin-bottom: 13px;
  color: rgba(0, 0, 0, 0.3490196078);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}
.chargeonpopup .formInput input::placeholder,
.chargeonpopup .formInput select::placeholder,
.chargeonpopup .formInput textarea::placeholder {
  color: #d1d1d1;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput input,
  .chargeonpopup .formInput select,
  .chargeonpopup .formInput textarea {
    padding: 0;
  }
}
.chargeonpopup .formInput select {
  padding-right: 0;
  cursor: pointer;
}
.chargeonpopup .formInput .inputdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput .inputdiv {
    flex-direction: column;
    gap: 0;
  }
}
.chargeonpopup .formInput .inputdiv > div {
  width: 100%;
  position: relative;
}
.chargeonpopup .formInput .countryDiv {
  width: 48.5%;
}
@media (max-width: 500px) {
  .chargeonpopup .formInput .countryDiv {
    width: 100%;
  }
}
.chargeonpopup .formInput .inputphone {
  width: 48.5%;
  display: flex;
  gap: 15px;
}
.chargeonpopup .formInput .inputphone > div:first-child {
  width: 30%;
}
.chargeonpopup .formInput .inputphone > div:last-child {
  width: 70%;
}
@media (max-width: 500px) {
  .chargeonpopup .formInput .inputphone {
    width: 100%;
  }
  .chargeonpopup .formInput .inputphone > div:first-child {
    width: 50% !important;
  }
}
.chargeonpopup .formInput textarea {
  resize: vertical;
  min-height: 60px;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput textarea {
    min-height: 40px !important;
    margin-bottom: 5px !important;
  }
}
.chargeonpopup .formInput button[type=submit] {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #133f59;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  float: right;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formInput button[type=submit] {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput button[type=submit] {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
}
.chargeonpopup .bysub {
  font-size: 12px;
  line-height: 16px;
  color: #6b6b6b;
}
.chargeonpopup .bysub a {
  color: #555 !important;
  text-decoration: underline;
}
.chargeonpopup .bysub a:hover {
  color: #000 !important;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .bysub {
    font-size: 10px;
    line-height: 13px;
  }
}
.chargeonpopup .iframeshow {
  width: 100%;
  display: none;
}
.chargeonpopup .iframeshow .main-booking-iframe {
  width: 100%;
  border: none;
}
.chargeonpopup .modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chargeonpopup .modal-overlay.open {
  display: block;
  opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.webinar-stripe {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 95%;
}
@media screen and (max-width: 500px) {
  .webinar-stripe {
    width: 100%;
  }
}
.webinar-stripe .bottom-bar {
  position: relative;
}
.webinar-stripe .bottom-bar .stripe-main {
  width: 100%;
  display: block;
}
.webinar-stripe .bottom-bar .stripe-main picture {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.webinar-stripe .bottom-bar .stripe-main img {
  height: auto;
  width: 100%;
}
.webinar-stripe .bottom-bar .stripe-part {
  position: absolute;
  bottom: 0%;
  right: 85px;
  width: 11%;
}
@media screen and (max-width: 1050px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 25px;
  }
}
.webinar-stripe .bottom-bar .stripe-part img {
  width: 100%;
}
.webinar-stripe .bottom-bar .stripe-part-2 {
  position: absolute;
  top: -12px;
  left: 0px;
  width: 5%;
}
.webinar-stripe .bottom-bar .stripe-part-2 img {
  width: 100%;
}
.webinar-stripe .bottom-bar .stripe-part-3 {
  position: absolute;
  top: -12px;
  left: 0px;
  width: 7%;
}
.webinar-stripe .bottom-bar .stripe-part-3 img {
  width: 100%;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  --faq-heading-color: #000;
  --faq-question-color: #424242;
  --faq-question-icon-color: #562762;
  --color-faq-light-3: #737373;
  --faq-btn-color: #3d0743;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

#agentforce-at-dreamforce,
#features {
  scroll-margin-top: 180px;
}

.webinar-stripe {
  display: none !important;
}

section .heading-primary {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  margin: 0;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  section .heading-primary {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 600px) {
  section .heading-primary {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 360px) {
  section .heading-primary {
    font-size: 1.25rem;
  }
}

section .description {
  font-size: 1.2rem;
  color: #6b6b6b;
}
@media screen and (max-width: 1000px) {
  section .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  section .description {
    font-size: 0.8rem;
  }
}

main {
  display: flex !important;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 700px) {
  main {
    gap: 3rem;
  }
}

@media screen and (max-width: 1500px) {
  section {
    padding: 0 3rem !important;
  }
}
@media screen and (max-width: 1250px) {
  section {
    padding: 0 3rem !important;
  }
}
@media screen and (max-width: 850px) {
  section {
    padding: 0 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  section {
    padding: 0 1rem !important;
  }
}

.chargeon-compare-header {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  width: 80%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  z-index: 999;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 12px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}
.chargeon-compare-header.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
}
@media screen and (max-width: 1050px) {
  .chargeon-compare-header {
    top: 35px;
    width: 92%;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-header {
    top: 25px;
    width: 90%;
    height: 55px;
  }
}
.chargeon-compare-header .chargeon-compare-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.chargeon-compare-header .chargeon-compare-header-left {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1050px) {
  .chargeon-compare-header .chargeon-compare-header-left {
    gap: 2rem;
  }
}
.chargeon-compare-header .chargeon-compare-header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.chargeon-compare-header .chargeon-compare-header-logo img {
  width: 125px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .chargeon-compare-header .chargeon-compare-header-logo img {
    width: 100px;
  }
}
@media screen and (max-width: 1050px) {
  .chargeon-compare-header .chargeon-compare-header-nav {
    display: none;
  }
}
.chargeon-compare-header .chargeon-compare-header-menu {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.chargeon-compare-header .chargeon-compare-header-link {
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #424242;
  text-decoration: none;
  transition: color 0.3s ease;
}
.chargeon-compare-header .chargeon-compare-header-link:hover {
  color: #0080ca;
}
.chargeon-compare-header .chargeon-compare-header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.chargeon-compare-header .chargeon-compare-header-cta {
  background: linear-gradient(180deg, #1b3644 0%, #0e2430 100%);
  color: #ffffff;
  padding: 0.65rem 1.35rem;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(14, 36, 48, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1050px) {
  .chargeon-compare-header .chargeon-compare-header-cta {
    display: none;
  }
}
.chargeon-compare-header .chargeon-compare-header-cta svg {
  transition: transform 0.3s ease;
}
.chargeon-compare-header .chargeon-compare-header-cta:hover {
  background: linear-gradient(0deg, #1b3644 0%, #0e2430 100%);
  box-shadow: 0 6px 16px rgba(14, 36, 48, 0.3);
}
.chargeon-compare-header .chargeon-compare-header-cta:hover svg {
  transform: translateX(4px);
}
.chargeon-compare-header .chargeon-compare-header-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
}
@media screen and (max-width: 1050px) {
  .chargeon-compare-header .chargeon-compare-header-toggle {
    display: flex;
  }
}
.chargeon-compare-header .chargeon-compare-header-toggle .chargeon-compare-header-toggle-bar {
  width: 100%;
  height: 2.5px;
  background-color: #1e293b;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.chargeon-compare-header .chargeon-compare-header-toggle.active .chargeon-compare-header-toggle-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.chargeon-compare-header .chargeon-compare-header-toggle.active .chargeon-compare-header-toggle-bar:nth-child(2) {
  opacity: 0;
}
.chargeon-compare-header .chargeon-compare-header-toggle.active .chargeon-compare-header-toggle-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
.chargeon-compare-header .chargeon-compare-header-mobile-drawer {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 1.25rem 1.5rem;
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .chargeon-compare-header .chargeon-compare-header-mobile-drawer {
    display: block;
  }
}
.chargeon-compare-header .chargeon-compare-header-mobile-drawer.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.chargeon-compare-header .chargeon-compare-header-mobile-drawer .chargeon-compare-header-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.chargeon-compare-header .chargeon-compare-header-mobile-drawer .chargeon-compare-header-mobile-link {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}
.chargeon-compare-header .chargeon-compare-header-mobile-drawer .chargeon-compare-header-mobile-link:hover {
  color: #0080ca;
}
.chargeon-compare-header .chargeon-compare-header-mobile-drawer .chargeon-compare-header-mobile-cta {
  background: linear-gradient(180deg, #1b3644 0%, #0e2430 100%);
  color: #ffffff;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}

.chargeon-compare-hero-section {
  width: 100%;
  padding: 1.5rem !important;
  background: linear-gradient(180deg, #eaf4fd 0%, #eef6fc 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-section {
    padding: 1rem 0.75rem !important;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-section {
    padding: 0.75rem 0.5rem !important;
  }
}
.chargeon-compare-hero-section::before {
  content: "";
  position: absolute;
  bottom: -240px;
  left: 140px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(14, 165, 255, 0.3) -15%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-section::before {
    width: 350px;
    height: 350px;
    bottom: -150px;
    left: -50px;
  }
}
.chargeon-compare-hero-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -90px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(14, 165, 255, 0.35) -10%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-section::after {
    width: 350px;
    height: 350px;
    right: -50px;
    bottom: -50px;
  }
}
.chargeon-compare-hero-section .chargeon-compare-hero-card {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0px 0px 40px rgba(15, 45, 64, 0.05), 0px 0px 3px rgba(0, 0, 0, 0.03);
  padding: 8rem 0rem 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .chargeon-compare-hero-section .chargeon-compare-hero-card {
    padding: 6.5rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-section .chargeon-compare-hero-card {
    padding: 6rem 2rem 2.5rem;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-section .chargeon-compare-hero-card {
    padding: 6rem 1.5rem 2rem;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-section .chargeon-compare-hero-card {
    padding: 6rem 1.25rem 1.75rem;
    border-radius: 14px;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-section .chargeon-compare-hero-card {
    padding: 6rem 0.85rem 1.5rem;
    border-radius: 12px;
  }
}

.chargeon-compare-hero-content {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
@media screen and (max-width: 1295px) and (min-width: 1025px) {
  .chargeon-compare-hero-content {
    gap: 1.8rem;
  }
  .chargeon-compare-hero-content .chargeon-compare-hero-left {
    margin-left: 1.25rem !important;
  }
  .chargeon-compare-hero-content .chargeon-compare-hero-tagline {
    font-size: 1.1rem !important;
  }
  .chargeon-compare-hero-content .chargeon-compare-hero-title {
    font-size: 1.75rem !important;
    margin-bottom: 0.85rem !important;
  }
  .chargeon-compare-hero-content .chargeon-compare-hero-desc {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.85rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .chargeon-compare-hero-content {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content {
    gap: 2rem;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-left {
  display: flex;
  flex-direction: column;
  margin-left: 5rem;
}
@media screen and (max-width: 1200px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-left {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-left {
    margin-left: 0;
    align-items: flex-start;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-tagline {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(40, 118, 165);
  margin-bottom: 0.75rem;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-tagline {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-tagline {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-tagline {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-tagline {
    font-size: 0.875rem;
    margin-bottom: 0.4rem;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-title {
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(40, 40, 40);
  line-height: 1.25;
  margin-bottom: 1.25rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-title {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-title {
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-desc {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(107, 107, 107);
  line-height: 1.65;
  margin-bottom: 1rem;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-desc {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-desc {
    font-size: 0.9rem;
    line-height: 1.55;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-desc {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-badges {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-badges {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-badges {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-badges {
    gap: 0.6rem;
    margin-bottom: 1.25rem;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-badges svg {
  width: 76px;
  height: 76px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-badges svg {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-badges svg {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-badges svg {
    width: 52px;
    height: 52px;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-badges svg:hover {
  transform: translateY(-2px);
}
.chargeon-compare-hero-content .chargeon-compare-hero-btn {
  align-self: flex-start;
  background: linear-gradient(180deg, #1b3644 0%, #0e2430 100%);
  color: #ffffff;
  padding: 0.7rem 1.8rem;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 4px 14px rgba(14, 36, 48, 0.25);
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-btn {
    padding: 0.65rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-btn {
    width: 100%;
    justify-content: center;
    padding: 0.7rem 1.2rem;
    font-size: 0.875rem;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-btn svg {
  transition: transform 0.3s ease;
}
.chargeon-compare-hero-content .chargeon-compare-hero-btn:hover {
  background: linear-gradient(0deg, #1b3644 0%, #0e2430 100%);
  box-shadow: 0 8px 20px rgba(14, 36, 48, 0.35);
}
.chargeon-compare-hero-content .chargeon-compare-hero-btn:hover svg {
  transform: translateX(4px);
}
.chargeon-compare-hero-content .chargeon-compare-hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-left: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-right {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-right {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.chargeon-compare-hero-content .chargeon-compare-hero-right .chargeon-compare-hero-img {
  width: 100%;
  height: auto;
  max-width: 650px;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-right .chargeon-compare-hero-img {
    transform: rotateZ(-8deg);
    box-shadow: -10px 15px 35px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-right .chargeon-compare-hero-img {
    transform: rotateZ(0deg);
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-hero-content .chargeon-compare-hero-right .chargeon-compare-hero-img {
    border-radius: 8px;
  }
}

.our-valued-customers {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 0px;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.our-valued-customers .text-container {
  width: 100%;
}
.our-valued-customers .business-brands-heading {
  font-weight: 500;
  color: #9e9e9e;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .our-valued-customers .business-brands-heading {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.our-valued-customers .business-brands-heading span {
  color: #424242;
}
.our-valued-customers .swiper {
  width: 100%;
  display: flex;
  background-color: var(--slider-background);
  padding: 1rem 0.5rem;
  margin-top: 3rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .our-valued-customers .swiper {
    margin-top: 2rem;
  }
}
.our-valued-customers .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
}
@media screen and (max-width: 900px) {
  .our-valued-customers .swiper-slide {
    margin-right: 0 !important;
  }
}
.our-valued-customers .customers-logo .swiper-wrapper .swiper-slide img {
  width: 170px;
}
@media screen and (max-width: 1100px) {
  .our-valued-customers .customers-logo .swiper-wrapper .swiper-slide img {
    width: 130px;
  }
}
.our-valued-customers .swiper-slide img {
  height: auto;
  max-width: 100%;
}
.our-valued-customers .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (min-width: 900px) {
  .our-valued-customers .swiper-wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .our-valued-customers .swiper-wrapper {
    gap: 1.5rem;
  }
}

.chargeon-compare-table-section {
  width: 100%;
  background-color: #ffffff;
}
.chargeon-compare-table-section .chargeon-compare-table-header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .chargeon-compare-table-section .chargeon-compare-table-header {
    margin-bottom: 2rem;
  }
}
.chargeon-compare-table-section .chargeon-compare-table-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-table-section .chargeon-compare-table-title {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 600px) {
  .chargeon-compare-table-section .chargeon-compare-table-title {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-table-section .chargeon-compare-table-title {
    font-size: 1.25rem;
  }
}
.chargeon-compare-table-section .chargeon-compare-table-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #6b6b6b;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .chargeon-compare-table-section .chargeon-compare-table-subtitle {
    font-size: 0.95rem;
  }
}
.chargeon-compare-table-section .chargeon-compare-table-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 0rem 2rem;
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-table-section .chargeon-compare-table-card {
    padding: 1.5rem 1rem;
    border-radius: 16px;
  }
}
@media screen and (max-width: 600px) {
  .chargeon-compare-table-section .chargeon-compare-table-card {
    padding: 1rem 0.5rem;
    border-radius: 12px;
  }
}
.chargeon-compare-table-section .chargeon-compare-table-card p {
  margin: 1.5rem 0rem;
  color: rgba(40, 40, 40, 0.6392156863);
  font-size: 14px;
  font-family: roboto;
}
.chargeon-compare-table-section .chargeon-compare-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}
.chargeon-compare-table-section .chargeon-compare-table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.chargeon-compare-table-section .chargeon-compare-table-wrapper::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}
.chargeon-compare-table-section .chargeon-compare-table-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.chargeon-compare-table-section .chargeon-compare-table {
  width: 100%;
  min-width: 950px;
  border-collapse: separate;
  border-spacing: 0;
}
.chargeon-compare-table-section .chargeon-compare-table th,
.chargeon-compare-table-section .chargeon-compare-table td {
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}
.chargeon-compare-table-section .chargeon-compare-table thead tr th {
  padding: 1.5rem 0rem;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}
.chargeon-compare-table-section .chargeon-compare-table .col-feature {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #424242;
  text-align: left;
  width: 25%;
  min-width: 260px;
}
.chargeon-compare-table-section .chargeon-compare-table .col-brand {
  width: 15%;
  min-width: 130px;
  text-align: center;
}
.chargeon-compare-table-section .chargeon-compare-table .col-brand .brand-logo {
  height: 34px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-table-section .chargeon-compare-table .col-brand .brand-logo {
    height: 26px;
    max-width: 95px;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-table-section .chargeon-compare-table .col-brand .brand-logo {
    height: 22px;
    max-width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-table-section .chargeon-compare-table .col-brand .brand-logo {
    height: 18px;
    max-width: 70px;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-table-section .chargeon-compare-table .col-brand .brand-logo {
    height: 16px;
    max-width: 62px;
  }
}
.chargeon-compare-table-section .chargeon-compare-table tbody tr {
  transition: background-color 0.2s ease;
}
.chargeon-compare-table-section .chargeon-compare-table tbody tr:hover {
  background-color: rgba(248, 250, 252, 0.7);
}
.chargeon-compare-table-section .chargeon-compare-table tbody tr:last-child td {
  border-bottom: none;
}
.chargeon-compare-table-section .chargeon-compare-table tbody td {
  padding: 1.25rem 0rem;
}
.chargeon-compare-table-section .chargeon-compare-table .feature-title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #282828;
  line-height: 1.45;
  text-align: left;
}
.chargeon-compare-table-section .chargeon-compare-table .text-center {
  text-align: center;
}
.chargeon-compare-table-section .chargeon-compare-table .text-center svg {
  display: inline-block;
  vertical-align: middle;
}
.chargeon-compare-table-section .chargeon-compare-table .pricing-cell {
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.45;
  text-align: center;
  vertical-align: top;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.chargeon-compare-table-section .chargeon-compare-table .text-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #334155;
  font-size: 0.95rem;
}
.chargeon-compare-table-section .chargeon-compare-table .text-muted {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #64748b;
  font-size: 0.95rem;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-table-section .chargeon-compare-table {
    min-width: 720px;
  }
  .chargeon-compare-table-section .chargeon-compare-table thead tr th {
    padding: 1rem 0rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-feature {
    font-size: 1.05rem;
    min-width: 200px;
    width: 30%;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-brand {
    min-width: 105px;
  }
  .chargeon-compare-table-section .chargeon-compare-table tbody td {
    padding: 1rem 0rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .feature-title {
    font-size: 0.9rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .pricing-cell {
    font-size: 0.78rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-bold,
  .chargeon-compare-table-section .chargeon-compare-table .text-muted {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 768px) {
  .chargeon-compare-table-section .chargeon-compare-table {
    min-width: 600px;
  }
  .chargeon-compare-table-section .chargeon-compare-table thead tr th {
    padding: 0.85rem 0rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-feature {
    font-size: 0.95rem;
    min-width: 160px;
    width: 28%;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-brand {
    min-width: 88px;
  }
  .chargeon-compare-table-section .chargeon-compare-table tbody td {
    padding: 0.85rem 0rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .feature-title {
    font-size: 0.825rem;
    line-height: 1.35;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-center svg {
    width: 18px;
    height: 18px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .pricing-cell {
    font-size: 0.72rem;
    line-height: 1.35;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-bold,
  .chargeon-compare-table-section .chargeon-compare-table .text-muted {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-table-section .chargeon-compare-table {
    min-width: 530px;
  }
  .chargeon-compare-table-section .chargeon-compare-table thead tr th {
    padding: 0.75rem 0rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-feature {
    font-size: 0.875rem;
    min-width: 140px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-brand {
    min-width: 78px;
  }
  .chargeon-compare-table-section .chargeon-compare-table tbody td {
    padding: 0.75rem 0rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .feature-title {
    font-size: 0.775rem;
    line-height: 1.3;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-center svg {
    width: 16px;
    height: 16px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .pricing-cell {
    font-size: 0.675rem;
    line-height: 1.3;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-bold,
  .chargeon-compare-table-section .chargeon-compare-table .text-muted {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-table-section .chargeon-compare-table {
    min-width: 480px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-feature {
    font-size: 0.8rem;
    min-width: 125px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .col-brand {
    min-width: 70px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .feature-title {
    font-size: 0.725rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-center svg {
    width: 14px;
    height: 14px;
  }
  .chargeon-compare-table-section .chargeon-compare-table .pricing-cell {
    font-size: 0.625rem;
  }
  .chargeon-compare-table-section .chargeon-compare-table .text-bold,
  .chargeon-compare-table-section .chargeon-compare-table .text-muted {
    font-size: 0.7rem;
  }
}
.chargeon-compare-table-section .chargeon-compare-banner {
  position: relative;
  margin: 3.5rem auto 0;
  max-width: 1240px;
  background: linear-gradient(90deg, #15415b 0%, #3a7293 100%);
  padding: 2.2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 3px solid #ffd164;
}
.chargeon-compare-table-section .chargeon-compare-banner .banner-border-line.top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.chargeon-compare-table-section .chargeon-compare-banner .banner-border-line.top-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffd164;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.chargeon-compare-table-section .chargeon-compare-banner .banner-border-line.top-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 50.5%;
  background-color: #ffd164;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.38s;
}
.chargeon-compare-table-section .chargeon-compare-banner .banner-border-line.bottom-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.chargeon-compare-table-section .chargeon-compare-banner .banner-border-line.bottom-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffd164;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.chargeon-compare-table-section .chargeon-compare-banner .banner-border-line.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 50.5%;
  background-color: #ffd164;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.38s;
}
.chargeon-compare-table-section .chargeon-compare-banner:hover {
  box-shadow: 0 12px 30px rgba(21, 65, 91, 0.25);
}
.chargeon-compare-table-section .chargeon-compare-banner:hover .banner-border-line.top-line::before,
.chargeon-compare-table-section .chargeon-compare-banner:hover .banner-border-line.bottom-line::before {
  transform: scaleX(1);
}
.chargeon-compare-table-section .chargeon-compare-banner:hover .banner-border-line.top-line::after,
.chargeon-compare-table-section .chargeon-compare-banner:hover .banner-border-line.bottom-line::after {
  transform: scaleY(1);
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-left {
  position: relative;
  z-index: 3;
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-title {
    font-size: 1.05rem;
  }
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-desc {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
@media screen and (max-width: 600px) {
  .chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-desc {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-desc {
    font-size: 0.8rem;
  }
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-right {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.65rem 1.6rem;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-btn svg {
  transition: transform 0.3s ease;
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-btn:hover {
  background: #ffffff;
  color: #15415b;
  border-color: #ffffff;
}
.chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-btn:hover svg {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .chargeon-compare-table-section .chargeon-compare-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.5rem;
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .chargeon-compare-table-section .chargeon-compare-banner .chargeon-compare-banner-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-table-section .chargeon-compare-banner {
    padding: 1.5rem 1rem;
  }
}

.chargeon-different-section {
  width: 100%;
  background-color: #ffffff;
}
.chargeon-different-section .chargeon-different-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.chargeon-different-section .chargeon-different-header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .chargeon-different-section .chargeon-different-header {
    margin-bottom: 2rem;
  }
}
.chargeon-different-section .chargeon-different-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .chargeon-different-section .chargeon-different-title {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 600px) {
  .chargeon-different-section .chargeon-different-title {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-different-section .chargeon-different-title {
    font-size: 1.25rem;
  }
}
.chargeon-different-section .chargeon-different-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .chargeon-different-section .chargeon-different-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.chargeon-different-section .chargeon-different-media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chargeon-different-section .chargeon-different-media img,
.chargeon-different-section .chargeon-different-media video {
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: contain;
  border-radius: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.chargeon-different-section .chargeon-different-accordion-wrapper {
  width: 100%;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.75rem;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 1px solid #eaeaea;
  background: transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box {
    padding: 1rem 1.2rem;
  }
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .accordion-heading {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #424242;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .accordion-heading {
    font-size: 0.95rem;
  }
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .dropdown-arrow {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .dropdown-arrow svg {
  width: 12px;
  height: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(180deg);
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .dropdown-arrow svg path {
  fill: #6b6b6b;
  transition: fill 0.3s ease;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .accordion-description {
  grid-column: 1/span 2;
  grid-row: 2;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6b6b6b;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 600px) {
  .chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box .accordion-description {
    font-size: 0.85rem;
  }
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box.active {
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #1a4259 0%, #ffd164 100%) border-box;
  box-shadow: 0 10px 30px rgba(30, 72, 96, 0.06), 0 5px 15px rgba(226, 155, 62, 0.04);
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box.active .dropdown-arrow svg {
  transform: rotate(0deg);
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box.active .dropdown-arrow svg path {
  fill: #1e4860;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box.active .accordion-description {
  margin-top: 0.75rem;
  opacity: 1;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box:last-child {
  border-bottom: 1px solid transparent;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box:last-child.active {
  border-bottom: 1px solid transparent;
}
.chargeon-different-section .chargeon-different-accordion-wrapper .accordion-boxes .accordion-box:has(+ .accordion-box.active) {
  border-bottom-color: transparent;
}
.chargeon-different-section .chargeon-different-banner {
  position: relative;
  margin: 3.5rem auto 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  padding: 2.2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  border-left: 5px solid #ffd164;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.chargeon-different-section .chargeon-different-banner .banner-border-line.top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.chargeon-different-section .chargeon-different-banner .banner-border-line.top-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffd164;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.chargeon-different-section .chargeon-different-banner .banner-border-line.top-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 50.5%;
  background-color: #ffd164;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.38s;
}
.chargeon-different-section .chargeon-different-banner .banner-border-line.bottom-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.chargeon-different-section .chargeon-different-banner .banner-border-line.bottom-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffd164;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.chargeon-different-section .chargeon-different-banner .banner-border-line.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 50.5%;
  background-color: #ffd164;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.38s;
}
.chargeon-different-section .chargeon-different-banner:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}
.chargeon-different-section .chargeon-different-banner:hover .banner-border-line.top-line::before,
.chargeon-different-section .chargeon-different-banner:hover .banner-border-line.bottom-line::before {
  transform: scaleX(1);
}
.chargeon-different-section .chargeon-different-banner:hover .banner-border-line.top-line::after,
.chargeon-different-section .chargeon-different-banner:hover .banner-border-line.bottom-line::after {
  transform: scaleY(1);
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-left {
  position: relative;
  z-index: 3;
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .chargeon-different-section .chargeon-different-banner .chargeon-different-banner-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .chargeon-different-section .chargeon-different-banner .chargeon-different-banner-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-different-section .chargeon-different-banner .chargeon-different-banner-title {
    font-size: 1.05rem;
  }
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-desc {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #64748b;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .chargeon-different-section .chargeon-different-banner .chargeon-different-banner-desc {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 360px) {
  .chargeon-different-section .chargeon-different-banner .chargeon-different-banner-desc {
    font-size: 0.8rem;
  }
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-right {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-btn {
  background: transparent;
  color: #1a4259;
  border: 1.5px solid #1a4259;
  padding: 0.65rem 1.4rem;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-btn svg {
  transition: transform 0.3s ease;
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-btn:hover {
  background: #1a4259;
  color: #ffffff;
  border-color: #1a4259;
}
.chargeon-different-section .chargeon-different-banner .chargeon-different-banner-btn:hover svg {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .chargeon-different-section .chargeon-different-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.5rem;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .chargeon-different-section .chargeon-different-banner .chargeon-different-banner-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-different-section .chargeon-different-banner {
    padding: 1.5rem 1rem;
  }
}

.our-offering {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 65.625em) {
  .our-offering .heading-secondary,
  .our-offering .description {
    margin-left: 0;
    padding: 0 40px;
  }
}
@media (max-width: 31.25em) {
  .our-offering .heading-secondary,
  .our-offering .description {
    padding: 0 20px;
  }
}
.our-offering .description-heading {
  color: var(--offer-desc-heading-color);
}
.our-offering .description {
  margin-top: 1.5rem;
  color: var(--offer-description-color-1);
  font-size: 1.8rem;
}
@media (max-width: 31.25em) {
  .our-offering .description {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media (max-width: 93.75em) {
  .our-offering {
    padding: 0 80px;
  }
}
@media (max-width: 65.625em) {
  .our-offering {
    padding: 0;
    max-width: unset;
  }
}
.our-offering .offering-container {
  display: flex;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  --active-width: 0;
  margin: 0 auto;
  max-width: 1125px;
  max-height: 550px;
  height: auto;
}
@media (max-width: 65.625em) {
  .our-offering .offering-container {
    box-shadow: none;
  }
}
.our-offering .offering-container .offering-headings {
  font-size: 1.8rem;
  line-height: 1.4;
  border-radius: 8px;
  flex: 1;
  background: #eff9ff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1rem;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 65.625em) {
  .our-offering .offering-container .offering-headings {
    display: none;
  }
}
.our-offering .offering-container .offering-headings .offering-heading {
  font-weight: 400;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin: 0 1rem 0 1rem;
  border-bottom: 1px solid #adadad;
  position: relative;
  padding: 1rem 0;
  transition: color 0.5s ease;
  color: #424242;
  font-size: 1rem;
  gap: 10px;
}
.our-offering .offering-container .offering-headings .offering-heading:last-child {
  border-bottom: 1px solid transparent;
}
.our-offering .offering-container .offering-headings .offering-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.our-offering .offering-container .offering-headings .offering-heading span svg {
  width: 15px;
  height: 15px;
}
.our-offering .offering-container .offering-headings .offering-heading.active-offering {
  color: #282828;
  font-weight: 500;
}
.our-offering .offering-container .offering-headings .offering-heading.active-offering span {
  background: #b7dbf1;
}
.our-offering .offering-container .offering-headings .offering-heading.active-offering::before {
  width: var(--active-width);
}
.our-offering .offering-container .offering-headings .offering-heading::before {
  content: "";
  position: absolute;
  bottom: -1.75px;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #10425f 0%, #7ebbdf 100%);
  left: 0;
  display: block;
}
.our-offering .offering-container .offering-details {
  position: relative;
  display: flex;
  padding: 1rem 2rem 1rem 2rem;
  flex-direction: column;
  position: sticky;
  width: 55%;
  top: 110px;
  height: 100%;
}
@media (max-width: 65.625em) {
  .our-offering .offering-container .offering-details {
    width: 100%;
    padding: 0;
    background-color: var(--offering-purple);
    border-radius: 8px 0px 0px 8px;
  }
}
.our-offering .offering-container .offering-details .offering__wrapper {
  align-items: flex-end;
}
.our-offering .offering-container .offering-details .offering-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media (max-width: 65.625em) {
  .our-offering .offering-container .offering-details .offering-content.swiper-slide-active::before {
    width: calc(var(--active-width) - 7rem);
  }
}
@media (max-width: 31.25em) {
  .our-offering .offering-container .offering-details .offering-content.swiper-slide-active::before {
    width: calc(var(--active-width) - 4rem);
  }
}
.our-offering .offering-container .offering-details .offering-content::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0;
  left: 0;
  background: linear-gradient(90deg, #10425f 0%, #7ebbdf 100%);
  display: block;
  border-radius: 20px;
  margin: 0rem 10rem 0rem 4rem;
}
@media screen and (max-width: 500px) {
  .our-offering .offering-container .offering-details .offering-content::before {
    margin: 0rem 10rem 0rem 1rem;
  }
}
@media (max-width: 65.625em) {
  .our-offering .offering-container .offering-details .offering-content {
    text-align: left;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4rem 0rem 1rem 0rem;
  }
}
@media (max-width: 31.25em) {
  .our-offering .offering-container .offering-details .offering-content {
    gap: 1.5rem;
    padding: 1rem 0rem 2rem 0rem;
  }
}
.our-offering .offering-container .offering-details .offering-content picture {
  width: 100%;
  max-width: 460px;
}
.our-offering .offering-container .offering-details .offering-content picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1250px) {
  .our-offering .offering-container .offering-details .offering-content picture img {
    width: 80%;
  }
}
@media (max-width: 65.625em) {
  .our-offering .offering-container .offering-details .offering-content picture img {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .our-offering .offering-container .offering-details .offering-content picture {
    display: flex;
  }
}
.our-offering .offering-container .offering-details .offering-content .offering-heading {
  display: none;
}
@media (max-width: 65.625em) {
  .our-offering .offering-container .offering-details .offering-content .offering-heading {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: #282828;
    gap: 10px;
  }
  .our-offering .offering-container .offering-details .offering-content .offering-heading span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b7dbf1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .our-offering .offering-container .offering-details .offering-content .offering-heading span svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .our-offering .offering-container .offering-details .offering-content .offering-heading {
    font-size: 19px;
  }
  .our-offering .offering-container .offering-details .offering-content .offering-heading span {
    width: 20px;
    height: 20px;
  }
  .our-offering .offering-container .offering-details .offering-content .offering-heading span svg {
    width: 12px;
    height: 12px;
  }
}
.our-offering .offering-container .offering-details .offering-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #6b6b6b;
}
.our-offering .offering-container .offering-details .offering-content p a {
  color: #6b6b6b;
}
.our-offering .offering-container .offering-details .offering-content .bookDemo_headerBtn {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 10px;
  padding: 0.6rem 1.3rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  transition: all 0.5s ease;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
  align-self: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .our-offering .offering-container .offering-details .offering-content .bookDemo_headerBtn {
    font-size: 14px;
  }
}
.our-offering .offering-container .offering-details .offering-content .bookDemo_headerBtn .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
  display: inline-block !important;
}
.our-offering .offering-container .offering-details .offering-content .bookDemo_headerBtn:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.our-offering .offering-container .offering-details .offering-content .bookDemo_headerBtn:hover > svg {
  transform: translateX(10px);
}
@media screen and (max-width: 600px) {
  .our-offering .offering-container .offering-details .offering-content .bookDemo_headerBtn {
    font-size: 12px;
    padding: 0.5rem 1.3rem;
  }
}
.our-offering .parent-button {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .our-offering .parent-button {
    margin-top: 0rem;
    text-align: left;
  }
}
.our-offering .parent-button .bookDemo_headerBtn {
  border-radius: 10px;
  padding: 0.8rem 1.5rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #282828;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid #183e54;
  transition: all 0.4s ease;
  align-self: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .our-offering .parent-button .bookDemo_headerBtn {
    font-size: 14px;
  }
}
.our-offering .parent-button .bookDemo_headerBtn:hover {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  color: #fff;
  border: 0;
}
@media screen and (max-width: 600px) {
  .our-offering .parent-button .bookDemo_headerBtn {
    font-size: 12px;
    padding: 0.5rem 1.3rem;
  }
}

.our-offering .offering-container .offering-details .offering__wrapper {
  align-items: flex-start;
}
.our-offering .offering-container .offering-details .offering-content {
  gap: 1rem;
}
.our-offering .offering-container .offering-details .offering-content .pointer-head {
  font-weight: 500;
}
.our-offering .offering-container .offering-details .offering-content p {
  text-align: start;
  align-self: flex-start;
}
.our-offering .offering-container .offering-details .offering-content li {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.4;
  list-style-type: disc;
  list-style-position: outside;
  text-align: start;
  margin-bottom: 0.6rem;
  margin-left: 1.8rem;
}
.our-offering .offering-container .offering-details .offering-content li::marker {
  padding-right: unset;
}
.our-offering .offering-container .offering-details .offering-content li a {
  color: var(--color-highlight-text);
}
@media screen and (max-width: 65.625em) {
  .our-offering .offering-container .offering-details .offering-content li {
    color: var(--offering-active-white);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .our-offering .offering-container .offering-details .offering-content li {
    font-size: 1.4rem;
  }
}

.chargeon-pricing {
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.chargeon-pricing .heading-primary {
  text-align: left;
  margin-bottom: 1rem;
}
.chargeon-pricing .plans-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 85%;
  margin: 0 auto;
  margin-top: 3rem;
}
.chargeon-pricing .plans-container .plan-box {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 2rem 2rem;
  gap: 3.1rem;
  width: 100%;
  border: 1px solid #dedede;
  position: relative;
  height: 150px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.chargeon-pricing .plans-container .plan-box.active {
  box-shadow: 0px 4px 19px 0px rgba(117, 171, 203, 0.4509803922);
}
.chargeon-pricing .plans-container .plan-box.active .show-more svg {
  transform: rotate(0deg);
}
.chargeon-pricing .plans-container .plan-box.details-plan {
  padding-bottom: 4rem;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 180px;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-type {
  color: #282828;
  font-size: 1.3rem;
  font-weight: 500;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-description {
  color: #737373;
  font-size: 0.8rem;
  font-weight: 400;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-description.price-tag {
  color: #424242;
  background: #fffbf0;
  padding: 5px;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info {
  font-size: 0.8rem;
  color: #737373;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info span {
  color: #282828;
  font-size: 2rem;
  font-weight: 600;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-desc {
  font-size: 0.8rem;
  color: #737373;
  text-align: center;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-button {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 0.8rem;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-button .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-button:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.chargeon-pricing .plans-container .plan-box .plan-box-head .plan-button:hover > svg {
  transform: translateX(10px);
}
.chargeon-pricing .plans-container .plan-box .plan-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}
.chargeon-pricing .plans-container .plan-box .plan-footer .plan-features {
  border-radius: 8px;
  border: 1px solid #dedede;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 450px;
}
.chargeon-pricing .plans-container .plan-box .plan-footer .plan-features .feature-heading {
  color: #282828;
  font-size: 1.1rem;
  font-weight: 500;
}
.chargeon-pricing .plans-container .plan-box .plan-footer .plan-features ul > li {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.chargeon-pricing .plans-container .plan-box .show-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fef4da;
  padding: 0px 1.5rem;
  border-radius: 10px 10px 0 0;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 6px 12px;
}
.chargeon-pricing .plans-container .plan-box .show-more .show-more-icon {
  display: flex;
}
.chargeon-pricing .plans-container .plan-box .show-more svg {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
.chargeon-pricing .plans-container .plan-box .show-more .show-btn-text {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #282828;
  font-weight: 500;
}
.chargeon-pricing .plans-container .basic-plan .plan-box-head .plan-detail {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .chargeon-pricing .plans-container .plan-box {
    height: 135px;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-type {
    font-size: 1.2rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail {
    max-width: 330px;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info span {
    font-size: 1.6rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer {
    gap: 1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features .feature-heading {
    font-size: 1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features ul > li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 950px) {
  .chargeon-pricing .plans-container {
    width: 90%;
  }
  .chargeon-pricing .plans-container .plan-box {
    height: 135px;
    padding: 2rem 1.5rem;
    gap: 3.8rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-button {
    font-size: 0.7rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-type {
    font-size: 1.2rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail {
    max-width: 220px;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info span {
    font-size: 1.25rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer {
    gap: 1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features .feature-heading {
    font-size: 1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features ul > li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .chargeon-pricing .plans-container {
    width: 100%;
    max-width: 100%;
  }
  .chargeon-pricing .plans-container .plan-box {
    height: 130px;
    padding: 2rem 1rem;
    gap: 4.1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-button {
    font-size: 0.7rem;
    padding: 0.6rem 0.8rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan {
    max-width: 150px;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-type {
    font-size: 1.1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-description {
    font-size: 0.75rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-description.price-tag {
    font-size: 0.6rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail {
    max-width: 220px;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-desc {
    font-size: 0.75rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info span {
    font-size: 1.25rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer {
    gap: 0.9rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features {
    gap: 0.5rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features .feature-heading {
    font-size: 1rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features ul > li {
    line-height: 1.4;
    font-size: 0.75rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features ul > li svg {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 600px) {
  .chargeon-pricing .plans-container .plan-box {
    height: 260px;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan {
    align-items: center;
    max-width: unset;
    gap: 0.2rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .about-plan .plan-description {
    font-size: 0.85rem;
    text-align: center;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail {
    max-width: unset;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info span {
    font-size: 1.5rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-desc {
    font-size: 0.85rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer {
    display: flex;
    flex-direction: column;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features {
    width: 100%;
    max-width: unset;
  }
  .chargeon-pricing .plans-container .plan-box.details-plan {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .chargeon-pricing .plans-container .plan-box .plan-box-head .plan-detail .plan-info span {
    font-size: 1.2rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features {
    padding: 0.8rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features .feature-heading {
    font-size: 0.8rem;
  }
  .chargeon-pricing .plans-container .plan-box .plan-footer .plan-features ul > li {
    line-height: 1.3;
    font-size: 0.7rem;
  }
  .chargeon-pricing .plans-container .plan-box .show-more {
    padding: 0px 2.5rem;
  }
}

.customer-stories {
  width: 100%;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.customer-stories .heading-primary {
  text-align: left;
  margin-bottom: 1rem;
}
.customer-stories .inner-experties {
  grid-column: center-start/center-end;
  max-width: 1280px;
  width: 100%;
  position: relative;
  display: grid;
}
@media (max-width: 65.625em) {
  .customer-stories .inner-experties {
    width: 100%;
    margin: auto;
  }
  .customer-stories .inner-experties .heading-secondary {
    padding-left: 0rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.customer-stories .inner-experties .description {
  margin-left: 0;
}
@media (max-width: 65.625em) {
  .customer-stories .inner-experties .description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.customer-stories .inner-experties .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
  margin-top: 3rem;
}
.customer-stories .inner-experties .swiper-slide {
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: normal;
}
.customer-stories .inner-experties .swiper-slide .service {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.customer-stories .inner-experties .swiper-slide .svg-inner {
  display: flex;
  align-items: center;
}
.customer-stories .inner-experties .swiper-slide .svg-inner img {
  width: 100%;
  height: auto;
}
.customer-stories .inner-experties .swiper-slide .card-heading-part {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}
.customer-stories .inner-experties .swiper-slide .card-heading-part h3 {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 500;
  font-family: roboto;
}
.customer-stories .inner-experties .swiper-slide .card-heading-part .customer-logo {
  flex-shrink: 0;
  display: none;
}
.customer-stories .inner-experties .swiper-slide .card-heading-part .customer-logo img {
  width: 100%;
}
.customer-stories .inner-experties .swiper-slide p {
  color: #737373;
  font-size: 14px;
  font-family: roboto;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show only 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer-stories .inner-experties .swiper-pagination-bullet {
  width: 44px;
  height: 5px;
  border-radius: 50px;
}
.customer-stories .inner-experties .swiper-pagination-bullet-active {
  background-color: rgb(145, 98, 156);
}
@media screen and (max-width: 500px) {
  .customer-stories .inner-experties .swiper-slide .card-heading-part {
    gap: 1rem;
  }
  .customer-stories .inner-experties .swiper-slide .card-heading-part h3 {
    font-size: 14px;
  }
  .customer-stories .inner-experties .swiper-slide p {
    font-size: 12px;
  }
}

.start-your-trial-section {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(90.65deg, #12415d 14.96%, #12547b 103.71%);
  height: 280px;
  max-height: 280px;
}
.start-your-trial-section .innerDiv {
  width: 100%;
  display: grid;
  justify-content: space-between;
  font-family: "Roboto";
  border-radius: 8px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.start-your-trial-section .innerDiv .left-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0rem 2rem 3rem;
  width: 100%;
}
.start-your-trial-section .innerDiv .left-div .download-chargeon-heading {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Raleway";
}
.start-your-trial-section .innerDiv .left-div .download-chargeon-heading span {
  font-weight: 700;
  color: #ffd164;
  font-family: "Roboto";
}
.start-your-trial-section .innerDiv .left-div .download-chargeon-description {
  color: #fafafa;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto";
}
.start-your-trial-section .innerDiv .left-div .overview-buttons {
  display: flex;
  gap: 2rem;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1 {
  background: linear-gradient(180deg, #b8e5ff 0%, #ccecfe 100%);
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  font-family: "Roboto";
  color: #282828;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-shrink: 0;
  border: 1px solid #b8e5ff;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1 > .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
  fill: #282828;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1:hover > svg {
  transform: translateX(5px);
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1:hover > svg path {
  fill: #fff;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2 {
  background: transparent;
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  border: 1px solid white;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2 > .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2:hover {
  background: linear-gradient(180deg, #b8e5ff 0%, #ccecfe 100%);
  color: #282828;
  border-color: transparent;
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2:hover > svg {
  transform: translateX(5px);
}
.start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2:hover > svg path {
  fill: #282828;
}
.start-your-trial-section .innerDiv .right-div {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.start-your-trial-section .innerDiv .right-div .ellipse-element {
  display: flex;
  position: relative;
}
.start-your-trial-section .innerDiv .right-div .ellipse-element img {
  width: 100%;
}
.start-your-trial-section .innerDiv .right-div .ellipse-element .start-trial-cta-image {
  position: absolute;
  max-width: 350px;
  bottom: -30px;
  left: 130px;
  transform: rotateZ(-8deg);
  z-index: 99;
}
.start-your-trial-section .right-corner-white-shade {
  position: absolute;
  top: 0;
  right: 0;
}
.start-your-trial-section .left-corner-white-shade {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .start-your-trial-section {
    height: 250px;
    max-height: 250px;
  }
  .start-your-trial-section .innerDiv .left-div {
    padding: 1rem 0rem 1rem 1rem;
    max-width: 500px;
  }
  .start-your-trial-section .innerDiv .left-div .download-chargeon-heading {
    font-size: 26px;
  }
  .start-your-trial-section .innerDiv .left-div .download-chargeon-description {
    font-size: 14px;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo {
    padding: 0.6rem 1rem;
    font-size: 12px;
  }
  .start-your-trial-section .innerDiv .right-div .ellipse-element .start-trial-cta-image {
    position: absolute;
    max-width: 270px;
    bottom: -20px;
    left: 100px;
    transform: rotateZ(-8deg);
    z-index: 99;
  }
  .start-your-trial-section .right-corner-white-shade {
    width: 150px;
  }
  .start-your-trial-section .left-corner-white-shade {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .start-your-trial-section {
    height: 180px;
    max-height: 180px;
  }
  .start-your-trial-section .innerDiv .left-div {
    padding: 1rem 0rem 1rem 0rem;
    max-width: 360px;
    gap: 1rem;
  }
  .start-your-trial-section .innerDiv .left-div .download-chargeon-heading {
    font-size: 20px;
  }
  .start-your-trial-section .innerDiv .left-div .download-chargeon-description {
    font-size: 12px;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1 {
    padding: 0.3rem 0.7rem;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1 > .head-btn-arrow {
    margin-left: 5px;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2 {
    padding: 0.3rem 0.7rem;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2 > .head-btn-arrow {
    margin-left: 5px;
  }
  .start-your-trial-section .innerDiv .right-div .ellipse-element .start-trial-cta-image {
    max-width: 220px;
    bottom: -20px;
    left: 50px;
  }
  .start-your-trial-section .right-corner-white-shade {
    width: 100px;
  }
  .start-your-trial-section .left-corner-white-shade {
    width: 100px;
  }
}
@media screen and (max-width: 650px) {
  .start-your-trial-section {
    padding: 0 !important;
    max-height: 370px;
    height: 370px;
  }
  .start-your-trial-section .innerDiv {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: unset;
    align-items: center;
    padding-top: 2rem;
  }
  .start-your-trial-section .innerDiv .left-div {
    padding: 0;
    align-items: center;
  }
  .start-your-trial-section .innerDiv .left-div .download-chargeon-description {
    text-align: center;
  }
  .start-your-trial-section .innerDiv .right-div .ellipse-element .start-trial-cta-image {
    max-width: 280px;
    bottom: -10px;
    left: 50px;
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 550px) {
  .start-your-trial-section .innerDiv .left-div {
    max-width: 100%;
    width: 100%;
    gap: 0.6rem;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo1 {
    font-size: 10px;
  }
  .start-your-trial-section .innerDiv .left-div .overview-buttons .bookdemo2 {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .start-your-trial-section .innerDiv .left-div form .form-box input {
    font-size: 12px;
  }
  .start-your-trial-section .innerDiv .left-div form .form-box .button-box button {
    font-size: 0.7rem;
    padding: 7px 1rem;
  }
}

.Chargeon-FAQ {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  margin-bottom: 4rem;
}
.Chargeon-FAQ .heading-secondary {
  font-size: 2rem;
  font-family: Raleway;
  font-weight: 500;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.Chargeon-FAQ .Chargeon-FAQ .heading-secondary {
  font-size: 2rem;
  font-family: Raleway;
  font-weight: 500;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.Chargeon-FAQ .faq-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  margin: auto;
}
.Chargeon-FAQ .faq-content .faq {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.Chargeon-FAQ .faq-content .faq.hidden-faq {
  display: none;
}
.Chargeon-FAQ .faq-content .faq .faq-question {
  border: none;
  background: transparent;
  color: var(--faq-question-color);
  display: flex;
  align-items: baseline;
  text-align: left;
  gap: 1.9rem;
  cursor: pointer;
  position: relative;
}
.Chargeon-FAQ .faq-content .faq .faq-question:focus {
  box-shadow: none;
}
.Chargeon-FAQ .faq-content .faq .faq-question span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  color: #424242;
  margin-right: 70px;
}
.Chargeon-FAQ .faq-content .faq .faq-question::after {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.Chargeon-FAQ .faq-content .faq .faq-question::before {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
.Chargeon-FAQ .faq-content .faq .faq-answer {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: var(--color-faq-light-3);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  transition: transform 0.2s linear;
  transform: translateX(0px);
  padding-left: 2rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Chargeon-FAQ .faq-content .faq .faq-answer ul {
  list-style-type: disc;
}
.Chargeon-FAQ .faq-content .faq .faq-answer ul li {
  list-style-type: disc;
}
.Chargeon-FAQ .faq-content .faq .faq-answer ul li a {
  color: var(--faq-question-icon-color);
  font-weight: 500;
}
.Chargeon-FAQ .faq-content .faq .faq-answer ul li .highlight {
  font-weight: 500;
}
.Chargeon-FAQ .faq-content .faq .faq-answer ol {
  list-style-type: auto;
}
.Chargeon-FAQ .faq-content .faq .faq-answer.faq-show {
  display: block;
  animation: display-ans 2s ease;
}
.Chargeon-FAQ .faq-content .faq .faq-answer p {
  color: inherit;
  font-size: inherit;
}
.Chargeon-FAQ .faq-content .faq .faq-answer p a {
  color: var(--faq-question-icon-color);
  text-decoration: underline;
  font-weight: 500;
}
.Chargeon-FAQ .faq-content .faq.active .faq-question::before {
  opacity: 0;
}
.Chargeon-FAQ .faq-content .faq.active .faq-answer {
  height: auto;
  opacity: 1;
  transform: translateX(0px);
}
.Chargeon-FAQ .faq-content .faq.active .faq-question-icon .faq-plus {
  opacity: 0;
}
.Chargeon-FAQ .faq-content .faq.active .faq-question-icon .faq-minus {
  opacity: 1;
}
.Chargeon-FAQ .faq-btn-div {
  padding-left: 4rem;
  margin-top: 2rem;
}
.Chargeon-FAQ .faq-btn-div .faq-view-btn {
  border: none;
  background-color: transparent;
  color: #424242;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.Chargeon-FAQ .faq-btn-div .faq-view-btn:focus {
  box-shadow: none;
}
@keyframes display-ans {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 65.625em) {
  .Chargeon-FAQ .faq-content {
    width: 100%;
  }
  .Chargeon-FAQ section .heading-secondary {
    font-size: 2.5rem;
    margin-left: 0;
  }
}
@media (max-width: 31.25em) {
  .Chargeon-FAQ section .heading-secondary {
    font-size: 2.25rem;
  }
  .Chargeon-FAQ .faq-content {
    gap: 1.5rem;
  }
  .Chargeon-FAQ .faq-content .faq .faq-question {
    font-size: 14px;
  }
  .Chargeon-FAQ .faq-content .faq .faq-question::after {
    top: 40%;
    width: 8px;
  }
  .Chargeon-FAQ .faq-content .faq .faq-question::before {
    top: 40%;
    width: 8px;
  }
  .Chargeon-FAQ .faq-content .faq .faq-answer {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .Chargeon-FAQ .heading-secondary {
    font-size: 30px;
  }
  .Chargeon-FAQ .faq-content .faq .faq-question span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .Chargeon-FAQ .faq-btn-div {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 750px) {
  .Chargeon-FAQ .heading-secondary {
    font-size: 24px;
  }
  .Chargeon-FAQ .faq-content {
    gap: 1.5rem;
  }
  .Chargeon-FAQ .faq-content .faq .faq-question span {
    font-size: 14px;
  }
  .Chargeon-FAQ .faq-content .faq .faq-answer {
    font-size: 14px;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 570px) {
  .Chargeon-FAQ .heading-secondary {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .Chargeon-FAQ .faq-content {
    gap: 1rem;
  }
  .Chargeon-FAQ .faq-content .faq {
    gap: 1rem;
  }
  .Chargeon-FAQ .faq-content .faq .faq-answer {
    padding-left: 1rem;
  }
  .Chargeon-FAQ .faq-btn-div {
    padding-left: 0rem;
    margin-top: 1rem;
  }
}

.chargeon-compare-popup-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(6px);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.chargeon-compare-popup-screen.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.chargeon-compare-popup-screen.open .chargeon-compare-popup-card {
  transform: scale(1) translateY(0);
}
.chargeon-compare-popup-screen .chargeon-compare-popup-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 960px;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  padding: 3rem 3.5rem;
  transform: scale(0.95) translateY(15px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card {
  max-width: 600px;
  padding: 3rem 3.5rem;
}
.chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card .popup-header-text {
  text-align: center;
  margin-bottom: 2rem;
}
.chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card .popup-header-text .popup-title {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 0.5rem;
}
.chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card .popup-header-text .popup-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: #64748b;
  text-align: left;
}
.chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card .popup-body-single {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card {
    padding: 2.2rem 1.5rem;
  }
  .chargeon-compare-popup-screen .chargeon-compare-popup-card.simple-popup-card .popup-header-text .popup-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .chargeon-compare-popup-screen .chargeon-compare-popup-card {
    padding: 2.2rem 1.75rem;
    max-height: 95vh;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-popup-screen .chargeon-compare-popup-card {
    padding: 1.75rem 1.25rem;
  }
}
.chargeon-compare-popup-screen .popup-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
.chargeon-compare-popup-screen .popup-close-btn:hover {
  color: #0f172a;
  transform: scale(1.1);
}
.chargeon-compare-popup-screen .popup-header-text {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 600px) {
  .chargeon-compare-popup-screen .popup-header-text {
    margin-bottom: 1.5rem;
  }
}
.chargeon-compare-popup-screen .popup-title {
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 900px) {
  .chargeon-compare-popup-screen .popup-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  .chargeon-compare-popup-screen .popup-title {
    font-size: 1.4rem;
  }
}
.chargeon-compare-popup-screen .popup-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #64748b;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .chargeon-compare-popup-screen .popup-subtitle {
    font-size: 0.88rem;
  }
}
.chargeon-compare-popup-screen .popup-body-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .chargeon-compare-popup-screen .popup-body-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.chargeon-compare-popup-screen .popup-media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .chargeon-compare-popup-screen .popup-media {
    display: none !important;
  }
}
.chargeon-compare-popup-screen .popup-media img {
  width: 100%;
  height: auto;
  max-width: 420px;
  object-fit: contain;
}
.chargeon-compare-popup-screen .popup-form-wrapper {
  width: 100%;
}
.chargeon-compare-popup-screen .compare-modal-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0.25rem;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group .just-validate-error-label {
  font-family: "Roboto", sans-serif;
  font-size: 11px !important;
  color: #ef4444 !important;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group .just-validate-error-field {
  border-bottom-color: #ef4444 !important;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group label {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #334155;
  margin-bottom: 0.35rem;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group label .required-star {
  color: #ef4444;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group input[type=text],
.chargeon-compare-popup-screen .compare-modal-form .input-field-group input[type=email],
.chargeon-compare-popup-screen .compare-modal-form .input-field-group input[type=tel] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cbd5e1;
  background: transparent;
  padding: 0.5rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: #0f172a;
  outline: none;
  transition: border-color 0.2s ease;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group input[type=text]:focus,
.chargeon-compare-popup-screen .compare-modal-form .input-field-group input[type=email]:focus,
.chargeon-compare-popup-screen .compare-modal-form .input-field-group input[type=tel]:focus {
  border-bottom-color: #15415b;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group.phone-group .phone-input-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group.phone-group .phone-input-row .code-select-wrap {
  position: relative;
  flex-shrink: 0;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group.phone-group .phone-input-row .code-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #cbd5e1;
  background: transparent;
  padding: 0.5rem 1.25rem 0.5rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: #64748b;
  outline: none;
  cursor: pointer;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group.phone-group .phone-input-row .code-select-wrap select:focus {
  border-bottom-color: #15415b;
}
.chargeon-compare-popup-screen .compare-modal-form .input-field-group.phone-group .phone-input-row .code-select-wrap .select-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.chargeon-compare-popup-screen .compare-modal-form .popup-submit-wrap {
  margin-top: 1rem;
}
.chargeon-compare-popup-screen .compare-modal-form .popup-submit-btn {
  width: 100%;
  background: linear-gradient(180deg, #1d506d 0%, #15415b 100%);
  color: #ffffff;
  border: none;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(21, 65, 91, 0.25);
  transition: all 0.3s ease;
}
.chargeon-compare-popup-screen .compare-modal-form .popup-submit-btn:hover {
  background: linear-gradient(180deg, #15415b 0%, #0d2c3f 100%);
  box-shadow: 0 6px 18px rgba(21, 65, 91, 0.35);
}

/*# sourceMappingURL=chargeonCompare.css.map*/