@charset "UTF-8";
.btn {
  border-radius: 100px;
  padding: 17px 20px 15px 20px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1rem;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
}
.btn-outline-black:hover {
  background-color: #262626;
  color: #fff;
}

.btn-outline-light-black {
  background-color: transparent;
  border: 1px solid #0d0d0d;
  color: #0d0d0d;
}
.btn-outline-light-black:hover {
  background-color: #0d0d0d;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
}
.btn-outline-dark-grey:hover {
  background-color: #262626;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-orange {
  background-color: transparent;
  border: 1px solid #266acf;
  color: #266acf;
}
.btn-outline-orange:hover {
  background-color: #266acf;
  color: #fff;
}

.btn-outline-blue {
  background-color: transparent;
  border: 1px solid #266acf;
  color: #266acf;
}
.btn-outline-blue:hover {
  background-color: #266acf;
  color: #fff;
}

.btn-outline-light-grey {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
}
.btn-outline-light-grey:hover {
  background-color: #f1f1f1;
  color: #fff;
}

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #464854;
  color: #464854;
}
.btn-outline-green:hover {
  background-color: #464854;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: #0d0d0d;
  color: #fff;
  border: 1px solid #0d0d0d;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-light-black {
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  color: #fff;
}
.btn-light-black:hover, .btn-light-black:active, .btn-light-black:focus, .btn-light-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-light-black:focus, .btn-light-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(13, 13, 13, 0.5);
}

.btn-dark-grey {
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #0d0d0d;
  color: #fff;
  border: 1px solid #0d0d0d;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-orange {
  background-color: #266acf;
  border: 1px solid #266acf;
  color: #fff;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:disabled {
  background-color: #1e54a4;
  color: #fff;
  border: 1px solid #1e54a4;
}
.btn-orange:focus, .btn-orange:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(38, 106, 207, 0.5);
}

.btn-blue {
  background-color: #266acf;
  border: 1px solid #266acf;
  color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:disabled {
  background-color: #1e54a4;
  color: #fff;
  border: 1px solid #1e54a4;
}
.btn-blue:focus, .btn-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(38, 106, 207, 0.5);
}

.btn-light-grey {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #fff;
}
.btn-light-grey:hover, .btn-light-grey:active, .btn-light-grey:focus, .btn-light-grey:disabled {
  background-color: #d8d8d8;
  color: #fff;
  border: 1px solid #d8d8d8;
}
.btn-light-grey:focus, .btn-light-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}

.btn-green {
  background-color: #464854;
  border: 1px solid #464854;
  color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:disabled {
  background-color: #2f3038;
  color: #fff;
  border: 1px solid #2f3038;
}
.btn-green:focus, .btn-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(70, 72, 84, 0.5);
}

.btn i {
  vertical-align: middle;
}

.btn-text {
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #266acf;
}

.btn-border {
  border: 2px solid #266acf;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border:hover {
  border: 2px solid #266acf !important;
  background-color: #266acf;
  color: #fff !important;
}

.btn-border-white {
  border: 2px solid #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border-white:hover {
  border: 2px solid #fff !important;
  background-color: #fff;
  color: #262626 !important;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #262626 !important;
}
.text-black a {
  color: #262626;
  font-weight: 500;
}
.text-black a:hover {
  color: #0d0d0d;
}

.text-light-black {
  color: #0d0d0d !important;
}
.text-light-black a {
  color: #0d0d0d;
  font-weight: 500;
}
.text-light-black a:hover {
  color: black;
}

.text-dark-grey {
  color: #262626 !important;
}
.text-dark-grey a {
  color: #262626;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #0d0d0d;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-orange {
  color: #266acf !important;
}
.text-orange a {
  color: #266acf;
  font-weight: 500;
}
.text-orange a:hover {
  color: #1e54a4;
}

.text-blue {
  color: #266acf !important;
}
.text-blue a {
  color: #266acf;
  font-weight: 500;
}
.text-blue a:hover {
  color: #1e54a4;
}

.text-light-grey {
  color: #f1f1f1 !important;
}
.text-light-grey a {
  color: #f1f1f1;
  font-weight: 500;
}
.text-light-grey a:hover {
  color: #d8d8d8;
}

.text-green {
  color: #464854 !important;
}
.text-green a {
  color: #464854;
  font-weight: 500;
}
.text-green a:hover {
  color: #2f3038;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #262626;
}

.bg-light-black {
  background-color: #0d0d0d;
}

.bg-dark-grey {
  background-color: #262626;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #266acf;
}

.bg-blue {
  background-color: #266acf;
}

.bg-light-grey {
  background-color: #f1f1f1;
}

.bg-green {
  background-color: #464854;
}

.map {
  min-height: 500px;
  width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

form p {
  margin: 0;
}
form br {
  display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color: transparent;
  height: 60px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

textarea {
  background-color: transparent;
  height: 100px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 60px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
}

[type=submit] {
  border: 1px solid #fff;
  padding: 0;
  background-color: transparent;
  height: 50px;
  color: #fff;
  width: 30%;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-top: 1.5rem;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  [type=submit] {
    width: 100%;
  }
}
[type=submit]:hover {
  background-color: #fff;
  color: #266acf;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #262626;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: -9px;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #262626;
  border-left: 2px solid #262626;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #262626;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #262626;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas-top {
  height: 100%;
  background: linear-gradient(110deg, #031125 0%, #001630 55%, #031226 100%);
  border-bottom: none;
  z-index: 9999;
}
.offcanvas-top .offcanvas-header {
  padding: 3rem 3rem 5rem 3rem;
}
.offcanvas-top .offcanvas-header .logo img {
  width: 150px;
}
.offcanvas-top .offcanvas-header button {
  color: #fff;
  background-color: transparent;
  padding: 0;
  border: none;
  vertical-align: middle;
}
.offcanvas-top .offcanvas-header button i {
  font-size: 25px;
}
.offcanvas-top .offcanvas-body {
  padding: 0 3rem;
}
.offcanvas-top .offcanvas-body .nav {
  display: block;
}
.offcanvas-top .offcanvas-body .nav > div {
  width: 100%;
}
.offcanvas-top .offcanvas-body .nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.offcanvas-top .offcanvas-body .nav ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.offcanvas-top .offcanvas-body .nav ul li a {
  display: block;
  width: 100%;
  padding: 16px 45px 16px 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.offcanvas-top .offcanvas-body .nav ul li a:hover {
  color: #fff;
}
.offcanvas-top .offcanvas-body .nav ul li.current-menu-item > a {
  color: #fff;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children > a {
  grid-column: 1;
  grid-row: 1;
  padding-right: 15px;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children > .submenuToggle {
  grid-column: 2;
  grid-row: 1;
  width: 50px;
  height: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children > .submenuToggle i {
  font-size: 13px;
  transition: transform 0.3s ease;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children > .submenuToggle:hover {
  color: #fff;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children > .sub-menu {
  grid-column: 1/-1;
  grid-row: 2;
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children.open > .submenuToggle i {
  transform: rotate(180deg);
}
.offcanvas-top .offcanvas-body .nav ul .menu-item-has-children.open > .sub-menu {
  display: block;
}
.offcanvas-top .offcanvas-body .nav ul .sub-menu {
  position: static;
  display: none;
  width: 100%;
  margin: 0 0 12px;
  padding: 15px;
  background: transparent;
  box-shadow: none;
  background-color: #072a5b;
  border-radius: 8px;
}
.offcanvas-top .offcanvas-body .nav ul .sub-menu li {
  display: block;
  border: 0;
  margin-bottom: 1rem;
}
.offcanvas-top .offcanvas-body .nav ul .sub-menu li:last-child {
  margin-bottom: 0;
}
.offcanvas-top .offcanvas-body .nav ul .sub-menu li a {
  position: relative;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.offcanvas-top .offcanvas-body .nav ul .sub-menu li a:hover {
  color: #fff;
  padding-left: 23px;
}
.offcanvas-top .offcanvas-body .nav ul .sub-menu li.current-menu-item > a {
  color: #fff;
}

.mobileheaderBanner {
  background-color: #266acf;
  padding: 0.6rem 0 0.4rem 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .mobileheaderBanner {
    display: inherit;
  }
}
.mobileheaderBanner p {
  color: #fff;
  line-height: 15px;
}
.mobileheaderBanner p i {
  color: #fff;
  margin-right: 8px;
}
.mobileheaderBanner p a {
  color: #fff;
}
.mobileheaderBanner p a:hover {
  color: #031226;
}

#mainHeader {
  background: linear-gradient(110deg, #031125 0%, #001630 55%, #031226 100%);
  padding: 25px 0;
  position: relative;
  z-index: 991;
}
#mainHeader .headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mainHeader .logo {
  flex-shrink: 0;
}
#mainHeader .logo a {
  display: block;
}
#mainHeader .logo img {
  width: 370px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1399px) {
  #mainHeader .logo img {
    width: 320px;
  }
}
@media screen and (max-width: 1199px) {
  #mainHeader .logo img {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  #mainHeader .logo img {
    width: 220px;
  }
}
#mainHeader .rightContent {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#mainHeader .nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  #mainHeader .nav {
    display: none;
  }
}
#mainHeader .nav .menu {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1399px) {
  #mainHeader .nav .menu {
    gap: 28px;
  }
}
@media screen and (max-width: 1199px) {
  #mainHeader .nav .menu {
    gap: 20px;
  }
}
#mainHeader .nav .menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainHeader .nav .menu > li > a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease;
}
#mainHeader .nav .menu > li > a:hover {
  color: #266acf;
}
#mainHeader .nav .menu > li.current-menu-item > a, #mainHeader .nav .menu > li.current-menu-parent > a, #mainHeader .nav .menu > li.current-menu-ancestor > a {
  color: #266acf;
}
#mainHeader .nav .menu > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 3px;
  transition: transform 0.3s ease;
}
#mainHeader .nav .menu > li.menu-item-has-children:hover > a {
  color: #266acf;
}
#mainHeader .nav .menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
#mainHeader .nav .menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#mainHeader .nav .sub-menu {
  z-index: 10000;
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 260px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #06182f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
#mainHeader .nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
#mainHeader .nav .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainHeader .nav .sub-menu li a {
  display: block;
  width: 100%;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-top: 0.3rem;
}
#mainHeader .nav .sub-menu li a:hover {
  color: #fff;
  background-color: #266acf;
  padding-left: 20px;
}
#mainHeader .nav .sub-menu li.current-menu-item > a {
  color: #fff;
  background-color: #266acf;
}
#mainHeader .phoneSection {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 42px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1399px) {
  #mainHeader .phoneSection {
    margin-left: 30px;
    padding-left: 25px;
    gap: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #mainHeader .phoneSection {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  #mainHeader .phoneSection {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #mainHeader .phoneSection {
    display: none;
  }
}
#mainHeader .phoneIcon {
  flex-shrink: 0;
}
#mainHeader .phoneIcon a {
  width: 58px;
  height: 58px;
  border: 1px solid #266acf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #mainHeader .phoneIcon a {
    width: 50px;
    height: 50px;
  }
}
#mainHeader .phoneIcon a i {
  font-size: 21px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1199px) {
  #mainHeader .phoneIcon a i {
    font-size: 18px;
  }
}
#mainHeader .phoneIcon a:hover {
  background-color: #266acf;
  color: #fff;
}
#mainHeader .phoneDetails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#mainHeader .phoneDetails span {
  color: #9eb8ee;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 7px;
}
@media screen and (max-width: 1199px) {
  #mainHeader .phoneDetails span {
    font-size: 13px;
  }
}
#mainHeader .phoneDetails > a {
  color: #fff;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1399px) {
  #mainHeader .phoneDetails > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #mainHeader .phoneDetails > a {
    font-size: 17px;
  }
}
#mainHeader .phoneDetails > a:hover {
  color: #266acf;
}
#mainHeader .burgerMenu {
  display: none;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  #mainHeader .burgerMenu {
    display: block;
  }
}
#mainHeader .burgerMenu button {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #266acf;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#mainHeader .burgerMenu button i {
  font-size: 20px;
}
#mainHeader .burgerMenu button:hover {
  background-color: #266acf;
}

#siteFooter {
  color: #fff;
  background: #00152d;
}
#siteFooter .footerMain {
  padding: 55px 0 40px;
  background: radial-gradient(circle at 35% 40%, rgba(8, 119, 232, 0.08) 0%, rgba(8, 119, 232, 0) 40%), #00152d;
}
@media screen and (max-width: 991px) {
  #siteFooter .footerMain {
    padding: 50px 0 35px;
  }
}
#siteFooter .footerGrid {
  display: grid;
  grid-template-columns: 1.45fr 1.4fr 1.1fr 1.1fr 1.4fr;
}
@media screen and (max-width: 1199px) {
  #siteFooter .footerGrid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  #siteFooter .footerGrid {
    grid-template-columns: 1fr;
  }
}
#siteFooter .footerIntro,
#siteFooter .footerColumn {
  min-width: 0;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#siteFooter .footerIntro:first-child,
