@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --global-font-family: "Inter", sans-serif;
  --global-font-size: 14px;
  --global-font-weight: 400;
  --global-font-color: #333639;
  --global-background-color: #f5f6f8;
  --list--font-family: "Commissioner", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #333639;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #C59228;
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  background: var(--global-background-color);
  overflow-x: hidden;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -9;
  visibility: hidden;
  transition: 0.4s;
}
body ::-moz-selection {
  background-color: #C59228;
  color: #fff;
}
body ::selection {
  background-color: #C59228;
  color: #fff;
}
body .container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938em;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #C59228;
  transition: 0.4s;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-bottom {
  margin-bottom: 2em;
}
body .mg-none {
  margin: 0 !important;
}
body .icon-svg .wpb_wrapper {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: rgba(224, 176, 72, 0.12);
  border: 1px solid rgba(224, 176, 72, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
body .icon-svg .wpb_wrapper svg {
  width: 20px;
  height: 20px;
  stroke: #C59228;
  color: #C59228;
}
body .icon-svg-2 .wpb_wrapper {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: rgba(10, 27, 56, 0.08);
  border: 1px solid rgba(10, 27, 56, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
body .icon-svg-2 .wpb_wrapper svg {
  width: 20px;
  height: 20px;
  stroke: #0A1B38;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body header#masthead {
  position: relative;
  z-index: 99;
}
body header#masthead .header-main {
  background: #FFF;
  padding: 1em;
}
body header#masthead .header-main .header-top {
  background: #0A1B38;
  padding: 0.5em 0;
}
body header#masthead .header-main .header-top .header-top-contact {
  display: flex;
  gap: 2em;
}
body header#masthead .header-main .header-top .header-top-contact a {
  color: #fff;
}
body header#masthead .header-main .header-top .header-top-icons {
  display: flex;
  gap: 1em;
}
body header#masthead .header-main .header-top .header-top-icons a {
  color: #fff;
}
body header#masthead .header-main .header-top .header-top-icons a svg {
  width: 1.2em;
  height: 1.2em;
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .header-inner {
  padding: 0;
}
body header#masthead .header-main .header-btn {
  margin-bottom: 0;
}
body header#masthead .header-main .header-btn a {
  background: #C59228;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1em;
  font-family: var(--global-font-family);
  border: 1px solid #C59228;
  border-radius: 10px;
  font-weight: 500;
  padding: 0.6em 1.2em;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body header#masthead .header-main .header-btn a:hover {
  background: transparent;
  color: #C59228;
}
body header#masthead .header-main .header-btn a::before {
  display: none;
}
body header#masthead .header-main ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 4em;
}
body header#masthead .header-main ul.menu li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu li.menu-item a {
  position: relative;
}
body header#masthead .header-main ul.menu li.menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #C59228;
  transition: width 0.4s ease;
}
body header#masthead .header-main ul.menu li.menu-item a:hover {
  color: #000 !important;
}
body header#masthead .header-main ul.menu li.menu-item a:hover::before {
  width: 100%;
}
body header#masthead .header-main ul.menu li.menu-item.current-menu-item > a {
  color: #C59228;
}
body header#masthead .header-main ul.menu li.menu-item.current-menu-item > a::before {
  left: 0;
  right: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu li.menu-item.menu-item-has-children > a {
  padding-right: 1em;
}
body header#masthead .header-main ul.menu li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  transition: all 0.3s;
  color: #333639;
}
body header#masthead .header-main ul.menu li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu li.menu-item.current-menu-item > a:before {
  left: 0;
  right: 0;
}
body header#masthead .header-main ul.menu li.menu-item.btn {
  margin-bottom: 0;
}
body header#masthead .header-main ul.menu li.menu-item.btn a {
  background: #C59228;
  color: #000;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1em;
  font-family: var(--global-font-family);
  border: 1px solid #C59228;
  border-radius: 10px;
  font-weight: 500;
  padding: 0.7em 3em;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body header#masthead .header-main ul.menu li.menu-item.btn a:hover {
  background: transparent;
  color: #C59228;
}
body header#masthead .header-main ul.menu li.menu-item.btn a::before {
  display: none;
}
body header#masthead .header-main ul.menu li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.1em;
  display: flex;
  align-items: center;
  color: #000;
  transition: 0.4s;
  position: relative;
  padding: 0.2em 0;
  font-weight: 400;
}
body header#masthead .header-main ul.menu li.menu-item a:hover {
  color: #C59228;
}
body header#masthead .header-main ul.menu li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #C59228;
  display: block;
}
body header#masthead .header-main ul.menu li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
  list-style: none;
}
body header#masthead .header-main ul.menu li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5em 1em;
  color: #000;
  letter-spacing: 0;
  transition: 0.4s;
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #C59228;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body header#masthead .header-main .logo img {
  height: 5em;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #0A1B38;
  color: #fff;
  font-size: 1.2em;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #333639;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2em;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1em;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .mg-bottom {
  margin-bottom: 3em;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wht-txt p {
  color: #fff !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  font-size: 3em;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #0A1B38;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
body #content .sub-head {
  font-size: 2em;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #0A1B38;
  margin-bottom: 0.8em;
  text-transform: capitalize;
}
body #content .sub-head.head-underline {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em auto;
  padding-bottom: 0.2em;
}
body #content .sub-head.head-underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 5px;
  background: #C59228;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body #content .al-kanz {
  margin-bottom: 0.5em;
}
body #content .al-kanz p {
  font-family: var(--global-font-family-2) !important;
  font-size: 1.35em;
  font-weight: 500;
}
body #content .dark-bg-txt p {
  color: #aab6cc !important;
}
body #content .heading-columns {
  text-align: center;
  margin-bottom: 2em;
}
body #content .heading-columns .heading-below-txt .wpb_wrapper {
  display: flex;
  justify-content: center;
}
body #content .heading-columns .heading-below-txt p {
  max-width: 40%;
  margin: 0 auto;
  font-size: 1.1em;
}
body #content .heading-columns h2 {
  margin-bottom: 0.2em;
}
body #content .txt ul {
  padding-left: 1.5em;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.15em;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.15em;
  font-weight: 400;
}
body #content .txt p strong {
  color: #333639;
  font-weight: 600;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .bef-head-txt {
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #C59228;
}
body #content .bef-head-txt::before, body #content .bef-head-txt::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #C59228;
  display: inline-block;
  margin: 0 0.5em;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a, body #content .btn button {
  background: #C59228;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1em;
  font-family: var(--global-font-family);
  border: 1px solid #C59228;
  border-radius: 10px;
  font-weight: 500;
  padding: 0.7em 2.5em;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover, body #content .btn button:hover {
  background: transparent;
  color: #C59228;
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  position: relative;
  display: inline-block;
  align-items: center;
  padding: 0.7em 2.5em;
  border-radius: 10px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a:hover {
  background: transparent;
  color: #C59228;
}
body #content .page-header {
  position: relative;
  background: #0A1B38;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 10px 10px;
  padding: 120px 0 120px;
  overflow: hidden;
  text-align: center;
}
body #content .page-header .page-header-overlay {
  position: absolute;
  background: linear-gradient(90deg, rgba(17, 43, 87, 0.92), rgba(25, 56, 108, 0.92));
  z-index: 1;
}
body #content .page-header .page-header-container h1.page-title {
  margin: 0;
  color: #fff;
  font-size: 4.5em;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: capitalize;
  font-family: var(--global-font-family);
  margin: 0;
}
body #content .hero-sec {
  margin-bottom: 3.8em;
}
body #content .hero-sec .hero-row-img {
  height: 95vh;
  position: relative;
  overflow: hidden;
}
body #content .hero-sec .hero-row-img .hero-img {
  height: 100vh;
}
body #content .hero-sec .hero-row-img .hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.88) 0%, rgba(15, 15, 15, 0.65) 40%, rgba(15, 15, 15, 0.3) 70%, rgba(15, 15, 15, 0) 100%);
  z-index: 1;
}
body #content .hero-sec .hero-row-img .wpb_wrapper, body #content .hero-sec .hero-row-img .vc_single_image-wrapper {
  width: 100%;
  height: 100%;
}
body #content .hero-sec .hero-row-img .wpb_wrapper img, body #content .hero-sec .hero-row-img .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
body #content .hero-sec .hero-row-2 {
  position: absolute !important;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
