body {
 font-family: barlow, sans-serif;
 margin: 0 auto;
 padding: 0;
 color: rgb(32, 32, 32);
 background-color: #fff;
 font-size: 18px;
 line-height: 29px;
}
@media(max-width: 599px){
 body {
  font-size: 16px;
  line-height: 28px;
 }
}

a {
 color: #ea580c;
 text-decoration: none
}

a:hover {
 color: #f44950;
}

.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){
 .mt-lg-n1 {
  margin-top:-5rem!important
 }
 .mt-lg-n2 {
  margin-top:-10rem!important
 }
 .mt-lg-n3 {
  margin-top:-15rem!important
 }
 .mt-lg-n4 {
  margin-top:-20rem!important
 }
 .w-lg-75{
  width: 75% !important;
 }
 .icon-auto{
  margin-right: auto;
 }
}
@media(max-width:991px){
 .icon-auto{
  margin-right: auto;
  margin-left: auto;
  
 }
}

.text-small{
 font-size: 14px;
 line-height: 24px;
}
.breadcrumb{
 font-weight: 600;
 font-size: 16px;
 letter-spacing: 1px;
}
.breadcrumb-white{
 font-weight: 600;
 font-size: 16px;
 letter-spacing: 1px;
 color: #fff;
}
.breadcrumb-white a{
 color: #fd7b1d;
}
.breadcrumb-item + .breadcrumb-item::before{
 color: #fff;
}

.fw-800{
 font-weight: 800;
}
.fw-900{
 font-weight: 900;
}


/*background color*/
.bg_blue_grad{
 background: linear-gradient(135deg, #2563EB 0%, #4F46E5 100%);
}
.grid-bg {
 background-color: #222a8c;
 background-image:
 linear-gradient(to right, rgba(0, 123, 255, 0.03) 1px, transparent 1px),
 linear-gradient(to bottom, rgba(0, 123, 255, 0.03) 1px, transparent 1px),
 linear-gradient(to right, rgba(0, 123, 255, 0.04) 1px, transparent 1px),
 linear-gradient(to bottom, rgba(0, 123, 255, 0.04) 1px, transparent 1px);
 background-size:
 80px 80px,
 80px 80px,
 20px 20px,
 20px 20px;
}
.grad_blue_white{
 background-image: linear-gradient(to right bottom, rgb(255, 255, 255), rgb(239, 246, 255), rgb(255, 255, 255))
}



.bg_red40 {
 background-color: rgba(255, 230, 231, 0.42);
}
.bg-shadow {
 background-image: url(../img/bg-shadow.png);
 background-position: top center;
 background-repeat: no-repeat;
}

.bg_blue{
 background-color: #222a8c
}
.bg_blue40{
 background-color: #F0F4FF;
}
/*Text Color*/

.title {
 border: 1px solid #f2f2f2;
 background-color: #fff;
 color: #004ec1;
 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;
}
.box_shadow{
 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07);
 border-radius: 20px;
 /*border: none;*/
}