#siteFooter .footerColumn:first-child {
  padding-left: 0;
}
#siteFooter .footerIntro:last-child,
#siteFooter .footerColumn:last-child {
  padding-right: 0;
  border-right: 0;
}
@media screen and (max-width: 1399px) {
  #siteFooter .footerIntro,
#siteFooter .footerColumn {
    padding: 0 28px;
  }
}
@media screen and (max-width: 1199px) {
  #siteFooter .footerIntro,
#siteFooter .footerColumn {
    border-right: 0;
    padding: 0 25px;
  }
  #siteFooter .footerIntro:first-child,
#siteFooter .footerColumn:first-child {
    padding-left: 25px;
  }
}
@media screen and (max-width: 575px) {
  #siteFooter .footerIntro,
#siteFooter .footerColumn {
    padding: 0;
  }
  #siteFooter .footerIntro:first-child,
#siteFooter .footerColumn:first-child {
    padding-left: 0;
  }
}
#siteFooter .footerLogo {
  margin-bottom: 22px;
}
#siteFooter .footerLogo img {
  width: 225px;
  height: auto;
  display: block;
}
@media screen and (max-width: 575px) {
  #siteFooter .footerLogo img {
    width: 200px;
  }
}
#siteFooter .footerText {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #siteFooter .footerText {
    max-width: 100%;
  }
}
#siteFooter .footerText p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}
#siteFooter .footerSocials {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
}
#siteFooter .footerSocials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #266acf;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#siteFooter .footerSocials a i {
  font-size: 18px;
}
#siteFooter .footerSocials a:hover {
  background: #266acf;
  color: #fff;
  transform: translateY(-3px);
}
#siteFooter .footerColumn h4 {
  margin: 0;
  color: #266acf;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
#siteFooter .footerColumn .titleLine {
  width: 35px;
  height: 2px;
  margin: 14px 0 23px;
  background: #266acf;
}
#siteFooter .footerLinks,
#siteFooter .footerMenu,
#siteFooter .areaLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteFooter .footerLinks li,
#siteFooter .footerMenu li,
#siteFooter .areaLinks li {
  margin: 0 0 11px;
  padding: 0;
  list-style: none;
}
#siteFooter .footerLinks li:last-child,
#siteFooter .footerMenu li:last-child,
#siteFooter .areaLinks li:last-child {
  margin-bottom: 0;
}
#siteFooter .footerLinks li a,
#siteFooter .footerMenu li a,
#siteFooter .areaLinks li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}
#siteFooter .footerLinks li a:hover,
#siteFooter .footerMenu li a:hover,
#siteFooter .areaLinks li a:hover {
  color: #266acf;
}
#siteFooter .areaLinks li {
  margin: 0 0 2px;
}
#siteFooter .footerLinks li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#siteFooter .footerLinks li a i {
  margin-top: 4px;
  color: #266acf;
  font-size: 11px;
}
#siteFooter .footerMenu li a {
  display: flex;
  align-items: center;
  gap: 12px;
}
#siteFooter .footerMenu li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #266acf;
  font-size: 11px;
}
#siteFooter .footerMenu li.current-menu-item > a {
  color: #266acf;
}
#siteFooter .areaLinks li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  font-weight: 600;
}
#siteFooter .areaLinks li::before {
  content: "\f3c5";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #266acf;
  font-size: 20px;
}
#siteFooter .areaLinks::after {
  content: "Throughout The South East";
  display: block;
  margin-top: 18px;
  color: #266acf;
  font-size: 14px;
}
#siteFooter .footerContact .contactItem {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 15px;
}
#siteFooter .footerContact .contactItem:last-child {
  margin-bottom: 0;
}
#siteFooter .footerContact .contactIcon {
  width: 30px;
  flex-shrink: 0;
  padding-top: 2px;
}
#siteFooter .footerContact .contactIcon i {
  color: #266acf;
  font-size: 22px;
}
#siteFooter .footerContact .contactItem > div:last-child {
  display: flex;
  flex-direction: column;
}
#siteFooter .footerContact .contactItem a,
#siteFooter .footerContact .contactItem .address {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
}
#siteFooter .footerContact .contactItem a:hover {
  color: #266acf;
}
#siteFooter .footerContact .contactItem span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
#siteFooter .footerContact .contactItem .address p {
  margin: 0;
}
#siteFooter .footerTrust {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: #00152d;
}
@media screen and (max-width: 767px) {
  #siteFooter .footerTrust {
    display: none;
  }
}
#siteFooter .trustGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #siteFooter .trustGrid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  #siteFooter .trustGrid {
    grid-template-columns: 1fr;
  }
}
#siteFooter .trustItem {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#siteFooter .trustItem:first-child {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  #siteFooter .trustItem:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (max-width: 575px) {
  #siteFooter .trustItem {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
#siteFooter .trustItem .trustIcon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #266acf;
}
#siteFooter .trustItem .trustIcon i {
  font-size: 44px;
}
#siteFooter .trustItem h5 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#siteFooter .trustItem p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
}
#siteFooter .googleRating {
  padding-left: 45px;
}
@media screen and (max-width: 991px) {
  #siteFooter .googleRating {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  #siteFooter .googleRating {
    padding: 20px 0 0;
  }
}
#siteFooter .googleRating .googleTop {
  display: flex;
  align-items: center;
  gap: 14px;
}
#siteFooter .googleRating .googleText {
  font-size: 29px;
  line-height: 1;
}
#siteFooter .googleRating .googleText .blue {
  color: #4285f4;
}
#siteFooter .googleRating .googleText .red {
  color: #ea4335;
}
#siteFooter .googleRating .googleText .yellow {
  color: #fbbc05;
}
#siteFooter .googleRating .googleText .green {
  color: #34a853;
}
#siteFooter .googleRating .stars {
  display: flex;
  gap: 3px;
}
#siteFooter .googleRating .stars i {
  color: #fbbc05;
  font-size: 18px;
}
#siteFooter .googleRating .ratingNumber {
  color: #fff;
  font-size: 18px;
}
#siteFooter .googleRating p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}
#siteFooter .footerBottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #000f22;
}
#siteFooter .footerBottom .bottomInner {
  display: flex;
  align-items: center;
  gap: 25px;
}
#siteFooter .footerBottom p,
#siteFooter .footerBottom a,
#siteFooter .footerBottom span {
  font-size: 12px;
}
#siteFooter .footerBottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}
#siteFooter .footerBottom a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
#siteFooter .footerBottom a:hover {
  color: #266acf;
}
#siteFooter .footerBottom .legalLinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
#siteFooter .footerBottom .websiteBy {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  #siteFooter .footerBottom .bottomInner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #siteFooter .footerBottom .websiteBy {
    margin-left: 0;
  }
}

body {
  font-family: "Campton Book", "Sans-Serif";
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1.29375rem + 0.525vw);
  color: #262626;
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.6875rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #266acf;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #1e54a4;
}

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "Campton", "Sans-Serif";
  font-weight: 700;
  font-size: calc(1.53125rem + 3.375vw);
  line-height: calc(1.5625rem + 3.75vw);
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 4.375rem;
  }
}

h2,
.h2 {
  font-family: "Campton", "Sans-Serif";
  font-weight: 700;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.365rem + 1.38vw);
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 2.4rem;
  }
}

h3,
.h3 {
  font-family: "Campton", "Sans-Serif";
  font-weight: 700;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.30625rem + 0.675vw);
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 1.8125rem;
  }
}

h4,
.h4 {
  font-family: "Campton", "Sans-Serif";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: calc(1.26875rem + 0.225vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 1.4375rem;
  }
}

h5,
.h5 {
  font-family: "Campton", "Sans-Serif";
  font-weight: 700;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-family: "Campton", "Sans-Serif";
  font-weight: 700;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.5rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #262626;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #262626;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.page-id-14 .grecaptcha-badge {
  visibility: visible !important;
  bottom: 100px !important;
}

.page-id-377 .top {
  margin-bottom: 0 !important;
}
.page-id-377 .bottom {
  display: none !important;
}

section {
  position: relative;
  overflow: hidden;
}
section#banner {
  position: relative;
  z-index: 1;
  min-height: 820px;
  background-color: #00152d;
  overflow: hidden;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  section#banner {
    min-height: 760px;
  }
}
@media screen and (max-width: 991px) {
  section#banner {
    min-height: auto;
    padding-bottom: 40px;
  }
}
section#banner .bannerImage {
  position: absolute;
  inset: 0;
}
section#banner .bannerImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center right;
}
section#banner .bannerOverlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 21, 45, 0.98) 0%, rgba(0, 21, 45, 0.93) 26%, rgba(0, 21, 45, 0.7) 47%, rgba(0, 21, 45, 0.18) 72%, rgba(0, 21, 45, 0.05) 100%);
}
@media screen and (max-width: 991px) {
  section#banner .bannerOverlay {
    background: rgba(0, 21, 45, 0.82);
  }
}
section#banner .bannerText {
  position: relative;
  z-index: 3;
  padding: 65px 0 100px;
}
@media screen and (max-width: 1199px) {
  section#banner .bannerText {
    padding: 55px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  section#banner .bannerText {
    padding: 60px 0 50px;
  }
}
section#banner .bannerContent {
  max-width: 760px;
}
@media screen and (max-width: 1199px) {
  section#banner .bannerContent {
    max-width: 680px;
  }
}
@media screen and (max-width: 991px) {
  section#banner .bannerContent {
    max-width: 100%;
  }
}
section#banner .bannerLabel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #266acf;
  border-radius: 12px;
  padding: 11px 18px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
section#banner .bannerLabel i {
  color: #266acf;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  section#banner .bannerLabel {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 13px;
  }
}
section#banner h1 {
  color: #fff;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 68px;
  line-height: 1.02;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 22px;
}
section#banner h1 span {
  color: #266acf;
}
@media screen and (max-width: 1399px) {
  section#banner h1 {
    font-size: 62px;
  }
}
@media screen and (max-width: 1199px) {
  section#banner h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  section#banner h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  section#banner h1 {
    font-size: 34px;
  }
}
section#banner .bannerIntro {
  color: #fff;
  max-width: 620px;
  margin-bottom: 22px;
}
section#banner .bannerIntro p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#banner .bannerIntro p {
    font-size: 17px;
  }
}
section#banner .bannerBenefits {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
}
section#banner .bannerBenefits div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
section#banner .bannerBenefits div i {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #266acf;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 575px) {
  section#banner .bannerBenefits {
    gap: 14px 20px;
  }
  section#banner .bannerBenefits div {
    width: calc(50% - 10px);
    font-size: 12px;
  }
}
section#banner .bannerSupportingText {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.5;
}
section#banner .bannerButtons {
  display: flex;
  align-items: stretch;
  gap: 25px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  section#banner .bannerButtons {
    flex-direction: column;
    max-width: 430px;
  }
}
section#banner .bannerButtons a {
  min-width: 295px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 27px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
