@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

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

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

:root {
    --font-primary: 'noka';
    --font-secondary: 'Space Grotesk', sans-serif;
    --text-color: #E9E9E9;
    --gray-color: #1A1C1B;
    --body-color: #0F1010;
    --nav-color: #080A08;
    --banner-gradient: linear-gradient(180deg, rgba(8, 10, 8, 0) 0%, #080A08 100%);
    --counter-gradient: linear-gradient(90deg, rgba(8, 10, 8, 0) 0%, #080A08 100%);
    --green: #8DFB4E;
    --shadow-shade: rgba(141, 251, 78, 0.21);
    --shade-08: rgba(141, 251, 78, 0.08);
    --gray: #D9D9D9;
    --gray-layer: #9F9F9F;
}

html {
    scroll-behavior: auto !important;
}

body {
    background-color: var(--body-color);
    color: var(--bs-white);
    font-family: var(--font-primary);
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--font-secondary);
    font-weight: 500;
}

p {
    margin: 0;
    color: var(--bs-white);
}

a {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.z-3 {
    z-index: 3;
}

.text-24 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--font-primary);
}

.text-96 {
    font-weight: 300;
    font-size: 96px;
    line-height: 105px;
}

.text-48 {
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    font-family: var(--font-primary);
}

.button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--gray-color);
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 25px;
    border-radius: 6px;
    display: inline-flex;
}

.button:hover {
    color: var(--gray-color);
}

.button img {
    transition: 0.3s all;
}

.button:hover img {
    transform: rotate(-45deg);
}


/* Navigation css */
.navbar-custom {
    background-color: var(--nav-color);
    box-shadow: 0px 12px 38.9px -16px #8DFB4E36;
}

.navbar-nav {
    margin: 0 auto;
    gap: 30px;
}

.nav-link {
    color: #fff;
    font-weight: 500;
}

.nav-link:hover {
    color: #7CFF4F;
}

nav .dropdown-toggle::after,
nav .menu-item-has-children>a::after {
    content: '';
    border: 0;
    background: url(../images/icons/chevron-small-down.svg) no-repeat;
    background-position: center;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0;
    background-size: cover;
    position: absolute;
    right: -14px;
    top: 6px;
}

.sticky-top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.dropdown-menu {
    background-color: var(--nav-color);
    border-radius: 6px;
    box-shadow: 0px 12px 38.9px -16px var(--shadow-shade);
    padding: 13px 17px;
}

.dropdown-menu .dropdown-item {
    color: var(--bs-white);
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    padding: 6px 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: var(--green);
}

/* Navigation css */

.desktop-banner-gray-btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--gray-color);
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 10px 25px;
    border-radius: 6px;
    max-width: 340px;
    width: 100%;
}

.desktop-banner-green-btn {
    background-color: var(--green);
    padding: 11px 20px;
    border-radius: 6px;
    max-width: 288px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
}


.desktop-banner-gray-btn img,
.desktop-banner-green-btn img {
    transition: 0.3s all;
}

.desktop-banner-gray-btn:hover,
.desktop-banner-green-btn:hover {
    color: var(--gray-color);
}

.desktop-banner-gray-btn:hover img,
.desktop-banner-green-btn:hover img {
    transform: rotate(-45deg);
}

.video-banner {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video-banner iframe {
    scale: 1.2;
}

.banner-text-wrapper {
    padding: 0;
}

.desktop-banner-title {
    font-size: 72px;
    line-height: 95px;
    letter-spacing: -0.05em;
}

.desktop-banner-desc-wrapper {
    margin-top: 40px;
}

.desktop-banner-desc {
    max-width: 890px;
}

.hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 8;
}

.hero-content::after {
    content: '';
    background: var(--banner-gradient);
    position: absolute;
    left: 0;
    right: 0;
    top: -121px;
    bottom: -70px;
    z-index: 2;
    pointer-events: none;
}

.counter-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 119px;
    bottom: 0;
    z-index: 4;
    padding-top: 40px;
}

.counter-wrapper::after {
    content: '';
    background: var(--counter-gradient);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 490px;
}

.counter-box:not(:last-child) {
    margin-bottom: 50px;
}

.counter-box-wrapper {
    position: relative;
    z-index: 5;
}

.counter-number {
    color: var(--green);
}

.counter-cta {
    margin-bottom: 50px;
}

.logo-wrapper {
    position: absolute;
    left: 50px;
    top: 55px;
    z-index: 5;
}

/*  */
.about-us-gl {
    padding: 135px 0 100px;
    /* background: url(../images/line-box.png) center; */
    /* background: url(../images/bg-square.png) center;
    background-size: 216px auto;
    background-repeat: repeat;
    background-position: left top; */
    position: relative;
}

