@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");

* {
  margin: 0;
  padding: 0;
}

:root {
  --primary-blue: #113f7e;
  --sky-blue: #08aee5;
  --light-blue: #dceef9;
  --light-sky-blue: #f2fafd;
  --dark-blue: #194e8a;
  --bright-sky-blue: #4fabdf;
  --black: #000000;
  --grey: #757575;
  --gray: #b8b8b833;
  --light-gray: #d9d9d9;
  --white: #fff;
  --orange: #ef6844;
  --navy-blue: #0e3773;
  --cyan: #00a6d533;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-bottom: 5px;
}

.alignleft {
  float: left;
  margin-bottom: 5px;
}

img.alignleft {
  margin-top: 8px;
  margin-right: 10px;
}

img.alignright {
  margin-left: 10px;
}

body {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black);
}

body,
.font-rubik {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-ubuntu {
  font-family: "Ubuntu Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

h1,
h2 {
  color: var(--primary-blue);
}

a {
  color: var(--primary-blue);
}

a:hover {
  text-decoration: none;
}

a,
button,
input[type="submit"] {
  transition: all 0.3s ease-in-out;
}

main {
  overflow: hidden;
}
body.update-your-password main, body.password-reset main {
  overflow: unset;
}

/* colors */
.text-blue {
  color: var(--primary-blue);
}

.text-navy-blue {
  color: var(--navy-blue);
}

.text-grey {
  color: var(--grey);
}

.text-sky-blue {
  color: var(--sky-blue);
}

.text-bright-sky-blue {
  color: var(--bright-sky-blue);
}
.text-orange {
  color: var(--orange);
}

.bg-dark-blue {
  background-color: var(--primary-blue);
}

.bg-light-blue {
  background-color: var(--light-blue);
}
.bg-light-sky-blue {
  background-color: var(--light-sky-blue);
}
.bg-cyan {
  background-color: var(--cyan);
}
.bg-gray {
  background-color: var(--gray);
}

.bg_gradient {
  background-image: linear-gradient(90deg, #109ed5 0%, #19508c 100%);
}
.bg-primary-blue {
  background-color: var(--primary-blue);
}

.bg-sky-blue {
  background-color: var(--sky-blue);
}

.bg-light-gray {
  background-color: var(--light-gray);
}
.case-study-download-section {
  background-color: #00a6d533;
}

/* .rounded-image {
  border-radius: 15px;
} */

/* Global fonts  */
h1, .font-xxl {
  font-size: 40px;
  line-height: 50px;
}

.font-xl, h2, .font-large, h3, .font-md-large {
  font-size: 30px;
  line-height: 32px;
}

.font-medium {
  font-size: 25px;
  line-height: 30px;
}

h4, .font-md-medium {
  font-size: 14px;
  line-height: 18px;
}

.font-regular {
  font-size: 15px;
  line-height: 27px;
}

h5, .font-md-small {
  font-size: 15px;
  line-height: 30px;
}

h6, .font-small {
  font-size: 16px;
  line-height: 22px;
}

.ps-lg-7 {
  padding-left: 5rem;
}

.wysiwyg-content :last-child {
  margin-bottom: 0;
}

.site-button i {
  font-size: 15px; 
}

.site-button , .gform-footer .gform_button {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
}

.custom_user_registration_form .gform_footer .gform_button, .gf_login_form .gform_footer .gform_button {
  background-color: var(--orange)  !important;
  font-size: 20px !important;
  line-height: 20px !important;
  letter-spacing: -0.81px !important;
  font-weight: 500  !important;
  color: var(--white) !important;
  border: 0 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  align-self: unset !important;
  padding: 15px 45px !important;
}
body.update-your-password .full-width-content-stripe .col-12.text-center:has( div.update_password_form_wrapper ) {
  text-align: left !important;
}
.custom_user_registration_form.update_password_form .gform_footer .gform_button {
  padding: 15px 55px 15px 35px !important;
}
.custom_user_registration_form.update_password_form .gform_footer:after {
  right: 26px !important;
  transform: unset !important;
  top: 22px !important;
}

.site-button:hover, main .gform_wrapper.gravity-theme .gform-footer .gform_button:hover, .gform-footer .gform_button:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.custom_user_registration_form .gform-footer .gform_button:hover , .gf_login_form .gform_footer .gform_button:hover{
  background-color: var(--primary-blue) !important;
  color: var(--white) !important;
}

.bg-dark-blue .site-button:hover, .bg_gradient .site-button:hover, main .bg-dark-blue .gform_wrapper.gravity-theme .gform-footer .gform_button:hover, main .bg_gradient .gform_wrapper.gravity-theme .gform-footer .gform_button:hover {
  background-color: var(--white);
  color: var(--black);
}

.bg-dark-blue a:not(.site-button), .bg_gradient a:not(.site-button) {
  color: var(--white);
}
/* Header */
.site-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-header,
section,
footer:not(.searchwp-modal-form__footer) {
  background-color: #fff;
}

.logo img {
  max-width: 250px;
}

.main-nav .main-menu li a {
  color: var(--primary-blue);
  text-decoration: none;
  letter-spacing: -1.66px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  border-bottom: 3px solid transparent;
}

.top-bar a {
  color: var(--grey);
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1.2px;
  border-bottom: 2px solid transparent;
}

.main-nav .main-menu li:hover > a, .main-nav .main-menu li.current-menu-item > a, .main-nav .main-menu li.current-page-parent > a, .top-bar a:hover, .top-bar li.current-menu-item > a {
  border-color: var(--sky-blue);
}
.main-menu .menu-item {
  position: relative;
}
.navbar .main-menu .menu-item-has-children ul.sub-menu li a {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  border-bottom-width: 0;
}
.navbar .main-menu .menu-item-has-children ul.sub-menu li a:hover, .navbar .main-menu .menu-item-has-children ul.sub-menu li.current-menu-item > a {
  color: var(--sky-blue);
}
.navbar .main-menu .menu-item-has-children ul.sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.main-nav .main-menu {
  column-gap: 25px;
  row-gap: 20px;
}

.top-bar {
  gap: 20px;
}


.top-bar .menu-item-has-children{
  position: relative;
}

.top-bar .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }

.header-right {
  flex-direction: column;
  align-items: flex-end;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu-text {
  font-size: 15px;
  font-weight: 800;
}

.navbar-toggler,
.navbar-toggler:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
  padding: 0;
}

.header-search-form .searchwp-modal-form-trigger-el {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
}

.header-search-form a:after {
  content: "";
  background-image: url(../images/Search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__overlay {
  background: rgb(17 63 126 / 95%);
  align-items: flex-start;
  padding-top: 30px;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__container {
  max-width: 1076px;
  margin: 0 auto;
  position: relative;
  padding: 200px 30px 0;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__content {
  background-color: transparent;
  padding: 0;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-form-input-container {
  position: relative;
  padding: 40px 0;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-form-input-container:before, .searchwp-modal-form .searchwp-modal-form-default .searchwp-form-input-container:after {
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  position: absolute;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-form-input-container:before {
  content: "What are you looking for?";
  top: 0;
  font-weight: 500;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-form-input-container:after {
  content: "Press ENTER to search or ESC to close";
  bottom: 0;
  right: 27px;
  font-weight: 400;
}

.searchwp-modal-form form.searchwp-form .searchwp-form-input-container .swp-input {
  background-color: transparent;
  background-image: url(../images/white-search.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 12px 60px 0px 0 !important;
}

.searchwp-modal-form
  form.searchwp-form
  .searchwp-form-input-container
  .swp-input {
  color: #fff !important;
}

.searchwp-modal-form
  .searchwp-modal-form-default
  .searchwp-modal-form__content {
  background-color: transparent;
  padding: 0;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__footer {
  position: absolute;
  top: 0;
  right: 30px;
}

.searchwp-modal-form
  .searchwp-modal-form-default
  .searchwp-modal-form__footer
  .searchwp-modal-form__close {
  color: var(--white);
}

.search-form .search-field {
  border: none;
  border-bottom: 2px solid var(--primary-blue);
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.search-form button {
  border: none;
  background: none;
}

.pagination-wrapper .nav-links,
.facetwp-facet-product_pagination .facetwp-pager,
.facetwp-type-pager .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 20px 0;
}

.pagination-wrapper .page-numbers,
.facetwp-facet-product_pagination .facetwp-page,
.facetwp-type-pager .facetwp-page {
  color: #184886;
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  font-weight: 500 !important;
  border-radius: 10px;
  font-family: "Ubuntu Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover, 
.facetwp-facet-product_pagination .facetwp-page:hover,
.facetwp-facet-product_pagination .facetwp-page.active,
.facetwp-type-pager .facetwp-page:hover,
.facetwp-type-pager .facetwp-page.active {
  background-color: #184886;
  color: var(--white);
  text-decoration: none;
}

.pagination-wrapper .page-numbers i {
  line-height: 42px;
}
.pagination-wrapper .next, .pagination-wrapper .prev {
  width: 100px;
}
/*************** 
**** Footer ****
***************/
footer {
  font-size: 15px;
  line-height: 22px;
}

footer a {
  color: var(--primary-blue);
  text-decoration: none;
}

footer a:hover {
  color: var(--orange);
}

#section-newsletter {
  background-image: url(../images/footer-new-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 0 60px;
}

.newsletter-form-block
  .gform_wrapper
  form
  input:not([type="submit"], [type="file"], [type="radio"], [type="checkbox"]) {
  height: 45px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: var(--white);
}

.newsletter-form-block .gform_wrapper form .ginput_container label, .newsletter-form-block .gform_wrapper form .gfield_description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: var(--primary-blue);
  padding-top: 6px;
}

.newsletter-form-block .gform_wrapper form .gfield--type-html {
  font-size: 15px;
  line-height: 30px;
  color: var(--black);
}

.newsletter-form-block .gform_wrapper form .ginput_container--name {
  column-gap: 10px;
}

.newsletter-form-block .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 20px;
}

.newsletter-form-block .gform_wrapper .gform_heading {
  text-align: center;
  margin-bottom: 40px;
}

.newsletter-form-block .gform_wrapper .gform_heading .gform_title {
  font-size: 55px;
  line-height: 55px;
  font-weight: 800;
  margin-bottom: 20px;
}

.newsletter-form-block .gform_wrapper .gform_heading .gform_description {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: var(--primary-blue);
}

.newsletter-form-block .gform_wrapper form .gfield--type-submit {
  justify-content: flex-end;
  align-items: center;
}

.newsletter-form-block .gform_wrapper form .gform-button:hover , .gform-footer .gform_button:hover {
  background-color: var(--primary-blue);
}
.footer-bottom {
  background: linear-gradient(90deg, #109ed5 0%, #19508c 100%);
}
.footer-bottom-content {
  font-size: 15px;
  line-height: 30px;
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 25px;
}
.footer-bottom ul li a {
  color: #fff;
}
.footer-ul {
  list-style-type: none;
  padding: 0;
  align-items: end;
  gap: 30px;
}
.footer-ul li a {
  padding-bottom: 10px;
  display: inline-block;
}
.footer-ul li {
  position: relative;
}
.footer-social-icons a i {
  font-size: 38px;
  line-height: 35px;
}

.newsletter-icon,
.globe-icon {
  width: 85px;
  height: 85px;
}

.newsletter-icon {
  position: relative;
  margin: 0 auto 30px;
  margin-top: -145px;
}

/**********************
*** Section Overlap ***
**********************/
.section-bottom-overlap {
  margin-bottom: -70px;
}

.section-top-overlap {
  margin-top: -80px;
}

.section-bottom-overlap,
.section-top-overlap {
  z-index: 1;
}

main section.section-top-overlap.bg-wave {
  padding-bottom: 60px;
  padding-top: 120px;
}
main section.section-bottom-overlap.bg-wave {
  padding-bottom: 120px;
  padding-top: 60px;
}

.section-bottom-overlap:not(.bg-none) + section {
  padding-top: 130px;
}

/*********************
**** Hero Section ****
*********************/
.hero-section {
  background-color: rgba(0, 0, 0, 0.15);
}

.hero-content .hero-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 25.125% 20px;
}

.hero-section iframe {
  pointer-events: none;
  inset: 0;
  position: fixed;
  inset: 0;
  width: 100vw;
  z-index: -1;
  top: 0;
  height: auto;
  aspect-ratio: 16 / 9;
}

.video-wrapper {
  width: 100%;
  /* aspect-ratio: 16 / 9;
  height: auto; */
}

.video-wrapper iframe {
  /* pointer-events: none;
  position: absolute;
  inset: 0; */
  width: 100%;
  /* height: 100%;
  z-index: 2; */
}

#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .zindex-fix {
    position: relative;
    z-index: 3;
}
.hero-bg-wave:after {
  content: "";
  position: absolute;
  bottom: -0.88px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20914.04'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2C876.38V0H1920V861.94c-202.65%2C36.9-652.11%2C52.09-1167-9.47C602.29%2C837.59%2C249.89%2C819.35%2C0%2C876.38Z'%20fill='%23ffffff00'/%3E%3Cpath%20d='M1920%2C861.94v11.64a2101.27%2C2101.27%2C0%2C0%2C1-211.87%2C29.59c-501.76%2C43.56-724.22-58.4-1291.42-51.85C202.11%2C853.81%2C73.16%2C869.43%2C0%2C883.25v-8c76.12-15.36%2C213.92-36.55%2C406-39.88%2C517.62-9%2C715.33%2C54.26%2C1228.09%2C49.66C1738.21%2C884.06%2C1837.7%2C873.89%2C1920%2C861.94Z'%20fill='%230fade4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 0;
  display: block;
  background-size: cover;
}

/*******************
**** Breadcrumb ****
*******************/
.breadcrumb,
.breadcrumb a {
  color: var(--white);
  font-family: "Ubuntu Sans", sans-serif;
  font-size: 16px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 0;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb span:not(:first-child) {
  padding-left: 5px;
}

.breadcrumb span:first-child {
  padding-right: 5px;
}

/*****************
*** BG Wave ******
*****************/
.bg-wave {
  --wave-mask: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1118' preserveAspectRatio='none'>\<path fill='white' d='M-4.43896 35.5845C-4.43896 35.5845 472.496 126.831 968.009 35.5845C1402.8 -44.4807 2013.34 35.5845 2013.34 35.5845V1077.6C2013.34 1077.6 1529.13 988.621 985.404 1077.6C441.673 1166.59 -4.43896 1077.6 -4.43896 1077.6V35.5845Z'/>\</svg>");
}

.bg-wave,
.hero-bg-wave {
  position: relative;
  mask-image: var(--wave-mask);
  -webkit-mask-image: var(--wave-mask);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.hero-bg-wave {
  --wave-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20914.04'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2C876.38V0H1920V861.94c-202.65%2C36.9-652.11%2C52.09-1167-9.47C602.29%2C837.59%2C249.89%2C819.35%2C0%2C876.38Z'%20fill='%23ffffff'/%3E%3Cpath%20d='M1920%2C861.94v11.64a2101.27%2C2101.27%2C0%2C0%2C1-211.87%2C29.59c-501.76%2C43.56-724.22-58.4-1291.42-51.85C202.11%2C853.81%2C73.16%2C869.43%2C0%2C883.25v-8c76.12-15.36%2C213.92-36.55%2C406-39.88%2C517.62-9%2C715.33%2C54.26%2C1228.09%2C49.66C1738.21%2C884.06%2C1837.7%2C873.89%2C1920%2C861.94Z'%20fill='%230fade4'/%3E%3C/svg%3E");
}

/***********************
**** Interior Hero ****
***********************/

.interior-hero-section {
  position: relative;
  padding: 20px 0 100px;
  /* margin-top: -50px; */
  background-image: url(/wp-content/themes/hwmglobal/assets/images/Polygons.png);
  --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919.36 403.35'%20preserveAspectRatio='none'%3E%3Cpath d='M1919.36,0V322.53q-8.33,1.9-17.67,4C1800.12,349,1611,383.45,1407.36,383.65c-157,.16,126,37-466-23-375.28-38-656.12-16.19-811.45,4.89-29.29,4-54.12,7.93-74.28,11.45-27.26,4.75-46,8.72-55.63,10.89V0Z' fill='%23fff'/%3E%3Cpath d='M1914.61,322.43c-1.08.35-5.5,1.81-12.92,4.08-42.17,12.89-181.41,52.22-356,67.38C1108.7,431.83,914.94,343,421,348.73c-130.36,1.51-224.43,8.59-291,16.81-30.1,3.72-54.58,7.67-74.28,11.45C29,382.1,11.12,386.9,0,390.38v-7.25c18-5.14,162.32-44,411.65-48.32,450.81-7.81,623,47.26,1069.58,43.25C1706.26,376,1906.61,324.49,1914.61,322.43Z' fill='%230fade4'/%3E%3C/svg%3E") !important;
  background-size: cover;
  background-attachment: fixed;
}

.interior-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919.36 403.35'%20preserveAspectRatio='none'%3E%3Cpath d='M1919.36,0V322.53q-8.33,1.9-17.67,4C1800.12,349,1611,383.45,1407.36,383.65c-157,.16,126,37-466-23-375.28-38-656.12-16.19-811.45,4.89-29.29,4-54.12,7.93-74.28,11.45-27.26,4.75-46,8.72-55.63,10.89V0Z' fill='%23ffffff00'/%3E%3Cpath d='M1914.61,322.43c-1.08.35-5.5,1.81-12.92,4.08-42.17,12.89-181.41,52.22-356,67.38C1108.7,431.83,914.94,343,421,348.73c-130.36,1.51-224.43,8.59-291,16.81-30.1,3.72-54.58,7.67-74.28,11.45C29,382.1,11.12,386.9,0,390.38v-7.25c18-5.14,162.32-44,411.65-48.32,450.81-7.81,623,47.26,1069.58,43.25C1706.26,376,1906.61,324.49,1914.61,322.43Z' fill='%230fade4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
/**************************
**** Full Width Stripe ****
**************************/
.background-globe {
  position: relative;
}

.background-globe.globe-right::after,
.background-globe.globe-left:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.background-globe.globe-right::after {
  width: 559px;
  height: 400px;
  background-image: url("../images/globe-right.png");
  top: 110px;
  right: -390px;
}

.background-globe.globe-left:before {
  background-image: url("../images/globe-left-new.png");
  width: 100%;
  height: 100%;
  top: 50%;
  left: -385px;
}

.background-globe .container, .background-globe + section .container {
  z-index: 3;
  position: relative;
}

/*******************
**** CTA Stripe ****
*******************/
.cta-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cta-stripe.bg_gradient {
  background-image: linear-gradient(240deg, #109ed5 0%, #19508c 100%);
}
/* .cta-stripe.section-bottom-overlap {
  padding-bottom: 150px;
} */
.cta-stripe .cta-main-col h3 {
  font-size: 25px;
  line-height: 30px;
}

/*******************
**** Map Zone ****
*******************/
.map-zone {
  /*background-color: #f2fafd;*/

   mask-image: none!important;
  -webkit-mask-image: none!important;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;


  padding-top: 80px;
  padding-bottom: 80px;
}

.map-zone .distributor-content img {
  height: 44px;
  width: 26px;
}

.distributor-content .below-content,
.distributor-content .sky-blue-button,
.row.distributors .region-field,
.row.distributors .address-field {
  font-size: 18px;
  line-height: 24px;
}

.distributor-content .sky-blue-button:hover {
  background-color: var(--orange);
}

.distributor-content .heading-with-underline {
  border-color: var(--sky-blue);
}

.distributor-content-col {
  padding: 70px 30px;
}

.distributor-content .facetwp-dropdown {
  width: 80%;
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
}

.distributor-content select:focus-visible {
  outline: none;
}

.distributor-content .facetwp-facet {
  margin-bottom: 0px;
}

.distributor-content .facetwp-facet select {
  background: #d9d9d9;
}

.map-zone .map-popup .heading-with-underline {
  display: block;
  border-bottom: 5px solid #e5e5e5;
}

.map-popup .team-name{
  color: var(--primary-blue);
}

.map-popup.single-member-scroll .team-img img{
  width:200px!important;
}

.border-primary{
  border-color: var(--primary-blue)!important;
}
.map-popup .team-job-description{
  font-weight: bold;
}
 .map-modal-overlay {
  height: 100vh;
  width: 100vw;
}
.map-modal-overlay, .single-product-overview .modal, .modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 40, 90, 0.85);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.single-product-overview .modal-dialog, .modal-dialog {
  display: flex;
  justify-content: center;
}

.map-modal, .single-product-overview .modal-content, .modal-content {
  background: #fff;
  width: 80%;
  max-width: 900px;
  max-height: 85vh;
  padding: 20px;
  position: relative;
  overflow-y: auto;
  border-radius: 30px;
  width: 90%;
}
body.modal-open {
overflow: hidden;
}

.map-modal {
  max-height: 100%;
  border-radius: 14px;
}
.single-product-overview .modal-content .map-modal-close, .modal-content .map-modal-close, .two-col-form-modal .modal-content .modal-btn-close {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--grey);
  position: relative;
  top: -20px;
  right: -5px;
}

.map-modal-close {
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
}

.map-zone .nav-pills {
  background-color: var(--sky-blue);
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  border-radius: 100px;
}

.map-zone .nav-pills .nav-link {
  color: var(--white);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}

.map-zone .nav-pills .nav-link.active {
  background-color: var(--primary-blue);
  color: var(--white);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.map-zone .main-category-heading.heading-with-underline {
  border-color: var(--sky-blue);
}

.map-modal-close img {
  width: 40px;
}

.distributor-content .facetwp-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.distributor-content .facetwp-type-dropdown {
  position: relative;
}

.distributor-content .facetwp-type-dropdown::after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  left: 68%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
}
.team-contain{
  padding: 20px;
  height: 50vh;
  overflow-y: auto;
}
.team-contain .team-img, .team-contain .team-img + .col-9 {
  width: 100%;
}
.team-contain .team-img {
  margin-bottom: 15px !important;
}
.distributor-heading, .distributors {
  display: none;
}
#region-clear{
  cursor: pointer;
}

/**************************
**** Two Column Stripe ****
**************************/
.two-column-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* .two-column-stripe {
	padding-bottom: 50px;
} */
.two-column-stripe .two-media-col .image-box img {
  border-radius: 50px;
}
.accordion-button {
  font-size: 18px;
  line-height: 22px;
  padding-right: 45px !important;
  position: relative;
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary-blue) !important;
}

.accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background-image: none !important;
  margin-left: auto;
  transition: transform 0.2s ease;
  /* color: var(--sky-blue); */
  font-size: 16px;
  position: absolute;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  top: 13px;
  text-align: center;
  padding-top: 2px;
}

.accordion-item,
.accordion-button {
  border-radius: 0 !important;
}

.accordion-content-col .site-button {
  font-size: 20px;
}

.accordion-body {
  font-size: 16px;
}

.accordion-button:focus {
  box-shadow: none;
}

.content-card-stripe.background-globe.globe-left:before {
  top: 30%;
  left: -70%;
}

.fw-med {
  font-weight: 500;
}

.two-column-stripe.background-globe.globe-left:before {
  top: 8%;
  left: -544px;
  width: 66%;
  height: 90%;
}

.two-column-stripe .wysiwyg-content img {
  border-radius: 15px;
  margin-right: 30px;
}

main .gform_wrapper.gravity-theme .gform-footer {
  display: inline-block !important;
  position: relative;
}
main .gform_wrapper.gravity-theme .gform-footer:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-90%, -60%);
  font-size: 20px;
}
main .bg-dark-blue .gform_wrapper.gravity-theme .gform-footer:has(.gform_button:hover):after,
main .bg_gradient .gform_wrapper.gravity-theme .gform-footer:has(.gform_button:hover):after {
  color: var(--black);
}

.two-column-stripe:has(form) .gform_wrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.two-column-stripe:has(form) .left-content-col .wysiwyg-content {
  font-size: 20px;
  line-height: 33px;
}

.two-column-stripe:has(form) .gform_wrapper .gchoice {
  gap: 5px;
}

.fixedTop .image-box img {
  border-radius: 30px;
}

.heading-with-underline {
  display: inline-block;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 5px;
}

.bg-dark-blue .heading-with-underline,
.bg_gradient .heading-with-underline {
  border-color: var(--white);
}

.bg-gray .heading-with-underline {
  border-color: var(--primary-blue);
}

.bg-light-blue .heading-with-underline {
  border-color: var(--sky-blue);
}

.video-box {
  display: inline-block;
  width: 100%;
}
/* .video-box .video-wrapper {
  height: 285px;
} */
.video-box .play-icon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box .play-icon img {
  width: 50px;
}

.video-box .video-image {
  background-repeat: no-repeat;
  /* background-color: rgb(0 0 0 / 15%);
  background-blend-mode: overlay; */
  background-size: 100%;
  background-position: center;
  padding: 0;
  /* position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0; */
}

.video-box .video-image,
.video-box .video-image iframe {
  border-radius: 30px;
  height: 290px;
}

.two-col-form-modal .modal-content .modal-btn-close {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}

/*********************
*** Statics Stripe ***
*********************/
.statics-stripe {
  --wave-mask: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1118' preserveAspectRatio='none'>\<path fill='white' d='M-4.43896 35.5845C-4.43896 35.5845 472.496 126.831 968.009 35.5845C1402.8 -44.4807 2013.34 35.5845 2013.34 35.5845V1077.6C2013.34 1077.6 1529.13 988.621 985.404 1077.6C441.673 1166.59 -4.43896 1077.6 -4.43896 1077.6V35.5845Z'/>\</svg>");
  position: relative;
  padding: 150px 0;
  color: white;
  background-image: url(../images/Polygons.png);
  background-size: cover;
  mask-image: var(--wave-mask);
  -webkit-mask-image: var(--wave-mask);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.statics-stripe {
  z-index: 2;
}
.statics-stripe.bg-parallax {
  background-attachment: fixed;
}

.globe-icon {
  position: absolute;
  right: 0;
  left: 0;
  margin: -5px auto 0;
  z-index: 3;
}

.stat-block .stat-item:not(:last-child) {
  border-right: 1.667px solid #b8b8b8;
}

.stat-value {
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  color: #54a8dd;
}

.stat-item a {
  text-decoration: none;
}

.stat-item a:hover {
  color: var(--orange);
}

/****************************
**** Content Card Stripe ****
****************************/
.content-card-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-card-block {
  border-radius: 50px;
  /* background: rgba(79, 171, 223, 0.25); */
  background:#D3EAF8;
  overflow: hidden;
}

.content-card-row:not(:last-child) .content-card-block {
  margin-bottom: 40px;
}

.content-card-block .content-card-img-col img {
  border-radius: 50px 0 0 50px;
  height: 100%;
  object-fit: cover;
}

.content-card-block .content-card-content-col {
  padding: 60px 45px 60px;
}

.content-card-content-col .heading-with-underline {
  border-color: var(--sky-blue);
  /* border-color: var(--primary-blue); */
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-width: 2px;
}

.heading-with-icon img {
  width: 45px;
}

.content-card-block,
.content-card-col-block,
.content-card-row {
  transition: all 0.5s ease-in-out;
}
.content-card-content-col .heading-has-icon .icon-svg svg{
      width: 60px;
    height: 60px;
}

/****************************
**** Testimonials Stripe ****
****************************/
.testimonials-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-content,
.testimonial-content * {
  display: inline;
}

.testimonial-content:before,
.testimonial-content:after {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 98px;
  line-height: 78px;
  font-weight: 700;
  color: var(--orange);
}

.testimonial-content:before {
  content: "“";
  left: -55px;
  top: 3px;
}

.testimonial-content:after {
  content: "”";
  right: -40px;
  bottom: 5px;
}

/******************************
**** Image Carousel Stripe ****
******************************/
.image-carousel-slider .slick-track {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.image-carousel-stripe {
  padding-top: 50px;
  padding-bottom: 50px;
}

/******************************
**** Image Accordion Stripe ***
******************************/
.image-accordion-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-accordion-stripe .case-study-logo {
  max-width: 150px;
}

.image-accordion-stripe .arrow-btn {
  background: linear-gradient(90deg, #0ea7dd 0%, #194e8a 100%);
  border: 0;
  box-shadow: none;
  color: var(--white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
}

.image-accordion-stripe .accordion-slider {
  display: grid;
  grid-template-columns: 100%;
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
  justify-content: flex-start;
  min-height: 400px;
}

.image-accordion-stripe .accordion-images {
  display: flex;
  gap: 22px;
}
/* .image-accordion-stripe .panel-image, .image-accordion-stripe .panel-image.next {
	background-color: #264781;
	background-blend-mode: multiply;
} */

.image-accordion-stripe .panel-image,
.image-accordion-stripe .panel-image.next {
  background-color: rgba(38, 71, 129, 0.7);
  background-blend-mode: multiply;
}

.image-accordion-stripe .panel-image {
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 75px;
  min-height: 265px;
}

.image-accordion-stripe .panel-image.active {
  background-color: rgba(17, 63, 126, 0.5);
  background-blend-mode: darken;
  width: 75%;
  cursor: default;
}

.image-accordion-stripe .panel-label {
  position: absolute;
  left: 0;
  font-weight: 800;
  white-space: nowrap;
  bottom: 0;
  writing-mode: sideways-lr;
  padding: 35px 0;
  right: 0;
  display: flex;
  align-items: center;
}

.image-accordion-stripe .panel-image.active .panel-label {
  display: none;
}

.image-accordion-stripe .panel-content {
  padding: 16px 20px;
  transition: all 0.45s ease;
  z-index: 2;
  opacity: 0;
  display: none;
}

.image-accordion-stripe .panel-content.active {
  opacity: 1;
  display: block;
}

.image-accordion-stripe .panel-title {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.image-accordion-stripe .panel-image.active .panel-title {
  opacity: 1;
  visibility: visible;
}

.image-accordion-stripe .accordion-images .panel-image {
  display: none;
}

.image-accordion-stripe .accordion-images .panel-image.is-visible {
  display: block;
}

/***************************
**** Three Column Stripe ***
**************************/

.circle-image {
  padding: 20px;
}

.circle-image img {
  object-fit: cover;
  transition: transform 0.4s ease;
}

.circle-image:hover img {
  transform: scale(1.1);
}

.three-column-stripe .three-column-stripe-heading .site-button {
  font-size: 20px;
}

.three-column-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
}

.three-col-stripe.globe-icon {
  margin: -45px auto 0;
}
/***********************
**** Timeline Stripe ***
***********************/

.timeline {
  white-space: nowrap;
  /* overflow-x: hidden; */
}
.timeline ol {
  width: 100vw;
  /* padding: 275px 120% 275px 20px; */
  padding: var(--timeline-top, 300px) 1% var(--timeline-bottom, 300px) 20px;
  transition: all 1s;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: col-resize;
}

.timeline ol::-webkit-scrollbar {
  display: none;
}

.timeline ol > li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 280px;
  height: 3px;
  background: #b4b4b4;
}

.timeline ol > li:last-child {
  width: 200px;
  left: -5px;
}

.timeline ol > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  bottom: 0;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: var(--primary-blue);
  border-radius: 50%;
}

.timeline .timeline-inner-content {
  padding-left: 30px;
}

.timeline ol > li div:not(.timeline-inner-content) {
  position: absolute;
  left: 0;
  width: 485px;
  padding: 15px;
  white-space: normal;
  text-align: center;
}

.timeline ol > li div:not(.timeline-inner-content)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 3px;
  height: 100%;
  border-left: 3px solid var(--sky-blue);
}

.timeline ol > li:nth-child(odd) div:not(.timeline-inner-content) {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol > li:nth-child(even) div:not(.timeline-inner-content) {
  top: calc(100% + 16px);
}

.timeline time {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline-img {
  max-width: 150px;
  height: 150px;
  margin: 25px auto 0;
  overflow: hidden;
  display: block;
}

.timeline-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.year-flag {
  color: var(--white);
  font-weight: 700;
  display: inline-block;
  padding: 8px 19px;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 3;
  font-size: 18px;
  line-height: 22px;
  background: var(--sky-blue);
}

.history-content {
  padding: 30px 0;
  list-style: none;
  max-width: 355px;
  margin: 0 auto;
}

.history-content li::marker {
  color: var(--red);
}

.timeline-end {
  position: relative;
}

.timeline-end::after {
  content: "";
  position: absolute;
  right: -4px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 40px solid var(--steel-gray);
  top: -15px;
}

/* timeline arrows  */
.timeline .arrows .arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: var(--primary-blue);
  color: var(--white);
  cursor: pointer;
}
.timeline .arrows .arrow-wrapper:has(.disabled) {
  background-color: var(--light-gray);
  pointer-events: none;   
  cursor: default;
}
.timeline .arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/**************************
**** Leadership Stripe ****
**************************/
.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.img-wrapper img,
.info-overlay {
  border-radius: 20px;
}

/* .img-wrapper:hover .info-overlay {
  opacity: 1;
} */
/* .img-wrapper:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
} */
.info-overlay .fa-linkedin {
  font-size: 30px;
  color: #ffffff;
  margin-left: -4px;
}

.flip-card {
  width: 100%;
  aspect-ratio: 3 / 4;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.img-wrapper:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 20px;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  color: #fff;
  padding: 30px;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flip-card-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 63, 126, 0.9);
  border-radius: 20px;
  z-index: -1;
}

.flip-card-back {
  background-repeat: no-repeat;
  background-size: cover;
}

/******************************
**** Journey Slider Stripe ****
******************************/
.journey-slider-stripe {
  padding-top: 120px;
  padding-bottom: 120px;
  /* background-image: url(../images/coloured-waves.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.journey-slider-stripe.bg-light-sky-blue .heading-with-underline {
  border-color: var(--sky-blue);
}

.journey-slick-slider .slick-list {
  padding-right: 10%;
  margin-left: 2%;
  margin-right: calc((100vw - 100%) / -2);
}

.journey-slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.journey-slick-slider .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}

.journey-slick-slider .slick-dots button {
  background-color: var(--primary-blue);
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: var(--white);
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}

.journey-slick-slider .slick-dots .slick-active button,
.journey-slick-slider .slick-dots button:hover {
  background-color: var(--orange);
}

.journey-slick-slider .slide-content-col {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.journey-slide .slide-image,
.journey-slick-slider .slide-arrow-col {
  flex-shrink: 0;
}

.journey-slick-slider .slide-arrow-col {
  margin-left: auto;
  z-index: 2;
}

.journey-slide .slide-arrow-col img {
  transition: all 0.4s ease-in-out;
  position: relative;
  left: -25px;
  width: 100px;
}

.journey-slide:hover .slide-arrow-col img {
  transform: scale(1.1);
  left: -8px;
}

.journey-slide:hover .slide-content-col {
  transform: scale(1.02);
}

/* .journey-slick-slider .slick-slide:nth-child(odd) .journey-slide .slide-content-wrapper {
	flex-direction: row-reverse;
} */
.journey-slick-slider
  .slick-slide:not(.slick-cloned):nth-child(even)
  .journey-slide
  .slide-content-wrapper {
  flex-direction: row-reverse;
}

.slide-image img {
  border-radius: 24px;
  max-width: 250px;
}

.journey-slide .slide-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary-blue);
  border-radius: 200px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.journey-slick-slider .slick-active .journey-slide .slide-number {
  background-color: var(--orange);
}
.journey-slider-stripe + section {
  padding-top: 150px !important;
  margin-top: -22px;
}
.journey-slider-stripe:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: url(../images/coloured-waves.svg);
  bottom: -72px;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom center;
  left: 0;
  right: 0;
}
/***********************
**** Single Product ****
***********************/
.interactive-data-stripe {
  padding-top: 120px;
  padding-bottom: 240px;
}

.interactive-data-stripe {
  z-index: 11;
}

/* .rings-image {
  width: 150px;
  height: 150px;
} */

.hours-meta {
  width: max-content;
  border-radius: 50px !important;
  padding: 35px 30px;
  margin-bottom: 50px;
  font-weight: 800;
  position: relative;
  z-index: 9999 !important;
  background-color: #1E5591;
}
.rings-image.rings-bottom-right-image,
.rings-image.rings-top-right-image {
  width: auto;
}
.rings-top-right-image .hours-meta , .rings-bottom-right-image .hours-meta{
top: 75px;
}
/* .rings-bottom-right-image.hours-meta {
  left: -170px;
  top: 23px;
} */
/* .left-droplet.hours-meta {
  left: -50px;
  top: 0px;
} */

.single-gradient-section {
  background: linear-gradient(240deg, #109ed5 0%, #19508c 100%);
}

.single-product-overview {
  overflow: visible;
}

.single-product-overview .product-buttons .site-button {
  font-size: 16px;
  line-height: 20px;
}

.rings-image.rings-top-left-image {
  top: -29px;
  left: 24px;
}

.rings-image.rings-top-right-image {
  z-index: 11;
  left: 20px;
  bottom: 460px;
}

.rings-image.rings-bottom-right-image {
  left: 30%;
  bottom: -30px;
  z-index: 11;
}
/* for animating dropplets  */
/* DROPLET CONTAINER - invisible by default */
.top-left-dropplet,
.rings-top-right-image,
.rings-bottom-right-image {
  position: relative;
}

/* RINGS */
.animation-container {
  opacity: 0;
  transition: opacity 1s ease;
}
.animation-container.show {
  opacity: 1;
}

/* BACKGROUND (PILL) */
.hours-meta {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hours-meta.show {
  opacity: 1;
}

/* TEXT (DELAYED) */
.hours-text {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hours-text.show {
  opacity: 1;
}

/* End for animating dropplets  */

/*********************
**** Form Styling ****
*********************/
main .gform_wrapper .gform_heading,
main .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
main .gform_wrapper.gravity-theme .gfield_label, .custom_user_registration_form .gfield_label {
  font-size: 20px;
  color: var(--primary-blue);
}
.custom_user_registration_form .gfield_label  {
  font-size: 20px !important;
  color: var(--primary-blue) !important;
}
main .bg-dark-blue .gform_wrapper.gravity-theme .gfield_label, main .bg_gradient .gform_wrapper.gravity-theme .gfield_label {
  color: var(--white);
}

main .gform_wrapper.gravity-theme .gfield input, main .gform_wrapper.gravity-theme .gfield select, main .gform_wrapper.gravity-theme .gfield textarea {
  border: 0;
  border-radius: 5px;
  outline: 0;
  box-shadow: none;
}
.custom_user_registration_form .ginput_container input, .gf_login_form .ginput_container input {
  border: 0;
  border-radius: 5px !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.custom_user_registration_form .ginput_container input {
  height: 58px !important;
  padding: 8px !important;
  font-size: 15px !important;
}
.wysiwyg-content .gform_wrapper.gravity-theme form .gfield_checkbox .gform-field-label {
  font-size: 14px;
  line-height: 18px;
  margin-left: 6px;
}

.wysiwyg-content .gform_wrapper.gravity-theme form .gfield_checkbox .gfield-choice-input {
  width: 20px;
  height: 19px;
}

main .gform_wrapper.gravity-theme .gform-footer .gform_button {
  border-radius: 24px;
  background-color: var(--orange);
  border: 0;
  box-shadow: none;
  color: var(--white);
  padding: 11px 45px 11px 20px;
  font-size: 20px;
  line-height: 20px;
}

.product-finder-filter-section {
  padding-bottom: 50px;
}

/*******************
**** Case Study ****
******************/
.case-study-logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
}

.case-study-product-bg-image img {
  border-radius: 50px;
}

.case-study-product-image {
  position: absolute;
  left: 0;
  top: 70px;
}

.testimonial-col {
  padding: 30px 50px;
}

.product-button .site-button,
.case-study-download-section .site-button {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 20px;
}

.case-study-logo-content-section .case-study-text,
.case-study-image-content-section .top-right-content,
.case-study-download-section .download-item .heading {
  font-size: 20px;
  line-height: 30px;
}

.case-study-download-section {
  padding-top: 80px;
}

/*******************/

.section-padding {
  padding: 80px 0;
}

/* Utility for merged images */
.merged-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.merged-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-icon img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* CSS for section section:Intro */
.intro-text p {
  font-size: 18px;
  color: var(--primary-blue);
  line-height: 1.8;
}

/* CSS for section section:Monitor */

.globe-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Footer */
.footer-main-content .footer-no-service-content p strong {
  color: #264782;
}

@media (max-width: 768px) {
  .monitor-bg {
    left: -50%;
    width: 100%;
  }
}

/* CSS for section section:GlobalChallenge */
.swoosh-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swoosh-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #section-global-challenge {
    padding: 60px 0;
  }
}

/* CSS for section section:Solutions */
#section-solutions {
  padding: 100px 0;
  text-align: center;
}

.solutions-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
}

.circle-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid rgba(79, 171, 223, 0.14);
}

@media (max-width: 768px) {
  .solutions-header h2 {
    font-size: 32px;
  }

  .solution-card {
    width: 280px;
  }
}

.product-image img {
  width: 80%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}

.product-cards-stripe .inner-col-wraper img {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}

.product-cards-stripe .product-image-col .inner-col-wraper {
  min-height: 250px;
  border-radius: 20px;
}
.product-cards-stripe .inner-col-wraper img {
  position: absolute;
  top: 30px;
  height: 100%;
  object-fit: contain;
}
.product-cards-stripe.background-globe.globe-left:before {
  width: 100%;
  height: 780px;
  top: 100px;
  left: -535px;
}
.product-cards-stripe .product-content-col .site-button {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
}
/* Product Finder  */

.interior-hero-section.product-finder-hero-section {
  background-image: url(/wp-content/uploads/2025/12/Hero-pic-scaled.jpg;);
  padding: 170px 0;
  background-size: cover;
  margin-bottom: 50px;
}

.facet-bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.interior-hero-section.product-finder-hero-section:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/12/new-hero-wave-scaled.png);
  width: 100%;
  height: 240px;
  left: 0;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: -220px;
  background-size: contain;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.interior-hero-section.product-finder-hero-section::before {
  content: "";
  position: absolute;
  background-color: #113f7ecc;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-finder-hero-section .main-heading {
  font-size: 40px;
  line-height: 45px;
}
.product-finder-hero-section .container {
  z-index: 2;
}

.product-finder-breadcrumb-section .heading {
  font-size: 25px;
  line-height: 30px;
}

.product-finder-breadcrumb-section .breadcrumb, .breadcrumb a {
  color: #0d8ec7;
}

.filter-results .filter-text {
  color: #184886;
  font-size: 22px;
  line-height: 27px;
}

.filter-results .small-text a {
  color: #0d8ec7;
}

.filter-results .small-text a,
.product-desc {
  font-size: 16px;
  line-height: 20px;
}

.facetwp-search-wrapper {
  gap: 10px;
}

.location-filters {
  border-radius: 20px;
}

.location-filters .facetwp-facet-search_our_products input, 
.location-filters .facetwp-facet-search_documents input {
  height: 55px;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  display: block;
  min-width: unset !important;
  margin-right: 10px !important;
  border: 0;
}

.location-filters .facetwp-facet-search_our_products input:focus-visible,
.location-filters .facetwp-facet-search_documents input:focus-visible {
  outline: none;
}

.location-filters .facetwp-facet-search_our_products .facetwp-icon,
.location-filters .facetwp-facet-search_documents .facetwp-icon {
  display: none;
}

.facetwp-search-wrapper button {
  font-size: 18px;
  padding: 13px 30px;
  border: none;
  background: #ffffff;
  border-radius: 10px;
}

.product-finder-filter-section .facetwp-facet {
  margin-bottom: 0;
}

.location-filters .facetwp-facet {
  font-size: 18px;
  line-height: 20px;
}

.location-filters .search-text {
  font-size: 15px;
  line-height: 20px;
}

.location-filters .facetwp-radio,
.location-filters .facetwp-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}

.location-filters .facetwp-radio:not(.facetwp-radio.checked) {
  background: url("../images/Ellipse_product_finder.png") 0 50% no-repeat;
  background-size: 20px;
}

.location-filters .facetwp-checkbox:not(.facetwp-checkbox.checked) {
  background: url("../images/Rectangle.png") 0 50% no-repeat;
  background-size: 20px;
}

.location-filters .facetwp-display-value {
  padding-left: 10px;
}

.product-finder-filter-section .facet-products-row .product-img-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  height: 400px;
  display: flex;
  align-items: center;
}

.product-finder-filter-section .facet-products-row .product-title {
  color: #184886;
}

.product-finder-filter-section .facet-products-row .product-sku,
.product-finder-filter-section .facet-products-row .product-btn {
  font-size: 14px;
}

.product-finder-filter-section .facet-products-row .product-btn {
  background: #184886;
  padding: 6px 20px;
  border-radius: 20px;
  text-decoration: none;
}

.product-finder-filter-section .facet-products-row .product-btn:hover {
  background-color: var(--orange);
}
.product-finder-filter-section .facet-products-row .product-btn:hover i {
  color: var(--white);
}

.product-finder-filter-section
  .facet-products-row
  .product-btn
  .fa-arrow-right {
  color: #18b6b4;
}

.product-finder-filter-section .product-bottom-border {
  border-bottom: 2px solid #ebe7e7;
}

/* Careeers Zone  */

.careers-zone {
  padding-top: 80px;
  padding-bottom: 50px;
}

.career-card, .news-card {
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(8, 174, 229, 0.3);
}

.careers-zone {
  background-color: #f0f9fd;
}

.site-button.career-btn, .site-button.news-btn
.meta-date {
  font-size: 16px;
  line-height: 20px;
}

.careers-zone .site-button.career-btn,
.careers-zone .site-button.view-career-btn, 
.news-zone .site-button.news-btn {
  padding: 10px 30px;
}

.careers-zone .site-button.view-career-btn {
  font-size: 20px;
  line-height: 25px;
}

/* .full-width-content-stripe.background-globe.globe-left{
		background-image: url(../images/globe-left-new.png);
		background-repeat: no-repeat;
	} */
   
/*************
**** Form ****
*************/
main .bg-none .gform_wrapper .gform-body .gform_fields input:not([type="file"], [type="radio"], [type="checkbox"], [type="submit"]),
main .bg-none .gform_wrapper .gform-body .gform_fields textarea, main .bg-none .gform_wrapper .gform-body .gform_fields select, 
main .two-col-form-modal .gform_wrapper .gform-body .gform_fields input:not([type="file"], [type="radio"], [type="checkbox"], [type="submit"]),
main .two-col-form-modal .gform_wrapper .gform-body .gform_fields textarea, main .two-col-form-modal .gform_wrapper .gform-body .gform_fields select {
  border: 1px solid var(--black);
}

.custom_user_registration_form input, .gf_login_form .ginput_container input, .single-product-overview .modal-body .ginput_container input, .single-product-overview .modal-body .gform_fields select, #gform_6 .ginput_container input, #gform_6 .ginput_container select {
  border: 1px solid var(--black) !important;
   background-color: var(--white) !important;
   text-align: start !important;
}
.gf_login_form form {
  text-align: start !important;
}
.gf_login_form ~ .gf_login_links{
    display: flex !important;
    gap: 15px !important;
}
.gf_login_form  ~ .gf_login_links{
padding-bottom: 50px;;
}
.gf_login_links a{
  text-transform: capitalize;
}