section#banner .bannerButtons a > i {
  font-size: 26px;
  flex-shrink: 0;
}
section#banner .bannerButtons a span {
  display: flex;
  flex-direction: column;
}
section#banner .bannerButtons a strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
section#banner .bannerButtons a small {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 575px) {
  section#banner .bannerButtons a {
    min-width: 100%;
  }
}
section#banner .bannerButtons .quoteButton {
  background: linear-gradient(135deg, #266acf 0%, #287be2 100%);
}
section#banner .bannerButtons .quoteButton:hover {
  transform: translateY(-3px);
}
section#banner .bannerButtons .callButton {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 20, 43, 0.35);
}
section#banner .bannerButtons .callButton:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
}
section#banner .bannerTrust {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
}
section#banner .bannerTrust .rating {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
section#banner .bannerTrust .rating .stars {
  display: flex;
  gap: 4px;
}
section#banner .bannerTrust .rating .stars i {
  color: #ffc107;
  font-size: 18px;
}
section#banner .bannerTrust .rating span {
  font-size: 13px;
  text-transform: uppercase;
}
section#banner .bannerTrust .trusted {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  section#banner .bannerTrust {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  section#banner .bannerTrust .rating {
    border-right: 0;
    padding-right: 0;
  }
}
section#banner .bannerFeatures {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 991px) {
  section#banner .bannerFeatures {
    position: relative;
    bottom: auto;
  }
}
section#banner .featureBar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(0, 21, 45, 0.96);
  border: 1px solid rgba(42, 125, 234, 0.7);
  border-radius: 18px;
  padding: 30px 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  section#banner .featureBar {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  section#banner .featureBar {
    grid-template-columns: 1fr;
    padding: 25px;
  }
}
section#banner .featureItem {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 24px;
}
section#banner .featureItem:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section#banner .featureItem:first-child {
  padding-left: 10px;
}
section#banner .featureItem:last-child {
  padding-right: 10px;
}
@media screen and (max-width: 1199px) {
  section#banner .featureItem {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  section#banner .featureItem {
    border-right: 0 !important;
    padding: 0;
  }
}
section#banner .featureItem .featureIcon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid #266acf;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#banner .featureItem .featureIcon i {
  color: #266acf;
  font-size: 28px;
}
section#banner .featureItem h4 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
section#banner .featureItem p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}
section#servicesBanner p {
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 750px) {
  section#servicesBanner p {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (max-width: 550px) {
  section#servicesBanner p {
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 13px;
  }
  section#servicesBanner p .px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
}
@media screen and (max-width: 390px) {
  section#servicesBanner p .text {
    display: inline-block;
  }
}
section#classes p:last-child {
  margin-bottom: 0;
}
section#aboutSection {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #f8fafc;
}
@media screen and (max-width: 991px) {
  section#aboutSection {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  section#aboutSection {
    padding: 55px 0;
  }
}
section#aboutSection .aboutTopLine {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
section#aboutSection .aboutTopLine span {
  color: #266acf;
}
section#aboutSection .aboutTopLine strong {
  color: #071a34;
  font-weight: 500;
}
section#aboutSection .aboutTopLine i {
  width: 2px;
  height: 18px;
  display: block;
  background-color: #071a34;
}
@media screen and (max-width: 575px) {
  section#aboutSection .aboutTopLine {
    gap: 10px;
    font-size: 12px;
  }
  section#aboutSection .aboutTopLine i {
    height: 14px;
  }
}
section#aboutSection h2 {
  max-width: 700px;
  margin: 0;
  color: #06172f;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 54px;
  line-height: 1.18;
  font-weight: 700;
}
section#aboutSection h2 span {
  color: #266acf;
}
@media screen and (max-width: 1399px) {
  section#aboutSection h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  section#aboutSection h2 {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutSection h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutSection h2 {
    font-size: 32px;
  }
}
section#aboutSection .headingLine {
  width: 70px;
  height: 3px;
  margin: 14px 0 21px 0;
  background-color: #266acf;
}
section#aboutSection .aboutText {
  max-width: 690px;
  color: #182536;
}
section#aboutSection .aboutText p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.7;
}
section#aboutSection .aboutText p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#aboutSection .aboutText p {
    font-size: 16px;
  }
}
section#aboutSection .aboutBenefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  section#aboutSection .aboutBenefits {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutSection .aboutBenefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#aboutSection .benefit {
  position: relative;
  padding: 0 15px;
  text-align: center;
}
section#aboutSection .benefit:first-child {
  padding-left: 0;
}
section#aboutSection .benefit:last-child {
  padding-right: 0;
}
section#aboutSection .benefit:not(:last-child) {
  border-right: 1px solid rgba(7, 26, 52, 0.2);
}
@media screen and (max-width: 1199px) {
  section#aboutSection .benefit {
    padding: 0 20px;
  }
  section#aboutSection .benefit:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (max-width: 575px) {
  section#aboutSection .benefit {
    padding: 0 12px;
  }
  section#aboutSection .benefit:nth-child(2) {
    border-right: 0;
  }
  section#aboutSection .benefit:nth-child(3) {
    border-right: 1px solid rgba(7, 26, 52, 0.2);
  }
}
section#aboutSection .benefit .benefitIcon {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
section#aboutSection .benefit .benefitIcon i {
  color: #266acf;
  font-size: 44px;
}
@media screen and (max-width: 575px) {
  section#aboutSection .benefit .benefitIcon i {
    font-size: 35px;
  }
}
section#aboutSection .benefit h4 {
  margin: 0 0 12px;
  color: #071a34;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#aboutSection .benefit h4 {
    font-size: 13px;
  }
}
section#aboutSection .benefit p {
  margin: 0;
  color: #182536;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  section#aboutSection .benefit p {
    font-size: 12px;
  }
}
section#aboutSection .aboutButtons {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  section#aboutSection .aboutButtons {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
section#aboutSection .aboutButtons a {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
section#aboutSection .aboutButtons a i {
  font-size: 23px;
}
section#aboutSection .aboutButtons a:hover {
  transform: translateY(-3px);
}
section#aboutSection .aboutButtons .quoteButton {
  color: #fff;
  background: linear-gradient(135deg, #0877e8 0%, #236fc9 100%);
}
section#aboutSection .aboutButtons .quoteButton i {
  color: #fff;
}
@media screen and (max-width: 767px) {
  section#aboutSection .aboutButtons .quoteButton {
    min-width: 100%;
  }
}
section#aboutSection .aboutButtons .callButton {
  color: #071a34;
  border: 1px solid #266acf;
  background-color: transparent;
}
section#aboutSection .aboutButtons .callButton i {
  color: #266acf;
}
section#aboutSection .aboutButtons .callButton:hover {
  color: #fff;
  background-color: #266acf;
}
section#aboutSection .aboutButtons .callButton:hover i {
  color: #fff;
}
@media screen and (max-width: 767px) {
  section#aboutSection .aboutButtons .callButton {
    min-width: 100%;
  }
}
section#aboutSection .aboutReassurance {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #67738a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
section#aboutSection .aboutReassurance i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #266acf;
  color: #fff;
  font-size: 11px;
}
section#aboutSection .aboutImage {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1399px) {
  section#aboutSection .aboutImage {
    height: 690px;
  }
}
@media screen and (max-width: 1199px) {
  section#aboutSection .aboutImage {
    height: 640px;
  }
}
@media screen and (max-width: 991px) {
  section#aboutSection .aboutImage {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutSection .aboutImage {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutSection .aboutImage {
    height: 420px;
    border-radius: 12px;
  }
}
section#aboutSection .aboutImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
section#subBanner {
  position: relative;
}
@media screen and (max-width: 675px) {
  section#subBanner img {
    display: none;
  }
}
section#subBanner .subBannerText {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 675px) {
  section#subBanner .subBannerText {
    background-color: #266acf;
    padding: 2rem 0;
    position: inherit;
  }
}
section#classes ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
  margin-bottom: 1.5rem;
}
section#classes ul li {
  margin-bottom: 0.5rem;
  list-style-position: outside;
}
section#methodsSection {
  position: relative;
  padding: 0 0 50px 0;
  background: #f8fafc;
}
@media screen and (max-width: 991px) {
  section#methodsSection {
    padding: 0px 0 30px 0;
  }
}
@media screen and (max-width: 575px) {
  section#methodsSection {
    padding: 0px 0 30px 0;
  }
}
section#methodsSection .methodsHeading {
  margin: 0 auto 45px;
  text-align: center;
}
section#methodsSection .methodsHeading .smallHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 18px;
}
section#methodsSection .methodsHeading .smallHeading span {
  width: 55px;
  height: 1px;
  background-color: #266acf;
}
section#methodsSection .methodsHeading .smallHeading h4 {
  margin: 0;
  color: #266acf;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#methodsSection .methodsHeading .smallHeading {
    gap: 12px;
  }
  section#methodsSection .methodsHeading .smallHeading span {
    width: 30px;
  }
  section#methodsSection .methodsHeading .smallHeading h4 {
    font-size: 12px;
  }
}
section#methodsSection .methodsHeading h2 {
  margin: 0 0 18px;
  color: #071a34;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 50px;
  line-height: 1.15;
  font-weight: 700;
}
section#methodsSection .methodsHeading h2 span {
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#methodsSection .methodsHeading h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  section#methodsSection .methodsHeading h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  section#methodsSection .methodsHeading h2 {
    font-size: 32px;
  }
}
section#methodsSection .methodsHeading .intro {
  max-width: 650px;
  margin: 0 auto;
  color: #182536;
}
section#methodsSection .methodsHeading .intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}
section#methodsSection .methodsGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  section#methodsSection .methodsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section#methodsSection .methodsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  section#methodsSection .methodsGrid {
    grid-template-columns: 1fr;
  }
}
section#methodsSection .methodCard {
  position: relative;
  min-height: 255px;
  padding: 25px 20px;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 52, 0.1);
  border-radius: 10px;
  background: #fff;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
section#methodsSection .methodCard:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 119, 232, 0.35);
  box-shadow: 0 15px 35px rgba(7, 26, 52, 0.08);
}
section#methodsSection .methodCard:hover .methodIcon {
  transform: translateY(-3px);
}
section#methodsSection .methodCard .methodCardLink {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
section#methodsSection .methodCard .methodIcon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
  transition: transform 0.3s ease;
}
section#methodsSection .methodCard .methodIcon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
}
section#methodsSection .methodCard h3 {
  max-width: 200px;
  margin: 0 auto 14px;
  color: #071a34;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
section#methodsSection .methodCard .methodText {
  color: #182536;
}
section#methodsSection .methodCard .methodText p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
section#methodsSection .methodsCTA {
  position: relative;
  min-height: 220px;
  padding: 38px 45px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(0, 21, 45, 0.98) 0%, #00152d 63%, rgba(0, 21, 45, 0.45) 70%, rgba(0, 21, 45, 0.2) 100%), url(/wp-content/uploads/2026/08/cyclone-cleaning-service-cta-bg-img-scaled.jpg) center right/cover no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  section#methodsSection .methodsCTA {
    padding: 35px 25px;
  }
}
section#methodsSection .methodsCTA .ctaContent {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 750px;
}
@media screen and (max-width: 575px) {
  section#methodsSection .methodsCTA .ctaContent {
    gap: 18px;
  }
}
section#methodsSection .methodsCTA .ctaIcon {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  border: 3px solid #266acf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#methodsSection .methodsCTA .ctaIcon i {
  color: #fff;
  font-size: 27px;
}
@media screen and (max-width: 575px) {
  section#methodsSection .methodsCTA .ctaIcon {
    width: 58px;
    height: 58px;
  }
  section#methodsSection .methodsCTA .ctaIcon i {
    font-size: 20px;
  }
}
section#methodsSection .methodsCTA .ctaText h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  section#methodsSection .methodsCTA .ctaText h3 {
    font-size: 23px;
  }
}
section#methodsSection .methodsCTA .ctaText .text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
}
section#methodsSection .methodsCTA .ctaButtons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}
@media screen and (max-width: 650px) {
  section#methodsSection .methodsCTA .ctaButtons {
    flex-direction: column;
    align-items: stretch;
  }
}
section#methodsSection .methodsCTA .ctaButtons a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 28px;
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section#methodsSection .methodsCTA .ctaButtons a i {
  font-size: 20px;
}
section#methodsSection .methodsCTA .ctaButtons .callButton {
  min-width: 260px;
  background: #266acf;
}
section#methodsSection .methodsCTA .ctaButtons .callButton:hover {
  transform: translateY(-3px);
}
section#methodsSection .methodsCTA .ctaButtons .emailButton {
  min-width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}
section#methodsSection .methodsCTA .ctaButtons .emailButton:hover {
  background: #fff;
  color: #071a34;
}
section#methodsSection .methodsCTA .availabilityBadge {
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 3;
  width: 125px;
  height: 125px;
  transform: translateY(-50%);
  border: 2px solid #579aff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #266acf, #1759a8);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
section#methodsSection .methodsCTA .availabilityBadge strong {
  font-size: 24px;
  line-height: 1;
}
section#methodsSection .methodsCTA .availabilityBadge span {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  section#methodsSection .methodsCTA .availabilityBadge {
    display: none;
  }
}
section#differenceSection {
  position: relative;
  overflow: hidden;
  padding: 85px 0 80px;
  background: radial-gradient(circle at 50% 45%, rgba(12, 71, 142, 0.16) 0%, rgba(0, 21, 45, 0) 45%), #00152d;
}
@media screen and (max-width: 991px) {
  section#differenceSection {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  section#differenceSection {
    padding: 45px 0;
  }
}
section#differenceSection .container {
  max-width: 1460px;
}
section#differenceSection .differenceHeading {
  max-width: 900px;
  margin: 0 auto 35px;
  text-align: center;
}
section#differenceSection .differenceHeading .smallHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 18px;
}
section#differenceSection .differenceHeading .smallHeading span {
  width: 45px;
  height: 1px;
  background: #266acf;
}
section#differenceSection .differenceHeading .smallHeading h4 {
  margin: 0;
  color: #266acf;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#differenceSection .differenceHeading .smallHeading {
    gap: 12px;
  }
  section#differenceSection .differenceHeading .smallHeading span {
    width: 25px;
  }
  section#differenceSection .differenceHeading .smallHeading h4 {
    font-size: 11px;
    line-height: 1.4;
  }
}
section#differenceSection .differenceHeading h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
}
section#differenceSection .differenceHeading h2 span {
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#differenceSection .differenceHeading h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  section#differenceSection .differenceHeading h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  section#differenceSection .differenceHeading h2 {
    font-size: 31px;
  }
}
section#differenceSection .differenceHeading .intro {
  max-width: 790px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}
section#differenceSection .differenceHeading .intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  section#differenceSection .differenceHeading .intro p {
    font-size: 16px;
  }
}
section#differenceSection .comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  section#differenceSection .comparison {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  section#differenceSection .comparison {
    height: 340px;
  }
}
@media screen and (max-width: 575px) {
  section#differenceSection .comparison {
    grid-template-columns: 1fr;
    height: auto;
  }
}
section#differenceSection .comparisonImage {
  position: relative;
  overflow: hidden;
}
section#differenceSection .comparisonImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section#differenceSection .comparisonImage.beforeImage {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 575px) {
  section#differenceSection .comparisonImage.beforeImage {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 575px) {
  section#differenceSection .comparisonImage {
    height: 280px;
  }
}
section#differenceSection .comparisonImage .imageLabel {
  position: absolute;
  bottom: 30px;
  padding: 9px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
section#differenceSection .comparisonImage.beforeImage .imageLabel {
  left: 30px;
  background: rgba(6, 16, 28, 0.9);
}
section#differenceSection .comparisonImage.afterImage .imageLabel {
  right: 30px;
  background: #266acf;
}
section#differenceSection .comparisonIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 50%;
  background: #fff;
  color: #071a34;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
