@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

/* default font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* heading font */
/* @import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  /* background-color: #f1f0eb;  */
  background-color: #fafafa;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #000000;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #222f81;
}

::selection {
  color: #fff;
  background: #222f81;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Lalezar", system-ui; */
  font-family: "Fira Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #8929DE;

  /* font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } */
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

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

.title-highlight {

  color: #222f81;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}


.databrixincback {
  position: relative;
  background-color: #13072f;
  /*background-image: url(https://html.designingmedia.com/aivio/assets/images/banner-bg-img.png);*/
  background-image: url('../images/banner.webp');

  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 700px; */
  animation: bgMove 15s linear infinite;
  z-index: 1;
}

@keyframes bgMove {
  0% {
    background-position: 0% 0%;
  }

  25% {
    background-position: 20% 60%;
  }

  50% {
    background-position: 60% 20%;
  }

  75% {
    background-position: 20% 60%;
  }

  100% {
    background-position: 0% 0%;
  }
}




.btn-databrixinc {
  padding: 0.9rem 1.8rem;
  font-weight: 500;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-databrixinc:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgb(8, 7, 17);
}

.btn-databrixinc-outline {
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  border-radius: 0;
  font-size: 12px;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.btn-databrixinc-outline:hover {
  color: #fff;
  background-color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgb(8, 7, 17);
}

.avatar {
  width: 40px;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: .5rem 0;
  background: #eee;
}

.top-bar a {
  color: #666666;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 10px;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  width: 250px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  font-weight: 600;
  /*color: #000 !important;*/
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #000000;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #f1f0eb;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  left: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #f1f0eb;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #ffffff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

./*sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}*/

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

/* .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); } */
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}
/*
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
*/
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}


.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}

.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-section {
  padding: 12em 0;
  background: #f8f8f8;
}

.ftco-section h2 {
  margin-bottom: 0;
}

footer {
  padding: 5em 0;
}

/* -----------------general-------------- */

.section-title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #eae5e5;
}


#reviews{
  background-color: #13072f;
}

/* -----------------Hero Section-------------- */
.hero-section { 
  padding: 130px 0 50px 0;
  position: relative;
  overflow: hidden;
} 


.hero-title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #fff; 
}

.hero-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
}

.stat-number{
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}