.bg_icon{
 display: inline-block;
 background-color: #fff5f6;
 padding: 15px;
 border-radius: 10px;
}
.red10{
 background-color: #fff5f6;
 border: 1px solid #e11f26;
}
.text-red{
 color: #e11f26;
}
.text_yellow{
 color: #fbbc05;
}
.text_blue{
 color: #004ec1;
}
.text_blue_grad {
 background: linear-gradient(135deg, #2563EB 0%, #4F46E5 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 color: transparent;
}
.text_info_grad {
 background: linear-gradient(to right, rgb(96, 165, 250), rgb(34, 211, 238), rgb(129, 140, 248));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 color: transparent;
}
.text_orange_grad {
 background: linear-gradient(to right, rgb(253, 123, 29), rgb(241, 182, 65), rgb(220, 149, 12));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 color: transparent;
}
/*background*/
.blue10{
 background-color: #f3f7ff;
 border: 1px solid #2563eb;
}
.green10{
 background-color: #f3fff7;
 border: 1px solid #16a34a;
}
.yellow10{
 background-color: #fffbeb;
 border: 1px solid #d97706;
}
.orange10{
 background-color: #fff7ed;
 border: 1px solid #ea580c;
}
.purple10{
 background-color: #faf5ff;
 border: 1px solid #7c3aed;
}
.text_purple{
 color: #7c3aed;
}
.pink10{
 background-color: #fdf2f8;
 border: 1px solid #db2777
}
.text_pink{
 color: #db2777;
}
.gray10{
 background-color: #f9fafb;
 border: 1px solid #374151;
}

.bg-map {
 background: #222a8c url(../img/bg-map.png) repeat;
}


/*Button*/
.btn{
 font-weight: 600;
}
.btn_text{
 transition: all .3s;
 text-decoration: none;
 font-size: 16px;
}
.btn_text:hover{
 letter-spacing: 1px;
}
.btn_text{
 fill: #ea580c;
}
.btn_text:hover svg{
 fill: #f44950;
}
a .arrow-right{
 transform: rotate(0deg);
 transition: all .4s;
}
a:hover .arrow-right{
 transform: rotate(-45deg);
 transition: all .4s;
}
.btn_white{
 background-color: #fff;
 border: 2px solid #fff;
 color: #000;
}
.btn_white:hover{
 background-color: #f6f6f6;
 border: 2px solid #f6f6f6;
 color: #000;
}
.btn_green{
 background-color: #198754;
 border: 2px solid #198754;
 color: #fff;
}
.btn_green:hover{
 background-color: #157d4d;
 border: 2px solid #157d4d;
 color: #fff;
}
.btn_red_outline{
 background-color: #fff;
 border: 2px solid #dc3545;
 color: #dc3545;
}
.btn_red_outline:hover{
 background-color: #dc3545;
 border: 2px solid #dc3545;
 color: #fff;
}
.btn_red_outline svg{
 fill: #dc3545;
}
.btn_red_outline:hover svg{
 fill: #fff;
}
.btn_orange{
 background-color: #d97706;
 border: 2px solid #d97706;
 color: #fff;
}
.btn_orange:hover{
 background-color: #d97706;
 border: 2px solid #d97706;
 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;
}
/*list*/
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: 14px;
 background: #099e44;
 position: absolute;
 left: 0;
 margin: auto;
 content: '';
 top: 7px;
 z-index: 0
}