section#differenceSection .comparisonIcon i {
  font-size: 11px;
}
@media screen and (max-width: 575px) {
  section#differenceSection .comparisonIcon {
    top: 50%;
  }
}
section#differenceSection .benefitsHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 35px 0 25px;
}
section#differenceSection .benefitsHeading span {
  width: 65px;
  height: 1px;
  background: #266acf;
}
section#differenceSection .benefitsHeading h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#differenceSection .benefitsHeading {
    gap: 12px;
  }
  section#differenceSection .benefitsHeading span {
    width: 25px;
  }
  section#differenceSection .benefitsHeading h3 {
    font-size: 14px;
  }
}
section#differenceSection .differenceBenefits {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 1199px) {
  section#differenceSection .differenceBenefits {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  section#differenceSection .differenceBenefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  section#differenceSection .differenceBenefits {
    grid-template-columns: 1fr;
  }
}
section#differenceSection .benefitItem {
  position: relative;
  min-width: 0;
  padding: 0 22px;
  text-align: center;
}
section#differenceSection .benefitItem:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
@media screen and (max-width: 1199px) {
  section#differenceSection .benefitItem:nth-child(4) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#differenceSection .benefitItem {
    padding: 0 15px;
  }
  section#differenceSection .benefitItem:nth-child(even) {
    border-right: 0;
  }
}
@media screen and (max-width: 480px) {
  section#differenceSection .benefitItem {
    padding: 20px 0;
  }
  section#differenceSection .benefitItem:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
section#differenceSection .benefitItem .benefitIcon {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
section#differenceSection .benefitItem .benefitIcon i {
  color: #266acf;
  font-size: 48px;
}
section#differenceSection .benefitItem h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}
section#differenceSection .benefitItem p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.55;
}
section#businessSection {
  position: relative;
  padding: 85px 0 80px;
  background: #f8fafc;
}
@media screen and (max-width: 991px) {
  section#businessSection {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  section#businessSection {
    padding: 45px 0 30px;
  }
}
section#businessSection .businessHeading {
  max-width: 1050px;
  margin: 0 auto 35px;
  text-align: center;
}
section#businessSection .businessHeading .smallHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 18px;
}
section#businessSection .businessHeading .smallHeading span {
  width: 55px;
  height: 1px;
  background-color: #266acf;
}
section#businessSection .businessHeading .smallHeading h4 {
  margin: 0;
  color: #266acf;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#businessSection .businessHeading .smallHeading {
    gap: 12px;
  }
  section#businessSection .businessHeading .smallHeading span {
    width: 28px;
  }
  section#businessSection .businessHeading .smallHeading h4 {
    font-size: 11px;
  }
}
section#businessSection .businessHeading h2 {
  margin: 0 0 17px;
  color: #071a34;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
section#businessSection .businessHeading h2 span {
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#businessSection .businessHeading h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  section#businessSection .businessHeading h2 {
    font-size: 37px;
  }
}
@media screen and (max-width: 575px) {
  section#businessSection .businessHeading h2 {
    font-size: 30px;
  }
}
section#businessSection .businessHeading .intro {
  max-width: 820px;
  margin: 0 auto;
  color: #182536;
}
section#businessSection .businessHeading .intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}
section#businessSection .businessGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1199px) {
  section#businessSection .businessGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section#businessSection .businessGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  section#businessSection .businessGrid {
    grid-template-columns: 1fr;
  }
}
section#businessSection .businessCard {
  overflow: hidden;
  border: 1px solid rgba(7, 26, 52, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(7, 26, 52, 0.05);
  transition: all 0.3s ease;
}
section#businessSection .businessCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(7, 26, 52, 0.1);
}
section#businessSection .businessCard:hover .businessImage img {
  transform: scale(1.04);
}
section#businessSection .businessCard .businessImage {
  height: 255px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  section#businessSection .businessCard .businessImage {
    height: 230px;
  }
}
section#businessSection .businessCard .businessImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
section#businessSection .businessCard .businessContent {
  position: relative;
  min-height: 265px;
  padding: 54px 25px 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  section#businessSection .businessCard .businessContent {
    min-height: auto;
  }
}
section#businessSection .businessCard .businessIcon {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translateX(-50%);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #266acf, #1356a7);
  box-shadow: 0 8px 20px rgba(0, 82, 175, 0.2);
}
section#businessSection .businessCard .businessIcon i {
  color: #fff;
  font-size: 27px;
}
section#businessSection .businessCard h3 {
  margin: 0;
  color: #071a34;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#businessSection .businessCard .headingLine {
  width: 40px;
  height: 2px;
  margin: 15px auto 18px;
  background: #266acf;
}
section#businessSection .businessCard .text {
  color: #182536;
}
section#businessSection .businessCard .text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
section#businessSection .businessTrustBar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  align-items: center;
  padding: 30px 35px;
  border-radius: 14px;
  background: linear-gradient(90deg, #f2f6fb 0%, #f8fbff 50%, #f2f6fb 100%);
}
@media screen and (max-width: 1199px) {
  section#businessSection .businessTrustBar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  section#businessSection .businessTrustBar {
    grid-template-columns: 1fr;
  }
}
section#businessSection .trustItem {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 90px;
  padding: 0 20px;
  border-right: 1px solid rgba(7, 26, 52, 0.15);
}
section#businessSection .trustItem:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1199px) {
  section#businessSection .trustItem:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#businessSection .trustItem {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 26, 52, 0.12);
  }
}
section#businessSection .trustItem .trustIcon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #266acf, #1356a7);
}
section#businessSection .trustItem .trustIcon i {
  color: #fff;
  font-size: 29px;
}
section#businessSection .trustItem .trustContent h4 {
  margin: 0 0 6px;
  color: #071a34;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#businessSection .trustItem .trustContent p {
  margin: 0;
  color: #26364a;
  font-size: 14px;
  line-height: 1.5;
}
section#businessSection .googleRating {
  padding-left: 38px;
}
@media screen and (max-width: 1199px) {
  section#businessSection .googleRating {
    padding-left: 30px;
  }
}
@media screen and (max-width: 650px) {
  section#businessSection .googleRating {
    padding: 25px 0 0;
  }
}
section#businessSection .googleRating .googleTop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
}
section#businessSection .googleRating .googleText {
  font-size: 28px;
  line-height: 1;
}
section#businessSection .googleRating .googleText .g-blue {
  color: #4285f4;
}
section#businessSection .googleRating .googleText .g-red {
  color: #ea4335;
}
section#businessSection .googleRating .googleText .g-yellow {
  color: #fbbc05;
}
section#businessSection .googleRating .googleText .g-green {
  color: #34a853;
}
section#businessSection .googleRating .stars {
  display: flex;
  gap: 3px;
}
section#businessSection .googleRating .stars i {
  color: #fbbc05;
  font-size: 18px;
}
section#businessSection .googleRating .ratingNumber {
  color: #071a34;
  font-size: 19px;
}
section#businessSection .googleRating p {
  margin: 0;
  color: #26364a;
  font-size: 14px;
}
section#contact .text {
  width: 70%;
}
@media screen and (max-width: 991px) {
  section#contact .text {
    width: 100%;
  }
}
section#contact [type=submit] {
  width: 20%;
}
@media screen and (max-width: 767px) {
  section#contact [type=submit] {
    width: 100%;
  }
}
section#areas .locations a {
  display: inline-block;
  width: fit-content;
  margin-right: 25px;
  margin-bottom: 1rem;
  font-size: 17px;
}
section#terms ul, section#terms ol {
  margin: 0;
  padding: 0;
  padding-left: 17px;
  margin-bottom: 1.5rem;
}
section#terms ul li, section#terms ol li {
  list-style-position: outside;
  margin-bottom: 1rem;
}
section#terms a:hover {
  color: #266acf;
}
section#terms h3 {
  margin-top: 3rem;
  color: #266acf;
}
section#contactSection {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 991px) {
  section#contactSection {
    padding: 35px 0;
  }
}
section#contactSection .contactBanner {
  position: relative;
  padding: 0rem 2rem;
  min-height: 280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  section#contactSection .contactBanner {
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  section#contactSection .contactBanner {
    max-width: calc(100% - 20px);
    border-radius: 12px;
    padding: 0;
  }
}
section#contactSection .contactOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #00142b 0%, rgba(0, 20, 43, 0.98) 27%, rgba(0, 20, 43, 0.86) 48%, rgba(0, 20, 43, 0.35) 70%, rgba(0, 20, 43, 0.08) 100%);
}
@media screen and (max-width: 991px) {
  section#contactSection .contactOverlay {
    background: rgba(0, 20, 43, 0.88);
  }
}
section#contactSection .container {
  position: relative;
  z-index: 2;
}
section#contactSection .contactInner {
  min-height: 280px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 35px 0;
}
@media screen and (max-width: 991px) {
  section#contactSection .contactInner {
    min-height: auto;
    flex-wrap: wrap;
    gap: 30px;
    padding: 45px 0;
  }
}
section#contactSection .contactLeft {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 38px;
  width: 42%;
}
@media screen and (max-width: 1199px) {
  section#contactSection .contactLeft {
    gap: 22px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 991px) {
  section#contactSection .contactLeft {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  section#contactSection .contactLeft {
    align-items: flex-start;
    display: block;
  }
}
section#contactSection .contactIcon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border: 3px solid #266acf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#contactSection .contactIcon i {
  color: #fff;
  font-size: 38px;
  transform: rotate(-12deg);
}
@media screen and (max-width: 1199px) {
  section#contactSection .contactIcon {
    width: 85px;
    height: 85px;
  }
  section#contactSection .contactIcon i {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  section#contactSection .contactIcon {
    width: 65px;
    height: 65px;
    margin-bottom: 1rem;
  }
  section#contactSection .contactIcon i {
    font-size: 24px;
  }
}
section#contactSection .contactContent h2 {
  margin: 0 0 15px;
  color: #fff;
  font-family: "Campton Book", "Sans-Serif";
  font-size: 32px;
  line-height: 1.05;
  font-weight: 600;
  text-transform: uppercase;
}
section#contactSection .contactContent h2 span {
  color: #266acf;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  section#contactSection .contactContent h2 {
    font-size: 28px;
  }
  section#contactSection .contactContent h2 span {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  section#contactSection .contactContent h2 {
    font-size: 23px;
  }
  section#contactSection .contactContent h2 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  section#contactSection .contactContent h2 {
    font-size: 17px;
  }
  section#contactSection .contactContent h2 span {
    font-size: 30px;
  }
}
section#contactSection .contactContent .text {
  color: #fff;
}
section#contactSection .contactContent .text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  section#contactSection .contactContent .text p {
    font-size: 15px;
  }
}
section#contactSection .contactButtons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 10px;
  padding-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 1199px) {
  section#contactSection .contactButtons {
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  section#contactSection .contactButtons {
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section#contactSection .contactButtons {
    flex-direction: column;
    display: block !important;
  }
}
section#contactSection .contactButtons a {
  min-width: 290px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 12px 28px;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section#contactSection .contactButtons a i {
  width: 28px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  section#contactSection .contactButtons a {
    min-width: 250px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  section#contactSection .contactButtons a {
    min-width: 0;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  section#contactSection .contactButtons a {
    width: 100%;
    gap: 7px;
    text-transform: capitalize;
  }
  section#contactSection .contactButtons a i {
    width: 19px;
    font-size: 17px;
  }
}
section#contactSection .contactButtons .callButton {
  background: linear-gradient(135deg, #266acf, #1d6dcc);
}
section#contactSection .contactButtons .callButton:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  section#contactSection .contactButtons .callButton {
    margin-bottom: 1rem;
  }
}
section#contactSection .contactButtons .emailButton {
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(0, 20, 43, 0.35);
}
section#contactSection .contactButtons .emailButton:hover {
  background: #fff;
  color: #071a34;
}
section#contactSection .availabilityBadge {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 140px;
  height: 140px;
  transform: translateY(-50%);
  border: 2px solid #6ca8ff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #164991 0%, #0c3470 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
