/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./single-customer-stories/singleCustomerStories.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";
}

/* ------------------------------------- Footer SCSS ------------------------------------- */
.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;
  }
}

/* ------------------------------------- ChargeOn Popup Form SCSS ------------------------------------- */
.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 h3 {
  display: none;
}
.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;
  /* Code */
  /* Number */
}
.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;
}

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

.faq-section {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.faq-section .faq-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1.3rem;
  width: 70%;
}
@media (max-width: 65.625em) {
  .faq-section .faq-content {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .faq-section .faq-content {
    gap: 1.5rem;
  }
}
.faq-section .faq-content .faq {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.faq-section .faq-content .faq.hidden-faq {
  display: none;
}
.faq-section .faq-content .faq .faq-question {
  border: none;
  background: transparent;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  display: flex;
  align-items: baseline;
  text-align: left;
  gap: 1.9rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq .faq-question:focus {
  box-shadow: none;
}
.faq-section .faq-content .faq .faq-question span {
  margin-left: 40px;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question span {
    margin-left: 20px;
  }
}
.faq-section .faq-content .faq .faq-question::after {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::after {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq .faq-question::before {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::before {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq-answer {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: var(--color-faq-light-3);
  font-family: Roboto;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 26.4px;
  transition: transform 0.2s linear;
  transform: translateX(0px);
  padding-left: 3.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq-answer {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq-answer ul {
  list-style-type: disc;
}
.faq-section .faq-content .faq-answer ul li a {
  color: var(--faq-question-icon-color);
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ul li .highlight {
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ol {
  list-style-type: auto;
}
.faq-section .faq-content .faq-answer.faq-show {
  display: block;
  animation: display-ans 2s ease;
}
@keyframes display-ans {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-section .faq-content .faq-answer p {
  color: inherit;
  font-size: inherit;
}
.faq-section .faq-content .faq-answer p a {
  color: var(--faq-question-icon-color);
  text-decoration: underline;
  font-weight: 500;
}
.faq-section .faq.active .faq-question::before {
  opacity: 0;
}
.faq-section .faq.active .faq-answer {
  height: auto;
  opacity: 1;
  transform: translateX(0px);
}
.faq-section .faq.active .faq-question-icon .faq-plus {
  opacity: 0;
}
.faq-section .faq.active .faq-question-icon .faq-minus {
  opacity: 1;
}
.faq-section .faq-btn-div {
  padding-left: 5.2rem;
}
.faq-section .faq-btn-div .faq-view-btn {
  border: none;
  background-color: transparent;
  color: var(--faq-question-color);
  text-align: center;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-transform: capitalize;
  cursor: pointer;
}
.faq-section .faq-btn-div .faq-view-btn:focus {
  box-shadow: none;
}

.main-content-wrapper {
  display: grid;
  align-items: start;
  justify-items: start;
  row-gap: 80px;
  width: 100vw;
  margin: 0 0 100px 0;
  margin-top: 85px !important;
  grid-template-columns: [full-start] minmax(10rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 8rem) [col-end]) [center-end] minmax(10rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main-content-wrapper {
    row-gap: 70px;
    margin: 0 0 80px 0;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main-content-wrapper {
    row-gap: 60px;
    margin: 0 0 60px 0;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .main-content-wrapper {
    row-gap: 50px;
    margin: 0 0 40px 0;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}
.main-content-wrapper p,
.main-content-wrapper ol,
.main-content-wrapper ul {
  color: #4a4a4a;
}

body {
  overflow-x: hidden;
}

:root .dark-img {
  display: none;
}
:root .light-img {
  display: block;
}
:root.light-mode .dark-img {
  display: none;
}
:root.light-mode .light-img {
  display: block;
}
:root.dark-mode .dark-img {
  display: block;
}
:root.dark-mode .light-img {
  display: none;
}

:root {
  --color-light-ball: #6b6b6b;
  --background-theme: linear-gradient(
    126.63deg,
    #1b3d58 18.49%,
    #3b8bba 83.27%
  );
  --special-background: linear-gradient(90deg, #1b3d58 4.09%, #3b8bba 100%);
  --border-gradient: linear-gradient(180deg, #1b3d58 0%, #3b8bba 100%);
  --color-yellow: #3b8bba;
}

:root.light-mode {
  --color-white: #737373;
  --color-peach: #f5f5f5;
  --color-dark: #2a2828;
  --color-dark-1: #2a2828;
  --color-dark-2: #424242;
  --color-dark-3: #737373;
  --color-dark-purple: #1b3d58;
  --color-purple: #3b8bba;
  --color-border: #a5a2a2;
  --color-heading-purple: #1b3d58;
  --color-text: #6b6b6b;
  --special-text-color: #424242;
  --heading-shadow: none;
  --heading-color: #2a2828;
  --light-display: block;
  --dark-display: none;
  --form-shadow: rgb(255, 255, 255);
}

:root.dark-mode {
  --color-white: #fff;
  --color-peach: #e97094;
  --color-dark: #f5f5f5;
  --color-dark-1: #fff;
  --color-dark-2: #ffffff;
  --color-dark-3: #f5f5f5;
  --color-dark-purple: #ffffff;
  --color-purple: #3b8bba;
  --color-text: #d9d9d9;
  --color-border: #a5a2a2;
  --special-text-color: #d9d9d9;
  --heading-shadow: 1px 1px 1px #000000;
  --heading-color: #f5f5f5;
  --light-display: none;
  --dark-display: block;
  --form-shadow: rgb(0, 0, 0);
}

.main--container {
  padding-top: 50px;
}

h1 {
  color: var(--color-dark);
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: var(--heading-shadow);
}
@media (max-width: 31.25em) {
  h1 {
    font-size: 1.5rem;
  }
}

.hero-section {
  grid-column: center-start/center-end;
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 50px;
  grid-template-columns: 1fr 0.8fr;
}
@media (max-width: 31.25em) {
  .hero-section {
    flex-direction: column;
  }
}
.hero-section .heading-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero-section .heading-content h1 {
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero-section .heading-content .date-view-container {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 1.125rem;
  font-family: Roboto, sans-serif;
  gap: 0.5rem;
}
.hero-section .banner-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .hero-section .heading-content h1 {
    font-size: 1.8rem;
  }
  .hero-section .heading-content .date-view-cotainer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .hero-section {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .hero-section .banner-image {
    order: -1;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .hero-section {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .hero-section .banner-image {
    width: 80%;
    place-self: center;
  }
}
@media screen and (max-width: 600px) {
  .hero-section .heading-content h1 {
    font-size: 1.5rem;
  }
  .hero-section .heading-content .date-view-container {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .hero-section .heading-content h1 {
    font-size: 1.2rem;
  }
  .hero-section .heading-content .date-view-container {
    font-size: 14px;
  }
  .hero-section .banner-image {
    width: 100%;
  }
}

.content-split-layout {
  grid-column: center-start/center-end;
  display: flex;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 65.625em) {
  .content-split-layout {
    flex-direction: column;
  }
}
.content-split-layout .sidebar-left {
  width: 30%;
}
@media (max-width: 65.625em) {
  .content-split-layout .sidebar-left {
    width: 100%;
  }
}
.content-split-layout .sidebar-left .company-information {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: auto;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #d9d9d9;
}
.content-split-layout .sidebar-left .company-information .information {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: start;
  padding: 1.5rem 2rem;
  transition: background-color 0.2s ease;
  line-height: 1.5;
}
.content-split-layout .sidebar-left .company-information .information:hover {
  background-color: #1b3d58;
}
.content-split-layout .sidebar-left .company-information .information:hover .title,
.content-split-layout .sidebar-left .company-information .information:hover .description {
  color: #fff;
}
.content-split-layout .sidebar-left .company-information .information:hover svg path {
  fill: #fff !important;
}
.content-split-layout .sidebar-left .company-information .information:not(:last-child) {
  position: relative;
}
.content-split-layout .sidebar-left .company-information .information:not(:last-child)::after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: #75abcb;
}
.content-split-layout .sidebar-left .company-information .information .title {
  color: rgba(115, 115, 115, 0.631372549);
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}
.content-split-layout .sidebar-left .company-information .information svg {
  width: 32px;
  height: 32px;
}
.content-split-layout .sidebar-left .company-information .information .description {
  color: #737373;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  grid-column: span 2;
  padding-top: 0.25rem;
}
.content-split-layout .sidebar-left .image-box {
  margin-top: 20px;
}
.content-split-layout .sidebar-left .image-box img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 65.625em) {
  .content-split-layout .sidebar-left .company-information,
  .content-split-layout .sidebar-left .image-box {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .content-split-layout .sidebar-left .company-information,
  .content-split-layout .sidebar-left .image-box {
    width: 100%;
  }
  .content-split-layout .sidebar-left .company-information .information {
    padding: 1rem 1.5rem;
  }
  .content-split-layout .sidebar-left .company-information .information .title {
    font-size: 20px;
  }
  .content-split-layout .sidebar-left .company-information .information .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .content-split-layout .sidebar-left .company-information .information .title {
    font-size: 18px;
  }
  .content-split-layout .sidebar-left .company-information .information .description {
    font-size: 14px;
  }
}
.content-split-layout .main-content-right {
  width: 70%;
  position: relative;
}
@media (max-width: 65.625em) {
  .content-split-layout .main-content-right {
    width: 100%;
  }
}
.content-split-layout .main-content-right .details {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #737373;
}
.content-split-layout .main-content-right .details a {
  color: #3b7394;
}
.content-split-layout .main-content-right .details h2,
.content-split-layout .main-content-right .details h3,
.content-split-layout .main-content-right .details h4 {
  font-family: Roboto, sans-serif;
  color: #3b8bba;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.content-split-layout .main-content-right .details h2 {
  font-size: 2rem; /* ~32px */
}
.content-split-layout .main-content-right .details h3 {
  font-size: 1.5rem; /* ~24px */
}
.content-split-layout .main-content-right .details p {
  margin-bottom: 20px;
}
.content-split-layout .main-content-right .details ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content-split-layout .main-content-right .details ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.content-split-layout .main-content-right #success-story-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.content-split-layout .main-content-right #success-story-form .blur-area {
  height: 150px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  backdrop-filter: blur(2px);
  margin-top: -150px;
  pointer-events: none;
}
.content-split-layout .main-content-right #success-story-form .download-card {
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 2rem;
}
.content-split-layout .main-content-right #success-story-form .download-card h3 {
  font-family: "Roboto";
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div {
  display: flex;
  gap: 3rem;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .card-image {
  display: flex;
  align-items: center;
  width: 50%;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content p {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 2rem;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .input-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .input-wrapper input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #333;
  background: transparent;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .input-wrapper input::placeholder {
  color: #a5a5a5;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .input-wrapper input:focus {
  outline: none;
  border-bottom-color: #3b8bba;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .input-wrapper .just-validate-error-label {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 12px;
  color: rgb(184, 17, 17);
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .button-div {
  margin-top: 20px;
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .button-div .btn-download-now {
  width: 100%;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s;
  background: linear-gradient(180deg, #3b7394 -17.65%, #133f59 100%);
}
.content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form .button-div .btn-download-now:hover {
  background: linear-gradient(180deg, #133f59 100%, #3b7394 -17.65%);
}
@media screen and (max-width: 700px) {
  .content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div {
    gap: 2rem;
  }
  .content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .card-image {
    width: 80%;
  }
  .content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .form-content form {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .content-split-layout .main-content-right #success-story-form .download-card h3 {
    font-size: 1.5rem;
  }
  .content-split-layout .main-content-right #success-story-form .download-card .download-card-inner-div .card-image {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .content-split-layout {
    margin-top: 0;
  }
}

.related-stories {
  grid-column: center-start/center-end;
  margin-top: 40px;
}
.related-stories .related-heading {
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  color: #a5a5a5;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 500;
}
.related-stories .stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 65.625em) {
  .related-stories .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 31.25em) {
  .related-stories .stories-grid {
    grid-template-columns: 1fr;
  }
}
.related-stories .stories-grid .story-card {
  border: 1px solid #e6e6e6;
  padding: 30px;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  background: white;
}
.related-stories .stories-grid .story-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.related-stories .stories-grid .story-card .date {
  display: flex;
  align-items: center;
  color: #a5a5a5;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  margin-bottom: 20px;
  gap: 0.5rem;
}
.related-stories .stories-grid .story-card .story-title {
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  color: #1b3d58;
  line-height: 1.4;
  transition: color 0.3s;
  font-weight: 600;
}
.related-stories .stories-grid .story-card:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 0;
}
.related-stories .stories-grid .story-card:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 0;
}

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