* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Rubik', sans-serif;
  color: #505489;
  font-size: 20px; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #1f2471;
  line-height: .9; }

h1 {
  font-size: 120px; }

h2 {
  font-size: 70px;
  font-weight: 500; }

h3 {
  font-size: 45px;
  font-weight: 400; }

h4 {
  font-size: 30px;
  font-weight: 400; }

h5 {
  font-size: 25px;
  font-weight: 600; }

i {
  font-size: 16px;
  color: #999;
  transition: .4s; }

.font-btn {
  transition: .4s; }
  .font-btn span {
    font-weight: 500;
    color: #fb383b;
    font-size: 20px;
    position: relative;
    top: -16px; }
  .font-btn .fal {
    background: #fb383b;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding-top: 16px;
    font-size: 16px;
    margin-right: 5px; }
  .font-btn .fal:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    left: -100%;
    transition: .4s; }
  .font-btn .fal:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    left: 43%;
    transition: .4s; }

.font-btn:hover .fal:before {
  left: 43%; }

.font-btn:hover .fal:after {
  left: 157%; }

.layer-btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 20px 45px 15px 45px;
  transition: .4s;
  z-index: 1; }

.layer-btn:hover {
  color: #fff; }

.layer-btn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99.9%;
  background: #fb383b;
  z-index: -2; }

.layer-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  background: #222429;
  opacity: .5;
  border: 1px solid #222429;
  width: 105%;
  height: 185%;
  transform: translateX(90%) rotate(25deg);
  transition: .4s; }

.layer-btn:hover:before {
  transform: translateX(0%);
  z-index: -1;
  opacity: 1; }

::-webkit-input-placeholder {
  font-size: 15px !important;
  color: #666 !important; }

.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

/* Nav link focus states for accessibility */
#navigration .nav-link:focus-visible {
  outline: 2px solid var(--fv-red, #fb383b);
  outline-offset: 2px;
  color: var(--fv-red, #fb383b); }

#navigration .dropdown-toggle:focus-visible {
  outline: 2px solid var(--fv-red, #fb383b);
  outline-offset: 2px; }

#navigration .dropdown-toggle::after {
  display: none !important;
}

.form-control {
  font-size: 13px;
  border: 1px solid #e3e3e3; }

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #fb383b; }

#navigration .logo {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }

#navigration .header {
  position: relative; }
  #navigration .header #showsidenav {
    position: absolute;
    top: 15px;
    right: 15px; }
    #navigration .header #showsidenav img {
      width: 15px; }

#navigration .nav-item {
  list-style: none;
  display: inline-block; }
  #navigration .nav-item .nav-link {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding: 35px 15px;
    transition: .4s; }
    #navigration .nav-item .nav-link .fa-angle-down {
      color: #fff;
      margin-left: 2px;
      font-size: 13px;
      font-weight: 500; }

#navigration .nav-item:hover .nav-link {
  color: #fb383b; }

#navigration .nav-item:hover .fa-angle-down {
  color: #fb383b; }

#navigration .dropdown {
  cursor: pointer; }
  #navigration .dropdown .dropdown-menus {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    position: absolute;
    margin-top: 0;
    padding: 5px 0px;
    min-width: 220px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 40px 0px #0000001a;
    transition: .4s; }
    #navigration .dropdown .dropdown-menus .dropdown-item {
      padding: 8px 25px;
      color: #222429;
      font-weight: 500;
      background: none;
      position: relative;
      transition: .4s; }
      #navigration .dropdown .dropdown-menus .dropdown-item span {
        transition: .4s;
        font-size: 20px; }

    #navigration .dropdown .dropdown-menus .dropdown-item:hover {
      background: #f5f5f5; }
      

#navigration .collapse:not(.show) {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: -1; }

#navigration .dropdown:hover > .dropdown-menus {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

#navigration .dropdown-2 {
  position: relative; }
  #navigration .dropdown-2 .dropdown-menus-2 {
    position: absolute;
    top: 0;
    min-width: 220px;
    right: -220px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 0px;
    box-shadow: 0px 1px 40px 0px #0000001a;
    transition: .2s;
    display: block; }

#navigration .dropdown-2:hover > .dropdown-menus-2 {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

#navigration .dropdown-2:hover > .dropdown-item {
  background: #f5f5f5; }
  #navigration .dropdown-2:hover > .dropdown-item .fal {
    color: #fb383b; }
  #navigration .dropdown-2:hover > .dropdown-item span {
    margin-left: 15px;
    color: #fb383b; }

#navigration .dropdown-2:hover > .dropdown-item:before {
  width: 10px; }

#navigration #hamburger {
  cursor: pointer;
  position: relative; }
  #navigration #hamburger img {
    transition: .4s; }
  #navigration #hamburger .img02 {
    position: absolute;
    right: 0;
    opacity: 0; }

#navigration #hamburger:hover .img02 {
  opacity: 1; }

#navigration .get-quote {
  padding: 0 20px;
  margin-top: 10px; }

.fixed-top {
  z-index: 5;
  transition: .4s; }

#homeSection {
  position: relative;
  margin-bottom: 0px; }
  #homeSection .slider-box {
    background-color: #0b0f19;
    background-position: center top;
    height: 100vh; }
    #homeSection .slider-box .overlay {
      background: rgba(34, 34, 34, 0.7);
      height: 100%; }
    #homeSection .slider-box .txt-box {
      height: 100vh;
      position: relative; }
      #homeSection .slider-box .txt-box .txt-area {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        #homeSection .slider-box .txt-box .txt-area p {
          color: #fff;
          font-size: 24px; }
        #homeSection .slider-box .txt-box .txt-area h1 {
          color: #fff;
          font-weight: 600;
          letter-spacing: 5px;
          line-height: .9;
          margin-bottom: 50px; }
  #homeSection .slider-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: url(../img/layer.webp);
    background-repeat: no-repeat;
    background-position: right top; }
  #homeSection .slider-box2 {
    background: url(../img/home-bg01.webp);
    background-size: cover;
    background-position: center center; }
  #homeSection .owl-carousel {
    position: relative;
    z-index: 0; }
  #homeSection .owl-dots {
    display: none; }
  #homeSection .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    transition: .4s;
    pointer-events: none; }
    #homeSection .owl-nav button {
      width: 50px;
      height: 100px;
      display: block;
      background: none !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .4s;
      pointer-events: auto; }
    #homeSection .owl-nav button:hover {
      opacity: 0.7; }
    #homeSection .owl-nav .owl-prev {
      left: 20px; }
      #homeSection .owl-nav .owl-prev span {
        display: none; }
    #homeSection .owl-nav .owl-next {
      right: 20px; }
      #homeSection .owl-nav .owl-next span {
        display: none; }
    #homeSection .owl-nav .owl-prev::before,
    #homeSection .owl-nav .owl-next::before {
      font-size: 50px;
      font-weight: 300;
      text-align: center;
      color: #fff;
      content: '\f053';
      font-family: 'Font Awesome 5 pro', 'FontAwesome', sans-serif;
      transition: .4s; }
    #homeSection .owl-nav .owl-next::before {
      content: '\f054';
      padding: 0; }
    #homeSection .owl-nav .owl-prev:focus,
    #homeSection .owl-nav .owl-next:focus {
      outline: none; }

#featureSection {
  margin-bottom: 100px; }
  #featureSection .sec-header h2 {
    color: #1d1e22;
    margin-bottom: 30px; }
    #featureSection .sec-header h2 span {
      color: #fb383b; }
  #featureSection .sec-header h4 {
    color: #fb383b;
    margin-bottom: 30px; }
  #featureSection .sec-header p {
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin-bottom: 0; }
  #featureSection .img-box {
    position: relative; }
    #featureSection .img-box img {
      border-radius: 10px;
      filter: grayscale(100%);
      transition: .4s; }
    #featureSection .img-box .img01 {
      display: block;
      margin-left: auto;
      margin-right: 50px;
      max-width: 470px; }
    #featureSection .img-box .img02 {
      position: absolute;
      bottom: -150px;
      left: 0px;
      max-width: 420px; }
  #featureSection .img-box:hover img {
    filter: grayscale(0%); }
  #featureSection .img-box:before {
    content: "";
    position: absolute;
    background: #fb383b;
    top: 0;
    left: 0;
    height: 250px;
    width: 15px;
    border-radius: 10px; }
  #featureSection .part2 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #featureSection .part2 ul {
      margin-top: 50px;
      margin-bottom: 45px; }
      #featureSection .part2 ul li {
        list-style: none;
        margin-bottom: 10px;
        color: #666;
        font-family: 'Rubik', sans-serif;
        font-size: 16px; }
        #featureSection .part2 ul li .fal {
          margin-right: 10px;
          font-weight: 500;
          color: #fb383b; }
    #featureSection .part2 .since {
      background: #1d1e22;
      position: relative;
      text-align: center;
      width: 80px;
      height: 80px;
      padding-top: 13px;
      border-radius: 100px; }
      #featureSection .part2 .since span {
        color: #fff; }
    #featureSection .part2 .since:before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      background: #e8eae9;
      width: 100%;
      height: 100%;
      border-radius: 100px;
      z-index: -1; }