section#contactSection .availabilityBadge .badgeIcon {
  margin-bottom: 3px;
}
section#contactSection .availabilityBadge .badgeIcon i {
  font-size: 25px;
  font-weight: 400;
}
section#contactSection .availabilityBadge strong {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}
section#contactSection .availabilityBadge span {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  section#contactSection .availabilityBadge {
    width: 115px;
    height: 115px;
    right: 15px;
  }
  section#contactSection .availabilityBadge strong {
    font-size: 22px;
  }
  section#contactSection .availabilityBadge span {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  section#contactSection .availabilityBadge {
    display: none;
  }
}
section#aboutBanner {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* subtle dotted detail like the reference */
}
@media screen and (max-width: 1199px) {
  section#aboutBanner {
    min-height: 620px;
  }
}
@media screen and (max-width: 991px) {
  section#aboutBanner {
    min-height: 580px;
    background-position: 65% center;
  }
}
@media screen and (max-width: 767px) {
  section#aboutBanner {
    min-height: 560px;
    background-position: 70% center;
  }
}
@media screen and (max-width: 575px) {
  section#aboutBanner {
    min-height: 520px;
  }
}
section#aboutBanner .aboutBannerOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 20, 43, 0.98) 0%, rgba(0, 20, 43, 0.95) 30%, rgba(0, 20, 43, 0.82) 43%, rgba(0, 20, 43, 0.42) 58%, rgba(0, 20, 43, 0.08) 76%, rgba(0, 20, 43, 0) 100%);
}
@media screen and (max-width: 991px) {
  section#aboutBanner .aboutBannerOverlay {
    background: linear-gradient(90deg, rgba(0, 20, 43, 0.98) 0%, rgba(0, 20, 43, 0.9) 50%, rgba(0, 20, 43, 0.4) 100%);
  }
}
@media screen and (max-width: 767px) {
  section#aboutBanner .aboutBannerOverlay {
    background: rgba(0, 20, 43, 0.82);
  }
}
section#aboutBanner .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
section#aboutBanner .aboutBannerContent {
  max-width: 730px;
}
@media screen and (max-width: 1199px) {
  section#aboutBanner .aboutBannerContent {
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutBanner .aboutBannerContent {
    max-width: 100%;
  }
}
section#aboutBanner .aboutBannerContent h4 {
  margin: 0 0 25px;
  color: #266acf;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section#aboutBanner .aboutBannerContent h4 {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutBanner .aboutBannerContent h4 {
    font-size: 14px;
  }
}
section#aboutBanner .aboutBannerHeading h1,
section#aboutBanner .aboutBannerHeading h2 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}
section#aboutBanner .aboutBannerHeading h1 span,
section#aboutBanner .aboutBannerHeading h2 span {
  display: block;
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#aboutBanner .aboutBannerHeading h1,
section#aboutBanner .aboutBannerHeading h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 991px) {
  section#aboutBanner .aboutBannerHeading h1,
section#aboutBanner .aboutBannerHeading h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutBanner .aboutBannerHeading h1,
section#aboutBanner .aboutBannerHeading h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutBanner .aboutBannerHeading h1,
section#aboutBanner .aboutBannerHeading h2 {
    font-size: 32px;
  }
}
section#aboutBanner .headingLine {
  width: 65px;
  height: 3px;
  margin: 30px 0 27px;
  background-color: #266acf;
}
@media screen and (max-width: 575px) {
  section#aboutBanner .headingLine {
    width: 50px;
    margin: 22px 0;
  }
}
section#aboutBanner .aboutBannerText {
  max-width: 680px;
}
section#aboutBanner .aboutBannerText p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  section#aboutBanner .aboutBannerText p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutBanner .aboutBannerText p {
    font-size: 16px;
    line-height: 1.6;
  }
}
section#aboutBanner::after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 1;
  width: 310px;
  height: 120px;
  opacity: 0.15;
  background-image: radial-gradient(circle, #266acf 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section#aboutBanner::after {
    display: none;
  }
}
section#whoSection {
  padding: 70px 0;
  background: #f7f9fc;
}
@media screen and (max-width: 991px) {
  section#whoSection {
    padding: 55px 0;
  }
}
@media screen and (max-width: 575px) {
  section#whoSection {
    padding: 40px 0;
  }
}
section#whoSection .whoBox {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 45px;
  padding: 25px;
  border: 1px solid rgba(7, 26, 52, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(7, 26, 52, 0.04);
}
@media screen and (max-width: 1199px) {
  section#whoSection .whoBox {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  section#whoSection .whoBox {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  section#whoSection .whoBox {
    padding: 20px;
    border-radius: 15px;
  }
}
section#whoSection .whoContent {
  padding: 20px 0px 15px 25px;
}
@media screen and (max-width: 1199px) {
  section#whoSection .whoContent {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  section#whoSection .whoContent {
    padding: 5px;
  }
}
section#whoSection .smallHeading {
  margin-bottom: 15px;
}
section#whoSection .smallHeading h4 {
  margin: 0 0 9px;
  color: #266acf;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
section#whoSection .smallHeading span {
  width: 65px;
  height: 3px;
  display: block;
  background: #266acf;
}
section#whoSection .whoHeading p,
section#whoSection .whoHeading h2 {
  margin: 0 0 18px;
  color: #071a34;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}
section#whoSection .whoHeading p span,
section#whoSection .whoHeading h2 span {
  display: block;
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#whoSection .whoHeading p,
section#whoSection .whoHeading h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section#whoSection .whoHeading p,
section#whoSection .whoHeading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  section#whoSection .whoHeading p,
section#whoSection .whoHeading h2 {
    font-size: 27px;
  }
}
section#whoSection .whoText {
  max-width: 700px;
}
section#whoSection .whoText p {
  margin: 0 0 12px;
  color: #26364a;
  font-size: 16px;
  line-height: 1.6;
}
section#whoSection .whoText p:last-child {
  margin-bottom: 0;
}
section#whoSection .whoFeatures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}
@media screen and (max-width: 1199px) {
  section#whoSection .whoFeatures {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  section#whoSection .whoFeatures {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section#whoSection .whoFeatures {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 370px) {
  section#whoSection .whoFeatures {
    grid-template-columns: 1fr;
  }
}
section#whoSection .featureItem {
  min-height: 220px;
  padding: 22px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(7, 26, 52, 0.1);
  border-radius: 10px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
section#whoSection .featureItem:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 119, 232, 0.35);
  box-shadow: 0 10px 25px rgba(7, 26, 52, 0.07);
}
section#whoSection .featureItem .featureIcon {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
section#whoSection .featureItem .featureIcon i {
  color: #266acf;
  font-size: 47px;
}
section#whoSection .featureItem h3 {
  margin: 0 0 12px;
  color: #071a34;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}
section#whoSection .featureItem p {
  margin: 0;
  color: #445166;
  font-size: 12px;
  line-height: 1.5;
}
section#whoSection .whoImage {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 18px;
}
section#whoSection .whoImage img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  section#whoSection .whoImage img {
    min-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  section#whoSection .whoImage {
    height: 500px;
  }
  section#whoSection .whoImage img {
    min-height: 0;
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  section#whoSection .whoImage {
    height: 330px;
    border-radius: 12px;
  }
}
section#aboutValuesSection {
  padding: 0px 0 70px;
  background: #f7f9fc;
}
@media screen and (max-width: 991px) {
  section#aboutValuesSection {
    padding: 0px 0 55px;
  }
}
section#aboutValuesSection .aboutValuesBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 45px 35px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: radial-gradient(circle at 30% 50%, rgba(8, 119, 232, 0.12) 0%, rgba(8, 119, 232, 0) 40%), #00152d;
  box-shadow: 0 12px 35px rgba(7, 26, 52, 0.08);
}
@media screen and (max-width: 1199px) {
  section#aboutValuesSection .aboutValuesBox {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutValuesSection .aboutValuesBox {
    grid-template-columns: 1fr;
    padding: 30px 25px;
  }
}
section#aboutValuesSection .valueItem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
section#aboutValuesSection .valueItem:first-child {
  padding-left: 10px;
}
section#aboutValuesSection .valueItem:last-child {
  padding-right: 10px;
  border-right: 0;
}
@media screen and (max-width: 1399px) {
  section#aboutValuesSection .valueItem {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1199px) {
  section#aboutValuesSection .valueItem {
    padding: 0 25px;
  }
  section#aboutValuesSection .valueItem:nth-child(2) {
    border-right: 0;
  }
  section#aboutValuesSection .valueItem:nth-child(3), section#aboutValuesSection .valueItem:nth-child(4) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutValuesSection .valueItem {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  section#aboutValuesSection .valueItem:first-child {
    padding-left: 0;
  }
  section#aboutValuesSection .valueItem:last-child {
    padding-right: 0;
    border-bottom: 0;
  }
}
section#aboutValuesSection .valueIcon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 2px solid #266acf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#aboutValuesSection .valueIcon i {
  color: #fff;
  font-size: 38px;
}
@media screen and (max-width: 1399px) {
  section#aboutValuesSection .valueIcon {
    width: 78px;
    height: 78px;
  }
  section#aboutValuesSection .valueIcon i {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutValuesSection .valueIcon {
    width: 68px;
    height: 68px;
  }
  section#aboutValuesSection .valueIcon i {
    font-size: 27px;
  }
}
section#aboutValuesSection .valueContent h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  section#aboutValuesSection .valueContent h3 {
    font-size: 18px;
  }
}
section#aboutValuesSection .valueContent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}
@media screen and (max-width: 575px) {
  section#aboutValuesSection .valueContent p {
    font-size: 13px;
  }
}
section#howWeWorkSection {
  padding: 0 0 65px 0;
  background: #f7f9fc;
}
@media screen and (max-width: 991px) {
  section#howWeWorkSection {
    padding: 0 0 55px 0;
  }
}
@media screen and (max-width: 575px) {
  section#howWeWorkSection {
    padding: 0 0 40px 0;
  }
}
section#howWeWorkSection .container {
  padding: 30px;
  border: 1px solid rgba(7, 26, 52, 0.08);
  border-radius: 20px;
  background: #fff;
}
section#howWeWorkSection .sectionHeading {
  margin-bottom: 25px;
}
section#howWeWorkSection .sectionHeading h4 {
  margin: 0 0 8px;
  color: #266acf;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}
section#howWeWorkSection .sectionHeading span {
  width: 68px;
  height: 3px;
  display: block;
  background: #266acf;
}
section#howWeWorkSection .workSteps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  section#howWeWorkSection .workSteps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
  }
}
@media screen and (max-width: 575px) {
  section#howWeWorkSection .workSteps {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
section#howWeWorkSection .workStep {
  position: relative;
  text-align: center;
}
section#howWeWorkSection .workStep:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 82px;
  left: calc(50% + 90px);
  width: calc(100% - 140px);
  border-top: 2px dashed rgba(7, 26, 52, 0.2);
}
@media screen and (max-width: 991px) {
  section#howWeWorkSection .workStep:not(:last-child)::after {
    display: none;
  }
}
section#howWeWorkSection .workStep .stepTop {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section#howWeWorkSection .workStep .stepIcon {
  position: relative;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(8, 119, 232, 0.03) 0%, rgba(8, 119, 232, 0.08) 100%);
}
section#howWeWorkSection .workStep .stepIcon i {
  color: #266acf;
  font-size: 58px;
}
section#howWeWorkSection .workStep .stepIcon .stepNumber {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06254b;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(7, 26, 52, 0.15);
}
section#howWeWorkSection .workStep h3 {
  margin: 0 0 10px;
  color: #071a34;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
section#howWeWorkSection .workStep p {
  max-width: 290px;
  margin: 0 auto;
  color: #445166;
  font-size: 14px;
  line-height: 1.55;
}
section#whoWorkWithSection {
  padding: 0 0 65px 0;
  background: #f7f9fc;
}
@media screen and (max-width: 991px) {
  section#whoWorkWithSection {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 575px) {
  section#whoWorkWithSection {
    padding: 0 0 40px 0;
  }
}
section#whoWorkWithSection .container {
  padding: 30px;
  border: 1px solid rgba(7, 26, 52, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(7, 26, 52, 0.03);
}
section#whoWorkWithSection .sectionHeading {
  margin-bottom: 22px;
}
section#whoWorkWithSection .sectionHeading h4 {
  margin: 0 0 8px;
  color: #266acf;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}
section#whoWorkWithSection .sectionHeading span {
  display: block;
  width: 68px;
  height: 3px;
  background-color: #266acf;
}
section#whoWorkWithSection .workWithGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1199px) {
  section#whoWorkWithSection .workWithGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section#whoWorkWithSection .workWithGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 370px) {
  section#whoWorkWithSection .workWithGrid {
    grid-template-columns: 1fr;
  }
}
section#whoWorkWithSection .workWithItem {
  min-height: 235px;
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(7, 26, 52, 0.1);
  border-radius: 12px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
section#whoWorkWithSection .workWithItem:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 119, 232, 0.3);
  box-shadow: 0 12px 30px rgba(7, 26, 52, 0.07);
}
@media screen and (max-width: 575px) {
  section#whoWorkWithSection .workWithItem {
    min-height: 210px;
    padding: 22px 15px;
  }
}
section#whoWorkWithSection .workWithItem .workWithIcon {
  height: 75px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#whoWorkWithSection .workWithItem .workWithIcon i {
  color: #266acf;
  font-size: 52px;
}
@media screen and (max-width: 575px) {
  section#whoWorkWithSection .workWithItem .workWithIcon {
    height: 65px;
  }
  section#whoWorkWithSection .workWithItem .workWithIcon i {
    font-size: 44px;
  }
}
section#whoWorkWithSection .workWithItem h3 {
  margin: 0 0 12px;
  color: #071a34;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}
