@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
}
body{
	font-family: 'Poppins' !important;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
    display: none;
  }
  .mobile-menu .circle {
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #044fac;
   border-radius: 50%;
   background: #f7fdff;
   margin: 0 auto;
   font-size: 16px;
   position: fixed;
   right: 20px;
   top: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 2;
 }
 .mobile-menu .mobile-cross {
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #000000;
   border-radius: 50%;
   background: #f3fcff;
   margin: 0 auto;
   font-size: 16px;
   position: fixed;
   right: 10px;
   top: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 99999;
 }
 .mobile-menu .nveMenu {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width: 280px;
   height: 100%;
   background: linear-gradient(90deg, #001272 0%, #00bcd4 100%);
   opacity: 0;
   visibility: hidden;
   z-index: 999;
   transform: translateX(-320px);
   transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
   padding: 40px 20px;
   border-left-right-radius: 20px;
   border-bottom-right-radius: 30px;
   border-top-right-radius: 20px;
 }
 .mobile-menu .nveMenu.is-opened {
   opacity: 1;
   visibility: visible;
   transform: translateX(0);
 }
 /*.mobile-menu .nveMenu h1 {
   color: #000;
   font-weight: 700;
   }*/
   .mobile-menu .overlay {
     position: fixed;
     top: 0;
     right: 0;
     width: calc(100% - 280px);
     height: 100%;
     background: rgba(0, 0, 0, 0.71);
     opacity: 0;
     visibility: hidden;
     transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
   }
   .mobile-menu .overlay.is-on {
     opacity: 1;
     visibility: visible;
     z-index: 999;
   }
   .mobile-menu .navlinks li {
     display: block;
     padding: 12px 0;
   }
   .mobile-menu .navlinks li a {
     text-transform: uppercase;
     color: #666;
     font-weight: 700;
   }
   .mobile-menu .navlinks li a:hover {
     text-decoration: none;
   }
 /*RESPONSIVE NAVIGATION*/

.custom-btn {
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
}
.top-bar {
    background: #000;
    padding: 10px;
}
.contact-info a {
    color: #fff;
}

.contact-info {
    display: flex;
    gap: 20px;
}

.social-links a {
    color: #fff;
}
.social-links {
    display: flex;
    gap: 30px;
    justify-content: end;
}

.hero-section {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 800px;
    display: flex;
    align-items: center;
}
.custom-nav {
    position: absolute;
    width: 100%;
}

.logo img {
    width: 110px;
    margin: 0;
    display: block;
}

.nav-links a {
    color: #fff;
    font-size: 19px;
}

.nav-links {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 10px 0 0 0;
}
.hero-content {
    background: #00000099;
    color: #fff;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 15px;
}
.custom-nav .container {
    /* border: 2px solid #014593; */
    border-radius: 28px;
    padding: 1px 0;
}
.search-btn {
    color: #fff;
    border-radius: 50px;
    border: 1px solid white;
    padding: 9px 13px;
}

.hero-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #63a3ed;
    padding: 3px 9px;
    border-radius: 50px;
}
.about-section {
    background: linear-gradient(178deg, black, #03093a);
    padding: 50px 0;
}

.about-section .row {
    align-items: center;
}
.about-img {
    height: 600px;
    width: 500px;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #63a3ed;
}

.about-img-content {
    position: relative;
    width: fit-content;
}

.about-info-box {
    position: absolute;
    bottom: 0px;
    right: 0;
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    padding: 30px;
    border-radius: 13px;
    max-width: 280px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.about-info-box .icon-box {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.about-info-box .icon-box i {
    color: #7934f3;
    font-size: 26px;
}

.about-info-box h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-info-box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.about-content {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.about-content ul li label {
    display: block;
}

.about-content ul li progress {
    width: 59%;
}

.about-content a {width: fit-content;}
.about-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #63a3ed;
    padding: 3px 9px;
    border-radius: 50px;
    width: fit-content;
}
/* shash kay  */

/* button {
    background: linear-gradient(to left,#AD1115 50%, #fff 50%);
    background-position: left bottom;
    transition: all .6s ease-out;
    background-size: 200% 100%;
}
button:hover{
  background-position: right bottom;
} */










/* inner scroll side bar  */


/* className::-webkit-scrollbar {
	width: 4px;
} */
/* Track */

/* className::-webkit-scrollbar-track {
	background: #d4d4d4 ;
} */
/* Handle */

/* className::-webkit-scrollbar-thumb {
	background: #790101 ;
} */
/* Handle on hover */

/* className::-webkit-scrollbar-thumb:hover {
	background: #8b8b8b;
}  */

.services-section {
    background: #000;
    padding: 80px 0;
    color: #fff;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #005879;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.services-left h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.services-left h1 .text-blue {
    color: #3E98FF;
    font-weight: 500;
}

.services-left p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.6;
}

.custom-btn-modern {
    background: linear-gradient(90deg, #0056b3 0%, #00bcd4 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
    margin-bottom: 50px;
}

.detection-box {
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    max-width: 450px;
    margin: 20px 0 0 0;
}

.detection-img {
    width: 130px;
    height: 80px;
    margin-right: 10px;
}

.detection-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.detection-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.detection-content p {
    font-size: 13px;
    margin: 0;
    color: #fff;
}

.service-card {
    background-position: 100%;
    background-size: cover;
    border: 1px solid rgba(0, 188, 212, 0.2);
    padding: 40px 30px;
    border-radius: 15px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1111111111111;
}

.service-card:hover {
    border-color: #00bcd4;
    transform: translateY(-5px);
}

.service-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    z-index: 2222222;
}

.service-card h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 80%;
}

.service-card p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.service-icon {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, #00E5FF 0%, #06148B 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* border: 1px solid #00bcd4; */
}

.service-icon i {
    color: #fff;
    font-size: 20px;
}

.arrow-icon {
    color: #00bcd4;
    font-size: 24px;
    transform: rotate(-45deg);
}

.wide-card {
    margin-top: 20px;
    background-size: cover;
    padding: 70px 30px;
}

.protection-section {
    padding: 90px 0;
    background: url(../images/protection-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.protection-content {
    background: linear-gradient(90deg, #00127282 0%, #00bcd496 100%);
    color: #fff;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    align-items: center;
}

.protection-content h4 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #005879;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: fit-content;
}
.protection-content ul {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}
.team-section {
    background: #000;
    padding: 100px 0;
}

.team-header {
    margin-bottom: 60px;
}

.team-header h1 {
    font-size: 49px;
    font-weight: 500;
    color: #fff;
}

.team-header h1 .text-blue {
    color: #3E98FF;
}

.team-header-right p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.team-card {
    background: transparent;
    border: 1px solid rgba(0, 188, 212, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.team-img {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.1);
}

.team-social {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom, #00E5FF, #06148B);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
    /* border: 1px solid rgba(0, 229, 255, 0.3); */
}

.social-icon:hover {
    background: #00E5FF;
    color: #000;
    box-shadow: 0 0 15px #00E5FF;
    transform: translateX(-5px);
}

.team-info {
    padding: 25px 20px;
    text-align: center;
    background: #000;
}

.team-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.team-info span {
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
}

.team-card:hover {
    border-color: #00E5FF;
    box-shadow: 0 10px 30px rgba(0, 229, 255, 0.1);
}

@media (max-width: 991px) {
    .team-header h1 {
        font-size: 36px;
    }
    .team-img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .team-card {
        margin-bottom: 30px;
    }
    .team-header-right {
        margin-top: 20px;
    }
}

/* Testimonial Section */
.testimonial-section {
    background: #000;
    padding: 100px 0;
    color: #fff;
}

.testimonial-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.testimonial-section h1 .text-blue {
    color: #3E98FF;
    padding: 0 0px 0 10px;
}

.testimonial-card {
    background: transparent;
    border: 1px solid rgba(0, 188, 212, 0.3);
    padding: 40px;
    border-radius: 15px;
    position: relative;
    height: 300px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
    border-color: #00E5FF;
}

.quote-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #3E98FF;
    font-size: 32px;
}

.testimonial-card p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 30px;
    max-width: 90%;
    text-align: left;
}

.client-info {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-info img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #00E5FF;
    display: none !important;
}

.client-meta h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.client-meta span {
    font-size: 13px;
    color: #99999D;
    display: block;
    margin-bottom: 5px;
}

.rating {
    color: #3E98FF;
    font-size: 12px;
}

/* Stats Box */
.stats-box {
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    /* border: 1px solid rgba(0, 229, 255, 0.2); */
    border-radius: 15px;
    padding: 50px 0;
}

.stat-item {
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
}

.stat-item h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .testimonial-section h1 {
        font-size: 36px;
    }
    .stat-item h2 {
        font-size: 40px;
    }
    .stat-item p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .stat-item {
        margin-bottom: 30px;
    }
    .stat-item:not(:last-child)::after {
        display: none;
    }
    .testimonial-card {
        padding: 25px;
    }
}
.brand-slider {
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    padding: 20px;
}

.brand-slider-content .item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.brand-slider-content img {
    width: 50px !IMPORTANT;
}

.brand-slider-content .item h4 {
    color: #fff;
    font-size: 34px;
}

/* Main Footer */
.main-footer {
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    padding: 80px 0 0;
    color: #fff;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 1px;
}

.footer-contact li .icon-circle {
    min-width: 40px;
    height: 40px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: #00bcd4;
    font-size: 18px;
}

.contact-text strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-text p, .contact-text p a {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.footer-links li a i {
    font-size: 12px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    padding-left: 10px;
    color: #00E5FF;
}

.footer-links li a:hover i {
    transform: rotate(0deg);
}

.branding-widget .footer-logo img {
    max-width: 150px;
    margin-bottom: 25px;
}

.branding-widget p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social .social-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social .social-icon:hover {
    background: #00E5FF;
    color: #000;
    box-shadow: 0 0 15px #00E5FF;
    transform: translateY(-3px);
}

.footer-bottom {
    background: #000;
    padding: 20px 0;
    margin-top: 50px;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .main-footer {
        padding: 50px 0 0;
    }
    .footer-title {
        margin-bottom: 20px;
    }
}
.page-banner{
    background: url(../images/breadcrump-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 50px 0;
    color: #fff;
}

.page-banner .banner-content{
    text-align: center;
    padding: 100px 0;
}
.page-banner .banner-content h1{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3E98FF;
    text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb{
    justify-content: center;
}
.page-banner .banner-content .breadcrumb li{
    font-size: 16px;
    color: #fff;
}
.page-banner .banner-content .breadcrumb li a{
    font-size: 16px;
    color: #fff;
}
.page-banner .banner-content .breadcrumb li a:hover{
    color: #00E5FF;
}
.page-banner .banner-content .breadcrumb li.active{
    color: #fcffff;
}
.founder-section {
    text-align: center;
    color: #fff;
    padding: 60px 0 0 0;
}

.founder-content {
    color: #fff;
}

.founder-card {
    padding: 50px 30px;
}

.founder-content p {
    padding: 10px 0;
}
.wheel-inner {
    position: absolute;
    left: 76px;
    top: 74px;
    width: 58%;
}

.founder-img {
    position: relative;
}

@keyframes rotateWheel {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.founder-img img:first-child {
    animation: rotateWheel 20s linear infinite;
    width: 550px !IMPORTANT;
}

/* Services Tabs Section */
.services-tabs-section {
    background: #000;
    padding: 80px 0;
    color: #fff;
}

.tabs-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tabs-title .text-blue {
    color: #3E98FF;
}

.tabs-desc {
    font-size: 16px;
    color: #ccc;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.services-tabs-section .nav-pills {
    gap: 15px;
}

.services-tabs-section .nav-link {
    background: transparent;
    border: 1px solid rgba(0, 188, 212, 0.3);
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    width: 100%;
}

.services-tabs-section .nav-link i {
    font-size: 14px;
    opacity: 0.7;
}

.services-tabs-section .nav-link:hover {
    border-color: #00bcd4;
}

.services-tabs-section .nav-link.active {
    background: linear-gradient(90deg, #001272 0%, #00bcd4 100%);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.services-tabs-section .nav-link.active i {
    opacity: 1;
}

.detection-box-tabs {
    background: linear-gradient(90deg, #001272 0%, #00bcd4 100%);
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    max-width: 100%;
}

.detection-box-tabs .detection-img {
    width: 100px;
    height: 80px;
    margin-right: 20px;
    flex-shrink: 0;
}

.detection-box-tabs .detection-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.detection-box-tabs .detection-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.detection-box-tabs .detection-content p {
    font-size: 13px;
    margin: 0;
    color: #fff;
}

.tab-pane-content {
    padding-left: 30px;
}

.pane-number {
    font-size: 48px;
    font-weight: 700;
    color: #3E98FF;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pane-title {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.tab-pane-content p {
    font-size: 16px;
    color: #99999D;
    line-height: 1.8;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .tab-pane-content {
        padding-left: 0;
        margin-top: 50px;
    }
    .tabs-title {
        font-size: 36px;
    }
}
.contact-section {
    padding: 100px 0;
    background: #000;
}

.contact-form {
        background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
        border-radius: 18px;
        padding: 36px 30px 32px;
        border: 1px solid rgba(50, 130, 255, 0.35);
        box-shadow:
        0 0 0 1px rgba(80, 160, 255, 0.1),
        0 0 30px rgba(30, 80, 220, 0.3),
        0 0 80px rgba(0, 50, 180, 0.15),
        inset 0 1px 0 rgba(100, 180, 255, 0.15),
        inset 0 0 60px rgba(20, 60, 180, 0.08);
        position: relative;
        animation: fadeIn 0.6s ease;
        box-shadow: 0 0 0 1px rgba(80, 160, 255, 0.15),
        0 0 40px rgba(30, 80, 220, 0.35),
        0 0 90px rgba(0, 50, 180, 0.2),
        inset 0 1px 0 rgba(100, 180, 255, 0.2),
        inset 0 0 60px rgba(20, 60, 180, 0.1);
        animation: fadeIn 0.6s ease;
        }

.contact-content h2 {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}

h2 {}

.contact-content h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-content p {
    color: #fff;
    font-size: 21px;
}

.contact-content ul li span {
    padding: 26px;
    color: #fff;
    background: linear-gradient(180deg, #0091d4 0%, #09165b 100%);
    border-radius: 12px;
    position: relative;
}

.contact-content ul li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-section .row {
    /* align-items: center; */
    justify-content: center;
}

.contact-form input {
    background: transparent;
    border: navajowhite;
    padding: 20px 0 32px 0;
    color: #fff;
    border-bottom: 1px solid;
    width: 100%;
}

.contact-form input::placeholder {
    color: #fff;
}

.contact-form textarea {
    background: transparent;
    border: navajowhite;
    padding: 20px 0 22px 0;
    color: #fff;
    border-bottom: 1px solid;
    width: 100%;
    height: 200px;
}

.contact-form textarea::placeholder {
    color: #fff;
}
.contact-form button {
    margin: 20px 0 0 0;
    background: linear-gradient(180deg, #00bcd4 0%, #001272 100%);
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
    /* width: 100%; */
}
.c-info {
    color: #fff;
}

.c-info a {
    color: #fff;
    font-size: 25px;
}
.contact-content h2 span {
    color: #3E98FF;
}

/* Academy Section Styles */
.academy-section {
    background-color: #000;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.academy-header h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.academy-header .text-blue {
    color: #3E98FF;
    display: block;
}

.academy-subtitle {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 30px;
    font-weight: 400;
}

.academy-description {
    max-width: 900px;
    margin: 0 auto;
    color: #ccc;
    line-height: 1.8;
    font-size: 15px;
}

/* Highlights Section Styles */
.highlights-section {
    background-color: #000;
    padding: 80px 0;
    color: #fff;
}

.highlights-content h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.highlights-content h2 .text-blue {
    color: #3E98FF;
    display: block;
}

.highlights-list {
    list-style: none;
    padding: 0;
}

.highlights-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}

.highlights-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    top: 0;
}

.highlights-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.highlights-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .academy-header h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .academy-header h1 {
        font-size: 40px;
    }
    .highlights-content h2 {
        font-size: 32px;
    }
}
.nveMenu ul a {
    color: #fff;
    display: block;
    padding: 10px;
}

.nveMenu img {
    width: 140px;
}
.nveMenu .social-links {
    justify-content: start;
    padding: 10px 0 0 10px;
}
.nveMenu .contact-info {
    display: block;
}

.nveMenu .contact-info a {
    display: inline-block;
    padding: 10px;
}
.custom-btn:hover {
    background: #fff;
    color: #06148b;
    border: navajowhite;
    transition: 0.3s;
}

/* Auth Pages Styles */
.login-section, .register-section {
    background-color: #000;
    color: #fff;
}

.auth-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(62, 152, 255, 0.3);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.auth-card h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff, #3E98FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.auth-card h4 {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 30px;
}

.auth-card h4 a {
    color: #3E98FF;
    text-decoration: none;
    font-weight: 600;
}

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

.auth-card label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}

.auth-card .form-control {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.auth-card .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #3E98FF;
    box-shadow: 0 0 10px rgba(62, 152, 255, 0.2);
    outline: none;
}

.auth-card .form-control::placeholder {
    color: #777;
}

.auth-card .custom-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    font-weight: 600;
    text-align: center;
}
.privacy-policy-section {
    background: #000;
    color: #fff;
    padding: 100px 0;
}

.privacy-policy-content p {
    padding: 10px 0;
}
.more-text {
    display: none;
  }
  .tab-pane-content p a {
    color: #00b0cd;
}
/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 60px 0 80px 0;
}

/* CARD */
.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* CONTENT */
.blog-content {
  padding: 20px;
  background: linear-gradient(178deg, black, #01bde9);
  height: 310px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}

.blog-content h3 {
  margin-bottom: 10px;
}

.blog-content p {
  color: #555;
  font-size: 16px;
}

/* BUTTON */
.read-btn {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  background: #007bff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}
.blog-sec {
    background: #000;
}

section.blog-sec h2 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.blog-content h3 {
    color: #fff;
}

.blog-content p {
    color: #fff;
    padding: 10px 0 10px 0;
}

/* CONTAINER */
.blog-detail {
  /* margin: 50px auto; */
  /* background: #fff; */
  padding: 20px;
  border-radius: 10px;
}

/* IMAGE */
.blog-detail img {
  width: 100%;
  border-radius: 10px;
  /* margin-bottom: 20px; */
}

/* TITLE */
.blog-detail h1 {
  margin-bottom: 10px;
  color: #fff;
}

/* META */
.meta {
  color: #fffcfc;
  font-size: 14px;
  /* margin-bottom: 20px; */
}

/* CONTENT */
.blog-content p {
  line-height: 1.7;
  margin-bottom: 0;
}

/* BACK BUTTON */
.back-btn {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  background: #007bff;
  padding: 10px 15px;
  border-radius: 5px;
}
.blog-detail-sec {
    background: #000;
    padding: 100px 0 0;
}
.blog-detail-sec .blog-content {background: transparent;padding: 50px 0 !important;height: auto;}

.blog-detail img {
    height: 540px;
    object-fit: cover;
    border-radius: 0;
}
.blog-content ul li {
    color: #fff;
    padding: 10px 0;
    list-style: disc;
}

.blog-content ul {
    padding: 0 40px;
}
.blog-content h4 {
    color: #fff;
    padding: 10px 0 10px 0;
}
.search-info {float: right;}
.protection-content p {
    text-align: center;
    max-width: 750px;
}
a.login {
    display: flex;
    align-items: center;
    gap: 10px;
}
.founder-section h2 {
    font-size: 50px;
    margin-left: -100px;
}
.service-2 {
    background-size: cover !IMPORTANT;
}
.contact-form h3 {
    color: #fff;
}

.contact-form p {
    color: #fff;
    padding: 14px 0 0 0;
}
.contact-details {
    text-align: center;
    padding: 0 0 60px 0;
    color: #fff;
}

.contact-details {}

.contact-details h4 {}

.contact-details h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0 0 0;
}

.contact-details h2 span {
    display: block;
    color: #3E98FF;
    font-weight: 600;
}
.c-info h6 {
    font-size: 35px;
}
  @keyframes fadeIn {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .contact-form::before {
    content: '';
    position: absolute;
    border-radius: 19px;
    pointer-events: none;
    inset: -2px;
    background: linear-gradient(
        270deg,
        #00c6ff,
        #0072ff,
        #00f2fe,
        #0072ff,
        #00c6ff
    );
    background-size: 400% 400%;
    animation: borderAnimation 6s linear infinite;
    z-index: -1;
}
@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}
.contact-form::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgb(12 33 76 / 95%) 0%, rgb(4 46 171 / 95%) 100%);
    z-index: -1;
}
.contact-content ul li span::before {}

.contact-content ul li span::before {
    content: '';
    position: absolute;
    border-radius: 19px;
    pointer-events: none;
    inset: -2px;
    background: linear-gradient(270deg, #00c6ff, #0072ff, #00f2fe, #0072ff, #00c6ff);
    background-size: 400% 400%;
    animation: borderAnimation 6s linear infinite;
    z-index: -1;
}