body #content .hero-sec .hero-row-2 > .wpb_column {
  width: 100%;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .container {
  z-index: 3;
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .container > .wpb_wrapper .main-head {
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  font-size: 5em;
  margin-bottom: 0;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .container > .wpb_wrapper .main-head .yellow-banner-text {
  color: #C59228;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .container > .wpb_wrapper p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.2em;
  line-height: 1.8;
  max-width: 65%;
  margin-top: 1em;
}
body #content .hero-sec .hero-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .container > .wpb_wrapper .banner-btn {
  gap: 1em;
}
body #content .hero-sec .wpb_raw_code {
  position: absolute;
  z-index: 2;
}
body #content .hero-sec .banner-stats {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin-top: 25px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}
body #content .hero-sec .banner-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  transition: 0.3s ease;
}
body #content .hero-sec .banner-stats .stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
body #content .hero-sec .banner-stats .stat-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
body #content .hero-sec .banner-stats .stat-item:hover .stat-icon {
  transform: scale(1.08);
}
body #content .hero-sec .banner-stats .stat-item .stat-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(212, 164, 42, 0.12);
  border: 1px solid rgba(212, 164, 42, 0.25);
  transition: 0.3s ease;
}
body #content .hero-sec .banner-stats .stat-item .stat-icon svg {
  width: 20px;
  height: 20px;
  color: #C59228;
  stroke: currentColor;
  fill: none;
}
body #content .hero-sec .banner-stats .stat-item .stat-content h3 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
body #content .hero-sec .banner-stats .stat-item .stat-content span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
}
body #content .why-c-section {
  margin-bottom: 3.8em;
}
body #content .why-c-section .why-card > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background: #fff;
  border: 1px solid #aab6cc;
  border-left: 3px solid #C59228;
  border-radius: 10px;
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body #content .why-c-section .why-card > .vc_column-inner > .wpb_wrapper .why-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #0A1B38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body #content .why-c-section .why-card > .vc_column-inner > .wpb_wrapper .why-icon svg {
  width: 22px;
  height: 22px;
  stroke: #C59228;
}
body #content .why-c-section .why-card > .vc_column-inner > .wpb_wrapper h3 {
  color: #0A1B38;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
body #content .why-c-section .why-card > .vc_column-inner > .wpb_wrapper p {
  line-height: 1.6;
}
body #content .wcs-section {
  margin-bottom: 3.8em;
}
body #content .wcs-section .wcs-head-row {
  margin-top: 3.8em;
  margin-bottom: 2em;
}
body #content .wcs-section .panels-row {
  display: flex;
  margin-bottom: 3.8em;
}
body #content .wcs-section .panels-row .panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
body #content .wcs-section .panels-row .panel.cement {
  background: linear-gradient(160deg, #1b2c46, #0A1B38);
  margin-right: 1em;
}
body #content .wcs-section .panels-row .panel.cement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1.4px), radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1.4px);
  background-size: 8px 8px, 12px 12px;
  background-position: 0 0, 4px 4px;
}
body #content .wcs-section .panels-row .panel.cable {
  background: linear-gradient(160deg, #0A1B38, #0A1B38);
  margin-left: 1em;
}
body #content .wcs-section .panels-row .panel.cable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
body #content .wcs-section .panels-row .vc_column-inner {
  background: transparent;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .panel-icon {
  margin-bottom: 32px;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .panel-icon .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(197, 146, 40, 0.08);
  border: 1px solid rgba(197, 146, 40, 0.3) !important;
  border-radius: 12px !important;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .panel-icon .wpb_wrapper svg {
  width: 22px;
  height: 22px;
  stroke: #C59228;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .main-head {
  margin-bottom: 20px;
  font-size: 2.2em;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 32px;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
body #content .wcs-section .panels-row .vc_column-inner .wpb_wrapper .tags .tag {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 18px;
  border-radius: 30px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}
body #content .partner-section .brand-row {
  margin-bottom: 1.5em !important;
}
body #content .partner-section .brand-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .txt {
  margin-bottom: 1.5em;
}
body #content .partner-section .brand-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .txt .wpb_wrapper .partner-group-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0A1B38;
  text-transform: uppercase;
  margin-left: 1.3em;
}
body #content .partner-section .brand-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .txt .wpb_wrapper .partner-group-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C59228;
  animation: blinkDot 1.5s infinite ease-in-out;
  box-shadow: 0 0 0 rgba(197, 146, 40, 0.7);
}
@keyframes blinkDot {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(197, 146, 40, 0.7);
  }
  70% {
    transform: scale(1.2);
    opacity: 0.8;
    box-shadow: 0 0 0 10px rgba(197, 146, 40, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(197, 146, 40, 0);
  }
}
body #content .partner-section .brand-row .sing-brand {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}
body #content .partner-section .brand-row .sing-brand > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 14px;
  transition: all 0.3s ease;
  padding: 15px 10px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
body #content .partner-section .brand-row .sing-brand > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-6px);
  border-color: #C59228;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