section#whoWorkWithSection .workWithItem p {
  max-width: 190px;
  margin: 0 auto;
  color: #445166;
  font-size: 13px;
  line-height: 1.55;
}
section#aboutTrustSection {
  padding: 0px 0 70px;
  background: #f7f9fc;
}
@media screen and (max-width: 991px) {
  section#aboutTrustSection {
    padding: 0px 0 55px;
  }
}
@media screen and (max-width: 575px) {
  section#aboutTrustSection {
    padding: 0px 0 40px;
  }
}
section#aboutTrustSection .trustBar {
  display: grid;
  grid-template-columns: 3fr 1.4fr;
  align-items: center;
  padding: 28px 35px;
  overflow: hidden;
  border-radius: 17px;
  background: #00152d;
  box-shadow: 0 10px 30px rgba(7, 26, 52, 0.08);
}
@media screen and (max-width: 1199px) {
  section#aboutTrustSection .trustBar {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  section#aboutTrustSection .trustBar {
    padding: 25px 20px;
    border-radius: 12px;
  }
}
section#aboutTrustSection .trustItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  section#aboutTrustSection .trustItems {
    grid-template-columns: 1fr;
  }
}
section#aboutTrustSection .trustItem {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
section#aboutTrustSection .trustItem:first-child {
  padding-left: 15px;
}
@media screen and (max-width: 1399px) {
  section#aboutTrustSection .trustItem {
    gap: 18px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section#aboutTrustSection .trustItem {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  section#aboutTrustSection .trustItem:first-child {
    padding-left: 0;
  }
}
section#aboutTrustSection .trustIcon {
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#aboutTrustSection .trustIcon i {
  color: #266acf;
  font-size: 57px;
}
@media screen and (max-width: 1399px) {
  section#aboutTrustSection .trustIcon {
    width: 60px;
    flex-basis: 60px;
  }
  section#aboutTrustSection .trustIcon i {
    font-size: 47px;
  }
}
section#aboutTrustSection .trustContent h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#aboutTrustSection .trustContent p {
  max-width: 190px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.5;
}
section#aboutTrustSection .googleReviews {
  padding-left: 45px;
}
@media screen and (max-width: 1199px) {
  section#aboutTrustSection .googleReviews {
    margin-top: 25px;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 575px) {
  section#aboutTrustSection .googleReviews {
    text-align: center;
  }
}
section#aboutTrustSection .googleReviews > p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}
section#aboutTrustSection .googleTop {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  section#aboutTrustSection .googleTop {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
section#aboutTrustSection .googleLogo {
  display: flex;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -3px;
}
section#aboutTrustSection .googleLogo span {
  display: inline-block;
}
section#aboutTrustSection .googleLogo .g-blue {
  color: #4285f4;
}
section#aboutTrustSection .googleLogo .g-red {
  color: #ea4335;
}
section#aboutTrustSection .googleLogo .g-yellow {
  color: #fbbc05;
}
section#aboutTrustSection .googleLogo .g-green {
  color: #34a853;
}
section#aboutTrustSection .stars {
  display: flex;
  gap: 4px;
}
section#aboutTrustSection .stars i {
  color: #fbbc05;
  font-size: 21px;
}
section#aboutTrustSection .rating {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
section#contactBanner {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* Contact information along bottom */
}
@media screen and (max-width: 1199px) {
  section#contactBanner {
    min-height: 650px;
  }
}
@media screen and (max-width: 991px) {
  section#contactBanner {
    min-height: auto;
    padding: 80px 0 50px;
    background-position: 65% center;
  }
}
@media screen and (max-width: 575px) {
  section#contactBanner {
    padding: 60px 0 40px;
  }
}
section#contactBanner .contactBannerOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 21, 45, 0.98) 0%, rgba(0, 21, 45, 0.95) 30%, rgba(0, 21, 45, 0.76) 52%, rgba(0, 21, 45, 0.25) 75%, rgba(0, 21, 45, 0.08) 100%);
}
@media screen and (max-width: 991px) {
  section#contactBanner .contactBannerOverlay {
    background: rgba(0, 21, 45, 0.82);
  }
}
section#contactBanner .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
section#contactBanner .contactBannerContent {
  max-width: 600px;
}
section#contactBanner .contactBannerContent h4 {
  margin: 0 0 25px;
  color: #266acf;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#contactBanner .contactBannerContent h4 {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
section#contactBanner .contactBannerContent h1 {
  max-width: 570px;
  margin: 0;
  color: #fff;
  font-size: 62px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  section#contactBanner .contactBannerContent h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  section#contactBanner .contactBannerContent h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 575px) {
  section#contactBanner .contactBannerContent h1 {
    font-size: 36px;
  }
}
section#contactBanner .contactBannerContent .headingLine {
  display: block;
  width: 85px;
  height: 4px;
  margin: 30px 0 30px;
  background-color: #266acf;
}
@media screen and (max-width: 575px) {
  section#contactBanner .contactBannerContent .headingLine {
    width: 60px;
    height: 3px;
    margin: 22px 0;
  }
}
section#contactBanner .contactIntro {
  max-width: 510px;
}
section#contactBanner .contactIntro p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.6;
}
section#contactBanner .contactIntro p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  section#contactBanner .contactIntro p {
    font-size: 16px;
  }
}
section#contactBanner .contactDetails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
}
@media screen and (max-width: 991px) {
  section#contactBanner .contactDetails {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
}
section#contactBanner .contactItem {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 105px;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
section#contactBanner .contactItem:first-child {
  padding-left: 0;
}
section#contactBanner .contactItem:last-child {
  border-right: 0;
}
@media screen and (max-width: 1199px) {
  section#contactBanner .contactItem {
    gap: 18px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  section#contactBanner .contactItem {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  section#contactBanner .contactItem:first-child {
    padding-top: 0;
  }
  section#contactBanner .contactItem:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
section#contactBanner .contactIcon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #266acf;
  border-radius: 50%;
}
section#contactBanner .contactIcon i {
  color: #fff;
  font-size: 31px;
}
@media screen and (max-width: 575px) {
  section#contactBanner .contactIcon {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
    border-width: 2px;
  }
  section#contactBanner .contactIcon i {
    font-size: 25px;
  }
}
section#contactBanner .contactInformation {
  min-width: 0;
}
section#contactBanner .contactInformation h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#contactBanner .contactInformation a {
  display: inline-block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
section#contactBanner .contactInformation a:hover {
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#contactBanner .contactInformation a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  section#contactBanner .contactInformation a {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}
section#contactBanner .contactInformation p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.4;
}
section#contactFormSection {
  background: #f7f9fc;
  /* ---------------------------------
     FORM LEFT
  --------------------------------- */
  /* ---------------------------------
     CONTACT FORM 7
  --------------------------------- */
  /* ---------------------------------
     CONTACT INFORMATION RIGHT
  --------------------------------- */
  /* ---------------------------------
     CONTACT ITEMS
  --------------------------------- */
}
section#contactFormSection .contactFormBox,
section#contactFormSection .contactInfoBox {
  height: 100%;
  padding: 45px;
  border: 1px solid rgba(7, 26, 52, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(7, 26, 52, 0.04);
}
@media screen and (max-width: 767px) {
  section#contactFormSection .contactFormBox,
section#contactFormSection .contactInfoBox {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 991px) {
  section#contactFormSection .mobile {
    display: none;
  }
}
section#contactFormSection .contactFormBox h2 {
  margin: 0 0 20px;
  color: #071a34;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#contactFormSection .contactFormBox h2 {
    font-size: 25px;
  }
}
section#contactFormSection .contactFormBox .intro {
  max-width: 570px;
  margin: 0 0 30px;
  color: #27364a;
  font-size: 16px;
  line-height: 1.6;
}
section#contactFormSection .contactForm {
  /* Submit */
  /* Privacy */
  /* CF7 messages */
}
section#contactFormSection .contactForm .formGroup {
  position: relative;
  margin-bottom: 18px;
}
section#contactFormSection .contactForm .formGroup p {
  margin: 0;
}
section#contactFormSection .contactForm .formGroup .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
section#contactFormSection .contactForm .formRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 650px) {
  section#contactFormSection .contactForm .formRow {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
section#contactFormSection .contactForm .iconField {
  position: relative;
}
section#contactFormSection .contactForm .iconField i {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  transform: translateY(-50%);
  color: #7d8794;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}
section#contactFormSection .contactForm .iconField input {
  padding-left: 55px !important;
}
section#contactFormSection .contactForm input,
section#contactFormSection .contactForm select,
section#contactFormSection .contactForm textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #d6dce4;
  border-radius: 5px;
  background: #fff;
  color: #071a34;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}
section#contactFormSection .contactForm input,
section#contactFormSection .contactForm select {
  height: 58px;
  padding: 0 20px;
}
section#contactFormSection .contactForm textarea {
  height: 145px;
  padding: 18px 20px;
}
section#contactFormSection .contactForm select {
  cursor: pointer;
  color: #626c78;
}
section#contactFormSection .contactForm input::placeholder,
section#contactFormSection .contactForm textarea::placeholder {
  color: #626c78;
  opacity: 1;
}
section#contactFormSection .contactForm .wpcf7-form-control-wrap {
  display: block;
}
section#contactFormSection .contactForm .submitButton {
  position: relative;
}
section#contactFormSection .contactForm .submitButton i {
  position: absolute;
  top: 50%;
  left: calc(50% - 96px);
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
  font-size: 17px;
  pointer-events: none;
}
section#contactFormSection .contactForm .submitButton .wpcf7-spinner {
  display: contents;
}
section#contactFormSection .contactForm .submitButton input[type=submit] {
  width: 100%;
  height: 58px;
  padding: 0 25px;
  border: 0;
  border-radius: 5px;
  background: #266acf;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
section#contactFormSection .contactForm .submitButton input[type=submit]:hover {
  background-color: #2058ad;
}
section#contactFormSection .contactForm .formPrivacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  color: #697586;
  font-size: 12px;
}
section#contactFormSection .contactForm .formPrivacy i {
  font-size: 11px;
}
section#contactFormSection .contactForm .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}
section#contactFormSection .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 15px !important;
  border-radius: 5px;
  font-size: 13px;
}
section#contactFormSection .contactInfoBox {
  padding: 45px 50px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f5fb 100%);
}
@media screen and (max-width: 1199px) {
  section#contactFormSection .contactInfoBox {
    padding: 30px 25px;
  }
}
section#contactFormSection .contactInfoBox .sectionHeading {
  margin-bottom: 35px;
}
section#contactFormSection .contactInfoBox .sectionHeading h2 {
  margin: 0 0 15px;
  color: #071a34;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#contactFormSection .contactInfoBox .sectionHeading h2 {
    font-size: 25px;
  }
}
section#contactFormSection .contactInfoBox .sectionHeading span {
  display: block;
  width: 65px;
  height: 3px;
  background: #266acf;
}
section#contactFormSection .contactInfoItem {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 45px;
}
section#contactFormSection .contactInfoItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  section#contactFormSection .contactInfoItem {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  section#contactFormSection .contactInfoItem {
    align-items: flex-start;
    margin-bottom: 35px;
  }
}
section#contactFormSection .contactInfoItem .icon {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #266acf;
  border-radius: 50%;
  background: #001b3a;
}
section#contactFormSection .contactInfoItem .icon i {
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 1399px) {
  section#contactFormSection .contactInfoItem .icon {
    width: 75px;
    height: 75px;
    flex-basis: 75px;
  }
  section#contactFormSection .contactInfoItem .icon i {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  section#contactFormSection .contactInfoItem .icon {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
  }
  section#contactFormSection .contactInfoItem .icon i {
    font-size: 25px;
  }
}
section#contactFormSection .contactInfoItem .content {
  min-width: 0;
}
section#contactFormSection .contactInfoItem .content h3 {
  margin: 0 0 6px;
  color: #071a34;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#contactFormSection .contactInfoItem .content a,
section#contactFormSection .contactInfoItem .content strong {
  display: block;
  margin-bottom: 5px;
  color: #071a34;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  section#contactFormSection .contactInfoItem .content a,
section#contactFormSection .contactInfoItem .content strong {
    font-size: 17px;
  }
}
section#contactFormSection .contactInfoItem .content a {
  text-decoration: none;
  transition: color 0.3s ease;
}
section#contactFormSection .contactInfoItem .content a:hover {
  color: #266acf;
}
section#contactFormSection .contactInfoItem .content p {
  max-width: 310px;
  margin: 0;
  color: #354357;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  section#contactFormSection .contactInfoItem .content a,
section#contactFormSection .contactInfoItem .content strong {
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  section#contactFormSection .contactInfoItem .content p {
    font-size: 13px;
  }
}
section#contactAreasSection {
  padding: 0px 0 70px;
  background: #f7f9fc;
  /* LEFT CONTENT */
  /* AREA LIST */
  /* BUTTON */
  /* MAP */
}
@media screen and (max-width: 991px) {
  section#contactAreasSection {
    padding: 0px 0 55px;
  }
}
@media screen and (max-width: 575px) {
  section#contactAreasSection {
    padding: 0px 0 40px;
  }
}
section#contactAreasSection .areasBox {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 52, 0.08);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(7, 26, 52, 0.04);
}
@media screen and (max-width: 991px) {
  section#contactAreasSection .areasBox {
    grid-template-columns: 1fr;
  }
}
section#contactAreasSection .areasContent {
  padding: 45px 50px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f8fc 100%);
}
@media screen and (max-width: 767px) {
  section#contactAreasSection .areasContent {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 575px) {
  section#contactAreasSection .areasContent {
    padding: 30px 22px;
  }
}
section#contactAreasSection .sectionHeading {
  margin-bottom: 28px;
}
section#contactAreasSection .sectionHeading h2 {
  margin: 0 0 15px;
  color: #071a34;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#contactAreasSection .sectionHeading h2 {
    font-size: 25px;
  }
}
section#contactAreasSection .sectionHeading span {
  display: block;
  width: 65px;
  height: 3px;
  background: #266acf;
}
section#contactAreasSection .areasIntro {
  max-width: 520px;
  margin-bottom: 30px;
}
section#contactAreasSection .areasIntro p {
  margin: 0 0 5px;
  color: #27364a;
  font-size: 17px;
  line-height: 1.6;
}
section#contactAreasSection .areasIntro p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  section#contactAreasSection .areasIntro p {
    font-size: 15px;
  }
}
section#contactAreasSection .areasList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 12px;
  max-width: 570px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  section#contactAreasSection .areasList {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