/* .about-us-gl .longitude {
    position: absolute;
    left: calc(50% - 84px);
    top: 197px;
    font-family: 'Noka';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 109.74%;
    color: #333333;
    display: inline-block;
    width: auto;
    padding: 0;
    pointer-events: none;
}

.about-us-gl .latitude {
    position: absolute;
    right: 16.2%;
    bottom: 218px;
    font-family: 'Noka';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 109.74%;
    color: #8DFB4E;
    display: inline-block;
    width: auto;
    padding: 0;
    pointer-events: none;
} */

.about-us-gl::before {
    content: '';
    background: var(--shade-08);
    position: absolute;
    left: -3%;
    bottom: -3%;
    z-index: 0;
    width: 100%;
    max-width: 399px;
    height: 399px;
    filter: blur(56.15px);
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0.5;
}

.about-us-gl::after {
    content: '';
    background: url(../images/circle-shape-dark.png);
    position: absolute;
    left: 12%;
    top: -10%;
    z-index: 0;
    width: 100%;
    max-width: 624px;
    height: 624px;
    border-radius: 50%;
}

.about-us-gl .container-xxl {
    z-index: 2;
    position: relative;
}

.about-us-wrapper .about-us-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.39em;
    color: var(--text-color);
    text-transform: uppercase;
}

.para-big-title {
    margin-bottom: 50px;
}

.about-us-desc p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 40px;
}

.short-title-16 {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.39em;
    text-transform: uppercase;
    color: var(--text-color);
    font-family: var(--font-secondary);
}

.how_operate {
    margin-bottom: 140px;
}

.how_operate_title {
    margin-bottom: 20px;
}

.outer-box {
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
    padding: 36px 20px;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    background-color: #0F1010;
}

.how_operate .how_operate_desc .outer-box {
    min-height: 180px;
    align-items: center;
}

.how_operate .how_operate_desc .outer-box .box-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    transition: all 0.5s;
    background-color: #0f1110;
}

/* .how_operate .how_operate_desc .outer-box .box-title-wrapper.hover-box,
.how_operate .how_operate_desc .outer-box:hover .box-title-wrapper{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.how_operate .how_operate_desc .outer-box:hover .box-title-wrapper.hover-box{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
} */


/* .how_operate .how_operate_desc .outer-box:hover {
    transform: translateY(-5px);
}

.how_operate .how_operate_desc .outer-box{
    overflow: hidden;
    position: relative;
}

.how_operate .how_operate_desc .outer-box::before{
    content: "";
    transform: rotate(180deg);
    position: absolute;
    left: -38%;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    height: 100%;
    width: 50%;
    opacity: 0;
    background: radial-gradient(37.4% 139.86% at 34.57% 41.01%, rgb(141, 251, 78) 0%, rgba(15, 16, 16, 0) 77.15%, rgb(15, 16, 16) 100%);
    transition: 0.3s;
}

.how_operate .how_operate_desc .outer-box::after {
    content: "";
    transform: rotate(180deg);
    position: absolute;
    right: -22%;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    height: 100%;
    width: 50%;
    opacity: 0;
    background: radial-gradient(37.4% 139.86% at 34.57% 41.01%, rgb(141, 251, 78) 0%, rgba(15, 16, 16, 0) 77.15%, rgb(15, 16, 16) 100%);
    transition: 0.3s;
}

.how_operate .how_operate_desc .outer-box:hover::before,
.how_operate .how_operate_desc .outer-box:hover::after{
    opacity: 1;
}

.how_operate .how_operate_desc .outer-box .box-title-wrapper{
    position: relative;
    z-index: 2;
} */



/* .gl-slider {
    margin-bottom: 100px;
} */

.gl-slider-title-wrapper {
    max-width: 724px;
    position: absolute;
    top: 65px;
    left: 56px;
}

.content2 {
    max-width: 625px;
}

.content3 {
    max-width: 635px;
}

.content4 {
    max-width: 674px;
}

.gl-slider-img-wrapper::after {
    content: '';
    background: linear-gradient(117.38deg, #000000 5.1%, rgba(7, 7, 7, 0) 53.03%), linear-gradient(360deg, rgba(15, 16, 16, 0.75) 0%, rgba(15, 16, 16, 0) 35.27%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.hr-swiper-line {
    width: 100%;
    height: 4px;
    background-color: var(--text-color);
    display: block;
}

.swiper-thumb {
    cursor: pointer;
    height: auto;
}

.swiper-gl-pagination-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: 0 auto;
    bottom: 35px;
}

.swiper-gl-prev svg,
.swiper-gl-next svg {
    display: none;
}

.swiper-gl-next {
    right: -80px;
    left: auto;
    top: auto;
    bottom: -10px;
}

.swiper-gl-thumbs {}

.gl-slider-wrapper .swiper-gl-prev {
    transform: rotate(180deg);
    left: -80px;
    right: auto;
    top: auto;
    bottom: -10px;
}