.stat-label{
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.hero-buttons .btn {
  padding: 1.2rem 2rem;
  font-weight: 500;
  border-radius: 50px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease; 
  border: 2px solid #7E15D8;
}

.hero-buttons .btn:hover {
  background-color: #100628;
  color: #fff;
  border: 2px solid #7E15D8;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
}

.btn-primary { 
  background-color: #7E15D8;
  border: none;
  box-shadow: 0 5px 15px rgba(108, 92, 231, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
}

.btn-outline {
  color: #000000;
  font-weight: 500;
  background: transparent;
}

.btn-outline:hover {
  background: #000000;
  color: white;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgb(8, 7, 17);
}




/* -----------------Our Services-------------- */
/* SERVICES SECTION  */
.our-services-con {
  background-color: #13072f;
  padding: 50px 0;
}

.our-services-con .services-box {
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 30px;
    background-color: #100628;
    padding: 49px 32px;
    transition: ease-in-out 0.6s;
    cursor: pointer;
}

.our-services-con .services-box:hover {
    border: 1px solid #13072f;
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(142, 49, 255, 0.1);
}

.our-services-con .services-box figure {
    margin-bottom: 24px;
    transition: ease-in-out 0.6s;
}

.our-services-con .services-box:hover figure {
    transform: translateY(-3px);
}

.our-services-con .services-box p {
    padding-right: 19%;
    margin-bottom: 6px;
    color: #fff;
}

.our-services-con .services-box h4 {
    margin-bottom: 11px;
    color: #fff;
}

.our-services-con .services-box a {
    color: #fff;
    width: 46px;
    float: right;
    height: 46px;
    border-radius: 100px;
    background-image: linear-gradient(to top, #7E15D8 0%, #7E15D8 100%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15px;
    right: 15px;
}

.our-services-con .services-box a:hover {
    text-decoration: none;
    background-image: linear-gradient(to top, #8e31e1 0%, #7300d1 100%);
}

.our-services-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.our-services-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}





/* -----------------Footer-------------- */
.footer-02 {
  background: #100628;
}

.footer-02 .footer-heading {
  font-size: 20px;
  /* color: rgba(255, 255, 255, 0.9); */
  margin-bottom: 20px;
}

.footer-02 .footer-heading .logo {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.footer-02 a {
  color: #8929DE;
}

.footer-02 p {
  color: #fff;
}

.footer-02 .copyright {
  color: #fff;
  font-size: 15px;
}

.footer-02 .list-unstyled li {
  margin-bottom: 10px;
}

.footer-02 .list-unstyled li a {
  color: #eeeded;
  font-size: 15px;
  font-weight: 600;
}

.footer-02 .list-unstyled li a:hover {
  text-decoration: underline !important;
}

.footer-02 .terms-link a,
.footer-02 .btn-custom {
  color: #8929DE;
  font-size: 15px;
  font-weight: 500;
  margin: 10px;
}

.footer-02 .border-left {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 1199.98px) {
  .footer-02 .border-left {
    border: none;
  }
}


    .avatar {
      width: 40px;
    }
   
@media (max-width: 768px) {
  #ino {
    margin-top: 20px;
  }
}

    .animate-text {
      background-color: transparent;
    background-image: linear-gradient(262deg, #E24C4A 15%, #386BB7 95%);
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
    }
   




  /* --------------------------page css--------------------------- */

 
  /*--------------------------------------------------------------
 # page-hero Section
 --------------------------------------------------------------*/
/*  .page-hero {
      position: relative;
      display: flex;
      align-items: center;
      padding: 100px 80px 20px 80px;
      overflow: hidden;
      color: #fff;
     
  }
*/
 .page-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 80px 20px 80px;
  overflow: hidden;
  color: #fff;

  /* Background image */
}

/* Optional: dark overlay for better text readability */
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 29, 66, 0.7); /* same tone as your old bg */
  z-index: 1;
}

.page-hero * {
  position: relative;
  z-index: 2; /* make sure text sits above overlay */
}

  /* .page-hero .page-hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111D42;
      z-index: -2;
  } */

  .page-hero .page-hero-background::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background-image: url("../img/bg/abstract-bg-3.webp"); */
      background-size: cover;
      background-position: center;
      opacity: 0.1;
      z-index: -1;
  }

  .page-hero .page-hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at 30% 20%, color-mix(in srgb, #1182b1, transparent 90%) 0%, transparent 50%);
      z-index: -1;
  }

  .page-hero .page-hero-content {
      margin-bottom: 4rem;
  }

  .page-hero .page-hero-content h1 {
      font-size: 4rem;
      font-weight: 800;
      margin-bottom: 2rem;
      line-height: 1.1;
      color: var(--heading-color);
      letter-spacing: -0.02em;
  }

  @media (max-width: 992px) {
      .page-hero .page-hero-content h1 {
          font-size: 3rem;
      }
  }

  @media (max-width: 768px) {
      .page-hero .page-hero-content h1 {
          font-size: 2.5rem;
      }
  }

  @media (max-width: 576px) {
      .page-hero .page-hero-content h1 {
          font-size: 2rem;
      }
  }

  .page-hero .page-hero-content p {
      font-size: 1.25rem;
      margin-bottom: 2.5rem;
      color: color-mix(in srgb, #353a49, transparent 20%);
      line-height: 1.6;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
  }

  @media (max-width: 768px) {
      .page-hero .page-hero-content p {
          font-size: 1.1rem;
      }
  }

  .page-hero .page-hero-content .page-hero-btns {
      display: flex;
      gap: 1.5rem;
      justify-content: center;
      align-items: center;
  }

  @media (max-width: 576px) {
      .page-hero .page-hero-content .page-hero-btns {
          flex-direction: column;
          gap: 1rem;
      }
  }

  .page-hero .page-hero-content .page-hero-btns .btn {
      padding: 15px 35px;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s ease;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  @media (max-width: 576px) {
      .page-hero .page-hero-content .page-hero-btns .btn {
          width: 100%;
          max-width: 280px;
      }
  }

  .page-hero .page-hero-content .page-hero-btns .btn-primary {
      background: linear-gradient(to right, #1182b1, #8929de);
      border-color: #1182b1;
      color: var(--contrast-color);
      box-shadow: 0 8px 25px color-mix(in srgb, #1182b1, transparent 70%);
  }

  .page-hero .page-hero-content .page-hero-btns .btn-primary:hover {
      background-color: color-mix(in srgb, #1182b1, #000 15%);
      border-color: color-mix(in srgb, #1182b1, #000 15%);
      transform: translateY(-2px);
      box-shadow: 0 12px 35px color-mix(in srgb, #1182b1, transparent 60%);
  }

  .page-hero .page-hero-content .page-hero-btns .btn-outline {
      background-color: transparent;
      border: 2px solid #353a49;
      color: #353a49;
      display: flex;
      align-items: center;
      gap: 0.5rem;
  }

  .page-hero .page-hero-content .page-hero-btns .btn-outline i {
      font-size: 1.2rem;
  }

  .page-hero .page-hero-content .page-hero-btns .btn-outline:hover {
      transform: translateY(-2px);
  }

  .page-hero .page-hero-image-container {
      margin-bottom: 4rem;
      position: relative;
  }

  .page-hero .page-hero-image-container .page-hero-image {
      position: relative;
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 0 25px 60px color-mix(in srgb, #353a49, transparent 85%);
  }

  .page-hero .page-hero-image-container .page-hero-image img {
      width: 100%;
      height: auto;
      border-radius: 25px;
      transition: transform 0.6s ease;
  }

  .page-hero .page-hero-image-container .page-hero-image img:hover {
      transform: scale(1.05);
  }

  .page-hero .page-hero-image-container .page-hero-image .image-decoration {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 80px;
      height: 80px;
      background: linear-gradient(45deg, #1182b1, color-mix(in srgb, #1182b1, #fff 30%));
      border-radius: 50%;
      opacity: 0.8;
      z-index: 1;
  }

  .page-hero .page-hero-image-container .page-hero-image .image-decoration::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border: 3px solid var(--contrast-color);
      border-radius: 50%;
  }

  @media (max-width: 768px) {
      .page-hero .page-hero-image-container .page-hero-image .image-decoration {
          width: 60px;
          height: 60px;
          top: -15px;
          right: -15px;
      }

      .page-hero .page-hero-image-container .page-hero-image .image-decoration::before {
          width: 30px;
          height: 30px;
      }
  }

  @media (max-width: 992px) {
      .page-hero {
          padding: 100px 0 60px;
          min-height: auto;
      }

      .page-hero .page-hero-content {
          margin-bottom: 3rem;
      }

      .page-hero .page-hero-content h1 {
          margin-bottom: 1.5rem;
      }

      .page-hero .page-hero-content p {
          margin-bottom: 2rem;
      }

      .page-hero .page-hero-image-container {
          margin-bottom: 3rem;
      }
  }


  /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
  .services {
      background-color: #111D42;
  }

  .services .services-container {
      margin-bottom: 60px;
  }

  .services .services-container .service-item {
      display: flex;
      background-color: #f3f5ff;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 10px 30px color-mix(in srgb, #20258d, transparent 92%);
      transition: all 0.4s ease;
      height: 100%;
  }

  .services .services-container .service-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px color-mix(in srgb, #20258d, transparent 85%);
  }

  .services .services-container .service-item:hover .service-icon {
      background-color: #20258d;
      color: #fff;
  }

  .services .services-container .service-item:hover .service-link {
      color: #20258d;
  }

  .services .services-container .service-item:hover .service-link i {
      transform: translateX(5px);
  }

  .services .services-container .service-item .service-icon {
      flex: 0 0 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: color-mix(in srgb, #20258d, transparent 90%);
      color: #20258d;
      font-size: 2rem;
      transition: all 0.3s ease;
  }

  .services .services-container .service-item .service-content {
      padding: 30px;
      position: relative;
  }

  .services .services-container .service-item .service-number {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 4rem;
      font-weight: 800;
      color: #cacaca;
      line-height: 1;
      opacity: 0.5;
      z-index: 1;
  }

  .services .services-container .service-item .service-title {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: var(--heading-color);
      position: relative;
      z-index: 2;
  }

  .services .services-container .service-item .service-text {
      font-size: 0.95rem;
      line-height: 1.7;
      margin-bottom: 20px;
      color: color-mix(in srgb, #353a49, transparent 20%);
      position: relative;
      z-index: 2;
  }

  .services .services-container .service-item .service-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      font-size: 0.9rem;
      color: color-mix(in srgb, #20258d, transparent 20%);
      transition: all 0.3s ease;
      position: relative;
      z-index: 2;
  }

  .services .services-container .service-item .service-link i {
      transition: transform 0.3s ease;
  }

  .services .cta-wrapper .cta-box {
      background: linear-gradient(135deg, color-mix(in srgb, #20258d, transparent 15%), color-mix(in srgb, #20258d, transparent 5%));
      border-radius: 20px;
      padding: 40px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 15px 40px color-mix(in srgb, #353a49, transparent 85%);
  }

  .services .cta-wrapper .cta-box::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("assets/img/bg/dotted-world-1.webp");
      background-size: cover;
      opacity: 0.05;
      z-index: 1;
  }

  .services .cta-wrapper .cta-box .cta-image {
      position: relative;
      z-index: 2;
  }

  .services .cta-wrapper .cta-box .cta-image img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border: 5px solid color-mix(in srgb, var(--contrast-color), transparent 15%);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }

  @media (max-width: 991px) {
      .services .cta-wrapper .cta-box .cta-image img {
          margin-bottom: 30px;
      }
  }

  .services .cta-wrapper .cta-box .cta-content {
      position: relative;
      z-index: 2;
  }

  .services .cta-wrapper .cta-box .cta-content h3 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: var(--contrast-color);
  }

  .services .cta-wrapper .cta-box .cta-content p {
      color: color-mix(in srgb, var(--contrast-color), transparent 15%);
      margin-bottom: 25px;
      font-size: 1rem;
      line-height: 1.6;
  }

  .services .cta-wrapper .cta-box .cta-content .primary-btn {
      display: inline-block;
      background-color: var(--contrast-color);
      color: #20258d;
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.95rem;
      transition: all 0.3s ease;
  }

  .services .cta-wrapper .cta-box .cta-content .primary-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 991px) {
      .services .cta-wrapper .cta-box .cta-content {
          text-align: center;
      }
  }

  @media (max-width: 768px) {
      .services {
          padding: 60px 0;
      }

      .services .services-container .service-item {
          flex-direction: column;
      }

      .services .services-container .service-item .service-icon {
          flex: 0 0 auto;
          height: 80px;
          width: 100%;
      }

      .services .cta-wrapper .cta-box {
          padding: 30px 20px;
      }
  }
  
  /*--------------------------------------------------------------
  # Features 2 Section
  --------------------------------------------------------------*/
  .features-2 .feature-card {
      height: 100%;
      background-color: #fff;
      border-radius: 16px;
      padding: 2.5rem;
      box-shadow: 0 10px 30px color-mix(in srgb, #3c3e54, transparent 94%);
      position: relative;
      overflow: hidden;
      transition: 0.3s;
  }

  .features-2 .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px color-mix(in srgb, #353a49, transparent 90%);
  }

  .features-2 .feature-card.highlighted {
      background: linear-gradient(135deg, color-mix(in srgb, #20258d, transparent 85%), #fff);
      border: 1px solid color-mix(in srgb, #20258d, transparent 75%);
  }

  .features-2 .feature-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 65px;
      height: 65px;
      border-radius: 18px;
      margin-bottom: 1.5rem;
      background: linear-gradient(135deg, #20258d, color-mix(in srgb, #20258d, transparent 40%));
      color: var(--contrast-color);
  }

  .features-2 .feature-icon i {
      font-size: 1.75rem;
      color: #fff;
  }

  .features-2 h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
  }

  .features-2 p {
      color: color-mix(in srgb, #353a49, transparent 25%);
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 1.5rem;
  }

  .features-2 .feature-benefits {
      list-style: none;
      padding: 0;
      margin-bottom: 2rem;
  }

  .features-2 .feature-benefits li {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
      color: var(--heading-color);
  }

  .features-2 .feature-benefits li i {
      color: #20258d;
      font-size: 1rem;
  }

  .features-2 .feature-image {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 20px color-mix(in srgb, #353a49, transparent 92%);
  }

  .features-2 .feature-image img {
      width: 100%;
      height: auto;
      transition: transform 0.5s ease;
  }

  .features-2 .feature-image img:hover {
      transform: scale(1.05);
  }

  .features-2 .feature-testimonial {
      margin-top: 4rem;
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 15px 40px color-mix(in srgb, #353a49, transparent 94%);
      overflow: hidden;
  }

  .features-2 .testimonial-image {
      height: 100%;
  }

  .features-2 .testimonial-image img {
      height: 100%;
      object-fit: cover;
  }

  .features-2 .testimonial-content {
      padding: 3rem;
  }

  .features-2 .testimonial-content .quote-icon {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: color-mix(in srgb, #20258d, transparent 90%);
      color: #20258d;
      font-size: 1.75rem;
      border-radius: 50%;
      margin-bottom: 1.5rem;
  }

  .features-2 .testimonial-content p {
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.7;
      margin-bottom: 2rem;
      color: var(--heading-color);
  }

  .features-2 .testimonial-content .testimonial-author h4 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
  }

  .features-2 .testimonial-content .testimonial-author span {
      color: color-mix(in srgb, #353a49, transparent 30%);
      font-size: 0.95rem;
  }

  @media (max-width: 991px) {
      .features-2 .feature-card {
          margin-bottom: 1.5rem;
          padding: 2rem;
      }

      .features-2 .testimonial-content {
          padding: 2rem;
          text-align: center;
      }

      .features-2 .testimonial-content .quote-icon {
          margin-left: auto;
          margin-right: auto;
      }
  }

  @media (max-width: 767px) {
      .features-2 .feature-testimonial {
          margin-top: 2rem;
      }

      .features-2 .testimonial-image {
          max-height: 300px;
          overflow: hidden;
      }

      .features-2 .testimonial-image img {
          width: 100%;
          height: 300px;
          object-fit: cover;
      }

      .features-2 .testimonial-content {
          padding: 1.5rem;
      }

      .features-2 .testimonial-content p {
          font-size: 1.1rem;
      }
  }

