            @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");

            html,
            body {
              min-height: 100%;
              overflow-x: hidden !important;
            }

            /* html {
                scroll-behavior: smooth;
            } */

            body {
              font-family: "inter", sans-serif;
              padding: 0px;
              margin: 0px;
              color: #212721;
              overflow-x: hidden !important;
              line-height: 30px;
              font-size: 20px;
            }




            ul {
              padding: 0px;
              margin: 0px;
            }

            ul li {
              display: block;
            }

            p {
              line-height: 30px;
              font-size: 18px;
              margin-bottom: 0;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
              padding: 0px;
              margin: 0px;
            }

            .bg-gray {
              background: #f0f7ff;
            }

            .pb-120 {
              padding-bottom: 120px;
            }

            .offwhite {
              background: #fafafc;
            }

            * {
              transition: all 0.5s ease;
            }

            a {
              text-decoration: none;
              transition: all 0.5s ease;
            }

            a:hover {
              text-decoration: none;
            }

            a:focus {
              text-decoration: none;
              border: 0px;
              outline: 0px;
            }

            :focus {
              text-decoration: none;
              border: 0px;
              outline: 0px;
            }

            .tbl {
              display: table !important;
              width: 100%;
              height: 100%;
            }

            .tbl .tbl-cell {
              display: table-cell;
              vertical-align: middle;
            }

            section {
              width: 100%;
              clear: both;
            }

            .white-btn {
              text-align: center;
              background: #000;
              border-radius: 0px;
              color: #fff;
              padding: 11px 25px;
              text-transform: uppercase;
              font-size: 14px;
              white-space: nowrap;
              display: inline-block;
              border: none;
              font-family: "Inter", sans-serif;
              letter-spacing: 1.2px;
              position: relative;
            }

            .white-btn:hover {
              color: #212721;
              background: white;
            }

            .gray-btn {
              text-align: center;
              background: #f0f7ff;
              border-radius: 0px;
              color: #212721;
              padding: 6px 25px;
              text-transform: uppercase;
              font-size: 14px;
              display: inline-block;
              white-space: nowrap;
              border: none;
              font-family: "Inter", sans-serif;
              letter-spacing: 1.2px;
              position: relative;
            }

            .gray-btn:hover {
              color: #f0f7ff;
              background: #212721;
            }

            .blc-btn {
              background: #212721;
              border-radius: 0px;
              color: #fff;
              padding: 5px 25px;
              text-transform: uppercase;
              font-size: 14px;
              display: inline-block;
              border: none;
              font-family: "inter", sans-serif;
              letter-spacing: 1.2px;
              position: relative;
              white-space: nowrap;
              border: 1px solid #212721;
              text-align: center;
            }

            .blc-btn:hover {
              color: #212721 !important;
              background: white !important;
            }

            @media (max-width:1024px) {
              .blc-btn {
                background: #212721;
                border-radius: 0px;
                color: #fff;
                padding: 5px 25px;
                text-transform: uppercase;
                font-size: 14px;
                display: inline-block;
                border: none;
                font-family: "Inter", sans-serif;
                letter-spacing: 1.2px;
                position: relative;
                white-space: nowrap;
                border: 1px solid #212721;
                text-align: center;
              }

              .blc-btn:hover {
                color: #212721;
                background: white;
              }
            }

            .white-outline-btn {
              white-space: nowrap;
              background: none;
              text-align: center;
              border-radius: 50px;
              color: #fff;
              padding: 7px 25px;
              text-transform: uppercase;
              font-size: 16px;
              display: inline-block;
              font-weight: 500;
              border: 2px solid #fff;
              position: relative;
            }

            .white-outline-btn:hover {
              background: #fff;
              color: #2d2342;
            }

            .img-570 {
              max-width: 570px;
              width: 100%;
              margin: 0 auto;
            }

            .img-570 img {
              width: 100%;
            }

            .pt-60 {
              padding-top: 60px;
            }

            header .fixed-header {
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              background: rgba(255, 255, 255, 0.85);
              backdrop-filter: blur(8px);
              -webkit-backdrop-filter: blur(8px);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            }

            header {
              background-color: transparent;
              background-image: linear-gradient(to bottom, #dddddd, rgba(242, 242, 242, 0));
              display: block;
              /* position: absolute; */
              height: 70px;
              left: 0;
              right: 0;
              top: 0;
              z-index: 99;
              padding: 10px 35px 30px 35px;
            }

            header .navbar {
              padding: 0px 30px;
            }

            header .navbar .h-flex {
              display: flex;
              justify-content: space-between;
              align-items: center;
              width: 100%;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item {
              position: relative;
            }

            header .fixed-header .white-btn {
              color: #fff !important;
              background: #000 !important;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .nav-link {
              text-transform: uppercase;
              color: #000;
              font-size: 14px;
              padding: 6px 20px;
              font-family: "Inter", sans-serif;
              letter-spacing: 1.2px;
              font-weight: 700;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
              width: auto;
            }


            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
              padding: 1px 1rem !important;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
              background: #000 !important;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before {
              width: 0;
              height: 0;
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;
              border-bottom: 8px solid #fff;
              position: absolute;
              left: 35px;
              top: -6px;
              content: "";
            }

            .banner-section {
              position: relative;
            }

            .banner-section::before {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              height: 300px;
              content: "";
              background-image: -moz-linear-gradient(90deg, rgba(33, 39, 33, 0) 0%, rgba(33, 39, 33, 0.6) 100%);
              background-image: -webkit-linear-gradient(90deg, rgba(33, 39, 33, 0) 0%, rgba(33, 39, 33, 0.6) 100%);
              background-image: -ms-linear-gradient(90deg, rgba(33, 39, 33, 0) 0%, rgba(33, 39, 33, 0.6) 100%);
              opacity: 0.7;
              z-index: 1;
            }

            /* .banner-section::before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 300px;
      content: "";
      background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      opacity: 0.7;
      z-index: 1; } */

            .banner-section .one-item {
              position: relative;
            }

            .banner-section .one-item .item .banner-box {
              position: relative;
            }

            .banner-section .one-item .item .banner-box>img {
              width: 100%;
              height: 580px;
            }

            .banner-home .one-item .item .banner-box>img {
              width: 100%;
              height: 650px;
            }

            .banner-section .one-item .item .banner-box .banner-contant {
              position: absolute;
              left: 0;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              z-index: 1;
            }

            .banner-section .one-item .item .banner-box .banner-contant .bc-box {
              background: rgba(255, 255, 255, 0.7);
              padding: 50px;
              position: relative;
            }

            .banner-section .one-item .item .banner-box .banner-contant .bc-box p {
              font-size: 40px;
              line-height: 58px;
              margin: 0 0 10px 0;
            }

            .banner-section .one-item .item .banner-box .banner-contant .bc-box .blc-btn {
              bottom: -25px;
              position: absolute;
              font-family: "Inter", sans-serif;
              padding: 11px 25px;
            }

            .mobile-banner {
              position: relative;
            }

            .mobile-banner .mb-img {
              position: absolute;
              top: -62px;
              right: 100px;
              z-index: 1;
            }

            .mobile-banner .mb-img img {
              width: 100%;
              max-width: 746px;
            }

            .mobile-banner .one-item .banner-box {
              position: relative;
            }

            .mobile-banner .one-item .banner-box::after {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: -5px;
              content: "";
              background: url("../images/mobile-app-development-banner-bottom-bg.webp") no-repeat center bottom;
              background-size: 100%;
            }

            .career-banner {
              position: relative;
            }

            .career-banner .mb-img {
              position: absolute;
              top: 0px;
              right: 0px;
              z-index: 1;
            }

            .career-banner .mb-img img {
              width: 100%;
              max-width: 870px;
            }

            .career-banner .one-item .banner-box {
              position: relative;
            }

            .career-banner .one-item .banner-box::after {
              content: "";
            }

            .career-banner .inner-banner-txt h1 {
              margin-bottom: 20px;
            }

            .career-banner .inner-banner-txt p {
              font-size: 20px;
              line-height: 48px;
            }

            .contact-banner .inner-banner-txt h1 {
              margin: 25px 0;
            }

            .contact-banner .cm-absolute {
              position: absolute;
              top: 310px;
              right: 15px;
              z-index: 1;
              width: calc(50% - 15px);
            }

            .contact-banner .contact-map {
              max-width: 570px;
              width: 100%;
              position: relative;
            }

            .contact-banner .contact-map .cm-box {
              width: 100%;
              display: flex;
              box-shadow: 0px 12px 30px 0px rgba(33, 39, 33, 0.1);
              height: 550px;
            }

            .contact-banner .contact-map .cm-box iframe {
              width: 100%;
              display: flex;
            }

            .contact-banner .one-item .banner-box>img {
              width: auto !important;
              height: 700px !important;
            }

            .about-banner .one-item .item .banner-box>img {
              width: 100%;
              height: 600px;
            }

            .inner-banner-txt {
              position: relative;
            }

            .inner-banner-txt h1 {
              margin-bottom: 20px;
              font-size: 50px;
              line-height: 50px;
              font-family: "Inter", sans-serif;
              text-transform: capitalize;
            }

            .inner-banner-txt h1 strong {
              display: block;
              text-transform: uppercase;
              /* margin-bottom: 15px; */
              font-family: "inter", sans-serif;
              font-size: 25px;
              line-height: 46px;
              font-weight: 300;
            }

            .inner-banner-txt p {
              margin-bottom: 20px;
            }

            .inner-banner-txt .blc-btn {
              font-family: "Inter", sans-serif;
              padding: 10px 25px;
              text-transform: uppercase;
              font-size: 18px;
            }

            .inner-banner-txt .banner-static {
              display: flex;
              flex-wrap: wrap;
              position: absolute;
              bottom: -120px;
            }

            .inner-banner-txt .banner-static li {
              width: 150px;
              margin-right: 30px;
            }

            .inner-banner-txt .banner-static li strong {
              display: block;
              font-family: "Inter", sans-serif;
              font-size: 30px;
              line-height: 1;
              margin-bottom: 5px;
            }

            .inner-banner-txt .banner-static li p {
              font-size: 16px;
            }

            .blc-link {
              color: #212721;
            }

            .ptb-100 {
              padding-top: 90px;
              padding-bottom: 90px;
            }

            .ptb-150 {
              padding-top: 150px;
              padding-bottom: 150px;
            }

            .pb-150 {
              padding-bottom: 150px;
            }

            .pt-150 {
              padding-top: 150px;
            }

            .heading02 {
              line-height: 35px;
              font-family: "Inter", sans-serif;
              font-size: 35px;
              margin-bottom: 25px;
            }

            .heading02 span {
              display: block;
              font-size: 28px;
              font-family: "Inter", sans-serif;
              line-height: 1;
              margin-bottom: 8px;
            }

            .heading02-small {
              line-height: 45px;
              font-family: "Inter", sans-serif;
              font-size: 38px;
              margin-bottom: 31px;
            }

            .heading01 {
              line-height: 50px;
              font-family: "Inter", sans-serif;
              font-size: 45px;
              margin-bottom: 25px;
            }

            .heading01 span {
              display: block;
              font-size: 28px;
              font-family: "Inter", sans-serif;
              line-height: 1;
              margin-bottom: 8px;
            }

            .heading01-small {
              line-height: 45px;
              font-family: "Inter", sans-serif;
              font-size: 38px;
              margin-bottom: 31px;
            }





            .heading {
              line-height: 81px;
              font-family: "Inter", sans-serif;
              font-size: 57px;
              margin-bottom: 31px;
              font-weight: 700;
            }

            .heading span {
              display: block;
              font-size: 38px;
              font-family: "Inter", sans-serif;
              line-height: 1;
              margin-bottom: 11px;
              font-weight: 400;
            }

            .heading-small {
              line-height: 45px;
              font-family: "Inter", sans-serif;
              font-size: 38px;
              margin-bottom: 31px;
              font-weight: 500;
            }


            .pine-video .modal-dialog {
              max-width: 80% !important;
              width: 80% !important;
            }

            .video-close {
              font-size: 20px;
              position: absolute;
              right: 0px;
              top: 0px;
              color: #fff;
              background: none !important;
              border: 0 !important;
              font-weight: 300;
              z-index: 9999;
            }

            .abt-video-img {
              position: relative;
              display: inline-block;
            }

            .video-main {
              position: absolute;
              display: inline-block;
              bottom: 40px;
              z-index: 5;
              right: -40px;
            }

            .video:hover {
              background: #003466 !important;
              color: #fff !important;
            }

            .video {
              height: 90px;
              width: 90px;
              line-height: 90px;
              text-align: center;
              border-radius: 100%;
              background: transparent;
              font-size: 30px;
              color: #fff;
              display: inline-block;
              background: #a9caed;
              z-index: 999;
              padding-left: 5px;
            }

            @keyframes waves {
              0% {
                -webkit-transform: scale(0.2, 0.2);
                transform: scale(0.2, 0.2);
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
              }

              50% {
                opacity: 0.9;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
              }

              100% {
                -webkit-transform: scale(0.9, 0.9);
                transform: scale(0.9, 0.9);
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
              }
            }

            .fa-play:before {
              content: "\f04b";
            }

            .waves {
              position: absolute;
              width: 190px;
              height: 190px;
              border: 2px solid rgba(0, 0, 0, 0.3);
              opacity: 0;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
              border-radius: 100%;
              right: -50px;
              bottom: -50px;
              z-index: -1;
              -webkit-animation: waves 3s ease-in-out infinite;
              animation: waves 3s ease-in-out infinite;
            }

            .wave-1 {
              -webkit-animation-delay: 0s;
              animation-delay: 0s;
            }

            .wave-2 {
              -webkit-animation-delay: .5s;
              animation-delay: .5s;
            }

            .wave-3 {
              -webkit-animation-delay: 1s;
              animation-delay: 1s;
            }

            .wave-4 {
              -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s;
            }

            .wave-5 {
              -webkit-animation-delay: 2s;
              animation-delay: 2s;
            }


            .abt-right ul {
              margin: 0;
              padding: 0;
            }

            .abt-right ul li {
              float: left;
              width: 49%;
              text-align: left;
            }

            .abt-right ul li img {
              float: left;
            }

            .abt-right ul li span {
              padding: 7px 9px;
              font-size: 17px;
              font-weight: bold;
              text-align: left;
              float: left;
              line-height: 20px;
            }

            .abt-right ul li span small {
              display: block;
              font-size: 15px;
              font-weight: 400;
            }



            .about-tbs .tabs {
              margin-top: 70px;
              width: 100%;
            }

            .about-tbs .tabs .filters {
              align-items: center;
              margin-bottom: 20px;
            }

            .about-tbs .tabs .item {
              font-size: 30px;
              font-weight: 600;
            }

            .about-tbs .tabs .item:not(:last-child) {
              margin-right: 35px;
            }

            .about-tbs .tabs .tab {
              padding-top: 40px;
              font-size: 18px;
              line-height: 30px;
            }

            .about-tbs .tabs .tab span {
              font-size: 25px;
              font-weight: 300;
              display: block;
            }

            .about-tbs .tabs .tab strong {
              font-size: 32px;
              font-weight: 600;
              display: block;
              margin-bottom: 15px;
            }





            .about-tbs .tabs .tab {
              display: none;
            }

            .tabs .tab.active {
              display: block;
            }

            .tabs .item {
              cursor: pointer;
              border-bottom: 3px solid #fff;
              display: inline-block;
            }

            .tabs .item.active {
              pointer-events: none;
              border-bottom: 3px solid #000;
            }

            .about-tbs img {
              max-width: 100%;
            }

            .abt-txt {
              display: flex;
              margin-top: 63px;
              margin-bottom: 68px;
            }

            .abt-txt .at-icon {
              min-width: 70px;
              width: 70px;
              height: 70px;
              background: #a9caed;
              justify-content: center;
              align-items: center;
              display: flex;
              border-radius: 38px 0 38px 0;
              margin-right: 30px;
            }

            .abt-txt .at-icon:hover {
              border-radius: 0 38px 0 38px;
            }

            .why-trust {
              position: relative;
              padding: 80px 40px 50px 70px;
              margin: 0 auto;
              background: #fafafc;

            }

            .why-trust::before {
              content: "";
              left: 0;
              top: 0;
              position: absolute;
              border-right: 100px solid transparent;
              border-top: 100px solid #fff;
            }

            .why-trust ul {
              padding: 20px 0;
            }

            .why-trust ul li {
              position: relative;
              font-size: 24px;
              display: inline-block;
              width: 49%;
              padding: 0 0 0 35px;
              margin-bottom: 20px;
            }

            .why-trust ul li:before {
              position: absolute;
              left: 0;
              top: 4px;
              width: 20px;
              height: 20px;
              background: url("../images/check.webp") no-repeat center center;
              content: '';
            }

            .manpower-sec h4 {
              font-size: 20px;
            }

            .innovate-section p {
              padding-bottom: 20px;
            }

            .innovate-card {
              padding-top: 50px;
            }



            .get-start-section {
              width: 100%;
            }

            .get-start {
              position: relative;
              padding: 80px 40px 80px 70px;
              margin: 0 auto;
              background: #f0f7ff;

            }

            .get-start::before {
              content: "";
              left: 0;
              top: 0;
              position: absolute;
              border-right: 100px solid transparent;
              border-top: 100px solid #fff;
            }

            .get-start strong {
              font-size: 26px;
              font-weight: 900;
              margin-bottom: 10px;
              display: block;
            }

            .get-start span {
              font-size: 24px;
              font-weight: 300;
              display: block;
              margin-bottom: 15px;
            }

            .get-start a {
              display: inline-block;
              font-size: 20px;
              font-weight: 300;
              border: #000 1px solid;
              background: #000000;
              color: #fff;
              padding: 6px 30px;
              font-family: var(--bs-font-sans-serif) !important;
            }

            .get-start a:hover {
              color: #212721 !important;
              background: white !important;
            }



            /*Carousel Gallery*/
            .carousel-gallery {
              margin: 30px 0 50px 0;
              padding: 0;
            }

            .carousel-gallery .swiper-slide a {
              display: block;
              width: 100%;
              height: 300px;
              border-radius: 4px;
              overflow: hidden;
              position: relative;
              -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
            }

            .carousel-gallery .swiper-slide a:hover .image .overlay {
              opacity: 1;
            }

            .carousel-gallery .swiper-slide a .image {
              width: 100%;
              height: 100%;
              background-size: cover;
              background-position: center center;
            }

            .carousel-gallery .swiper-slide a .image .overlay {
              width: 100%;
              height: 100%;
              background-color: rgba(20, 20, 20, 0.8);
              text-align: center;
              opacity: 0;
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear;
            }

            .carousel-gallery .swiper-slide a .image .overlay em {
              color: #fff;
              font-size: 26px;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              display: inline-block;
            }

            .carousel-gallery .swiper-pagination {
              position: relative;
              bottom: auto;
              text-align: center;
              margin-top: 25px;
              display: none;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
              opacity: 0.7;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background-color: #d63031;
              transform: scale(1.1, 1.1);
            }




            .client-part ul {
              padding-top: 50px;
              display: block;
            }

            .client-part ul li {
              float: left;
              width: 25%;
              min-height: 135px;
              display: grid;
              align-items: center;
              text-align: center;
              vertical-align: middle;
              border: #f4f4f4 1px solid;
              margin: -1px -1px 0 0;
            }

            .client-part ul li img {
              margin: 0 auto;
              filter: grayscale(100%);
              max-width: 85%;
            }

            .client-part ul li:hover img {
              filter: grayscale(0);
            }


            .expertise-part ul {
              padding-top: 50px;
              display: block;
            }

            .expertise-part ul li {
              float: left;
              width: 20%;
              min-height: 100px;
              display: grid;
              align-items: center;
              text-align: center;
              vertical-align: middle;
              border: #f4f4f4 1px solid;
              margin: -1px -1px 0 0;
            }

            .expertise-part ul li img {
              margin: 0 auto;
              filter: grayscale(100%);
              max-width: 85%;
            }

            .expertise-part ul li:hover img {
              filter: grayscale(0);
            }








            .static-card-one {
              font-family: "Inter", sans-serif;
              line-height: 1;
              font-size: 50px;
            }

            .static-card-one .sco-txt {
              display: flex;
              margin-top: 18px;
            }

            .static-card-one .sco-txt span {
              display: inline-block;
              font-family: "Inter", sans-serif;
              letter-spacing: 1.2px;
              font-size: 22px;
              position: relative;
            }

            .static-card-one .sco-txt span::before {
              content: "";
              background: #f7f6f4;
              position: absolute;
              left: 30px;
              right: -30px;
              top: 6px;
              bottom: -10px;
              z-index: -1;
            }

            .txt-link {
              font-family: "Inter", sans-serif;
              font-size: 13px;
              color: #212721;
              text-decoration: underline;
              text-transform: uppercase;
              line-height: 1;
              position: relative;
            }

            .txt-link:hover {
              color: #212721;
            }

            .btn-right-top {
              position: absolute;
              right: 0;
              top: 0;
              z-index: 9;
              transform: rotate(-90deg);
              transform-origin: right top;
            }

            .relative {
              position: relative;
            }

            .relative .box-right-200-bg1 {
              position: absolute;
              background: #f0f7ff;
              width: 200px;
              height: 200px;
              top: 0;
              right: 200px;
              z-index: -1;
            }

            .relative .box-right-200-bg2 {
              position: absolute;
              background: #fafafc;
              width: 200px;
              height: 200px;
              top: 200px;
              right: 0;
              z-index: -1;
            }


            .relative .box-right-200-bg01 {
              position: absolute;
              background: #fafafc;
              width: 200px;
              height: 200px;
              top: 0;
              right: 200px;
              z-index: -1;
            }

            .relative .box-right-200-bg02 {
              position: absolute;
              background: #f0f7ff;
              width: 200px;
              height: 200px;
              top: 200px;
              right: 0;
              z-index: -1;
            }

            .relative .box-right-300-bg1 {
              position: absolute;
              background: #f0f7ff;
              width: 300px;
              height: 300px;
              top: 0;
              right: 300px;
              z-index: -1;
            }

            .relative .box-right-300-bg2 {
              position: absolute;
              background: #fafafc;
              width: 300px;
              height: 300px;
              top: 300px;
              right: 0;
              z-index: -1;
            }

            .relative .box-right-50-top-300-bg3 {
              position: absolute;
              background: #fafafc;
              width: 300px;
              height: 300px;
              top: 0;
              right: 50px;
              z-index: -1;
            }

            .relative .box-right-top-200-bg4 {
              position: absolute;
              background: rgba(255, 255, 255, 0.5);
              width: 200px;
              top: 0;
              right: 0px;
              bottom: 0;
            }

            .relative .box-left-50-top-300-bg5 {
              position: absolute;
              background: #fafafc;
              width: 300px;
              height: 300px;
              top: 0;
              left: 50px;
              z-index: -1;
            }

            .relative .box-left-110-bg6 {
              position: absolute;
              background: #fafafc;
              width: 165px;
              height: 165px;
              top: 110px;
              left: -165px;
            }

            .relative .box-right-bottom-200-bg7 {
              position: absolute;
              background: #f0f7ff;
              width: 200px;
              height: 200px;
              bottom: -200px;
              right: 70px;
              z-index: -1;
            }

            .relative .box-left-1170-bg8 {
              position: absolute;
              background: #fff;
              width: 1170px;
              height: 300px;
              top: 0px;
              left: 0px;
            }

            .relative .box-right-300-bg9 {
              position: absolute;
              background: rgba(255, 255, 255, 0.5);
              width: 300px;
              height: 300px;
              top: 0;
              right: 300px;
              z-index: -1;
            }

            .relative .plant {
              position: absolute;
              right: 100px;
              display: none;
              top: 150px;
            }

            .relative .plant img {
              border-radius: 50%;
              border: #f2f2f2 10px dashed;
            }

            .mlr-50 {
              margin-left: 50px;
              margin-right: 50px;
            }

            .tab-section {
              position: relative;
              padding: 80px 0 120px 0;
              width: calc(100% - 100px);
              margin: 0 auto;
            }

            .tab-section::before {
              content: "";
              left: 0;
              top: 0;
              position: absolute;
              border-right: 100px solid transparent;
              border-top: 100px solid #fff;
            }

            .tab-section::after {
              content: "";
              right: 0;
              bottom: 0;
              position: absolute;
              border-left: 100px solid transparent;
              border-bottom: 100px solid #fff;
            }

            .tab-section nav {
              position: sticky;
              top: 2rem;
              align-self: start;
            }

            .tab-section .section-nav {
              font-family: "Inter", sans-serif;
            }

            .tab-section .section-nav a {
              text-decoration: none;
              display: inline-block;
              color: #212721;
              transition: all 50ms ease-in-out;
              /* opacity: 0.7; */
              font-size: 16px;
              border-bottom: 3px solid transparent;
              line-height: 1;
              padding-bottom: 10px;
              margin-bottom: 13px;
            }

            .tab-section .section-nav a:hover {
              opacity: 1;
              color: #000;
            }

            /* .tab-section .section-nav a:focus {
        opacity: 1;
        color: #000 !important; border-bottom: 3px solid #212721;} */

            .tab-section .section-nav li .active {
              color: #000;
              opacity: 1;
              border-bottom: 3px solid #212721;
            }

            .tab-section .ts-body {
              background: #fff;
              padding: 50px;
            }

            .tab-section .ts-body label.tsb-heading {
              cursor: pointer;
            }

            .tab-section .ts-body .tsb-heading:hover {
              color: #003466;
            }

            .tab-section .ts-body .tsb-heading {
              margin-bottom: 30px;
              font-size: 24px;
              text-align: center;
              font-family: "Inter", sans-serif;
              line-height: 1;
              padding-top: 30px;
              display: block;
              position: relative;
            }

            .tab-section .ts-body .tsb-heading>.fa {
              position: absolute;
              right: 0;
              top: 15px;
              font-size: 40px;
              line-height: 1;
              display: flex;
              height: 100%;
              align-items: center;
            }

            .tab-section .ts-body .ts-section {
              transition: all 0.2s;
            }

            .tab-section .ts-body .tsb-apply-bar {
              display: flex;
              justify-content: space-between;
              align-items: center;
              border-bottom: 1px solid #f0f7ff;
              padding-bottom: 20px;
              padding-top: 20px;
              margin-bottom: 30px;
              font-size: 14px;
              font-family: "Inter", sans-serif;
              text-transform: uppercase;
            }

            .tab-section .ts-body .tsb-apply-bar ul {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
            }

            .tab-section .ts-body .tsb-apply-bar ul li {
              display: block;
            }

            .tab-section .ts-body .tsb-apply-bar ul li::after {
              content: "|";
              padding: 0 9px 0 10px;
            }

            .tab-section .ts-body .tsb-apply-bar ul li:last-child::after {
              display: none;
            }

            .tab-section .ts-body>section {
              min-height: 100%;
              margin-bottom: 20px;
              padding-bottom: 50px;
              border-bottom: 1px solid #f0f7ff;
            }

            .tab-section .ts-body>section:last-child {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: 0;
            }

            .tab-section .ts-body>section .ts-s-img {
              position: relative;
              max-width: 360px;
              margin: 0 auto;
            }

            .tab-section .ts-body>section .ts-s-img img {
              width: 100%;
            }

            .tab-section .ts-body>section .ts-s-img .tss-icon {
              right: -15px;
              width: 100px;
              top: 22px;
              position: absolute;
              display: none;
            }

            .tab-section .ts-body>section .ts-s-txt {
              position: relative;
            }

            .tab-section .ts-body>section .ts-s-txt h2 {
              font-family: "Inter", sans-serif;
              font-size: 24px;
              margin-bottom: -4px;
            }

            .tab-section .ts-body>section .ts-s-txt p {
              font-size: 15px;
              line-height: 22px;
              margin-bottom: 30px;
              text-align: justify;
            }

            .tab-section .ts-body>section .ts-s-txt ul {
              padding-top: 22px;
              padding-bottom: 30px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li {
              margin-bottom: 20px;
              /* line-height: 1; */
              line-height: 1.5;
              /* text-transform: uppercase; */
              font-family: "Inter", sans-serif;
              font-size: 14px;
              display: inline-block;
              width: 50%;
              margin-right: -4px;
              padding-left: 30px;
              position: relative;
              vertical-align: top;
              padding-right: 30px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li::before {
              content: "";
              background: url("../images/listing-arrow.webp");
              width: 15px;
              height: 10px;
              content: "";
              position: absolute;
              left: 0;
              top: 2px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li p {
              margin-top: 5px;
              text-transform: capitalize;
              font-family: "Inter", sans-serif;
              margin-bottom: 0;
            }

            .tab-section .ts-body>section .ts-s-txt ul li a {
              color: #212721;
              font-weight: 600;
            }

            .tab-section .ts-body>section .ts-s-full-list ul li {
              width: 100%;
              margin-bottom: 11px;
            }

            .tab-section .ts-body>section .ts-s-full-list ul li::before {
              top: 6px;
            }

            .tab-section .ts-body>section .ts-s-full-list ul li p {
              margin-top: 0;
            }

            .mb-70 {
              margin-bottom: 70px;
            }

            .mb-60 {
              margin-bottom: 60px;
            }

            .mb-40 {
              margin-bottom: 40px;
            }

            .mb-15 {
              margin-bottom: 15px;
            }

            .bm-182 {
              margin-bottom: 182px;
            }

            .process-box {
              max-width: 100%;
              width: 100%;
              position: relative;
            }

            .process-box>img {
              width: 100%;
              aspect-ratio: 1 / 1;
              object-fit: cover;
            }

            .process-box .pb-no-blc {
              position: absolute;
              left: -20px;
              top: -28px;
              color: #033468;
              font-family: "Inter", sans-serif;
              font-size: 130px;
              line-height: 1;
              z-index: -1;
            }

            .process-box .pb-no-white {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              color: #fff;
              font-family: "Inter", sans-serif;
              font-size: 130px;
              line-height: 1;
              overflow: hidden;
            }

            .process-box .pb-no-white span {
              position: relative;
              left: -20px;
              top: -28px;
            }

            .process-box .pb-title {
              position: absolute;
              right: 20px;
              bottom: 35px;
              left: 30px;
              font-family: "Inter", sans-serif;
              line-height: 27px;
              font-size: 22px;
              text-align: right;
              letter-spacing: 1.4px;
            }

            .process-box .pb-title>span {
              position: relative;
              display: inline-block;
            }

            .process-box .pb-title>span>span {
              position: relative;
              display: inline-block;
              word-break: break-word;
            }

            .process-box .pb-title>span::before {
              content: "";
              position: absolute;
              background: #fff;
              height: 25px;
              left: -10px;
              right: -20px;
              bottom: 0px;
            }

            .gap-row-4 {
              row-gap: 40px;
            }

            .after-none::after {
              display: none;
            }

            .ptb-60 {
              padding-top: 60px;
              padding-bottom: 60px;
            }

            .cta-box {
              display: flex;
              justify-content: space-between;
              position: relative;
              align-items: flex-start;
            }

            .cta-box .blc-btn {
              min-width: 185px;
              margin-left: 50px;
            }

            .cta-box h1 {
              margin-bottom: 15px;
            }

            .industry-box-section {
              margin-top: -353px;
            }

            .industry-box-section .idc-list {
              display: flex;
              justify-content: flex-end;
              align-items: center;
            }

            .industry-box-section .idc-list li {
              width: 190px;
              height: 190px;
              font-size: 20px;
              line-height: 24px;
              display: table;
              overflow: hidden;
            }

            .industry-box-section .idc-list li a {
              display: table-cell;
              color: #212721;
              font-size: 20px;
              line-height: 24px;
              vertical-align: middle;
              text-align: center;
              padding: 0 15px;
            }

            .industry-box-section .idc-list li a:hover {
              transform: scale(1.2);
            }

            .industry-box-section .idc-list li .full-btn {
              background: #033468;
              color: #f0f7ff;
              font-family: "Inter", sans-serif;
              text-transform: uppercase;
              font-size: 44px;
              line-height: 53px;
              text-decoration: underline;
              position: relative;
              transform: rotate(-90deg);
            }

            .industry-box-section .idc-list li .full-btn:hover {
              transform: scale(1);
            }

            .industry-box-section .idc-list li img {
              width: 100%;
              transition: all 0.5s;
            }

            .industry-box-section .idc-list li:hover img {
              transform: scale(1.2);
            }

            .bg1 {
              background: #ffe2df;
            }

            .bg2 {
              background: #ffe9ed;
            }

            .bg3 {
              background: #e4f1ec;
            }

            .bg4 {
              background: #dff7ff;
            }

            .bg5 {
              background: #e1ffed;
            }

            .bg6 {
              background: #fff4e9;
            }

            .bg7 {
              background: #ffeffb;
            }

            .bg8 {
              background: #e4f7ff;
            }

            .portfolio-section-center-img {
              display: flex;
              justify-content: space-between;
              align-items: center;
              height: 470px;
              position: relative;
              margin-top: 40px;
            }

            .portfolio-section-center-img::before {
              content: "";
              left: 0;
              top: 0;
              position: absolute;
              border-right: 70px solid transparent;
              border-top: 70px solid #fff;
            }

            .portfolio-section-center-img::after {
              content: "";
              right: 0;
              bottom: 0;
              position: absolute;
              border-left: 70px solid transparent;
              border-bottom: 70px solid #fff;
            }

            .portfolio-section-center-img .psc-img {
              position: absolute;
              left: 50%;
              top: 0;
              transform: translateX(-50%);
              z-index: 1;
            }

            .portfolio-section-center-img .psc-left {
              width: 50%;
              display: flex;
              align-items: center;
              height: 100%;
            }

            .portfolio-section-center-img .psc-left .psc-370 {
              max-width: 370px;
              width: 100%;
              margin-left: 50px;
            }

            .portfolio-section-center-img .psc-left h2 {
              line-height: 48px;
              font-size: 40px;
              font-family: "Inter", sans-serif;
              margin-bottom: 22px;
            }

            .portfolio-section-center-img .psc-left p {
              font-size: 20px;
              line-height: 30px;
            }

            .portfolio-section-center-img .psc-right {
              width: 50%;
              display: flex;
              align-items: center;
              height: 100%;
              justify-content: flex-end;
            }

            .portfolio-section-center-img .psc-right .psc-430 {
              max-width: 430px;
              width: 100%;
              margin-right: 20px;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul {
              display: block;
              position: relative;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul::before {
              content: "";
              left: 0;
              right: 0;
              top: 50%;
              background: rgba(255, 255, 255, 0.2);
              height: 1px;
              position: absolute;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul::after {
              content: "";
              top: 0;
              bottom: 0;
              left: 50%;
              background: rgba(255, 255, 255, 0.2);
              width: 1px;
              position: absolute;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul li {
              width: 50%;
              margin-right: -3px;
              display: inline-block;
              text-align: center;
              line-height: 1.5;
              font-size: 18px;
              font-weight: 600;
              padding: 30px 15px;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul li img {
              display: block;
              margin: 0 auto 20px;
            }

            .portfolio-section-right-img {
              display: flex;
              justify-content: space-between;
              align-items: center;
              height: 470px;
              position: relative;
              margin-top: 40px;
            }

            .portfolio-section-right-img::before {
              content: "";
              left: 0;
              top: 0;
              position: absolute;
              border-right: 70px solid transparent;
              border-top: 70px solid #fff;
            }

            .portfolio-section-right-img::after {
              content: "";
              right: 0;
              bottom: 0;
              position: absolute;
              border-left: 70px solid transparent;
              border-bottom: 70px solid #fff;
            }

            .portfolio-section-right-img .psc-img {
              position: absolute;
              right: 0px;
              bottom: -60px;
              z-index: 1;
            }

            .portfolio-section-right-img .psc-left {
              width: 50%;
              display: flex;
              align-items: center;
              height: 100%;
            }

            .portfolio-section-right-img .psc-left .psc-370 {
              max-width: 370px;
              width: 100%;
              margin-left: 50px;
            }

            .portfolio-section-right-img .psc-left .psc-420-left {
              max-width: 420px;
              width: 100%;
              margin-left: 50px;
            }

            .portfolio-section-right-img .psc-left h2 {
              line-height: 48px;
              font-size: 40px;
              font-family: "Inter", sans-serif;
              margin-bottom: 22px;
            }

            .portfolio-section-right-img .psc-left p {
              font-size: 20px;
              line-height: 30px;
            }

            .portfolio-section-right-img .psc-right {
              width: 50%;
              display: flex;
              align-items: center;
              height: 100%;
              justify-content: flex-end;
            }

            .portfolio-section-right-img .psc-right .psc-430 {
              max-width: 430px;
              width: 100%;
              margin-right: 20px;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul {
              display: block;
              position: relative;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul::before {
              content: "";
              left: 0;
              right: 0;
              top: 50%;
              background: rgba(255, 255, 255, 0.2);
              height: 1px;
              position: absolute;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul::after {
              content: "";
              top: 0;
              bottom: 0;
              left: 50%;
              background: rgba(255, 255, 255, 0.2);
              width: 1px;
              position: absolute;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul li {
              width: 50%;
              margin-right: -3px;
              display: inline-block;
              text-align: center;
              line-height: 1;
              font-size: 18px;
              font-weight: 600;
              padding: 30px 15px;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul li img {
              display: block;
              margin: 0 auto 20px;
            }

            .yellow-bg {
              background: #fab227;
            }

            .watch-bg {
              background: url("../images/watch-bg.jpg") no-repeat center center;
              background-size: cover;
            }

            .ecommerce-bg {
              background: url("../images/ecommerce-bg.jpg") no-repeat center center;
              background-size: cover;
            }

            .red-bg {
              background: #ff4747;
            }

            .white-txt {
              color: #fff;
            }

            .one-item-portfolio .item {
              padding-bottom: 60px;
            }

            .one-item-portfolio .slick-prev {
              background: #f5f4f1;
              width: 80px;
              height: 80px;
              opacity: 1;
              z-index: 1;
              top: 0;
              right: 80px;
              left: auto;
              text-align: center;
            }

            .one-item-portfolio .slick-prev::before {
              content: "";
              background: url("../images/arrow-left.webp");
              width: 16px;
              height: 28px;
              z-index: 1;
              opacity: 1;
              display: inline-block;
            }

            .one-item-portfolio .slick-next {
              background: #f0f7ff;
              width: 80px;
              height: 80px;
              opacity: 1;
              z-index: 1;
              top: 0;
              right: 0px;
              text-align: center;
            }

            .one-item-portfolio .slick-next::before {
              content: "";
              background: url("../images/arrow-right.webp");
              width: 16px;
              height: 28px;
              z-index: 1;
              opacity: 1;
              display: inline-block;
            }

            .blog-section .bs-block {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
            }

            .blog-section .bs-block .bsb-box {
              position: relative;
              border-bottom: 1px solid #fff;
              border-right: 1px solid #fff;
              overflow: hidden;
              transition: all 0.5s;
              cursor: pointer;
            }

            .blog-section .bs-block .bsb-box:last-child {
              border-bottom: 0;
            }

            .blog-section .bs-block .bsb-box::before {
              content: "";
              position: absolute;
              background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              z-index: 1;
            }

            .blog-section .bs-block .bsb-box .bsb-txt {
              position: absolute;
              color: #fff;
              left: 40px;
              right: 40px;
              bottom: 40px;
              z-index: 2;
            }

            .blog-section .bs-block .bsb-box .bsb-txt p {
              font-family: "Inter", sans-serif;
              font-size: 24px;
              line-height: 30px;
            }

            .blog-section .bs-block .bsb-box .bsb-txt .post-date {
              margin-top: 20px;
              font-family: "Inter", sans-serif;
              text-transform: uppercase;
            }

            .blog-section .bs-block .bsb-box .bsb-txt a {
              color: #fff;
            }

            .blog-section .bs-block .bsb-box .bsb-txt a:hover {
              text-decoration: none;
              color: #ffe2df;
            }

            .blog-section .bs-block .bsb-box>img {
              width: 100%;
              transition: all 0.5s;
            }

            .blog-section .bs-block .bsb-box:hover>img {
              transform: scale(1.1);
            }

            /* .blog-section .item .bs-block .bsb-box:nth-child(1) img {
                height: 350px;
            }
            
            .blog-section .item .bs-block .bsb-box:nth-child(2) img {
                height: 220px;
            }
            
            .blog-section .slick-track .slick-slide:nth-child(2) .bs-block .bsb-box img {
                height: 285px !important;
            } */

            .blog-section .slick-track .slick-slide:nth-child(1) .bs-block .bsb-box:nth-child(1) img {
              height: 200px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(1) .bs-block .bsb-box:nth-child(2) img {
              height: 350px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(2) .bs-block .bsb-box:nth-child(1) img {
              height: 275px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(2) .bs-block .bsb-box:nth-child(2) img {
              height: 275px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(3) .bs-block .bsb-box:nth-child(1) img {
              height: 350px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(3) .bs-block .bsb-box:nth-child(2) img {
              height: 200px !important;
            }

            h3 {
              /* font-size: 20px; */
              line-height: 1;
              font-family: "Inter", sans-serif;
              margin-bottom: 14px;
            }

            .social-btn-grp {
              display: flex;
              justify-content: flex-end;
              align-items: center;
              margin-bottom: 80px;
            }

            .social-btn-grp li {
              display: block;
            }

            .social-btn-grp li a {
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              font-size: 26px;
              width: 60px;
              height: 60px;
            }

            .mr-20 {
              margin-right: 20px;
            }

            .facebook {
              background: #38529c;
            }

            .facebook:hover {
              background: #f0f7ff;
              color: #38529c;
            }

            .twitter {
              background: #28aae4;
            }

            .twitter:hover {
              background: #f0f7ff;
              color: #28aae4;
            }

            .linker {
              background: #127ab9;
            }

            .linker:hover {
              background: #f0f7ff;
              color: #127ab9;
            }

            .youtube {
              background: #c3271a;
            }

            .youtube:hover {
              background: #f0f7ff;
              color: #c3271a;
            }

            .pinterest {
              background: #cc2129;
            }

            .pinterest:hover {
              background: #f0f7ff;
              color: #cc2129;
            }

            .instagram {
              background: #DD2A7B;
            }

            .instagram:hover {
              background: #f0f7ff;
              color: #cc2129;
            }

            .contact-form {
              background: #f0f7ff;
              padding: 60px 30px 40px 30px;
            }

            .contact-form .cf-row {
              margin-bottom: 12px;
            }

            .contact-form .cf-row label {
              font-size: 18px;
              line-height: 1;
              margin-bottom: 10px;
            }

            .contact-form .cf-row input {
              width: 100%;
              border: 0;
              background: #fff;
              padding: 6px 15px;
              font-size: 16px;
            }

            .contact-form .cf-row select {
              width: 100%;
              border: 0;
              background: #fff;
              padding: 9px 15px;
              height: 42px;
              font-size: 16px;
            }

            .contact-form .cf-row textarea {
              width: 100%;
              border: 0;
              background: #fff;
              padding: 6px 15px;
              resize: none;
              font-size: 16px;
            }

            .contact-form .cf-file input {
              display: none;
            }

            .contact-form .cf-file label {
              width: 100%;
              border: 0;
              background: #212721;
              color: #fff;
              text-align: center;
              font-size: 18px;
              padding: 12px 15px;
            }

            .ptb-50 {
              padding-top: 50px;
              padding-bottom: 50px;
            }

            footer {
              background: #212721;
              padding: 70px 0 80px;
              color: #f0f7ff;
              margin: 0 !important;
              /* margin: -131px 0 0 0!important; */
            }

            /* ============ Footer ============== */

            .footer-inside {
              background: #212721;
              padding: 50px 0 80px !important;
              color: #f0f7ff;
              /* margin:-90px 0 0 0!important; */
              margin: 0px 0 0 0 !important;
            }

            /* ======================================== */

            footer .f-head {
              font-family: "Inter", sans-serif;
              font-size: 26px;
              text-transform: uppercase;
              margin-bottom: 0;
              height: auto;
              display: flex;
              line-height: 1;
              padding: 12px 0 18px 0px;
              justify-content: space-between;
            }

            footer ul li {
              margin-bottom: 2px;
            }

            footer ul li:last-child {
              margin-bottom: 0;
            }

            footer ul li a {
              color: #f0f7ff;
              font-size: 16px;
            }

            footer ul li a:hover {
              color: #fff;
              padding-left: 5px;
            }

            .copyright ul li {
              display: inline-block;
            }

            .copyright ul li:last-child::after {
              display: none;
            }

            .copyright ul li::after {
              content: "|";
              padding: 0 5px 0 10px;
            }

            .copyright ul li a {
              display: inline-block;
              font-family: "Inter", sans-serif;
              color: #212721;
            }

            .show-f-menu~.f-menu {
              display: block;
              margin-bottom: 15px;
            }

            .show-f-menu .f-menu {
              display: block;
              /* margin-bottom: 15px;  */
            }

            .fs-18 {
              font-size: 18px;
              margin-bottom: 12px;
            }

            .project-static {
              margin-top: 140px;
            }

            .project-static .ps-box {
              display: flex;
              align-items: center;
              margin-bottom: 50px;
            }

            .project-static .ps-box .ps-icon {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 70px;
              height: 70px;
              background: #fff;
              border: 2px solid #f0f7ff;
              border-radius: 100px;
              margin-right: 20px;
            }

            .project-static .ps-box .ps-txt {
              line-height: 1;
            }

            .project-static .ps-box .ps-txt strong {
              font-size: 30px;
              font-family: "Inter", sans-serif;
              display: block;
              margin-bottom: 6px;
            }

            .project-static .ps-box .ps-txt p {
              font-size: 16px;
            }

            strong {
              font-family: "Inter", sans-serif;
            }

            .mb-100 {
              margin-bottom: 100px;
            }

            .industry-timeline {
              position: relative;
            }

            .industry-timeline::before {
              position: absolute;
              content: "";
              width: 2px;
              left: 50%;
              top: 0;
              bottom: -10px;
              border-radius: 5px 5px 0 0;
              transform: translateX(-50%);
              background: #212721;
            }

            .industry-timeline .it-row {
              padding-bottom: 50px;
              position: relative;
            }

            .industry-timeline .it-row::before {
              position: absolute;
              content: "";
              width: 24px;
              height: 24px;
              left: 50%;
              top: 0;
              border-radius: 50px;
              transform: translateX(-50%);
              background: #fff;
              border: 3px solid #212721;
            }

            .industry-timeline .it-row .it-img {
              max-width: 460px;
              width: 100%;
              margin: 0 auto;
            }

            .industry-timeline .it-row .it-img img {
              width: 100%;
              border-radius: 0 70px 0 70px;
            }

            .industry-timeline .it-row:nth-child(2n) .it-txt {
              padding-left: 0px;
              padding-right: 50px;
            }

            .it-txt {
              /* padding-left: 50px; */
              position: relative;
            }

            .it-txt .it-img {
              width: 80px;
              height: 80px;
              background: #d3e3f9;
              margin-bottom: 25px;
              display: table;
              text-align: center;
              border-radius: 30px 0 30px 30px;
              line-height: 80px;
            }

            .it-txt .it-img span {
              display: table-cell;
              vertical-align: middle;
            }

            .it-txt .it-img span img {
              vertical-align: middle;
            }

            .it-txt h4 {
              line-height: 30px;
              font-size: 24px;
              font-family: "Inter", sans-serif;
              margin-bottom: 16px;
            }

            .it-txt p {
              font-size: 18px;
              line-height: 30px;
              margin-bottom: 30px;
            }

            .it-txt ul li {
              margin-bottom: 20px;
              line-height: 1.2;
              text-transform: uppercase;
              font-family: "Inter", sans-serif;
              font-size: 14px;
              display: inline-block;
              width: 50%;
              margin-right: -4px;
              padding-left: 30px;
              position: relative;
              vertical-align: top;
              padding-right: 30px;
              text-align: left;
            }

            .it-txt ul li::before {
              content: "";
              background: url("../images/listing-arrow.webp");
              width: 15px;
              height: 10px;
              content: "";
              position: absolute;
              left: 0;
              top: 2px;
            }

            .it-txt ul li p {
              margin-top: 5px;
              text-transform: capitalize;
              font-family: "Inter", sans-serif;
              margin-bottom: 0;
            }

            .prop-sec .it-txt {
              padding-left: 0;
            }

            .page-link-address {
              padding: 20px;
            }

            .page-link-address h1 {
              padding: 20px;
              margin-bottom: 20px;
              font-size: 20px;
              color: #fff;
              background: #212721;
              border-radius: 5px;
            }

            .page-link-address ul {
              padding-left: 30px;
            }

            .page-link-address ul li {
              list-style-type: circle;
              display: list-item;
              margin-bottom: 10px;
              font-size: 18px;
              color: #3b3b3d;
            }

            .page-link-address ul li a {
              color: #3b3b3d;
              text-decoration: underline;
            }

            .white-bg {
              background: #fff;
            }

            .p-30 {
              padding: 30px;
            }

            .faq-box .fb-row {
              border-bottom: 1px solid #f0f7ff;
              padding-bottom: 20px;
            }

            .faq-box .fb-row:last-child {
              border-bottom: 0;
              padding-bottom: 0;
            }

            .faq-box .fb-row:first-child .fb-btn-bar {
              padding-top: 0;
            }

            .faq-box .fb-row .fb-btn-bar {
              color: #212721;
              font-size: 20px;
              padding: 18px 0 0;
            }

            .faq-box .fb-row .fb-btn-bar i {
              font-size: 30px;
              min-width: 30px;
              text-align: right;
            }

            .faq-box .fb-row .fb-btn-bar a {
              color: #212721;
              display: block;
              display: flex;
              justify-content: space-between;
              align-items: center;
              font-weight: bold;
            }

            .fs-14 {
              font-size: 14px;
              line-height: 22px;
              margin-bottom: 10px;
            }

            .fs-14:last-child {
              margin-bottom: 0;
            }

            .fs-16 {
              font-size: 16px;
              line-height: 24px;
              margin-bottom: 10px;
            }

            .fs-16:last-child {
              margin-bottom: 0;
            }

            .choose-box {
              position: relative;
            }

            .choose-box li {
              position: relative;
              width: 50%;
              display: inline-block;
              border-bottom: 1px solid #fff;
              border-right: 1px solid #fff;
              color: #fff;
              font-family: "Inter", sans-serif;
              line-height: 24px;
              margin-left: -2px;
              margin-right: -3px;
            }

            .choose-box li::before {
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              content: "";
              background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              position: absolute;
            }

            .choose-box li:nth-child(2n) {
              border-right: 0;
            }

            .choose-box li img {
              width: 100%;
            }

            .choose-box li .cb-txt {
              width: 100%;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              padding: 15px 40px;
            }

            .tech-icon {
              display: flex;
              align-items: flex-start;
              justify-content: center;
              flex-wrap: wrap;
            }

            .tech-icon .ti-box {
              width: 90px;
              display: flex;
              align-items: center;
              justify-content: center;
              min-height: 90px;
              margin: 0px 20px 30px;
              flex-wrap: wrap;
            }

            .tech-icon .ti-box img {
              max-width: 90px;
              max-height: 90px;
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
              margin-bottom: 20px;
            }

            .tech-icon .ti-box strong {
              line-height: 1;
              display: block;
              font-family: "Inter", sans-serif;
              font-size: 14px;
              font-weight: 400;
            }

            .ul-list li {
              margin-bottom: 20px;
              line-height: 1;
              text-transform: uppercase;
              font-family: "Inter", sans-serif;
              font-size: 14px;
              display: inline-block;
              width: 50%;
              margin-right: -4px;
              padding-left: 30px;
              position: relative;
              vertical-align: top;
              padding-right: 30px;
            }

            .ul-list li::before {
              content: "";
              background: url("../images/listing-arrow.webp");
              width: 15px;
              height: 10px;
              content: "";
              position: absolute;
              left: 0;
              top: 2px;
            }

            .ul-list li p {
              margin-top: 5px;
              text-transform: capitalize;
              font-family: "Inter", sans-serif;
              margin-bottom: 0;
            }

            .ul-list li a {
              color: #212721;
            }

            .ul-list li a:hover {
              padding-left: 3px;
            }

            .pt-100 {
              padding-top: 100px;
            }

            .four-box {
              display: flex;
              align-items: flex-start;
              justify-content: center;
              flex-wrap: wrap;
            }

            .four-box li {
              position: relative;
              width: 25%;
              display: inline-block;
              border-bottom: 1px solid #fff;
              border-right: 1px solid #fff;
              color: #fff;
              font-family: "Inter", sans-serif;
              line-height: 30px;
              font-size: 24px;
            }

            .four-box li::before {
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              content: "";
              background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              position: absolute;
            }

            .four-box li img {
              width: 100%;
            }

            .four-box li .cb-txt {
              width: 100%;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              padding: 15px 40px;
              text-align: center;
            }

            .blc-bg {
              background: #212721;
            }

            .footer-inner {
              padding: 70px 0 80px;
              margin-top: 0;
            }

            .blog-listing-section {
              position: relative;
              /* border-bottom: 1px solid #a9caed; */
              padding-bottom: 10px;
            }

            .blog-listing-section .blog-social-btn-grp {
              position: absolute;
              left: 0;
              top: 0;
            }

            .blog-listing-section .blog-social-btn-grp ul li {
              display: block;
            }

            .blog-listing-section .blog-social-btn-grp ul li a {
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              font-size: 26px;
              width: 60px;
              height: 60px;
            }

            .blog-listing-section .blog-social-btn-grp ul li a:hover {
              color: #212721;
            }

            .blog-listing-section .blog-box {
              margin-bottom: 60px;
            }

            .blog-listing-section .blog-box .blog-title {
              display: block;
              margin-bottom: 30px;
              font-size: 30px;
            }

            .blog-listing-section .blog-box .blog-title .bt-date {
              /* background: #212721; */
              /*     
    min-width: 65px;
    height: 65px; */
              /* display: flex; */
              color: black !important;
              /* justify-content: center;
    align-items: center; */
              /* position: absolute;
    top: 60px; */
              margin-bottom: 10px;
            }

            .blog-listing-section .blog-box .blog-title .bt-date>div {
              font-size: 18px;
              text-align: center;
              display: flex;
              text-transform: uppercase;
              line-height: 22px;
            }

            .blog-listing-section .blog-box .blog-title .bt-date>div span {
              margin-left: 10px;
              display: block;
              font-size: 24px;
              font-family: "Inter", sans-serif;
            }

            .blog-listing-section .blog-box .bb-img {
              width: 100%;
              margin-bottom: 24px;
              overflow: hidden;
              box-shadow: 0px 12px 30px 0px rgba(33, 39, 33, 0.1);
              position: relative;
            }

            .blog-listing-section .blog-box .bb-img a:hover img {
              transform: scale(1.05);
            }

            .blog-listing-section .blog-box .bb-img img {
              width: 100%;
              display: flex;
              transition: all 0.5s;
              height: 320px;
            }

            .auto-height {
              height: auto !important;
            }

            .blog-listing-section .blog-box .bb-img-middle {
              width: 100%;
              margin-bottom: 24px;
              position: relative;
              margin-top: 32px;
              box-shadow: 0px 12px 30px 0px rgba(33, 39, 33, 0.1);
              padding-top: 40px;
            }

            .blog-listing-section .blog-box .bb-img-middle::before {
              /* content: "";
    background: #f0f7ff;
    width: 1170px;
    position: absolute;
    left: calc(50% - -10px);
    top: 0px;
    transform: translateX(-50%);
    height: 50%; */
            }

            .blog-listing-section .blog-box .bb-img-middle img {
              width: 100%;
              display: flex;
              position: relative;
            }

            .blog-listing-section .blog-box .bb-txt {
              line-height: 25px;
              font-size: 18px;
            }

            .blog-listing-section .blog-box .bb-txt .blog-heading {
              font-family: "Inter", sans-serif;
              font-size: 24px;
              margin: 20px 0 12px;
            }

            .blog-listing-section .blog-box .bb-txt .blog-subheading {
              font-size: 22px;
              margin-bottom: 8px;
            }

            .blog-listing-section .blog-box .bb-txt .blog-subheading span {
              font-family: "Inter", sans-serif;
            }

            .blog-listing-section .blog-box .bb-txt h1 {
              font-family: "Inter", sans-serif;
              font-size: 22px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-bottom: 10px;
            }

            .blog-listing-section .blog-box .bb-txt h1 a {
              color: #212721;
            }

            .blog-listing-section .blog-box .bb-txt h1 a:hover {
              opacity: 0.8;
            }

            .blog-listing-section .blog-box .bb-txt p {
              line-height: 25px;
              font-size: 18px;
              margin-bottom: 12px;
            }

            .blog-listing-section .blog-box .bb-txt ul li {
              padding-left: 30px;
              position: relative;
              line-height: 1;
              margin-bottom: 15px;
            }

            .blog-listing-section .blog-box .bb-txt ul li::before {
              content: "";
              width: 10px;
              height: 10px;
              border-radius: 50px;
              background: #212721;
              position: absolute;
              left: 10px;
              top: 4px;
            }

            .blog-listing-section h1 {
              font-size: 40px;
            }

            .blog-listing-section h2 {
              font-size: 32px;
            }

            .blog-listing-section h3 {
              font-size: 26px;
            }

            .blog-listing-section h4 {
              font-size: 22px;
            }

            .blog-listing-section h5 {
              font-size: 20px;
            }

            .blog-listing-section h6 {
              font-size: 18px;
            }

            .blog-listing-section h2,
            .blog-listing-section h3,
            .blog-listing-section h4,
            .blog-listing-section h5,
            .blog-listing-section h6 {
              padding-bottom: 10px;
              font-weight: normal;
            }

            .blog-listing-section p {
              padding-bottom: 15px;
            }

            .blog-listing-section a {
              text-decoration: none;
              color: #1463ad;
            }

            .blog-listing-section a:hover {
              text-decoration: underline;
            }

            .offwhite.tab-section .col-md-6 {
              margin-bottom: 15px;
            }

            .author-intro {
              font-family: "Inter", sans-serif;
              font-size: 18px;
              text-align: center;
              line-height: 1;
              margin-bottom: 35px;
              margin-top: -70px;
              position: relative;
            }

            .author-intro .ai-img {
              width: 80px;
              height: 80px;
              margin: 0 auto 20px;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #fff;
              border-radius: 50px;
              border: 1px solid #f0f7ff;
            }

            .author-intro .ai-img img {
              background: #fff;
              border-radius: 50px;
              max-width: 60px;
              max-height: 60px;
            }

            .ml-20 {
              margin-left: 20px;
            }

            .mr-20 {
              margin-right: 20px;
            }

            .mlr-10 {
              margin-left: 10px;
              margin-right: 10px;
            }

            .ff-gb {
              font-family: "Inter", sans-serif;
            }

            /* .pgination {
  padding: 60px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pgination ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pgination ul li {
      display: block;
      margin: 0 5px; }
      .pgination ul li a {
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        padding: 6px 15px; }
    .pgination ul .active a {
      color: #f0f7ff;
      background: #212721; } */

            .pgination {
              padding: 60px 0 80px;
              display: flex;
              justify-content: space-between;
              align-items: center;
              display: flex;
              justify-content: center;
              align-items: center;
            }

            .pgination li {
              text-align: center;
              background: #f0f7ff;
              border-radius: 0px;
              color: #212721;
              margin: 2px 4px;
              /* padding: 6px 25px; */
              text-transform: uppercase;
              font-size: 14px;
              display: inline-block;
              white-space: nowrap;
              border: none;
              font-family: "Inter", sans-serif;
              letter-spacing: 1.2px;
              position: relative;
            }

            .pgination a {
              padding: 8px 20px;
              color: #212721;
            }

            .pgination span {
              padding: 8px 20px;
            }

            .pgination .active {
              color: #f0f7ff;
              background: #212721;
            }

            .pgination li:hover {
              color: #fff;
              background: #212721;
            }

            .pgination li:hover a {
              color: #fff;
            }

            .pgination .one1 {
              float: left !important;
            }

            .pgination .two2 {
              float: right !important;
            }

            .bg-gray-before::before {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              height: 300px;
              background: #f0f7ff;
              z-index: -1;
            }

            .mb-80 {
              margin-bottom: 80px;
            }

            .mb-30 {
              margin-bottom: 30px;
            }

            .pl-0 {
              padding-left: 0;
            }

            .mb-65 {
              margin-bottom: 65px;
            }

            .pb-70 {
              padding-bottom: 70px;
            }

            .career-form-popup .modal-dialog {
              max-width: 670px;
            }

            .career-form-popup .modal-dialog .modal-content .modal-header {
              border-bottom: 0;
              background: #212721;
              color: #fff;
            }

            .career-form-popup .modal-dialog .modal-content .modal-header .modal-title {
              font-family: "Inter", sans-serif;
            }

            .career-form-popup .modal-dialog .modal-content .modal-header .btn-close {
              color: #fff;
              background: none;
              opacity: 1;
              padding: 0;
              margin: 0;
              line-height: 1;
              font-size: 30px;
            }

            .career-form-popup .modal-dialog .modal-content .modal-body {
              padding: 0;
              border-radius: 0 0 .3rem .3rem;
            }

            .career-form-popup .modal-dialog .modal-content .modal-body .contact-form {
              padding: 30px;
            }

            .pr-100 {
              padding-right: 100px;
            }

            .full-img {
              width: 100%;
            }

            .full-img img {
              width: 100%;
            }

            .pr-20 {
              padding-right: 20px;
            }

            .pl-20 {
              padding-left: 20px;
            }

            .mt-min-240 {
              margin-top: -240px;
            }

            .mb-min-120 {
              margin-bottom: -120px;
            }

            .mb-120 {
              margin-bottom: 120px;
            }

            .mb-150 {
              margin-bottom: 150px;
            }

            .colleps-list li {
              padding-left: 60px;
              padding-bottom: 30px;
              position: relative;
            }

            .colleps-list li::before {
              content: "";
              position: absolute;
              width: 2px;
              background: #f0f7ff;
              left: 11px;
              top: 0px;
              bottom: 0px;
            }

            .colleps-list li:last-child {
              padding-bottom: 0px;
            }

            .colleps-list li:last-child::before {
              display: none;
            }

            .colleps-list li .cl-title {
              font-family: "Inter", sans-serif;
              font-size: 24px;
              line-height: 1;
              margin-bottom: 15px;
              cursor: pointer;
              display: block;
              position: relative;
            }

            .colleps-list li .cl-title::before {
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              background: #fff;
              border: 5px solid #f0f7ff;
              border-radius: 50px;
              left: -60px;
              top: 0;
              z-index: 1;
            }

            .colleps-list li .cl-txt {
              opacity: 0;
              visibility: hidden;
              height: 0px;
              padding-bottom: 0px;
              transition: 0.2s;
              position: relative;
            }

            .colleps-list li .cl-txt::before {
              content: "";
              position: absolute;
              width: 2px;
              background: #f0f7ff;
              left: -49px;
              top: -30px;
              bottom: 00px;
            }

            .colleps-list li input[type="checkbox"]:checked~.cl-txt {
              opacity: 1;
              visibility: visible;
              height: auto;
              margin-bottom: 10px;
            }

            .colleps-list li input[type="checkbox"]:checked~.cl-title::before {
              background: #212721;
              border: 5px solid #212721;
            }

            .gallery-slider-section .gallery-slider .slick-prev {
              background: #f5f4f1;
              width: 80px;
              height: 80px;
              opacity: 1;
              z-index: 1;
              top: -80px;
              transform: translate(0);
              right: 95px;
              left: auto;
              text-align: center;
            }

            .gallery-slider-section .gallery-slider .slick-prev::before {
              content: "";
              background: url("../images/arrow-left.webp");
              width: 16px;
              height: 28px;
              z-index: 1;
              opacity: 1;
              display: inline-block;
            }

            .gallery-slider-section .gallery-slider .slick-next {
              background: #f0f7ff;
              width: 80px;
              height: 80px;
              opacity: 1;
              z-index: 1;
              top: -80px;
              right: 15px;
              text-align: center;
              transform: translate(0);
            }

            .gallery-slider-section .gallery-slider .slick-next::before {
              content: "";
              background: url("../images/arrow-right.webp");
              width: 16px;
              height: 28px;
              z-index: 1;
              opacity: 1;
              display: inline-block;
            }

            .gallery-slider-section .gallery-slider .slick-track {
              display: flex;
              align-items: flex-end;
            }

            .gallery-slider-section .gallery-slider .slick-slide {
              display: block;
            }

            .gallery-slider-section .gallery-slider .item {
              padding: 0 25px;
            }

            .gallery-slider-section .gallery-slider .item img {
              width: 100%;
            }

            .infrastructure-card {
              display: flex;
              align-items: center;
            }

            .infrastructure-card li {
              min-width: 50%;
            }

            .infrastructure-card li .ic-box {
              width: 100%;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              position: relative;
            }

            .infrastructure-card li .ic-box::before {
              content: "";
              position: absolute;
              background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
            }

            .infrastructure-card li .ic-box strong {
              position: absolute;
              left: 30px;
              right: 30px;
              text-align: center;
              font-size: 24px;
              line-height: 30px;
              font-family: "Inter", sans-serif;
              color: #fff;
              top: 50%;
              transform: translateY(-50%);
              z-index: 1;
            }

            .infrastructure-card li .ic-box img {
              width: 100%;
            }

            .why-section {
              background: url("../images/why-bg.jpg") no-repeat center center;
              background-size: cover;
              overflow: hidden;
            }

            .why-section .ws-heading {
              width: 570px;
              height: 570px;
              position: absolute;
              left: 50%;
              bottom: -200px;
              background: #fff;
              text-align: center;
              font-size: 38px;
              border: 3px solid #212721;
              border-radius: 500px;
              transform: translateX(-50%);
            }

            .why-section .ws-heading>div {
              position: absolute;
              left: 50%;
              top: 38%;
              transform: translate(-50%, -50%);
              line-height: 60px;
              font-size: 50px;
            }

            .why-one {
              margin-bottom: 0;
              z-index: 1;
              position: relative;
            }

            .why-two {
              margin-top: -47px;
              z-index: 1;
              position: relative;
            }

            .why-three {
              margin-top: 42px;
              padding-bottom: 50px;
              position: relative;
              z-index: 1;
            }

            .why-box-center {
              text-align: center;
            }

            .why-box-center .wb-box strong {
              display: block;
              font-size: 24px;
              line-height: 30px;
              font-family: "Inter", sans-serif;
              margin-bottom: 7px;
            }

            .why-box-center .wb-box p {
              margin-bottom: 21px;
            }

            .why-box-center .wb-img {
              width: 114px;
              height: 114px;
              border-radius: 100px;
              background: #fff;
              margin: 0 auto;
              text-align: center;
            }

            .why-box-center .wb-img img {
              padding-top: 17px;
            }

            .why-box-right {
              text-align: right;
              display: flex;
            }

            .why-box-right .wb-box {
              margin-right: 30px;
            }

            .why-box-right .wb-box strong {
              display: block;
              font-size: 24px;
              line-height: 30px;
              font-family: "Inter", sans-serif;
              margin-bottom: 7px;
            }

            .why-box-right .wb-img {
              min-width: 114px;
              max-width: 114px;
              height: 114px;
              border-radius: 100px;
              background: #fff;
              text-align: center;
            }

            .why-box-right .wb-img img {
              padding-top: 17px;
            }

            .why-box-left {
              text-align: left;
              display: flex;
              flex-direction: row-reverse;
            }

            .why-box-left .wb-box {
              margin-left: 30px;
            }

            .why-box-left .wb-box strong {
              display: block;
              font-size: 24px;
              line-height: 30px;
              font-family: "Inter", sans-serif;
              margin-bottom: 7px;
            }

            .why-box-left .wb-img {
              min-width: 114px;
              max-width: 114px;
              height: 114px;
              border-radius: 100px;
              background: #fff;
              text-align: center;
            }

            .why-box-left .wb-img img {
              padding-top: 17px;
            }

            .red-txt {
              color: #ff3654;
            }

            .red-border {
              border: 10px solid #ff3654;
            }

            .yellow-txt {
              color: #ff9d00;
            }

            .yellow-border {
              border: 10px solid #ff9d00;
            }

            .blue-txt {
              color: #1d39cf;
            }

            .blue-border {
              border: 10px solid #1d39cf;
            }

            .purple-txt {
              color: #7b3dd9;
            }

            .purple-border {
              border: 10px solid #7b3dd9;
            }

            .green-txt {
              color: #00b59a;
            }

            .green-border {
              border: 10px solid #00b59a;
            }

            .li-list ul li::before {
              background: none !important;
            }

            .art-direction {
              font-size: 18px;
              line-height: 30px;
              margin-bottom: 30px;
              text-align: justify;
            }

            .list-style ul {
              font-size: 18px;
              line-height: 32px;
              margin-bottom: 30px;
              text-align: justify;
              margin-left: 30px;
            }

            .list-style li {
              position: relative;
            }

            .list-style li::before {
              content: "";
              /*font-size: 25px;*/
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background: #333;
              position: absolute;
              left: -22px;
              top: 13px;
            }

            .text-look h4 {
              line-height: 30px;
              font-size: 24px;
              font-family: "Inter", sans-serif;
              margin-bottom: 16px;
            }

            .full-img {
              text-align: center;
            }

            .full-img img {
              border-radius: 15px;
              margin-bottom: 5px;
              border-bottom: #fff 3px solid;
            }

            .full-img span {
              font-size: 16px;
              text-transform: uppercase;
              color: #212721;
              font-weight: 600;
              line-height: 12px;
            }

            .full-img span small {
              font-size: 13px;
              display: block;
            }

            .team-part {
              padding: 90px 0 80px 0;
            }

            .team-part .heading p {
              font-weight: 400;
              font-family: "Inter", sans-serif;
            }

            .team-part .btn-view-all {
              position: absolute;
              right: 0;
              top: -60px;
              z-index: 9;
              transform: rotate(-90deg);
              transform-origin: right top;
            }

            .team-box .col-md-3:nth-child(4) {
              margin-top: -220px;
            }

            .industry-timeline .order-lg-first {
              text-align: right;
            }

            .industry-timeline .it-txt {
              padding-left: 50px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li div a {
              opacity: 0;
              text-decoration: none;
            }

            .tab-section .ts-body>section .ts-s-txt ul li:hover div a {
              opacity: 1;
            }

            .ts-body .d-none {
              display: block !important;
              opacity: 0;
            }

            .siteinfo h3 {
              margin: 15px 0 15px 0;
            }

            .ptb-150 .relative p {
              margin-bottom: 15px !important;
            }

            .copyright {
              padding: 20px 0;
            }

            .copyright img {
              margin-bottom: 10px;
            }

            #scroll {
              position: fixed;
              right: 10px;
              bottom: 10px;
              cursor: pointer;
              width: 50px;
              height: 50px;
              background-color: #003466;
              text-indent: -9999px;
              display: none;
              -webkit-border-radius: 60px;
              -moz-border-radius: 60px;
              border-radius: 60px
            }

            #scroll span {
              position: absolute;
              top: 50%;
              left: 50%;
              margin-left: -8px;
              margin-top: -12px;
              height: 0;
              width: 0;
              border: 8px solid transparent;
              border-bottom-color: #ffffff;
            }

            #scroll:hover {
              background-color: #e74c3c;
              opacity: 1;
              filter: "alpha(opacity=100)";
              -ms-filter: "alpha(opacity=100)";
            }

            @media screen and (min-width: 768px) {
              header .fixed-header .navbar-nav .nav-item .nav-link {
                color: #212529 !important;
              }

              .services-accordion-list {
                max-height: 908px;
                overflow-y: auto;
              }
            }

            @media screen and (max-width: 768px) {
              .ptb-150.relative .container-box .bm-182 {
                margin-bottom: 50px;
              }

              .relative .box-left-50-top-300-bg5 {
                background: none;
              }
            }

            .banner-section.office .inner-banner-txt h2 {
              position: absolute;
              top: -70px;
              left: 50%;
              transform: translate(-50%);
              line-height: 80px;
              font-size: 50px;
              text-transform: uppercase;
              -webkit-text-stroke-width: 2px;
              -webkit-text-stroke-color: #fff;
              letter-spacing: 3px;
              text-stroke: 2px #fff;
              opacity: 1;
              z-index: 5;
              font-family: var(--default-font);
              font-weight: 600;
              color: transparent;
              width: 100%;
              text-align: center;

            }

            .banner-section.office .inner-banner-txt h1 {
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translate(-50%);
              line-height: 100px;
              font-size: 90px;
              text-transform: uppercase;
              -webkit-text-stroke-width: 2px;
              -webkit-text-stroke-color: #000;
              letter-spacing: 3px;
              text-stroke: 2px #000;
              opacity: 1;
              z-index: 5;
              font-family: var(--default-font);
              font-weight: 600;
              color: transparent;
              width: 100%;
              text-align: center;

            }

            .banner-section.office .one-item .item .banner-box>img {
              height: 480px;
            }


            .offices {
              padding: 60px 0;
            }

            .offices .heading01 {
              margin-bottom: 40px;
              font-size: 37px;
            }

            .offices .box {
              position: relative;
              padding: 40px 30px 40px 50px;
              margin-bottom: 30px;
              background: #F8F8F8;
              position: relative;
              border-radius: 0 30px 15px 15px;
            }

            .offices .box:hover {
              background: #f0f7ff;
            }

            .offices .box::before {
              content: "";
              left: 0;
              top: 0;
              position: absolute;
              border-right: 50px solid transparent;
              border-top: 50px solid #fff;
            }

            .offices .box h4 {
              font-size: 22px;
              color: #000;
              margin-bottom: 20px;
              font-weight: 600;
            }

            .offices .box p {
              line-height: 23px;
              margin-bottom: 12px;
            }

            .offices .box p span {
              font-weight: 600;
            }

            .offices .box a {
              color: #000;
              font-size: 16px;
            }

            .offices .box a:hover {
              margin-left: 20px;
            }

            .offices .box .flags {
              width: 70px;
              height: 70px;
              border-radius: 180px;
              background: #fff;
              border: #D0D5DE 1px solid;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 0;
              right: 0;
            }

            .tab-link {
              display: block;
              padding: 8px 10px;
              cursor: pointer;
              text-decoration: none;
              color: #333;
            }

            .tab-link.active {
              color: #007bff;
              font-weight: 600;
            }

            .tab-content {
              transition: all 0.3s ease;
            }

            .f-menu.d-grid {
              display: grid;
              grid-template-columns: 1fr 1fr;
            }

            .consultation-wrapper {
              display: flex;
              background: #fff;
              box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            }

            /* LEFT SIDE */
            .consultation-form {
              width: 50%;
              padding: 40px;
            }

            .consultation-form h2 {
              font-size: 32px;
              margin-bottom: 30px;
            }

            .form-group {
              margin-bottom: 20px;
            }

            .form-group input,
            .form-group textarea {
              width: 100%;
              border: none;
              border-bottom: 1px solid #ccc;
              padding: 10px 5px;
              font-size: 14px;
              outline: none;
              background: transparent;
            }

            .form-group textarea {
              height: 80px;
            }

            .file-box {
              display: flex;
              justify-content: space-between;
              font-size: 13px;
            }

            .form-check {
              margin: 20px 0;
              font-size: 14px;
            }

            .submit-btn {
              background: #ffd400;
              border: none;
              padding: 12px 30px;
              font-weight: 600;
              cursor: pointer;
            }

            .privacy {
              margin-top: 10px;
              color: green;
              font-size: 14px;
            }

            /* RIGHT SIDE */
            .consultation-info {
              width: 50%;
              background: #2c3a4b;
              color: #fff;
              padding: 40px;
            }

            .consultation-info h3 {
              font-size: 20px;
              line-height: 1.6;
            }

            .consultation-info hr {
              border-color: rgba(255, 255, 255, 0.2);
              margin: 25px 0;
            }

            .contact-info p {
              margin: 10px 0;
            }

            .clients p {
              opacity: 0.8;
            }

            #requestModal button.btn-close {
              position: absolute;
              top: 10px;
              right: 10px;
              color: #000;
              /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
            }

            .request-quote-modal .modal-dialog {
              max-width: 770px;
              padding: 10px;
              border-radius: 15px;
              background: #f0f7ff;
              border: 1px solid rgba(0, 0, 0, .2);
            }

            .request-quote-modal .modal-content {
              border: none;
            }

            .bg-transparent-modal {
              background-color: #f0f7ff;
            }

            .request-quote-modal .contact-form {
              padding: 30px;
            }


            .request-quote-modal .modal-content {
              border-radius: 12px;
            }

            .request-quote-modal h2 {
              font-size: 22px;
            }

            .request-quote-modal .text-muted {
              font-size: 14px;
            }

            /* RESPONSIVE */
            @media (max-width: 768px) {
              .consultation-wrapper {
                flex-direction: column;
              }

              .consultation-form,
              .consultation-info {
                width: 100%;
              }
            }

            .hero-banner {
              background-image: url("../images/bg-banner.png");
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
            }

            .hero-banner .container {
              max-width: 1360px;
              margin: auto;
              border-radius: 12px;
              padding: 120px 70px;
              display: flex;
              justify-content: space-between;
              align-items: center;
              position: relative;
              overflow: hidden;
            }


            .hero-banner .hero-left h1 {
              font-size: 44px;
              color: #003466;
              line-height: 1.3;
              margin-bottom: 20px;
              font-weight: 800;
              font-family: "Inter", sans-serif;
            }

            .hero-banner .hero-left p {
              color: #003466;
              margin-bottom: 30px;
              line-height: 1.6;
              max-width: 480px;
            }

            /* BUTTONS */
            .hero-banner .hero-buttons {
              display: flex;
              gap: 15px;
              margin-bottom: 10px;
            }

            .hero-banner .btn {
              padding: 15px;
              border-radius: 6px;
              font-size: 14px;
              text-decoration: none;
              transition: .3s;
            }

            .hero-banner .btn-outline {
              border: 1px solid #003466;
              color: #003466;
            }

            .hero-banner .hero-buttons a.btn.btn-outline span {
              padding: 6px;
              border: 1px solid #bdbdbd;
              border-radius: 6px;
            }

            .hero-banner .btn-outline:hover {
              background: #003466;
              color: #fff;
            }

            .hero-banner .btn-primary {
              background: #003466;
              color: #fff;
            }

            .hero-banner .btn-primary:hover {
              background: #1f4c8f;
            }

            /* TEXT */
            .hero-banner .subtext {
              font-size: 14px;
              color: #003466;
              font-weight: 400;
              display: block;
              margin-bottom: 25px;
            }

            .hero-banner .footer-text {
              font-size: 14px;
              color: #2b3d55;
              font-weight: 400;
              font-family: "Inter", sans-serif;
            }

            /* RIGHT SIDE */
            .hero-banner .hero-right {
              min-width: 500px;
              position: relative;
              width: 520px;
              height: 340px;
            }

            /* SVG NETWORK */
            .hero-banner .network {
              position: absolute;
              width: 100%;
              height: 100%;
            }

            .hero-banner .network path {
              stroke: #cfd8e6;
              stroke-width: 2;
              fill: none;
            }

            .hero-banner .network circle {
              fill: #cfd8e6;
            }

            /* CARDS */
            .hero-banner .banner-card-box {
              position: absolute;
              background: #fff;
              border: 1px solid #003466;
              padding: 12px 18px;
              border-radius: 8px;
              font-size: 14px;
              color: #003466;
              display: flex;
              align-items: center;
              gap: 10px;
              box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
              text-align: center;
              z-index: 11;
            }

            .hero-banner .cicle-box-round-main {
              width: 370px;
              height: 290px;
              border: 1px solid #cfd8e6;
              position: absolute;
              right: 90px;
              z-index: 0;
              border-radius: 20px;
            }

            /* ICON */
            .hero-banner .icon {
              width: 22px;
              height: 22px;
              border: 2px solid #003466;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 12px;
              color: #003466;
            }

            /* POSITIONS */
            .hero-banner .banner-card-box.top {
              top: 0;
              left: 180px;
            }

            .hero-banner .banner-card-box.mid-right {
              top: 95px;
              right: -10px;
            }

            .hero-banner .banner-card-box.mid-left {
              top: 145px;
              left: -10px;
            }

            .hero-banner .banner-card-box.bottom {
              bottom: 0;
              left: 140px;
            }

            .hero-banner .banner-card-box.mid-right-bottom {
              top: 180px;
            }

            /* LINES */
            .hero-banner .circle-row-main {
              display: flex;
              align-items: center;
            }

            .hero-banner .circle-row-main-1 {
              position: absolute;
              top: -30px;
              left: -20px;
            }

            .hero-banner .circle-row-main-2 {
              position: absolute;
              top: 110px;
              left: 90px;
            }

            .hero-banner .circle-row-main-3 {
              position: absolute;
              bottom: 0px;
              right: -70px;
              transform: rotate(90deg);
            }

            .hero-banner .circle {
              width: 10px;
              height: 10px;
              border: 1px solid #cfd8e6;
              border-radius: 50px;
            }

            .hero-banner .circle-row {
              width: 70px;
              height: 1px;
              background-color: #cfd8e6;
            }

            .process-section .process-grid {
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 50px 30px;
              text-align: center;
            }

            /* ITEM */

            .process-section .process-item {
              transition: .3s;
            }

            /* ICON CIRCLE */

            .process-section .icon-box {
              width: 150px;
              height: 150px;
              margin: 0 auto 15px;
              border-radius: 50%;
              background: linear-gradient(135deg, #7db7e8, #4a8fd8);
              display: flex;
              align-items: center;
              justify-content: center;
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            }


            .process-section .icon-box i {
              font-size: 84px;
              color: #fff;
            }

            /* TITLE */

            .process-section .process-item h4 {
              font-size: 24px;
              font-weight: 600;
              color: #003466;
              margin-bottom: 5px;
              letter-spacing: .5px;
              font-family: "Inter", sans-serif;
            }

            /* SUBTEXT */

            .process-section .process-item p {
              font-size: 16px;
              color: #6c7a89;
            }

            /* HOVER */

            .process-section .process-item:hover {
              transform: translateY(-6px);
            }

            /* RESPONSIVE */
            @media(max-width:1024px) {

              .process-section .process-grid {
                grid-template-columns: repeat(2, 1fr);
              }
            }

            @media(max-width:991px) {

              .hero-banner .hero-right,
              .cicle-box-round-main {
                display: none;
              }
            }

            @media(max-width:600px) {

              .process-section .process-grid {
                grid-template-columns: 1fr;
              }
            }

            /* 🔥 FIXED TRANSPARENT HEADER */
            .custom-navbar {
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              z-index: 999;
              background: rgba(255, 255, 255, 0.85);
              /* transparent white */
              backdrop-filter: blur(8px);
              /* glass effect */
              -webkit-backdrop-filter: blur(8px);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
              transition: 0.3s ease;
            }

            :root {
              --primary: #003466;
              --primary-dark: #003466;
              --primary-soft: #eaf2ff;
              --sky: #f7fbff;
              --sky-2: #f3f8ff;
              --text: #0f172a;
              --muted: #475569;
              --border: #e2e8f0;
              --white: #ffffff;
              --dark: #081120;
              --shadow-sm: 0 10px 26px rgba(15, 23, 42, 0.06);
              --shadow-md: 0 16px 40px rgba(31, 111, 255, 0.08);
              --shadow-lg: 0 20px 60px rgba(31, 111, 255, 0.14);
              --radius: 20px;
              --radius-sm: 14px;
              --container: 1240px;
            }


            .logistics-page-main .container-box {
              width: min(100% - 32px, var(--container)) !important;
              margin: 0 auto;
            }

            .logistics-page-main .section {
              padding: 92px 0;
            }

            .logistics-page-main .section-sm {
              padding: 60px 0;
            }

            /* EYEBROW */
            .logistics-page-main .eyebrow {
              display: inline-flex;
              align-items: center;
              gap: 8px;
              padding: 8px 14px;
              border-radius: 999px;
              background: var(--primary-soft);
              color: var(--primary);
              font-size: 12px;
              font-weight: 800;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              margin-bottom: 18px;
              font-family: "Inter", sans-serif;
            }

            .logistics-page-main .eyebrow::before {
              content: "";
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: var(--primary);
            }

            /* HEADINGS */
            .logistics-page-main h1,
            .logistics-page-main h2,
            .logistics-page-main h3,
            .logistics-page-main h4 {
              line-height: 1.12;
              letter-spacing: -0.03em;
              font-family: "Inter", sans-serif;
            }

            .logistics-page-main h1 {
              font-size: clamp(2.7rem, 5vw, 5rem);
              font-weight: 800;
              margin-bottom: 18px;
            }

            .logistics-page-main h2 {
              font-size: clamp(2rem, 3vw, 3.2rem);
              font-weight: 800;
              margin-bottom: 18px;
            }

            .logistics-page-main h3 {
              font-size: 1.18rem;
              font-weight: 700;
              margin-bottom: 10px;
            }

            .logistics-page-main h4 {
              font-size: 1rem;
              font-weight: 700;
            }

            /* PARAGRAPH + TEXT */
            .logistics-page-main p,
            .logistics-page-main .lead,
            .logistics-page-main .section-text {
              font-family: 'Inter', serif;
            }

            .logistics-page-main p.lead,
            .logistics-page-main p.section-text {
              color: var(--muted);
              font-size: 1.05rem;
              max-width: 780px;
            }

            .section-head {
              margin-bottom: 38px;
            }

            .text-center {
              text-align: center;
            }

            .text-center p.section-text {
              margin-left: auto;
              margin-right: auto;
            }

            .btn-group {
              display: flex;
              flex-wrap: wrap;
              gap: 14px;
              margin-top: 28px;
            }

            .btn {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              min-height: 52px;
              padding: 0 22px;
              border-radius: 999px;
              border: 1px solid transparent;
              font-size: 0.98rem;
              font-weight: 700;
              transition: all 0.25s ease;
              cursor: pointer;
              white-space: nowrap;
            }

            .btn-primary {
              background: var(--primary);
              color: var(--white);
            }

            .btn-primary:hover {
              background: var(--primary-dark);
              transform: translateY(-1px);
              color: var(--white);
            }

            .btn-primary:focus {
              background: var(--primary-dark);
              transform: translateY(-1px);
              color: var(--white);
            }

            .btn-secondary {
              background: var(--white);
              color: var(--primary);
              border-color: rgba(31, 111, 255, 0.18);
            }

            .btn-secondary:hover {
              background: var(--primary-soft);
              color: var(--primary);
            }

            .inline-points,
            .mini-trust,
            .trust-points {
              display: flex;
              flex-wrap: wrap;
              gap: 12px;
              margin-top: 18px;
            }

            .point,
            .tag {
              padding: 10px 14px;
              border-radius: 999px;
              background: #fbfdff;
              border: 1px solid var(--border);
              color: var(--muted);
              font-size: 0.92rem;
              font-weight: 600;
            }

            .grid-2,
            .grid-3,
            .grid-4 {
              display: grid;
              gap: 24px;
            }

            .grid-2 {
              grid-template-columns: repeat(2, 1fr);
            }

            .grid-3 {
              grid-template-columns: repeat(3, 1fr);
            }

            .grid-4 {
              grid-template-columns: repeat(4, 1fr);
            }

            .feature-card,
            .value-card,
            .stake-card,
            .use-card,
            .stack-card,
            .model-card,
            .faq-item,
            .testimonial-card,
            .outcome-card,
            .cta-card,
            .case-card,
            .image-card {
              background: var(--white);
              border: 1px solid var(--border);
              border-radius: var(--radius);
              box-shadow: var(--shadow-sm);
              padding: 26px;
              height: 100%;
            }

            .feature-card p,
            .value-card p,
            .stake-card p,
            .use-card p,
            .stack-card p,
            .model-card p,
            .faq-item p,
            .testimonial-card p,
            .outcome-card p,
            .cta-card p,
            .case-card p,
            .image-card p {
              color: var(--muted);
              font-size: 0.96rem;
            }



            .nav-cta {
              display: flex;
              align-items: center;
              gap: 10px;
              margin-top: 10px;
            }

            .logistics-hero-banner {
              position: relative;
              min-height: 440px;
              display: flex;
              align-items: center;
              overflow: hidden;
              background:
                linear-gradient(90deg, rgba(7, 18, 38, 0.78) 0%, rgba(7, 18, 38, 0.62) 42%, rgba(17, 24, 39, 0.44) 100%),
                url("../images/hero-logistics-banner.jpg") center center / cover no-repeat;
            }

            .hero-overlay {
              position: absolute;
              inset: 0;
              background:
                radial-gradient(circle at 85% 20%, rgba(31, 111, 255, 0.22), transparent 22%),
                radial-gradient(circle at 20% 80%, rgba(96, 165, 250, 0.16), transparent 24%);
              pointer-events: none;
            }

            .logistics-hero-banner .container {
              position: relative;
              z-index: 2;
            }

            .logistics-hero-banner-content {
              max-width: 860px;
              padding: 70px 0;
            }

            .logistics-hero-banner h1 {
              color: #ffffff;
              font-size: clamp(2.8rem, 5vw, 5rem);
              font-weight: 800;
              line-height: 1.08;
              margin-bottom: 20px;
            }

            .logistics-page-main .logistics-hero-banner .lead {
              color: rgba(255, 255, 255, 0.92);
              font-size: 1.15rem;
              line-height: 1.75;
              max-width: 760px;
              margin: 10px;
            }

            .trust-strip {
              background: var(--sky);
              border-top: 1px solid var(--border);
              border-bottom: 1px solid var(--border);
            }

            .trust-row {
              display: grid;
              grid-template-columns: 1.15fr 1fr;
              gap: 30px;
              align-items: center;
            }

            .logo-grid {
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 12px;
            }

            .logo-box {
              min-height: 78px;
              border-radius: 14px;
              display: grid;
              place-items: center;
              border: 1px dashed #cbd5e1;
              background: rgba(255, 255, 255, 0.75);
              color: #94a3b8;
              font-weight: 700;
              filter: grayscale(1);
              transition: all 0.2s ease;
            }

            .logo-box:hover {
              filter: grayscale(0);
              color: var(--text);
              background: var(--white);
            }

            .section-alt {
              background: linear-gradient(180deg, #ffffff, #fbfdff);
            }

            .section-soft {
              background: var(--sky-2);
            }

            .mid-cta {
              margin-top: 36px;
              border-radius: 22px;
              padding: 28px;
              background: linear-gradient(135deg, #eef5ff, #f8fbff);
              border: 1px solid rgba(31, 111, 255, 0.14);
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 18px;
              box-shadow: var(--shadow-sm);
            }

            .image-card {
              padding: 0;
              overflow: hidden;
            }

            .image-card img {
              width: 100%;
              height: 260px;
              object-fit: cover;
            }

            .image-card-content {
              padding: 22px;
            }

            .services-accordion-section {
              background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
            }

            .services-accordion-layout {
              display: grid;
              grid-template-columns: 0.95fr 1.05fr;
              gap: 28px;
              align-items: start;
            }

            .services-accordion-visual {
              position: sticky;
              top: 110px;
            }

            .services-visual-panel {
              position: relative;
              border-radius: 28px;
              overflow: hidden;
              min-height: 640px;
              background: #0f172a;
              box-shadow: var(--shadow-lg);
            }

            .services-visual-panel img {
              width: 100%;
              height: 100%;
              min-height: 640px;
              object-fit: cover;
            }

            .services-visual-shade {
              position: absolute;
              inset: 0;
              background: linear-gradient(to top,
                  rgba(7, 18, 38, 0.94) 0%,
                  rgba(7, 18, 38, 0.60) 45%,
                  rgba(7, 18, 38, 0.16) 100%);
            }

            .services-visual-info {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              padding: 30px;
              z-index: 2;
            }

            .services-visual-tag {
              display: inline-block;
              padding: 8px 12px;
              border-radius: 999px;
              background: rgba(191, 219, 254, 0.15);
              border: 1px solid rgba(191, 219, 254, 0.24);
              color: #dbeafe;
              font-size: 11px;
              font-weight: 800;
              text-transform: uppercase;
              letter-spacing: 0.08em;
              margin-bottom: 14px;
            }

            .services-visual-info h3 {
              color: #ffffff;
              font-size: 1.6rem;
              margin-bottom: 12px;
            }

            .services-visual-info p {
              color: rgba(255, 255, 255, 0.88);
              font-size: 0.98rem;
              line-height: 1.75;
              margin: 0;
            }

            .services-floating-metrics {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 12px;
              margin-top: 16px;
            }

            .floating-metric {
              background: #ffffff;
              border: 1px solid var(--border);
              border-radius: 18px;
              padding: 16px;
              box-shadow: var(--shadow-sm);
            }

            .floating-metric strong {
              display: block;
              color: var(--primary);
              font-size: 1rem;
              margin-bottom: 4px;
            }

            .floating-metric span {
              color: var(--muted);
              font-size: 0.9rem;
              line-height: 1.5;
            }

            .services-accordion-list {
              display: grid;
              gap: 14px;

            }

            .service-accordion-item {
              border: 1px solid var(--border);
              border-radius: 22px;
              background: #ffffff;
              box-shadow: var(--shadow-sm);
              overflow: hidden;
              transition: box-shadow 0.25s ease, border-color 0.25s ease;
            }

            .service-accordion-item[open] {
              border-color: rgba(31, 111, 255, 0.24);
              box-shadow: var(--shadow-md);
            }

            .service-accordion-item summary {
              list-style: none;
              cursor: pointer;
              display: grid;
              grid-template-columns: 72px 1fr;
              gap: 16px;
              align-items: start;
              padding: 22px;
            }

            .service-accordion-item summary::-webkit-details-marker {
              display: none;
            }

            .service-accordion-no {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 56px;
              height: 38px;
              border-radius: 999px;
              background: var(--primary-soft);
              color: var(--primary);
              font-size: 0.84rem;
              font-weight: 800;
              letter-spacing: 0.06em;
            }

            .service-accordion-item summary h3 {
              margin-bottom: 8px;
              font-size: 1.12rem;
            }

            .service-accordion-item summary p {
              color: var(--muted);
              margin: 0;
              font-size: 0.94rem;
              line-height: 1.65;
            }

            .service-accordion-content {
              padding: 0 22px 22px 110px;
            }

            .service-accordion-content p {
              color: var(--muted);
              font-size: 0.96rem;
              line-height: 1.75;
              margin: 0;
            }

            .ai-section {
              background: linear-gradient(180deg, #f8fbff, #ffffff);
            }

            .ai-section-new {
              background: var(--primary);
            }

            .ai-section-new h2,
            .ai-section-new p.section-text-main {
              color: #fff !important;
            }

            .ai-highlight {
              margin-top: 28px;
              border: 1px solid rgba(31, 111, 255, 0.14);
              background: linear-gradient(135deg, #f4f8ff, #ffffff);
              border-radius: 22px;
              padding: 24px;
            }

            .kpi-ribbon {
              margin-top: 34px;
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 14px;
            }

            .kpi-item {
              background: var(--white);
              border: 1px solid var(--border);
              border-radius: 14px;
              padding: 14px;
              box-shadow: var(--shadow-sm);
              text-align: center;
              font-weight: 700;
              color: var(--text);
            }

            .timeline-wrap {
              overflow-x: auto;
              padding-bottom: 8px;
            }

            .timeline {
              display: grid;
              grid-template-columns: repeat(6, minmax(230px, 1fr));
              gap: 18px;
              min-width: 1200px;
            }

            .step-card {
              background: var(--white);
              border: 1px solid var(--border);
              border-radius: 20px;
              padding: 22px;
              box-shadow: var(--shadow-sm);
              height: 100%;
            }

            .step-no {
              width: 44px;
              height: 44px;
              border-radius: 12px;
              display: grid;
              place-items: center;
              background: var(--primary);
              color: var(--white);
              font-weight: 800;
              margin-bottom: 16px;
            }

            .industries-showcase-section {
              overflow: hidden;
            }

            .industries-showcase {
              display: grid;
              grid-template-columns: 1.2fr 0.9fr;
              gap: 24px;
              align-items: stretch;
            }

            .industry-featured,
            .industry-spotlight {
              position: relative;
              overflow: hidden;
              border-radius: 26px;
              background: #0b1220;
              box-shadow: var(--shadow-lg);
            }

            .industry-featured {
              min-height: 680px;
            }

            .industry-featured img,
            .industry-spotlight img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: transform 0.55s ease;
            }

            .industry-featured-overlay {
              position: absolute;
              inset: 0;
              background:
                linear-gradient(180deg,
                  rgba(7, 18, 38, 0.08) 0%,
                  rgba(7, 18, 38, 0.18) 20%,
                  rgba(7, 18, 38, 0.72) 70%,
                  rgba(7, 18, 38, 0.92) 100%);
            }

            .industry-featured-content {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              padding: 34px;
              z-index: 2;
            }

            .industry-badge {
              display: inline-block;
              padding: 8px 12px;
              border-radius: 999px;
              background: rgba(191, 219, 254, 0.18);
              border: 1px solid rgba(191, 219, 254, 0.26);
              color: #dbeafe;
              font-size: 12px;
              font-weight: 800;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              margin-bottom: 16px;
            }

            .industry-featured-content h3 {
              font-size: clamp(1.8rem, 3vw, 2.6rem);
              color: #ffffff;
              margin-bottom: 14px;
            }

            .industry-featured-content p {
              color: rgba(255, 255, 255, 0.9);
              font-size: 1rem;
              line-height: 1.8;
              max-width: 90%;
              margin-bottom: 20px;
            }

            .industry-feature-list {
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
            }

            .industry-feature-list span {
              display: inline-flex;
              align-items: center;
              padding: 10px 14px;
              border-radius: 999px;
              background: rgba(255, 255, 255, 0.1);
              border: 1px solid rgba(255, 255, 255, 0.16);
              color: #ffffff;
              font-size: 0.9rem;
              font-weight: 600;
              backdrop-filter: blur(4px);
            }

            .industry-side-grid {
              display: grid;
              grid-template-columns: 1fr;
              gap: 24px;
            }

            .industry-spotlight {
              min-height: 328px;
            }

            .industry-spotlight-overlay {
              position: absolute;
              inset: 0;
              background: linear-gradient(to top,
                  rgba(7, 18, 38, 0.92) 0%,
                  rgba(7, 18, 38, 0.55) 48%,
                  rgba(7, 18, 38, 0.08) 100%);
            }

            .industry-spotlight-content {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              padding: 24px;
              z-index: 2;
            }

            .industry-mini-badge {
              display: inline-block;
              font-size: 11px;
              font-weight: 800;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              color: #bfdbfe;
              margin-bottom: 10px;
            }

            .industry-spotlight-content h4 {
              color: #ffffff;
              font-size: 1.2rem;
              margin-bottom: 8px;
            }

            .industry-spotlight-content p {
              color: rgba(255, 255, 255, 0.88);
              font-size: 0.94rem;
              line-height: 1.65;
              margin: 0;
            }

            .industry-featured:hover img,
            .industry-spotlight:hover img {
              transform: scale(1.05);
            }

            .stack-list {
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
              margin-top: 12px;
            }

            .stack-chip {
              padding: 8px 12px;
              border-radius: 999px;
              background: var(--sky);
              border: 1px solid var(--border);
              font-size: 0.9rem;
              font-weight: 600;
              color: var(--muted);
            }

            .why-wrap {
              display: grid;
              grid-template-columns: 1.1fr 0.9fr;
              gap: 24px;
              align-items: start;
            }

            .bullet-list {
              list-style: none;
              display: grid;
              gap: 14px;
            }

            .bullet-list li {
              background: var(--white);
              border: 1px solid var(--border);
              border-radius: 14px;
              padding: 16px 18px;
              box-shadow: var(--shadow-sm);
              color: var(--muted);
              font-weight: 500;
            }

            .bullet-list li strong {
              color: var(--text);
            }

            .testimonial-card blockquote {
              font-size: 1.08rem;
              line-height: 1.75;
              color: var(--text);
              margin-bottom: 14px;
            }

            .faq-grid {
              display: grid;
              gap: 16px;
            }

            .cta-final {
              background:
                radial-gradient(circle at top left, rgba(31, 111, 255, 0.14), transparent 30%),
                linear-gradient(180deg, #eef5ff, #f8fbff);
            }

            .cta-panel {
              background: var(--white);
              border: 1px solid rgba(31, 111, 255, 0.12);
              border-radius: 28px;
              padding: 42px;
              box-shadow: var(--shadow-lg);
            }

            .cta-cards {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 18px;
              margin-top: 28px;
            }



            @media (max-width: 1180px) {

              .trust-row,
              .why-wrap,
              .footer-grid,
              .services-accordion-layout,
              .industries-showcase {
                grid-template-columns: 1fr;
              }

              .services-accordion-visual {
                position: static;
              }

              .services-visual-panel,
              .services-visual-panel img {
                min-height: 380px;
              }

              .industry-featured {
                min-height: 520px;
              }

              .industry-side-grid {
                grid-template-columns: repeat(2, 1fr);
              }

              .industry-spotlight {
                min-height: 280px;
              }

              .grid-4 {
                grid-template-columns: repeat(2, 1fr);
              }

              .grid-3,
              .cta-cards,
              .kpi-ribbon {
                grid-template-columns: repeat(2, 1fr);
              }
            }

            @media (max-width: 840px) {
              .nav {
                flex-wrap: wrap;
                padding: 14px 0;
              }

              .nav-links {
                display: none;
              }

              .nav-cta {
                width: 100%;
                justify-content: flex-start;
                flex-wrap: wrap;
              }

              .logistics-hero-banner {
                min-height: 380px;
              }

              .logistics-hero-banner-content {
                padding: 56px 0;
              }

              .grid-2,
              .grid-3,
              .grid-4,
              .cta-cards,
              .logo-grid,
              .kpi-ribbon,
              .industry-side-grid,
              .services-floating-metrics {
                grid-template-columns: 1fr;
              }

              .section {
                padding: 72px 0;
              }

              .mid-cta {
                flex-direction: column;
                align-items: flex-start;
              }

              .cta-panel {
                padding: 28px;
              }

              .logistics-hero-banner .lead {
                font-size: 1rem;
                line-height: 1.65;
              }

              .service-accordion-item summary {
                grid-template-columns: 1fr;
                gap: 12px;
              }

              .service-accordion-content {
                padding: 0 22px 22px 22px;
              }

              .services-visual-info {
                padding: 22px;
              }

              .services-visual-info h3 {
                font-size: 1.3rem;
              }

              .industry-featured {
                min-height: 420px;
              }

              .industry-featured-content {
                padding: 24px;
              }

              .industry-featured-content p {
                max-width: 100%;
              }

              .industry-spotlight {
                min-height: 240px;
              }
            }

            /* ─── hero-fintech / Header Banner ─── */
            .hero-fintech {
              position: relative;
              min-height: 85vh;
              display: flex;
              align-items: center;
              overflow: hidden;
              background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #0c4a6e 70%, #075985 100%);
            }

            /* Animated background grid */
            .hero-fintech::before {
              content: '';
              position: absolute;
              inset: 0;
              background-image:
                linear-gradient(rgba(14, 165, 233, .12) 1px, transparent 1px),
                linear-gradient(90deg, rgba(14, 165, 233, .12) 1px, transparent 1px);
              background-size: 48px 48px;
              animation: gridMove 20s linear infinite;
            }

            @keyframes gridMove {
              0% {
                transform: translateY(0);
              }

              100% {
                transform: translateY(48px);
              }
            }

            /* Glowing orbs */
            .hero-fintech-orb {
              position: absolute;
              border-radius: 50%;
              filter: blur(80px);
              opacity: .35;
              pointer-events: none;
            }

            .hero-fintech-orb-1 {
              width: 520px;
              height: 520px;
              background: radial-gradient(circle, #0ea5e9, transparent);
              top: -160px;
              right: -80px;
            }

            .hero-fintech-orb-2 {
              width: 380px;
              height: 380px;
              background: radial-gradient(circle, #6366f1, transparent);
              bottom: -120px;
              left: 10%;
            }

            .hero-fintech-orb-3 {
              width: 240px;
              height: 240px;
              background: radial-gradient(circle, #10b981, transparent);
              top: 60px;
              left: 45%;
            }

            .hero-fintech-content {
              position: relative;
              z-index: 2;
              max-width: 1200px;
              margin: 0 auto;
              padding: 80px 40px;
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 60px;
              align-items: center;
            }

            .hero-fintech-badge {
              display: inline-flex;
              align-items: center;
              gap: 8px;
              background: rgba(14, 165, 233, .18);
              border: 1px solid rgba(14, 165, 233, .4);
              color: #7dd3fc;
              padding: 6px 16px;
              border-radius: 50px;
              font-size: .8rem;
              font-weight: 600;
              letter-spacing: .04em;
              text-transform: uppercase;
              margin-bottom: 22px;
            }

            .hero-fintech-badge i {
              font-size: .75rem;
            }

            .hero-fintech-title {
              font-size: clamp(2rem, 4vw, 3rem);
              font-weight: 800;
              color: white;
              line-height: 1.18;
              margin-bottom: 20px;
            }

            .hero-fintech-title .highlight {
              background: linear-gradient(90deg, #38bdf8, #818cf8);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              background-clip: text;
            }

            .hero-fintech-subtitle {
              font-size: 1.05rem;
              color: #94a3b8;
              line-height: 1.75;
              margin-bottom: 36px;
            }

            .hero-fintech-btns {
              display: flex;
              gap: 14px;
              flex-wrap: wrap;
            }

            .btn-primary {
              background: linear-gradient(135deg, #0ea5e9, #6366f1);
              color: white;
              padding: 13px 28px;
              border-radius: 50px;
              font-weight: 600;
              font-size: .95rem;
              border: none;
              cursor: pointer;
              display: inline-flex;
              align-items: center;
              gap: 8px;
              transition: transform .2s, box-shadow .2s;
            }

            .btn-primary:hover {
              transform: translateY(-2px);
              box-shadow: 0 8px 28px rgba(14, 165, 233, .4);
            }

            .btn-outline {
              background: transparent;
              color: white;
              border: 1.5px solid rgba(255, 255, 255, .35);
              padding: 13px 28px;
              border-radius: 50px;
              font-weight: 600;
              font-size: .95rem;
              cursor: pointer;
              display: inline-flex;
              align-items: center;
              gap: 8px;
              transition: background .2s, border-color .2s;
            }

            .btn-outline:hover {
              background: rgba(255, 255, 255, .1);
              border-color: rgba(255, 255, 255, .6);
            }

            /* hero-fintech stats */
            .hero-fintech-stats {
              display: flex;
              gap: 28px;
              margin-top: 40px;
              flex-wrap: wrap;
            }

            .hero-fintech-stat {
              display: flex;
              flex-direction: column;
              gap: 2px;
            }

            .hero-fintech-stat-num {
              font-size: 1.6rem;
              font-weight: 800;
              color: white;
            }

            .hero-fintech-stat-num span {
              color: #0ea5e9;
            }

            .hero-fintech-stat-label {
              font-size: .78rem;
              color: #94a3b8;
              font-weight: 500;
            }

            /* hero-fintech Visual Panel */
            .hero-fintech-visual {
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
            }

            .hero-fintech-dashboard {
              background: rgba(255, 255, 255, .07);
              border: 1px solid rgba(255, 255, 255, .15);
              border-radius: 20px;
              padding: 24px;
              backdrop-filter: blur(10px);
              width: 100%;
              max-width: 420px;
              box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
            }

            .dashboard-header {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 18px;
            }

            .dashboard-title {
              color: white;
              font-weight: 700;
              font-size: .95rem;
            }

            .dashboard-badge {
              background: rgba(16, 185, 129, .2);
              color: #34d399;
              font-size: .72rem;
              font-weight: 600;
              padding: 3px 10px;
              border-radius: 50px;
              border: 1px solid rgba(16, 185, 129, .3);
            }

            .dashboard-metrics {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 12px;
              margin-bottom: 18px;
            }

            .metric-card {
              background: rgba(255, 255, 255, .08);
              border-radius: 12px;
              padding: 14px;
              border: 1px solid rgba(255, 255, 255, .1);
            }

            .metric-icon {
              width: 32px;
              height: 32px;
              border-radius: 8px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: .85rem;
              margin-bottom: 10px;
            }

            .metric-icon.blue {
              background: rgba(14, 165, 233, .25);
              color: #38bdf8;
            }

            .metric-icon.purple {
              background: rgba(99, 102, 241, .25);
              color: #a5b4fc;
            }

            .metric-icon.green {
              background: rgba(16, 185, 129, .25);
              color: #34d399;
            }

            .metric-icon.amber {
              background: rgba(245, 158, 11, .25);
              color: #fbbf24;
            }

            .metric-val {
              font-size: 1.2rem;
              font-weight: 700;
              color: white;
            }

            .metric-lbl {
              font-size: .72rem;
              color: #94a3b8;
              margin-top: 2px;
            }

            .metric-trend {
              font-size: .7rem;
              color: #34d399;
              margin-top: 4px;
            }

            /* Mini bar chart */
            .mini-chart {
              margin-bottom: 18px;
            }

            .chart-label {
              font-size: .75rem;
              color: #94a3b8;
              margin-bottom: 10px;
              font-weight: 500;
            }

            .chart-bars {
              display: flex;
              align-items: flex-end;
              gap: 6px;
              height: 52px;
            }

            .chart-bar {
              flex: 1;
              border-radius: 4px 4px 0 0;
              background: linear-gradient(180deg, rgba(14, 165, 233, .8), rgba(14, 165, 233, .3));
              transition: opacity .2s;
            }

            .chart-bar:hover {
              opacity: .8;
            }

            .chart-bar.accent {
              background: linear-gradient(180deg, rgba(99, 102, 241, .9), rgba(99, 102, 241, .3));
            }

            /* Activity list */
            .activity-list {
              display: flex;
              flex-direction: column;
              gap: 10px;
            }

            .activity-item {
              display: flex;
              align-items: center;
              gap: 10px;
              background: rgba(255, 255, 255, .05);
              border-radius: 10px;
              padding: 10px 14px;
            }

            .activity-dot {
              width: 8px;
              height: 8px;
              border-radius: 50%;
              flex-shrink: 0;
            }

            .activity-dot.green {
              background: #34d399;
              box-shadow: 0 0 6px #34d399;
            }

            .activity-dot.blue {
              background: #38bdf8;
              box-shadow: 0 0 6px #38bdf8;
            }

            .activity-dot.purple {
              background: #a5b4fc;
              box-shadow: 0 0 6px #a5b4fc;
            }

            .activity-text {
              font-size: .75rem;
              color: #cbd5e1;
              flex: 1;
            }

            .activity-time {
              font-size: .68rem;
              color: #64748b;
            }

            /* Floating badges on hero-fintech visual */
            .float-badge {
              position: absolute;
              background: white;
              border-radius: 12px;
              padding: 8px 14px;
              box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
              display: flex;
              align-items: center;
              gap: 8px;
              font-size: .78rem;
              font-weight: 600;
              color: #1e293b;
              animation: floatY 3s ease-in-out infinite;
            }

            .float-badge-icon {
              width: 28px;
              height: 28px;
              border-radius: 8px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: .8rem;
            }

            .float-badge.tl {
              top: 10px;
              left: -20px;
              animation-delay: 0s;
            }

            .float-badge.br {
              bottom: 20px;
              right: -20px;
              animation-delay: 1.5s;
            }

            @keyframes floatY {

              0%,
              100% {
                transform: translateY(0);
              }

              50% {
                transform: translateY(-8px);
              }
            }

            /* ─── Section Wrapper ─── */
            .section {
              padding: 88px 40px;
            }

            .section-inner {
              max-width: 1200px;
              margin: 0 auto;
            }

            .section-label {
              display: inline-flex;
              align-items: center;
              gap: 7px;
              color: #0ea5e9;
              font-size: .78rem;
              font-weight: 700;
              letter-spacing: .08em;
              text-transform: uppercase;
              margin-bottom: 12px;
            }

            .section-label::before {
              content: '';
              width: 20px;
              height: 2px;
              background: #0ea5e9;
              border-radius: 2px;
            }

            .section-title {
              font-size: clamp(1.65rem, 3vw, 2.4rem);
              font-weight: 800;
              color: #0f172a;
              line-height: 1.22;
              margin-bottom: 14px;
            }

            .section-title .accent-text {
              color: #0ea5e9;
            }

            .section-desc {
              font-size: 1.05rem;
              color: #64748b;
              max-width: 660px;
              line-height: 1.75;
            }

            .section-header {
              margin-bottom: 56px;
            }

            .section-header.center {
              text-align: center;
            }

            .section-header.center .section-label {
              justify-content: center;
            }

            .section-header.center .section-label::before {
              display: none;
            }

            .section-header.center .section-title::before {
              display: block;
              content: '';
              width: 48px;
              height: 3px;
              background: linear-gradient(90deg, #0ea5e9, #6366f1);
              margin: 0 auto 14px;
              border-radius: 3px;
            }

            .section-header.center .section-desc {
              margin: 0 auto;
            }

            /* Alternating background */
            .bg-white {
              background: #ffffff;
            }

            .bg-light {
              background: #f1f5f9;
            }

            .bg-dark {
              background: #0f172a;
            }

            .bg-gradient {
              background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #eff6ff 100%);
            }

            /* ─── Expertise Cards ─── */
            .expertise-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
              gap: 24px;
            }

            .expertise-card {
              background: #ffffff;
              border: 1px solid #e2e8f0;
              border-radius: 14px;
              padding: 28px;
              transition: transform .25s, box-shadow .25s, border-color .25s;
              position: relative;
              overflow: hidden;
            }

            .expertise-card::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              height: 3px;
              background: linear-gradient(90deg, #0ea5e9, #6366f1);
              transform: scaleX(0);
              transform-origin: left;
              transition: transform .3s;
            }

            .expertise-card:hover {
              transform: translateY(-4px);
              box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
              border-color: #e0f2fe;
            }

            .expertise-card:hover::before {
              transform: scaleX(1);
            }

            .card-icon-wrap {
              width: 52px;
              height: 52px;
              border-radius: 14px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.3rem;
              margin-bottom: 18px;
            }

            .card-title {
              font-size: 1.1rem;
              font-weight: 700;
              color: #0f172a;
              margin-bottom: 14px;
            }

            .card-points {
              list-style: none;
              display: flex;
              flex-direction: column;
              gap: 8px;
              margin-bottom: 18px;
            }

            .card-points li {
              display: flex;
              align-items: flex-start;
              gap: 9px;
              font-size: .875rem;
              color: #334155;
            }

            .card-points li::before {
              content: '\f00c';
              font-family: 'Font Awesome 6 Free';
              font-weight: 900;
              color: #0ea5e9;
              font-size: .72rem;
              margin-top: 4px;
              flex-shrink: 0;
            }

            .card-outcome {
              background: #e0f2fe;
              border-radius: 8px;
              padding: 10px 14px;
              font-size: .82rem;
              color: #0284c7;
              font-weight: 600;
              display: flex;
              align-items: center;
              gap: 7px;
            }

            .card-outcome i {
              font-size: .75rem;
            }

            /* Color variants */
            .icon-blue {
              background: #e0f2fe;
              color: #0ea5e9;
            }

            .icon-purple {
              background: #eef2ff;
              color: #6366f1;
            }

            .icon-green {
              background: #d1fae5;
              color: #059669;
            }

            .icon-amber {
              background: #fef3c7;
              color: #d97706;
            }

            .icon-rose {
              background: #ffe4e6;
              color: #e11d48;
            }

            .icon-teal {
              background: #ccfbf1;
              color: #0d9488;
            }

            .icon-indigo {
              background: #e0e7ff;
              color: #4338ca;
            }

            .icon-orange {
              background: #ffedd5;
              color: #ea580c;
            }

            /* ─── Tech Grid ─── */
            .tech-grid {
              display: flex;
              gap: 20px;
              overflow-x: scroll;
              overflow-y: clip;
              padding-bottom: 10px;
            }

            .tech-card {
              background: #ffffff;
              border: 1px solid #e2e8f0;
              border-radius: 14px;
              padding: 24px;
              display: flex;
              align-items: flex-start;
              gap: 16px;
              transition: box-shadow .25s, border-color .25s;
              min-width: 350px;
            }

            .tech-card:hover {
              box-shadow: 0 4px 16px rgba(0, 0, 0, .10);
              border-color: #0ea5e9;
            }

            .tech-icon {
              width: 46px;
              height: 46px;
              border-radius: 12px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.15rem;
              flex-shrink: 0;
            }

            .tech-info h4 {
              font-size: .95rem;
              font-weight: 700;
              color: #0f172a;
              margin-bottom: 5px;
            }

            .tech-info p {
              font-size: .82rem;
              color: #64748b;
              line-height: 1.55;
            }

            /* ─── Benefits ─── */
            .benefits-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
              gap: 20px;
            }

            .benefit-card {
              background: #ffffff;
              border: 1px solid #e2e8f0;
              border-radius: 14px;
              padding: 28px 22px;
              text-align: center;
              transition: transform .25s, box-shadow .25s;
            }

            .benefit-card:hover {
              transform: translateY(-4px);
              box-shadow: 0 4px 16px rgba(0, 0, 0, .10);
            }

            .benefit-icon {
              width: 60px;
              height: 60px;
              border-radius: 16px;
              margin: 0 auto 16px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.4rem;
            }

            .benefit-card h4 {
              font-size: .95rem;
              font-weight: 700;
              color: #0f172a;
              margin-bottom: 8px;
            }

            .benefit-card p {
              font-size: .82rem;
              color: #64748b;
              line-height: 1.6;
            }

            /* ─── Industries ─── */
            .industries-wrap {
              display: flex;
              flex-wrap: wrap;
              gap: 14px;
              justify-content: center;
            }

            .industry-pill {
              background: #ffffff;
              border: 1.5px solid #e2e8f0;
              border-radius: 50px;
              padding: 12px 24px;
              display: flex;
              align-items: center;
              gap: 10px;
              font-size: .9rem;
              font-weight: 600;
              color: #334155;
              transition: background .2s, border-color .2s, color .2s, transform .2s;
              cursor: default;
            }

            .industry-pill:hover {
              background: #e0f2fe;
              border-color: #0ea5e9;
              color: #0284c7;
              transform: translateY(-2px);
            }

            .industry-pill i {
              color: #0ea5e9;
              font-size: .95rem;
            }

            /* ─── Process / Approach ─── */
            .process-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
              gap: 20px;
            }

            .process-card {
              background: #ffffff;
              border: 1px solid #e2e8f0;
              border-radius: 14px;
              padding: 26px;
              position: relative;
              transition: box-shadow .25s;
            }

            .process-card:hover {
              box-shadow: 0 4px 16px rgba(0, 0, 0, .10);
            }

            .process-step-num {
              position: absolute;
              top: -14px;
              left: 22px;
              background: linear-gradient(135deg, #0ea5e9, #6366f1);
              color: white;
              width: 30px;
              height: 30px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: .78rem;
              font-weight: 800;
            }

            .process-icon {
              width: 44px;
              height: 44px;
              border-radius: 12px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.1rem;
              margin-bottom: 14px;
              margin-top: 8px;
            }

            .process-card h4 {
              font-size: .95rem;
              font-weight: 700;
              color: #0f172a;
              margin-bottom: 7px;
            }

            .process-card p {
              font-size: .82rem;
              color: #64748b;
              line-height: 1.6;
            }

            /* ─── Tech Stack ─── */
            .stack-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
              gap: 16px;
            }

            .stack-group {
              background: #ffffff;
              border: 1px solid #e2e8f0;
              border-radius: 14px;
              padding: 22px;
              transition: box-shadow .25s;
            }

            .stack-group:hover {
              box-shadow: 0 4px 16px rgba(0, 0, 0, .10);
            }

            .stack-group-title {
              display: flex;
              align-items: center;
              gap: 9px;
              font-size: .82rem;
              font-weight: 700;
              color: #0ea5e9;
              text-transform: uppercase;
              letter-spacing: .06em;
              margin-bottom: 14px;
              padding-bottom: 10px;
              border-bottom: 1px solid #e2e8f0;
            }

            .stack-tags {
              display: flex;
              flex-wrap: wrap;
              gap: 7px;
            }

            .stack-tag {
              background: #f1f5f9;
              border-radius: 6px;
              padding: 4px 10px;
              font-size: .78rem;
              font-weight: 500;
              color: #334155;
              transition: background .2s, color .2s;
            }

            .stack-tag:hover {
              background: #e0f2fe;
              color: #0284c7;
            }

            /* ─── Why Choose ─── */
            .why-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
              gap: 20px;
            }

            .why-item {
              display: flex;
              gap: 16px;
              align-items: flex-start;
              background: rgba(255, 255, 255, .06);
              border: 1px solid rgba(255, 255, 255, .12);
              border-radius: 14px;
              padding: 22px;
              transition: background .25s;
            }

            .why-item:hover {
              background: rgba(255, 255, 255, .1);
            }

            .why-icon {
              width: 44px;
              height: 44px;
              border-radius: 12px;
              flex-shrink: 0;
              background: rgba(14, 165, 233, .2);
              color: #38bdf8;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.05rem;
            }

            .why-item h4 {
              font-size: .95rem;
              font-weight: 700;
              color: white;
              margin-bottom: 5px;
            }

            .why-item p {
              font-size: .83rem;
              color: #94a3b8;
              line-height: 1.6;
            }

            /* ─── Engagement Models ─── */
            .engagement-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
              gap: 22px;
            }

            .engagement-card {
              background: #ffffff;
              border: 1.5px solid #e2e8f0;
              border-radius: 14px;
              padding: 30px 24px;
              text-align: center;
              transition: transform .25s, box-shadow .25s, border-color .25s;
              position: relative;
              overflow: hidden;
            }

            .engagement-card.featured {
              border-color: #0ea5e9;
              box-shadow: 0 0 0 4px rgba(14, 165, 233, .1);
            }

            .engagement-card:hover {
              transform: translateY(-4px);
              box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
            }

            .engagement-tag {
              position: absolute;
              top: 14px;
              right: 14px;
              background: linear-gradient(135deg, #0ea5e9, #6366f1);
              color: white;
              font-size: .68rem;
              font-weight: 700;
              padding: 3px 10px;
              border-radius: 50px;
              text-transform: uppercase;
              letter-spacing: .04em;
            }

            .engagement-icon {
              width: 64px;
              height: 64px;
              border-radius: 18px;
              margin: 0 auto 18px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.5rem;
            }

            .engagement-card h3 {
              font-size: 1.05rem;
              font-weight: 800;
              color: #0f172a;
              margin-bottom: 10px;
            }

            .engagement-card p {
              font-size: .83rem;
              color: #64748b;
              margin-bottom: 16px;
              line-height: 1.65;
            }

            .engagement-bullets {
              list-style: none;
              text-align: left;
              display: flex;
              flex-direction: column;
              gap: 7px;
            }

            .engagement-bullets li {
              font-size: .82rem;
              color: #334155;
              display: flex;
              align-items: center;
              gap: 8px;
            }

            .engagement-bullets li i {
              color: #10b981;
              font-size: .75rem;
              flex-shrink: 0;
            }

            /* ─── CTA Banner ─── */
            .cta-section {
              background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
              position: relative;
              overflow: hidden;
            }

            .cta-section::before {
              content: '';
              position: absolute;
              inset: 0;
              background-image:
                radial-gradient(circle at 20% 50%, rgba(14, 165, 233, .15) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(99, 102, 241, .15) 0%, transparent 50%);
            }

            .cta-inner {
              max-width: 780px;
              margin: 0 auto;
              text-align: center;
              position: relative;
              z-index: 1;
              padding: 80px 40px;
            }

            .cta-inner h2 {
              font-size: clamp(1.8rem, 3.5vw, 2.6rem);
              font-weight: 800;
              color: white;
              margin-bottom: 16px;
              line-height: 1.22;
            }

            .cta-inner h2 span {
              color: #38bdf8;
            }

            .cta-inner p {
              font-size: 1.05rem;
              color: #94a3b8;
              margin-bottom: 36px;
              line-height: 1.7;
            }

            .cta-btns {
              display: flex;
              gap: 14px;
              justify-content: center;
              flex-wrap: wrap;
            }

            .cta-btn {
              padding: 14px 30px;
              border-radius: 50px;
              font-weight: 700;
              font-size: .95rem;
              cursor: pointer;
              display: inline-flex;
              align-items: center;
              gap: 8px;
              transition: transform .2s, box-shadow .2s;
            }

            .cta-btn.primary {
              background: linear-gradient(135deg, #0ea5e9, #6366f1);
              color: white;
              border: none;
            }

            .cta-btn.primary:hover {
              transform: translateY(-2px);
              box-shadow: 0 8px 28px rgba(14, 165, 233, .4);
            }

            .cta-btn.ghost {
              background: transparent;
              color: white;
              border: 1.5px solid rgba(255, 255, 255, .3);
            }

            .cta-btn.ghost:hover {
              background: rgba(255, 255, 255, .1);
              border-color: white;
              transform: translateY(-2px);
            }

            .cta-checks {
              display: flex;
              gap: 24px;
              justify-content: center;
              flex-wrap: wrap;
              margin-top: 30px;
            }

            .cta-check {
              display: flex;
              align-items: center;
              gap: 7px;
              font-size: .83rem;
              color: #94a3b8;
            }

            .cta-check i {
              color: #10b981;
            }

            /* ─── Scroll reveal utility ─── */
            /* .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); } */

            /* ─── Responsive ─── */
            @media (max-width: 900px) {
              .hero-fintech-content {
                grid-template-columns: 1fr;
                gap: 40px;
              }

              .hero-fintech-visual {
                display: none;
              }

              .section {
                padding: 64px 20px;
              }
            }

            @media (max-width: 640px) {
              .section {
                padding: 30px 10px;
              }

              .hero-fintech-content {
                padding: 60px 20px;
              }

              .expertise-grid {
                grid-template-columns: 1fr;
              }
            }

            /* b2bhero */
            .b2bhero {
              min-height: 100vh;
              /* padding-top: 72px; */
              background: #fffbeb;
              display: flex;
              align-items: center;
              position: relative;
              overflow: hidden;
            }

            .b2bhero-bg {
              position: absolute;
              top: 0;
              right: 0;
              width: 55%;
              height: 100%;
              background: linear-gradient(135deg, #fef3c7, #fde68a, #fbbf24);
              clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
            }

            .b2bhero-inner {
              max-width: 1280px;
              margin: auto;
              padding: 60px 5%;
              display: grid;
              grid-template-columns: 1.1fr 0.9fr;
              gap: 60px;
              align-items: center;
              position: relative;
              z-index: 1;
            }

            .b2bhero-pill {
              display: inline-flex;
              align-items: center;
              gap: 8px;
              background: white;
              border: 2px solid #fbbf24;
              color: #d97706;
              padding: 8px 18px;
              border-radius: 50px;
              font-size: 0.83rem;
              font-weight: 700;
              margin-bottom: 28px;
            }

            .b2bhero h1 {
              font-size: 3.2rem;
              font-weight: 900;
              line-height: 1.1;
              color: #1c1917;
              margin-bottom: 24px;
            }

            .b2bhero h1 span {
              color: #d97706;
            }

            .b2bhero-sub {
              font-size: 1.1rem;
              color: #78716c;
              line-height: 1.75;
              margin-bottom: 20px;
            }

            .b2bhero-value {
              background: white;
              border-radius: 14px;
              padding: 18px 22px;
              border-left: 5px solid #d97706;
              margin-bottom: 36px;
              font-size: 0.93rem;
              color: #78716c;
              line-height: 1.65;
              box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            }

            .b2bhero-btns {
              display: flex;
              gap: 16px;
            }

            .btn-amber {
              background: #d97706;
              color: white;
              padding: 16px 32px;
              border-radius: 50px;
              font-weight: 800;
              font-size: 1rem;
              text-decoration: none;
              transition: all 0.3s;
              box-shadow: 0 4px 20px rgba(217, 119, 6, 0.35);
            }

            .btn-amber:hover {
              color: white;
              background: #92400e;
              transform: translateY(-2px);
            }

            .btn-ghost {
              background: white;
              color: #d97706;
              border: 2px solid #d97706;
              padding: 14px 28px;
              border-radius: 50px;
              font-weight: 700;
              font-size: 1rem;
              text-decoration: none;
              transition: all 0.3s;
            }

            .btn-ghost:hover {
              color: #d97706;
              background: #f0f7ff;
            }

            .btn-ghost:focus {
              border: 2px solid #d97706;

            }

            .b2bhero-visual {
              display: flex;
              flex-direction: column;
              gap: 16px;
            }

            .b2bhero-card-main {
              background: white;
              border-radius: 20px;
              padding: 32px;
              box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
              border: 2px solid #e7e5e4;
            }

            .b2bhero-card-main h3 {
              font-size: 1.3rem;
              font-weight: 800;
              margin-bottom: 6px;
            }

            .b2bhero-card-main p {
              color: #78716c;
              font-size: 0.9rem;
              margin-bottom: 20px;
            }

            .b2bhero-tags {
              display: flex;
              gap: 8px;
              flex-wrap: wrap;
            }

            .b2bhero-tag {
              background: #fef3c7;
              color: #d97706;
              padding: 5px 12px;
              border-radius: 20px;
              font-size: 0.78rem;
              font-weight: 700;
            }

            .b2bhero-stats-row {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 12px;
            }

            .stat-box {
              background: white;
              border-radius: 14px;
              padding: 20px;
              text-align: center;
              box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
              border: 1px solid #e7e5e4;
            }

            .stat-box .num {
              font-size: 1.8rem;
              font-weight: 900;
              color: #d97706;
            }

            .stat-box .lbl {
              font-size: 0.72rem;
              color: #78716c;
              margin-top: 2px;
            }

            /* TRUST */
            .trust {
              background: #1c1917;
              padding: 40px 5%;
            }

            .trust-inner {
              max-width: 1280px;
              margin: auto;
            }

            .trust-items {
              display: flex;
              justify-content: center;
              gap: 48px;
              flex-wrap: wrap;
              margin-bottom: 32px;
            }

            .trust-item {
              display: flex;
              align-items: center;
              gap: 12px;
            }

            .trust-dot {
              width: 10px;
              height: 10px;
              background: #fbbf24;
              border-radius: 50%;
            }

            .trust-item span {
              color: rgba(255, 255, 255, 0.85);
              font-size: 0.92rem;
              font-weight: 600;
            }

            .trust-logos {
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 32px;
              flex-wrap: wrap;
            }

            .logo-chip {
              background: rgba(255, 255, 255, 0.1);
              border: 1px solid rgba(255, 255, 255, 0.2);
              color: rgba(255, 255, 255, 0.7);
              padding: 10px 22px;
              border-radius: 8px;
              font-size: 0.85rem;
              font-weight: 700;
              letter-spacing: 1.5px;
            }

            /* SECTION */
            .sec {
              padding: 100px 5%;
            }

            .sec-pale {
              background: #f0f7ff;
            }

            .sec-in {
              max-width: 1280px;
              margin: auto;
            }

            .tag {
              display: inline-block;
              background: #fef3c7;
              color: #d97706;
              padding: 6px 16px;
              border-radius: 6px;
              font-size: 0.78rem;
              font-weight: 800;
              text-transform: uppercase;
              letter-spacing: 1.5px;
              margin-bottom: 14px;
              border-left: 4px solid #d97706;
            }

            .sec h2 {
              font-size: 2.3rem;
              font-weight: 900;
              margin-bottom: 14px;
            }

            .sec-desc {
              font-size: 1rem;
              color: #78716c;
              max-width: 600px;
              line-height: 1.7;
              margin-bottom: 56px;
            }

            /* EXPERTISE */
            .exp-grid {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 2px;
              background: #e7e5e4;
              border-radius: 20px;
              overflow: hidden;
            }

            .exp-item {
              background: white;
              padding: 36px 28px;
              transition: background 0.3s;
            }

            .exp-item:hover {
              background: #fef3c7;
            }

            .exp-num {
              font-size: 2.5rem;
              font-weight: 900;
              color: #fbbf24;
              margin-bottom: 12px;
              font-variant-numeric: tabular-nums;
            }

            .exp-item h3 {
              font-size: 1rem;
              font-weight: 800;
              margin-bottom: 8px;
            }

            .exp-item p {
              font-size: 0.85rem;
              color: #78716c;
              line-height: 1.6;
            }

            /* SERVICES */
            .svc-tabs {
              display: grid;
              grid-template-columns: repeat(5, 1fr);
              gap: 0;
              background: #e7e5e4;
              border-radius: 16px;
              overflow: hidden;
              margin-bottom: 32px;
            }

            .svc-grid {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              gap: 20px;
            }

            .svc-box {
              background: white;
              border-radius: 16px;
              padding: 28px;
              border: 2px solid #e7e5e4;
              transition: all 0.3s;
            }

            .svc-box:hover {
              border-color: #fbbf24;
            }

            .svc-box-head {
              display: flex;
              align-items: center;
              gap: 14px;
              margin-bottom: 18px;
            }

            .svc-ico {
              width: 50px;
              height: 50px;
              background: #fef3c7;
              border-radius: 12px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.4rem;
              border: 2px solid #fbbf24;
            }

            .svc-box-head h3 {
              font-size: 1rem;
              font-weight: 800;
            }

            .svc-box ul {
              list-style: none;
              display: flex;
              flex-direction: column;
              gap: 7px;
            }

            .svc-box ul li {
              font-size: 0.85rem;
              color: #78716c;
              padding-left: 16px;
              position: relative;
              line-height: 1.5;
            }

            .svc-box ul li::before {
              content: '▸';
              position: absolute;
              left: 0;
              color: #d97706;
              font-size: 0.75rem;
              top: 2px;
            }

            /* AI */
            .ai-sec {
              background: #1c1917;
              padding: 100px 5%;
            }

            .ai-in {
              max-width: 1280px;
              margin: auto;
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 80px;
              align-items: center;
            }

            .ai-tag {
              display: inline-block;
              background: #fbbf24;
              color: #1c1917;
              padding: 6px 16px;
              border-radius: 6px;
              font-size: 0.78rem;
              font-weight: 800;
              margin-bottom: 20px;
            }

            .ai-in h2 {
              font-size: 2.2rem;
              font-weight: 900;
              color: white;
              margin-bottom: 20px;
            }

            .ai-in p {
              color: rgba(255, 255, 255, 0.75);
              font-size: 0.98rem;
              line-height: 1.7;
              margin-bottom: 32px;
            }

            .ai-cards {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 16px;
            }

            .ai-card {
              background: rgba(255, 255, 255, 0.07);
              border: 1px solid rgba(255, 255, 255, 0.15);
              border-radius: 14px;
              padding: 20px;
            }

            .ai-card h4 {
              color: #fbbf24;
              font-size: 0.92rem;
              font-weight: 800;
              margin-bottom: 8px;
            }

            .ai-card p {
              color: rgba(255, 255, 255, 0.7);
              font-size: 0.82rem;
              line-height: 1.55;
            }

            .ai-metrics {
              display: flex;
              flex-direction: column;
              gap: 20px;
            }

            .ai-m {
              background: rgba(255, 255, 255, 0.07);
              border: 1px solid rgba(255, 255, 255, 0.15);
              border-radius: 16px;
              padding: 28px;
              display: flex;
              align-items: center;
              gap: 24px;
            }

            .ai-m-ico {
              font-size: 2.2rem;
            }

            .ai-m-val {
              font-size: 2.2rem;
              font-weight: 900;
              color: #fbbf24;
            }

            .ai-m-lbl {
              color: rgba(255, 255, 255, 0.7);
              font-size: 0.85rem;
            }

            /* APPROACH */
            .approach-sec {
              padding: 100px 5%;
              background: #f0f7ff;
            }

            .approach-in {
              max-width: 1280px;
              margin: auto;
            }

            .approach-flow {
              display: grid;
              grid-template-columns: repeat(6, 1fr);
              gap: 8px;
              margin-top: 60px;
              position: relative;
            }

            .ap-step {
              background: white;
              border-radius: 16px;
              padding: 24px 16px;
              text-align: center;
              border: 2px solid #e7e5e4;
              position: relative;
              transition: all 0.3s;
            }

            .ap-step:hover {
              border-color: #d97706;
              transform: translateY(-4px);
            }

            .ap-step::after {
              content: '→';
              position: absolute;
              right: -14px;
              top: 50%;
              transform: translateY(-50%);
              font-size: 1.2rem;
              color: #fbbf24;
              font-weight: 900;
              z-index: 1;
            }

            .ap-step:last-child::after {
              display: none;
            }

            .ap-num {
              width: 44px;
              height: 44px;
              background: #d97706;
              color: white;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: 900;
              font-size: 1.1rem;
              margin: 0 auto 12px;
            }

            .ap-step h3 {
              font-size: 0.82rem;
              font-weight: 800;
              margin-bottom: 10px;
            }

            .ap-step ul {
              list-style: none;
              display: flex;
              flex-direction: column;
              gap: 5px;
            }

            .ap-step ul li {
              font-size: 0.72rem;
              color: #78716c;
            }

            /* USE CASES */
            .uc-grid {
              display: grid;
              grid-template-columns: repeat(5, 1fr);
              gap: 20px;
            }

            .uc-box {
              border-radius: 16px;
              padding: 28px 20px;
              text-align: center;
              border: 2px solid #e7e5e4;
              background: white;
              transition: all 0.3s;
            }

            .uc-box:hover {
              background: #d97706;
              border-color: #d97706;
              color: white;
              transform: translateY(-4px);
            }

            .uc-box:hover p {
              color: rgba(255, 255, 255, 0.8);
            }

            .uc-box:hover .uc-box-icon {
              background: rgba(255, 255, 255, 0.2);
            }

            .uc-box-icon {
              width: 56px;
              height: 56px;
              background: #fef3c7;
              border-radius: 16px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.8rem;
              margin: 0 auto 16px;
            }

            .uc-box h3 {
              font-size: 0.88rem;
              font-weight: 800;
              margin-bottom: 8px;
            }

            .uc-box p {
              font-size: 0.78rem;
              color: #78716c;
              line-height: 1.5;
            }

            /* TECH */
            .tech-grid {
              display: grid;
              grid-template-columns: repeat(5, 1fr);
              gap: 20px;
            }

            .tech-box {
              background: white;
              border: 2px solid #e7e5e4;
              border-radius: 16px;
              padding: 24px;
              transition: border-color 0.3s;
            }

            .tech-box:hover {
              border-color: #fbbf24;
            }

            .tech-cat-head {
              font-size: 0.75rem;
              font-weight: 800;
              text-transform: uppercase;
              letter-spacing: 1px;
              color: #d97706;
              margin-bottom: 16px;
              padding-bottom: 10px;
              border-bottom: 2px solid #fef3c7;
            }

            .tech-pills {
              display: flex;
              flex-direction: column;
              gap: 8px;
            }

            .tech-pill {
              background: #fef3c7;
              color: #92400e;
              padding: 7px 12px;
              border-radius: 8px;
              font-size: 0.82rem;
              font-weight: 700;
              text-align: center;
            }

            /* WHY */
            .why-sec {
              background: #1c1917;
              padding: 100px 5%;
            }

            .why-in {
              max-width: 1280px;
              margin: auto;
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 80px;
              align-items: start;
            }

            .why-in .why-tag {
              display: inline-block;
              background: #fbbf24;
              color: #1c1917;
              padding: 6px 16px;
              border-radius: 6px;
              font-size: 0.78rem;
              font-weight: 800;
              margin-bottom: 16px;
            }

            .why-in h2 {
              font-size: 2.2rem;
              font-weight: 900;
              color: white;
              margin-bottom: 16px;
            }

            .why-in p {
              color: rgba(255, 255, 255, 0.7);
              font-size: 0.95rem;
              line-height: 1.7;
            }

            .why-pts {
              display: flex;
              flex-direction: column;
              gap: 20px;
            }

            .why-pt {
              display: flex;
              gap: 16px;
              background: rgba(255, 255, 255, 0.07);
              border: 1px solid rgba(255, 255, 255, 0.12);
              border-radius: 14px;
              padding: 22px;
              transition: all 0.3s;
            }

            .why-pt:hover {
              background: rgba(251, 191, 36, 0.1);
              border-color: #fbbf24;
            }

            .why-pt-ico {
              width: 44px;
              height: 44px;
              background: #fbbf24;
              border-radius: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.2rem;
              flex-shrink: 0;
            }

            .why-pt h4 {
              font-size: 0.92rem;
              font-weight: 800;
              color: white;
              margin-bottom: 6px;
            }

            .why-pt p {
              font-size: 0.83rem;
              color: rgba(255, 255, 255, 0.65);
              line-height: 1.55;
            }

            /* ENGAGE */
            .eng-grid {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 24px;
            }

            .eng-card {
              border-radius: 20px;
              padding: 40px 32px;
              text-align: center;
              border: 2px solid #e7e5e4;
              background: white;
              transition: all 0.3s;
            }

            .eng-card:hover {
              border-color: #d97706;
              box-shadow: 0 12px 40px rgba(217, 119, 6, 0.15);
            }

            .eng-card.featured {
              background: linear-gradient(135deg, #d97706, #92400e);
              color: white;
              border-color: #d97706;
            }

            .eng-card.featured p {
              color: rgba(255, 255, 255, 0.8);
            }

            .eng-card.featured ul li {
              color: rgba(255, 255, 255, 0.9);
            }

            .eng-ico {
              font-size: 3rem;
              margin-bottom: 20px;
            }

            .eng-card h3 {
              font-size: 1.3rem;
              font-weight: 900;
              margin-bottom: 12px;
            }

            .eng-card p {
              font-size: 0.88rem;
              color: #78716c;
              margin-bottom: 20px;
              line-height: 1.6;
            }

            .eng-card ul {
              list-style: none;
              text-align: left;
              display: flex;
              flex-direction: column;
              gap: 8px;
            }

            .eng-card ul li {
              font-size: 0.84rem;
              color: #78716c;
              display: flex;
              align-items: center;
              gap: 8px;
            }

            .eng-card ul li::before {
              content: '→';
              color: #d97706;
              font-weight: 800;
            }

            /* CTA */
            .cta-sec {
              background: linear-gradient(135deg, #d97706 0%, #92400e 100%);
              padding: 100px 5%;
              text-align: center;
            }

            .cta-in {
              max-width: 800px;
              margin: auto;
            }

            .cta-in h2 {
              font-size: 2.8rem;
              font-weight: 900;
              color: white;
              margin-bottom: 20px;
            }

            .cta-in p {
              font-size: 1.1rem;
              color: rgba(255, 255, 255, 0.8);
              margin-bottom: 40px;
              line-height: 1.7;
            }

            .cta-btns {
              display: flex;
              gap: 16px;
              justify-content: center;
              flex-wrap: wrap;
            }

            .cta-btn {
              padding: 18px 36px;
              border-radius: 50px;
              font-weight: 800;
              font-size: 1rem;
              text-decoration: none;
              transition: all 0.3s;
            }

            .cta-btn.white {
              background: white;
              color: #d97706;
            }

            .cta-btn.white:hover {
              background: #fef3c7;
            }

            .cta-btn.outline {
              background: transparent;
              color: white;
              border: 2px solid rgba(255, 255, 255, 0.5);
            }

            .cta-btn.outline:hover {
              border-color: white;
              background: rgba(255, 255, 255, 0.1);
            }

            @media (max-width: 1200px) {

              .b2bhero-inner {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
              }

              .b2bhero-bg {
                width: 100%;
                clip-path: none;
                opacity: 0.2;
              }

              .b2bhero-btns {
                justify-content: center;
                flex-wrap: wrap;
              }

              .ai-in,
              .why-in {
                grid-template-columns: 1fr;
                gap: 50px;
              }

              .exp-grid {
                grid-template-columns: repeat(2, 1fr);
              }

              .svc-grid {
                grid-template-columns: 1fr;
              }

              .uc-grid {
                grid-template-columns: repeat(3, 1fr);
              }

              .tech-grid {
                grid-template-columns: repeat(3, 1fr);
              }

              .eng-grid {
                grid-template-columns: 1fr;
              }

              .approach-flow {
                grid-template-columns: repeat(3, 1fr);
              }

              .ap-step::after {
                display: none;
              }
            }

            /* Tablet */
            @media (max-width: 768px) {

              .b2bhero h1 {
                font-size: 2.2rem;
              }

              .sec {
                padding: 70px 5%;
              }

              .sec h2 {
                font-size: 1.8rem;
              }

              .exp-grid {
                grid-template-columns: 1fr;
              }

              .uc-grid {
                grid-template-columns: repeat(2, 1fr);
              }

              .tech-grid {
                grid-template-columns: repeat(2, 1fr);
              }

              .approach-flow {
                grid-template-columns: repeat(2, 1fr);
              }

              .ai-cards {
                grid-template-columns: 1fr;
              }

              .ai-m {
                flex-direction: column;
                text-align: center;
              }

            }

            /* Mobile */
            @media (max-width: 480px) {

              .b2bhero {
                padding-top: 30px;
              }

              .b2bhero-inner {
                padding: 10px 5%;
              }

              .b2bhero h1 {
                font-size: 1.7rem;
              }

              .b2bhero-sub {
                font-size: 0.95rem;
              }

              .btn-amber,
              .btn-ghost {
                width: 100%;
                text-align: center;
              }

              .b2bhero-card-main {
                padding: 20px;
              }

              .b2bhero-stats-row {
                grid-template-columns: 1fr;
              }

              .trust-items {
                gap: 10px;
                justify-content: start;
              }

              .trust-item span {
                font-size: 0.8rem;
              }

              .uc-grid {
                grid-template-columns: 1fr;
              }

              .tech-grid {
                grid-template-columns: 1fr;
              }

              .approach-flow {
                grid-template-columns: 1fr;
              }

              .cta-in h2 {
                font-size: 2rem;
              }

              .cta-btns {
                flex-direction: column;
              }

              .cta-btn {
                width: auto;
              }

              .trust-logos {
                gap: 10px;
              }
            }

            #requestPropsalModal .steps {
              display: flex;
              justify-content: space-between;
              position: relative;
            }

            #requestPropsalModal .steps::before {
              content: "";
              position: absolute;
              top: 22px;
              left: 0;
              width: 100%;
              height: 3px;
              background: #e5eaf2;
            }

            #requestPropsalModal .progress-line {
              position: absolute;
              top: 22px;
              left: 0;
              height: 3px;
              background: #003466;
              width: 0%;
              transition: 0.4s;
            }

            #requestPropsalModal .step {
              width: 25%;
              text-align: center;
              position: relative;
              z-index: 1;
            }

            #requestPropsalModal .icon {
              width: 45px;
              height: 45px;
              border-radius: 50%;
              border: 2px solid #dcdfe6;
              background: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: auto;
              font-size: 16px;
              color: #999;
              transition: 0.3s;
            }

            #requestPropsalModal .step.active .icon {
              border-color: #003466;
              background: #003466;
              color: #fff;
            }

            #requestPropsalModal .step p {
              margin-top: 8px;
              font-size: 12px;
              color: #999;
            }

            #requestPropsalModal .step.active p {
              color: #003466;
              font-weight: 500;
            }

            /* FORM */
            #requestPropsalModal .form-step {
              display: none;
            }

            #requestPropsalModal .form-step.active {
              display: block;
            }

            #requestPropsalModal .grid {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 15px;
            }

            #requestPropsalModal .field {
              margin-bottom: 10px;
            }

            #requestPropsalModal label {
              font-size: 16px;
              margin-bottom: 0px;
              color: #444;
              font-weight: 400;
            }

            #requestPropsalModal .field input,
            #requestPropsalModal .field textarea,
            #requestPropsalModal .field select {
              width: 100%;
              padding: 5px 12px;
              border: 1px solid #dcdfe6;
              border-radius: 8px;
              font-size: 16px;
            }

            #requestPropsalModal .field select {
              padding: 10px;
              background: white;
            }

            #requestPropsalModal textarea {
              height: 100px;
            }

            /* OPTIONS GRID */
            #requestPropsalModal .option-grid {
              display: grid;
              grid-template-columns: repeat(4, minmax(0, 1fr));
              gap: 10px;
              margin-top: 10px;
              margin-bottom: 18px;
            }

            #requestPropsalModal .option {
              border: 1px solid #ddd;
              padding: 5px;
              border-radius: 8px;
              text-align: center;
              cursor: pointer;
              font-size: 14px;
              transition: 0.2s;
            }

            #requestPropsalModal .option input {
              display: none;
            }

            #requestPropsalModal .option.active {
              background: #003466;
              color: #fff;
              border-color: #003466;
            }

            /* FILE */
            #requestPropsalModal .file {
              border: 1px dashed #bbb;
              padding: 20px;
              text-align: center;
              border-radius: 8px;
              margin-top: 10px;
            }

            /* BUTTONS */
            #requestPropsalModal .buttons {
              display: flex;
              justify-content: space-between;
              margin-top: 25px;
            }

            #requestPropsalModal .primary,
            #requestPropsalModal .secondary {
              padding: 10px 20px;
              border: none;
              border-radius: 8px;
              cursor: pointer;
            }

            #requestPropsalModal .btn-close {
              margin-left: auto;
            }

            #requestPropsalModal .primary {
              background: #003466;
              color: #fff;
            }

            #requestPropsalModal .secondary {
              background: #e9edf5;
            }

            #requestPropsalModal .thank {
              text-align: center;
              padding: 40px;
            }