.slider-number-wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.swiper-slide.swiper-thumb {
    opacity: 0.7;
}

.swiper-slide-thumb-active.swiper-slide.swiper-thumb {
    opacity: 1;
}

.slider-number-wraper .slide-number,
.slider-number-wraper .slide-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: var(--font-primary);
}

.flex-wraper-number {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.principle-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--bs-white);
    opacity: 0.78;
    max-width: 380px;
}

.principle {
    margin-bottom: 100px;
    position: relative;
}

.principle::before {
    content: '';
    width: calc(100% - 50px);
    height: 1px;
    background-color: var(--gray);
    position: absolute;
    left: 12px;
    right: 0;
    top: 0;
}

.col-child {
    margin-top: 17px;
}

.armored_vehicle {
    margin: 100px 0;
    background-color: #0F1010;
    position: relative;
}

.armored-title-wrapper {
    max-width: 910px;
    margin: 0 auto;
}

.text-36,
.para-big-title.text-36 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}

.text-40 {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    font-family: var(--font-primary);
}

.text-64 {
    font-weight: 500;
    font-size: 64px;
    line-height: 82px;
}

.text-32 {
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: var(--text-color);
}

.text-20 {
    font-size: 20px;
    line-height: 1.25;
}

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

.carSlider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sliderTitle-wrapper {
    margin-bottom: 100px;
}

.noka-para-20 {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: var(--gray-layer);
}

.carslider-header h2 {
    margin-bottom: 10px;
}

.carslider-header h2 a:hover {
    color: var(--text-color);
}

.carslider-header p a:hover {
    color: var(--gray-layer);
}

.carslider-footer .armored-detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carslider-footer .armored-detail-child {
    padding: 10px 35px;
}

.carslider-footer .armored-detail-child:not(:last-child) {
    border-right: 1px solid var(--gray-layer);
}

.no-default-arrow .swiper-button-next svg,
.no-default-arrow .swiper-button-prev svg {
    display: none;
}

.car-slider-inner {
    margin-bottom: 50px;
}

.car-slider-inner .swiper-car-prev {
    left: 20%;
}

.car-slider-inner .swiper-car-next {
    right: 20%;
}