body #content .partner-section .brand-row .sing-brand > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 1em;
  text-align: center;
}
body #content .partner-section .brand-row .sing-brand > .vc_column-inner > .wpb_wrapper .txt p {
  font-size: 1em;
}
body #content .bot-section {
  padding-top: 3.8em !important;
  padding-bottom: 3.8em !important;
}
body #content .bot-section .bot-card-row .stat-card > .vc_column-inner > .wpb_wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 30px 22px;
  text-align: center;
}
body #content .bot-section .bot-card-row .stat-card > .vc_column-inner > .wpb_wrapper .stat-icon .wpb_wrapper {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: rgba(224, 176, 72, 0.12);
  border: 1px solid rgba(224, 176, 72, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
body #content .bot-section .bot-card-row .stat-card > .vc_column-inner > .wpb_wrapper .stat-icon .wpb_wrapper svg {
  width: 22px;
  height: 22px;
  stroke: #C59228;
}
body #content .bot-section .bot-card-row .stat-card > .vc_column-inner > .wpb_wrapper .stat-txt .stat-number {
  font-weight: 700;
  font-size: 2em;
  color: #FFF;
}
body #content .bot-section .bot-card-row .stat-card > .vc_column-inner > .wpb_wrapper .stat-txt .stat-label {
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65) !important;
  margin-top: 10px;
}
body #content .bot-section .bot-trust-row {
  margin-top: 3.8em;
}
body #content .bot-section .bot-trust-row .vc_column-inner .wpb_wrapper .trust-strip .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
}
body #content .bot-section .bot-trust-row .vc_column-inner .wpb_wrapper .trust-strip .wpb_wrapper .trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #aab6cc;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 9px 16px;
  border-radius: 100px;
}
body #content .bot-section .bot-trust-row .vc_column-inner .wpb_wrapper .trust-strip .wpb_wrapper .trust-badge svg {
  width: 14px;
  height: 14px;
  stroke: #C59228;
}
body #content .test-section {
  padding-bottom: 3.8em;
  padding-top: 3.8em;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #aab6cc;
  border-left: 3px solid #C59228 !important;
  border-radius: 12px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper .quote-mark svg {
  width: 30px;
  height: 30px;
  stroke: #C59228;
  margin-bottom: 16px;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper .stars svg {
  width: 15px;
  height: 15px;
  fill: #C59228;
  stroke: none;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper .txt {
  margin-bottom: 2em;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper .testimonial-person .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #aab6cc;
}
body #content .test-section .testimonial-row .test-col > .vc_column-inner > .wpb_wrapper .testimonial-person .wpb_wrapper .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0A1B38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #C59228;
  font-size: 15px;
  flex-shrink: 0;
}
body #content .application-section {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .application-section .sector-row .sector-in-row {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 1em;
}
body #content .application-section .sector-row .sector-in-row .industry-card {
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
body #content .application-section .sector-row .sector-in-row .industry-card .industry-icon .wpb_wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0A1B38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
body #content .application-section .sector-row .sector-in-row .industry-card .industry-icon .wpb_wrapper svg {
  width: 24px;
  height: 24px;
  stroke: #C59228;
}
body #content .application-section .cta-row .cta-col > .vc_column-inner > .wpb_wrapper {
  background: linear-gradient(120deg, #0A1B38 0%, #122a52 60%, #23406f 100%);
  padding: 5em 0;
  margin: 1em;
  border-radius: 12px;
}
body #content .application-section .cta-row .cta-col > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(52deg, rgba(224, 176, 72, 0.06) 0 2px, transparent 2px 20px);
}
body #content .application-section .cta-row .cta-col > .vc_column-inner > .wpb_wrapper .cta-btn {
  display: flex;
  justify-content: center;
  gap: 1em;
}
body #content .application-section .cta-row .cta-col.abt-cta-col > .vc_column-inner > .wpb_wrapper {
  margin: 0 !important;
}
body #content .sector-section {
  padding-top: 3.8em;
  background: linear-gradient(120deg, #0A1B38 0%, #122a52 60%, #23406f 100%);
  padding: 5em 0;
  margin: 2em 0 0;
}
body #content .sector-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(52deg, rgba(224, 176, 72, 0.06) 0 2px, transparent 2px 20px);
}
body #content .sector-section .cta-row .cta-col > .vc_column-inner > .wpb_wrapper .cta-btn {
  display: flex;
  justify-content: center;
  gap: 1em;
}
body #content .sector-section .cta-row .cta-col.abt-cta-col > .vc_column-inner > .wpb_wrapper {
  margin: 0 !important;
}
body #content .contact-form-section {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(155deg, #0A1B38 0%, #122a52 60%, #23406f 100%);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .txt p {
  color: #C59228;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .txt .sub-head {
  color: #FFF;
  margin-bottom: 1.5em;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-item > .wpb_wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-item > .wpb_wrapper h4 {
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  margin: 2px 0 6px;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-item > .wpb_wrapper p {
  font-size: 0.8em;
  color: #aab6cc;
  margin: 0;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-item > .wpb_wrapper .info-icon {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: rgba(224, 176, 72, 0.14);
  border: 1px solid rgba(224, 176, 72, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-item > .wpb_wrapper .info-icon svg {
  width: 19px;
  height: 19px;
  stroke: #C59228;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-social > .wpb_wrapper .info-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 6px 0 24px;
  position: relative;
  z-index: 1;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-social .social-row {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-social .social-row .social-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-social .social-row .social-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  transition: stroke 0.2s ease;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-social .social-row .social-btn:hover {
  background: rgba(224, 176, 72, 0.16);
  border-color: #C59228;
}
body #content .contact-form-section .con-row .con-l-col > .vc_column-inner > .wpb_wrapper .info-social .social-row .social-btn:hover svg {
  stroke: #C59228;
}
body #content #post-435 .page-header {
  display: none;
}
body #content .error-sec {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #0A1B38 0%, #122a52 60%, #23406f 100%);
  padding: 80px 0;
  text-align: center;
}
body #content .error-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1.4px), radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.4px);
  background-size: 8px 8px, 13px 13px;
  background-position: 0 0, 5px 6px;
}
body #content .error-sec .error-row .error-page p.lede {
  line-height: 1.7;
  color: #aab6cc;
  margin: 0 auto 36px;
}
body #content .error-sec .error-row .error-inner {
  position: relative;
  z-index: 1;
}
body #content .error-sec .error-row .error-code {
  font-weight: 700;
  font-size: 12em;
  line-height: 1;
  color: #C59228;
  margin: 0 0 8px;
  letter-spacing: 2px;
}
body #content .error-sec .error-row .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C59228;
  font-weight: 500;
  margin-bottom: 18px;
}
body #content .error-sec .error-row .eyebrow::before, body #content .error-sec .error-row .eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #C59228;
  display: inline-block;
}
body #content .error-sec .error-row h1 {
  font-weight: 600;
  font-size: 2.5em;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}
body #content .error-sec .error-row .error-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
body #content .error-sec .error-row .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.18s ease, background 0.18s ease;
}
body #content .error-sec .error-row .quick-links {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 32px;
}
body #content .error-sec .error-row .quick-links-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aab6cc;
  margin-bottom: 16px;
}
body #content .error-sec .error-row .link-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
body #content .error-sec .error-row .link-tag {
  font-size: 12.5px;
  color: #aab6cc;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 9px 16px;
  border-radius: 100px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
