body{
 font-family: 'Inter', sans-serif;
 color: #333;
 line-height:30px;
 font-size:18px;
 font-weight:400;
}
html{
 color:#3c4146
}
a{
  color: #0d6efd;
  text-decoration: none;
}
a:hover{
  color: #0093ff;
}
.initial_caps{
    text-transform: capitalize;
}
.plead{
 font-size: 1.25rem!important;
 font-weight: 300!important;
 line-height: 34px;
}
.py-7{
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.pt-7{
 padding-top: 5rem !important;
}
.pb-7{
 padding-bottom: 5rem !important;
}
@media(max-width:991px){
 .py-7{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
 }
 .pt-7{
  padding-top: 3rem !important;
 }
 .pb-7{
  padding-bottom: 3rem !important;
 }
 .btn-md-block{
  width: 100%;
 }
}
@media(min-width:992px){
 .w-lg-75{
  width: 75% !important;
 }
}
.fw-900{
    font-weight: 900;
}

a .arrow-right{
 transform: rotate(0deg);
 transition: all .4s;
}
a:hover .arrow-right{
 transform: rotate(-45deg);
 transition: all .4s;
}
.bg_grad_blue30{
  background: radial-gradient(circle at 80% 20%, rgba(13, 110, 253, 0.08), transparent 40%), radial-gradient(circle at 10% 80%, rgba(13, 110, 253, 0.05), transparent 40%);
    background-color: rgba(0, 0, 0, 0);
  background-color: #f8fafc;
}
.bg-grad-vibrant {
  background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.05) 0%, #f8fafc 50%, rgba(139, 92, 246, 0.05) 100%);
}

.bg_blue30{
    background-color: #EAF2FF;
}

.title {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  letter-spacing: 0.090em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 4px 20px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}


.btn_green{
 background-color: #198754;
 border: 2px solid #198754;
 color: #fff;
}
.btn_green:hover{
 background-color: #157d4d;
 border: 2px solid #157d4d;
 color: #fff;
}
.btn_orange_outline{
 background-color: #fff;
 border: 2px solid #ea580c;
 color: #ea580c;
}
.btn_orange_outline:hover{
 background-color: #ea580c;
 border: 2px solid #ea580c;
 color: #fff;
}
.btn_orange_outline svg{
 fill: #ea580c;
}
.btn_orange_outline:hover svg{
 fill: #fff;
}
.btn-outline-primary svg{
 fill: #0d6efd;
}
.btn-outline-primary:hover svg{
 fill: #fff;
}
.btn-outline-dark svg{
 fill: #212529;
}
.btn-outline-dark:hover svg{
 fill: #fff;
}