section#contactAreasSection .areaItem {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #071a34;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
section#contactAreasSection .areaItem .areaIcon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  border-radius: 50%;
  background: #266acf;
}
section#contactAreasSection .areaItem .areaIcon i {
  color: #fff;
  font-size: 11px;
}
section#contactAreasSection .areaItem .areaName {
  padding-top: 1px;
}
section#contactAreasSection .areasButton a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 55px;
  padding: 12px 25px;
  border-radius: 4px;
  background: #001b3a;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section#contactAreasSection .areasButton a i {
  color: #fff;
  font-size: 18px;
}
section#contactAreasSection .areasButton a:hover {
  background: #266acf;
  color: #fff;
}
@media screen and (max-width: 480px) {
  section#contactAreasSection .areasButton a {
    width: 100%;
  }
}
section#contactAreasSection .areasMap {
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 1199px) {
  section#contactAreasSection .areasMap {
    min-height: 460px;
  }
}
@media screen and (max-width: 991px) {
  section#contactAreasSection .areasMap {
    min-height: 420px;
  }
}
@media screen and (max-width: 575px) {
  section#contactAreasSection .areasMap {
    min-height: 320px;
  }
}
section#contactAreasSection .areasMap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section#faqBanner {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* LABEL */
  /* HEADING */
  /* INTRO */
  /* BUTTONS */
  /* BOTTOM BENEFITS */
}
@media screen and (max-width: 1199px) {
  section#faqBanner {
    min-height: 620px;
  }
}
@media screen and (max-width: 991px) {
  section#faqBanner {
    min-height: auto;
    padding: 70px 0 50px;
    background-position: 65% center;
  }
}
@media screen and (max-width: 575px) {
  section#faqBanner {
    padding: 55px 0 40px;
  }
}
section#faqBanner .faqOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 20, 44, 0.98) 0%, rgba(0, 20, 44, 0.96) 28%, rgba(0, 20, 44, 0.82) 43%, rgba(0, 20, 44, 0.46) 61%, rgba(0, 20, 44, 0.08) 82%);
}
@media screen and (max-width: 991px) {
  section#faqBanner .faqOverlay {
    background: rgba(0, 20, 44, 0.82);
  }
}
section#faqBanner .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
section#faqBanner .faqBannerContent {
  max-width: 700px;
}
section#faqBanner .faqLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 36px;
  margin-bottom: 22px;
  padding: 6px 22px;
  border: 2px solid #266acf;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
section#faqBanner h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  section#faqBanner h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  section#faqBanner h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  section#faqBanner h1 {
    font-size: 36px;
  }
}
section#faqBanner .faqIntro {
  max-width: 600px;
  margin-bottom: 30px;
}
section#faqBanner .faqIntro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 575px) {
  section#faqBanner .faqIntro p {
    font-size: 15px;
  }
}
section#faqBanner .faqButtons {
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
}
@media screen and (max-width: 650px) {
  section#faqBanner .faqButtons {
    flex-direction: column;
    gap: 12px;
  }
}
section#faqBanner .faqButtons a {
  min-width: 290px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 28px;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 650px) {
  section#faqBanner .faqButtons a {
    width: 100%;
    min-width: 0;
  }
}
section#faqBanner .faqButtons a > i {
  width: 35px;
  flex: 0 0 35px;
  color: #fff;
  font-size: 27px;
  text-align: center;
}
section#faqBanner .faqButtons a span {
  display: flex;
  flex-direction: column;
}
section#faqBanner .faqButtons a strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#faqBanner .faqButtons a small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.2;
}
section#faqBanner .faqButtons .quoteButton {
  border: 1px solid #266acf;
  background: #266acf;
}
section#faqBanner .faqButtons .quoteButton:hover {
  transform: translateY(-2px);
  background: #205bb1;
}
section#faqBanner .faqButtons .callButton {
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 20, 44, 0.55);
}
section#faqBanner .faqButtons .callButton:hover {
  border-color: #266acf;
  background: rgba(0, 20, 44, 0.85);
}
section#faqBanner .faqBenefits {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 650px) {
  section#faqBanner .faqBenefits {
    flex-direction: column;
  }
}
section#faqBanner .faqBenefit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 198px;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
section#faqBanner .faqBenefit:first-child {
  padding-left: 0;
}
section#faqBanner .faqBenefit:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  section#faqBanner .faqBenefit {
    padding: 0 18px;
  }
}
@media screen and (max-width: 650px) {
  section#faqBanner .faqBenefit {
    width: 100%;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  section#faqBanner .faqBenefit:last-child {
    border-bottom: 0;
  }
}
section#faqBanner .faqBenefit .benefitIcon {
  width: 48px;
  flex: 0 0 48px;
  text-align: center;
}
section#faqBanner .faqBenefit .benefitIcon i {
  color: #266acf;
  font-size: 37px;
}
section#faqBanner .faqBenefit > div:last-child {
  display: flex;
  flex-direction: column;
}
section#faqBanner .faqBenefit strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
section#faqBanner .faqBenefit span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.3;
}
section#faqsSection {
  background: #fff;
}
section#faqsSection .faqHeading {
  margin-bottom: 25px;
  text-align: center;
}
section#faqsSection .faqHeading .subHeading {
  display: block;
  margin-bottom: 8px;
  color: #266acf;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
section#faqsSection .faqHeading h2 {
  margin: 0;
  color: #071a34;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section#faqsSection .faqHeading h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  section#faqsSection .faqHeading h2 {
    font-size: 29px;
  }
}
section#faqsSection .faqCategories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section#faqsSection .faqCategories {
    gap: 8px;
  }
}
section#faqsSection .faqCategory {
  min-width: 120px;
  height: 43px;
  padding: 8px 20px;
  border: 1px solid #d5dce6;
  border-radius: 6px;
  background: #fff;
  color: #647086;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  section#faqsSection .faqCategory {
    min-width: 0;
    height: 40px;
    padding: 8px 14px;
    font-size: 10px;
  }
}
section#faqsSection .faqCategory:hover {
  border-color: #266acf;
  color: #266acf;
}
section#faqsSection .faqCategory.active {
  border-color: #266acf;
  background: #266acf;
  color: #fff;
}
section#faqsSection .faqQuestions {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #dce2ea;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}
section#faqsSection .faq {
  border-bottom: 1px solid #dce2ea;
}
section#faqsSection .faq:last-child {
  border-bottom: 0;
}
section#faqsSection .faq.hidden {
  display: none;
}
section#faqsSection .question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 22px;
  border: 0;
  background: transparent;
  color: #071a34;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  section#faqsSection .question {
    gap: 12px;
    padding: 11px 14px;
  }
}
section#faqsSection .question .faqIcon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #266acf;
  color: #fff;
}
@media screen and (max-width: 575px) {
  section#faqsSection .question .faqIcon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }
}
section#faqsSection .question .faqIcon i {
  font-size: 11px;
}
section#faqsSection .question .questionText {
  color: #071a34;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  section#faqsSection .question .questionText {
    font-size: 14px;
  }
}
section#faqsSection .question:hover .questionText {
  color: #266acf;
}
section#faqsSection .answer {
  padding: 0 25px 18px 69px;
}
@media screen and (max-width: 575px) {
  section#faqsSection .answer {
    padding: 0 15px 17px 51px;
  }
}
section#faqsSection .answer p {
  margin: 0 0 8px;
  color: #647086;
  font-size: 14px;
  line-height: 1.65;
}
section#faqsSection .answer p:last-child {
  margin-bottom: 0;
}
section#faqsSection .answer ul,
section#faqsSection .answer ol {
  margin: 10px 0;
  padding-left: 20px;
  color: #647086;
}
section#faqsSection .answer ul li,
section#faqsSection .answer ol li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
}
section#faqsSection .answer a {
  color: #266acf;
  text-decoration: underline;
}
section#faqsSection .answer a:hover {
  text-decoration: none;
}
section#faqsSection .faq.active .questionText {
  color: #071a34;
}
section#contactTrust {
  padding: 0 0 45px 0;
}
section#contactTrust .trustBar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 30px;
  border-radius: 12px;
  background: #f4f7fc;
  box-shadow: 0 5px 25px rgba(0, 20, 44, 0.03);
}
@media screen and (max-width: 1199px) {
  section#contactTrust .trustBar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  section#contactTrust .trustBar {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    row-gap: 0;
  }
}
section#contactTrust .trustItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 110px;
  padding: 0 20px;
}
section#contactTrust .trustItem:first-child {
  padding-left: 10px;
}
section#contactTrust .trustItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #d6deeb;
}
@media screen and (max-width: 1199px) {
  section#contactTrust .trustItem:nth-child(2)::after {
    display: none;
  }
  section#contactTrust .trustItem:nth-child(3), section#contactTrust .trustItem:nth-child(4) {
    border-top: 1px solid #d6deeb;
    padding-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  section#contactTrust .trustItem {
    padding: 22px 0 !important;
    border-top: 1px solid #d6deeb;
  }
  section#contactTrust .trustItem:first-child {
    padding-top: 0 !important;
    border-top: 0;
  }
  section#contactTrust .trustItem:last-child {
    padding-bottom: 0 !important;
  }
  section#contactTrust .trustItem::after {
    display: none !important;
  }
}
section#contactTrust .trustIcon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7edf8;
}
section#contactTrust .trustIcon i {
  color: #266acf;
  font-size: 45px;
}
@media screen and (max-width: 1400px) {
  section#contactTrust .trustIcon {
    width: 75px;
    height: 75px;
    flex-basis: 75px;
  }
  section#contactTrust .trustIcon i {
    font-size: 37px;
  }
}
@media screen and (max-width: 575px) {
  section#contactTrust .trustIcon {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
  }
  section#contactTrust .trustIcon i {
    font-size: 31px;
  }
}
section#contactTrust .trustContent h3 {
  margin: 0 0 10px;
  color: #071a34;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#contactTrust .trustContent h3 {
    font-size: 14px;
  }
}
section#contactTrust .trustContent p {
  max-width: 190px;
  margin: 0;
  color: #536078;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  section#contactTrust .trustContent p {
    max-width: none;
    font-size: 14px;
  }
}
section#servicesBanner {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  section#servicesBanner {
    min-height: 680px;
  }
}
@media screen and (max-width: 991px) {
  section#servicesBanner {
    min-height: auto;
    padding: 75px 0 45px;
    background-position: 68% center;
  }
}
@media screen and (max-width: 575px) {
  section#servicesBanner {
    padding: 55px 0 35px;
  }
}
section#servicesBanner .servicesOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 20, 44, 0.99) 0%, rgba(0, 20, 44, 0.96) 30%, rgba(0, 20, 44, 0.82) 45%, rgba(0, 20, 44, 0.45) 62%, rgba(0, 20, 44, 0.08) 82%);
}
@media screen and (max-width: 991px) {
  section#servicesBanner .servicesOverlay {
    background: rgba(0, 20, 44, 0.82);
  }
}
section#servicesBanner .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
section#servicesBanner .servicesBannerContent {
  max-width: 720px;
}
section#servicesBanner .servicesHeading h1 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}
section#servicesBanner .servicesHeading h1 span {
  color: #266acf;
}
@media screen and (max-width: 1199px) {
  section#servicesBanner .servicesHeading h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  section#servicesBanner .servicesHeading h1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 575px) {
  section#servicesBanner .servicesHeading h1 {
    font-size: 35px;
  }
}
section#servicesBanner .headingLine {
  display: block;
  width: 80px;
  height: 3px;
  margin: 28px 0 26px;
  background: #266acf;
}
section#servicesBanner .servicesIntro {
  max-width: 620px;
}
section#servicesBanner .servicesIntro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 575px) {
  section#servicesBanner .servicesIntro p {
    font-size: 16px;
  }
}
section#servicesBanner .servicesButtons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  section#servicesBanner .servicesButtons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
section#servicesBanner .servicesButtons a {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 28px;
  border-radius: 100px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  section#servicesBanner .servicesButtons a {
    width: 100%;
  }
}
section#servicesBanner .servicesButtons .quoteButton {
  min-width: 340px;
  justify-content: space-between;
  background: #266acf;
}
section#servicesBanner .servicesButtons .quoteButton i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #266acf;
  font-size: 14px;
}
section#servicesBanner .servicesButtons .quoteButton:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  section#servicesBanner .servicesButtons .quoteButton {
    min-width: 0;
    justify-content: center;
  }
}
section#servicesBanner .servicesButtons .callButton {
  min-width: 350px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 20, 44, 0.5);
}
section#servicesBanner .servicesButtons .callButton i {
  font-size: 22px;
}
section#servicesBanner .servicesButtons .callButton:hover {
  border-color: #266acf;
  background: rgba(0, 20, 44, 0.8);
}
@media screen and (max-width: 767px) {
  section#servicesBanner .servicesButtons .callButton {
    min-width: 0;
  }
}
section#servicesBanner .servicesPoints {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  section#servicesBanner .servicesPoints {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  section#servicesBanner .servicesPoints {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
}
section#servicesBanner .servicePoint {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}
section#servicesBanner .servicePoint:first-child {
  padding-left: 0;
}
section#servicesBanner .servicePoint:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 991px) {
  section#servicesBanner .servicePoint:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (max-width: 575px) {
  section#servicesBanner .servicePoint {
    padding: 16px 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  section#servicesBanner .servicePoint:last-child {
    border-bottom: 0;
  }
}
section#servicesBanner .pointIcon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #266acf;
}
section#servicesBanner .pointIcon i {
  color: #fff;
  font-size: 19px;
}
section#servicesBanner .pointContent {
  display: flex;
  flex-direction: column;
}
section#servicesBanner .pointContent strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
section#servicesBanner .pointContent span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
}
section#servicesIntro {
  background-color: #fff;
}
section#servicesIntro .introLabel {
  margin-bottom: 15px;
  color: #266acf;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#servicesIntro .introLabel {
    font-size: 14px;
  }
}
section#servicesIntro h2 {
  max-width: 600px;
  margin: 0 0 22px;
  color: #071a34;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  section#servicesIntro h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  section#servicesIntro h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  section#servicesIntro h2 {
    font-size: 31px;
  }
}
section#servicesIntro .introText {
  max-width: 650px;
}
section#servicesIntro .introText p {
  margin: 0 0 25px;
  color: #343d4d;
  font-size: 17px;
  line-height: 1.7;
}
section#servicesIntro .introText p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  section#servicesIntro .introText p {
    font-size: 15px;
  }
}
section#servicesIntro .introImage {
  position: relative;
}
section#servicesIntro .introImage img {
  display: block;
  width: 100%;
  height: 430px;
  border-radius: 15px;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  section#servicesIntro .introImage img {
    height: 390px;
  }
}
@media screen and (max-width: 767px) {
  section#servicesIntro .introImage img {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  section#servicesIntro .introImage img {
    height: 280px;
  }
}
section#servicesIntro .complianceBadge {
  position: absolute;
  top: -35px;
  right: -25px;
  width: 165px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #266acf;
  box-shadow: 0 5px 15px rgba(0, 20, 44, 0.25);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  section#servicesIntro .complianceBadge {
    right: -10px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  section#servicesIntro .complianceBadge {
    top: -25px;
    right: -5px;
    width: 110px;
    height: 110px;
    padding: 12px;
  }
}
section#servicesIntro .complianceBadge strong {
  display: block;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  section#servicesIntro .complianceBadge strong {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  section#servicesIntro .complianceBadge strong {
    font-size: 18px;
  }
}
section#servicesIntro .complianceBadge span {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#servicesIntro .complianceBadge span {
    font-size: 11px;
  }
}
section#servicesIntro .introBenefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  section#servicesIntro .introBenefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  section#servicesIntro .introBenefits {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }
}
section#servicesIntro .benefitItem {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
section#servicesIntro .benefitIcon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #266acf;
}
section#servicesIntro .benefitIcon i {
  color: #fff;
  font-size: 19px;
}
section#servicesIntro .benefitContent {
  padding-top: 2px;
}
section#servicesIntro .benefitContent h3 {
  margin: 0 0 6px;
  color: #071a34;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
