/*
-------------------
Sep. 2025 Redesign
-------------------
*/

/* HTML & Body */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  line-height: 21px;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}

/* Main Container */
.c-f-w-v1 {
  margin: 0 auto !important;
  position: relative !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: block !important;
  width: 100% !important;
  max-width: 1640px !important;
}
@media screen and (max-width: 767px) {
  .c-f-w-v1 {
    max-width: 98vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-f-w-v1 {
    max-width: 96vw !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .c-f-w-v1 {
    max-width: 94vw !important;
  }
}
@media screen and (min-width: 1600px) {
  .c-f-w-v1 {
    max-width: 1640px !important;
  }
}

/* Secondary Container relative to the main one */
/* Mimicks .col-xl-10.col-lg-11.col-12 behaviour */
.c-f-w-v2 {
  margin: 0 auto !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .c-f-w-v2 {
    max-width: 98vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-f-w-v2 {
    max-width: calc(96vw * 11 / 12) !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .c-f-w-v2 {
    max-width: calc(94vw * 10 / 12) !important;
  }
}
@media screen and (min-width: 1600px) {
  .c-f-w-v2 {
    max-width: calc(1640px * 10 / 12) !important;
  }
}

/* Font Sizes */
*.fs-14,
.fs-14 * {
  font-size: 14px !important;
  line-height: 1 !important;
}
*.fs-18,
.fs-18 * {
  font-size: 18px !important;
}
*.fs-20,
.fs-20 * {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
*.fs-25,
.fs-25 * {
  font-size: 25px !important;
  line-height: 1 !important;
}
*.fs-75,
.fs-75 * {
  font-size: 75px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  *.fs-14,
  .fs-14 * {
    font-size: 12px !important;
  }
  *.fs-18,
  .fs-18 * {
    font-size: 16px !important;
  }
  *.fs-20,
  .fs-20 * {
    font-size: 17px !important;
  }
  *.fs-25,
  .fs-25 * {
    font-size: 19px !important;
  }
  *.fs-75,
  .fs-75 * {
    font-size: 38px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  *.fs-14,
  .fs-14 * {
    font-size: 12px !important;
  }
  *.fs-18,
  .fs-18 * {
    font-size: 16px !important;
  }
  *.fs-20,
  .fs-20 * {
    font-size: 17px !important;
  }
  *.fs-25,
  .fs-25 * {
    font-size: 20px !important;
  }
  *.fs-75,
  .fs-75 * {
    font-size: 46px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  *.fs-14,
  .fs-14 * {
    font-size: 12px !important;
  }
  *.fs-18,
  .fs-18 * {
    font-size: 16px !important;
  }
  *.fs-20,
  .fs-20 * {
    font-size: 18px !important;
  }
  *.fs-25,
  .fs-25 * {
    font-size: 21px !important;
  }
  *.fs-75,
  .fs-75 * {
    font-size: 52px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  *.fs-14,
  .fs-14 * {
    font-size: 13px !important;
  }
  *.fs-18,
  .fs-18 * {
    font-size: 17px !important;
  }
  *.fs-20,
  .fs-20 * {
    font-size: 19px !important;
  }
  *.fs-25,
  .fs-25 * {
    font-size: 23px !important;
  }
  *.fs-75,
  .fs-75 * {
    font-size: 65px !important;
  }
}

/* Headings */
h2 {
  font-size: 50px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15 !important;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 34px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  h5 {
    font-size: 20px !important;
  }
  h6 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15 !important;
  }
  h1 {
    font-size: 42px !important;
  }
  h2 {
    font-size: 38px !important;
  }
  h3 {
    font-size: 32px !important;
  }
  h4 {
    font-size: 23px !important;
  }
  h5 {
    font-size: 21px !important;
  }
  h6 {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15 !important;
  }
  h1 {
    font-size: 45px !important;
  }
  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 34px !important;
  }
  h4 {
    font-size: 24px !important;
  }
  h5 {
    font-size: 22px !important;
  }
  h6 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15 !important;
  }
  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 44px !important;
  }
  h3 {
    font-size: 36px !important;
  }
  h4 {
    font-size: 26px !important;
  }
  h5 {
    font-size: 24px !important;
  }
  h6 {
    font-size: 21px !important;
  }
}

/* Font Weights */
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* Line Height */
.lh-1 {
  line-height: 1 !important;
}
.lh-1-1 {
  line-height: 1.1 !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}
.lh-1-3 {
  line-height: 1.3 !important;
}
.lh-1-4 {
  line-height: 1.4 !important;
}
.lh-1-5 {
  line-height: 1.5 !important;
}

/* Text Colors */
.text-lightGrey {
  color: #bfbebe !important;
}
.text-black {
  color: #000 !important;
}
.text-darkGreen {
  color: #64913e !important;
}

/* Background Colors */
.bg-black {
  background-color: #000;
}
.bg-lightGrey {
  background-color: #f4f4f4;
}
.bg-grey {
  background-color: #ebebeb;
}
.bg-orange {
  background-color: #d84f12;
}
.bg-red {
  background-color: #cf3d33;
}

/* Buttons */
body .c-btn-v1,
body .c-btn-v2,
body .c-btn-v3,
body .c-submit-btn {
  width: max-content !important;
  padding: 0 80px;
  border-width: 2px !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .c-btn-v1:before,
body .c-btn-v2:before,
body .c-btn-v3:before,
body .c-submit-btn:before {
  display: none !important;
}
@media screen and (max-width: 991px) {
  body .c-btn-v1,
  body .c-btn-v2,
  body .c-btn-v3,
  body .c-submit-btn {
    padding: 0 60px;
    height: 50px !important;
    font-size: 16px !important;
    width: max-content !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .c-btn-v1,
  body .c-btn-v2,
  body .c-btn-v3,
  body .c-submit-btn {
    padding: 0 68px;
    height: 60px !important;
    font-size: 18px !important;
    width: max-content !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  body .c-btn-v1,
  body .c-btn-v2,
  body .c-btn-v3,
  body .c-submit-btn {
    padding: 0 75px;
    height: 70px !important;
    font-size: 20px !important;
    width: max-content !important;
  }
}

/* Sections */
section.alt-sec {
  display: block !important;
  padding-top: 140px !important;
  padding-bottom: 140px !important;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  section.alt-sec {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.alt-sec {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  section.alt-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

/* Green Highlights */
.span-green {
  background: #64913e;
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  font-weight: var(--c-f-w-bold);
  height: max-content;
}
@media screen and (max-width: 991px) {
  .span-green {
    padding: 3px 5px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .span-green {
    padding: 3px 8px !important;
  }
}
.c-h-l-green,
.c-h-l-green-v1 {
  height: max-content !important;
}

/* Custom Lists */
.custom-list ul {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
}
.custom-list li {
  list-style: none !important;
  list-style-type: none !important;
  padding: 15px 0 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  flex: 1;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 45px !important;
}
.custom-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5px;
  background-color: #cf3d33;
  height: 3px;
  width: 30px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}
@media screen and (min-width: 1600px) {
  .custom-list:not(.lp-custom-list) li:last-of-type {
    border-top: none !important;
  }
  .custom-list li:last-of-type:before {
    top: -0.5px !important;
  }
}
@media screen and (max-width: 991px) {
  .custom-list li {
    padding-right: 20px !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-list li {
    padding-right: 35px !important;
  }
}

/* WOW.js Fix */
.wow {
  visibility: hidden;
}

/* Grey Boxes */
.grey-boxes .grey-box:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5px;
  background-color: #cf3d33;
  height: 3px;
  width: 30px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .grey-box > img {
    height: 55px !important;
  }
  .grey-box > p {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grey-box > img {
    height: 65px !important;
  }
  .grey-box > p {
    font-size: 14px !important;
  }
}

/* Background Images */
@media screen and (max-width: 991px) {
  .hide-bg-mobile {
    background-image: none !important;
  }
}

/* Testimonials */
.c-testimonials-main-container {
  letter-spacing: 0 !important;
  max-width: 100% !important;
}
.c-testimonials-main-container p.testim-sec-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #cf3d33;
  height: 3px;
  width: 30px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}
.c-testimonials-main-container:before,
.c-testimonials-main-container:after {
  display: none !important;
}
.c-testimonials-main-container .owl-nav {
  margin-top: 40px !important;
}
.c-testimonials-main-container .owl-nav > button:hover,
.c-testimonials-main-container .owl-nav > button:focus,
.c-testimonials-main-container .owl-dots > button:hover,
.c-testimonials-main-container .owl-dots > button:focus {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}
.c-testimonials-main-container .owl-nav > button.disabled {
  opacity: 1 !important;
}
.c-testimonials-main-container .owl-nav > button:not(.disabled) i:before {
  color: #d84f12 !important;
}
.c-testimonials-main-container .owl-nav > button.disabled i:before {
  color: #bfbebe !important;
}
.c-testimonials-main-container .owl-dots > button.active span,
.c-testimonials-main-container .owl-dots > button:hover span {
  background: #d84f12 !important;
}
@media screen and (max-width: 767px) {
  .c-testimonials-main-container .quote-left img,
  .c-testimonials-main-container .quote-right img {
    position: absolute;
  }
  .c-testimonials-main-container .quote-left {
    position: absolute;
    left: 0;
    top: -45px;
  }
  .c-testimonials-main-container .quote-right {
    position: absolute;
    right: 30px;
    bottom: 125px;
  }
}

/* Selction Colors */
::-moz-selection {
  background: rgba(216, 79, 18, 0.2);
}
::selection {
  background: rgba(216, 79, 18, 0.2);
}

/* Dividers */
.c-homepage-divider {
  background: rgba(0, 0, 0, 0.3) !important;
}

/* Paragraphs */
.c-p-v1 {
  font-weight: 500 !important;
}

/* Breadcrumbs */
.c-general-breadcrumbs-container,
.c-general-breadcrumbs-container * {
  color: rgba(255, 255, 255, 0.5) !important;
}
.c-general-breadcrumbs-container > span.current-item {
  font-weight: 700 !important;
}
.c-general-breadcrumbs-container .post.post-post.current-item {
  left: unset !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 991px) {
  .c-general-breadcrumbs-container {
    padding: 0 5px;
    margin-top: unset !important;
    margin-bottom: unset !important;
    max-width: 100% !important;
  }
  .c-general-breadcrumbs-container > span {
    font-size: 12px !important;
  }
}
.page-template-template-about-us
  .c-general-breadcrumbs-container
  > span:nth-of-type(3)
  a,
.page-template-template-why-us
  .c-general-breadcrumbs-container
  > span:nth-of-type(3)
  a,
.single-post .c-general-breadcrumbs-container > span:nth-of-type(5) a {
  pointer-events: none !important;
}
.page-template-template-about-us .c-breadcrumb-divider,
.page-template-template-why-us .c-breadcrumb-divider {
  left: 0 !important;
}

/* Repeatable Sections */
.repeatable-sec .rs-inner p:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  section.alt-sec.repeatable-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

/* Logos */
.logo-wrapper {
  width: max-content !important;
}
@media screen and (max-width: 767px) {
  .logo-wrapper img {
    height: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-wrapper img {
    height: 70px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .logo-wrapper img {
    height: 85px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .logo-wrapper img {
    height: 100px !important;
  }
}

/* Header */
header .c-main-ul > li > a {
  position: relative;
}
@media screen and (max-width: 991px) {
  body .c-burger-container {
    width: 30px;
    height: 20px;
  }
  body .c-burger-container.active div:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
  body .c-burger-container.active div:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
  }
}
.c-main-navigation-container > nav > ul.c-main-ul > li {
  padding: 10px 0 8px 0 !important;
}
header li.menu-item-has-children {
  position: relative;
}
header li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  padding: 10px 15px;
  left: -10%;
  top: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.15);
  width: max-content !important;
}
@media screen and (max-width: 991px) {
  header li.menu-item-has-children .sub-menu {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
header li.menu-item-has-children .sub-menu > li {
  list-style: none !important;
  list-style-type: none !important;
  line-height: 1.3;
}
header li.menu-item-has-children .sub-menu > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
header li.menu-item-has-children .sub-menu > li > a:hover {
  transition: all 0.3s ease;
  color: #638c24 !important;
}
@media screen and (min-width: 992px) {
  header .c-main-ul > .current_page_item > a:after,
  .page-template-template-about-us header .c-main-ul > .about-parent > a:after,
  .page-template-template-why-us .c-main-ul > .about-parent > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    background-color: #638c24;
    height: 2px;
    width: 120%;
  }
  .page-template-template-about-us header .c-main-ul > .about-parent > a,
  .page-template-template-why-us .c-main-ul > .about-parent > a {
    color: #638c24 !important;
  }
}

/* Homepage */
.hp-scroll-bottom {
  border-radius: 50%;
  border: 1px solid #fff;
  height: 38px;
  width: 38px;
  cursor: pointer;
}
.c-homepage-bg-img-header-container {
  height: unset !important;
  min-height: 100vh !important;
}
.c-homepage-header-content-container {
  max-width: 100% !important;
  width: 100% !important;
}
.c-homepage-header-content-container > p {
  max-width: 100% !important;
}
.c-homepage-header-content-container i {
  top: 0 !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}
.benefits-sec {
  background: #ebebeb !important;
  width: 100% !important;
  height: unset !important;
  background-size: unset !important;
  background-position: unset !important;
}
.execution-speed {
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 991px) {
  .hp-scroll-bottom {
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 1399px) {
  .c-homepage-bg-img-header-container {
    min-height: unset !important;
  }
}

/* Platform */
.pf-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background-color: #ebebeb;
  z-index: -1;
}
.pf-fix-api-sec .fix-api-list p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #cf3d33;
  height: 3px;
  width: 25px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}
.pf-fix-api-sec img {
  right: 0;
  bottom: -165px;
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .pf-fix-api-sec img {
    max-width: 75% !important;
    bottom: -125px;
  }
}

/* About */
.ab-box {
  border: 1px solid #000;
}
.ab-box > p:first-of-type:before,
.member-box .mb-bottom > p:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5px;
  transform: translateX(-50%);
  background-color: #cf3d33;
  height: 3px;
  width: 30px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}
.masonry {
  margin-left: -6px;
}
.masonry-sizer,
.masonry-item {
  width: 32%;
}
.masonry-item {
  padding-left: 6px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .masonry-sizer,
  .masonry-item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .masonry-sizer,
  .masonry-item {
    width: 100%;
  }
}

/* Why FXCUBIC */
.why-box {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.why-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5px;
  background-color: #cf3d33;
  height: 3px;
  width: 30px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}
.why-usp p:first-of-type::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5px;
  transform: translateX(-50%);
  background-color: #cf3d33;
  height: 3px;
  width: 25px;
  outline: 3px solid rgba(207, 61, 51, 0.2);
}

/* Blog & Single Post Related */
.blog .post-col .post-content p,
.related-blog-posts .post-col .post-content p {
  transition: all 0.3s ease;
}
.blog .post-col a:hover .post-content .post-title,
.blog .post-col a:hover .post-content .post-excerpt,
.related-blog-posts .post-col a:hover .post-content .post-title,
.related-blog-posts .post-col a:hover .post-content .post-excerpt {
  transition: all 0.3s ease;
  color: #638c24 !important;
}

/* Single Post */
.single-post .single-post-wrapper .post-content a {
  color: inherit !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

/* Careers */
.c-careers-links-content-container > a p.career-title {
  color: #000;
}
.c-careers-links-content-container > a:hover p.career-title {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .c-careers-link p {
    display: unset !important;
  }
}

/* Contact Us */
.wpcf7-form input,
.wpcf7-form textarea {
  position: relative;
}
.wpcf7-form:not(.page-template-template-landing-page .wpcf7-form)
  .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -50px;
}

/* Landing Page */
.lp-header {
  min-height: 100vh;
}
@media screen and (max-width: 1399px) {
  .lp-header {
    min-height: unset !important;
  }
}

/* Footer */
footer ul.privacy_policy_menu_ul {
  margin: 0 !important;
}
footer ul.privacy_policy_menu_ul li a {
  font-size: inherit !important;
  margin: inherit !important;
  display: block !important;
  color: inherit !important;
  position: relative !important;
  top: 0 !important;
}
@media screen and (max-width: 991px) {
  .c-footer-main-navigation-container > nav > ul {
    flex-direction: row !important;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-footer-main-navigation-container > nav > ul > li {
    padding: 0 10px !important;
  }
}