ul.list_cross {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.list_cross li {
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative;
}
ul.list_cross li:before,
ul.list_cross li:after {
 content: "";
 position: absolute;
 width: 10px;
 height: 2px;
 background: #fff;
 top: 17px;
 left: 4px;
 z-index: 1;
}
ul.list_cross li:before {
 transform: rotate(45deg);
}
ul.list_cross li:after {
 transform: rotate(-45deg);
}
ul.list_cross li span:before {
 content: "";
 position: absolute;
 left: 0;
 top: 9px;
 width: 18px;
 height: 18px;
 border-radius: 50%;
 background: #d32f2f;
 z-index: 0;
}


ul.list_secure_check{
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_secure_check li{
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
ul.list_secure_check li:before{
 position:absolute;
 height: 18px;
 width: 18px;
 content: "";
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path fill="rgb(1, 173, 49)" d="M12.8504 21.4622L7.97606 16.5878L9.69426 14.8696L12.8504 18.0136L20.8808 9.98312L22.5991 11.7135M15.2876 1.96484L4.32031 6.83917V14.1507C4.32031 20.9138 8.99967 27.2382 15.2876 28.7737C21.5754 27.2382 26.2548 20.9138 26.2548 14.1507V6.83917L15.2876 1.96484Z"></path></svg>') no-repeat;
 background-size: 18px 18px;
 top:6px;
 margin-left:-25px
}


ul.list_secure_check_yellow{
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_secure_check_yellow li{
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
ul.list_secure_check_yellow li:before{
 position:absolute;
 height: 18px;
 width: 18px;
 content: "";
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path fill="rgb(255, 193, 7)" d="M12.8504 21.4622L7.97606 16.5878L9.69426 14.8696L12.8504 18.0136L20.8808 9.98312L22.5991 11.7135M15.2876 1.96484L4.32031 6.83917V14.1507C4.32031 20.9138 8.99967 27.2382 15.2876 28.7737C21.5754 27.2382 26.2548 20.9138 26.2548 14.1507V6.83917L15.2876 1.96484Z"></path></svg>') no-repeat;
 background-size: 18px 18px;
 top:6px;
 margin-left:-25px
}

.list_footer{
 padding-left: 0;
}
.list_footer li{
 list-style: none;
 color: #545454;
 font-weight: 500;
 padding-left: 2px;
 padding-bottom: 6px;
}
/*.list_footer li:hover{
  list-style: none;
  padding-left: 2px;
}*/
.list_footer li a{
 color: #545454;
}
.list_footer li a:hover{
 color: #ea580c;
}
.location_tab .nav-tabs{
 border-bottom: none;
 column-gap: 1rem;
}
.location_tab .nav-tabs .nav-link{
 text-transform: uppercase;
 background-color: transparent;
 font-size: 14px;
 font-weight: 700;
 color: #555555;
 border: none;
 border-bottom: solid 1px #b8b8b8;
 line-height: 16px;
 padding: 10px 6px;
 opacity: .6;
}
.location_tab .nav-tabs .nav-link.active{
 color: #555555;
 border-bottom: solid 1px #ea580c;
 opacity: 1;
}

/*Style*/

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

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

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

.move-end:hover {
 transform: translateX(5px);
}


/*Carousel*/
.review_slider:before{
 content: "\275D";
 position: absolute;
 top: 10px;
 left: 10px;
 background:;
 font-size: 120px;
 color: #E88787;
}
.review_slider:after{
 content: "\275E";
 position: absolute;
 bottom: -20px;
 right: 30px;
 background:;
 font-size: 70px;
 color: #E88787;
}

.carousel-indicators [data-bs-target]{
 background-color: #d21c1c;
 width: 10px;
 height: 10px;
 border-radius: 30px;
 border: 1px solid #d21c1c;
}
.carousel-indicators .active{
 width: 30px;
}

/*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;
}

.social-media a {
 position: relative;
 border-radius: 100%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: .5rem !important;
 margin: 0 3px;
}
.social-media a.fb {
 background: #0f69ff;
 opacity: .9;
}
.social-media a.fb:hover{
 opacity: 1;
}
.social-media a.twitter {
 background: #080808;
 opacity: .9;
}
.social-media a.twitter:hover{
 opacity: 1;
}
.social-media a.linkedin {
 background: #116ac3;
 opacity: .9;
}
.social-media a.linkedin:hover{
 opacity: 1;
}

.modal-body{
 flex: 1 1 auto;
 overflow-y: auto;
 display: flex;
 flex-wrap: wrap;
 gap: 0 0;
 align-content: flex-start;
 align-items: flex-start;
 padding-top: 16px;
}

.lang-item{
 display: flex;
 text-decoration: none;
 color: #0b0c0e;
 width: 180px;
 gap: 12px;
 height: 40px;
 border-radius: 8px;
 align-items: center;
 padding: 6px 16px;
 border: 1px solid transparent;
 margin: 5px;
}
.lang-item .badge{
 width: 20px;
 height: 20px;
 min-width: 20px;
 min-height: 20px;
 border-radius: 50%;
 border: 1px solid #95979c;
 display: grid;
 place-items: center;
 font-size: 8px;
 line-height: 1;
 color: #6b7075;
 text-transform: lowercase;
 font-weight: 800;
}
.lang-item .name{
 font-size: 14px;
}
.lang-item:hover, .lang-item:hover .badge{
 border-color: rgba(3, 140, 244, 1);
 color: rgba(3, 140, 244, 1);
 background-color: rgba(3, 140, 244, 0.05);
}


.img-hover {
 width: auto;
 height: auto;
 margin: 0;
 padding: 0;
 position: relative;
}
.img-hover .img-thumb {
 border-radius: 10px;
 overflow: hidden;
}
.img-hover:hover .img-thumb {
 bottom: -36px;
 opacity: 1;
}
.img-hover .ani-zoom {
 -webkit-transform: rotate(0) scale(1)s;
 transform: rotate(0) scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.img-hover:hover .ani-zoom {
 -webkit-transform: rotate(0deg) scale(1.1);
 transform: rotate(0deg) scale(1.1);
}

.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%);
}
.video_container {
 border: solid 1px #d1d1d1;
 height: auto;
 border-radius: 25px;
 overflow: hidden;
 box-shadow: 0 0 15px #d1d1d1;
}


.accordion-item:not(:first-of-type){
 border: 3px solid #f7f7f7;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type{
 border-radius: 20px;
}
.accordion-item{
 border: 3px solid #f7f7f7;
 margin: 20px 0;
 border-radius: 20px;
 overflow: hidden;
 /*box-shadow: 0 0.5rem 1rem rgb(255, 232, 234);*/
 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04);
}

.accordion-button:not(.collapsed){
 color: #000;
 background-color: #fff;
 box-shadow: none;
 margin-bottom: 0 !important;


}
.accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23dc3546' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion-button{
 font-weight: bold;
 background-color: #fff;
 padding: 20px;
 box-shadow: none;
 font-size: 18px;
/*margin-bottom: 25px;*/
}

.accordion-body{
 box-shadow: none;
 background: #fff;
}

.spec_table tr td:first-child {
 min-width: 200px;
 padding-left: 0;
}
.spec_table tr td {
 padding: 0.3rem 0.5rem;
 padding-right: 1rem;
 vertical-align: top;
}
@media (max-width:767px) {
 .stc {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  direction: ltr !important;
 }
}
.progress-circle {
 width: 160px;
 height: 160px;
 border-radius: 50%;
 background: conic-gradient(#099e44 0%, #eeeeee 0);
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 margin: auto;
}
.progress-circle::before {
 content: "";
 width: 120px;
 height: 120px;
 background: #fff;
 border-radius: 50%;
 position: absolute;
}
.progress-value {
 position: relative;
 font-size: 40px;
 font-weight: 600;
 color: #099e44;
}

@media(min-width:992px) {
 .product-navbar {
  top: 0;
  width: 100%;
  z-index: 100;
  background: #f2f2f2 !important
 }
 .product-navbar li a, .product-navbar li a:focus {
  color: #000;
  font-weight: 700;
  padding-left: 1rem !important;
  padding-right: 1rem !important
 }
 .product-navbar li:hover a {
  color: #333;
  font-weight: 700;
  padding-left: 1rem !important;
  padding-right: 1rem !important
 }
}
.case50{
 overflow-y: scroll;
 height: 300px;
}

.nav-thumb {
 cursor: pointer;
 transition: 0.3s ease;
 opacity: 0.4;
 border: 1px solid #ea580c;
}

.nav-link.active .nav-thumb,
.nav-thumb:hover {
 opacity: 1;
 transform: scale(1.05);
}

.compliance-img {
 max-width: 150px;
 cursor: pointer;
 transition: opacity 0.3s ease;
 margin: 5px auto;
}

.compliance-img:hover {
 opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span{
 background: #fc7f1f!important;
 width: 40px;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #FFAC6C!important;
}
button.gotoTop {
 position: fixed;
 z-index: 1100;
 right: 0;
 bottom: 180px;
 width: 50px;
 color: #FFF;
 background-color: #222a8c;
 padding: 2px 10px 5px 10px;
 display: none;
 height: 50px;
 margin: 20px;
 color: #fff;
 border-radius: 12px;
 border: none;
 border: 1px solid #004ac5;
 font-weight: bold;
}
button.gotoTop:hover {
 text-decoration : none;
 background-color: #222a8c;
}
.badge-pill-modern {
 display: inline-block;
 padding: 6px 16px;
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 1px;
 color: #004ec1;
 background: rgba(0, 78, 193, 0.1);
 border-radius: 50px;
}
/* File Format List Styling */
.format-item {
 background: #fff;
 border-radius: 12px;
 box-shadow: 0 5px 15px rgba(0,0,0,0.05);
 transition: all 0.3s ease;
 border: 1px solid transparent;
}
.format-item:hover {
 transform: translateX(10px);
 border-color: #004ec1;
}
.format-icon-sm {
 width: 45px;
 height: 45px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #eef4ff;
 color: #004ec1;
 border-radius: 10px;
 font-weight: 800;
 font-size: 12px;
}
/* Storage Canvas Area (The "Eye-Catcher") */
.storage-canvas {
 background-color: #222a8c;
 background-image: linear-gradient(to right, rgba(0, 123, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 123, 255, 0.03) 1px, transparent 1px), linear-gradient(to right, rgba(0, 123, 255, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 123, 255, 0.04) 1px, transparent 1px);
 background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
 border-radius: 30px;
 position: relative;
 box-shadow: 0 20px 40px rgba(0, 78, 193, 0.3);
}
.storage-card {
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.2);
 border-radius: 20px;
 padding: 25px;
 color: #fff;
 transition: all 0.3s ease;
}
.storage-card:hover {
 background: rgba(255, 255, 255, 0.2);
 color: #fff;
 transform: scale(1.03);
}
.icon-blob {
 width: 50px;
 height: 50px;
 background: rgba(255, 255, 255, 0.2);
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 15px;
 font-size: 24px;
}
.storage-card:hover .icon-blob {
 background: rgba(255, 255, 255, 0.5);
 color: #fff;
}
/* Branding & Typography */
.text-orange-grad {
 background: linear-gradient(90deg, #ff8a00, #e11f26);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
/* Glass Card Styling */
.feature-glass-card {
 background: #ffffff;
 /*border: 1px solid rgba(0, 0, 0, 0.05);*/
 border: 1px solid #2563eb;
 border-radius: 24px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
 transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
 position: relative;
 z-index: 1;
}
.feature-glass-card:hover {
 transform: translateY(-10px);
 box-shadow: 0 20px 40px rgba(0, 78, 193, 0.08);
 background: #ffffff;
 border-color: #004ec1;
}
/* Icon Halo Effect */
.feature-icon-wrapper {
 position: relative;
 width: 60px;
 height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 24px;
 color: #004ec1;
}
.icon-halo {
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0, 78, 193, 0.1);
 border-radius: 18px;
 transform: rotate(15deg);
 z-index: -1;
 transition: all 0.3s ease;
}
.feature-glass-card:hover .icon-halo {
 transform: rotate(0deg) scale(1.1);
 background: #004ec1;
}
.feature-glass-card:hover .feature-icon-wrapper i {
 color: #fff;
}
/* Multi-color Halos */
.halo-blue { background: rgba(13, 110, 253, 0.1); }
.halo-green { background: rgba(25, 135, 84, 0.1); }
.halo-purple { background: rgba(102, 16, 242, 0.1); }
.halo-orange { background: rgba(253, 126, 20, 0.1); }
.halo-cyan { background: rgba(13, 202, 240, 0.1); }
/* Highlighted Card State */
.active-border {
 border: 2px solid rgba(0, 78, 193, 0.2);
 background: linear-gradient(to bottom right, #ffffff, #f8faff);
}
.faq-card {
 border: 1px solid #e0e0e0;
 border-radius: 10px;
 padding: 20px;
 height: 100%;
 transition: all 0.3s ease;
}
.faq-card:hover {
 border-color: #f37021;
 background-color: #fffaf7; /* Bahut halka orange tint hover par */
}
/* Q & A Circular Symbols */
.symbol {
 font-weight: 800;
 font-size: 0.9rem;
 min-width: 25px;
 height: 25px;
 /*border-radius: 50%;*/
 display: inline-flex;
 align-items: center;
 justify-content: center;
 margin-right: 10px;
 flex-shrink: 0;
}
.q-symbol {
 color: #fff;
 background-color: #f37021;
 margin-top: 5px;
}
.a-symbol {
 color: #002d5b;
 background-color: #e9ecef;
 margin-top: 5px;
}
.question-box {
 display: flex;
 align-items: start;
 color: #2c2c2c;
 font-weight: 700;
 font-size: 1.1rem;
 margin-bottom: 20px;
}
.answer-box {
 display: flex;
 align-items: flex-start;
 color: #4a4a4a;
 font-size: 0.95rem;
 line-height: 1.6;
}
.answer-text {
 padding-top: 4px;
}
.section-title {
 font-weight: 800;
 color: #002d5b;
 position: relative;
 padding-bottom: 15px;
}
.section-title::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 50px;
 height: 3px;
 background: #f37021;
}
/* Technical Styling */
.custom-stepper .nav-pills .nav-link {
 background: #eef2f7;
 color: #6c757d;
 border-radius: 5px 5px 0 0;
 padding: 8px;
 font-weight: 700;
 font-size: 0.75rem;
 border: 1px solid transparent;
 transition: all 0.3s;
 /*margin: 0 5px;*/
 border-bottom: none;
}
.custom-stepper .nav-pills .nav-link.active {
 background: #ffffff;
 color: #000;
 padding: 15px 10px;
 border: 1px solid #dee2e6;
 border-bottom: none;
 box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}
.step-num {
 display: block;
 font-size: 1.8rem;
 opacity: 0.5;
 margin-bottom: 2px;
}
.nav-link.active .step-num {
 color: #f37021;
 opacity: 1;
}
.browser-frame {
 border: 10px solid #f1f1f1;
 border-top: 30px solid #f1f1f1;
 border-radius: 10px;
 position: relative;
}
.browser-frame::before {
 content: '•••';
 position: absolute;
 top: -25px;
 left: 15px;
 color: #ccc;
 font-size: 20px;
 letter-spacing: 2px;
}
.tab-content {
 border: 1px solid #dee2e6;
 margin-top: -1px;
}
   .guide p {
 margin-top: 0;
 /*margin-bottom: 2rem;*/
 font-size: 18px;
 font-weight: 500;
}
.guide .clearfix{
 margin: 1rem 0;
 color: inherit;
 border: 0;
 border-top-color: currentcolor;
 border-top-style: none;
 border-top-width: 0px;
 border-top: 1px solid #1073d6;
 opacity: .3;
}
.guide .steps-area .btn-steps{
 cursor: context-menu;
background: linear-gradient(120deg, #3835d9 0%, #3d3ba6 100%);
  color: #fff;
  font-weight: bold;
  border: 2px solid #3a38c3;
}
.guide .steps-area .steps {
 background: #eaeaff;
 border: 1px solid #3d3ba6;
 color: #3d3ba6;
 margin: 2px;
 float: right;
}