#serviceSection {
  background: #222429;
  padding: 80px 0;
  overflow-x: hidden;
  margin-bottom: 100px; }
  #serviceSection .sec-header h2 {
    color: #fff;
    margin-bottom: 30px; }
    #serviceSection .sec-header h2 span {
      color: #fb383b; }
  #serviceSection .sec-header p {
    color: #9ca3a9;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin-bottom: 0; }
  #serviceSection .service-box {
    display: flex;
    background: #1d1e22;
    align-items: top;
    border-radius: 10px;
    justify-content: space-between;
    padding: 50px 40px;
    margin: 15px 0;
    cursor: pointer;
    transition: .4s; }
    #serviceSection .service-box .txt-area h3 {
      color: #9ca3a94d;
      margin-bottom: 50px;
      transition: .4s; }
    #serviceSection .service-box .txt-area h4 {
      color: #9ca3a9;
      margin-bottom: 0;
      font-size: 20px;
      transition: .4s; }
    #serviceSection .service-box .img-box {
      position: relative; }
      #serviceSection .service-box .img-box img {
        width: 70px;
        transition: .4s; }
      #serviceSection .service-box .img-box .img01 {
        position: absolute;
        top: 0;
        left: 0; }
      #serviceSection .service-box .img-box .img02 {
        opacity: 0; }
  #serviceSection .service-box:hover {
    background: #fb383b; }
    #serviceSection .service-box:hover .txt-area h3 {
      color: #fff; }
    #serviceSection .service-box:hover .txt-area h4 {
      color: #1d1e22; }
    #serviceSection .service-box:hover .img-box .img01 {
      opacity: 0; }
    #serviceSection .service-box:hover .img-box .img02 {
      opacity: 1; }

#portfolioSection {
  margin-bottom: 100px; }
  #portfolioSection .sec-header h2 {
    color: #1d1e22;
    margin-bottom: 30px; }
    #portfolioSection .sec-header h2 span {
      color: #fb383b; }
  #portfolioSection .indicator span {
    color: #666;
    font-size: 22px;
    transition: .4s;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px; }
  #portfolioSection .indicator span:last-child {
    margin-right: 0; }
  #portfolioSection .indicator span:hover {
    color: #fb383b; }
  #portfolioSection .indicator span.active {
    color: #fb383b; }
  #portfolioSection .indicator span::after {
    content: "";
    background: #fb383b;
    display: block;
    width: 0;
    height: 2px;
    opacity: 0;
    top: 30px;
    transition: .4s; }
  #portfolioSection .indicator span.active::after,
  #portfolioSection .indicator span:hover::after {
    width: 100%;
    opacity: 1; }
  #portfolioSection #portfolio {
    margin-top: 35px; }
  #portfolioSection .portfolio-box {
    position: relative;
    margin: 15px 0;
    overflow: hidden; }
    #portfolioSection .portfolio-box .img-box {
      height: 400px;
      overflow: hidden;
      border-radius: 10px; }
      #portfolioSection .portfolio-box .img-box img {
        filter: grayscale(100%);
        transition: .4s; }
      #portfolioSection .portfolio-box .img-box .img-fluid {
        width: -webkit-fill-available !important;
        height: -webkit-fill-available !important; }
    #portfolioSection .portfolio-box .hover-txt {
      background: #1d1e22;
      padding: 30px;
      width: 90%;
      position: absolute;
      left: 5%;
      display: block;
      margin: auto;
      border-radius: 10px;
      transition: .4s; }
      #portfolioSection .portfolio-box .hover-txt .category {
        color: #fff;
        font-size: 18px;
        position: relative; }
      #portfolioSection .portfolio-box .hover-txt .category:before {
        content: "";
        height: 2px;
        width: 50px;
        background: #fb383b;
        position: absolute;
        border-radius: 3px;
        bottom: 9px;
        right: -70px; }
      #portfolioSection .portfolio-box .hover-txt p {
        color: #fff;
        margin-bottom: 0;
        font-size: 22px; }
  #portfolioSection .portfolio-box:hover .img-box img {
    filter: grayscale(0%); }
  #portfolioSection .portfolio-box:hover .hover-txt {
    transform: translateY(-115%); }

.portfolio-preview {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  max-width: 768px;
  margin: 15px auto;
  position: relative; }
  .portfolio-preview .img-box {
    height: 400px; }
    .portfolio-preview .img-box img {
      height: 100%;
      width: 100%; }
  .portfolio-preview .description h4 {
    font-size: 45px;
    margin-bottom: 15px;
    color: #222429; }
  .portfolio-preview .description p {
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin-bottom: 30px; }
  .portfolio-preview .description ul {
    margin-bottom: 0; }
    .portfolio-preview .description ul li {
      list-style: none;
      margin-bottom: 10px;
      color: #222429; }
      .portfolio-preview .description ul li i {
        color: #fb383b;
        width: 24px; }
      .portfolio-preview .description ul li span {
        color: #666;
        margin-left: 15px; }
      .portfolio-preview .description ul li a {
        margin-left: 15px;
        color: #fb383b; }

#pricingSection {
  background: #222429;
  padding: 80px 0;
  overflow-x: hidden;
  margin-bottom: 100px; }
  #pricingSection .sec-header {
    margin-bottom: 50px; }
    #pricingSection .sec-header h2 {
      color: #fff;
      margin-bottom: 30px; }
      #pricingSection .sec-header h2 span {
        color: #fb383b; }
    #pricingSection .sec-header p {
      color: #666;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      margin-bottom: 0; }
  #pricingSection .pricing-box {
    background: #1d1e22;
    padding: 40px 40px 30px 40px;
    margin: 15px 0;
    border-radius: 10px;
    text-align: center;
    transition: .4s; }
    #pricingSection .pricing-box h4 {
      font-size: 22px;
      color: #9ca3a9;
      margin-bottom: 20px;
      transition: .4s; }
    #pricingSection .pricing-box h3 {
      color: #fb383b;
      font-weight: 500;
      margin-bottom: 30px;
      transition: .4s; }
    #pricingSection .pricing-box ul li {
      list-style: none;
      margin-bottom: 10px;
      color: #9ca3a9;
      font-family: 'Rubik', sans-serif;
      font-size: 15px;
      margin-bottom: 10px;
      transition: .4s; }
    #pricingSection .pricing-box .btn {
      margin-top: 10px;
      padding: 0;
      transition: .4s; }
      #pricingSection .pricing-box .btn .fal {
        transition: 0s; }
  #pricingSection .pricing-box:hover {
    background: #fb383b; }
    #pricingSection .pricing-box:hover h4 {
      color: #1d1e22; }
    #pricingSection .pricing-box:hover h3 {
      color: #1d1e22; }
    #pricingSection .pricing-box:hover ul li {
      color: #333; }
    #pricingSection .pricing-box:hover .font-btn .fal {
      background: #1d1e22;
      color: #fb383b; }
    #pricingSection .pricing-box:hover .font-btn span {
      color: #1d1e22; }

#specialFeature {
  background: #fff;
  overflow: hidden;
  margin-bottom: 80px; }
  #specialFeature .sec-header {
    margin-bottom: 50px; }
    #specialFeature .sec-header h2 {
      color: #222429;
      margin-bottom: 30px; }
      #specialFeature .sec-header h2 span {
        color: #fb383b; }
    #specialFeature .sec-header p {
      color: #666;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      margin-bottom: 0; }
  #specialFeature .service-box {
    position: relative;
    transition: .4s; }
    #specialFeature .service-box .img-box {
      overflow: hidden;
      border-radius: 10px; }
      #specialFeature .service-box .img-box img {
        width: 100%;
        border-radius: 10px;
        filter: grayscale(100%);
        transition: .4s; }
    #specialFeature .service-box .txt-box {
      background: #222429;
      position: relative;
      transform: translateY(-30px);
      border-radius: 10px;
      padding: 20px;
      padding-right: 65px;
      width: 85%;
      margin: auto; }
      #specialFeature .service-box .txt-box h4 {
        color: #fff; }
      #specialFeature .service-box .txt-box p {
        color: #9ca3a9;
        margin-bottom: 0; }
    #specialFeature .service-box .font-btn {
      margin-top: -15px; }
  #specialFeature .service-box:hover img {
    filter: grayscale(0%); }
  #specialFeature .font-btn {
    position: absolute;
    right: 0;
    bottom: 0; }
  #specialFeature .owl-stage-outer {
    overflow: visible; }
  #specialFeature .owl-nav {
    display: block;
    position: absolute;
    top: -21%;
    right: 0;
    transition: .4s; }
    #specialFeature .owl-nav button {
      width: 50px;
      height: 50px;
      background: none;
      background: #fb383b;
      border-radius: 100px;
      transition: .4s; }
    #specialFeature .owl-nav button:hover {
      background: #222429;
      color: #fff; }
    #specialFeature .owl-nav .owl-prev {
      margin-right: 15px; }
      #specialFeature .owl-nav .owl-prev span {
        opacity: 0; }
    #specialFeature .owl-nav .owl-next {
      float: right; }
      #specialFeature .owl-nav .owl-next span {
        opacity: 0; }
    #specialFeature .owl-nav .owl-prev::before,
    #specialFeature .owl-nav .owl-next::before {
      font-size: 16px;
      text-align: center;
      color: #fff;
      content: '\f053';
      font-family: 'Font Awesome 5 pro';
      transition: .4s; }
    #specialFeature .owl-nav .owl-next::before {
      content: '\f054';
      padding: 22px; }
    #specialFeature .owl-nav .owl-prev:focus {
      outline: 0px dotted; }
    #specialFeature .owl-nav .owl-next:focus {
      outline: 0px dotted; }
    #specialFeature .owl-nav .owl-prev:hover:before,
    #specialFeature .owl-nav .owl-next:hover:before {
      color: #fff; }