.gf_login_form .ginput_container input, .gf_login_form .ginput_container .gform_fields select{
width: 100%;
}
main .gform_wrapper .gform-body .gform_fields input:not([type="file"], [type="radio"], [type="checkbox"], [type="submit"]),
main .gform_wrapper .gform-body .gform_fields textarea, main .gform_wrapper .gform-body .gform_fields select {
  background-color: var(--white);
}
main .gform_wrapper .gform-body .gform_fields textarea {
  resize: none;
}
main .gform_wrapper .gform-body .gform_fields .ginput_counter {
  color: inherit;
}


/*************************
**** Client Dashboard ****
*************************/
.document-box {
  border-radius: 20px;
  border: 1px solid #CCC;
  background-color: var(--white);
  padding: 82px 25px 17px;
}
.document-title {
  font-size: 18px;
  line-height: 22px;
}
.document-meta {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.documents-finder-filter .location-filters .facetwp-checkbox, .documents-finder-filter .location-filters .facetwp-radio {
  padding-left: 30px;
}
.documents-finder-filter .location-filters .facetwp-display-value {
  padding-left: 0;
}
.custom_user_registration_form, .update_password_form, .gf_login_form, .gf_login_form ~ .gf_login_links, #gform_wrapper_6 {
  max-width: 90% !important;
  margin: auto !important;
}

