/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./chargeonAtDreamforce/chargeonAtDreamforce.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;
}

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

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

.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;
  overflow: hidden;
}

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;
}
@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.5rem;
  }
}

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,
.meet-us-at-the-booth-wrapper input[type=email],
.meet-us-at-the-booth-wrapper input[type=text],
.meet-us-at-the-booth-wrapper select,
.meet-us-at-the-booth-wrapper textarea {
  margin-bottom: 0 !important;
}

.hero-section-parent {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .hero-section-parent {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section-parent {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hero-section-parent {
    padding: 8px;
  }
}
@media screen and (max-width: 360px) {
  .hero-section-parent {
    padding: 6px;
  }
}

.hero-section {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 1rem 1rem 1rem !important;
  background: linear-gradient(161.34deg, #c9ebff -3.11%, #f3f9ff 75.38%);
  margin-bottom: 0;
  z-index: 1;
  border-radius: 24px;
}
.hero-section .hero-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.hero-section .hero-floating-elements .floating-el {
  position: absolute;
  transition: transform 0.3s ease;
}
.hero-section .hero-floating-elements .el-top-left-cloud {
  top: 6%;
  left: 1%;
  animation: floatSlow 8s ease-in-out infinite;
}
.hero-section .hero-floating-elements .el-mid-left-sparkles {
  top: 30%;
  left: 8%;
  animation: floatPulse 5s ease-in-out infinite;
}
.hero-section .hero-floating-elements .el-mid-left-sparkles img {
  width: 50%;
}
.hero-section .hero-floating-elements .el-top-center-star {
  top: 4%;
  left: 52%;
  animation: floatPulse 6s ease-in-out infinite 1s;
}
.hero-section .hero-floating-elements .el-top-center-star img {
  width: 50%;
}
.hero-section .hero-floating-elements .el-mid-center-star {
  top: 40%;
  left: 30%;
  animation: floatPulse 7s ease-in-out infinite 0.5s;
}
.hero-section .hero-floating-elements .el-mid-right-rocket {
  top: 20%;
  right: 18%;
  animation: floatRocket 6s ease-in-out infinite;
  display: flex;
  justify-content: flex-end;
}
.hero-section .hero-floating-elements .el-mid-right-rocket img {
  width: 50%;
}
.hero-section .hero-floating-elements .el-mid-right-sparkle {
  top: 40%;
  right: 24%;
  animation: floatPulse 5s ease-in-out infinite 2s;
  display: flex;
  justify-content: flex-end;
}
.hero-section .hero-floating-elements .el-mid-right-sparkle img {
  width: 50%;
}
.hero-section .hero-floating-elements .el-right-edge-cloud {
  top: 36%;
  right: 0%;
  animation: floatSlow 9s ease-in-out infinite 1.5s;
}
.hero-section .hero-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.hero-section .hero-content-wrapper .hero-top-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.hero-section .hero-content-wrapper .hero-top-line .experience-text,
.hero-section .hero-content-wrapper .hero-top-line .at-text {
  font-family: Raleway, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #282828;
  line-height: 1.2;
}
.hero-section .hero-content-wrapper .hero-top-line .hero-logo-box {
  display: inline-flex;
  align-items: center;
}
.hero-section .hero-content-wrapper .hero-top-line .hero-logo-box .hero-chargeon-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  transform: translateY(8px);
}
.hero-section .hero-content-wrapper .hero-dreamforce-title {
  font-family: Roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 1rem 0 1.5rem 0;
}
.hero-section .hero-content-wrapper .hero-dreamforce-title .text-dreamforce {
  color: #14384d;
}
.hero-section .hero-content-wrapper .hero-dreamforce-title .text-year {
  color: #47a8df;
}
.hero-section .hero-content-wrapper .hero-event-date {
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #282828;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.hero-section .hero-content-wrapper .hero-event-date span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-section .hero-content-wrapper .hero-event-date .separator {
  width: 2px;
  background: #737373;
  border-radius: 8px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .hero-section .hero-content-wrapper .hero-event-date .hero-calendar-icon {
    width: 16px;
  }
  .hero-section .hero-content-wrapper .hero-event-date .hero-location-icon {
    width: 13px;
  }
}
.hero-section .hero-content-wrapper .hero-booth-text {
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #14384d;
  margin-bottom: 2.5rem;
}
.hero-section .hero-content-wrapper .hero-buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.hero-section .hero-content-wrapper .hero-buttons-group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-section .hero-content-wrapper .hero-buttons-group a .btn-arrow {
  transition: transform 0.2s ease;
}
.hero-section .hero-content-wrapper .hero-buttons-group a:hover .btn-arrow {
  transform: translateX(3px);
}
.hero-section .hero-content-wrapper .hero-buttons-group .btn-hero-meeting {
  background: #14384d;
  color: #ffffff;
  border: 1px solid #14384d;
  box-shadow: 0 4px 15px rgba(20, 56, 77, 0.2);
}
.hero-section .hero-content-wrapper .hero-buttons-group .btn-hero-meeting:hover {
  background: #1d4d69;
  border-color: #1d4d69;
  box-shadow: 0 6px 20px rgba(20, 56, 77, 0.3);
}
.hero-section .hero-content-wrapper .hero-buttons-group .btn-hero-demo {
  color: #14384d;
  border: 1px solid #14384d;
  backdrop-filter: blur(5px);
}
.hero-section .hero-content-wrapper .hero-buttons-group .btn-hero-demo:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.hero-section .hero-banners-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  /* max-width: 1300px; */
  width: 100%;
  /* margin-top: 4rem; */
}
.hero-section .hero-banners-grid .banner-left-box,
.hero-section .hero-banners-grid .banner-right-box {
  display: block;
}
.hero-section .hero-banners-grid .banner-mobile-box {
  display: none;
}
.hero-section .hero-banners-grid .banner-item {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.hero-section .hero-banners-grid .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes floatSlow {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-12px) translateX(8px);
  }
}
@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.08);
  }
}
@keyframes floatRocket {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(4deg);
  }
}
@media screen and (max-width: 1024px) {
  .hero-section {
    padding: 3.5rem 1.5rem 1.5rem 1.5rem !important;
    border-radius: 20px;
  }
  .hero-section .hero-content-wrapper .hero-top-line .experience-text,
  .hero-section .hero-content-wrapper .hero-top-line .at-text {
    font-size: 1.8rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .hero-logo-box .hero-chargeon-logo {
    height: 30px;
    transform: translateY(7px);
  }
  .hero-section .hero-content-wrapper .hero-dreamforce-title {
    font-size: 3.8rem;
    margin: 0.8rem 0 1.2rem 0;
  }
  .hero-section .hero-content-wrapper .hero-event-date {
    font-size: 1.3rem;
  }
  .hero-section .hero-content-wrapper .hero-booth-text {
    font-size: 1.35rem;
    margin-bottom: 2rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group {
    gap: 0.8rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group a {
    padding: 0.5rem 1.2rem;
    font-size: 0.95rem;
  }
  .hero-section .hero-banners-grid {
    gap: 0.8rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .hero-section {
    padding: 3rem 1.5rem 1.5rem 1.5rem !important;
  }
  .hero-section .hero-floating-elements .floating-el {
    transform: scale(0.85);
  }
  .hero-section .hero-floating-elements .el-mid-right-rocket,
  .hero-section .hero-floating-elements .el-top-left-cloud,
  .hero-section .hero-floating-elements .el-right-edge-cloud {
    opacity: 0.6;
  }
  .hero-section .hero-content-wrapper .hero-top-line .experience-text,
  .hero-section .hero-content-wrapper .hero-top-line .at-text {
    font-size: 1.6rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .hero-logo-box .hero-chargeon-logo {
    height: 28px;
  }
  .hero-section .hero-content-wrapper .hero-dreamforce-title {
    font-size: 3.2rem;
  }
  .hero-section .hero-content-wrapper .hero-event-date {
    font-size: 1.2rem;
  }
  .hero-section .hero-content-wrapper .hero-booth-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    padding: 2.5rem 1rem 1rem 1rem !important;
    border-radius: 18px;
    background: none !important;
  }
  .hero-section .hero-floating-elements {
    display: none !important;
  }
  .hero-section .hero-content-wrapper .hero-top-line {
    gap: 0.4rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .experience-text,
  .hero-section .hero-content-wrapper .hero-top-line .at-text {
    font-size: 1.4rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .hero-logo-box .hero-chargeon-logo {
    height: 24px;
    transform: translateY(5px);
  }
  .hero-section .hero-content-wrapper .hero-dreamforce-title {
    font-size: 2.6rem;
    margin: 0.6rem 0 1rem 0;
  }
  .hero-section .hero-content-wrapper .hero-event-date {
    font-size: 1.1rem;
  }
  .hero-section .hero-content-wrapper .hero-booth-text {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group {
    flex-direction: row;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group a {
    padding: 0.45rem 1rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }
  .hero-section .hero-banners-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 1.5rem;
  }
  .hero-section .hero-banners-grid .banner-left-box,
  .hero-section .hero-banners-grid .banner-right-box {
    display: none !important;
  }
  .hero-section .hero-banners-grid .banner-mobile-box {
    display: block !important;
    width: 100%;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hero-section {
    padding: 2rem 0.8rem 0.8rem 0.8rem !important;
    border-radius: 16px;
  }
  .hero-section .hero-content-wrapper .hero-top-line {
    gap: 0.3rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .experience-text,
  .hero-section .hero-content-wrapper .hero-top-line .at-text {
    font-size: 1.2rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .hero-logo-box .hero-chargeon-logo {
    height: 20px;
    transform: translateY(4px);
  }
  .hero-section .hero-content-wrapper .hero-dreamforce-title {
    font-size: 2.2rem;
    margin: 0.5rem 0 0.8rem 0;
  }
  .hero-section .hero-content-wrapper .hero-event-date {
    font-size: 1rem;
  }
  .hero-section .hero-content-wrapper .hero-booth-text {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group {
    gap: 0.5rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group a {
    padding: 0.4rem 0.8rem;
    font-size: 0.82rem;
  }
}
@media screen and (max-width: 360px) {
  .hero-section {
    padding: 1.5rem 0.6rem 0.6rem 0.6rem !important;
    border-radius: 14px;
  }
  .hero-section .hero-content-wrapper .hero-top-line {
    gap: 0.25rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .experience-text,
  .hero-section .hero-content-wrapper .hero-top-line .at-text {
    font-size: 1.05rem;
  }
  .hero-section .hero-content-wrapper .hero-top-line .hero-logo-box .hero-chargeon-logo {
    height: 18px;
  }
  .hero-section .hero-content-wrapper .hero-dreamforce-title {
    font-size: 1.85rem;
    margin: 0.4rem 0 0.6rem 0;
  }
  .hero-section .hero-content-wrapper .hero-event-date {
    font-size: 0.9rem;
  }
  .hero-section .hero-content-wrapper .hero-booth-text {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group {
    gap: 0.35rem;
  }
  .hero-section .hero-content-wrapper .hero-buttons-group a {
    padding: 0.38rem 0.65rem;
    font-size: 0.75rem;
  }
  .hero-section .hero-banners-grid {
    margin-top: 1.2rem;
  }
  .hero-section .hero-banners-grid .banner-mobile-box {
    border-radius: 12px;
  }
}

.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: #282828;
  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 .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 .silder-logo {
  display: none;
}
@media screen and (max-width: 900px) {
  .our-valued-customers .silder-logo {
    display: block;
  }
}
.our-valued-customers .customers-logo .swiper-wrapper .swiper-slide img {
  width: 150px;
}
@media screen and (max-width: 1100px) {
  .our-valued-customers .customers-logo .swiper-wrapper .swiper-slide img {
    width: 120px;
  }
}
.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;
  }
}

.overview-section {
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.overview-section .overview-header-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overview-section .overview-header-div .overview-header-content {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.overview-section .overview-header-div .overview-header-content .overview-description {
  font-family: "Roboto";
  color: #6b6b6b;
  font-size: 1.2rem;
}
.overview-section .overview-header-div .overview-header-content .golden-star-element {
  position: absolute;
  top: -50px;
  left: -100px;
}
.overview-section .overview-header-div .overview-header-content .blue-star-element {
  position: absolute;
  left: -70px;
  top: 20px;
}
.overview-section .overview-header-div .overview-header-content .blue-star-element img {
  width: 50%;
}
.overview-section .overview-header-div .overview-header-content .blue-star-element-2 {
  position: absolute;
  left: -130px;
  top: 40px;
}
.overview-section .overview-header-div .overview-header-content .blue-star-element-2 img {
  width: 50%;
}
.overview-section .innerDiv {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  position: relative;
  overflow: hidden;
}
.overview-section .innerDiv .overviewContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overview-section .innerDiv .overviewContent .description {
  font-size: 1.2rem;
  color: #6b6b6b;
  line-height: 1.6;
  width: 85%;
}
.overview-section .innerDiv .overviewContent .accordion-boxes {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 0.5rem;
}
.overview-section .innerDiv .overviewContent .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;
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box .accordion-heading {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  color: #424242;
  transition: color 0.3s ease;
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box .dropdown-arrow {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.overview-section .innerDiv .overviewContent .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);
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box .dropdown-arrow svg path {
  fill: #6b6b6b;
  transition: fill 0.3s ease;
}
.overview-section .innerDiv .overviewContent .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: 1rem;
  line-height: 1.6;
  color: #6b6b6b;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 14px;
  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);
}
.overview-section .innerDiv .overviewContent .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);
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box.active .dropdown-arrow svg {
  transform: rotate(0deg);
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box.active .dropdown-arrow svg path {
  fill: #1e4860;
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box.active .accordion-description {
  margin-top: 0.75rem;
  opacity: 1;
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box:last-child {
  border-bottom: 1px solid transparent;
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box:last-child.active {
  border-bottom: 1px solid transparent;
}
.overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box:has(+ .accordion-box.active) {
  border-bottom-color: transparent;
}
.overview-section .innerDiv .overviewIframe {
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 12px;
}
.overview-section .innerDiv .overviewIframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border: none;
  border-radius: 12px;
}
.overview-section .innerDiv .overviewIframe .yt-link-store {
  display: none;
}
.overview-section .innerDiv .overviewIframe .yt-false {
  position: relative;
  cursor: pointer;
}
.overview-section .innerDiv .overviewIframe .yt-false .yt-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 62;
}
@media screen and (max-width: 550px) {
  .overview-section .innerDiv .overviewIframe .yt-false .yt-icon {
    width: 48px;
    height: 28px;
  }
}
.overview-section .innerDiv .overviewIframe .yt-false .yt-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  .overview-section .overview-header-div .overview-header-content .golden-star-element {
    top: -40px;
    left: -90px;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element img {
    width: 75%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element {
    left: -70px;
    top: 25px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element img {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .overview-section .overview-header-div .overview-header-content .golden-star-element {
    top: -40px;
    left: -70px;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element img {
    width: 60%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element {
    left: -50px;
    top: 15px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element img {
    width: 30%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 {
    left: -90px;
    top: 30px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 img {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .overview-section {
    gap: 3rem;
  }
  .overview-section .overview-header-div .overview-header-content .heading-primary {
    margin-bottom: 0;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element,
  .overview-section .overview-header-div .overview-header-content .blue-star-element,
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 {
    display: none;
  }
  .overview-section .innerDiv {
    grid-template-columns: 1fr 0.9fr;
  }
}
@media screen and (max-width: 800px) {
  .overview-section {
    gap: 2rem;
  }
  .overview-section .innerDiv {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .overview-section .innerDiv .overviewContent .description {
    width: 100%;
    font-size: 0.8rem;
  }
  .overview-section .innerDiv .overviewContent .accordion-boxes {
    width: 100%;
  }
  .overview-section .overview-header-div .overview-header-content .heading-primary,
  .overview-section .overview-header-div .overview-header-content .overview-description {
    width: 80%;
    text-align: center;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element {
    display: inline !important;
    top: -40px;
    left: 20px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element {
    display: inline !important;
    left: 40px;
    top: 10px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 {
    display: inline !important;
    left: 0px;
    top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .overview-section .overview-header-div .overview-header-content .heading-primary {
    font-size: 1.2rem;
  }
  .overview-section .overview-header-div .overview-header-content .overview-description {
    font-size: 15px;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element {
    top: -40px;
    left: -10px;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element img {
    width: 50%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element {
    left: 10px;
    top: 0px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element img {
    width: 25%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 {
    left: -20px;
    top: 20px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 img {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .overview-section .overview-header-div .overview-header-content .heading-primary,
  .overview-section .overview-header-div .overview-header-content .overview-description {
    width: 85%;
  }
  .overview-section .overview-header-div .overview-header-content .overview-description {
    font-size: 12px;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element {
    top: -20px;
    left: -10px;
  }
  .overview-section .overview-header-div .overview-header-content .golden-star-element img {
    width: 40%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element {
    top: 10px;
    left: 10px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element img {
    width: 20%;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 {
    left: -10px;
    top: 30px;
  }
  .overview-section .overview-header-div .overview-header-content .blue-star-element-2 img {
    width: 30%;
  }
  .overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box {
    padding: 0.8rem 1rem;
  }
  .overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box .accordion-heading,
  .overview-section .innerDiv .overviewContent .accordion-boxes .accordion-box .accordion-description {
    font-size: 12px;
    margin-top: 0;
  }
}

.industry-use-cases {
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.industry-use-cases .heading-primary {
  width: fit-content;
  margin: 0 auto;
}
.industry-use-cases .industry-inner-div {
  display: grid;
  width: 100%;
  align-items: center;
  gap: 4rem;
  margin-top: 4rem;
  grid-template-columns: 0.8fr 1fr;
}
.industry-use-cases .industry-inner-div .icons-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.industry-use-cases .industry-inner-div .icons-boxes .icon-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: start;
}
.industry-use-cases .industry-inner-div .icons-boxes .icon-box .svg-icon {
  padding: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3.17px 11.9px 0px rgba(0, 0, 0, 0.1490196078);
}
.industry-use-cases .industry-inner-div .icons-boxes .icon-box .icon-text {
  color: #282828;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .industry-use-cases .industry-inner-div .image-box img {
    width: 100%;
    height: auto;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .svg-icon {
    height: 70px;
    width: 70px;
    padding: 1rem;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .svg-icon svg {
    width: 30px;
    height: 30px;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .icon-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .industry-use-cases .industry-inner-div {
    gap: 2rem;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .svg-icon {
    height: 60px;
    width: 60px;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .icon-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .industry-use-cases .industry-inner-div {
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .svg-icon {
    width: 70px;
    height: 70px;
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .icon-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .industry-use-cases .industry-inner-div {
    margin-top: 2rem;
    gap: 3rem;
  }
  .industry-use-cases .industry-inner-div .icons-boxes {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .industry-use-cases .industry-inner-div .icons-boxes .icon-box .icon-text {
    font-size: 12px;
  }
}

.hello-booth {
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.hello-booth .heading-part {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  color: #6b6b6b;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.hello-booth .heading-part .heading-primary {
  margin-bottom: 0;
}
.hello-booth .heading-part .heading-description {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  color: #6b6b6b;
  width: 70%;
}
@media screen and (max-width: 650px) {
  .hello-booth .heading-part .heading-description {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hello-booth .heading-part .heading-description {
    font-size: 14px;
  }
}
.hello-booth .heading-part .hello-booth-rocket-element {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 90px;
}
@media screen and (max-width: 900px) {
  .hello-booth .heading-part .hello-booth-rocket-element {
    right: -10px;
    width: 80px;
  }
}
@media screen and (max-width: 650px) {
  .hello-booth .heading-part .hello-booth-rocket-element {
    right: -10px;
    width: 60px;
  }
}
@media screen and (max-width: 400px) {
  .hello-booth .heading-part .hello-booth-rocket-element {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 50px;
  }
}
.hello-booth .innerDiv {
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  padding: 2rem 4rem;
  border-radius: 12px;
  background: #f0f9ff;
  position: relative;
}
.hello-booth .innerDiv .booth-image-box {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.hello-booth .innerDiv .booth-image-box .booth-form-mobile-image {
  display: none;
}
.hello-booth .innerDiv .booth-image-box img {
  max-height: 570px;
  width: auto;
}
.hello-booth .innerDiv .booth-image-box .hello-booth-center-sparkles-element {
  max-height: unset;
  width: 90px;
  position: absolute;
  right: -10px;
  bottom: 50px;
}
@media screen and (max-width: 900px) {
  .hello-booth .innerDiv .booth-image-box .hello-booth-center-sparkles-element {
    display: none;
  }
}
.hello-booth .innerDiv .booth-image-box .hello-booth-center-sparkles-element-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .hello-booth .innerDiv .booth-image-box .hello-booth-center-sparkles-element-mobile {
    display: block;
    position: absolute;
    width: 90px;
    bottom: -50px;
    z-index: 99;
    right: 130px;
  }
}
@media screen and (max-width: 600px) {
  .hello-booth .innerDiv .booth-image-box .hello-booth-center-sparkles-element-mobile {
    width: 70px;
    bottom: -30px;
    right: 120px;
  }
}
@media screen and (max-width: 500px) {
  .hello-booth .innerDiv .booth-image-box .hello-booth-center-sparkles-element-mobile {
    width: 50px;
    bottom: -20px;
    right: 80px;
  }
}
.hello-booth .innerDiv .booth-form-box {
  justify-items: center;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
  max-width: 500px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 63px 63px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-heading {
  color: #424242;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-family: "Roboto";
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #737373;
  margin-bottom: 1.5rem;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form {
  padding: 30px 30px;
  border-radius: 8px;
  background: var(--form-background);
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form {
    padding: 30px 35px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone-code {
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
  max-width: 110px;
  margin-top: 8px;
  width: 100%;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone-code .just-validate-error-label {
  line-height: 38.48px !important;
  height: 20.48px;
}
@media screen and (max-width: 900px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone-code .just-validate-error-label {
    line-height: 25.48px !important;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone-code select {
  height: auto;
  border: none;
  padding: 0 5px;
}
@media screen and (max-width: 450px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone-code select {
    font-size: 12px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper select {
  background: transparent;
  color: #3f3f3e;
  font-family: Roboto, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0px 0px 5px 7px;
  width: 100%;
  margin-top: 5px;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper select:focus {
  border-bottom: 1px solid #ccc;
  outline: none !important;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper select option {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper select {
    font-size: 16px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container {
  display: flex;
  position: relative;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container svg {
  position: absolute;
  right: 0;
  top: 1.5rem;
  cursor: pointer;
  z-index: -1;
  display: none;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container svg.default-icon2 {
  display: block;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container.active .default-icon2 {
  display: none;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container.active .active-icon2 {
  display: block;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container select {
  background: transparent;
  color: var(--footer-form-heading);
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  height: 35px;
  width: 100%;
  border-bottom: 1px solid var(--input-border);
}
@media (max-width: 1500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .drop-down-container select {
    font-size: 14px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper label {
  color: #3f3f3e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper label {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper label {
    font-size: 14px;
    line-height: 18px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper label[for=country] {
  margin-top: 15px;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper label span {
  color: #ee0004;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper input {
  font-size: 18px;
  color: #282828;
  background: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  line-height: 24px;
  padding: 0.2em 0.55em;
  border-radius: unset;
}
@media (max-width: 1500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper input {
    font-size: 16px;
  }
}
@media (max-width: 1050px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper input {
    font-size: 14px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper input:focus {
  outline: 0;
  box-shadow: none;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper textarea {
  font-size: 16px;
  color: var(--color-light-1);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--input-border);
  line-height: 34px;
  resize: none;
  overflow: unset;
}
@media (max-width: 1500px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper textarea {
    font-size: 16px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .just-validate-error-label {
  width: 100% !important;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 110%);
  left: 0;
}
@media screen and (max-width: 800px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .just-validate-error-label {
    bottom: 2px;
  }
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone {
  display: flex;
  gap: 4px;
  position: relative;
  align-items: center;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone svg {
  cursor: pointer;
  position: absolute;
  left: 6rem;
  top: 1.5rem;
  z-index: -1;
  display: none;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone svg.default-icon {
  display: block;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone.active .default-icon {
  display: none;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone.active .active-icon {
  display: block;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone input {
  width: 100%;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone select {
  color: var(--footer-form-heading);
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone .phone-wrap {
  flex-grow: 1;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper .phone .phone-wrap .just-validate-error-label {
  position: absolute;
  left: 0;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .phone-wrapper-number {
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
  margin-bottom: 0;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .phone-wrapper-number input {
  margin-bottom: 0 !important;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .btn-div {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .btn-div .submit-button {
  background: linear-gradient(180deg, #3b7394 -17.65%, #133f59 100%);
  width: 100%;
  padding: 1rem 0;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 500;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .upper-left-image {
  position: absolute;
  top: -30px;
  left: -30px;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .transaction-image {
  max-width: 270px;
  position: absolute;
  left: -230px;
  bottom: -55px;
  z-index: -1;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .girl-image {
  position: absolute;
  right: -20%;
  bottom: 0;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .men-image {
  position: absolute;
  top: 120px;
  left: -110px;
}
.hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .salesforce-cloud {
  position: absolute;
  top: -40px;
  right: -90px;
  z-index: -1;
}
.hello-booth .innerDiv .hello-booth-sparkles-element-left {
  position: absolute;
  left: -40px;
  top: 170px;
  width: 70px;
}
@media screen and (max-width: 900px) {
  .hello-booth .innerDiv .hello-booth-sparkles-element-left {
    left: 10px;
    top: 0;
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  .hello-booth .innerDiv .hello-booth-sparkles-element-left {
    left: 0;
    top: -10px;
    width: 40px;
  }
}
.hello-booth .innerDiv .hello-booth-sparkles-element-right {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 99;
  width: 70px;
}
@media screen and (max-width: 900px) {
  .hello-booth .innerDiv .hello-booth-sparkles-element-right {
    right: 10px;
    bottom: 0;
    width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .hello-booth .innerDiv .hello-booth-sparkles-element-right {
    right: -10px;
    width: 50px;
    bottom: 10px;
    top: unset;
  }
}
@media screen and (max-width: 1200px) {
  .hello-booth .innerDiv {
    padding: 2rem 2rem;
  }
  .hello-booth .innerDiv .booth-image-box img {
    max-height: 510px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
    width: 450px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form {
    padding: 20px 25px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .btn-div .submit-button {
    padding: 0.7rem 0;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-heading {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1080px) {
  .hello-booth .innerDiv {
    gap: 1rem;
    padding: 2rem 4rem;
  }
  .hello-booth .innerDiv .booth-image-box img {
    max-height: 430px;
    width: auto;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
    width: 400px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper {
    margin-bottom: 20px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .btn-div {
    margin-top: 1rem;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .btn-div .submit-button {
    font-size: 14px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-description {
    margin-bottom: 1rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .hello-booth .innerDiv {
    gap: 1rem;
    padding: 2rem;
  }
  .hello-booth .innerDiv .booth-image-box img {
    max-height: 430px;
    width: auto;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  .hello-booth .heading-part {
    padding: 0 2rem;
  }
  .hello-booth .heading-part .heading-description {
    width: 80%;
  }
  .hello-booth .innerDiv {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
  }
  .hello-booth .innerDiv .booth-image-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hello-booth .innerDiv .booth-image-box .booth-form-mobile-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .hello-booth .innerDiv .booth-image-box .booth-form-desktop-image {
    display: none;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
    width: 400px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .hello-booth .innerDiv {
    width: 100%;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
    width: 350px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form {
    padding: 25px 25px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .input-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .hello-booth .heading-part .heading-description {
    font-size: 12px;
  }
  .hello-booth .innerDiv {
    gap: 4rem;
    padding: 1rem;
    margin-top: 3rem;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper {
    max-width: 300px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .form-description {
    font-size: 10px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper {
    margin-bottom: 10px;
  }
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper form .input-wrapper label {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 390px) {
  .hello-booth .innerDiv .booth-form-box .meet-us-at-the-booth-wrapper .salesforce-cloud {
    width: 70px;
    left: -20px;
  }
}

.cyntexa-delegation {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cyntexa-delegation .heading-part {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.cyntexa-delegation .heading-part .golden-star-element {
  position: absolute;
  right: -90px;
  top: -60px;
}
.cyntexa-delegation .heading-part .blue-star-element-1 {
  position: absolute;
  right: -100px;
  top: 10px;
  display: flex;
  justify-content: end;
}
.cyntexa-delegation .heading-part .blue-star-element-1 img {
  width: 50%;
}
.cyntexa-delegation .heading-part .blue-star-element-2 {
  position: absolute;
  top: 40px;
  right: -20px;
  display: flex;
  justify-content: end;
}
.cyntexa-delegation .heading-part .blue-star-element-2 img {
  width: 50%;
}
.cyntexa-delegation .meet-cyntexa-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  margin-top: 4rem;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-radius: 12px;
  text-align: center;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card:nth-child(odd) {
  background: #fff8e8;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card:nth-child(even) {
  background: #f0f9ff;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-img {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-img img {
  width: 100%;
  max-width: 319px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name {
  font-size: 1.5rem;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name .linkedin-link {
  color: #282828;
  font-family: "Roboto";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: 600;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name .linkedin-link .icon-box {
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name .linkedin-link .icon-box svg {
  width: 100%;
  height: 100%;
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-description {
  font-weight: 400;
  font-size: 1rem;
  color: #424242;
  font-family: "Roboto";
}
.cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .meet-card-button {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: #424242;
  cursor: pointer;
  padding: 5px 1rem;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}
@media screen and (max-width: 1024px) {
  .cyntexa-delegation .heading-part .golden-star-element svg,
  .cyntexa-delegation .heading-part .blue-star-element-1 svg,
  .cyntexa-delegation .heading-part .blue-star-element-2 svg {
    width: 70%;
  }
  .cyntexa-delegation .heading-part .golden-star-element {
    right: -90px;
    top: -25px;
  }
  .cyntexa-delegation .heading-part .golden-star-element img {
    width: 70%;
  }
  .cyntexa-delegation .heading-part .blue-star-element-1 {
    right: -70px;
    top: 30px;
  }
  .cyntexa-delegation .heading-part .blue-star-element-1 img {
    width: 35%;
  }
  .cyntexa-delegation .heading-part .blue-star-element-2 {
    top: 45px;
    right: -10px;
  }
  .cyntexa-delegation .heading-part .blue-star-element-2 img {
    width: 40%;
  }
  .cyntexa-delegation .meet-cyntexa-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-img img {
    max-width: 250px;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-img img {
    max-width: 200px;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name {
    font-size: 18px;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-description {
    font-size: 14px;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .meet-card-button {
    font-size: 12px;
    padding: 3px 1rem;
  }
}
@media screen and (max-width: 600px) {
  .cyntexa-delegation .heading-part .golden-star-element svg,
  .cyntexa-delegation .heading-part .blue-star-element-1 svg,
  .cyntexa-delegation .heading-part .blue-star-element-2 svg {
    width: 50%;
  }
  .cyntexa-delegation .heading-part .golden-star-element {
    right: -85px;
    top: -20px;
  }
  .cyntexa-delegation .heading-part .golden-star-element img {
    width: 50%;
  }
  .cyntexa-delegation .heading-part .blue-star-element-1 {
    right: -40px;
    top: 20px;
  }
  .cyntexa-delegation .heading-part .blue-star-element-1 img {
    width: 25%;
  }
  .cyntexa-delegation .heading-part .blue-star-element-2 {
    top: 35px;
    right: 0px;
  }
  .cyntexa-delegation .heading-part .blue-star-element-2 img {
    width: 30%;
  }
  .cyntexa-delegation .meet-cyntexa-cards {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card {
    width: 300px;
    margin: 0 auto;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-description {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 450px) {
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card {
    width: 260px;
    margin: 0 auto;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail {
    gap: 0;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-name {
    font-size: 16px;
  }
  .cyntexa-delegation .meet-cyntexa-cards .meet-cyntexa-card .card-detail .card-description {
    font-size: 12px;
    padding: unset;
  }
}

.chargeon-payment-gateways {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.chargeon-payment-gateways .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  align-items: center;
  margin-top: 1rem;
}
.chargeon-payment-gateways .grid .payment-gateway {
  background: #f9f9f9;
  border-radius: 0px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.chargeon-payment-gateways .grid .payment-gateway img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
  object-fit: contain;
}
.chargeon-payment-gateways .grid .payment-gateway:hover img {
  filter: brightness(1.3) grayscale(1) opacity(0.6);
}
.chargeon-payment-gateways .grid .request-additional-link {
  height: 100%;
  width: 100%;
  max-width: 228px;
  max-height: 93px;
  position: relative;
}
.chargeon-payment-gateways .grid .request-additional-link .request-additional-integration {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration {
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration {
    gap: 0px;
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration {
    gap: 5px;
    padding: 14px 10px;
  }
}
@media (max-width: 31.25em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration {
    gap: 3px;
    padding: 14px 5px;
  }
}
.chargeon-payment-gateways .grid .request-additional-link .request-additional-integration::after {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  opacity: 1;
  height: 100%;
  transform: translateX(-50%);
  background: #f9f9fb;
  z-index: 1;
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration::after {
    display: none;
  }
}
.chargeon-payment-gateways .grid .request-additional-link .request-additional-integration::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0%;
  height: 99%;
  transform: translateX(-50%);
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  z-index: 2;
  animation: shrink-border-bounce 0.8s ease-out forwards;
}
@keyframes shrink-border-bounce {
  0% {
    width: 100%;
  }
  35% {
    width: 0%;
  }
  65% {
    width: 5%;
  }
  100% {
    width: 0%;
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration::before {
    width: 100%;
    animation: none;
  }
}
.chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .btn-text {
  font-size: 16px;
  font-family: "roboto";
  font-weight: 400;
  color: #282828;
  width: 75%;
  line-height: normal;
  position: relative;
  z-index: 3;
  transform: translateX(-100%);
  animation: text-bounce 1s ease-out forwards;
}
@keyframes text-bounce {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(-115%);
  }
  65% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(-115%);
  }
}
@media screen and (max-width: 1300px) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .btn-text {
    font-size: 14px;
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .btn-text {
    font-size: 10px;
    transform: none;
    animation: none;
    width: unset;
  }
}
@media (max-width: 31.25em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .btn-text {
    font-size: 8px;
  }
}
.chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .icon {
  transition: transform 0.8s ease;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-315%);
  animation: icon-bounce 0.8s ease-out forwards;
}
@keyframes icon-bounce {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(-315%);
  }
  65% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-315%);
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .icon {
    transform: none;
    animation: none;
  }
}
.chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .icon svg {
  width: 24px;
  height: 24px;
  fill: #b6b6b6;
}
@media screen and (max-width: 1200px) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .icon svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .icon svg {
    width: 20px;
    height: 19px;
    fill: #39637c;
  }
}
@media (max-width: 31.25em) {
  .chargeon-payment-gateways .grid .request-additional-link .request-additional-integration .icon svg {
    width: 14px;
    height: 14px;
  }
}
.chargeon-payment-gateways .grid .request-additional-link:hover {
  cursor: pointer;
}
.chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration::after {
  transition: all 0.5s ease;
  width: 0;
  opacity: 0;
}
.chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration::before {
  width: 100%;
  animation: shrink-border-bounce-hover 0.8s ease-out forwards;
}
@keyframes shrink-border-bounce-hover {
  0% {
    width: 0%;
  }
  35% {
    width: 100%;
  }
  65% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration::before {
    animation: none;
  }
}
.chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration .btn-text {
  transform: translateX(0%);
  animation: text-bounce-hover 1s ease-out forwards;
}
@keyframes text-bounce-hover {
  0% {
    transform: translateX(-115%);
  }
  35% {
    transform: translateX(0%);
  }
  65% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration .btn-text {
    transform: none;
    animation: none;
  }
}
.chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration .icon {
  transition: transform 0.8s ease;
  transform: translateX(0%);
  animation: icon-bounce-hover 0.8s ease-out forwards;
}
@keyframes icon-bounce-hover {
  0% {
    transform: translateX(-315%);
  }
  35% {
    transform: translateX(0%);
  }
  65% {
    transform: translateX(-18%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 65.625em) {
  .chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration .icon {
    transform: none;
    animation: none;
  }
}
.chargeon-payment-gateways .grid .request-additional-link:hover .request-additional-integration .icon svg {
  fill: #39637c;
}
@media (max-width: 768px) {
  .chargeon-payment-gateways .grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .chargeon-payment-gateways .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .chargeon-payment-gateways .payment-gateway {
    padding: 10px;
  }
  .chargeon-payment-gateways .payment-gateway img {
    max-width: 60px;
  }
}
@media (max-width: 360px) {
  .chargeon-payment-gateways .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .chargeon-payment-gateways .payment-gateway img {
    max-width: 50px;
  }
}

.Testimonials {
  overflow: hidden;
}
.Testimonials .heading-primary {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.Testimonials .rating-box {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.Testimonials .rating-box .rating-description {
  color: #6b6b6b;
  font-size: 1rem;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .Testimonials .rating-box .rating-description {
    text-align: center;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 500px) {
  .Testimonials .rating-box .rating-description {
    font-size: 14px;
  }
}
.Testimonials .rating-box .ratings-status {
  display: flex;
  gap: 4rem;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .Testimonials .rating-box .ratings-status {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .Testimonials .rating-box .ratings-status {
    justify-content: start;
    gap: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .Testimonials .rating-box .ratings-status {
    gap: 2rem;
  }
}
.Testimonials .rating-box .ratings-status .ratings {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Testimonials .rating-box .ratings-status .ratings .rating-number {
  font-size: 2rem;
  font-weight: 300;
  line-height: normal;
  color: #2a2828;
}
@media screen and (max-width: 900px) {
  .Testimonials .rating-box .ratings-status .ratings .rating-number {
    font-size: 24px;
  }
}
.Testimonials .rating-box .ratings-status .ratings .rating-text {
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 3px;
  color: #2a2828;
}
.Testimonials .rating-box .ratings-status .ratings .rating-start {
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .Testimonials .rating-box .ratings-status .ratings .rating-start {
    margin-top: 5px;
    width: fit-content;
    display: flex;
    justify-content: center;
  }
  .Testimonials .rating-box .ratings-status .ratings .rating-start svg {
    width: 90px;
  }
}
.Testimonials .rating-box .ratings-status .ratings::after {
  position: absolute;
  content: "";
  border-right: 1px solid #d9d9d9;
  height: 100%;
  right: -2rem;
}
@media screen and (max-width: 900px) {
  .Testimonials .rating-box .ratings-status .ratings::after {
    right: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .Testimonials .rating-box .ratings-status .ratings::after {
    right: -1rem;
  }
}
@media screen and (max-width: 480px) {
  .Testimonials .rating-box .ratings-status .ratings::after {
    right: -0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Testimonials .rating-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.Testimonials .Testimonials_Cont {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .Testimonials .Testimonials_Cont {
    padding: 0;
  }
}
.Testimonials .Testimonials_Cont .swiper {
  width: 100%;
  padding: 80px 0 20px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper {
    padding: 40px 0;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar {
  flex-shrink: 0;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-avatar img {
    display: none;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content {
    align-items: center;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-head-part {
  display: none;
  align-items: center;
  width: 100%;
  gap: 1rem;
  margin-bottom: 10px;
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-head-part .testimonial-avatar-mobile {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-head-part {
    display: flex;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-description {
  font-size: 16px;
  color: #424242;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-description {
    font-size: 15px;
    text-align: start;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-description {
    font-size: 14px;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #424242;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-text {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author {
  font-size: 16px;
  color: #424242;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-slide .testimonial-content .testimonial-author {
    font-size: 13px;
  }
}
.Testimonials .Testimonials_Cont .swiper .swiper-button-prev,
.Testimonials .Testimonials_Cont .swiper .swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  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%);
  z-index: 10;
}
.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;
}
@media (max-width: 1024px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-button-prev,
  .Testimonials .Testimonials_Cont .swiper .swiper-button-next {
    display: none;
  }
}
.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: 6px;
  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: 20px;
}
@media (max-width: 768px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .Testimonials .Testimonials_Cont .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
  }
}
@media (max-width: 500px) {
  .Testimonials .Testimonials_Cont .swiper .swiper-pagination {
    bottom: -5px !important;
  }
}

.Payment-Processing-Section {
  background: #e9f7ff;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  border-radius: 10px;
  position: relative;
}
.Payment-Processing-Section__container {
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0;
  position: relative;
  align-items: center;
}
.Payment-Processing-Section__title {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 26px;
  color: #282828;
}
.Payment-Processing-Section__subtitle {
  color: #282828;
  font-family: Roboto;
  font-weight: 400;
  font-size: 2rem;
}
.Payment-Processing-Section__subtitle span {
  font-weight: 500;
  color: #14384d;
  font-family: "Roboto";
  font-size: 50px;
  display: inline-flex;
}
.Payment-Processing-Section__subtitle span i {
  font-weight: 500;
}
.Payment-Processing-Section__description {
  color: #282828;
  font-size: 1.5rem;
  margin-top: -20px;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 1rem;
}
.Payment-Processing-Section__btn {
  display: inline-block;
  font-weight: 600;
  font-family: "Roboto";
  color: #282828;
  padding: 10px 30px;
  width: fit-content;
  border: 1.5px solid #282828;
  display: flex;
  gap: 1.5rem;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  cursor: pointer;
}
.Payment-Processing-Section__btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.Payment-Processing-Section__btn-icon {
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.3s ease;
  line-height: 1;
}
.Payment-Processing-Section .golden-star-element-right {
  position: absolute;
  right: 12%;
  top: 10%;
  display: flex;
  justify-content: flex-end;
}
.Payment-Processing-Section .golden-star-element-right img {
  width: 35%;
}
@media screen and (max-width: 1050px) {
  .Payment-Processing-Section .golden-star-element-right {
    right: 5%;
    top: 13%;
  }
  .Payment-Processing-Section .golden-star-element-right img {
    width: 30%;
  }
}
@media screen and (max-width: 780px) {
  .Payment-Processing-Section .golden-star-element-right {
    right: -7%;
    top: -9%;
  }
  .Payment-Processing-Section .golden-star-element-right img {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .Payment-Processing-Section .golden-star-element-right {
    right: 10%;
    top: 1%;
  }
  .Payment-Processing-Section .golden-star-element-right img {
    width: 20%;
  }
}
.Payment-Processing-Section .blue-star-element-left {
  position: absolute;
  bottom: 10%;
  left: 9%;
}
.Payment-Processing-Section .blue-star-element-left img {
  width: 30%;
}
@media screen and (max-width: 1050px) {
  .Payment-Processing-Section .blue-star-element-left {
    bottom: 5%;
    left: 5%;
  }
  .Payment-Processing-Section .blue-star-element-left img {
    width: 30%;
  }
}
@media screen and (max-width: 780px) {
  .Payment-Processing-Section .blue-star-element-left {
    bottom: 4%;
    left: 2%;
  }
  .Payment-Processing-Section .blue-star-element-left img {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .Payment-Processing-Section .blue-star-element-left {
    bottom: 0%;
    left: 3%;
  }
  .Payment-Processing-Section .blue-star-element-left img {
    width: 15%;
  }
}
@media (max-width: 991px) {
  .Payment-Processing-Section__title {
    font-size: 26px;
  }
  .Payment-Processing-Section__subtitle {
    font-size: 2rem;
  }
  .Payment-Processing-Section__subtitle span {
    font-size: 50px;
  }
  .Payment-Processing-Section__description {
    font-size: 1.6rem;
  }
}
@media (max-width: 880px) {
  .Payment-Processing-Section__title {
    font-size: 24px;
    line-height: 1.4;
  }
  .Payment-Processing-Section__subtitle {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .Payment-Processing-Section__subtitle span {
    font-size: 40px;
  }
  .Payment-Processing-Section__description {
    font-size: 1.4rem;
  }
  .Payment-Processing-Section__btn {
    padding: 10px 28px;
    font-size: 14px;
    min-height: 40px;
  }
  .Payment-Processing-Section__container {
    width: 100%;
  }
}
@media (max-width: 672px) {
  .Payment-Processing-Section__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0.3rem;
    max-width: 90%;
  }
  .Payment-Processing-Section__subtitle {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    max-width: 95%;
  }
  .Payment-Processing-Section__subtitle span {
    font-size: 28px;
    line-height: 1.2;
    display: inline;
  }
  .Payment-Processing-Section__description {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .Payment-Processing-Section__btn {
    padding: 10px 24px;
    font-size: 13px;
    min-height: 36px;
    gap: 1rem;
  }
  .Payment-Processing-Section__container {
    width: 90%;
    padding: 0.5rem 0;
    gap: 0.8rem;
  }
}
@media (max-width: 550px) {
  .Payment-Processing-Section__title {
    font-size: 17px;
    line-height: 1.35;
    max-width: 100%;
  }
  .Payment-Processing-Section__subtitle {
    font-size: 15px;
    line-height: 1.35;
  }
  .Payment-Processing-Section__subtitle span {
    font-size: 24px;
  }
  .Payment-Processing-Section__description {
    font-size: 14px;
    margin-bottom: 0.8rem;
  }
  .Payment-Processing-Section__btn {
    padding: 9px 20px;
    font-size: 12px;
    min-height: 34px;
    gap: 0.8rem;
  }
}
@media (max-width: 400px) {
  .Payment-Processing-Section__title {
    font-size: 15px;
    line-height: 1.3;
  }
  .Payment-Processing-Section__subtitle {
    font-size: 14px;
  }
  .Payment-Processing-Section__subtitle span {
    font-size: 20px;
  }
  .Payment-Processing-Section__description {
    font-size: 13px;
    margin-bottom: 0.6rem;
  }
  .Payment-Processing-Section__btn {
    padding: 8px 16px;
    font-size: 11.5px;
    min-height: 32px;
    gap: 0.6rem;
  }
}

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

.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 .faq-answer p span {
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}
.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;
  }
}

.footer-main-class {
  padding: 0 !important;
}
.footer-main-class .footer_main {
  position: relative;
  padding: 0 !important;
}
.footer-main-class .footer_main .cloud-text {
  position: absolute;
  bottom: 15%;
  left: 14%;
  z-index: 99;
}
.footer-main-class .footer_main .cloud-text .heading-secondary {
  font-size: 5rem;
  color: #fff;
}
.footer-main-class .footer_main .social-icons {
  position: absolute;
  z-index: 99;
  left: 2%;
  top: -50px;
}
.footer-main-class .footer_main .social-icons .icons-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-main-class .social-icons .icons-wrapper svg {
  width: 30px;
}
.footer-main-class .container .image-area {
  width: 55%;
  height: auto;
  position: relative;
}
.footer-main-class .container .form-area {
  width: 45%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-main-class .container .image-area .form-image {
  width: 100%;
  height: 708px;
}
.footer-main-class .container .image-area .rocket-element-footer-desktop {
  position: absolute;
  top: -60px;
  right: -40px;
  width: 12%;
}
.footer-main-class .container {
  display: flex;
  align-items: flex-end;
  max-width: unset !important;
}
.footer-main-class .footer_main .container .location-details {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr;
  padding: 0 2rem;
}
.footer-main-class .footer_main .container .location-details .complete-address {
  display: flex;
  align-items: start;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-main-class .footer_main .container .location-details .complete-address svg {
  margin-top: 10px;
  width: 25px;
}
.footer-main-class .footer_main .container .location-details .complete-address .special-svg {
  width: 50px;
}
@media (max-width: 65.625em) {
  .footer-main-class .footer_main .container .location-details .complete-address .special-svg {
    width: 50px;
  }
}
@media (max-width: 31.25em) {
  .footer-main-class .footer_main .container .location-details .complete-address .special-svg {
    width: 50px;
  }
}
.footer-main-class .footer_main .container .location-details .contact-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-main-class .footer_main .container .form-area .end-line {
  background-color: #023552;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  height: 50px;
}
.footer-main-class .footer_main .container .form-area .end-line p {
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  padding-top: 10px;
}
.footer-main-class .footer_main .container .form-area .form-heading {
  width: 50%;
  display: flex;
  justify-content: center;
}
.footer-main-class .footer_main .container .form-area .form-heading p {
  margin: 0px;
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: var(--text-dark-2);
  z-index: 999;
}
.footer-main-class .footer_main .container .form-area .address-heading {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-main-class .footer_main .container .form-area .complete-address p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.37px;
  text-align: left;
  color: #424242;
  margin: 8px;
}
.footer-main-class .footer_main .container .form-area .contact-info p {
  font-family: Roboto;
  font-size: 16.28px;
  font-weight: 500;
  line-height: 20.93px;
  text-align: center;
  color: #2a2828;
}
.footer-main-class .footer_main .container .form-area .end-line span {
  font-weight: 600;
  color: #ffffff;
}
.footer-main-class form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}
.footer-main-class form {
  display: flex;
  flex-direction: column;
  width: 80%;
  box-shadow: 0px 2.69px 8.07px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 25px;
  border-radius: 6.72px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer-main-class form input {
  padding: 8px;
  margin-bottom: 35px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #424242;
}
.footer-main-class form .input-field {
  margin-bottom: 15px;
}
.footer-main-class form .input-field input {
  width: 100%;
  margin-bottom: 4px;
}
.footer-main-class form input::placeholder {
  font-family: Roboto;
  font-size: 17.48px;
  font-weight: 400;
  line-height: 20.49px;
  text-align: left;
  color: rgba(115, 115, 115, 0.6705882353);
}
.footer-main-class form button {
  width: fit-content;
  padding: 5px 30px;
  background-color: #14384e;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 500;
}
.footer-main-class form .button-container {
  display: flex;
  justify-content: flex-end;
}
.footer-main-class form .footer-form-input {
  margin-bottom: 20px;
}
.footer-main-class form .footer-form-input input {
  width: 100%;
  margin-bottom: 0px;
}
.footer-main-class .mobile-footer .top-heading-mobile p {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.41px;
  letter-spacing: -0.478607446px;
  color: var(--text-dark-2);
}
.footer-main-class .mobile-footer .top-heading-mobile {
  padding-left: 20px;
  padding-bottom: 20px;
}
.footer-main-class .mobile-footer .form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-main-class .mobile-footer .form-container form {
  width: 70%;
  background: #fff;
}
.footer-main-class .mobile-footer .end-line-mobile {
  width: 100%;
  background: #023552;
  height: 50px;
  padding-top: 15px;
  color: #fff;
}
.footer-main-class .mobile-footer .end-line-mobile p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.37px;
  text-align: center;
  padding-bottom: 10px;
}
.footer-main-class .mobile-footer .end-line-mobile span {
  font-weight: 600;
}
.footer-main-class .mobile-footer .complete-address {
  display: flex;
  align-items: center;
}
.footer-main-class .mobile-footer .contact-info {
  display: flex;
  align-items: center;
}
.footer-main-class .mobile-footer .location-info {
  background: rgba(0, 0, 0, 0.6588235294);
  border: 1.5px solid #737373;
  border-radius: 9px;
  width: 85%;
  padding: 20px;
  margin-bottom: 40px;
}
.footer-main-class .mobile-footer .location-info h4 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 32.14px;
  margin: 10px;
  color: #fff;
}
.footer-main-class .mobile-footer .location-info h5 {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.09px;
  margin: 10px;
  color: #fff;
}
.footer-main-class .mobile-footer .location-info .address-heading p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.09px;
  margin: 10px;
  color: #fff;
}
.footer-main-class .mobile-footer .location-info p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.09px;
  margin: 10px;
  color: #fff;
}
.footer-main-class .mobile-footer .location-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-main-class .mobile-footer {
  position: relative;
  padding: 0 !important;
}
.footer-main-class .mobile-footer .form-image-mobile {
  position: absolute;
  z-index: -99;
  bottom: 0px;
  width: 100%;
  height: 600px;
}
.footer-main-class .mobile-footer .location-info .complete-address {
  display: flex;
  align-items: start;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-main-class .mobile-footer .location-info .complete-address svg {
  margin-top: 10px;
  width: 20px;
}
.footer-main-class .mobile-footer .form-image-mobile {
  position: absolute;
  z-index: -99;
  bottom: 0px;
  width: 100%;
  height: 600px;
}
.footer-main-class .mobile-footer .location-info .complete-address {
  display: flex;
  align-items: start;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-main-class .mobile-footer .location-info .complete-address svg {
  margin-top: 10px;
  width: 27px;
}
.footer-main-class .mobile-footer .location-info .complete-address .special-svg {
  width: 50px;
}
@media (max-width: 65.625em) {
  .footer-main-class .mobile-footer .location-info .complete-address .special-svg {
    width: 30px;
  }
}
@media (max-width: 31.25em) {
  .footer-main-class .mobile-footer .location-info .complete-address .special-svg {
    width: 50px;
  }
}
.footer-main-class .footer_main .social-icons .facebook-icon:hover path {
  cursor: pointer;
  fill: #0568e8;
}
.footer-main-class .footer_main .social-icons .instagram-icon:hover .insta-path {
  cursor: pointer;
  fill: #e61252;
}
.footer-main-class .footer_main .social-icons .X-icon:hover path {
  cursor: pointer;
  fill: black;
}
.footer-main-class .footer_main .social-icons .linkedin-icon:hover path {
  cursor: pointer;
  fill: #0076b4;
}
.footer-main-class .footer_main .social-icons .youtube-icon:hover path {
  cursor: pointer;
  fill: #fe1101;
}
@media screen and (max-width: 1680px) {
  .footer-main-class .container .image-area #form-image {
    width: 100%;
    height: 570px;
  }
  .footer-main-class .footer_main .container .form-area .form-heading p {
    margin: 0px;
    font-family: Raleway;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: var(--text-dark-2);
    z-index: 999;
  }
  .footer-main-class .footer_main .container .form-area .address-heading {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-main-class .footer_main .container .form-area .complete-address p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.37px;
    text-align: left;
    margin: 8px;
  }
  .footer-main-class .footer_main .container .form-area .contact-info p {
    font-family: Roboto;
    font-size: 16.28px;
    font-weight: 500;
    line-height: 20.93px;
    text-align: center;
  }
}
@media screen and (max-width: 1380px) {
  .footer-main-class .footer_main .container .form-area .form-heading {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .footer-main-class .footer_main .container .form-area .form-heading p {
    margin: 0px;
    text-align: center;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 500;
    color: var(--text-dark-2);
    z-index: 999;
  }
  .footer-main-class .footer_main .container .form-area .address-heading {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-main-class .footer_main .container .form-area .complete-address p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.37px;
    text-align: left;
    margin: 8px;
  }
  .footer-main-class .footer_main .container .form-area .contact-info p {
    font-family: Roboto;
    font-size: 14.28px;
    font-weight: 500;
    line-height: 20.93px;
    text-align: center;
  }
  .footer-main-class form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
  }
  .footer-main-class form {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2.69px 8.07px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 40px;
    border-radius: 6.72px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-main-class form input {
    padding: 10px;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #ccc;
    /* Add a bottom border */
    font-size: 16px;
  }
  .footer-main-class form input::placeholder {
    font-family: Roboto;
    font-size: 17.48px;
    font-weight: 400;
    line-height: 20.49px;
    text-align: left;
    color: rgba(115, 115, 115, 0.6705882353);
  }
  .footer-main-class form button {
    margin-top: 5px;
  }
  .footer-main-class .container .image-area #form-image {
    width: 100%;
  }
}
@media screen and (max-width: 1210px) {
  .footer-main-class .footer_main .container .location-details .complete-address {
    display: flex;
    align-items: start;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-main-class .footer_main .container .location-details .contact-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-main-class .footer_main .container .form-area .form-heading p {
    margin: 0px;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 999;
  }
  .footer-main-class form h2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--text-dark-2);
  }
  .footer-main-class form {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2.69px 8.07px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 30px;
    border-radius: 6.72px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .footer-main-class form input {
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    /* Add a bottom border */
    font-size: 16px;
  }
  .footer-main-class form input::placeholder {
    font-family: Roboto;
    font-size: 14.48px;
    font-weight: 400;
    line-height: 20.49px;
    text-align: left;
    color: rgba(115, 115, 115, 0.6705882353);
  }
  .footer-main-class form button {
    font-size: 14px;
    margin-top: 5px;
  }
  .footer-main-class .container .image-area #form-image {
    width: 100%;
    height: 592px;
  }
  .footer-main-class .footer_main .container .form-area .address-heading {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-main-class .footer_main .container .form-area .complete-address p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.37px;
    text-align: left;
    margin: 8px;
  }
  .footer-main-class .footer_main .container .form-area .contact-info p {
    font-family: Roboto;
    font-size: 12.28px;
    font-weight: 500;
    line-height: 20.93px;
    text-align: center;
  }
  .footer-main-class .footer_main .container .form-area .end-line {
    background-color: #023552;
    justify-content: center;
    width: 100%;
    margin: 0px;
    height: 40px;
    margin-top: 9px;
  }
  .footer-main-class .footer_main .container .form-area .end-line p {
    text-align: center;
    font-family: Roboto;
    font-size: 14.62px;
    font-weight: 400;
    line-height: 21.37px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-main-class .footer_main .container .form-area .end-line span {
    font-weight: 500;
  }
  .footer-main-class .footer_main .social-icons .icons-wrapper svg {
    width: 30px;
  }
}
@media screen and (max-width: 1075px) {
  .footer-main-class .footer_main .container .location-details .contact-info {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-main-class .footer_main .container .location-details .complete-address {
    display: flex;
    align-items: start;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-main-class .footer_main .container .form-area .form-heading p {
    margin: 0px;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: var(--text-dark-2);
    z-index: 999;
  }
  .footer-main-class form h2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--text-dark-5);
  }
  .footer-main-class form {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2.69px 8.07px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 30px;
    border-radius: 6.72px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .footer-main-class form input {
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    background: transparent;
  }
  .footer-main-class form input::placeholder {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.49px;
    text-align: left;
    color: rgba(191, 191, 191, 0.6705882353);
  }
  .footer-main-class form button {
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #023552;
    color: #fff;
  }
  .footer-main-class .container .image-area #form-image {
    width: 100%;
    height: 570px;
  }
  .footer-main-class .footer_main .container .form-area .address-heading {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-main-class .footer_main .container .form-area .complete-address p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.37px;
    text-align: left;
    margin: 8px;
  }
  .footer-main-class .footer_main .container .form-area .contact-info p {
    font-family: Roboto;
    font-size: 11.28px;
    font-weight: 500;
    line-height: 20.93px;
    text-align: center;
  }
  .footer-main-class .footer_main .container .form-area .end-line {
    background-color: #023552;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    height: 35px;
  }
  .footer-main-class .footer_main .container .form-area .end-line p {
    text-align: center;
    font-family: Roboto;
    font-size: 12.62px;
    font-weight: 400;
    line-height: 21.37px;
    margin: 0px;
    padding-top: 7px;
  }
  .footer-main-class .footer_main .container .form-area .end-line span {
    font-weight: 500;
  }
}
.footer-main-class .dreamforce-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 5%;
  background-color: #f3f5f6;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.footer-main-class .dreamforce-footer-bar p,
.footer-main-class .dreamforce-footer-bar .iso-cert {
  margin: 0;
  font-size: 12px;
  color: #555555;
  font-weight: 400;
}
.footer-main-class .dreamforce-footer-bar .footer-bar-links {
  display: flex;
  gap: 25px;
}
.footer-main-class .dreamforce-footer-bar .footer-bar-links a {
  font-size: 12px;
  color: #555555;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}
.footer-main-class .dreamforce-footer-bar .footer-bar-links a:hover {
  color: #14384e;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer-main-class .dreamforce-footer-bar {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 5px 10px;
  }
  .footer-main-class .dreamforce-footer-bar .footer-bar-links {
    justify-content: center;
    gap: 15px;
  }
}

@media screen and (max-width: 1750px) {
  .footer-main-class form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_main {
    display: none;
  }
  .footer-main-class form {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-footer {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .mobile-footer .form-image-mobile {
    position: absolute;
    z-index: -99;
    bottom: 0px;
    width: 100%;
    height: 520px;
  }
}
@media screen and (min-width: 700px) {
  .mobile-footer .location-info .complete-address .special-svg {
    width: 30px;
  }
}
@media screen and (min-width: 500px) {
  .mobile-footer .location-info .complete-address .special-svg {
    width: 33px;
  }
}
footer {
  display: none;
}

.reserve-spot-popup-screen {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  overflow-y: scroll;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}
.reserve-spot-popup-screen.open {
  transform: scale(1);
}
.reserve-spot-popup-screen .reserve-spot-popup {
  border-radius: 26px;
  box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.2509803922);
  background-color: #f0f9ff;
  position: relative;
  width: 64%;
  overflow-y: auto;
  max-height: 100vh;
  max-width: 1078px;
  padding: 2rem 0;
  overflow: hidden;
}
@media (max-width: 31.25em) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 95%;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .reserve-close-btn {
  cursor: pointer;
  font-family: Raleway;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #282828;
}
@media (max-width: 31.25em) {
  .reserve-spot-popup-screen .reserve-spot-popup .reserve-close-btn {
    font-size: 2rem;
    right: 4%;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-heading {
  font-family: Raleway;
  font-weight: 500;
  font-size: 35px;
  width: max-content;
  margin: auto;
  color: #282828;
  margin-left: 4rem;
  position: relative;
  width: fit-content;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span {
  color: #14384d;
  font-weight: 600;
  display: inline-block;
  font-size: 40px;
  font-family: "Roboto";
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span i {
  font-size: 45px;
  font-weight: 600;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span .year {
  color: #47a8df;
  font-family: "roboto";
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-cloud-svg {
  width: 15%;
  position: absolute;
  top: -50%;
  left: -10%;
}
@media (max-width: 31.25em) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading {
    font-size: 2.689rem;
    line-height: normal;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-form-rocket-element {
  position: absolute;
  width: 80px;
  right: 25%;
  top: 6%;
}
@media screen and (max-width: 1500px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-form-rocket-element {
    right: 20%;
    width: 70px;
    top: 6%;
  }
}
@media screen and (max-width: 1400px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-form-rocket-element {
    right: 13%;
    top: 7%;
  }
}
@media screen and (max-width: 1150px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-form-rocket-element {
    display: none;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-description {
  font-size: 1.2rem;
  color: #737373;
  margin-left: 4rem;
}
@media (max-width: 31.25em) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    font-size: 12px;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  margin-top: 2rem;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .popup-img {
  width: 50%;
  position: relative;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .popup-img .popup-form-large-star-element {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 90px;
}
@media screen and (max-width: 1050px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .popup-img .popup-form-large-star-element {
    bottom: -10px;
    left: -10px;
    width: 70px;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container {
  width: 50%;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}
@media (max-width: 65.625em) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
    box-shadow: none;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  font-size: 1rem;
  width: 100%;
  position: relative;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group .select select {
  padding: 0;
  color: var(--form-input-color);
  font-size: 1.4rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem !important;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group .select .country-phone-code {
  height: fit-content;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--form-border);
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group .select svg {
  pointer-events: none;
  position: absolute;
  right: 0;
  color: var(--form-input-color);
  top: 10%;
  width: 1.5rem;
  height: auto;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group select.countries-name {
  width: 100%;
  padding-bottom: 0.4rem;
  border: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  appearance: none;
  color: #3f3f3e;
  font-size: 20px;
  background: transparent;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group select.countries-name option {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group select.countries-name {
    font-size: 16px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group select.countries-name option {
    font-size: 14px;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Roboto;
  line-height: 20.48px;
  color: #3f3f3e;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label abbr {
  color: #ee3b2d;
  text-decoration: none;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group input {
  font-size: 1.5rem;
  outline: none;
  font-weight: 400;
  font-family: Roboto;
  line-height: 20.48px;
  color: #3f3f3e;
  border: none;
  border-bottom: 0.5px solid #cccccc;
  background: transparent;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group .phone-input {
  width: 100% !important;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .just-validate-error-label {
  color: rgb(184, 17, 17);
  width: 100% !important;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 120%);
  left: 0;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .phone-group .country-code-wrap .select {
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: flex-start;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .phone-group .phone-input-group {
  display: flex;
  gap: 1rem;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .phone-group .phone-input-group .input-group {
  width: fit-content;
  gap: 0;
  justify-content: flex-end;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .country-phone-code {
  height: fit-content;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #959494;
}
@media (max-width: 65.625em) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .country-phone-code {
    padding-bottom: 0.85rem;
  }
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .country-group .select,
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .country-code-wrap .select {
  position: relative;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box {
  margin-top: 20px;
}
.reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box .reserve-submit {
  cursor: pointer;
  width: 100%;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 10px;
  letter-spacing: 0.7px;
  color: #ffffff;
  padding: 1.5rem 0;
  transition: all 0.5s ease-in;
  background: linear-gradient(180deg, #3b7394 -17.65%, #133f59 100%);
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 1250px) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 70%;
  }
}
@media screen and (max-width: 1500px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading,
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    margin-left: 3rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content {
    padding: 0 3rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .popup-img img {
    width: 100%;
    height: auto;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container {
    width: 45%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group {
    gap: 0.5rem;
    font-size: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label {
    font-size: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group input {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container {
    width: 45%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
    gap: 1.5rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label {
    font-size: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group input {
    font-size: 22px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box {
    margin-top: 10px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box .reserve-submit {
    font-size: 18px;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1050px) {
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading,
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    margin-left: 2rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content {
    padding: 0 2rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
    gap: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group input {
    font-size: 20px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box .reserve-submit {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 80%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading {
    font-size: 28px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span {
    font-size: 35px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span i {
    font-size: 40px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 80%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .reserve-close-btn {
    font-size: 2rem;
    right: 5%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading {
    font-size: 1.5rem;
    width: fit-content;
    padding: 1rem 0 0rem 0;
    word-wrap: break-word;
    margin-left: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span {
    font-size: 30px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span i {
    font-size: 35px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    margin-left: 1rem;
    font-size: 1rem;
    word-wrap: break-word;
    width: 80%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content {
    gap: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .popup-img {
    display: none;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container {
    width: 100%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
    gap: 1.5rem;
    padding: 0 2rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label {
    font-size: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box .reserve-submit {
    font-size: 14px;
    padding: 1rem 0;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .reserve-close-btn {
    z-index: 99;
  }
}
@media screen and (max-width: 600px) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 85%;
    padding: 1rem 0;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading {
    width: fit-content;
    font-size: 20px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span {
    font-size: 25px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-heading .heading-span i {
    font-size: 30px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    margin-left: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content {
    gap: 1rem;
    margin-top: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
    gap: 1.5rem;
    padding: 2rem 2rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label {
    font-size: 1rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box .reserve-submit {
    font-size: 14px;
    padding: 1rem 0;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .reserve-close-btn {
    z-index: 99;
  }
}
@media screen and (max-width: 500px) {
  .reserve-spot-popup-screen .reserve-spot-popup {
    width: 90%;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-description {
    font-size: 12px;
    margin-top: 0.5rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form {
    padding: 1rem 0rem;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .input-group label {
    font-size: 14px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .popup-content .form-container #chargeon-dreamforce-popup-form .btn-box .reserve-submit {
    font-size: 14px;
  }
  .reserve-spot-popup-screen .reserve-spot-popup .reserve-close-btn {
    z-index: 99;
  }
}

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