.car-slider-wrapper::after {
    content: '';
    background: linear-gradient(-90deg, #0F1010 0%, rgba(15, 16, 16, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 226px;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}

.car-slider-wrapper::before {
    content: '';
    background: linear-gradient(90deg, #0F1010 0%, rgba(15, 16, 16, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 226px;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}

.center-button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 3.69587px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 18px;
    color: var(--bs-white);
}

/*  */

.image-panel {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #0d0d0b;
}

.img-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    filter: brightness(0.85) saturate(0.8);
    z-index: 2;
}

.img-slide.is-active {
    opacity: 1;
}

.anim_right {
    display: flex;
    flex-direction: column;
}

.anim_right .service-item::after {
    content: '';
    background: radial-gradient(37.4% 139.86% at 34.57% 41.01%, #8DFB4E 0%, rgba(15, 16, 16, 0) 77.15%, #0F1010 100%);
    transform: rotate(180deg);
    position: absolute;
    right: -22%;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
    opacity: 0;
    transition: 0.3s all;
}

.anim_right .service-item::before {
    content: '';
    background: radial-gradient(37.4% 139.86% at 34.57% 41.01%, #8DFB4E 0%, rgba(15, 16, 16, 0) 77.15%, #0F1010 100%);
    transform: rotate(180deg);
    position: absolute;
    left: -38%;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
    opacity: 0;
    transition: 0.3s all;
}

.service-item {
    padding: 45px 85px 45px 135px;
    position: relative;
    overflow: hidden;
    border: 1px dashed #2F2F2F;
    border-left: 0;
}

.svc-name {
    position: relative;
    z-index: 4;
    font-size: 40px;
    line-height: 48px;
    color: var(--bs-white);
    font-family: var(--font-primary);
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.svc-name::before {
    content: '';
    background: url(../images/icons/group-16.svg) no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    margin: 0;
    background-size: cover;
    position: absolute;
    left: -62px;
    top: 43%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.services-label {
    padding: 0 0 11px 74px;
}

.d-block-arrow {
    position: relative;
}

.d-block-arrow img {
    opacity: 0;
    transition: 0.3s all;

}

.d-block-arrow::after {
    content: '';
    border-left: 1px dashed #2F2F2F;
    position: absolute;
    top: -100%;
    left: -70px;
    bottom: 0;
    height: 200px;
    width: 100%;
}

.anim_right .service-item.active::before,
.anim_right .service-item.active::after {
    opacity: 1;
}

.anim_right .service-item.active .svc-name::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(256deg) brightness(104%) contrast(104%);
}

.anim_right .service-item.active .d-block-arrow img {
    opacity: 1;
}

.armored-titleWrapper {
    max-width: 690px;
}

.armored-titleWrapper p {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.armored-titleWrapper .desktop-banner-gray-btn {
    margin-top: 26px;
    max-width: 420px;
}

.armored-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 10;
}

.home .armored-titleWrapper p {
    max-width: 549px;
}

.armored_video {
    position: relative;
}

.armored_video::before {
    content: '';
    background: linear-gradient(270deg, rgba(15, 16, 16, 0) 0%, #0F1010 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.armored_video .video-banner {
    /* max-height: 648px; */
}

.logo-social-wrapper {
    gap: 24px;
}

.social-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer {
    padding-top: 73px;
    position: relative;
}

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

footer::after {
    content: '';
    background: linear-gradient(180deg, #0F1010 0%, rgba(15, 16, 16, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}

footer::before {
    content: '';
    background: #0F1010;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0.8;
    pointer-events: none;
}

.footer-top-wrapper {
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
}

.social-list a {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--bs-white);
}

.social-list a:hover {
    color: var(--green);
}

.footer-bottom-text {
    gap: 50px;
}

.footer-bottom-text span {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}

.footer-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.39em;
}

.footer-title+.lst-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 252px;
    margin-bottom: 0;
}

.footer-title+.lst-item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--bs-white);
}

.footer-title+.lst-item a:hover {
    color: var(--green);
}

.back-to-top-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: rgba(141, 251, 78, 0.03);
    box-shadow: 0px 0px 16.4237px rgba(141, 251, 78, 0.41);
    border-radius: 68.0533px;
    transition: 0.3s all;
}

.back-to-top-arrow a {
    width: 52px;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
}

.back-to-top-arrow:hover {
    transform: translateY(-10px);
}

.sub-footer-wrapper {
    z-index: 8;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

/* .navbar-nav li:first-child {
    margin-left: auto;
} */

.static-arrow {
    position: static;
    margin: 0 auto;
    display: table;
}

.sticky-fo-mobile-only {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: var(--bs-black);
}

.sticky-fo-mobile-only .d-flex {
    max-width: 255px;
    margin: 0 auto;
    padding: 14px 0;
}

.carslider-body img {
    max-width: 573px;
    width: 100%;
    height: 360px;
    object-fit: contain;
}

.armored-titleWrapper p {
    font-size: 16px;
    line-height: 19px;
}

.desktop-banner-gray-btn {
    gap: 10px;
}

/* Inner page */
.inner_data {
    padding-top: 120px;
}

.h1-inner-96 {
    font-size: clamp(2.25rem, 1.1839rem + 4.0134vw, 6rem);
    line-height: clamp(2.3125rem, 1.0155rem + 4.8829vw, 6.875rem);
    letter-spacing: -0.05em;
    color: var(--text-color);
}

.banner-inner {
    padding: 80px 0;
    /* background: url(../images/line-box.png) no-repeat;
    background-position: center bottom;
    background-size: cover; */
}

.banner-inner p {
    font-size: clamp(1rem, 0.8579rem + 0.5351vw, 1.5rem);
    line-height: clamp(1.6875rem, 1.6875rem + 0vw, 1.6875rem);
    letter-spacing: -0.05em;
    color: var(--text-color);
    font-weight: 300;
    max-width: 54%;
}

.banner-img-wrapper {
    margin-top: 90px;
}

.banner-img-wrapper img {
    /* box-shadow: 0px 29px 44.7px 0px #97979738; */
    border-radius: 10px;
}

.page-id-308 .banner-img-wrapper img {
    box-shadow: 0px 29px 44.7px 0px #97979738;
}

.wd-section {
    max-width: 1295px;
    margin: 0 auto;
}

.global-small-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.39em;
    font-family: var(--font-secondary);
}

.para-title-wrapper {
    margin-bottom: 20px;
    max-width: 1030px;
}

.para-title-wrapper p {
    font-size: clamp(1.5rem, 1.2157rem + 1.0702vw, 2.5rem);
    line-height: clamp(1.8125rem, 1.4749rem + 1.2709vw, 3rem);
}

.para-desc-wrapper p {
    font-size: clamp(1rem, 0.9289rem + 0.2676vw, 1.25rem);
    line-height: clamp(1.1875rem, 1.0987rem + 0.3344vw, 1.5rem);
}

.gl-pd {
    padding: 80px 0;
    position: relative;

}

.faq-gl .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin-top: 40px;
}

.faq-gl .custom-accordion .accordion-button {
    box-shadow: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: var(--text-color);
    border-bottom: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    padding: 0 10px 40px 0;
}

.accordion-button::after {
    background: url(../images/icons/plus-green.svg) no-repeat;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/icons/minus-outer.svg) no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.custom-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.custom-accordion .accordion-body p {
    font-size: clamp(1rem, 0.9289rem + 0.2676vw, 1.25rem);
    line-height: clamp(1.1875rem, 1.0987rem + 0.3344vw, 1.5rem);
}


/* Rakesh code */
.contact-box {
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
    padding: 90px;
    background-color: #0F1010;
}

.contact-left {
    padding-right: 34px;
}

.contact-left h2 {
    color: var(--bs-white);
    font-size: 48px;
    margin-bottom: 15px;
    font-family: var(--font-primary);
}

.contact-left p {
    font-size: 20px;
    letter-spacing: -0.05em;
    color: var(--text-color);
    font-weight: 300;
    max-width: 300px;
}

.vr-dv {
    width: 1px;
    height: 100%;
    border: none;
    background: linear-gradient(180deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    box-shadow: 0px 0px 10.4px rgba(141, 251, 78, 0.18);
}

.contact-form .gfield.gfield--type-text input,
.contact-form .ginput_container_email input,
.contact-form .ginput_container_phone input,
.contact-form .ginput_container_select .gfield_select {
    width: 100%;
    background: rgba(255, 255, 255, 0.02) !important;
    color: var(--bs-white) !important;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    font-weight: 500 !important;
    height: auto !important;
}

.contact-form .ginput_container_textarea textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.02) !important;
    color: var(--bs-white) !important;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    font-weight: 500 !important;
}

