a {
    color: #26247b;
}
a:hover, a:focus, a:active {
    color: #9adbf9;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.m-t15 {
    margin-top: 15px;
}
.m-b15 {
    margin-bottom: 15px;
}
.section-header.m-b15 {
    margin-bottom: 15px !important;
}
.section {
    padding: 50px 0;
}
.primary-nav-list .menu-item > a:hover, .breadcrumb li a:hover {
    color: #000;
}
.primary-nav-list .menu-item.active > a {
    color: #2f2e7a;
}
.primary-nav .menu-item > a {
    font-size: 14px;
}
.btn-custom {
    color: #fff;
    background-color: #26247b;
    letter-spacing: 1px;
    padding: 8px 45px;
    display: inline-block;
    border: 2px solid #26247b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}
.btn-custom:hover, .btn-custom:focus {
    color: #26247b;
    background-color: transparent;
    border-radius: 5px;
    border-color: #26247b;
}
.head {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.custom-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom-list li {
    margin-bottom: 7px;
    list-style: disc;
    list-style-position: inside;
}
.site-title img {
    max-width: 240px;
}
.single-service img {
    position: absolute;
    left: 0;
    top: -12px;
    width: 40px;
}
.service.section {
    background-color: #000000e3;
    padding-bottom: 60px;
}
.video-bg {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Fullscreen section */
}

.video-background {
  position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); /* center video */
    object-fit: cover;
    z-index: -1;
}

.video-bg .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.video-bg:before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4); /* Dark overlay */
  z-index: 1;
}
.section-separator {
    background-color: #9ddcf9;
}
.portfolio-item {
    text-align: center;
}
.portfolio-item h5 {
    font-weight: 700;
    color: #000;
}
.portfolio-wrap.section {
    padding-bottom: 70px;
}



    .product-title {
      font-size: 1.5em;
      font-weight: bold;
      color: #222;
      margin-bottom: 10px;
    }
    .spec-grid {
      margin-bottom: 30px;
      padding: 0;
      border-bottom: 1px solid #efefef;
    }
    .spec-grid li {
        padding: 10px 20px;
        list-style-type: none;

    }
    .spec-grid li:nth-child(odd) {
        background-color: #eaf8ff;
    }
   
   
    .product-section-title {
      font-size: 1.2em;
      margin-top: 20px;
      margin-bottom: 10px;
      border-left: 4px solid #26247b;
      padding-left: 10px;
      color: #26247b;
      font-weight: 600;
    }
    ul.our-vision li {
    padding-bottom: 10px;
}
.google-map {
    position: relative;
}
.google-map:before {
    content: "";
    background-color: #000000;
    position: absolute;
    inset: 0;
    opacity: 0.5;
}
.hero-btn {
    background-color: #9adbf9;
    border-color: #9adbf9;
}
.hero-btn:hover {
    border-color: #9adbf9;
    color: #9adbf9;
}
.t-btn {
    background-color: #26247b;
    border: 2px solid #26247b;
}
.t-btn:hover {
    background-color: transparent;
    border: 2px solid #26247b;
    color: #26247b;
}
.scrollup, .scrollup:hover {
    background-color: #26247b;
}
.section-header {
    margin-bottom: 30px !important;
}
.section-header h2:before, .section-header h2:after, .section-separator {
    display: none;
}
/* .site-title a {
    padding-top: 10px;
} */
.site-header {
        background-color: #fff;
        height: auto;
        border-bottom: 1px solid #e3e3e3;
}
.other-hero {
    height: 600px;
    background-position: left;
}
.site-header .primary-nav .menu-item > a {
    height: 130px;
}
.site-header.small-height {
    height: 120px;
}