.specialFeature2 {
  margin-bottom: 0 !important; }
  .specialFeature2 .container {
    max-width: 100%; }
  .specialFeature2 .sec-header {
    margin-bottom: 50px; }
    .specialFeature2 .sec-header h2 {
      color: #222429;
      margin-bottom: 30px; }
      .specialFeature2 .sec-header h2 span {
        color: #fb383b; }

#featureDetails {
  border-left: 1px solid #cbcbcc;
  padding-left: 30px; }
  #featureDetails .img-box {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 10px; }
    #featureDetails .img-box img {
      width: 100%;
      border-radius: 10px;
      filter: grayscale(100%);
      transition: .4s; }
  #featureDetails .img-box:hover img {
    filter: grayscale(0%); }
  #featureDetails .txt-box h3 {
    color: #222429;
    margin-bottom: 15px; }
    #featureDetails .txt-box h3 span {
      color: #fb383b; }
  #featureDetails .txt-box p {
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-size: 16px; }
  #featureDetails .txt-box ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-size: 16px; }
    #featureDetails .txt-box ul li .fal {
      margin-right: 10px;
      font-weight: 500;
      color: #fb383b; }

#testimonialSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  overflow: hidden; }
  #testimonialSection .sec-header {
    margin-bottom: 50px; }
    #testimonialSection .sec-header h2 {
      color: #1d1e22;
      margin-bottom: 30px; }
      #testimonialSection .sec-header h2 span {
        color: #fb383b; }
  #testimonialSection .testimonial-box {
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px #0000001a;
    padding: 40px 50px;
    transition: .4s; }
    #testimonialSection .testimonial-box .top-part {
      display: flex;
      align-items: center; }
      #testimonialSection .testimonial-box .top-part .client {
        margin-right: 15px; }
        #testimonialSection .testimonial-box .top-part .client img {
          width: 80px;
          height: 80px;
          border-radius: 100px; }
      #testimonialSection .testimonial-box .top-part .txt p {
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #000;
        font-size: 22px; }
      #testimonialSection .testimonial-box .top-part .txt span {
        font-size: 18px;
        color: #fb383b;
        transition: .4s; }
      #testimonialSection .testimonial-box .top-part .quote {
        margin-left: auto;
        position: relative;
        align-self: start; }
        #testimonialSection .testimonial-box .top-part .quote img {
          width: 40px; }
        #testimonialSection .testimonial-box .top-part .quote .img02 {
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0; }
    #testimonialSection .testimonial-box .feedback {
      color: #666;
      margin-top: 30px;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      line-height: 2;
      margin-bottom: 0;
      transition: .4s; }
  #testimonialSection .testimonial-box:hover {
    background: #fb383b; }
    #testimonialSection .testimonial-box:hover .txt span {
      color: #333; }
    #testimonialSection .testimonial-box:hover .quote .img02 {
      opacity: 1; }
    #testimonialSection .testimonial-box:hover .feedback {
      color: #333; }
  #testimonialSection .owl-stage-outer {
    overflow: visible; }
  #testimonialSection .owl-dots {
    position: absolute;
    display: inline-block;
    top: -90px;
    right: 0; }
    #testimonialSection .owl-dots .owl-dot {
      width: 10px !important;
      height: 10px !important;
      background: none;
      border: 1px solid #fb383b;
      border-radius: 20px;
      transition: .4s;
      margin: 0px 5px; }
    #testimonialSection .owl-dots .owl-dot:focus {
      outline: 0px dotted !important;
      outline: 0px auto -webkit-focus-ring-color !important; }
    #testimonialSection .owl-dots .owl-dot.active {
      background: #fb383b; }

#workSection {
  background: url(../img/work-bg.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  filter: grayscale(100%); }
  #workSection .overlay {
    background: rgba(34, 34, 34, 0.7);
    padding: 80px 0; }
  #workSection .work-box {
    margin: 30px 0;
    border-right: 1px solid #ffffff40; }
    #workSection .work-box h2 {
      color: #fff; }
    #workSection .work-box p {
      font-size: 22px;
      color: #fff;
      margin-bottom: 0; }
  #workSection .box-4 {
    border-right: none; }

#contactSection {
  margin-bottom: 20px; }
  #contactSection .sec-header {
    margin-bottom: 50px; }
    #contactSection .sec-header h2 {
      color: #222429;
      margin-bottom: 30px; }
      #contactSection .sec-header h2 span {
        color: #fb383b; }
    #contactSection .sec-header p {
      color: #666;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      margin-bottom: 0; }
  #contactSection .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #contactSection .icon-box .icon {
      background: #fb383b;
      height: 60px;
      width: 60px;
      border-radius: 100px;
      text-align: center;
      margin-right: 15px; }
      #contactSection .icon-box .icon .fal {
        font-size: 20px;
        padding-top: 20px;
        color: #000; }
    #contactSection .icon-box .txt p {
      margin-bottom: 0;
      color: #222429; }
    #contactSection .icon-box .txt span {
      color: #666;
      font-family: 'Rubik', sans-serif;
      font-size: 16px; }
  #contactSection form .form-group .form-control {
    font-family: 'Rubik', sans-serif;
    background: #f4f5f9;
    border: 1px solid #f4f5f9;
    font-size: 15px;
    padding: 20px;
    border-radius: 8px; }
  #contactSection form .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #fb383b; }
  #contactSection form .form-group input {
    height: 62px; }

#contactArea .contact-box {
  background: #fb383b;
  border-radius: 10px;
  padding: 80px;
  position: relative;
  transform: translateY(80px);
  z-index: 1; }

#contactArea .row {
  align-items: center; }

#contactArea .sec-header h2 {
  color: #222429;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.1; }
  #contactArea .sec-header h2 span {
    color: #fff; }

#contactArea .layer-btn {
  color: #fff; }

#contactArea .layer-btn:hover {
  color: #222429; }

#contactArea .layer-btn::after {
  background: #222429; }

#contactArea .layer-btn::before {
  background: #fff;
  border: 1px solid #fff; }

#footerSection {
  background: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}
#footerSection .logo {
  font-size: 24px;
  font-weight: 700;
  color: #1d1e22;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
}
#footerSection .about {
  color: #6f7075;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 1.7;
  max-width: 320px;
}
#footerSection .social-links a {
  display: inline-block;
  color: #6f7075;
  font-size: 18px;
  margin-right: 18px;
  transition: color .3s ease;
}
#footerSection .social-links a:hover {
  color: #1d1e22;
}
#footerSection .footer-box .title {
  color: #1d1e22;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Rubik', sans-serif;
}
#footerSection .footer-box a {
  display: block;
  color: #6f7075;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color .3s ease;
}
#footerSection .footer-box a:hover {
  color: #1d1e22;
}
#footerSection .footer-bottom {
  border-top: 1px solid #e5e5e3;
  margin-top: 60px !important;
}
#footerSection .footer-bottom p {
  color: #6f7075;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0;
}
#footerSection .footer-bottom a {
  color: #6f7075;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  transition: color .3s ease;
}
#footerSection .footer-bottom a:hover {
  color: #1d1e22;
}
#footerSection .copy-right span {
      color: #9ca3a9;
      font-family: 'Rubik', sans-serif;
      font-size: 16px; }

#footerSection:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: url(../img/footer.webp);
  background-repeat: no-repeat;
  background-position: center; }

#pageHeader {
  background: url(../img/home-bg.webp);
  background-size: cover;
  background-position: center top;
  margin-bottom: 100px; }
  #pageHeader .overlay {
    background: rgba(34, 34, 34, 0.8);
    padding: 180px 0 80px 0; }
  #pageHeader .sec-header {
    margin-bottom: 50px; }
    #pageHeader .sec-header h2 {
      color: #fff;
      margin-bottom: 15px; }
      #pageHeader .sec-header h2 span {
        color: #fb383b; }
    #pageHeader .sec-header p {
      color: #fb383b; }
      #pageHeader .sec-header p a {
        color: #fff;
        text-decoration: none;
        transition: .4s; }
      #pageHeader .sec-header p a:hover {
        color: #fb383b; }
      #pageHeader .sec-header p span {
        color: #fff;
        margin: 0 5px; }