.contact-form .gfield.gfield--type-text input:focus,
.contact-form .ginput_container_email input:focus,
.contact-form .ginput_container_phone input:focus,
.contact-form .ginput_container_select .gfield_select:focus,
.contact-form .ginput_container_textarea textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

input.form-control.gfield.gfield--type-text input::placeholder {
    color: var(--bs-white);
}

.contact-form .ginput_container input::placeholder,
.contact-form .ginput_container textarea::placeholder {
    color: var(--bs-white) !important;
}

.contact-form select.gfield.gfield--type-text input option {
    background: #0f1010;
}

.contact-form .gfield.gfield--type-text input:focus {
    border-color: #3a4048;
    outline: none;
    box-shadow: none;
}

.contact-form .ginput_container_select .gfield_select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/icons/chevron-small-down.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 24px !important;
}

.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi {
    border: none !important;
    background: transparent !important;
    outline: none !important;
}

.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices {
    width: 100%;
    background: #141515 !important;
    color: var(--bs-white) !important;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    font-weight: 500 !important;

    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icons/chevron-small-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 24px !important;
    height: 56px;
}

.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li .chosen-search-input {
    color: var(--bs-white) !important;
}

.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-drop,
.contact-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-drop,
.contact-form .gform-theme--foundation .chosen-container .chosen-results li {
    background: #141515 !important;
    color: var(--bs-white) !important;
}

.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice {
    background-color: var(--green) !important;
    color: var(--gray-color) !important;
}

.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
    color: var(--gray-color) !important;
}

.ginput_container_checkbox .gfield-choice-input~label {
    gap: 10px;
    color: #c4c7cc;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    top: 3px;
}

.ginput_container_checkbox .gfield-choice-input~label:hover {
    color: var(--green);
}

.ginput_container_checkbox .gfield-choice-input::before {
    color: var(--bs-black) !important;
}

/* .ginput_container_checkbox .gfield-choice-input input {
    display: none;
} */
.ginput_container_checkbox .gfield-choice-input {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background: linear-gradient(#0b0f14, #0b0f14) padding-box,
        linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%) border-box;
    border: 1px solid transparent !important;
}

.ginput_container_checkbox .gfield-choice-input:checked {
    background: var(--green) !important;
    border-color: var(--green) !important;
}

.ginput_container_checkbox .gfield-choice-input::after {
    /* content: "";
    position: absolute;
    top: 3.5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); */
    color: var(--bs-black) !important;
}

.ginput_container_checkbox .gfield-choice-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--green) !important;
}

.contact-form .gfield--type-submit .gform-button {
    background-color: var(--green) !important;
    padding: 10px 60px 10px 25px !important;
    border-radius: 6px !important;
    max-width: 230px;
    width: 100%;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--gray-color) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 48px;
}

.contact-form .gfield--type-submit .gform-button:hover {
    color: var(--gray-color) !important;
}

.contact-form .gfield--type-submit {
    position: relative;
    margin-left: auto;
}

.gform-theme--foundation #field_submit {
    height: 48px;
    position: relative;
}

.contact-form .gfield--type-submit::after {
    content: '';
    background: url(../images/arrow-small-right.svg) no-repeat;
    width: 31px;
    height: 31px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 999;
    background-size: cover;
}

.contact-form .gform-footer .gform_button.button:hover img {
    transform: rotate(-45deg) !important;
}