/*************
**** News ****
*************/
.news-image img {
  height: 200px;
  object-fit: cover;
}


/*******************/
/* Media Queries  */
/*******************/
@media only screen and (min-width: 576px) {
  .rings-image.rings-top-right-image {
    left: 16%;
    bottom: 400px;
  }
  .rings-image {
    width: 200px;
    height: 200px;
  }
  .rings-image.rings-top-right-image {
    left: 66%;
    bottom: 470px;
  }
  /* .rings-bottom-right-image .hours-meta {
    top: 75px;
    left: 53px;
  } */
  .top-left-dropplet,
  .rings-top-right-image,
  .rings-bottom-right-image {
    transform: scale(0.6);
  }
  .rings-image.rings-bottom-right-image {
    left: 50%;
  }
  .rings-top-right-image .hours-meta ,  .rings-bottom-right-image .hours-meta  {
    /* top: 75px; */
    left: 0px;
  }
  .top-left-dropplet .hours-meta {
    top: 0px;
    left: 0px;
  }
  .product-cards-stripe .product-content-col {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .image-carousel-slider.single-image img {
    max-width: 624px;
  }
  .rings-image.rings-top-right-image {
    left: 66%;
    bottom: 420px;
  }
  .rings-top-right-image .hours-meta , .rings-bottom-right-image .hours-meta  {
    /* top: 75px; */
    left: 0px;
  }
  .top-left-dropplet .hours-meta {
    top: 0px;
    left: -10px;
  }
  .top-left-dropplet {
    left: 100px;
  }
  .rings-image.rings-bottom-right-image {
    left: 58%;
  }
  .top-left-dropplet, .rings-top-right-image, .rings-bottom-right-image {
    transform: none !important;
  }
  .footer-bottom ul {
    display: flex;
  }
  .footer-ul li:not(:last-child, :first-child):after {
    content: "|";
    position: absolute;
    right: -16px;
  }
  .product-cards-stripe .product-image-col .inner-col-wraper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .filter-results {
    display: block !important;
  }
  .product-finder-filter-section .facetwp-facet-start_over {
    margin-top: 10px;
  }
  .product-finder-filter-section .facetwp-search-wrapper button {
    font-size: 16px;
    padding: 13px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-wrapper iframe, .video-box .video-image {
    height: 390px;
  }
  .timeline ol{
   padding: var(--timeline-top, 300px) 13% var(--timeline-bottom, 300px) 20px;
  }
  .case-study-image-content-section .col-inner-div:has( div.case-study-product-image ) + .testimonial-col {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) { 
  /* side nav  */
  .navbar {
    float: right;
  }
  li.pipe {
    display: none;
  }
  #main {
    position: relative;
    right: 0;
    transition: right 0.5s linear;
  }

  #main.show {
    right: 80%;
  }

  .side-nav {
    height: 100%;
    width: 80%;
    position: fixed;
    top: 0;
    right: -80%;
    transition: right 0.5s linear;
  }

  .side-nav.show {
    right: 0;
  }
  /* classes for the offcanvas menu  */
  #main.show .fa-bars {
    display: none !important;
  }

  #main.show .fa-xmark {
    display: block !important;
  }

  /* HK */
  body {
    font-size: 15px;
    line-height: 30px;
  }

  .font-medium {
    font-size: 15px;
    line-height: 30px;
  }

  .font-md-small {
    font-size: 15px;
    line-height: 30px;
  }

  #navbarSupportedContent {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: var(--dark-blue);
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
    padding: 20px 22px 150px 30px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }

  #navbarSupportedContent.show {
    opacity: 1;
    visibility: visible;
  }

  .main-nav .main-menu {
    padding-top: 140px;
  }

  .main-nav .main-menu, .main-nav .top-bar {
    /* padding-right: 35px; */
  }

  .main-nav .main-menu li a {
    font-size: 45px;
    line-height: 67px;
    color: var(--white);
    letter-spacing: 0;
  }

  .main-nav .top-bar li a {
    font-size: 27px;
    line-height: 50px;
    letter-spacing: 0;
    color: var(--bright-sky-blue);
    border-bottom: 0;
  }
  .navbar .main-menu .sub-menu ,  .navbar .top-bar .sub-menu {
    padding: 10px 0 20px;
    display: none;
    list-style: none;
  }
  .navbar .top-bar .sub-menu li a{   
   font-size:22px;
   line-height: 25px;
  }
  .navbar .main-menu .menu-item-has-children:after, .navbar .top-bar .menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: var(--white);
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
  }
  .navbar .main-menu .menu-item-has-children:after {
    line-height: 67px;
  }
  .navbar .top-bar .menu-item-has-children::after {
    line-height: 50px;
  }
  .navbar .top-bar .menu-item-has-children::after {
     color: var(--bright-sky-blue);
  }
  .navbar .main-menu .menu-item-has-children.menu-open:after ,  .navbar .top-bar .menu-item-has-children.menu-open:after {
    transform: rotate(-180deg);
  }
  .mobile-search .swp-input--search {
    border-radius: 50px !important;
    background-image: none !important;
    padding: 12px 24px !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .mobile-search .swp-input--search, .mobile-search .swp-input--search::placeholder {
    font-size: 18px;
    line-height: 18px;
    color: var(--primary-blue) !important;
  }

  .mobile-search input.search-submit.swp-button {
    background-color: var(--orange);
    background-image: url(../images/white-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    box-shadow: none;
    border: 0;
    border-radius: 100px !important;
    color: #fff;
    font-size: 0;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .site-button {
    font-size: 15px;
    line-height: 15px;
    padding: 8px 15px;
  }
  

  .newsletter-icon,
  .globe-icon {
    width: 65px;
    height: 65px;
  }

  .newsletter-icon {
    margin-top: -135px;
  }

  .newsletter-form-block .gform_wrapper .gform_heading .gform_title {
    font-size: 35px;
    line-height: 35px;
  }

  .newsletter-form-block .gform_wrapper form .gfield--type-submit {
    justify-content: center;
  }

  .footer-logo-col img {
    max-width: 251px;
    margin: 0 auto;
  }

  #section-newsletter {
    padding: 100px 8px 5px;
  }

  .bg-wave,
  .statics-stripe {
    --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%20390%20529' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M390%2012.61V529c-56.7.31-124.26-1.16-196.54-6.55-69.34-5.17-136-6.73-193.46-6.57V.14C64.88-.44%20137.31.67%20199.81%205.92%20267%2011.56%20333.25%2013%20390%2012.61Z'/%3E%3C/svg%3E");
    mask-image: var(--wave-mask);
    -webkit-mask-image: var(--wave-mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }

  /* .hero-section {
    min-height: 350px;
  } */
  .hero-content {
    /* bottom: 60px; */
    max-width: 900px;
  }

  .hero-title {
    font-size: 45px;
    line-height: 48px;
  }

  main section:not(.hero-section) {
    padding-right: 8px;
    padding-left: 8px;
  }

  .two-column-stripe.bg-none {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .statics-stripe .stat-item .font-md-large {
    font-size: 18px;
    line-height: 20px;
  }

  .statics-stripe .stat-block .slick-slide {
    padding: 0 28px;
  }

  .statics-stripe .stat-block .slick-list {
    padding-right: 80px;
  }

  .stat-block .font-small {
    font-size: 9px;
    line-height: 9px;
  }

  .content-card-block .content-card-img-col img {
    border-radius: 50px 50px 0 0;
    max-height: 400px;
  }

  .content-card-block .content-card-content-col {
    padding: 40px;
  }

  .image-accordion-stripe .panel-image {
    min-height: 210px;
  }

  .testimonials-block {
    padding: 0 20px;
  }

  .testimonial-content:before {
    left: -30px;
  }

  .testimonial-content:before,
  .testimonial-content:after {
    width: 30px;
    height: 24px;
    font-size: 60px;
    line-height: 50px;
  }

  .testimonials-block img {
    max-width: 150px;
  }

  .case-study-testimonial {
    font-size: 24px;
    line-height: 26px;
  }

  .full-width-content-stripe .wysiwyg-content br {
    display: none;
  }

  .three-column-stripe-col .circle-image + .site-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-table;
  }

  .three-column-stripe-slider .slick-list {
    overflow: visible;
  }

  .image-accordion-stripe .panel-title,
  .image-accordion-stripe .panel-content-title {
    font-size: 18px;
    line-height: 22px;
  }

  .image-accordion-stripe .panel-title {
    left: 10px;
    right: 10px;
  }

  .image-accordion-stripe,
  .testimonials-stripe {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-accordion-stripe .accordion-images {
    gap: 12px;
  }

  .image-accordion-stripe .arrow-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .image-accordion-stripe .panel-content.active {
    padding: 16px 0;
  }

  .journey-slick-slider .font-md-large {
    font-size: 20px;
    line-height: 24px;
  }

  .journey-slide .slide-number {
    width: 35px;
    height: 35px;
  }

  .journey-slide .font-regular {
    line-height: 24px;
  }

  .info-overlay {
    padding: 50px;
  }

  .info-overlay .wysiwyg-content {
    font-size: 14px;
    line-height: 20px;
  }

  .cta-stripe,
  .three-column-stripe {
    padding-top: 50px;
  }
  main section.three-column-stripe.section-top-overlap.bg-wave {
    padding-top: 150px;
  }
  .statics-stripe {
    padding-bottom: 80px;
  }

  .circle-image {
    padding: 10px;
  }

  main section.section-bottom-overlap:last-of-type {
    padding-bottom: 150px;
  }

  main section.section-top-overlap:nth-child(2) {
    padding-top: 130px;
  }

  .globe-icon {
    margin: 30px auto 0;
  }

  .three-col-stripe.globe-icon {
    margin: -20px auto 0;
  }

  .map-zone .map-popup .distributor-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .testimonials-block .testimonial-content {
    font-size: 20px;
    line-height: 24px;
  }

  .top-right-content {
    padding-top: 80px;
  }

  .accordion-button {
    padding-right: 20px !important;
  }

  .product-image {
    text-align: center;
  }
 .map-modal,  .single-product-overview .modal-content, .modal-content {
    width: 95%;
  }
  .cta-stripe {
    padding-bottom: 110px !important;
  }
  .cta-stripe .cta-main-col {
    padding-bottom: 50px;
  }
  .cta-stripe + .globe-icon {
    margin: -30px auto 0;
  }
  .product-finder-breadcrumb-section .ps-lg-7,
  .product-finder-filter-section .ps-lg-7 {
    padding-left: 15px;
  }
  .two-column-stripe.section-top-overlap.bg-wave {
    padding-top: 120px;
  }
  .documents-finder-filter .location-filters .facetwp-facet {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-bottom ul {
    justify-content: center;
  }
  .halma-logo {
    max-width: 250px;
  }
  .journey-slider-stripe:after {
    bottom: -13px;
  }
}

@media only screen and (max-width: 1199px) {
  .timeline ol{
   padding: var(--timeline-top, 300px) 13% var(--timeline-bottom, 300px) 20px;
  }
  .linkedin-text {
    font-size: 14px;
  }

  .map-zone .nav-pills {
    margin-bottom: 50px;
  }
  .product-finder-filter-section .facetwp-search-wrapper button {
    padding: 8px 10px;
  }
  .product-finder-filter-section .facetwp-search-wrapper button, .location-filters .facetwp-facet-search_our_products input, .location-filters .facetwp-facet-search_documents input {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section iframe {
    top: 32%;
    left: 50%;
    min-width: 100vw;
    min-height: 75vh;
    width: 177.77vh;
    height: 56.25vw;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .newsletter-form-block .gform_wrapper form .name_last {
    padding-top: 20px;
  }

  .hero-title {
    font-size: 22px;
    line-height: 25px;
  }

  .statics-stripe .stat-block .slick-list {
    padding-right: 120px;
  }

  .timeline ol,
  .timeline ol > li {
    width: 100%;
  }

  .timeline ol {
    padding: 40px 0 0 5px;
    transform: none !important;
  }

  .timeline ol > li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol > li:first-child {
    margin-top: 25px;
  }

  .timeline ol > li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol > li div:not(.timeline-inner-content) {
    position: static;
    width: 100%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol > li:nth-child(odd) div:not(.timeline-inner-content) {
    transform: none;
  }

  .timeline ol > li div:not(.timeline-inner-content)::before {
    height: 128%;
  }

  .timeline ol > li:not(:last-child)::after {
    top: -30px;
    left: -5px;
  }

  .timeline ol > li:nth-child(odd) div:not(.timeline-inner-content)::before,
  .timeline ol > li:nth-child(even) div:not(.timeline-inner-content)::before {
    left: 5px;
    top: -22px;
  }

  .timeline ol > li:last-child,
  .timeline .arrows {
    display: none;
  }

  .timeline-img {
    margin: 40px auto 0;
  }

  .journey-slick-slider .slide-content-col {
    padding: 20px;
    position: relative;
    margin-top: -40px;
  }

  .slide-image img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .journey-slide {
    margin-right: 50px;
  }

  .journey-slick-slider .slide-arrow-col {
    position: absolute;
    right: -45px;
    top: 25%;
  }

  .journey-slide .slide-arrow-col img {
    width: 40px;
    left: -15px;
  }

  .info-overlay {
    padding: 40px;
  }

 .map-modal {
    width: 80%;
  }

  .map-modal-close {
    top: 14px;
    right: 9px;
  }

  .map-modal {
    padding: 18px;
  }

  .content-card-block .content-card-img-col img {
    max-height: 200px;
  }
  .full-width-content-stripe.background-globe.globe-left:before {
    display: none;
  }
  .single-product-overview {
    padding-bottom: 130px !important;
  }
  .documents-finder-filter {
    padding-top: 50px;
  }
  .case-study-image-content-section .col-inner-div:has( div.case-study-product-image ) + .testimonial-col {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 575px) {
  
  .video-wrapper iframe, .video-box .video-image {
    height: 280px !important;
  }
  .interior-hero-section {
    --wave-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20914.04'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2C876.38V0H1920V861.94c-202.65%2C36.9-652.11%2C52.09-1167-9.47C602.29%2C837.59%2C249.89%2C819.35%2C0%2C876.38Z'%20fill='%23ffffff'/%3E%3Cpath%20d='M1920%2C861.94v11.64a2101.27%2C2101.27%2C0%2C0%2C1-211.87%2C29.59c-501.76%2C43.56-724.22-58.4-1291.42-51.85C202.11%2C853.81%2C73.16%2C869.43%2C0%2C883.25v-8c76.12-15.36%2C213.92-36.55%2C406-39.88%2C517.62-9%2C715.33%2C54.26%2C1228.09%2C49.66C1738.21%2C884.06%2C1837.7%2C873.89%2C1920%2C861.94Z'%20fill='%230fade4'/%3E%3C/svg%3E") !important;
  }

  .interior-hero-section::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20914.04'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2C876.38V0H1920V861.94c-202.65%2C36.9-652.11%2C52.09-1167-9.47C602.29%2C837.59%2C249.89%2C819.35%2C0%2C876.38Z'%20fill='%23ffffff00'/%3E%3Cpath%20d='M1920%2C861.94v11.64a2101.27%2C2101.27%2C0%2C0%2C1-211.87%2C29.59c-501.76%2C43.56-724.22-58.4-1291.42-51.85C202.11%2C853.81%2C73.16%2C869.43%2C0%2C883.25v-8c76.12-15.36%2C213.92-36.55%2C406-39.88%2C517.62-9%2C715.33%2C54.26%2C1228.09%2C49.66C1738.21%2C884.06%2C1837.7%2C873.89%2C1920%2C861.94Z'%20fill='%230fade4'/%3E%3C/svg%3E");
  }
  .testimonial-col {
    padding: 20px 30px;
  }

  .product-button .site-button, .case-study-download-section .site-button {
    font-size: 14px;
    line-height: 20px;
  }
  .interactive-data-stripe {
    padding-bottom: 140px;
  }
  /* .hours-meta {
    padding: 20px;
  } */
  .rings-image.rings-top-left-image {
    top: -46px;
    left: 24px;
  }
  .map-modal,  .single-product-overview .modal-content, .modal-content {
    padding: 10px;
  }
  .background-globe.globe-left:before {
    width: 100%;
    height: 100%;
    top: 75%;
    left: -295px;
  }
  .cta-stripe .site-button {
    font-size: 12px;
    padding: 8px 12px;
  }
  .rings-image.rings-top-right-image {
    z-index: 11;
  }
  /* .left-droplet.hours-meta {
    left: 30px;
    top: 15px;
  } */
  .top-left-dropplet,
  .rings-top-right-image,
  .rings-bottom-right-image {
    transform: scale(0.8);
  }
  .rings-image.rings-top-right-image {
    left: 203px;
    bottom: 430px;
  }

  .rings-top-right-image .hours-meta , .rings-bottom-right-image .hours-meta{
    /* top: 75px; */
    left: -2px;
  }
  .top-left-dropplet .hours-meta {
    top: 0px;
    left: -5px;
  }
  .interactive-data-stripe {
    padding-top: 90px;
  }
  .product-cards-stripe .product-content-col {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 425px){
  .video-wrapper iframe, .video-box .video-image {
    height: 188px !important;
  }
}
@media only screen and (max-width: 387px) {
  .top-left-dropplet,
  .rings-top-right-image,
  .rings-bottom-right-image {
    transform: scale(0.6);
  }
  .rings-image.rings-top-right-image {
    left: 173px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-content {
    padding: 9.87% 20px;
  }

  .timeline ol > li .year-flag {
    top: 12px;
  }

  .timeline
    ol
    > li:nth-child(even)
    div:not(.timeline-inner-content)
    .history-content {
    padding-top: 20px;
  }

  .timeline ol > li:not(:first-child) {
    padding-left: 14px;
  }

  .journey-slick-slider
    .slick-slide:not(.slick-cloned):nth-child(even)
    .slide-content-col {
    margin-right: -40px;
  }

  .journey-slick-slider
    .slick-slide:not(.slick-cloned):nth-child(odd)
    .slide-content-col {
    margin-left: -40px;
  }
  main section.three-column-stripe.section-top-overlap.bg-wave {
    padding-top: 145px;
  }
  .document-meta {
    position: absolute;
    bottom: 13px;
    left: 25px;
    right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  h1, .font-xxl {
    font-size: 60px;
    line-height: 70px;
  }
  h2, .font-large {
    font-size: 40px;
    line-height: 40px;
  }
  h3, .font-md-large {
    font-size: 22px;
    line-height: 28px;
  }
  h4, .font-md-medium {
    font-size: 20px;
    line-height: 24px;
  }
  h5, .font-md-small {
    font-size: 18px;
    line-height: 30px;
  }
  .font-regular {
    font-size: 18px;
    line-height: 30px;
  }
  .font-xl, .full-width-content-stripe .wysiwyg-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .newsletter-form-block .gform_wrapper .gform_heading .gform_title {
    font-size: 40px;
    line-height: 40px;
  }
  .navbar .main-menu .menu-item-has-children ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    background-color: var(--white);
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    width: max-content;
    max-width: 325px;
    list-style: none;
    z-index: 99;
    transition: all .3s ease-in-out;
    border-radius: 10px;
  }
  .top-bar .menu-item-has-children ul.sub-menu{
   visibility: hidden;
    opacity: 0;
    background-color: var(--white);
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    width: max-content;
    max-width: 325px;
    list-style: none;
    z-index: 99;
    transition: all .3s ease-in-out;
    border-radius: 10px;
  }
  .top-bar .menu-item-has-children ul.sub-menu li a {
    font-size:18px;
  }
  .navbar .main-menu .menu-item-has-children:hover ul.sub-menu ,   .navbar .top-bar .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  /*
  .hero-section .site-button {
    letter-spacing: -1.81px;
  }
  */

  .hero-content {
    padding: 11.87% 20px;
  }

  .hero-section iframe {
    top: -6px;
  }

  .interior-hero-section {
    padding: 30px 0 150px;
  }

  .interior-hero-section + .section-top-overlap:not(.case-study-logo-content-section) {
    padding-top: 180px;
    margin-top: -105px;
  }

  main section.section-bottom-overlap.bg-wave, main section.section-top-overlap.bg-wave {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  main section.section-bottom-overlap:last-child {
    padding-bottom: 200px;
  }
  .newsletter-form-block .gform_wrapper form .ginput_container label, .newsletter-form-block .gform_wrapper form .gfield_description {
    font-size: 18px;
    line-height: 22px;
  }
  .newsletter-form-block .gform_wrapper form .gfield--type-html {
    font-size: 18px;
    line-height: 20px;
  }
  .newsletter-form-block .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 40px;
  }
  .full-width-content-stripe .stripe-bottom-content {
    width: 80%;
  }

  .background-globe.globe-right::after {
    top: 0;
    width: 780px;
    height: 780px;
    right: -40%;
  }

  .full-width-content-stripe .font-medium {
    line-height: 38px;
  }
  .full-width-content-stripe .font-md-small {
    line-height: 40px;
  }
  .full-width-content-stripe .wysiwyg-content h2 {
    padding: 20px 0 25px;
  }

  .stat-block .font-md-large {
    font-size: 20px;
    line-height: 26px;
  }

  .stat-value {
    font-size: 60px;
    line-height: 62px;
  }

  .content-card-block.card-image-right .content-card-img-col img {
    border-radius: 0 50px 50px 0;
  }

  .content-card-block.card-image-right .content-card-content-col {
    padding: 60px 30px 60px 60px;
  }

  .heading-with-icon img {
    width: 55px;
  }

  .content-card-row:not(:last-child) .content-card-block {
    margin-bottom: 60px;
  }

  .image-carousel-stripe {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-accordion-stripe .panel-title {
    font-size: 25px;
    line-height: 30px;
  }

  .image-accordion-stripe .accordion-slider {
    grid-template-columns: 55% 43%;
  }

  .image-accordion-stripe .panel-image {
    border-radius: 60px;
  }

  .journey-slide .slide-image img {
    max-width: 350px;
  }

  .journey-slick-slider .slick-list {
    padding-right: 40%;
  }
  .journey-slider-stripe + section.two-column-stripe:not(.bg-none) {
    padding-top: 200px !important;
  }

  main section.two-column-stripe:not(.bg-none), main .three-column-stripe:not(.bg-none) {
    padding-top: 150px;
  }
  main section.two-column-stripe:not(.bg-none) {
    padding-bottom: 150px;
  }

  main .two-column-stripe:not(.bg-none):last-of-type {
    padding-bottom: 150px;
  }

  .map-col #map {
    height: 100% !important;
  }

  .testimonial-col {
    padding: 75px 50px 30px 50px;
  }

  .two-column-stripe:has(form) .left-content-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  .content-card-stripe.background-globe.globe-right::after {
    right: -50%;
    top: 23%;
  }

  .single-product-overview .product-image img {
    width: 280px;
  }

  .single-product-overview .product-image {
    /* right: 10%; */
  }

  .single-product-overview .modal-content, .modal-content {
    padding: 20px;
  }
  .background-globe.globe-left:before {
    width: 70%;
    height: 100%;
    top: 66%;
    left: -295px;
  }

  .product-finder-hero-section .main-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .interior-hero-section.product-finder-hero-section:after {
    height: 290px;
  }
  .interior-hero-section.product-finder-hero-section {
    margin-bottom: 100px;
  }
  .two-column-stripe:has(.right-content-col iframe) .left-content-col .main-heading {
    font-size: 45px;
    line-height: 55px;
  }
  .map-zone {
    padding-bottom: 140px;
  }
  .rings-image.rings-top-right-image {
    left: 67%;
    bottom: 490px;
  }
  .animation-container {
    left: 50px;
  }

  .rings-top-right-image .hours-meta , .rings-bottom-right-image .hours-meta {
    /* top: 75px; */
    left: 50px;
  }
 
  .rings-image.rings-top-left-image {
    top: -90px;
    left: -16px;
  }

  .rings-image.rings-bottom-right-image {
    left: 55%;
    bottom: 23px;
  }

  .rings-image {
    width: 260px;
    height: 260px;
  }
  .top-left-dropplet .hours-meta {
    top: 0px;
    left: 50px;
  }
  .product-cards-stripe .product-image-col .inner-col-wraper {
    min-height: 250px;
  }
  .product-cards-stripe .product-content-col {
    padding-top: unset;
  }
  .product-cards-stripe .inner-col-wraper img {
    top: 72px;
  }
  .product-cards-stripe .product-content-col .site-button {
    font-size: 20px;
    line-height: 24px;
  }
 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-bar {
    gap: 8px;
  }
  .timeline ol{
   padding: var(--timeline-top, 300px) 1% var(--timeline-bottom, 300px) 20px;
  }
  .two-column-stripe:has(form) .gform_wrapper {
    padding-right: 0px;
    padding-left: 50px;
  }
  .video-wrapper iframe, .video-box .video-image {
    height: 166px;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-content {
    padding: 12.4% 20px;
  }
  .stat-value {
    font-size: 100px;
    line-height: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .site-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h3, .font-md-large {
    font-size: 28px;
    line-height: 32px;
  }
  .logo img {
    max-width: 350px;
  }
  .top-bar a {
    font-size: 18px;
  }
  .top-bar {
    gap: 25px;
  }
  .main-nav .main-menu li > a {
    font-size: 25px;
    line-height: 25px;
  }
  .main-nav .main-menu {
    gap: 35px;
  }
  .newsletter-form-block .gform_wrapper .gform_heading .gform_description {
    font-size: 20px;
    line-height: 21px;
  }
  .newsletter-form-block .gform_wrapper form .gform-button {
    font-size: 20px;
    line-height: 18px !important;
    letter-spacing: -1px;
  }
  .newsletter-form-block .gform_wrapper .gform_heading {
    margin-bottom: 45px;
  }
  .journey-slide .slide-arrow-col img {
    width: 150px;
  }
  .journey-slick-slider .slick-dots button {
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 45px;
  }
  .journey-slick-slider .slick-slide:not(.slick-cloned):nth-child(even) .slide-content-col {
    margin-right: -60px;
  }

  .journey-slick-slider .slick-slide:not(.slick-cloned):nth-child(odd) .slide-content-col {
    margin-left: -60px;
  }

  .journey-slide:hover .slide-arrow-col img {
    left: 3px;
  }

  .info-overlay {
    padding: 30px;
  }

  .info-overlay .wysiwyg-content {
    font-size: 14px;
    line-height: 22px;
  }

  .case-study-logo-content-section .case-study-text, .case-study-image-content-section .top-right-content, .case-study-download-section .download-item .heading {
    font-size: 25px;
    line-height: 35px;
  }

  .two-column-stripe:has(form) .left-content-col {
    padding-left: 20px;
    padding-right: 100px;
  }

  .two-column-stripe:has(form) .gform_wrapper {
    padding-right: 150px;
  }

  .accordion-content-col {
    padding-right: 70px;
  }

  .content-card-stripe.background-globe.globe-right::after {
    right: -30%;
    top: 22%;
  }

  .single-product-overview .product-image img {
    width: 450px;
  }

  .interactive-data-stripe-col {
    padding-left: 50px;
    padding-right: 50px;
  }

  .rings-image.rings-top-left-image {
    left: 12px;
  }
  /* .rings-image.rings-top-right-image {

       bottom: 420px;
    } */
  .rings-image.rings-bottom-right-image {
    bottom: 26px;
  }
   .map-modal, .single-product-overview .modal-content, .modal-content  {
    width: 70%;
  }
  /* .background-globe.globe-left:before {
		width: 1080px;
		height: 1000px;
		top: 60%;
		left: -775px;
	} */
  .background-globe.globe-left:before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: -30%;
  }
  .content-card-stripe.background-globe.globe-left:before {
    width: 61%;
    height: 100%;
    top: 24%;
    left: -770px;
  }
  /* .rings-image.rings-bottom-right-image {
		        left: 60%;
      }
	    .rings-image.rings-top-right-image {
        left: 57%;
	} */

   .custom_user_registration_form, .update_password_form, .gf_login_form, .gf_login_form ~ .gf_login_links {
    max-width: 50% !important;
    margin: auto !important;
  }
  
  .video-wrapper iframe, .video-box .video-image {
    height: 210px;
  }
  .product-cards-stripe .product-image-col .inner-col-wraper {
    min-height: 270px;
  }
}

@media only screen and (min-width: 1300px) {
  /* .container {
    max-width: 1297px;
    margin: 0 auto;
  } */
  body {
    font-size: 20px;
    line-height: 28px;
  }
  h1, .font-xxl {
    font-size: 82px;
    line-height: 85px;
  }
  .font-xl, .full-width-content-stripe .wysiwyg-content h2 {
    font-size: 55px;
    line-height: 60px;
  }
  h2, .font-large {
    font-size: 50px;
    line-height: 50px;
  }
  h3, .font-md-large, .stat-block .font-md-large {
    font-size: 35px;
    line-height: 45px;
  }
  h4, .font-md-medium {
    font-size: 30px;
    line-height: 30px;
  }
  .font-regular {
    font-size: 22px;
    line-height: 32px;
  }
  h5, .font-md-small {
    font-size: 20px;
    line-height: 35px;
  }
  h6, .font-small {
    font-size: 20px;
    line-height: 33px;
  }
  .site-button {
    font-size: 22px;
    line-height: 22px;
  }
  .accordion-button {
    font-size: 20px;
    line-height: 25px;
  }
  .accordion-body {
    font-size: 18px;
  }
  .main-nav .main-menu {
    column-gap: 40px;
  }

  .top-bar {
    gap: 30px;
  }
/*
  .hero-section .site-button {
    font-size: 30px;
    line-height: 30px;
  }
*/
  .hero-content {
    max-width: 1030px;
    padding: 12.125% 20px;
  }
  .stat-value {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-with-icon img {
    width: 75px;
  }

  .journey-slider-stripe {
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1619px) {
  .full-width-content-stripe .wysiwyg-content p:first-child {
    width: 80%;
    margin: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .main-nav .main-menu {
    column-gap: 50px;
  }
  .top-bar {
    gap: 35px;
  }
  .hero-content {
    padding: 9% 20px;
  }
  .interior-hero-section .wysiwyg-content {
    padding-right: 50px;
  }
  .video-box .video-image, .video-box .video-image iframe {
    height: 250px;
  }
}
@media only screen and (min-width: 1500px) {
  .timeline ol {
    padding: var(--timeline-top, 300px) 4% var(--timeline-bottom, 300px) 20px;
  }
}
@media only screen and (min-width: 1620px) {
  .timeline ol{
   padding: var(--timeline-top, 300px) 7% var(--timeline-bottom, 300px) 20px;
  }
  .font-medium {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-content {
    max-width: 1200px;
    padding: 15.125% 20px;
  }

  .full-width-content-stripe .stripe-top-content {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
  }

  .full-width-content-stripe .stripe-bottom-content {
    width: 62%;
  }

  .background-globe.globe-right::after {
    top: 0px;
    width: 780px;
    height: 800px;
    /* z-index: 10; */
    right: -24%;
  }

  .full-width-content-stripe .font-medium {
    line-height: 50px;
  }

  .two-column-stripe .site-button {
    font-size: 23px;
    line-height: 23px;
  }

  .info-overlay {
    padding: 50px;
  }

  .info-overlay .wysiwyg-content {
    font-size: 18px;
    line-height: 25px;
  }

  .distributor-content-col {
    padding: 30px 70px 200px 70px;
  }

  .map-modal {
    width: 40%;
  }

  .statics-stripe {
    padding: 215px 0;
  }

  main .two-column-stripe:not(.bg-none):last-of-type {
    padding-bottom: 180px;
  }

  .case-study-logo-content-section .case-study-text,
  .case-study-image-content-section .top-right-content,
  .case-study-download-section .download-item .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-col {
    padding: 100px 80px 20px 80px;
  }

  .two-column-stripe:has(form) .left-content-col {
    padding-right: 100px;
    padding-left: 20px;
  }

  .two-column-stripe:has(form) .gform_wrapper {
    padding-right: 200px;
  }

  .two-column-stripe:has(form) .gform_wrapper .gchoice {
    display: flex;
    width: 85%;
  }

  .accordion-content-col {
    padding-right: 120px;
  }

  .content-card-stripe.background-globe.globe-left:before {
    width: 61%;
    height: 100%;
    top: 24%;
    left: -770px;
  }

  .content-card-stripe.background-globe.globe-right::after {
    width: 65%;
    height: 100%;
    z-index: 0;
    right: -49%;
    top: 11%;
  }

  .single-product-overview .product-image img {
    width: 500px;
  }

  .single-product-overview .product-buttons .site-button {
    font-size: 20px;
    line-height: 25px;
    padding: 15px 20px;
  }

  .single-product-overview .product-image {
    right: 13%;
  }

  .interactive-data-stripe-col {
    padding-left: 100px;
    padding-right: 100px;
  }

  .rings-image.rings-top-left-image {
    left: 60px;
  }
  .single-product-overview .modal-content, .modal-content {
    padding: 38px 40px;
  }
  .background-globe.globe-left:before {
    width: 1090px;
    height: 1020px;
    top: 50%;
    left: -36%;
  }
  .content-card-row:not(:last-child) .content-card-block {
    margin-bottom: 80px;
  }



  .journey-slider-stripe {
    padding-top: 150px;
  }
  .journey-slider-stripe
    .journey-slick-slider-wrapper
    .slide-content-col
    .slide-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .product-finder-breadcrumb-section .heading {
    font-size: 32px;
    line-height: 35px;
  }
  .interior-hero-section.product-finder-hero-section:after {
    height: 320px;
  }
  .product-finder-hero-section .main-heading {
    font-size: 70px;
    line-height: 70px;
  }
  .interior-hero-section.product-finder-hero-section {
    margin-bottom: 150px;
  }
  .leader-item.col-xl-3 .info-overlay {
    padding: 15px;
  }
  .two-column-stripe:has(.right-content-col iframe) .left-content-col .main-heading {
    font-size: 60px;
    line-height: 65px;
  }
  .two-column-stripe:has(.right-content-col iframe) .left-content-col {
    padding-left: 30px;
  }
  .cta-stripe .cta-main-col h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .animation-container {
    left: 50px;
  }
  .content-card-content-col .heading-has-icon .icon-svg svg{
      width: 70px;
    height: 70px;
  }
  .document-title {
    font-size: 24px;
    line-height: 24px;
  }
  .product-cards-stripe .product-image-col .inner-col-wraper {
      min-height: 350px;
  }
  .cws-products .main-upper-row .wysiwyg-content {
      line-height: 50px;
  }
}
@media only screen and (min-width: 1650px) {
  .timeline ol{
   padding: var(--timeline-top, 300px) 9% var(--timeline-bottom, 300px) 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .timeline ol{
   padding: var(--timeline-top, 300px) 7.5% var(--timeline-bottom, 300px) 20px;
  }
  .font-xl, .full-width-content-stripe .wysiwyg-content h2 {
    font-size: 80px;
    line-height: 80px;
  }

  h2, .font-large {
    font-size: 60px;
    line-height: 60px;
  }

  h3,
  .font-md-large,
  .stat-block .font-md-large,
  .image-accordion-stripe .panel-title {
    font-size: 40px;
    line-height: 45px;
  }

  .font-medium {
    font-size: 35px;
    line-height: 35px;
  }

  .font-regular {
    font-size: 26px;
    line-height: 41px;
  }

  h5,
  .font-md-small {
    font-size: 25px;
    line-height: 40px;
  }

  .site-button {
    font-size: 28px;
    line-height: 28px;
  }

  .container {
    max-width: 1600px;
  }

  footer {
    font-size: 21px;
  }

  .footer-bottom-content {
    font-size: 21px;
    line-height: 25px;
  }

  #section-newsletter {
    padding: 100px 0;
  }

  .newsletter-form-block .gform_wrapper .gform_heading .gform_title {
    font-size: 78px;
    line-height: 78px;
  }

  .newsletter-icon,
  .globe-icon {
    width: 118px;
    height: 118px;
  }

  .newsletter-icon {
    margin-top: -160px;
  }

  .newsletter-form-block .gform_wrapper .gform_heading .gform_description {
    font-size: 23px;
    line-height: 21px;
  }

  .newsletter-form-block .gform_wrapper .gform_heading {
    margin-bottom: 80px;
  }

  .newsletter-form-block
    .gform_wrapper
    form
    input:not(
      [type="submit"],
      [type="file"],
      [type="radio"],
      [type="checkbox"]
    ) {
    height: 56px;
  }

  .newsletter-form-block .gform_wrapper form .gform-button {
    font-size: 30px;
    line-height: 30px !important;
    letter-spacing: -2.81px;
  }

  .newsletter-form-block .gform_wrapper form .ginput_container label, .newsletter-form-block .gform_wrapper form .gfield_description {
    font-size: 20px;
    line-height: 22px;
  }
  .interior-hero-section .wysiwyg-content {
    padding-right: 120px;
  }

  .stat-value {
    font-size: 150px;
    line-height: 150px;
  }

  .image-accordion-stripe .site-button {
    font-size: 20px;
    line-height: 20px;
  }

  .image-accordion-stripe .panel-title,
  .image-accordion-stripe .panel-content-title {
    font-size: 43px;
    line-height: 43px;
  }

  .image-accordion-stripe .case-study-logo {
    max-width: 245px;
  }

  .image-accordion-stripe .arrow-btn {
    width: 67px;
    height: 67px;
    font-size: 40px;
  }

  .image-accordion-stripe .accordion-slider {
    min-height: 550px;
  }

  .full-width-content-stripe .font-md-small {
    line-height: 40px;
  }

  .section-bottom-overlap:not(.bg-none) {
    padding-bottom: 150px;
  }

  .section-bottom-overlap {
    margin-bottom: -70px;
  }

  .journey-slick-slider .slide-content-col {
    padding: 40px 55px;
  }

  .journey-slick-slider .slick-list {
    padding-right: 47%;
    margin-left: -8%;
  }

  .journey-slide .slide-number {
    width: 53px;
    height: 53px;
  }

  .journey-slide .slide-image img {
    max-width: 100%;
  }

  .journey-slide .slide-arrow-col img {
    /* width: 180px;
    left: -10px */
  }

  .journey-slick-slider .slick-dots button {
    width: 54px;
    height: 54px;
    font-size: 32px;
    line-height: 36px;
  }

  .journey-slick-slider .slick-dots {
    margin-top: 60px;
  }

  .video-box .play-icon img {
    width: 84px;
  }

  .year-flag {
    font-size: 32px;
    line-height: 32px;
  }

  .timeline-slider {
    max-width: 1850px;
    margin-left: auto;
  }

  .timeline ol > li:not(:last-child)::after {
    width: 48px;
    height: 48px;
  }

  .timeline ol > li {
    width: 320px;
  }

  .timeline .timeline-inner-content {
    padding-left: 130px;
  }

  .timeline ol > li div:not(.timeline-inner-content) {
    left: 12px;
  }

  .timeline ol > li:nth-child(odd) div:not(.timeline-inner-content) {
    top: -35px;
  }

  .timeline ol > li:nth-child(even) div:not(.timeline-inner-content) {
    top: calc(100% + 32px);
  }

  main section.section-bottom-overlap.bg-wave,
  main section.section-top-overlap.bg-wave:not(.case-study-logo-content-section) {
    padding-bottom: 130px;
    padding-top: 180px;
  }

  main section.section-bottom-overlap:last-child {
    padding-bottom: 200px;
  }

  .single-product-overview .product-image img {
    width: 550px;
  }
  .globe-icon {
    margin: -16px auto 0;
  }
}

@media only screen and (min-width: 1920px) {
  .timeline ol{
   padding: var(--timeline-top, 300px) 11% var(--timeline-bottom, 300px) 20px;
  }
  .hero-content {
    padding: 16.6% 20px;
    /* height: 100VH; */
  }
  .single-product-overview .product-image {
    right: 16%;
  }
  .video-box .video-image, .video-box .video-image iframe {
    height: 285px;
  }
}
#wp-submit {
  border-radius: 50px !important;
  background-color: var(--orange) !important;
}

#custom-loginform #wp-submit {
  background-color: var(--orange);
  color: var(--white) !important;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
  border: 0 !important;
}

#custom-loginform label {
  font-weight: bold;
  width: 120px;
}

#custom-loginform .input {
  border: 1px solid #ccc !important;
  padding: 5px;
}

#custom-loginform .login-username,
#custom-loginform .login-password {
  padding-top: 10px;
}

#custom-loginform .login-remember {
  display: none;
}

@media screen and (min-width: 990px) {
  li.pipe {
    /* margin-left: -20px;
    margin-right: -20px; */
    color: #ccc;
  }
}

#gf_2 .dlm-nf-download-link a {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .contact .two-column-stripe:has(form) .gform_wrapper {
    padding-right: 0 !important;
  }
  li.pipe {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.gform_wrapper.gravity-theme select {
  min-height: 53px;
}

.gform_wrapper .gform-button , .gform-footer .gform_button {
  background-color: var(--orange);
  font-size: 20px;
  line-height: 20px !important;
  letter-spacing: -0.81px;
  font-weight: 500;
  color: var(--white);
  border: 0;
  border-radius: 50px;
  box-shadow: none;
  padding: 15px 45px;
  align-self: unset !important;
}



.dlm-xhr-progress {
  display: none !important;
}

h2.dlm-text-gray-900 {
  font-size: 35px !important;
  line-height: 45px !important;
  color: var(--primary-blue) !important;
}

#dlm-no-access-modal .dlm-shadow {
  box-shadow: none !important;
  padding: 0 !important;
}

.dlm-no-access-modal a:not(.dlm-no-tailwind, .dlm-no-tailwind *) {
  color: var(--primary-blue) !important;
}

@media only screen and (min-width: 2200px) {
   .timeline ol{
   padding: var(--timeline-top, 300px) 20% var(--timeline-bottom, 300px) 20px;
  }
  .single-product-overview .product-image {
    right: 23.5%;
  }
}

@media only screen and (min-width: 2400px) {
  .timeline ol{
    padding: var(--timeline-top, 300px) 31% var(--timeline-bottom, 300px) 20px;
  }

}

footer .king {
  max-width: 80px;
}

.animation-container {
  position: relative;
  /*width: 100px; height: 100px;*/
}
.frame {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.frame.active {
  opacity: 1;
}

/* Ensure the last frame sits on top of the loop */
.frame:last-child {
  z-index: 2;
}

.frame.f-2 {
  top: -42px;
  left: -42px;
}

.frame.f-3 {
  top: -65.5px;
  left: -65.5px;
}

.frame.f-4 {
  top: -83.5px;
  left: -83.5px;
}

@media only screen and (min-width: 1300px) {

  .single-product h1{
    max-width:75%;
  }
}



.content-card-img-col {
    overflow: hidden !important;
    border-radius: 50px 0 0 50px;
}

.card-image-right .content-card-img-col {
    border-radius: 0 50px 50px 0!important;
}


.content-card-block img {
    transition: transform 0.5s ease!important; /* Adjust 0.5s for speed */
    transform: scale(1)!important;
    display: block!important; /* Removes bottom whitespace gaps */
}

/* 3. Scale the image when the parent div is hovered */
.content-card-block:hover{
 box-shadow: 0px 0px 25px rgba(17, 63, 126, 0.6) !important;
    
    /* Smooth transition for the shadow */
    transition: box-shadow 0.3s ease-in-out;

}


.content-card-block:hover img {
    transform: scale(1.1)!important; /* Zooms in by 10% */
}

.gform_wrapper .gform_validation_errors
{
    margin: auto;
    max-width: 50%;
    margin-bottom: 30px;
}

/* Stack password fields vertically */
.update_password_form #input_9_1_container.ginput_complex {
    display: flex;
    flex-direction: column;
}

/* Ensure each field takes up 100% width */
.update_password_form #input_9_1_container .ginput_password {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 15px;
    padding: 0;
}
.update_password_form .gfield_label {
    text-align: left !important;
}