#googleMap iframe {
  border-radius: 10px;
  position: relative;
  transform: translateY(80px);
  z-index: 1; }

.scroll-up {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 40px;
  bottom: 40px;
  transition: .4s;
  text-align: center;
  z-index: 1; }
  .scroll-up .fal {
    background: #fb383b;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding-right: 13px;
    font-size: 16px; }
  .scroll-up .fal:before {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 100%;
    transition: .4s; }
  .scroll-up .fal:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 36%;
    transition: .4s; }

.scroll-up:hover .fal:before {
  top: 36%; }

.scroll-up:hover .fal:after {
  top: -157%; }

@media (max-width: 991px) {
  #navigration {
    padding: 10px !important; }
    #navigration .sidenav {
      position: absolute;
      background: #222429;
      top: 0;
      left: -305px;
      width: 280px;
      height: 100vh;
      box-shadow: 0px 1px 40px 0px #0000001a;
      transition: .4s;
      overflow-y: auto; }
      #navigration .sidenav .logo {
        display: block;
        text-align: center;
        padding: 10px;
        padding-top: 40px; }
    #navigration .sidenav::-webkit-scrollbar {
      width: 0px;
      height: 10px; }
    #navigration .sidenav::-webkit-scrollbar-track {
      background: #fff;
      border-radius: 3px; }
    #navigration .sidenav::-webkit-scrollbar-thumb {
      background: #e5e5e5;
      border-radius: 5px; }
    #navigration .sidenav::-webkit-scrollbar-thumb:hover {
      background: #e5e5e5; }
    #navigration .nav-item {
      display: inline; }
      #navigration .nav-item .nav-link {
        padding: 15px;
        color: #9ca3a9;
        border-top: 1px solid #ffffff1a; }
        #navigration .nav-item .nav-link .fal {
          float: right;
          background: #fb383b;
          position: relative;
          top: -3px;
          color: #fff;
          height: 25px;
          width: 25px;
          border-radius: 5px;
          text-align: center;
          font-weight: 500;
          padding-top: 6px; }
      #navigration .nav-item .dropdown-menus {
        position: relative;
        background: none;
        padding: 0;
        box-shadow: none; }
        #navigration .nav-item .dropdown-menus .dropdown-item {
          padding: 10px 15px 5px 30px;
          border-top: 1px solid #ffffff1a;
          color: #9ca3a9; }
          #navigration .nav-item .dropdown-menus .dropdown-item .fal {
            float: right;
            background: #fb383b;
            position: relative;
            top: 0px;
            color: #fff;
            height: 25px;
            width: 25px;
            border-radius: 5px;
            text-align: center;
            font-weight: 500;
            padding-top: 6px;
            transform: rotate(90deg); }
        #navigration .nav-item .dropdown-menus .dropdown-item:hover {
          background: none; }
      #navigration .nav-item .dropdown-item:last-child {
        margin-bottom: 1px; }
      #navigration .nav-item .dropdown-2 {
        margin-bottom: 1px; }
      #navigration .nav-item .dropdown-menus-2 {
        position: relative;
        background: none;
        padding: 0;
        box-shadow: none;
        right: 0; }
        #navigration .nav-item .dropdown-menus-2 .dropdown-item {
          padding: 10px 15px 5px 45px; }
    #navigration .nav-item:first-child .nav-link {
      border-top: none; }
    #navigration .nav-item:last-child .nav-link {
      border-bottom: 1px solid #ffffff1a; }
    #navigration .dropdown-item:hover:before {
      width: 0px !important; }
    #navigration .dropdown-item:hover span {
      margin-left: 0px !important; }
    #navigration .sidenav.active-nav {
      left: 0px; }
    #navigration .collapse:not(.show) {
      display: none; }
  #featureSection .col-lg-7 {
    margin-bottom: 200px; }
  #portfolioSection .sec-header,
  #portfolioSection .indicator {
    text-align: center; }
  #workSection .box-2 {
    border-right: none !important; }
  #contactArea .contact-box {
    text-align: center;
    padding: 50px; } }

@media (max-width: 768px) {
  #homeSection .txt-area h1 {
    font-size: 70px; }
  #workSection .work-box {
    border-right: none !important; } }

@media (max-width: 552px) {
  h2 {
    font-size: 50px !important; }
  #homeSection .txt-area h1 {
    font-size: 60px; }
  #featureSection .col-lg-7 {
    margin-bottom: 200px; }
    #featureSection .col-lg-7 .img-box .img01 {
      width: 90%;
      margin-right: 0px; }
    #featureSection .col-lg-7 .img-box .img02 {
      width: 90%; } }

/* --- PREMIUM NAVIGATION STYLES --- */
#navigration {
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
  padding: 15px 0 !important;
}

#navigration.nav-scrolled {
  background: rgba(29, 30, 34, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 10px 0 !important;
}

#navigration .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px !important;
  transition: all 0.25s ease;
}

#navigration .nav-item:hover .nav-link {
  color: #fb383b !important;
}

#navigration .dropdown .dropdown-menus {
  background: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #e5e5e3 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  padding: 10px 0px !important;
}

#navigration .dropdown .dropdown-menus .dropdown-item {
  padding: 10px 25px !important;
  font-size: 14px !important;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color: #222429 !important;
  transition: all 0.2s ease !important;
}

#navigration .dropdown .dropdown-menus .dropdown-item:hover {
  background: #f8f8f6 !important;
}



#navigration .premium-nav-btn {
  background: #fb383b;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  padding: 12px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(251, 56, 59, 0.3);
}

#navigration .premium-nav-btn:hover {
  background: #fff;
  color: #1d1e22;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
}

/* --- PRESENTATION SECTION --- */
.presentation-section {
  background-color: #222429;
  padding: 100px 0;
}
.presentation-section h2 {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: none;
}
.presentation-subtitle {
  color: #9ca3a9;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin: 0 auto 60px;
}
.presentation-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.presentation-card {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
}
.presentation-card.centered-card {
  width: calc(65% - 15px);
  margin-top: 15px;
}
.presentation-card .card-number {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  flex-shrink: 0;
  font-family: 'Rubik', sans-serif;
}
.presentation-card .card-number::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.presentation-card .card-content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 18px 24px; 
  color: #fff;
  font-size: 16px;
  text-align: left;
  flex-grow: 1;
  background: transparent;
  min-height: 85px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.5;
}
.presentation-footer {
  color: #9ca3a9;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .presentation-card,
  .presentation-card.centered-card {
    width: 100%;
  }
}

/* --- INDUSTRIES GRID SECTION --- */
.fv-industries-grid {
  background-color: #fafafa;
  background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
  background-size: 24px 24px;
  position: relative;
  overflow: hidden;
}
.niches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  background-color: #e5e5e3;
  border: 1px solid #e5e5e3;
  gap: 1px;
}
@media (max-width: 991px) {
  .niches-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .niches-grid { grid-template-columns: 1fr; }
}
.niche-card {
  background-color: #fafafa;
  position: relative;
  padding: 40px 30px;
  z-index: 1;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.niche-card:hover {
  text-decoration: none;
}
.niche-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.02), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.niche-card:hover::before {
  opacity: 1;
}
.niche-title-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.niche-accent {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0px;
  background-color: #fb383b;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.3s ease;
}
.niche-card:hover .niche-accent {
  height: 24px;
}
.niche-title {
  color: #1d1e22;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.3s ease;
  display: inline-block;
}
.niche-card:hover .niche-title {
  transform: translateX(8px);
}
.niche-icon {
  font-size: 24px;
  color: #6f7075;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.niche-card:hover .niche-icon {
  color: #1d1e22;
}
.niche-desc {
  color: #6f7075;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
/* --- LOGO MARQUEE --- */
.fv-logo-marquee {
  background-color: #fff;
  padding: 15px 0;
}
.marquee-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-marquee 40s linear infinite;
}
.marquee-track:hover {
  animation-duration: 80s;
}
.marquee-content {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
}
.marquee-content img {
  height: 28px;
  object-fit: contain;
  filter: opacity(70%);
  transition: filter 0.3s ease;
  pointer-events: none;
  user-select: none;
}
.marquee-content img:hover {
  filter: opacity(100%);
}
@keyframes scroll-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Vercel-style Tab Nav Indicators */
.nav-hover-pill {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  list-style: none;
}
.nav-scrolled .nav-hover-pill {
  background: rgba(255, 255, 255, 0.15);
}
.nav-active-line {
  position: absolute;
  height: 2px;
  background: #fb383b;
  bottom: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
  z-index: 1;
  list-style: none;
}
#navigration .nav-item {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .nav-hover-pill, .nav-active-line {
    display: none !important;
  }
}

/* --- PREMIUM HERO SECTION --- */
#premiumHeroSection {
  position: relative;
  background-color: #1a1b1f;
  background-image: radial-gradient(circle at 50% -20%, rgba(251, 56, 59, 0.15), transparent 60%);
  padding: 160px 0 100px 0;
  overflow: hidden;
}

#premiumHeroSection .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