.contact-form .gform-footer .gform_button.button:hover {
    background: var(--green) !important;
}

/* Hostile Termination Page  */
.high-risk-section {
    position: relative;
}

.why-high-risk p {
    margin-bottom: 40px;
}

.col-content {
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
    padding: 60px 50px 10px;
    background-color: #0F1010;
}

.col-content h2 {
    font-family: var(--font-primary);
    margin-bottom: 20px;
}

.col-content p {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 0.9289rem + 0.2676vw, 1.25rem);
    line-height: clamp(1.1875rem, 1.0987rem + 0.3344vw, 1.5rem);
    font-weight: 500;
    margin-bottom: 25px;
    max-width: 630px;
}

.right-img img {
    height: 100%;
    object-fit: cover;
}

.enhancement_vehicle {
    background-color: #0F1010;
    position: relative;
}

.enhancement-slider-inner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}

.enhancement_vehicle p {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 0.9289rem + 0.2676vw, 1.25rem);
    line-height: clamp(1.1875rem, 1.0987rem + 0.3344vw, 1.5rem);
}

.enhancement_vehicle .section-head {
    max-width: 52%;
}

.enhancement_vehicle .carslider-body img {
    max-width: 500px;
    height: auto;
}

.enhancement_vehicle .carslider-body.car2 img {
    max-width: 567px;
}

.enhancement_vehicle .carslider-body img.green-icon {
    width: 20px;
    height: 20px;
    ;
}

.enhancement_vehicle .carslider-body .img-box {
    display: inline-block;
}

.enhancement_vehicle .carslider-body .green-icon img {
    width: 56px;
    height: 56px;
    position: absolute;
    cursor: pointer;
}

.enhancement_vehicle .carslider-body.car1 .green-icon img.icon1 {
    top: 9%;
    left: 23%;
}

.enhancement_vehicle .carslider-body.car1 .green-icon img.icon2 {
    bottom: 32%;
    right: 6%;
}

.enhancement_vehicle .carslider-body.car1 .green-icon img.icon3 {
    bottom: 64%;
    left: 6%;
}

.enhancement_vehicle .carslider-body.car2 .green-icon img.icon1 {
    bottom: 13%;
    right: 12.5%;
}

.enhancement_vehicle .carslider-body.car2 .green-icon img.icon2 {
    bottom: 39%;
    right: 44%;
}

.enhancement_vehicle .carslider-body.car2 .green-icon img.icon3 {
    bottom: 75%;
    left: 11%;
}

.enhancement_vehicle .carslider-body.car2 .green-icon img.icon4 {
    bottom: 61%;
    right: 41%;
}

.enhancement_vehicle .carslider-body.car3 .green-icon img.icon1 {
    bottom: 39%;
    right: 17%;
}

.enhancement_vehicle .carslider-body.car3 .green-icon img.icon2 {
    bottom: 47.2%;
    right: 47.2%;
}

.enhancement_vehicle .carslider-body.car3 .green-icon img.icon3 {
    bottom: 20%;
    left: 52%;
}

span.bottom-title {
    color: var(--text-color);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 5.6px;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background: transparent;
    opacity: 0.5;
    margin: 0 8px !important;
    transition: 0.3s;
}