body #content .error-sec .error-row .link-tag:hover {
  border-color: var(--gold-500);
  background: rgba(224, 176, 72, 0.12);
  color: #fff;
}
body #content .pp-sec {
  padding: 3.8em 0;
}
body #content .pp-sec .pp-row {
  max-width: 1000px;
  margin: 0 auto;
}
body #content .pp-sec p {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 0;
}
body #content .pp-sec ul {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
body #content .pp-sec ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.7;
}
body #content .pp-sec ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C59228;
  box-shadow: 0 0 0 5px rgba(197, 146, 40, 0.15);
}
body #content .pp-sec .main-head {
  font-size: 30px;
  font-weight: 700;
  color: #0A1B38;
  margin-top: 2em;
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 22px;
}
body #content .pp-sec .main-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  border-radius: 20px;
  background: #C59228;
}
body #content .pp-sec .main-head:first-of-type {
  margin-top: 25px;
}
body #content .pp-sec strong {
  color: #0A1B38;
}
body #content .quote-page form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
body #content .quote-page form .form-panel {
  margin-top: -52px;
  position: relative;
  z-index: 2;
  box-shadow: 0 24px 48px -28px rgba(10, 27, 56, 0.32);
  margin-bottom: 3.8em;
}
body #content .quote-page form .form-panel .selected-product {
  align-items: center;
  background: linear-gradient(135deg, #fbf4e6, #f6ecd6);
  border: 1px solid rgba(201, 154, 59, 0.35);
  border-radius: 12px;
  padding: 18px 22px;
  margin: 0 0 2em;
}
body #content .quote-page form .form-panel .selected-product .selected-product-label p {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #C59228;
  margin-bottom: 5px;
}
body #content .quote-page form .form-panel .selected-product .selected-product-name {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #0A1B38;
}
body #content .quote-page form .form-panel .form-section {
  border-bottom: 1px solid #aab6cc;
  padding: 1.5em 0;
}
body #content .quote-page form .form-panel .form-section:nth-last-child(3) {
  border-bottom: none;
}
body #content .quote-page form .form-panel .form-section .section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0.938em;
}
body #content .quote-page form .form-panel .form-section .section-header .section-number p {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0A1B38;
  color: #C59228;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body #content .quote-page form .form-panel .form-section .section-header .section-title p {
  font-weight: 600;
  font-size: 1.2em;
  color: #0A1B38;
}
body #content .quote-page form .form-panel .form-section .cat-toggle p {
  display: inline-flex;
  background: #f5f6f8;
  border-radius: 100px;
  padding: 5px;
  margin-bottom: 22px;
}
body #content .quote-page form .form-panel .form-section .cat-toggle p .cat-btn {
  font-weight: 600;
  font-size: 1em;
  padding: 9px 22px;
  border-radius: 100px;
  border: none;
  background: transparent;
  color: #333639;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
body #content .quote-page form .form-panel .form-section .cat-toggle p .cat-btn.active {
  background: #0A1B38;
  color: #fff;
}
body #content .quote-page form .form-panel .form-section .form-grid .flex-row .field p select {
  font-size: 14px;
  color: #0A1B38;
  background: #f5f6f8;
  border: 1px solid #aab6cc;
  border-radius: 8px;
  padding: 12px 14px;
  resize: vertical;
  width: 100%;
}
body #content .trust-strip {
  padding: 0 0 3.8em;
}
body #content .trust-strip .wrap-wide .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body #content .trust-strip .wrap-wide .trust-grid .trust-card {
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 12px;
  padding: 26px 24px;
  text-align: center;
}
body #content .trust-strip .wrap-wide .trust-grid .trust-card .trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: #0A1B38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
body #content .trust-strip .wrap-wide .trust-grid .trust-card .trust-icon svg {
  width: 20px;
  height: 20px;
  stroke: #C59228;
}
body #content .wwa-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .wwa-sec .wwa-row .heading-columns {
  text-align: left;
}
body #content .wwa-sec .wwa-row .heading-columns p {
  line-height: 1.8;
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper {
  background: #0A1B38;
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: repeating-linear-gradient(52deg, rgba(224, 176, 72, 0.06) 0 2px, transparent 2px 20px);
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper .fact-card .fact {
  position: relative;
  z-index: 1;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper .fact-card .fact .fact-number {
  font-weight: 700;
  font-size: 2em;
  color: #C59228;
  line-height: 1;
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper .fact-card .fact .fact-label {
  font-size: 11.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #aab6cc;
  margin-top: 8px;
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper .fact-card .fact:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body #content .wwa-sec .wwa-row .wwa-r-col > .vc_column-inner > .wpb_wrapper .fact-card .fact:first-child {
  padding-top: 0 !important;
}
body #content .ocv-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .ocv-sec .ocv-row .value-card > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
}
body #content .ocv-sec .ocv-row .value-card > .vc_column-inner > .wpb_wrapper .ghost-num-txt .ghost-num {
  position: absolute;
  top: -14px;
  right: 6px;
  font-weight: 900;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  z-index: 0;
}
body #content .ocv-sec .ocv-row .value-card > .vc_column-inner > .wpb_wrapper .value-icon .wpb_wrapper {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: rgba(224, 176, 72, 0.12);
  border: 1px solid rgba(224, 176, 72, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
body #content .ocv-sec .ocv-row .value-card > .vc_column-inner > .wpb_wrapper .value-icon .wpb_wrapper svg {
  width: 20px;
  height: 20px;
  stroke: #C59228;
}
body #content .ocv-sec .ocv-row .value-card > .vc_column-inner .txt h3 {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
}
body #content .ocv-sec .ocv-row .value-card > .vc_column-inner .txt p {
  position: relative;
  z-index: 1;
  font-size: 13.5px;
  line-height: 1.6;
  color: #aab6cc;
  margin: 0;
}
body #content .mav-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .mav-sec .mav-row .mav-l-col > .vc_column-inner > .wpb_wrapper {
  background: #0A1B38;
  border-radius: 16px;
  padding: 38px 32px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
