/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./features/features.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 */
.main-content-wrapper {
  margin-top: 85px;
  margin-bottom: 85px;
}

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

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

section .heading-primary {
  font-size: 2rem;
  font-family: Raleway;
  font-weight: 500;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1000px) {
  section .heading-primary {
    font-size: 2rem;
  }
}
@media screen and (max-width: 850px) {
  section .heading-primary {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  section .heading-primary {
    font-size: 1.2rem;
  }
}

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;
  }
}

.contact-us-form-wrapper input[type=email],
.contact-us-form-wrapper input[type=text],
.contact-us-form-wrapper select,
.contact-us-form-wrapper textarea {
  margin-bottom: 0 !important;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.feature-banner-section {
  position: relative;
  max-width: 1818px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 !important;
}
.feature-banner-section .blur-ball {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.feature-banner-section .blur-ball--blue {
  width: 380px;
  height: 380px;
  background: rgba(159, 213, 244, 0.55);
  bottom: 0;
  left: -80px;
}
.feature-banner-section .blur-ball--yellow {
  width: 340px;
  height: 340px;
  background: rgba(255, 209, 100, 0.5);
  top: -80px;
  right: -80px;
}
.feature-banner-section .banner-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 7fr 3fr;
  align-items: stretch;
  padding: 5rem 3rem 3rem 7rem;
}
.feature-banner-section .head-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
  width: 87%;
}
.feature-banner-section .head-content h1 {
  font-family: "Raleway", sans-serif;
  font-size: 3.17rem;
  font-weight: 400;
  color: #282828;
  line-height: 1.3;
  margin: 0;
}
.feature-banner-section .head-content h1 span {
  font-weight: 500;
}
.feature-banner-section .head-content .main-logo-animation {
  position: relative;
  flex-shrink: 0;
  width: 195px;
  height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-banner-section .head-content .main-logo-animation .circle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateCircle 12s linear infinite;
  transform-origin: center center;
}
.feature-banner-section .head-content .main-logo-animation .star-logo {
  position: absolute;
  width: 43px;
  height: 43px;
  z-index: 2;
}
.feature-banner-section .bank-cards-image {
  position: absolute;
  bottom: 0;
  left: 17%;
  z-index: 2;
}
.feature-banner-section .bank-cards-image.mobile-view {
  display: none;
}
.feature-banner-section .bank-cards-image.desktop-view {
  display: block;
}
.feature-banner-section .bank-cards-image .cards-desktop {
  display: block;
  width: 810px;
  height: 361px;
  object-fit: contain;
  object-position: left bottom;
}
.feature-banner-section .bank-cards-image .cards-mobile {
  display: none;
}
.feature-banner-section .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  padding: 3.5rem 0 2.5rem 3.5rem;
  position: relative;
}
.feature-banner-section .feature-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, #fffafa 23.65%, #d9d9d9 55.36%, #ffffff 87.07%);
  border-image-slice: 1;
}
.feature-banner-section .feature-content .stat-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.feature-banner-section .feature-content .stat-item .stat-number {
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #282828;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: baseline;
}
.feature-banner-section .feature-content .stat-item .stat-number .stat-suffix {
  font-size: 2rem;
  font-weight: 400;
  vertical-align: super;
  color: #424242;
}
.feature-banner-section .feature-content .stat-item .stat-label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #6b6b6b;
  margin: 0.35rem 0 0;
}
@media (max-width: 31.25em) {
  .feature-banner-section .feature-content .stat-item .stat-label {
    font-size: 0.875rem;
  }
}
.feature-banner-section .feature-content .feature-tagline {
  margin-top: 0.4rem;
}
.feature-banner-section .feature-content .feature-tagline .tagline-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #282828;
  margin: 0 0 0.3rem;
}
@media (max-width: 31.25em) {
  .feature-banner-section .feature-content .feature-tagline .tagline-bold {
    font-size: 1rem;
  }
}
.feature-banner-section .feature-content .feature-tagline .tagline-sub {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #6b6b6b;
  margin: 0;
}
@media (max-width: 31.25em) {
  .feature-banner-section .feature-content .feature-tagline .tagline-sub {
    font-size: 0.875rem;
  }
}
.feature-banner-section .feature-content .explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.65rem 1.4rem;
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 8px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.4s ease;
  width: fit-content;
  margin-top: 0.5rem;
}
.feature-banner-section .feature-content .explore-btn svg {
  transition: transform 0.4s ease;
}
.feature-banner-section .feature-content .explore-btn svg path {
  fill: #ffffff;
}
.feature-banner-section .feature-content .explore-btn:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.feature-banner-section .feature-content .explore-btn:hover svg {
  transform: translateX(4px);
}
@media (max-width: 93.75em) {
  .feature-banner-section .head-content {
    padding: 3rem 2rem 2rem 0;
  }
  .feature-banner-section .head-content h1 {
    font-size: 2.2rem;
    max-width: 420px;
  }
  .feature-banner-section .head-content .main-logo-animation {
    width: 170px;
    height: 170px;
  }
  .feature-banner-section .bank-cards-image .cards-desktop {
    width: 650px;
    height: auto;
  }
  .feature-banner-section .feature-content {
    padding: 3rem 0 2rem 2.5rem;
    gap: 3.2rem;
  }
  .feature-banner-section .feature-content .stat-box {
    gap: 3.2rem;
  }
  .feature-banner-section .feature-content .stat-item .stat-number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .feature-banner-section .bank-cards-image {
    left: 10%;
  }
  .feature-banner-section .bank-cards-image .cards-desktop {
    width: 74%;
  }
}
@media (max-width: 65.625em) {
  .feature-banner-section {
    padding-bottom: 0 !important;
  }
  .feature-banner-section .blur-ball--blue {
    width: 220px;
    height: 220px;
    bottom: -40px;
    left: -40px;
  }
  .feature-banner-section .blur-ball--yellow {
    width: 200px;
    height: 200px;
    top: -40px;
    right: -40px;
  }
  .feature-banner-section .banner-container {
    grid-template-columns: 1fr;
    padding: 2rem 2rem 2rem 2rem;
  }
  .feature-banner-section .head-content {
    padding: 2rem 0 1.5rem;
    gap: 1.5rem;
    width: 100%;
  }
  .feature-banner-section .head-content h1 {
    font-size: 1.8rem;
    max-width: none;
    flex: 1;
  }
  .feature-banner-section .head-content .main-logo-animation {
    width: 150px;
    height: 150px;
  }
  .feature-banner-section .bank-cards-image {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .feature-banner-section .bank-cards-image.mobile-view {
    display: block;
  }
  .feature-banner-section .bank-cards-image.desktop-view {
    display: none;
  }
  .feature-banner-section .bank-cards-image .cards-desktop {
    display: none;
  }
  .feature-banner-section .bank-cards-image .cards-mobile {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  .feature-banner-section .feature-content {
    padding: 2rem 0 1.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .feature-banner-section .feature-content .stat-box {
    gap: 1.5rem;
    flex-direction: row;
    width: max-content;
  }
  .feature-banner-section .feature-content::before {
    display: none;
  }
  .feature-banner-section .feature-content .stat-item .stat-number {
    font-size: 2.8rem;
  }
  .feature-banner-section .feature-content .stat-divider {
    display: none;
  }
  .feature-banner-section .feature-content .feature-tagline {
    width: max-content;
    margin-top: 0;
  }
  .feature-banner-section .feature-content .explore-btn {
    margin-top: 0;
  }
}
@media (max-width: 31.25em) {
  .feature-banner-section .blur-ball--blue {
    width: 150px;
    height: 150px;
    bottom: 30%;
    left: -30px;
  }
  .feature-banner-section .blur-ball--yellow {
    width: 140px;
    height: 140px;
    top: -30px;
    right: -30px;
  }
  .feature-banner-section .head-content {
    padding: 1.5rem 0 1rem;
    gap: 1rem;
  }
  .feature-banner-section .head-content h1 {
    font-size: 1.2rem;
  }
  .feature-banner-section .head-content .main-logo-animation {
    width: 90px;
    height: 90px;
    align-self: flex-end;
  }
  .feature-banner-section .head-content .main-logo-animation .star-logo {
    width: 20px;
    height: 20px;
  }
  .feature-banner-section .bank-cards-image .cards-mobile {
    max-width: 100%;
  }
  .feature-banner-section .feature-content {
    flex-direction: column;
    padding: 1.5rem 0 1rem;
    justify-content: start;
    align-items: start;
  }
  .feature-banner-section .feature-content .stat-item .stat-number {
    font-size: 2.4rem;
  }
  .feature-banner-section .feature-content .stat-item .stat-number .stat-suffix {
    font-size: 1.4rem;
  }
  .feature-banner-section .feature-content .stat-item:first-child {
    position: relative;
  }
  .feature-banner-section .feature-content .stat-item:first-child::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    border-right: 0.6px solid #73A4CC;
    right: -10%;
    top: 0%;
  }
  .feature-banner-section .feature-content .explore-btn {
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
  }
}

.Testimonials {
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .Testimonials {
    padding: 0 0 !important;
  }
}
@media screen and (max-width: 1250px) {
  .Testimonials {
    padding: 0 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .Testimonials {
    padding: 0 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .Testimonials {
    padding: 0 0 !important;
  }
}
.Testimonials .heading-primary {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .Testimonials .heading-primary {
    padding: 0 3rem 3rem 3rem !important;
  }
}
@media screen and (max-width: 1250px) {
  .Testimonials .heading-primary {
    padding: 0 3rem 3rem 3rem !important;
  }
}
@media screen and (max-width: 850px) {
  .Testimonials .heading-primary {
    padding: 0 2rem 2rem 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  .Testimonials .heading-primary {
    padding: 0 1rem 1rem 1rem !important;
  }
}
.Testimonials .Testimonial-container {
  width: 100%;
  background: #fffcf4;
}
@media screen and (max-width: 1500px) {
  .Testimonials .Testimonial-container {
    padding: 0 3rem !important;
  }
}
@media screen and (max-width: 1250px) {
  .Testimonials .Testimonial-container {
    padding: 0 3rem !important;
  }
}
@media screen and (max-width: 850px) {
  .Testimonials .Testimonial-container {
    padding: 0 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  .Testimonials .Testimonial-container {
    padding: 0 1rem !important;
  }
}
.Testimonials .Testimonials_Cont {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Testimonials .Testimonials_Cont .swiper {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 20px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar {
  flex-shrink: 0;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
  width: 90px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content {
  flex: 1;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #424242;
  margin-bottom: 10px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author-des {
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .review-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  background: transparent;
  border: 1px solid #6b6b6b;
  border-radius: 8px;
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .review-button:hover {
  background: #737373;
  color: #ffffff;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .review-button:hover svg path {
  fill: #ffffff;
}
.Testimonials .Testimonials_Cont .swiper .swiper-button-prev,
.Testimonials .Testimonials_Cont .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.Testimonials .Testimonials_Cont .swiper .swiper-button-prev:hover,
.Testimonials .Testimonials_Cont .swiper .swiper-button-next:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}
.Testimonials .Testimonials_Cont .swiper .swiper-button-prev::after,
.Testimonials .Testimonials_Cont .swiper .swiper-button-next::after {
  font-size: 15px;
  color: #133f59;
  font-weight: bold;
}
.Testimonials .Testimonials_Cont .swiper .swiper-button-prev {
  left: 10px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-button-next {
  right: 10px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-pagination {
  bottom: -15px !important;
  position: relative !important;
}
.Testimonials .Testimonials_Cont .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  border-radius: 10px;
  background: #c6c6c6;
  opacity: 1;
  transition: all 0.3s ease;
}
.Testimonials .Testimonials_Cont .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5f5f5f;
  width: 40px;
}
@media (max-width: 1024px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide {
    gap: 30px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    width: 90px;
    height: 90px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
    font-size: 14px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-button-prev,
  .Testimonials .Testimonials_Cont .swiper .swiper-button-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper {
    padding: 60px 0;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    min-height: auto;
    align-items: center;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar {
    align-self: center;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    width: 100px;
    height: 100px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content {
    align-items: center;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
    font-size: 14px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author-des {
    font-size: 13px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .review-button {
    font-size: 12px;
    padding: 8px 16px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper {
    padding: 40px 0;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide {
    gap: 20px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    width: 80px;
    height: 80px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
    font-size: 11px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author {
    font-size: 13px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author-des {
    font-size: 12px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .review-button {
    font-size: 11px;
    padding: 6px 14px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-pagination {
    bottom: -5px !important;
  }
}

.chargeon-feature-cta {
  max-width: 1280px;
  margin: 0 auto;
}
.chargeon-feature-cta .cta-container {
  border-radius: 15px;
  box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 6rem 2rem 6rem;
}
@media (max-width: 65.625em) {
  .chargeon-feature-cta .cta-container {
    padding: 3rem 2rem 2rem 2rem;
  }
}
@media (max-width: 31.25em) {
  .chargeon-feature-cta .cta-container {
    padding: 2rem 1rem 1rem 1rem;
  }
}
.chargeon-feature-cta .cta-container .heading-primary,
.chargeon-feature-cta .cta-container .description {
  text-align: center;
}
.chargeon-feature-cta .cta-container .cta-buttons {
  display: flex;
  gap: 2rem;
  margin: 4rem 0rem;
}
@media (max-width: 31.25em) {
  .chargeon-feature-cta .cta-container .cta-buttons {
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0rem;
  }
}
.chargeon-feature-cta .cta-container .cta-buttons .bookDemoBtn {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
  text-align: center;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media (max-width: 31.25em) {
  .chargeon-feature-cta .cta-container .cta-buttons .bookDemoBtn {
    font-size: 0.8rem;
  }
}
.chargeon-feature-cta .cta-container .cta-buttons .bookDemoBtn > .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.chargeon-feature-cta .cta-container .cta-buttons .bookDemoBtn:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.chargeon-feature-cta .cta-container .cta-buttons .bookDemoBtn:hover > svg {
  transform: translateX(5px);
}
.chargeon-feature-cta .cta-container .cta-buttons #cta-book-meeting-btn {
  border: 1px solid #737373;
  background: #ffffff;
  color: #737373;
  text-align: center;
}
.chargeon-feature-cta .cta-container .cta-buttons #cta-book-meeting-btn svg path {
  fill: #737373;
}
.chargeon-feature-cta .cta-container .cta-buttons #cta-book-meeting-btn:hover {
  background: #737373;
  color: #ffffff;
}
.chargeon-feature-cta .cta-container .cta-buttons #cta-book-meeting-btn:hover svg path {
  fill: #ffffff;
}
.chargeon-feature-cta .cta-container .feature-cta-img-box img {
  width: 100%;
}

.feature-everything-need {
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1280px;
}
@media (max-width: 93.75em) {
  .feature-everything-need {
    max-width: 100vw;
  }
}
.feature-everything-need .heading-primary {
  margin-bottom: 3rem;
}
.feature-everything-need .feature-main-nav {
  margin-bottom: 3rem;
  padding: 0 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.feature-everything-need .feature-main-nav .swiper-wrapper {
  align-items: center;
}
.feature-everything-need .feature-main-nav .feature-nav-item {
  width: auto;
  cursor: pointer;
  padding: 1rem 1.5rem;
  position: relative;
}
@media (max-width: 31.25em) {
  .feature-everything-need .feature-main-nav .feature-nav-item {
    padding: 0.5rem 0.75rem;
  }
}
.feature-everything-need .feature-main-nav .feature-nav-item p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6b6b6b;
  margin: 0;
  transition: color 0.3s ease;
}
@media (max-width: 31.25em) {
  .feature-everything-need .feature-main-nav .feature-nav-item p {
    font-size: 0.875rem;
  }
}
.feature-everything-need .feature-main-nav .feature-nav-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: background 0.3s ease;
}
.feature-everything-need .feature-main-nav .feature-nav-item.swiper-slide-thumb-active p, .feature-everything-need .feature-main-nav .feature-nav-item.active p {
  color: #282828;
  font-weight: 600;
}
.feature-everything-need .feature-main-nav .feature-nav-item.swiper-slide-thumb-active::after, .feature-everything-need .feature-main-nav .feature-nav-item.active::after {
  height: 2px;
  background: linear-gradient(90.01deg, #248DCB 0.01%, #FFD164 130.96%);
}
.feature-everything-need .feature-content-screens {
  padding: 0 2rem;
}
.feature-everything-need .feature-inner-box {
  background: #f4fafe;
  border-radius: 12px;
  padding: 3rem;
}
.feature-everything-need .feature-inner-box .feature-inner-layout {
  display: flex;
  align-items: stretch;
  gap: 3rem;
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 35%;
  flex-shrink: 0;
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  text-align: left;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #6b6b6b;
  cursor: pointer;
  transition: all 0.3s ease;
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination .swiper-pagination-bullet-active {
  font-weight: 600;
  color: #282828;
}
@media (max-width: 31.25em) {
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination .swiper-pagination-bullet {
    font-size: 0.875rem;
  }
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper {
  width: 65%;
  overflow: hidden;
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide .inner-slide-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 31.25em) {
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide .inner-slide-content {
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide .inner-slide-content .inner-feature-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
}
@media (max-width: 31.25em) {
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide .inner-slide-content .inner-feature-img {
    margin-bottom: 0rem;
  }
}
.feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide .inner-slide-content .inner-feature-desc {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 31.25em) {
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide .inner-slide-content .inner-feature-desc {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 93.75em) {
  .feature-everything-need .feature-inner-box {
    padding: 2rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout {
    gap: 2rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination {
    width: 40%;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper {
    width: 60%;
  }
}
@media (max-width: 65.625em) {
  .feature-everything-need .feature-main-nav .feature-nav-item p {
    font-size: 1rem;
  }
  .feature-everything-need .feature-inner-box {
    padding: 1.5rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination {
    width: 100%;
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination {
    gap: 0.5rem;
  }
}
@media (max-width: 65.625em) {
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    white-space: normal;
    font-size: 1rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .feature-everything-need {
    padding: 3rem 0;
  }
  .feature-everything-need .feature-main-nav {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .feature-everything-need .feature-content-screens {
    padding: 0 1rem;
  }
  .feature-everything-need .feature-inner-box {
    padding: 1.25rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper-pagination .swiper-pagination-bullet {
    font-size: 0.9rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide-content {
    padding: 1.2rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide-content .inner-feature-img {
    margin-bottom: 1.5rem;
  }
  .feature-everything-need .feature-inner-box .feature-inner-layout .inner-swiper .inner-slide-content .inner-feature-desc {
    font-size: 0.9rem;
  }
}

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