.swiper-pagination-bullet img {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

span.swiper-pagination-bullet {
    background: linear-gradient(#0b0f14, #0b0f14) padding-box, linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%) border-box;
    border: 1px solid transparent;
    width: 62px;
    height: 62px;
    padding: 10px;
    box-shadow: 0px 0px 12.63px 0px #8DFB4E69;
}

/* Modal Styling */
.modal-content {
    background: transparent;
    border-radius: 12px;
    border: none;
}

.modal-title-box {
    background: var(--green);
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 24px;
    display: inline-block;
    color: #000;
}

.close-btn {
    color: #fff;
    cursor: pointer;
}





.feature_main {
    overflow: hidden;
    background: #0b0f0c;
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-content {
    background: linear-gradient(180deg, #0b0f0c 0%, #060807 100%);
}

.feature-item {
    gap: 50px;
    padding: 50px 56px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item .icon img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(88%) saturate(500%) hue-rotate(70deg);
}

.feature-item h3 {
    font-family: var(--font-primary);
    margin-bottom: 16px;
}

.feature-item p {
    font-size: clamp(1rem, 0.9289rem + 0.2676vw, 1.25rem);
    line-height: 1.5;
}

.full_width_section:after {
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, rgba(15, 16, 16, 0) 0%, #0F1010 100%);
    width: 100%;
    height: 100%;
}

.full_width_section h2 {
    font-family: var(--font-secondary);
}

.wd-section .global-small-title {
    text-transform: uppercase;
}

.banner-img-wrapper video {
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.about-shadow-build {
    box-shadow: 0px 0px 10.4px rgba(141, 251, 78, 0.18);
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    object-fit: cover;
}

.rounded-6 {
    border-radius: 6px;
}

.box-container {
    box-shadow: 0px 0px 10.4px rgba(141, 251, 78, 0.18);
    height: 100%;
}

.box-container-border {
    background-color: #0F1010;
    border: 1px solid;
    border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
    border-image-slice: 1;
    padding: 30px 20px;
}

.box-container p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    max-width: 543px;
    margin: 0 auto;
}

.about-banner-side {
    margin-bottom: 140px;
}

.request-engagement-section {
    background: url(../images/desktop-about-1.png) no-repeat center;
    background-size: cover;
    padding: 70px 0px;
}

.request-engagement-right p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    max-width: 400px;
}

.desktop-banner-black-btn {
    background: #000;
    color: var(--green);
}

.desktop-banner-black-btn:hover {
    color: var(--green);
}

.desktop-banner-black-btn img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(21%) saturate(1166%) hue-rotate(50deg) brightness(103%) contrast(107%);
}

.contact-para {
    max-width: 800px;
}

.contact-para p {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: var(--text-color);
    margin-bottom: 30px;
    max-width: 100%;
}

.contact-page .contact-left p {
    max-width: 320px;
}

.contact-page .contact-section {
    padding-top: 0;
}

/* Wp Navigation Update */
/* Main Menu */
nav .navbar-nav {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

nav .navbar-nav li {
    position: relative;
    display: inline-block;
}

nav .navbar-nav li a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

/* Dropdown */
nav .navbar-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--nav-color);
    border-radius: 6px;
    box-shadow: 0px 12px 38.9px -16px var(--shadow-shade);
    padding: 13px 17px;
    display: none;
    z-index: 99;
    min-width: 260px;
}

nav .navbar-nav li .sub-menu li {
    display: block;
}

nav .navbar-nav li .sub-menu li a {
    color: var(--bs-white);
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    padding: 10px 0;
    display: block;
    text-align: left;
}

nav .navbar-nav li .sub-menu li a:hover {
    background-color: transparent;
    color: var(--green);
}

.page .services-section {
    padding-top: 80px;
    background-color: #0F1010;
    position: relative;
}

.target-form~.contact-section {
    padding-top: 0;
}

.min-top {
    min-height: 275px;
}

.min-bottom {
    min-height: 368px;
}

.btn-container {
    position: absolute;
    bottom: 20px;
    left: 30px;
    transition: 0.3s all;
    z-index: 9;
}

.btn-container:hover {
    transform: scale(1.1);
}

.about-top-banner-video {
    margin-top: 0px;
}

/* Show dropdown */


.armored-suv-mob {
    display: none;
}

.about-page-banner .video-holder iframe {
    width: 100vw;
    height: 1080px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-holder {
    height: 625px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-page-banner .about-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 9;
    padding-bottom: 32px;
}

.banner-inner.about-pg {
    padding-bottom: 40px;
}

.capabilities-list {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
}

/* Fixed BG for whole website --- Start */
.fixedBG {
    background: url(../images/line-box-new.png) center;
    background-size: cover;
    background-position: center top;
    /* background-size: 216px auto;
    background-repeat: repeat;
    background-position: left top; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

.fixedBG .longitude {
    position: absolute;
    left: 170px;
    top: 216px;
    font-family: 'Noka';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 109.74%;
    color: #666666;
    display: inline-block;
    width: auto;
    padding: 0;
    pointer-events: none;
}

.fixedBG .latitude {
    position: absolute;
    right: 390px;
    bottom: 210px;
    font-family: 'Noka';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 109.74%;
    color: #666666;
    display: inline-block;
    width: auto;
    padding: 0;
    pointer-events: none;
}

.slider-number-wraper .slide-number {
    display: none;
}

/* Fixed BG for whole website --- End */

.green-tooltip {
    --bs-tooltip-bg: transparent;
    --bs-tooltip-max-width: 500px;
    --bs-tooltip-opacity: 1;
}

.green-tooltip .tooltip-inner {
    background: var(--green);
    color: #000;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    max-width: 500px;
    width: max-content;
    box-shadow: none;
    font-family: 'Space Grotesk', sans-serif;
}

/* Hide arrow if your original popup doesn't have one */
.green-tooltip .tooltip-arrow {
    display: none;
}

/* Mobile */
@media(max-width: 768px) {
    nav .navbar-nav li {
        display: block;
    }

    nav .navbar-nav li .sub-menu {
        position: static;
        display: none;
        box-shadow: none;
        padding: 10px 0 0 10px;
    }

    nav .navbar-nav li.open>.sub-menu {
        display: block;
    }

    .green-tooltip .tooltip-inner {
        padding: 12px;
        font-size: 16px;
        line-height: 1.5;
        max-width: 80vw;
    }
}

@media (max-width: 767px) {
    .armored-suv-desktop {
        display: none;
    }

    .armored-suv-mob {
        display: block;
    }

    .full_width_section.armored-suv-mob .text-40 {
        color: #E9E9E9;
    }

    .armored-suv-mob img.sect-bg {
        width: 100%;
    }

    .armored-suv-mob .armored-video-overlay {
        bottom: inherit;
        top: 7%;
    }

    .armored-suv-mob .armored-titleWrapper p {
        color: #E9E9E9;
        margin-top: 16px;
    }

    .armored-suv-mob .button {
        background: #E9E9E9;
    }

    .enhancement_vehicle .section-head h2,
    .high-risk-section h2 {
        font-size: 32px;
    }

    .enhancement-slider-inner .swiper-slide {
        height: 336px;
    }

    .high-risk-section .col-content {
        padding: 30px 32px 20px !important;
        min-height: auto !important;
        height: auto;
    }

    .feature-item h3 {
        font-size: 32px;
    }

    .feature-content {
        background: linear-gradient(180deg, #0b0f0c 0%, #060807 100%);
    }

    .feature_main {
        border: none;
        border-image-source: none;
        border-image-slice: 0;
        box-shadow: none;
        gap: 30px;
        padding: 0 0 20px;
    }

    .feature-item {
        border: 1px solid;
        border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
        border-image-slice: 1;
        box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
    }

    .feature-content {
        gap: 30px;
    }

    .faq-gl .custom-accordion .accordion-button {
        font-family: var(--font-primary);
    }

    .contact-form form .gform_fields input,
    .contact-form .ginput_container_select select,
    .contact-form form textarea {
        text-align: center;
    }
}

@media (max-width: 520px) {
    .gform-theme--foundation #field_submit {
        align-items: flex-end;
        width: 100%;
    }

    .gform-theme--foundation #field_submit input#gform_submit_button_1 {
        width: 100%;
        max-width: 100%;
    }

    .contact-form p {
        font-size: 13px;
        color: #e9e9e9;
    }
}

/* Desktop */
@media (min-width: 1025px) {

    /* Prevent the backdrop from capturing mouse events */
    body.page-id-328 .modal-backdrop {
        pointer-events: none;
    }

    /* Allow the modal itself to receive mouse events */
    body.page-id-328 .modal {
        pointer-events: none;
    }

    body.page-id-328 .modal .modal-dialog {
        pointer-events: auto;
    }
}


.high-risk-section .right-img {
    display: flex;
}

.highRiskSlider .swiper-slide {
    height: auto;
    display: flex;
}

.highRiskSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* home page capabilities */
 .hm-capabilities-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 50px;
} 

/* ADDITIONAL CAPABILITIES */
.newtitle-mt{
        text-transform: uppercase;
    margin-bottom: 33px;
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.39em;
color: #E9E9E9;
}
.hm-capabilities-list-sectiom{
    padding: 50px;
    border: 1px solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: currentcolor;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
  border-image-slice: 1;
  box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
  border-top: 0;

}
.custom-border-mt{
    border: 1px solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-source: linear-gradient(280.13deg, #666666 1.92%, #000000 50%, #666666 98.08%);
  border-image-slice: 1;
  box-shadow: 0px 0px 10.4px 0px rgba(141, 251, 78, 0.18);
  border-bottom: 0;
}


.capability-item {
    display: flex;
    gap: 20px;
    padding: 12px 0;
    /* border-bottom: 1px solid rgba(255,255,255,.15); */
}

.capability-item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

.capability-item p {
    /* color: rgba(255, 255, 255, .55); */
	color: #fff;
    font-size: 12px;
    line-height: 2;
    margin: 0;
	text-align: center;
}

/* .fixedBG .longitude:hover,
.fixedBG .latitude:hover{
    color: #8DFB4E;
} */

/* Hover effect */
.capability-item:hover h3 {
    color: #65ff3b;
}

/* Mobile */
@media(max-width:768px) {

    .hm-capabilities-list {
        grid-template-columns: 1fr;
    }

}




.btn-container.partner-section {
    width: 241px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 4px;
}

.btn-container.partner-section .partner-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.btn-container.partner-section .partner-logo {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.btn-container.partner-section .partner-logo picture {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-container.partner-section .partner-new-cl {
    display: block;
}

.btn-container.partner-section img.partner-new-cl,
img.partner-new-cl {
    width: 60px;
    height: 60px;
    object-fit: contain;
    max-width: 100%;
    border-radius: 100%;
}

body .right-img .btn-container.partner-section:hover {
    transform: scale(1.03) !important;
}

body .armored-vehicles-partnership {
    border: none;
    padding: 0px;
}