body #content .mav-sec .mav-row .mav-l-col > .vc_column-inner > .wpb_wrapper .txt h3 {
  font-weight: 600;
  font-size: 1.5em;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
}
body #content .mav-sec .mav-row .mav-l-col > .vc_column-inner > .wpb_wrapper .txt p {
  position: relative;
  z-index: 1;
  font-size: 1em;
  line-height: 1.6;
  color: #aab6cc;
  margin: 0;
}
body #content .mav-sec .mav-row .mav-r-col > .vc_column-inner > .wpb_wrapper {
  background: linear-gradient(135deg, #fbf4e6, #f6ecd6);
  border: 1px solid rgba(201, 154, 59, 0.3);
  border-radius: 16px;
  padding: 38px 32px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
body #content .mav-sec .mav-row .mav-r-col > .vc_column-inner > .wpb_wrapper .txt h3 {
  font-weight: 600;
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
}
body #content .mav-sec .mav-row .mav-r-col > .vc_column-inner > .wpb_wrapper .txt p {
  position: relative;
  z-index: 1;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
}
body #content .timeline-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .timeline-sec .heading-columns .heading-below-txt p {
  max-width: 100% !important;
}
body #content .timeline-sec .timeline-row {
  display: flex;
  align-items: center;
}
body #content .timeline-sec .timeline-row .timeline-col {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
body #content .timeline-sec .timeline-row .timeline-col::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: rgba(255, 255, 255, 0.14);
}
body #content .timeline-sec .timeline-row .timeline-col > .wpb_content_element:last-child {
  margin-bottom: 0;
}
body #content .timeline-sec .timeline-row .timeline-col .t-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 38px;
}
body #content .timeline-sec .timeline-row .timeline-col .t-item .t-dot {
  position: absolute;
  left: 6px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0A1B38;
  border: 2px solid #C59228;
  color: #C59228;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #content .timeline-sec .timeline-row .timeline-col .t-item h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 2px 0 8px;
  color: #fff;
}
body #content .timeline-sec .timeline-row .timeline-col .t-item p {
  margin: 0;
  max-width: 600px;
  line-height: 1.65;
  color: #aab6cc;
  font-size: 13.5px;
}
body #content .od-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 14px;
  overflow: hidden;
  z-index: 1;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-banner {
  height: 90px !important;
  position: relative !important;
  background: linear-gradient(155deg, #0A1B38, #1b2c46) !important;
  z-index: 1 !important;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-banner.cement::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.55 !important;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1.4px), radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1.4px) !important;
  background-size: 7px 7px, 11px 11px !important;
  background-position: 0 0, 4px 5px !important;
  z-index: -1 !important;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-banner.cables::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image: repeating-linear-gradient(52deg, rgba(224, 176, 72, 0.2) 0 2px, transparent 2px 16px);
  z-index: -1;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .icon-svg > .wpb_wrapper {
  position: absolute;
  top: 4.5em;
  left: 2.5em;
  background: #0A1B38;
  border: 3px solid #FFF;
  margin-bottom: 0 !important;
  border-radius: 9px;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-body {
  padding: 3em 2em 2em;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-body h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #0A1B38;
  margin: 0 0 10px;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-body p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-body .division-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #C59228;
  font-weight: 600;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-body .division-link svg {
  width: 14px;
  height: 14px;
  stroke: #C59228;
}
body #content .od-sec .od-row .od-col > .vc_column-inner > .wpb_wrapper .division-body .division-link:hover {
  color: #C59228;
}
body #content .cem-cab-what-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .cem-cab-what-sec .cem-cab-what-row {
  text-align: left;
}
body #content .cem-cab-what-sec .cem-cab-what-row .heading-columns {
  text-align: left;
}
body #content .cem-cab-what-sec .cem-cab-what-row .heading-columns p {
  line-height: 1.8;
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper {
  background: #0A1B38;
  border-radius: 16px;
  padding: 10px 26px;
  position: relative;
  overflow: hidden;
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1.4px), radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1.4px);
  background-size: 7px 7px, 11px 11px;
  background-position: 0 0, 4px 5px;
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper .compare-card .wpb_wrapper .compare-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.2fr;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper .compare-card .wpb_wrapper .compare-row.head {
  font-size: 0.8em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #C59228;
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper .compare-card .wpb_wrapper .c-type {
  font-weight: 600;
  color: #fff;
  font-size: 0.9em;
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper .compare-card .wpb_wrapper .c-for {
  color: #aab6cc;
  font-size: 0.85em;
  line-height: 1.4;
}
body #content .cem-cab-what-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper .compare-card .wpb_wrapper .c-trait {
  color: #aab6cc;
  font-size: 0.75em;
  line-height: 1.4;
}
body #content .cbws-sec {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}
body #content .cbws-sec .cbws-row .brand-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
body #content .cbws-sec .cbws-row .brand-item {
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 16px;
  padding: 1.5em;
  transition: 0.3s;
}
body #content .cbws-sec .cbws-row .brand-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #C59228;
}
body #content .cbws-sec .cbws-row .brand-item h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #0A1B38;
  margin-bottom: 1em;
}
body #content .cbws-sec .cbws-row .brand-item p {
  color: #333639;
  font-size: 0.8em;
  line-height: 1.55;
  margin-bottom: 1em;
}
body #content .cbws-sec .cbws-row .brand-item a {
  color: #C59228;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
body #content .ocr-sec {
  padding: 3.8em 0;
}
body #content .ocr-sec .ocr-row .ocr-product .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-top {
  position: relative;
  height: 12em;
  background: #0A1B38;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-top .grade {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 15px;
  background: #333639;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-top .logo-box {
  width: 8em;
  height: 5.5em;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-top .logo-box img {
  width: 5em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-body {
  padding: 22px 18px 24px;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-body .product-brand {
  color: #C59228;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 600;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-body h3 {
  margin: 0 0 14px;
  font-size: 1.4em;
  font-weight: 700;
  color: #0A1B38;
}
body #content .ocr-sec .ocr-row .ocr-product .product-card .card-body .description {
  margin: 0;
  color: #333639;
  font-size: 0.9em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body #content .faq-sec {
  padding: 3.8em 0;
}
body #content .faq-sec .faq-row .faq-col .faq-h {
  max-width: 60%;
  margin: 0 auto;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 28px 0;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item .faq-question h3 {
  margin: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item .faq-question span {
  color: #C59228;
  font-size: 22px;
  transition: 0.35s;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item .faq-answer p {
  margin: 0 0 28px;
  color: #aab6cc;
  line-height: 1.5;
  font-size: 0.85em;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item.active .faq-answer {
  max-height: 250px;
}
body #content .faq-sec .faq-row .faq-col .faq-h .faq-item.active .faq-question span {
  transform: rotate(180deg);
}
body #content .choose-sec {
  padding: 3.8em 0 0;
}
body #content .choose-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper {
  margin: 0 auto;
  width: 60%;
}
body #content .choose-sec .cem-cab-what-row .what-r-col > .vc_column-inner > .wpb_wrapper .compare-card .wpb_wrapper .compare-row {
  grid-template-columns: 1fr 1fr;
}
body #content .choose-sec .rs-row .related-searches .wpb_wrapper {
  max-width: 60%;
  margin: 52px auto 0;
  padding-top: 32px;
  border-top: 1px solid #aab6cc;
}
body #content .choose-sec .rs-row .related-searches .wpb_wrapper h3 {
  font-weight: 600;
  font-size: 1em;
  color: #0A1B38;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body #content .choose-sec .rs-row .related-searches .wpb_wrapper h3 svg {
  width: 15px;
  height: 15px;
  stroke: #C59228;
}
body #content .choose-sec .rs-row .related-searches .wpb_wrapper .search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body #content .choose-sec .rs-row .related-searches .wpb_wrapper .search-tags .search-tag {
  font-size: 12px;
  color: #333639;
  background: #fff;
  border: 1px solid #aab6cc;
  padding: 8px 14px;
  border-radius: 100px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
body #content .choose-sec .rs-row .related-searches .wpb_wrapper .search-tags .search-tag:hover {
  border-color: #C59228;
  color: #0A1B38;
}
body #content .blog-sec .blog-row .blog-post-grid .vc_grid-item {
  margin-bottom: 30px;
}
body #content .blog-sec .blog-row .blog-post-grid .blog-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #aab6cc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body #content .blog-sec .blog-row .blog-post-grid .blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
body #content .blog-sec .blog-row .blog-post-grid .card-top {
  padding: 0 !important;
}
body #content .blog-sec .blog-row .blog-post-grid .card-top .vc_figure {
  width: 100%;
}
body #content .blog-sec .blog-row .blog-post-grid .card-top .grid-card-image {
  margin: 0;
  width: 100%;
}
body #content .blog-sec .blog-row .blog-post-grid .card-top .grid-card-image .vc_single_image-wrapper {
  display: block;
}
body #content .blog-sec .blog-row .blog-post-grid .card-top .grid-card-image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body #content .blog-sec .blog-row .blog-post-grid .vc_gitem-zone-mini {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body #content .blog-sec .blog-row .blog-post-grid .vc_gitem-row-position-middle {
  padding: 22px 26px 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