section#servicesIntro .benefitContent p {
  margin: 0;
  color: #4f596a;
  font-size: 14px;
  line-height: 1.45;
}
section#whyCleaningSection .whyCleaningBox {
  padding: 30px 50px 40px;
  border-radius: 18px;
  background: #f4f7fc;
  box-shadow: 0 8px 25px rgba(0, 25, 60, 0.06);
}
@media screen and (max-width: 991px) {
  section#whyCleaningSection .whyCleaningBox {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  section#whyCleaningSection .whyCleaningBox {
    padding: 25px 20px;
  }
}
section#whyCleaningSection .sectionHeading {
  margin: 0 0 30px;
  color: #071a34;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#whyCleaningSection .sectionHeading {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
section#whyCleaningSection .whyCleaningItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
section#whyCleaningSection .whyCleaningItem {
  position: relative;
  padding: 0 45px;
  text-align: center;
}
section#whyCleaningSection .whyCleaningItem:not(:last-child) {
  border-right: 1px solid #cbd4e1;
}
section#whyCleaningSection .whyCleaningItem .icon {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
section#whyCleaningSection .whyCleaningItem .icon i {
  color: #266acf;
  font-size: 58px;
}
section#whyCleaningSection .whyCleaningItem h3 {
  margin: 0 0 10px;
  color: #071a34;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
section#whyCleaningSection .whyCleaningItem p {
  max-width: 270px;
  margin: 0 auto;
  color: #374151;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  section#whyCleaningSection .whyCleaningItem {
    padding: 0 25px;
  }
  section#whyCleaningSection .whyCleaningItem .icon i {
    font-size: 50px;
  }
  section#whyCleaningSection .whyCleaningItem h3 {
    font-size: 17px;
  }
  section#whyCleaningSection .whyCleaningItem p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  section#whyCleaningSection .whyCleaningItems {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
  section#whyCleaningSection .whyCleaningItem {
    padding: 10px 30px;
  }
  section#whyCleaningSection .whyCleaningItem:not(:last-child) {
    border-right: 0;
  }
  section#whyCleaningSection .whyCleaningItem:nth-child(odd) {
    border-right: 1px solid #cbd4e1;
  }
}
@media screen and (max-width: 575px) {
  section#whyCleaningSection .whyCleaningItems {
    grid-template-columns: 1fr;
    gap: 0;
  }
  section#whyCleaningSection .whyCleaningItem {
    padding: 25px 0;
  }
  section#whyCleaningSection .whyCleaningItem:nth-child(odd) {
    border-right: 0;
  }
  section#whyCleaningSection .whyCleaningItem:not(:last-child) {
    border-bottom: 1px solid #cbd4e1;
  }
  section#whyCleaningSection .whyCleaningItem:first-child {
    padding-top: 5px;
  }
  section#whyCleaningSection .whyCleaningItem:last-child {
    padding-bottom: 5px;
  }
  section#whyCleaningSection .whyCleaningItem .icon {
    height: auto;
    margin-bottom: 15px;
  }
  section#whyCleaningSection .whyCleaningItem .icon i {
    font-size: 48px;
  }
  section#whyCleaningSection .whyCleaningItem h3 {
    font-size: 17px;
  }
  section#whyCleaningSection .whyCleaningItem p {
    max-width: 300px;
  }
}
section#whyChooseServiceSection .serviceInfoBox {
  height: 100%;
  padding: 30px 40px;
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 25, 60, 0.06);
}
@media screen and (max-width: 575px) {
  section#whyChooseServiceSection .serviceInfoBox {
    padding: 25px 20px;
  }
}
section#whyChooseServiceSection .serviceInfoBox > h2 {
  margin: 0 0 30px;
  color: #071a34;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  section#whyChooseServiceSection .serviceInfoBox > h2 {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
section#whyChooseServiceSection .whyChooseItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
  row-gap: 28px;
}
@media screen and (max-width: 575px) {
  section#whyChooseServiceSection .whyChooseItems {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
section#whyChooseServiceSection .whyChooseItem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #1b2638;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
section#whyChooseServiceSection .whyChooseItem i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #266acf;
  font-size: 22px;
}
section#whyChooseServiceSection .whyChooseItem span {
  display: block;
}
section#whyChooseServiceSection .expectBox {
  padding-bottom: 20px;
}
section#whyChooseServiceSection .expectItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section#whyChooseServiceSection .expectItem {
  position: relative;
  min-height: 125px;
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Vertical lines */
  /* Horizontal line */
}
section#whyChooseServiceSection .expectItem:not(:nth-child(3n)) {
  border-right: 1px solid #dce3ec;
}
section#whyChooseServiceSection .expectItem:nth-child(-n+3) {
  border-bottom: 1px solid #dce3ec;
}
section#whyChooseServiceSection .expectItem .icon {
  height: 55px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#whyChooseServiceSection .expectItem .icon i {
  color: #266acf;
  font-size: 45px;
}
section#whyChooseServiceSection .expectItem h3 {
  max-width: 180px;
  margin: 0;
  color: #071a34;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  section#whyChooseServiceSection .serviceInfoBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#whyChooseServiceSection .whyChooseItems {
    column-gap: 25px;
  }
  section#whyChooseServiceSection .whyChooseItem {
    font-size: 14px;
  }
  section#whyChooseServiceSection .expectItem {
    padding-left: 10px;
    padding-right: 10px;
  }
  section#whyChooseServiceSection .expectItem h3 {
    font-size: 14px;
  }
  section#whyChooseServiceSection .expectItem .icon i {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  section#whyChooseServiceSection .expectItems {
    grid-template-columns: repeat(2, 1fr);
  }
  section#whyChooseServiceSection .expectItem {
    padding: 20px 12px;
    /* Reset desktop borders */
    /* Mobile vertical line */
    /* Mobile horizontal lines */
  }
  section#whyChooseServiceSection .expectItem:not(:nth-child(3n)) {
    border-right: 0;
  }
  section#whyChooseServiceSection .expectItem:nth-child(-n+3) {
    border-bottom: 0;
  }
  section#whyChooseServiceSection .expectItem:nth-child(odd) {
    border-right: 1px solid #dce3ec;
  }
  section#whyChooseServiceSection .expectItem:nth-child(-n+4) {
    border-bottom: 1px solid #dce3ec;
  }
  section#whyChooseServiceSection .expectItem .icon i {
    font-size: 38px;
  }
  section#whyChooseServiceSection .expectItem h3 {
    font-size: 13px;
  }
}
section#sectorsAreasSection .sectorAreaBox {
  height: 100%;
  padding: 30px 35px;
  border: 1px solid #edf0f5;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 25, 60, 0.06);
}
@media screen and (max-width: 575px) {
  section#sectorsAreasSection .sectorAreaBox {
    padding: 25px 20px;
  }
}
section#sectorsAreasSection .sectorAreaBox > h2,
section#sectorsAreasSection .sectorAreaBox .areasContent > h2 {
  margin: 0 0 28px;
  color: #071a34;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
section#sectorsAreasSection .sectorsGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
section#sectorsAreasSection .sectorItem {
  min-height: 135px;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #dce3ec;
  border-bottom: 1px solid #dce3ec;
}
section#sectorsAreasSection .sectorItem:nth-child(5n) {
  border-right: 0;
}
section#sectorsAreasSection .sectorItem:nth-last-child(-n+5) {
  border-bottom: 0;
}
section#sectorsAreasSection .sectorItem .sectorIcon {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
section#sectorsAreasSection .sectorItem .sectorIcon i {
  color: #266acf;
  font-size: 42px;
}
section#sectorsAreasSection .sectorItem h3 {
  max-width: 120px;
  margin: 0;
  color: #071a34;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
section#sectorsAreasSection .areasBox {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 25px;
}
@media screen and (max-width: 1199px) {
  section#sectorsAreasSection .areasBox {
    grid-template-columns: 1fr;
  }
}
section#sectorsAreasSection .areasContent {
  min-width: 0;
}
section#sectorsAreasSection .areasContent > h2 {
  margin-bottom: 12px;
}
section#sectorsAreasSection .areasText {
  margin-bottom: 20px;
}
section#sectorsAreasSection .areasText p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
}
section#sectorsAreasSection .areasList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 25px;
}
@media screen and (max-width: 575px) {
  section#sectorsAreasSection .areasList {
    grid-template-columns: 1fr;
  }
}
section#sectorsAreasSection .areaItem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section#sectorsAreasSection .areaItem i {
  margin-top: 2px;
  color: #266acf;
  font-size: 15px;
}
section#sectorsAreasSection .areaItem span {
  color: #26364a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}
section#sectorsAreasSection .areasMapImage {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#sectorsAreasSection .areasMapImage img {
  width: 100%;
  max-width: 210px;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  section#sectorsAreasSection .areasMapImage {
    margin-top: 10px;
  }
  section#sectorsAreasSection .areasMapImage img {
    max-width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  section#sectorsAreasSection .sectorsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  section#sectorsAreasSection .sectorItem {
    border-right: 1px solid #dce3ec !important;
    border-bottom: 1px solid #dce3ec !important;
  }
  section#sectorsAreasSection .sectorItem:nth-child(3n) {
    border-right: 0 !important;
  }
  section#sectorsAreasSection .sectorItem:nth-last-child(-n+3) {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  section#sectorsAreasSection .sectorsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  section#sectorsAreasSection .sectorItem {
    min-height: 120px;
  }
  section#sectorsAreasSection .sectorItem:nth-child(3n) {
    border-right: 1px solid #dce3ec !important;
  }
  section#sectorsAreasSection .sectorItem:nth-child(even) {
    border-right: 0 !important;
  }
  section#sectorsAreasSection .sectorItem:nth-last-child(-n+3) {
    border-bottom: 1px solid #dce3ec !important;
  }
  section#sectorsAreasSection .sectorItem:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
  section#sectorsAreasSection .sectorItem .sectorIcon i {
    font-size: 36px;
  }
  section#sectorsAreasSection .sectorItem h3 {
    font-size: 13px;
  }
}

/* Back to Top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#backToTop {
  position: fixed;
  right: 30px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #266acf, #266acf);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(38, 106, 207, 0.4);
}

#backToTop:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(38, 106, 207, 0.6);
}

#backToTop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  #backToTop {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
  }
}
body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}