#premiumHeroSection .hero-eyebrow {
  color: var(--fv-red);
  font-family: 'Rubik', sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(251, 56, 59, 0.1);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(251, 56, 59, 0.2);
}

#premiumHeroSection h1 {
  font-family: 'Teko', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

#premiumHeroSection .hero-lead {
  font-size: 20px;
  color: #9ca3a9;
  max-width: 600px;
}

.outline-btn {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.hero-dashboard-mockup {
  position: relative;
  margin-top: 60px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 100px rgba(251, 56, 59, 0.15);
  background: #111;
  padding: 10px;
  transform: perspective(1000px) rotateX(2deg);
  transition: transform 0.5s ease;
}

.hero-dashboard-mockup:hover {
  transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.hero-dashboard-mockup img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
}

.hero-glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(251,56,59,0.3) 0%, rgba(0,0,0,0) 70%);
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
}

/* --- PREMIUM DARK CARDS --- */
.fv-service-card {
  background: #1d1e22 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
}
.fv-service-card h3 {
  color: #fff !important;
}
.fv-service-card p {
  color: #9ca3a9 !important;
}
.fv-service-card:hover {
  border-color: rgba(251, 56, 59, 0.4) !important;
  background: #222429 !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 56, 59, 0.1) !important;
  transform: translateY(-8px) !important;
}
.fv-service-card:before {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* --- MINIMAL SPLIT SECTION --- */
.fv-split-section {
  background: #15161a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.fv-split-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fv-split-content {
  padding: 120px 12%;
  width: 100%;
}

.fv-split-item {
  margin-bottom: 40px;
  position: relative;
}

.fv-split-item:last-child {
  margin-bottom: 0;
}

.fv-split-item h4 {
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.fv-split-item p {
  color: #9ca3a9;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 500px;
}

}

#navigration .premium-nav-btn {
  background: #fb383b;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  padding: 12px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(251, 56, 59, 0.3);
}

#navigration .premium-nav-btn:hover {
  background: #fff;
  color: #1d1e22;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
}

/* --- PREMIUM HERO SECTION --- */
#premiumHeroSection {
  position: relative;
  background-color: #1a1b1f;
  background-image: radial-gradient(circle at 50% -20%, rgba(251, 56, 59, 0.15), transparent 60%);
  padding: 160px 0 100px 0;
  overflow: hidden;
}

#premiumHeroSection .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

#premiumHeroSection .hero-eyebrow {
  color: var(--fv-red);
  font-family: 'Rubik', sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(251, 56, 59, 0.1);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(251, 56, 59, 0.2);
}

#premiumHeroSection h1 {
  font-family: 'Teko', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

#premiumHeroSection .hero-lead {
  font-size: 20px;
  color: #9ca3a9;
  max-width: 600px;
}

.outline-btn {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.hero-dashboard-mockup {
  position: relative;
  margin-top: 60px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 100px rgba(251, 56, 59, 0.15);
  background: #111;
  padding: 10px;
  transform: perspective(1000px) rotateX(2deg);
  transition: transform 0.5s ease;
}

.hero-dashboard-mockup:hover {
  transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.hero-dashboard-mockup img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
}

.hero-glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(251,56,59,0.3) 0%, rgba(0,0,0,0) 70%);
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
}