body #content .blog-sec .blog-row .blog-post-grid .vc_gitem-row-position-middle .vc_col-sm-6 {
  width: auto;
  margin-right: 1em;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-categories {
  margin: 0;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-categories .vc_grid-filter-item {
  margin: 0;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-categories .vc_gitem-post-category-name {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(201, 154, 59, 0.12);
  border: 1px solid rgba(201, 154, 59, 0.35);
  color: #C59228;
  font-size: 0.9em;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-time {
  font-size: 14px;
  color: #333639;
  font-weight: 600;
  text-align: right;
}
body #content .blog-sec .blog-row .blog-post-grid .vc_gitem-row-position-bottom {
  padding: 18px 26px 28px;
  display: flex;
  flex: 1;
  position: relative;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-title {
  margin-bottom: 0.5em;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-title div {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #0A1B38;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-excerpt {
  margin-bottom: 26px;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-excerpt p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333639;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-author, body #content .blog-sec .blog-row .blog-post-grid .grid-card-date {
  display: inline-block;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-author div, body #content .blog-sec .blog-row .blog-post-grid .grid-card-date div {
  color: #333639;
  font-size: 14px;
  font-weight: 500;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-author {
  margin-right: 18px;
  display: flex;
  align-items: center;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-author:before {
  content: "By ";
  color: #333639;
  font-size: 14px;
  font-weight: 500;
  margin-right: 0.4em;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-btn {
  margin-top: 0;
}
body #content .blog-sec .blog-row .blog-post-grid .grid-card-btn .vc_btn3 {
  background: #fff !important;
  border: none !important;
  color: #C59228 !important;
  border-radius: 100px;
  padding: 0 !important;
  font-weight: 600;
  font-size: 1em;
  transition: 0.3s;
}
body .single-blog {
  background: #f5f6f8;
  padding: 2em 0 0;
}
body .single-blog .container {
  max-width: 900px !important;
  margin: 0 auto;
}
body .single-blog .blog-header {
  margin-bottom: 0.5em;
}
body .single-blog .blog-header h1 {
  font-size: 2.5em;
  line-height: 1.15;
  color: #0A1B38;
  font-weight: 700;
  margin: 25px 0;
}
body .single-blog .blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
body .single-blog .blog-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid #C59228;
  border-radius: 30px;
  background: #fff;
  color: #C59228;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
body .single-blog .reading-time {
  color: #333639;
  font-size: 14px;
  font-weight: 500;
}
body .single-blog .author-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #333639;
  font-size: 15px;
}
body .single-blog .blog-banner {
  margin: 2em 0 2em;
}
body .single-blog .blog-banner img {
  width: 100%;
  display: block;
  border-radius: 1em;
}
body .single-blog .blog-content {
  color: #333639;
  font-size: 18px;
  line-height: 1.9;
}
body .single-blog .blog-content h2 {
  font-size: 1.5em;
  color: #0A1B38;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
body .single-blog .blog-content ul, body .single-blog .blog-content ol {
  margin: 30px 0;
  padding-left: 30px;
}
body .single-blog .blog-content ul li, body .single-blog .blog-content ol li {
  margin-bottom: 12px;
}
body .single-blog .blog-content img {
  width: 100%;
  margin: 2em 0 0;
  border-radius: 18px;
  border-radius: 1em;
}
body .single-blog .blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
body .single-blog .blog-content table thead {
  background: #0A1B38;
  color: #fff;
}
body .single-blog .blog-content table th {
  padding: 18px;
  text-align: left;
  font-weight: 600;
}
body .single-blog .blog-content table td {
  padding: 18px;
  background: #fff;
  border-bottom: 1px solid #aab6cc;
}
body .single-blog .blog-content table tr:nth-child(even) td {
  background: #f8f9fb;
}
body .single-blog .faq-txt .wpb_wrapper {
  margin: 34px 0 8px;
}
body .single-blog .faq-txt .wpb_wrapper .faq-item {
  border-top: 1px solid #aab6cc;
  padding: 18px 0;
}
body .single-blog .faq-txt .wpb_wrapper .faq-item .faq-q {
  font-size: 15.5px;
  color: #0A1B38;
  margin: 0 0 8px;
  display: flex;
  gap: 10px;
}
body .single-blog .faq-txt .wpb_wrapper .faq-item .faq-q .qmark {
  color: #C59228;
  font-weight: 600;
}
body .single-blog .abt-cta-col > .vc_column-inner > .wpb_wrapper {
  padding: 2em !important;
}
body .single-blog .abt-cta-col > .vc_column-inner > .wpb_wrapper h3 {
  line-height: 1.3;
  font-size: 2em !important;
}
body .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 14px;
  color: #333639;
}
body .breadcrumbs a {
  color: #333639;
  text-decoration: none;
  transition: 0.3s;
}
body .breadcrumbs a:hover {
  color: #C59228;
}
body .breadcrumbs span {
  color: #333639;
}
body .breadcrumbs span.bread-t-bold {
  color: #0A1B38;
}
body .form-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px 36px;
}
body .form-panel .title {
  font-weight: 600;
  font-size: 24px;
  color: #0A1B38;
  margin: 0 0 8px;
}
body .form-panel .sub {
  margin: 0 0 30px;
}
body .form-panel .form-grid .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
body .form-panel .form-grid .field p label {
  display: flex;
  align-items: end;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #0A1B38;
}
body .form-panel .form-grid .field p label svg {
  width: 14px;
  height: 14px;
  stroke: #C59228;
}
body .form-panel .form-grid .field p label .req {
  color: #C59228;
}
body .form-panel .form-grid .field p span {
  display: grid;
}
body .form-panel .form-grid .field p span input, body .form-panel .form-grid .field p span textarea {
  font-size: 14px;
  color: #0A1B38;
  background: #f5f6f8;
  border: 1px solid #aab6cc;
  border-radius: 8px;
  padding: 12px 14px;
  resize: vertical;
}
body .form-panel .btn p button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 8px !important;
  width: 100%;
}
body .form-panel .btn p button svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  transition: stroke 0.3s ease;
}
body .form-panel .btn p button:hover svg {
  stroke: #C59228;
}
body .form-panel .form-note {
  text-align: center;
}
body .page-header .container {
  position: relative;
  z-index: 2;
}
body .page-title {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: capitalize;
}
body .products-page {
  padding: 0 0 100px;
}
body .products-page .products-count {
  margin-bottom: 2em;
}
body .products-page .products-count .products-count-num {
  color: #0A1B38;
  font-weight: 700;
}
body .products-page .products-filter-box {
  background: #fff;
  border-radius: 22px;
  padding: 35px 40px;
  box-shadow: 0 20px 50px rgba(10, 30, 70, 0.08);
  margin-bottom: 45px;
  position: relative;
  margin-top: -40px;
  z-index: 50;
}
body .products-page .product-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 35px;
}
body .products-page .product-tabs button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 32px;
  border-radius: 50px;
  background: #aab6cc;
  color: #0A1B38;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
body .products-page .product-tabs button:hover, body .products-page .product-tabs button.active {
  background: #0A1B38;
  color: #fff;
}
body .products-page .product-tabs button.active {
  box-shadow: 0 10px 25px rgba(16, 45, 92, 0.25);
}
body .products-page .product-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
body .products-page .product-filters select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #aab6cc;
  border-radius: 10px;
  height: 58px;
  padding: 0 55px 0 22px;
  font-size: 15px;
  color: #0A1B38;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%230A1B38' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6.5 6 6.5-6' stroke='%230A1B38' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
body .products-page .product-filters select:focus {
  border-color: #C59228;
  box-shadow: 0 0 0 3px rgba(197, 154, 53, 0.15);
  outline: none;
}
body .products-page .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
body .products-page .product-card {
  position: relative;
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.35s;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
body .products-page .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
body .products-page .product-card .card-top {
  position: relative;
  height: 190px;
  background: #0A1B38;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 10px 10px;
}
body .products-page .product-card .card-top .brand {
  position: absolute;
  left: 22px;
  top: 18px;
  border: 1px solid #C59228;
  color: #C59228;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
body .products-page .product-card .card-top .grade {
  position: absolute;
  right: 20px;
  top: 18px;
  background: #333639;
  color: #fff;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 700;
}
body .products-page .product-card .logo-box {
  position: absolute;
  left: 50%;
  top: 4em;
  transform: translateX(-50%);
  width: 8em;
  height: 7em;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
body .products-page .product-card .logo-box img {
  width: 6em;
  -o-object-fit: contain;
     object-fit: contain;
}
body .products-page .product-card .card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
body .products-page .product-card .card-body h3 {
  font-size: 1.7em;
  color: #0A1B38;
  font-weight: 700;
  margin: 0;
}
body .products-page .product-card .card-body h4 {
  display: inline-block;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #0A1B38;
  background: #f5f6f8;
  border: 1px solid #dde1ea;
  padding: 5px 12px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
body .products-page .product-card .card-body .subtitle, body .products-page .product-card .card-body h5 {
  display: inline-block;
  background: #f5f6f8;
  border: 1px solid #dde1ea;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 13px;
  margin: 0;
}
body .products-page .product-card .card-body .description {
  color: #5a5f6b;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
}
body .products-page .product-card .card-body .product-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C59228;
  margin: 0 0 -12px;
}
body .products-page .product-card .card-body .features {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .products-page .product-card .card-body .features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #0A1B38;
  font-size: 14px;
}
body .products-page .product-card .card-body .features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C59228;
  font-weight: bold;
}
body .products-page .product-card .card-body .features li:last-child {
  margin-bottom: 0;
}
body .products-page .product-card .card-body .rec-fea-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0A1B38;
  margin-bottom: 10px;
}
body .products-page .product-card .card-body .rec-fea-heading i, body .products-page .product-card .card-body .rec-fea-heading svg {
  color: #C59228 !important;
  font-size: 14px;
}
body .products-page .product-card .card-body .product-specs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
body .products-page .product-card .card-body .product-variants .variants-list, body .products-page .product-card .card-body .product-core .variants-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body .products-page .product-card .card-body .product-variants .variants-list li, body .products-page .product-card .card-body .product-core .variants-list li {
  font-size: 12px;
  color: #7a5a10;
  background: #faf3e3;
  border: 1px solid #eddcae;
  padding: 6px 12px;
  border-radius: 100px;
}
body .products-page .product-card .card-body .product-variants .variants-list li::before, body .products-page .product-card .card-body .product-core .variants-list li::before {
  content: none;
}
body .products-page .product-card .card-body .application {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
body .products-page .product-card .card-body .application span {
  background: #f5f6f8;
  border: 1px solid #dde1ea;
  border-radius: 40px;
  padding: 6px 14px;
  font-size: 12px;
  color: #0A1B38;
}
body .products-page .product-card .card-body .card-buttons {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}
body .products-page .product-card .card-body .card-buttons .quote-btn, body .products-page .product-card .card-body .card-buttons .inquiry-btn {
  flex: 1;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.25s;
}
body .products-page .product-card .card-body .card-buttons .quote-btn {
  background: #C59228;
  color: #fff;
}
body .products-page .product-card .card-body .card-buttons .quote-btn:hover {
  background: #B08322;
  transform: translateY(-1px);
}
body .products-page .product-card .card-body .card-buttons .inquiry-btn {
  border: 1px solid #dde1ea;
  color: #0A1B38;
  background: transparent;
}
body .products-page .product-card .card-body .card-buttons .inquiry-btn:hover {
  background: #0A1B38;
  color: #fff;
  border-color: #0A1B38;
}
body .products-page .product-card .product-card {
  transition: box-shadow 0.25s, transform 0.25s;
}
body .products-page .product-card .product-card:hover {
  box-shadow: 0 8px 24px rgba(10, 27, 56, 0.08);
  transform: translateY(-3px);
}
body .products-filter-box {
  margin-top: 3.8em;
  text-align: center;
  margin-bottom: 30px;
}
body .products-filter-box .product-tabs {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
body .products-filter-box .product-tabs button {
  border: none;
  background: transparent;
  color: #333639;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
body .products-filter-box .product-tabs button:hover {
  background: #aab6cc;
  color: #0A1B38;
}
body .products-filter-box .product-tabs button.active {
  background: #0A1B38;
  color: #fff;
  box-shadow: 0 6px 16px rgba(13, 35, 72, 0.18);
}
body .products-count {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 35px 0 30px;
  color: #333639;
  font-size: 16px;
  font-weight: 500;
}
body .products-count .products-count-num {
  font-size: 16px;
  font-weight: 900;
}
body .brands-page {
  background: #f7f7f7;
}
body .brands-page .brand-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 50px;
}
body .brands-page .brand-tabs .brand-tab {
  padding: 11px 22px;
  border: 1px solid #aab6cc;
  border-radius: 999px;
  background: #fff;
  color: #0A1B38;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
body .brands-page .brand-tabs .brand-tab:hover, body .brands-page .brand-tabs .brand-tab.active {
  background: #0A1B38;
  color: #fff;
  border-color: #0A1B38;
}
body .brands-page .brand-panels .brand-panel {
  display: none;
  grid-template-columns: 270px 1fr;
  background: #fff;
  border: 1px solid #aab6cc;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin: 3em 0;
}
body .brands-page .brand-panels .brand-panel.active {
  display: grid;
}
body .brands-page .panel-left {
  background: #0A1B38;
  color: #fff;
  position: relative;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body .brands-page .panel-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.6;
}
body .brands-page .panel-left > * {
  position: relative;
  z-index: 2;
}
body .brands-page .panel-left .category {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #C59228;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C59228;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}
body .brands-page .panel-left .brand-logo {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding: 15px;
}
body .brands-page .panel-left .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .brands-page .panel-left p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
body .brands-page .panel-right {
  padding: 55px;
}
body .brands-page .panel-right h2 {
  font-size: 2em;
  color: #0A1B38;
  margin-bottom: 25px;
  font-weight: 700;
}
body .brands-page .panel-right .intro {
  color: #333639;
  font-size: 1.1em;
  line-height: 1.2;
  margin-bottom: 35px;
}
body .brands-page .specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #aab6cc;
  border-bottom: 1px solid #aab6cc;
  padding: 24px 0;
  margin-bottom: 35px;
  gap: 25px;
}
body .brands-page .specs div span {
  display: block;
  font-size: 11px;
  color: #C59228;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}
body .brands-page .specs div strong {
  display: block;
  color: #0A1B38;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
body .brands-page .features h4 {
  color: #0A1B38;
  margin-bottom: 18px;
  font-size: 18px;
}
body .brands-page .features ul {
  padding-left: 22px;
  margin-bottom: 35px;
}
body .brands-page .features ul li {
  color: #333639;
  margin-bottom: 12px;
  line-height: 1.8;
}
body .brands-page .features ul li::marker {
  color: #C59228;
}
body .brands-page .features ul li a {
  position: relative;
  color: #C59228;
  text-decoration: none;
}
body .brands-page .features ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #C59228;
  transition: width 0.4s ease;
}
body .brands-page .features ul li a:hover::before {
  width: 100%;
}
body .brands-page .features .brand-features ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em;
}
body .brands-page .features .brand-features ul li {
  background: #f5f6f8;
  border: 1px solid #aab6cc;
  border-radius: 40px;
  padding: 4px 10px;
  font-size: 13px;
  list-style-type: none;
}
body .brands-page .buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
body .brands-page .buttons a {
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 16px 32px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .brands-page .buttons a:first-child {
  background: #C59228;
  color: #fff;
}
body .brands-page .buttons a:first-child:hover {
  background: rgb(163.0860759494, 120.8658227848, 33.1139240506);
}
body .brands-page .buttons a:last-child {
  border: 1px solid #aab6cc;
  color: #0A1B38;
  background: #fff;
}
body .brands-page .buttons a:last-child:hover {
  background: #0A1B38;
  color: #fff;
}
body footer#colophon {
  background-color: #0A1B38;
  padding-top: 6em;
}
body footer#colophon .flex-row .col-3 {
  display: flex;
  justify-content: center;
}
body footer#colophon .footer-main {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
body footer#colophon .widget p {
  color: #fff;
  margin-bottom: 1.5em;
  font-size: 1.1em;
}
body footer#colophon .widget a {
  color: #fff;
  margin-bottom: 1em;
}
body footer#colophon .widget a i {
  color: #C59228;
}
body footer#colophon .widget a img {
  width: 23em;
  filter: brightness(0) invert(1);
  margin-bottom: 1em;
}
body footer#colophon .widget h2 {
  color: #fff;
  margin-bottom: 1.5em;
}
body footer#colophon .widget .footer-social {
  display: flex;
  gap: 12px;
  justify-content: start;
  align-items: center;
}
body footer#colophon .widget .footer-contact {
  display: flex;
  flex-direction: column;
}
body footer#colophon .widget .footer-contact p {
  font-size: 1.1em;
}
body footer#colophon .widget .footer-contact p svg {
  margin-right: 1em;
  width: 18px;
  height: 18px;
}
body footer#colophon .widget .footer-contact p i {
  margin-right: 1em;
  width: 18px;
  height: 18px;
}
body footer#colophon .widget .footer-contact a {
  color: #fff;
}
body footer#colophon .widget .footer-contact a:hover {
  color: #C59228;
}
body footer#colophon .widget .menu-main-menu-container .menu li, body footer#colophon .widget .menu-resources-menu-container .menu li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
body footer#colophon .widget .menu-main-menu-container .menu li::before, body footer#colophon .widget .menu-resources-menu-container .menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background-color: #C59228;
}
body footer#colophon .widget .menu-main-menu-container .menu li a, body footer#colophon .widget .menu-resources-menu-container .menu li a {
  font-size: 1.1em;
}
body footer#colophon .widget .menu-main-menu-container .menu li a:hover, body footer#colophon .widget .menu-resources-menu-container .menu li a:hover {
  color: #C59228;
}
body footer#colophon .widget .menu-main-menu-container .menu li.menu-item-has-children ul, body footer#colophon .widget .menu-resources-menu-container .menu li.menu-item-has-children ul {
  display: none;
}
body footer#colophon .widget .footer-email .email-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
body footer#colophon .widget .footer-email .email-input-wrapper input[type=email] {
  width: 100%;
  padding: 1em;
  border-radius: 3em;
  box-sizing: border-box;
}
body footer#colophon .widget .footer-email .email-input-wrapper input[type=submit] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  font-family: "Font Awesome 5 Free";
}
body footer#colophon .widget .footer-email .email-input-wrapper input[type=submit]::before {
  content: "\f1d8";
  text-indent: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body footer#colophon .widget .footer-email .email-input-wrapper input[type=submit]:hover {
  color: #0A1B38;
}
body footer#colophon .copyright .flex-row {
  justify-content: space-between;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