#greyscale img {
  filter: invert(4.83%) sepia(0.003%) saturate(59.02%) hue-rotate(29.75deg) brightness(102.79%) contrast(71.21%);
}
.card_blue30{
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
.card_blue30.active, .card_blue30:hover{
  background: #ffffff !important;
  border-color: rgba(13, 110, 253, 0.2) !important;
  box-shadow: 0 20px 40px rgba(13, 110, 253, 0.1) !important;
}

.move-up {
 transition: transform 0.3s ease;
}

.move-up:hover {
 transform: translateY(-5px);
}

ul.list_green {
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_green li {
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
.list_green li:before {
 content: "";
 display: block;
 width: 6px;
 height: 10px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
 position: absolute;
 top: 10px;
 left: 6px;
 z-index: 1
}
ul.list_green li:after {
 width: 18px;
 height: 18px;
 border-radius: 4px;
 background: #099e44;
 position: absolute;
 left: 0;
 margin: auto;
 content: '';
 top: 7px;
 z-index: 0
}


 .feature-tabs {
            background: white;
  padding: 0;
  border-radius: 8px;
  display: inline-flex;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: none;
  z-index: 9999;
  border: 1px solid #1544c0;
  overflow: hidden;
        }

        .feature-tabs .nav-link {
            color: #4b5563;
            font-weight: 600;
            border: none;
            padding: 15px 25px;
            position: relative;
        }

        .feature-tabs .nav-link.active {
           color: #fff;
           background: none;
           background-color: #1544c0;
           border-radius: 0;
        }

        /* Content Area */
        .tab-content-box {
            background: white;
            padding: 50px;
            border-radius: 10px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.03);
            border: 1px solid #1544c0;
        }

        .feature-icon-box {
            font-size: 2.5rem;
            color: #1544c0;
            margin-bottom: 20px;
        }


.accordion-item{
 box-shadow: 0px 0px 24px 0px rgba(66, 86, 250, 0.24);
 margin: 15px auto;
}
.accordion-button:not(.collapsed){
 color: #000;
 background: #f8f8f8;
 margin: 0 !important;
 border: none;
 box-shadow: none;
}
.accordion-button, .accordion-button:focus{
 border: none;
 font-weight: bold;
 background: #f8f8f8;
 padding: 30px;
 box-shadow: none;
 font-size: 18px;
 border: none;
}
.accordion-body{
 box-shadow: -10px 10px 30px rgba(0,0,0,.06);
 background: #f8f8f8;
 border: none;
 padding: 0 30px 20px 30px;
}


/*start navbar*/
.navbar-toggler{
 border: 1px solid rgb(0, 0, 0);
 box-shadow: none!important;
}
.navbar-toggler-icon{
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
 background: #fff;
 font-weight: 700;
 font-size: 18px;
/* box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.2);
 border-radius: 15px;
 padding: 10px 20px;*/
}

.navbar-light .navbar-nav.mid .nav-link {
 color: #333;
 padding-left: 1rem;
 padding-right: 1rem;
 border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav.mid .nav-link:focus,
.navbar-light .navbar-nav.mid .nav-link:hover {
 color: #191919;
 border-bottom: 2px solid #2861eb;
}

.btn_green_outline:focus,
.btn_green_outline{
 border: 2px solid #198754;
 background-color: #198754;
 color: #fff;
}
.btn_green_outline:hover{
 border: 2px solid #198754;
 background-color: #fff;
 color: #198754;
}

.btn_green_outline:focus svg,
.btn_green_outline svg{
 fill: #fff;
}
.btn_green_outline:hover svg{
 fill: #198754;
}

.nav_topbar{
 background-color: #000;
 color: #fff;
}
.nav_topbar .right_top li{
 padding: 2px 10px;
}
}
.nav_topbar .right_top a{
 color: #fff!important;
}
.nav_topbar .right_top li a:hover{
 color: #ffd3da;
}

/*End Navbar*/

/*start footer*/
footer {
  background-color: #F4F8FF;
  border-top: 1px solid #0d6efd;
}
footer li a {
  color: #000;
}
footer li a:hover {
  color: ;
  margin-left: 4px;
}

.social-media a {
  position: relative;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem !important;
}
.social-media a.fb {
  background: #3b5999;
}
.social-media a.twitter {
  background: #000
}
.social-media a.linkedin {
  background: #0077b4;
}
/*End Footer*/


.back-to-top{
 display: inline-block;
 background-color: #054ada;
 color: #fff!important;
 width: 50px;
 height: 50px;
 text-align: center;
 border-radius: 10px;
 position: fixed;
 bottom: 100px;
 right: 30px;
 font-size: 25px;
 opacity: 0;
 transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
 z-index: 1000;
 text-decoration: none;
 border: 2px solid #054ada;
 transition: all 300ms linear 0s;
 box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.back-to-top.fadeIn{
 opacity: 1;
}
.back-to-top:hover.fadeIn{
 transform: translateY(-5px);
}

.divider-line{
 position: relative;
}
.divider-line:before{
 width: 2px;
 height: 100%;
 position: absolute;
 left: calc(100% - 50px);
 content: '';
 top: 0;
 background: linear-gradient(0deg,rgba(255,255,255,0) 20%,rgba(215,215,215,1) 49%,rgba(246,246,246,0) 80%);
}



.icon_box{
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.ring {
        position: absolute;
        border-radius: 50%;
        /* Using Bootstrap Primary Blue with low opacity */
        border: 2px dashed rgba(13, 110, 253, 0.4); 
        animation: rotate-engine 20s linear infinite;
        box-shadow: 0 0 20px rgba(13, 110, 253, 0.1);
    }
    .ring-1 { width: 220px; height: 220px; animation-duration: 15s; }
    .ring-2 { width: 320px; height: 320px; animation-duration: 25s; animation-direction: reverse; border-color: rgba(13, 110, 253, 0.2); }

    @keyframes rotate-engine {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    .core-hub-sapphire {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        z-index: 10;
        /* Primary Blue Glow */
        box-shadow: 0 0 60px rgba(13, 110, 253, 0.5); 
        border: 4px solid #0d6efd;
    }



    
  .data-table{
   border-radius: 20px;
   border: 1px solid rgb(222, 226, 230);
  }
  .data-table thead tr th{
   background: linear-gradient(135deg, #020617 0%, #0f172a 50%, #1e293b 100%);
   color: #fff!important;
  }
  .data-table tr th:first-child,
  .data-table tr td:first-child{
   text-align: start;
   font-weight: bold;
   color: #000;
  }
  .data-table tr th,
  .data-table tr td{
   padding: 20px;
   text-align: center;
  }
  .data-table tr td{
   color: #ccc;
  }

  .data-table.recommend tbody tr td:nth-child(4) {
   background-color: #eefff2;
  }