/* --- PREMIUM DARK CARDS --- */
.fv-service-card {
  background: #1d1e22 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
}
.fv-service-card h3 {
  color: #fff !important;
}
.fv-service-card p {
  color: #9ca3a9 !important;
}
.fv-service-card:hover {
  border-color: rgba(251, 56, 59, 0.4) !important;
  background: #222429 !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 56, 59, 0.1) !important;
  transform: translateY(-8px) !important;
}
.fv-service-card:before {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* --- MINIMAL SPLIT SECTION --- */
.fv-split-section {
  background: #15161a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.fv-split-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fv-split-content {
  padding: 120px 12%;
  width: 100%;
}

.fv-split-item {
  margin-bottom: 40px;
  position: relative;
}

.fv-split-item:last-child {
  margin-bottom: 0;
}

.fv-split-item h4 {
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.fv-split-item p {
  color: #9ca3a9;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 500px;
}

/* --- SERVICES CAROUSEL --- */
.fv-services-presentation {
  background-color: #fafafa;
  overflow: hidden;
}
.services-carousel .owl-stage-outer {
  padding-bottom: 20px;
  padding-top: 10px;
}
.service-slide-card {
  position: relative;
  height: 450px;
  border-radius: 24px;
  overflow: hidden;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #222429;
}
.service-slide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.card-grad-1 { background: linear-gradient(135deg, #1d1e22 0%, #292b33 100%); }
.card-grad-2 { background: linear-gradient(135deg, #252830 0%, #1d1e22 100%); }
.card-grad-3 { background: linear-gradient(135deg, #1f2229 0%, #252830 100%); }
.card-grad-4 { background: linear-gradient(135deg, #2b2223 0%, #1d1e22 100%); }
.card-grad-5 { background: linear-gradient(135deg, #1d1e22 0%, #2d2627 100%); }
.card-grad-6 { background: linear-gradient(135deg, #22252b 0%, #1d1e22 100%); }

.card-watermark {
  position: absolute;
  bottom: 0px;
  right: -20px;
  font-size: 260px;
  color: #fff;
  opacity: 0.02;
  transform: rotate(-15deg);
  transition: all 0.5s ease;
  z-index: 0;
  pointer-events: none;
}
.service-slide-card:hover .card-watermark {
  opacity: 0.04;
  transform: rotate(-5deg) scale(1.05);
}

.service-slide-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(34,36,41,0.9) 0%, transparent 60%);
  z-index: 1;
}

.service-slide-card .card-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-number {
  font-family: monospace;
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* --- FEATURE GRID SECTION --- */
.fv-why-grid {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.dot-pattern-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#d1d5db 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  z-index: 0;
}
.fv-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background-color: #111827;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  border: 1px solid transparent;
  transition: background-color 0.3s ease;
}
.fv-badge:hover {
  background-color: #374151;
}

/* --- HOW WE WORK (DARK) --- */
.fv-process-dark {
  background: linear-gradient(135deg, #111827 0%, #1d1e22 100%);
  position: relative;
  overflow: hidden;
}
.fv-process-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
}
.fv-process-dark .container {
  position: relative;
  z-index: 1;
}
.fv-process-dark h2 {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.process-number {
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fb383b;
  margin-right: 20px;
  line-height: 1.2;
}
.process-content h3 {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.process-content p {
  color: #9ca3a9;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* --- MODERN CTA SECTION --- */
.cta-inner-card {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 60px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  max-width: 900px;
  margin: 0 auto;
}
.fv-badge-dark {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background-color: #111827;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
.cta-heading {
  color: #111827;
  font-family: 'Rubik', sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.cta-paragraph {
  color: #6b7280;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 40px;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-btn-outline {
  border: 1px solid #d1d5db;
  color: #111827;
  background: transparent;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
.cta-btn-outline:hover {
  background: #e5e7eb;
  color: #111827;
}
.cta-btn-solid {
  background-color: #111827;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  display: inline-flex;
  align-items: center;
  border: 1px solid #111827;
  transition: all 0.2s;
}
.cta-btn-solid:hover {
  background-color: #374151;
  color: #ffffff;
  border-color: #374151;
}
@media (max-width: 768px) {
  .cta-heading { font-size: 36px; }
  .cta-inner-card { padding: 40px 20px; }
}

/* --- MODERN FAQ SECTION --- */
.fv-faq-modern-accordion .fv-faq-modern-item {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  padding: 24px 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.fv-faq-modern-accordion .fv-faq-modern-item:last-child {
  border-bottom: none !important;
}
.fv-faq-modern-header h3 {
  color: #111827 !important;
  font-family: 'Rubik', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.fv-faq-modern-header {
  cursor: pointer;
}
.fv-faq-modern-header .fal {
  color: #111827 !important;
  font-size: 16px !important;
  transition: transform 0.3s ease !important;
}
.fv-faq-modern-accordion .fv-faq-item.active .fv-faq-header h3,
.fv-faq-modern-accordion .fv-faq-item.active .fv-faq-header .fal {
  color: #111827 !important;
  opacity: 1 !important;
}
.fv-faq-modern-accordion .fv-faq-item.active .fv-faq-header .fal {
  transform: rotate(180deg) !important;
}
.fv-faq-modern-content p {
  color: #6b7280 !important;
  font-size: 16px !important;
  padding-top: 12px !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* --- BENTO CAPABILITIES GRID --- */
.fv-capabilities-section h2 {
  color: #ffffff !important;
  font-family: 'Rubik', sans-serif !important;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1.5px;
  max-width: 850px;
  margin: 0 auto 50px;
}
.fv-bento-item h3 {
  color: #ffffff !important;
  font-family: 'Rubik', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
.fv-bento-item p {
  color: #9ca3af !important;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.fv-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #1f2937;
  border-left: 1px solid #1f2937;
}
.fv-bento-item {
  border-right: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
  padding: 40px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.fv-bento-item:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
@media (max-width: 991px) {
  .fv-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fv-bento-grid {
    grid-template-columns: 1fr;
  }
  .fv-bento-item {
    padding: 30px 20px;
  }
}

/* --- MODERN LOGO CLOUD --- */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.logo-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
}
.logo-grid-item.bg-light { background-color: #f9fafb; }
.logo-grid-item.bg-white { background-color: #ffffff; }
.logo-grid-item.border-right { border-right: 1px solid #e5e7eb; }
.logo-grid-item.border-bottom { border-bottom: 1px solid #e5e7eb; }
.logo-grid-item img {
  height: 24px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.8);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo-grid-item:hover img {
  filter: grayscale(0%) opacity(1);
}
.crosshair {
  position: absolute;
  font-size: 10px;
  color: #9ca3af;
  font-weight: 300;
  z-index: 10;
}
.crosshair.bottom-right {
  bottom: -5.5px;
  right: -5px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-grid-item.border-right {
    border-right: none;
  }
  /* simple overrides for 2 columns */
  .logo-grid-item:nth-child(odd) { border-right: 1px solid #e5e7eb; }
}
.service-icon {
  color: #fff;
  font-size: 40px;
  margin-bottom: auto;
}
.service-text h3 {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.service-text p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
/* Owl Next/Prev Buttons styled like the demo */
.services-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
  display: flex;
  gap: 10px;
}
.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(29,30,34,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(29,30,34,0.1) !important;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #1d1e22 !important;
}
.services-carousel .owl-nav button.owl-prev:hover,
.services-carousel .owl-nav button.owl-next:hover {
  background: rgba(29,30,34,0.1);
}

/* Mobile responsive for split section */
@media (max-width: 991px) {
  .fv-split-content {
    padding: 80px 30px;
  }
  .fv-split-image {
    min-height: 400px;
  }
}

/* --- HOMEPAGE UI POLISH --- */

/* Who We Help Cards */
.fv-why {
  background: #f7f8f9 !important;
}
.fv-why-card {
  background: #fff !important;
  padding: 30px !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  border-radius: 12px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
}
.fv-why-card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: transparent;
  transition: all 0.3s ease;
}
.fv-why-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06) !important;
  border-color: rgba(251, 56, 59, 0.2) !important;
}
.fv-why-card:hover:before {
  background: #fb383b;
}

/* Industries Cards */
.fv-industry {
  background: #1a1b1f !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
}
.fv-industry:hover {
  border-color: rgba(251, 56, 59, 0.4) !important;
  background: #1d1e22 !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 56, 59, 0.1) !important;
  transform: translateY(-8px) !important;
}

/* Process Section */
.fv-process {
  background: #fff !important;
}
.fv-step {
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.01) !important;
}
.fv-step:hover {
  border-color: rgba(251, 56, 59, 0.2) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06) !important;
}

/* FAQ Section */
.fv-faq {
  background: #f7f8f9 !important;
}
.fv-faq-item {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  border-radius: 12px !important;
  padding: 25px 30px !important;
  margin-bottom: 15px !important;
  transition: all 0.3s ease !important;
}
.fv-faq-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.04) !important;
}

/* --- DUAL ELEMENT BUTTON (REACT-INSPIRED) --- */
.fv-dual-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}
.fv-dual-btn:hover {
  text-decoration: none;
}
.fv-btn-pill {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #fb383b;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
.fv-btn-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fb383b;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.fv-dual-btn:hover .fv-btn-pill,
.fv-dual-btn:hover .fv-btn-circle {
  background-color: #ffffff;
  color: #fb383b;
}
.fv-btn-circle i {
  position: absolute;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
/* The main arrow sitting in center */
.fv-btn-circle i.arrow-main {
  transform: translate(0, 0) rotate(-45deg);
}
/* The secondary arrow sitting bottom-left */
.fv-btn-circle i.arrow-hover {
  transform: translate(-35px, 35px) rotate(-45deg);
}
/* On hover, main arrow goes top-right, secondary goes center */
.fv-dual-btn:hover i.arrow-main {
  transform: translate(35px, -35px) rotate(-45deg);
}
.fv-dual-btn:hover i.arrow-hover {
  transform: translate(0, 0) rotate(-45deg);
}

/* Standalone Nav Circle Arrow */
.fv-nav-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fb383b;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.fv-nav-circle:hover {
  background-color: #ffffff;
  color: #fb383b;
}
.fv-nav-circle i {
  position: absolute;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
.fv-nav-circle i.arrow-main {
  transform: translate(0, 0) rotate(-45deg);
}
.fv-nav-circle i.arrow-hover {
  transform: translate(-30px, 30px) rotate(-45deg);
}
.fv-nav-circle:hover i.arrow-main {
  transform: translate(30px, -30px) rotate(-45deg);
}
.fv-nav-circle:hover i.arrow-hover {
  transform: translate(0, 0) rotate(-45deg);
}
      :root { --fv-red:#fb383b; --fv-dark:#1d1e22; --fv-muted:#6f7075; }
      html { scroll-behavior:smooth; }
      .fv-section { padding:105px 0; }
      .fv-eyebrow { display:inline-block; margin-bottom:14px; font-size:13px; font-weight:700; letter-spacing:2px; color:var(--fv-red); }
      .fv-lead { max-width:680px; color:var(--fv-muted); line-height:1.85; }
      .fv-centered { text-align:center; margin-left:auto; margin-right:auto; }
      .fv-partner { padding:58px 0; background:#f8f8f6; border-top:1px solid #ececea; border-bottom:1px solid #ececea; }
      .fv-partner-title { margin:0 0 30px; font-size:15px; font-weight:700; letter-spacing:2px; text-transform:uppercase; }
      .fv-value { height:100%; padding:25px 22px; border-left:2px solid var(--fv-red); background:#fff; }
      .fv-value h4 { margin:0; font-size:19px; line-height:1.35; }
      .fv-value p { margin:12px 0 0; color:var(--fv-muted); line-height:1.7; font-size:14px; }
      .fv-industries { background:var(--fv-dark); color:#fff; padding:80px 0; }
      .fv-industry { padding:28px 24px; height:100%; border:1px solid rgba(255,255,255,.12); transition:.25s ease; }
      .fv-industry:hover { border-color:var(--fv-red); transform:translateY(-4px); }
      .fv-industry span { color:var(--fv-red); font-size:12px; font-weight:700; letter-spacing:2px; }
      .fv-industry h3 { color:#fff; margin:10px 0; font-size:23px; }
      .fv-industry p { margin:0; color:#bdbec2; line-height:1.7; font-size:14px; }
      .fv-service-intro { padding-right:30px; }
      .fv-service-card { position:relative; height:100%; min-height:245px; padding:28px; border:1px solid #e5e5e3; background:#fff; transition:.25s ease; }
      .fv-service-card:hover { background:var(--fv-dark); border-color:var(--fv-dark); transform:translateY(-5px); }
      .fv-service-number { color:var(--fv-red); font-size:13px; font-weight:700; letter-spacing:2px; }
      .fv-service-card h3 { margin:18px 0 12px; font-size:22px; }
      .fv-service-card p { margin:0; color:var(--fv-muted); line-height:1.7; font-size:14px; }
      .fv-service-card:hover h3 { color:#fff; }
      .fv-service-card:hover p { color:#c6c7ca; }
      .fv-service-card a { display:inline-block; margin-top:20px; color:var(--fv-red); font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
      .fv-trust { padding:35px 0; background:#fafaf8; border-top:1px solid #ececea; border-bottom:1px solid #ececea; }
      .fv-trust-label { margin:0 0 18px; font-size:12px; font-weight:700; letter-spacing:2px; color:var(--fv-muted); text-transform:uppercase; }
      .fv-trust-list { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
      .fv-chip { padding:11px 16px; border:1px solid #dddeda; background:#fff; font-size:13px; font-weight:600; }
      .fv-why { background:#f7f7f5; }
      .fv-why-card { padding:28px 0; border-top:1px solid #dddeda; }
      .fv-why-card:last-child { border-bottom:1px solid #dddeda; }
      .fv-why-card strong { display:block; font-size:18px; margin-bottom:7px; }
      .fv-why-card span { color:var(--fv-muted); line-height:1.65; font-size:14px; }
      .fv-process { background:#fff; }
      .fv-step { height:100%; padding:28px 24px; border:1px solid #e5e5e3; }
      .fv-step .step-no { font-size:12px; font-weight:700; letter-spacing:2px; color:var(--fv-red); }
      .fv-step h3 { font-size:19px; margin:15px 0 10px; }
      .fv-step p { color:var(--fv-muted); line-height:1.7; font-size:14px; margin:0; }
      .fv-faq { background:#f7f7f5; }
      .fv-faq-item { border-top:1px solid #dcdcd9; padding:23px 0; }
      .fv-faq-item:last-child { border-bottom:1px solid #dcdcd9; }
      .fv-faq-item h3 { font-size:18px; margin:0 0 8px; }
      .fv-faq-item p { color:var(--fv-muted); line-height:1.7; margin:0; font-size:14px; }
      .fv-cta { padding:95px 0; background:var(--fv-red); color:#fff; text-align:center; }
      .fv-cta h2 { color:#fff; font-size:46px; margin-bottom:15px; }
      .fv-cta p { max-width:650px; margin:0 auto 28px; color:#fff; opacity:.9; line-height:1.8; }
      .fv-cta .btn { background:#fff; color:var(--fv-dark); border-color:#fff; }
      .fv-small-note { font-size:12px; color:var(--fv-muted); margin-top:15px; }
      @media(max-width:991px) { .fv-section { padding:75px 0; } .fv-service-intro { padding-right:0; margin-bottom:35px; } }
      @media(max-width:767px) { .fv-cta h2 { font-size:34px; } .fv-partner, .fv-industries { padding:60px 0; } }
.fv-page-hero { padding:200px 0 120px; background-color:#0b0f19; color:#fff; position:relative; overflow:hidden; text-align:center; }
.fv-page-hero h1 { font-family:'Rubik',sans-serif; font-size:56px; font-weight:600; letter-spacing:-1.5px; line-height:1.1; margin-bottom:20px; color:#ffffff !important; }
.fv-page-hero p { font-family:'Rubik',sans-serif; font-size:18px; line-height:1.7; color:#ffffff !important; opacity:0.9; max-width:680px; margin:0 auto; }
@media(max-width:991px) { .fv-page-hero { padding:150px 0 90px; } }
@media(max-width:575px) { .fv-page-hero { padding:130px 0 70px; } .fv-page-hero h1 { font-size:38px; } }
.fv-case-section { padding:100px 0; background:#fff; }
.fv-case-card { background:#f7f7f5; border:1px solid #e5e5e3; padding:40px; margin-bottom:40px; }
.fv-case-card h3 { font-family:'Rubik',sans-serif; font-size:28px; font-weight:600; color:#111827; margin-bottom:8px; }
.fv-case-card h4 { font-family:'Rubik',sans-serif; font-size:17px; font-weight:500; color:var(--fv-red); margin-bottom:24px; }
.fv-case-card h5 { font-family:'Rubik',sans-serif; font-size:15px; font-weight:700; color:#111827; text-transform:uppercase; letter-spacing:1px; margin-bottom:12px; }
.fv-case-card ul { padding-left:0; list-style:none; }
.fv-case-card ul li { font-family:'Rubik',sans-serif; font-size:15px; line-height:1.7; color:var(--fv-muted); padding:6px 0; padding-left:20px; position:relative; }
.fv-case-card ul li::before { content:''; position:absolute; left:0; top:14px; width:8px; height:8px; border-radius:50%; background:var(--fv-red); }
.fv-case-card p { font-family:'Rubik',sans-serif; font-size:15px; line-height:1.8; color:var(--fv-muted); }
.fv-case-metrics { display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; margin-top:24px; }
.fv-case-metric { text-align:center; padding:20px; background:#fff; border:1px solid #e5e5e3; }
.fv-case-metric .metric-value { font-family:'Rubik',sans-serif; font-size:36px; font-weight:700; color:var(--fv-red); line-height:1; }
.fv-case-metric .metric-label { font-family:'Rubik',sans-serif; font-size:13px; color:var(--fv-muted); margin-top:6px; }
.fv-case-pending { padding:100px 0; background:#f7f7f5; text-align:center; }
.fv-case-pending h2 { font-family:'Rubik',sans-serif; font-size:42px; font-weight:600; color:#111827; letter-spacing:-1px; }
.fv-case-pending p { font-family:'Rubik',sans-serif; font-size:18px; line-height:1.7; color:var(--fv-muted); max-width:650px; margin:20px auto 0; }
.fv-case-cta { padding:95px 0; background:var(--fv-dark); color:#fff; text-align:center; }
.fv-case-cta h2 { color:#fff; font-size:46px; font-family:'Rubik',sans-serif; margin-bottom:15px; }
.fv-case-cta p { max-width:650px; margin:0 auto 28px; color:#bdbec2; line-height:1.8; font-family:'Rubik',sans-serif; font-size:18px; }
.fv-case-cta .btn { background:var(--fv-red); color:#fff; border-color:var(--fv-red); }
.fv-contact-section { padding:100px 0; background:#fff; }
.fv-contact-info h3 { font-family:'Rubik',sans-serif; font-size:28px; font-weight:600; color:#111827; margin-bottom:20px; }
.fv-contact-info p { font-family:'Rubik',sans-serif; font-size:16px; line-height:1.7; color:var(--fv-muted); margin-bottom:30px; }
.fv-contact-card { padding:28px 24px; background:#f7f7f5; border:1px solid #e5e5e3; height:100%; transition:.3s; }
.fv-contact-card:hover { border-color:var(--fv-red); transform:translateY(-4px); box-shadow:0 12px 30px rgba(29,30,34,.06); }
.fv-contact-card .icon { width:48px; height:48px; border-radius:50%; background:var(--fv-dark); color:#fff; display:flex; align-items:center; justify-content:center; font-size:18px; margin-bottom:16px; }
.fv-contact-card h4 { font-family:'Rubik',sans-serif; font-size:15px; font-weight:700; color:#111827; text-transform:uppercase; letter-spacing:1px; margin-bottom:6px; }
.fv-contact-card span { font-family:'Rubik',sans-serif; font-size:15px; color:var(--fv-muted); line-height:1.6; }
.fv-contact-card a { color:var(--fv-muted); text-decoration:none; transition:color .3s; }
.fv-contact-card a:hover { color:var(--fv-red); }
.fv-contact-form-wrap { background:#f7f7f5; border:1px solid #e5e5e3; padding:45px 40px; }
.fv-contact-form-wrap h3 { font-family:'Rubik',sans-serif; font-size:24px; font-weight:600; color:#111827; margin-bottom:25px; }
.fv-contact-form-wrap label { font-family:'Rubik',sans-serif; font-size:14px; font-weight:600; color:#111827; margin-bottom:6px; }
.fv-contact-form-wrap .form-control { font-family:'Rubik',sans-serif; font-size:15px; padding:14px 16px; border:1px solid #dddeda; border-radius:4px; background:#fff; transition:border-color .3s; }
.fv-contact-form-wrap .form-control:focus { border-color:var(--fv-red); box-shadow:none; outline:none; }
.fv-contact-form-wrap textarea.form-control { min-height:140px; resize:vertical; }
.fv-contact-form-wrap .fv-checkbox-group { display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:4px; }
.fv-contact-form-wrap .fv-checkbox-label { font-family:'Rubik',sans-serif; font-size:14px; color:#444; display:flex; align-items:center; gap:8px; cursor:pointer; }
.fv-contact-form-wrap .fv-checkbox-label input[type="checkbox"] { width:16px; height:16px; accent-color:var(--fv-red); }
.fv-form-success { display:none; padding:30px; background:#f0fdf4; border:1px solid #bbf7d0; border-radius:8px; text-align:center; }
.fv-form-success h4 { font-family:'Rubik',sans-serif; color:#166534; font-size:20px; margin-bottom:8px; }
.fv-form-success p { font-family:'Rubik',sans-serif; color:#15803d; font-size:15px; margin:0; }
.fv-faq-page { padding:100px 0; background:#fff; }
.fv-faq-group-title { font-family:'Rubik',sans-serif; font-size:22px; font-weight:600; color:#111827; margin-bottom:20px; padding-bottom:12px; border-bottom:2px solid var(--fv-red); display:inline-block; }
.fv-faq-item { border-top:1px solid #dcdcd9; padding:23px 0; cursor:pointer; }
.fv-faq-item:last-child { border-bottom:1px solid #dcdcd9; }
.fv-faq-header { display:flex; align-items:center; justify-content:space-between; }
.fv-faq-header h3 { font-size:18px; line-height:1.3; margin:0; color:#1d1e22; transition:color .3s; font-weight:500; font-family:'Rubik',sans-serif; }
.fv-faq-header .fal { font-size:18px; color:#1d1e22; transition:transform .4s ease; }
.fv-faq-content { max-height:0; opacity:0; overflow:hidden; transition:all .4s ease; transform:translateY(-10px); }
.fv-faq-content p { color:#666; line-height:1.7; margin:0; font-size:15px; padding-top:15px; font-family:'Rubik',sans-serif; }
.fv-faq-item.active .fv-faq-content { max-height:300px; opacity:1; transform:translateY(0); }
.fv-faq-item.active .fv-faq-header h3, .fv-faq-item.active .fv-faq-header .fal { color:var(--fv-red); }
.fv-faq-item.active .fv-faq-header .fal { transform:rotate(180deg); }
.fv-faq-contact { padding:80px 0; background:#f7f7f5; text-align:center; }
.fv-faq-contact h2 { font-family:'Rubik',sans-serif; font-size:36px; font-weight:600; color:#111827; letter-spacing:-0.5px; margin-bottom:16px; }
.fv-faq-contact p { font-family:'Rubik',sans-serif; font-size:17px; line-height:1.7; color:var(--fv-muted); max-width:550px; margin:0 auto 30px; }
.fv-faq-cta { padding:95px 0; background:var(--fv-red); color:#fff; text-align:center; }
.fv-faq-cta h2 { color:#fff; font-size:46px; font-family:'Rubik',sans-serif; margin-bottom:15px; }
.fv-faq-cta p { max-width:650px; margin:0 auto 28px; color:#fff; opacity:.9; line-height:1.8; font-family:'Rubik',sans-serif; font-size:18px; }
.fv-faq-cta .btn { background:#fff; color:var(--fv-dark); border-color:#fff; }

/* === SHADCN-STYLE MEGA MENU === */
@media (min-width: 992px) {
  #navigration .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px !important;
    border-radius: 99px;
    transition: all 0.3s ease;
  }
  #navigration .nav-item:hover .nav-link,
  #navigration .nav-item.active .nav-link {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }
  
  #navigration .dropdown .mega-menu-container {
    width: max-content;
    padding: 25px !important;
    border-radius: 16px !important;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff !important;
    border: 1px solid #e5e5e3 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  }

  .mega-menu-content {
    display: flex;
    gap: 40px;
  }

  .mega-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 240px;
  }

  .mega-title {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
  }

  .mega-item {
    display: flex !important;
    align-items: flex-start !important;
    padding: 10px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: transparent !important;
  }
  .mega-item:hover {
    background: #f3f4f6 !important;
  }

  .mega-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: #111827;
    background: #fff;
    transition: all 0.3s ease;
  }
  
  .mega-item:hover .mega-icon {
    background: #f9fafb;
    color: #111827;
    border-color: #d1d5db;
  }

  .mega-text span {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #111827 !important;
    margin-bottom: 2px;
    display: block;
    margin-left: 0 !important;
    transition: none !important;
  }

  .mega-text p {
    font-size: 13px !important;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
  }
  
  /* Reset hover effects from old dropdown items */
  #navigration .dropdown .dropdown-menus .mega-item:hover:before {
    display: none !important;
  }
  #navigration .dropdown .dropdown-menus .mega-item:hover span {
    margin-left: 0 !important;
    color: #111827 !important;
  }
}

@media (max-width: 991px) {
  .mega-menu-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
  }
  .mega-title {
    font-size: 13px;
    color: #9ca3a9;
    margin-bottom: 5px;
    padding-left: 30px;
    text-transform: uppercase;
  }
  .mega-item {
    padding: 5px 15px 5px 30px !important;
    display: flex !important;
    align-items: flex-start !important;
  }
  .mega-icon {
    display: none;
  }
  .mega-text span {
    font-size: 15px !important;
    color: #9ca3a9 !important;
  }
  .mega-text p {
    display: none;
  }
}

.fv-lazy-bg {
    z-index: 0 !important;
}
#homeSection .slider-box .overlay {
    position: relative;
    z-index: 10 !important;
}

/* FIX HERO COLLAPSE FOUC */
#homeSection {
    min-height: 100vh;
    background-color: #0b0f19;
}
#homeSection .owl-carousel {
    display: block !important;
}
#homeSection .owl-carousel:not(.owl-loaded) .slider-box:not(:first-child) {
    display: none !important;
}

/* 404 PAGE MOBILE FIXES */
@media (max-width: 767px) {
    .fv-error-section h1 {
        font-size: 100px !important;
    }
    .fv-error-section {
        padding: 80px 15px !important;
    }
}

/* GLOBAL MOBILE TYPOGRAPHY & SPACING FIXES */
@media (max-width: 767px) {
    /* Scale down large headings on all inner pages */
    h1[style*="font-size: 52px"], 
    h1[style*="font-size: 64px"], 
    h2[style*="font-size: 52px"] {
        font-size: 38px !important;
        line-height: 1.2 !important;
    }
    
    /* Ensure padding isn't overwhelming on mobile */
    section[style*="padding: 120px 0"],
    section[style*="padding-top: 150px"] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    /* Services grid mobile spacing */
    .service-grid-card {
        margin-bottom: 20px;
    }
    
    /* Make sure no image overflows the viewport */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Fix mega menu on mobile */
    .mega-menu-content {
        flex-direction: column !important;
    }
    .mega-column {
        width: 100% !important;
        padding-right: 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 15px;
    }
}

/* FIX MOBILE RESPONSIVENESS FOR OUR PRINCIPLES (ABOUT PAGE) */
@media (max-width: 767px) {
    .presentation-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
    }
    .presentation-card .card-number {
        margin-bottom: 15px;
        flex-shrink: 0;
        margin-right: 0 !important;
    }
    .presentation-card .card-number::after {
        display: none !important; /* Hide the connecting line on mobile */
    }
    .presentation-card .card-content {
        text-align: center !important;
        width: 100%;
        padding: 20px 15px !important;
    }
}

/* HERO ARROWS FIX */
#homeSection .owl-nav .owl-prev, 
#homeSection .owl-nav .owl-next {
    width: 60px !important;
    height: 100px !important;
    background: transparent !important;
}

#homeSection .owl-nav .owl-prev {
    left: 10px !important; /* Push it to the far left edge */
}

#homeSection .owl-nav .owl-next {
    right: 10px !important; /* Push it to the far right edge */
}





/* FIX SERVICES CAROUSEL ARROWS OVERLAP */
.fv-services-presentation .text-left {
    padding-right: 120px !important; /* Prevent text from reaching the arrows */
}

.services-carousel .owl-nav {
    top: -105px !important; /* Lift slightly to center perfectly with the 64px font */
}

@media (max-width: 767px) {
    .services-carousel .owl-nav {
        top: -85px !important; /* Adjust for smaller mobile font */
    }
}

/* FIX HERO TYPOGRAPHY AND ARROWS FOR MOBILE (SYSTEMS LTD STYLE) */
@media (max-width: 767px) {
    #homeSection .txt-area {
        padding: 0 15px; /* Add breathing room so it doesn't touch the screen edge */
    }
    
    #homeSection h1 {
        font-size: 38px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 16px !important;
    }
    
    #homeSection p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 30px !important;
        max-width: 90% !important;
    }
}

/* FIX HERO ARROWS GLOBALLY TO MATCH SYSTEMS LTD (THIN, MAGENTA, NON-OVERLAPPING) */
#homeSection .owl-nav .owl-prev, 
#homeSection .owl-nav .owl-next {
    width: 50px !important;
    height: 100px !important;
    background: transparent !important;
}

#homeSection .owl-nav .owl-prev {
    left: 0 !important;
}

#homeSection .owl-nav .owl-next {
    right: 0 !important;
}

#homeSection .owl-nav .owl-prev::before, 
#homeSection .owl-nav .owl-next::before {
    font-size: 40px !important;
    font-weight: 300 !important;
    color: #e50b70 !important; /* Thin Magenta Arrows */
    content: "" !important; /* Reset content */
}

/* Set exact font-awesome icon codes for thin arrows if they were broken */
#homeSection .owl-nav .owl-prev::before {
    content: '\f104' !important; /* fa-angle-left */
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
}

#homeSection .owl-nav .owl-next::before {
    content: '\f105' !important; /* fa-angle-right */
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
}

/* --- MOBILE NAV OVERHAUL (SYSTEMS LTD INSPIRED) --- */
@media (max-width: 991px) {
    #navigration .sidenav {
        width: 100% !important;
        left: -100% !important;
        background: #ffffff !important;
        display: flex;
        flex-direction: column;
        z-index: 9999;
    }
    #navigration .sidenav.active-nav {
        left: 0 !important;
    }
    #navigration .sidenav .header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 20px !important;
        border-bottom: 1px solid #f3f4f6 !important;
        width: 100%;
    }
    #navigration .sidenav .header .logo {
        padding: 0 !important;
        color: #111827 !important;
        font-size: 24px !important;
        text-align: left !important;
    }
    #navigration .sidenav .header #showsidenav {
        filter: invert(1); /* If the X icon is white, this makes it black */
    }
    #navigration .sidenav #main-nav-list {
        display: block !important;
        flex-grow: 1;
        overflow-y: auto;
    }
    #navigration .sidenav .nav-item {
        display: block !important;
        width: 100%;
    }
    #navigration .sidenav .nav-item .nav-link {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 20px !important;
        border-top: none !important;
        border-bottom: 1px solid #f3f4f6 !important;
        color: #374151 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    #navigration .sidenav .nav-item .nav-link .fal {
        background: transparent !important;
        color: #9ca3af !important;
        font-size: 16px !important;
        position: static !important;
        height: auto !important;
        width: auto !important;
    }
    
    /* Modify the toggle icon to a chevron right */
    #navigration .sidenav .nav-item .nav-link .fa-angle-down::before {
        content: '\f105' !important; /* Change to fa-angle-right */
    }

    /* Mobile Footer Button */
    .mobile-nav-footer {
        padding: 20px;
        background: #ffffff;
        border-top: 1px solid #f3f4f6;
        width: 100%;
    }
    .mobile-nav-footer .fv-dual-btn {
        width: 100%;
        justify-content: center;
    }
}