.about-us {
    margin-bottom: 0;
}
.tagline {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 9.4px;
    bottom: 0;
    line-height: 22px;
}
.primary-nav-list .menu-item > a {
    color: #000;
    font-weight: 600;
}
.site-header .primary-nav .menu-item-has-children > ul {
    background-color: #fff;
}
.primary-nav .menu-item-has-children > ul > li a:hover {
    background: #efefef;
    border-color: #e1e1e1;
}
.site-header.small-height {
    background-color: #fff;
}
.media-list { display: flex; flex-wrap: wrap; gap: 30px;}
    .media-card { width: calc(33% - 20px); border: 1px solid #ddd; padding: 15px; border-radius: 6px; transition: 0.3s; margin: 0 auto;}
    .media-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .media-card img {border-radius: 4px; max-height: 188px; max-width: 100%; margin: auto; text-align: center; display: block;}
    .media-card h3 { font-size: 20px; margin: 12px 0 8px; }
    .media-card p.date { color: #555; font-size: 14px; }
    .read-more { color: #007BFF; font-weight: 600; text-decoration: none; }

    .arms h2 {
            margin-bottom: 20px;
            font-weight: 600;
       }
        .arms table {
            width: 100%;
            border-collapse: collapse;
            background: #f9fcff;
        }
        .arms table tbody {
            border: 1px solid #d9e2ec;
        } 
        .arms th {
            background: #1f2e3b;
            color: white;
            font-weight: 600;
            padding: 22px 20px;
            text-align: left;
            border-right: 1px solid #354856;
        }
        .arms th:last-child {
            border-right: none;
        }
        .arms td {
            padding: 16px 20px;
            vertical-align: top;
            border-bottom: 1px solid #d9e2ec;
            background-color: white;
        }
        .arms tr:last-child td {
            border-bottom: none;
        }
        .arms .spec-category {
            font-weight: 600;
            color: #0e3348;
            background-color: #e7edf3;
            width: 180px;
            letter-spacing: 0.2px;
            border-right: 1px solid #cbd6e3;
            text-transform: uppercase;
            padding: 16px 20px;
        }
        .arms .ak47-col {
            background-color: #fefefd;
            border-right: 1px solid #d9e2ec;
        }
        .arms .barrett-col {
            background-color: #fefefd;
        }
        
        .arms .barrett-spec {
            background-color: #fcfaf7;
        }
        .section.arms {
            padding: 30px 0;
        }
        .visitors p {
            color: #A8A8A8;
            margin: 0;
        }
        li.menu-item.menu-item-has-children.current-menu-ancestor.current-menu-parent i {
            display: none;
        }
        #music-control {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 42px;
            height: 42px;
            border: 1px solid #aaa7ac;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background: transparent;
            z-index: 9999;
        }

        #music-control i {
            font-size: 18px;
            color: #aaa7ac;
        }
        @media (max-width: 800px) {
            .arms th { padding: 16px 12px; }
            .arms td { padding: 12px 10px; }
            .arms .spec-category { width: 130px; }
        }
@media screen and (max-width: 991px) {
    .about-img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .primary-nav-list, .small-height .primary-nav-list {
        top: 101px;
    }
    #music-control {
        right: 60px;
    }
    .m-menu-btn span, .m-menu-btn span:before, .m-menu-btn span:after {
        background-color: #000;
    }
    .primary-nav-list {
        background-color: #fff;
    }
    li.menu-item.menu-item-has-children.current-menu-ancestor.current-menu-parent i {
        display: block;
        color: #000;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .media-card { width: calc(50% - 20px); border: 1px solid #ddd; padding: 15px; border-radius: 6px; transition: 0.3s; margin: 0 auto;}
    .other-hero {
        background-size: cover;
        background-position: left;
        height: 400px;
    }
}
@media screen and (max-width: 600px) {
    .media-card { width: calc(100% - 0px); border: 1px solid #ddd; padding: 15px; border-radius: 6px; transition: 0.3s; margin: 0 auto;}
    .media-card img {max-height: inherit; width: 100%;}
        .other-hero {
        background-size: cover;
        background-position: -50px;
        height: 350px;
    }

}