body footer#colophon .copyright .flex-row .left p {
  color: #fff;
}
body footer#colophon .copyright .flex-row .left a {
  color: #fff;
}
body footer#colophon .copyright .flex-row .right p {
  color: #fff;
}
body footer#colophon .copyright .flex-row .right a {
  color: #fff;
}
body .wa-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 65px;
  height: 65px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
  z-index: 99999;
  transition: 0.3s;
  animation: waFloat 2.8s ease-in-out infinite;
  border: none;
}
body .wa-button .wa-icon {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
body .wa-button .wa-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff3b30;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
body .wa-button .wa-close-icon {
  position: absolute;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.3s;
}
body .wa-button.active .wa-icon {
  opacity: 0;
  transform: scale(0.6);
}
body .wa-button.active .wa-close-icon {
  opacity: 1;
  transform: scale(1);
}
body .wa-button.active .wa-badge {
  display: none;
}
body .wa-button img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}
body .wa-button:hover {
  transform: scale(1.08);
  animation-play-state: paused;
}
body .wa-button::after {
  content: "Need help?";
  position: absolute;
  right: 78px;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: 0.3s;
}
body .wa-button:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@keyframes waFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
body .wa-popup {
  position: fixed;
  right: 25px;
  bottom: 105px;
  width: 360px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
  z-index: 99999;
}
body .wa-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
body .wa-header {
  background: #25D366;
  padding: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .wa-header .wa-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .wa-header .wa-profile .wa-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
body .wa-header .wa-profile h3 {
  margin: 0;
  font-size: 18px;
}
body .wa-header .wa-profile span {
  font-size: 13px;
  opacity: 0.9;
}
body .wa-header #waClose {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
body .wa-body {
  padding: 15px;
}
body .wa-body h4 {
  margin: 0 0 8px;
}
body .wa-body p {
  margin: 0 0 18px;
  color: #666;
}
body .wa-body .wa-option {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  background: #F8F8F8;
  cursor: pointer;
  border-radius: 12px;
  text-align: left;
  transition: 0.3s;
}
body .wa-body .wa-option:hover {
  background: #25D366;
  color: #fff;
}
body .wa-body textarea {
  width: 100%;
  height: 90px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  resize: none;
  outline: none;
  box-sizing: border-box;
}
body .wa-body #waSend {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
body .wa-body #waSend:hover {
  background: #1ebe5d;
}

.wa-option {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wa-option svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}/*# sourceMappingURL=template.css.map */