body {
    font-family: 'Tw Cen MT Std', sans-serif;
    color: var(--gray);
    background: #000;
}

/* Fonts */
:root {
    --font-primary: 'Tw Cen MT Std', sans-serif;
    --font-secondary: 'Averta Black', sans-serif;
}

/* Colors */
:root {
    --color-default: #fff;
    --color-paradigma: #00afef;
    --color-black: #000;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
}

a:hover,
#aviation-solutions #aviation-links .row .icon-list span a:hover,
#navbar li a:hover,
a:active {
    color: var(--color-paradigma);
    text-decoration: none;
}

#aviation-solutions #aviation-links .row .icon-list span a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

#header-footer {
    /* position: absolute; */
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: rgba(0, 0, 0, 1);
    /* top: 0; */
}

#header-footer .container-fluid,
#header-2 .container-fluid {
    display: flex;
    justify-content: center;
}

#header-footer .navbar a,
#header-2 .navbar a {
    color: #fff;
    font-size: 19px;
    font-weight: 550;
}

#header-2 {
    top: 7%;
    padding-top: 12px;
    padding-bottom: 2px;
}

#header-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Adjust the color and opacity for contrast */
}

.visible {
    display: block;
}

.invisible {
    display: none;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 80px 0;
}

.section-header {
    text-align: center;
    padding-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-header p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: #00afef;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  /* position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden; */
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  /* transition: all 0.6s ease-out; */
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid black;
  border-top-color: var(--color-paradigma);
  border-bottom-color: var(--color-paradigma);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 24px 0;
}

@media (max-width: 1200px) {
    .header {
        padding: 12px 0;
    }
}

.header.sticked {
    background: #000;
    padding: 12px 0;
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-secondary);
    margin: 0;
}


/*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
.mobile-nav-show,
.mobile-nav-hide {
    display: none;
}

.navbar ul,
.section-navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.navbar ul li,
.section-navbar ul li {
    display: flex;
    align-items: center;
}

.navbar a,
.section-navbar a {
    color: #fff;
}

.navbar .dropdown #thicker-icon:hover,
.navbar a.active,
#header-footer .navbar a.active,
.section-navbar a.active .navbar li:hover>a,
.section-navbar li:hover>a {
    color: var(--color-paradigma);
}


.navbar a,
.section-navbar a,
.navbar i,
.section-navbar i,
.navbar a:focus,
.section-navbar a:focus,
.navbar i:focus,
.section-navbar i:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.7);
}


.navbar,
.section-navbar {
    padding: 0;
}


.navbar li,
.section-navbar li {
    position: relative;

}

.navbar a i,
.section-navbar a i,
.navbar a:focus i,
.section-navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .dropdown #thicker-icon {
    font-size: 1.5rem;
    /* Adjust the size as needed */
    -webkit-text-stroke: 1px;
    /* Adjust the thickness as needed */
    transform: scaleX(1.5);
    /* Adjust the scale factor to make it wider */
}


@media (min-width: 620px) {

    .navbar .dropdown ul,
    .section-navbar .dropdown ul {
        display: block;
        position: absolute;
        right: 1px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.2s;
        background-color: #000;
    }

    .navbar .dropdown ul li,
    .section-navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a,
    .section-navbar .dropdown ul a {
        padding: 10px 20px;
        text-transform: none;
        font-family: var(--font-primary);
        font-size: 20px;
        font-weight: 600;
    }

    .navbar .dropdown ul a i,
    .section-navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .section-navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .section-navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a,
    .section-navbar .dropdown ul li:hover>a {
        color: var(--color-paradigma);
    }

    .navbar .dropdown:hover>ul,
    .section-navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul,
    .section-navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul,
    .section-navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

    .nav-show {
        color: rgba(255, 255, 255, 0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
    }

    #para-mobile-nav {
        display: none;
    }
}


/* @media (min-width: 1280px) and (max-width: 1366px) {

    .navbar .dropdown .dropdown ul,
    .section-navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul,
    .section-navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
} */

/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
@media (max-width: 619px) {
    #para-mobile-nav {
        display: block;
    }

    #para-desktop-nav1,
    #para-desktop-nav2,
    #para-desktop-nav3,
    #para-desktop-dropdown {
        display: none;
    }

    .navbar .dropdown ul,
    .section-navbar .dropdown ul {
        display: block;
        position: absolute;
        right: 1px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.2s;
        background-color: #000;
    }

    .navbar .dropdown ul li,
    .section-navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a,
    .section-navbar .dropdown ul a {
        padding: 10px 20px;
        text-transform: none;
        font-family: var(--font-primary);
        font-size: 20px;
        font-weight: 600;
    }

    .navbar .dropdown ul a i,
    .section-navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .section-navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .section-navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a,
    .section-navbar .dropdown ul li:hover>a {
        color: var(--color-paradigma);
    }

    .navbar .dropdown:hover>ul,
    .section-navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul,
    .section-navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul,
    .section-navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

    .nav-show {
        color: rgba(255, 255, 255, 0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
    }
}

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

    .nav-show {
        display: none;
    }

    .navbar,
    .section-navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul,
    .section-navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(27, 47, 69, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .section-navbar a,
    .navbar a:focus,
    .section-navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .section-navbar a i,
    .navbar a:focus i,
    .section-navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .section-navbar a:hover,
    .navbar .active,
    .section-navbar .active,
    .navbar .active:focus,
    .section-navbar .active:focus,
    .navbar li:hover>a,
    .section-navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .section-navbar .dropdown ul,
    .navbar .dropdown .dropdown ul,
    .section-navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, 0.6);
    }

    .navbar .dropdown>.dropdown-active,
    .section-navbar .dropdown>.dropdown-active .navbar .dropdown .dropdown>.dropdown-active,
    .section-navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: rgba(255, 255, 255, 0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
    }

    .mobile-nav-hide {
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(27, 47, 69, 0.7);
        z-index: 9996;
    }
} */

@media (max-width: 903px) {
    .navbar a {
        font-size: 20px;
    }
}

@media (max-width: 873px) {
    .navbar a {
        font-size: 18px;
    }
}

@media (max-width: 739px) {
    .navbar a {
        font-size: 17px;
    }
}

@media (max-width: 674px) {
    .navbar a {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Mining/Mining_1.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Adjust the color and opacity for contrast */
}

@media (min-width: 1034px) {
    /* .hero:after {
      position: absolute;
      content: "";
      width: 40%;
      background: var(--color-secondary);
      top: 0;
      bottom: 0;
    } */
}

/* .hero:before {
    position: absolute;
    content: "";
    background: rgba(27, 47, 69, 0.6);
    inset: 0;
  } */

@media (max-width: 1034px) {
    /* .hero:before {
      background: rgba(27, 47, 69, 0.7);
    } */
}

.hero .container {
    z-index: 1;
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.hero h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-default);
    font-family: var(--font-primary);
}

.hero blockquote {
    color: #fff;
    /* padding-left: 20px; */
    font-size: 24px;
    font-family: var(--font-primary);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0;
    line-height: 1.1;

}

.hero .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.5s;
    color: var(--color-default);
    border: 1px solid var(--color-paradigma);
}

.hero .btn-get-started:hover {
    background: var(--color-paradigma);
    border: 1px solid var(--color-paradigma);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.hero .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover {
    color: #fff;
}

.hero .btn-watch-video:hover i {
    color: #82cbed;
}

@media (max-width: 778px) {
    .hero h2 {
        font-size: 36px;
        line-height: 1;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px;
    }
}

ul.flexbox-list {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.flexbox-list li {
    /* padding: 10px 0 10px 0; */
    border-right: 1.5px solid var(--color-paradigma);
    max-width: 50%;
}

ul.flexbox-list li a {
    text-wrap: wrap;
}

ul.flexbox-list li:last-child {
    border-right: none;
}

/*--------------------------------------------------------------
# Physical Cyber Security Section
--------------------------------------------------------------*/
/* 
.active {
    color: var(--color-paradigma);
}

.inactive {
    color: grey;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

.aviation-solutions {
    position: relative;
    min-height: 100vh;
    padding: 80px;
}

.aviation-solutions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/Background Pic.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#aviation-solutions-details {
    position: relative;
    z-index: 1;
}

.aviation-solutions .details .security-btn,
#aviation-solutions-details .home-detail-page .icon-list .security-btn {
    margin-top: 10px;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.5s;
    border: 1px solid var(--color-paradigma);
}

.aviation-solutions .details .security-btn {
    color: black;
}

#aviation-solutions-details .home-detail-page .icon-list .security-btn {
    color: #fff;
}

.aviation-solutions .details .security-btn:hover,
#aviation-solutions-details .home-detail-page .icon-list .security-btn:hover {
    background: var(--color-paradigma);
    border: 1px solid var(--color-paradigma);
}

.aviation-solutions .container #details,
.aviation-solutions .details,
.aviation-solutions .container #aviation-links {
    position: relative;
}

.aviation-solutions .slanted-border {
    position: relative;
    overflow: hidden;
    padding: 0px 20px 0px 20px;
    background-color: rgba(100, 114, 77, 0.8);
}

.aviation-solutions h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 40px;
}

.aviation-solutions .icon-list i {
    margin-right: 20px;
    font-size: 8px;
    line-height: 2.5;
}

.aviation-solutions .icon-list span {
    font-size: 16px;
    color: #fff;
    font-weight: 550;
    text-align: center;
}

.aviation-solutions .details {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fff;
}

.aviation-solutions .details h4 {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-primary);
}

.aviation-solutions .details p {
    font-size: 24px;
    font-family: var(--font-primary);
    line-height: 1.1;
    text-align: left;
    color: #000;
}

#aviation-solutions-details .home-detail-page h3 {
    font-size: 50px;
    font-family: var(--font-primary);
}

#aviation-solutions-details .home-detail-page .icon-list span {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 400;
}

#aviation-solutions-details .home-detail-page .icon-list span a {
    display: block;
    cursor: pointer;
}

#aviation-solutions-details #detail-part h3 {
    text-align: center;
    font-size: 24px;
    font-family: var(--font-primary);
}


#aviation-solutions-details #detail-part #mini-header {
    font-weight: 550;
}

#aviation-solutions-details #detail-part span {
    font-size: 17px;
    font-weight: 550;
}

#aviation-solutions-details #detail-part .slanted-border {
    max-width: 40%;
}

.aviation-solutions .icon-list span button {
    border-radius: 7px;
    font-size: 20px;
    background-color: orange;
    border: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.aviation-solutions .icon-list span button:hover {
    background: var(--color-paradigma);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.aviation-solutions .icon-list span button span {
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
} */

/* #aviation-solutions-details #detail-part .detail-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#aviation-solutions-details #detail-part .detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
} */

.physical-cyber-security {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Mining/mining_background.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
}

.physical-cyber-security .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    /* Adjusted the opacity for better contrast */
}

.physical-cyber-security .container {
    z-index: 1;
}

@media (min-width: 1365px) {
    .physical-cyber-security {
        background-attachment: fixed;
    }
}

.physical-cyber-security h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-default);
    font-family: var(--font-primary);
}

.physical-cyber-security blockquote {
    color: #fff;
    font-size: 23px;
    font-family: var(--font-primary);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0;
    line-height: 1.1;

}

.physical-cyber-security .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    display: inline-block;
    padding: 10px 15px;
    margin: 7px;
    transition: 0.5s;
    color: var(--color-black);
    background: var(--color-default);
    /* max-width: 200px; */
}

.physical-cyber-security .btn-get-started:hover {
    background: var(--color-paradigma);
    border: 1px solid var(--color-paradigma);
    color: var(--color-default);
    /* max-width: 200px; */
}

.physical-cyber-security .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.physical-cyber-security .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.physical-cyber-security .btn-watch-video:hover {
    color: #fff;
}

.physical-cyber-security .btn-watch-video:hover i {
    color: #82cbed;
}

@media (max-width: 640px) {
    .physical-cyber-security h2 {
        font-size: 36px;
        line-height: 1;
    }

    .physical-cyber-security .btn-get-started,
    .physical-cyber-security .btn-watch-video {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Forensic Image Video Software Section
--------------------------------------------------------------*/

.forensic-image-video-software {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Mining/mining_background.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
}

.forensic-image-video-software .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Adjust the color and opacity for contrast */
}

.forensic-image-video-software .container {
    z-index: 1;
}

@media (min-width: 1365px) {
    .forensic-image-video-software {
        background-attachment: fixed;
    }
}

.forensic-image-video-software h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-default);
    font-family: var(--font-primary);
}

.forensic-image-video-software blockquote {
    color: #fff;
    font-size: 23px;
    font-family: var(--font-primary);
    border-left: 2px solid var(--color-primary);
    margin: 20px 0 !important;
    line-height: 1.1;

}

.forensic-image-video-software .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    display: inline-block;
    padding: 10px 15px;
    transition: 0.5s;
    color: var(--color-black);
    background: var(--color-default);
}

.forensic-image-video-software .btn-get-started:hover {
    background: var(--color-paradigma);
    border: 1px solid var(--color-paradigma);
    color: var(--color-default);
}

.forensic-image-video-software .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.forensic-image-video-software .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.forensic-image-video-software .btn-watch-video:hover {
    color: #fff;
}

.forensic-image-video-software .btn-watch-video:hover i {
    color: #82cbed;
}

@media (max-width: 991px) {
    .forensic-image-video-software {
        padding: 80px 0;
    }

    .forensic-image-video-software h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .forensic-image-video-software .btn-get-started,
    .forensic-image-video-software .btn-watch-video {
        font-size: 14px;
        padding: 10px 24px;
    }
    
    .forensic-image-video-software img.img-fluid {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .forensic-image-video-software {
        padding: 60px 0;
        min-height: auto;
    }
    
    .forensic-image-video-software h2 {
        font-size: 26px;
    }
    
    .forensic-image-video-software blockquote p {
        font-size: 14px;
    }
    
    .forensic-image-video-software .row.home-detail-page {
        display: flex;
        flex-direction: column;
    }
    
    .forensic-image-video-software .row.home-detail-page .col-xxl-5,
    .forensic-image-video-software .row.home-detail-page .col-xxl-6 {
        order: 2;
    }
    
    .forensic-image-video-software .row.home-detail-page .col-xxl-5:first-child,
    .forensic-image-video-software .row.home-detail-page .col-xxl-6:first-child {
        order: 1;
    }
}

@media (max-width: 640px) {
    .forensic-image-video-software h2 {
        font-size: 24px;
        line-height: 1;
    }

    .forensic-image-video-software .btn-get-started,
    .forensic-image-video-software .btn-watch-video {
        font-size: 13px;
        padding: 8px 20px;
    }
    
    .forensic-image-video-software blockquote {
        padding: 10px 12px;
        margin-bottom: 15px;
    }
    
    .forensic-image-video-software blockquote p {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Visiual Link Software
--------------------------------------------------------------*/
.visiual-link-software {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Mining/mining_background.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
}

.visiual-link-software .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    /* Adjusted the opacity for better contrast */
}

.visiual-link-software .container {
    z-index: 1;
    position: relative;
}

.visiual-link-software h2 {
    color: #00afef;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.visiual-link-software blockquote {
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 4px solid #00afef;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.visiual-link-software blockquote p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .visiual-link-software {
        padding: 80px 0;
    }
    
    .visiual-link-software .row {
        margin-top: 10px;
    }
    
    .visiual-link-software h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .visiual-link-software blockquote {
        padding: 12px 15px;
        margin-bottom: 15px;
    }
    
    .visiual-link-software blockquote p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .visiual-link-software {
        padding: 60px 0;
        min-height: auto;
    }
    
    .visiual-link-software h2 {
        font-size: 24px;
    }
    
    .visiual-link-software blockquote p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .visiual-link-software {
        padding: 40px 0;
    }
    
    .visiual-link-software h2 {
        font-size: 22px;
    }
    
    .visiual-link-software blockquote {
        padding: 10px 12px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1365px) {
    .visiual-link-software {
        background-attachment: fixed;
    }
}

.visiual-link-software h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-default);
    font-family: var(--font-primary);
}

.visiual-link-software blockquote {
    color: #fff;
    font-size: 23px;
    font-family: var(--font-primary);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0;
    line-height: 1.1;

}

.visiual-link-software .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    display: inline-block;
    padding: 10px 15px;
    transition: 0.5s;
    color: var(--color-black);
    background: var(--color-default);
}

.visiual-link-software .btn-get-started:hover {
    background: var(--color-paradigma);
    border: 1px solid var(--color-paradigma);
    color: var(--color-default);
}

.visiual-link-software .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.visiual-link-software .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.visiual-link-software .btn-watch-video:hover {
    color: #fff;
}

.visiual-link-software .btn-watch-video:hover i {
    color: #82cbed;
}

@media (max-width: 640px) {
    .visiual-link-software h2 {
        font-size: 36px;
        line-height: 1;
    }

    .visiual-link-software .btn-get-started,
    .visiual-link-software .btn-watch-video {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Homeland National Security
--------------------------------------------------------------*/

.homeland-national-security {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Background Pic.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
}

.homeland-national-security .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Adjust the color and opacity for contrast */
}

.homeland-national-security .container {
    z-index: 1;
}

@media (min-width: 1365px) {
    .homeland-national-security {
        background-attachment: fixed;
    }
}

.homeland-national-security h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-default);
    font-family: var(--font-primary);
}

.homeland-national-security blockquote {
    color: #fff;
    font-size: 23px;
    font-family: var(--font-primary);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0;
    line-height: 1.1;

}

.homeland-national-security .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    display: inline-block;
    padding: 10px 15px;
    transition: 0.5s;
    color: var(--color-black);
    background: var(--color-default);
}

.homeland-national-security .btn-get-started:hover {
    background: var(--color-paradigma);
    border: 1px solid var(--color-paradigma);
    color: var(--color-default);
}

.homeland-national-security .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.homeland-national-security .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.homeland-national-security .btn-watch-video:hover {
    color: #fff;
}

.homeland-national-security .btn-watch-video:hover i {
    color: #82cbed;
}

@media (max-width: 640px) {
    .homeland-national-security h2 {
        font-size: 36px;
        line-height: 1;
    }

    .homeland-national-security .btn-get-started,
    .homeland-national-security .btn-watch-video {
        font-size: 13px;
    }
}
/*--------------------------------------------------------------
  # Original Footer
  --------------------------------------------------------------*/
.orig-footer {
  background: url("../img/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.orig-footer {
  font-size: 22px;
  font-family: var(--font-primary);
}

@media (max-width: 491px) {

  .orig-footer,
  .orig-footer .footer-content .footer-info p {
    font-size: 20px;
  }

  .orig-footer .footer-legal .copyright {
    font-size: 14px !important;
  }

  .orig-footer .footer-content h4 {
    padding-bottom: 0px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0 !important;
  }

  /* .orig-footer .footer-content .footer-info {
    margin-left: 10px;
  } */

  /* .orig-footer .footer-content .footer-links h4 {
    padding-left: 25px;
  } */

  .orig-footer .footer-content .footer-links ul {
    padding-left: 30px;
  }
}

@media (max-width: 464px) {

  .orig-footer,
  .orig-footer .footer-content .footer-info p {
    font-size: 19px;
  }

  .orig-footer .footer-legal .copyright {
    font-size: 14px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0;
  }

  /* .orig-footer .footer-content .footer-info {
    margin-left: 10px;
  } */

  .orig-footer .footer-content h4 {
    padding-bottom: 0px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0 !important;
  }
}

@media (max-width: 451px) {

  .orig-footer,
  .orig-footer .footer-content .footer-info p {
    font-size: 18px;
  }

  .orig-footer .footer-legal .copyright {
    font-size: 12px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0;
  }

  /* .orig-footer .footer-content .footer-info {
    margin-left: 10px;
  } */

  .orig-footer .footer-content h4 {
    padding-bottom: 0px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0 !important;
  }
}

@media (max-width: 424px) {

  .orig-footer,
  .orig-footer .footer-content .footer-info p {
    font-size: 17px;
  }

  .orig-footer .footer-legal .copyright {
    font-size: 12px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0;
  }

  /* .orig-footer .footer-content .footer-info {
    margin-left: 10px;
  } */

  .orig-footer .footer-content h4 {
    padding-bottom: 0px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0 !important;
  }
}

@media (max-width: 438px) {

  .orig-footer,
  .orig-footer .footer-content .footer-info p {
    font-size: 16px;
  }

  .orig-footer .footer-legal .copyright {
    font-size: 12px !important;
  }

  /* .orig-footer .footer-content .footer-info {
    margin-left: 10px;
  } */

  .orig-footer .footer-content h4 {
    padding-bottom: 0px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0 !important;
  }
}

@media (max-width: 406px) {

  .orig-footer,
  .orig-footer .footer-content .footer-info p {
    font-size: 15px;
  }

  .orig-footer .footer-legal .copyright {
    font-size: 12px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0;
  }

  /* .orig-footer .footer-content .footer-info {
    margin-left: 10px;
  } */

  .orig-footer .footer-content h4 {
    padding-bottom: 0px !important;
  }

  .orig-footer .footer-content .footer-links ul li {
    padding: 1px 0 !important;
  }
}


.orig-footer .footer-content {
  padding: 60px 0 30px 0;
}

.orig-footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.orig-footer .footer-content .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.orig-footer .footer-content .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.orig-footer .footer-content .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-default);
  font-family: var(--font-secondary);
  margin-top: 3px;
}

.orig-footer .footer-content .footer-info p {
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-default);
  line-height: 1.1;
}

.orig-footer .footer-content .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
    background-color: #292828;
    line-height: 0;
    text-align: center;
  }
  
  .orig-footer .footer-content .social-links a i {
    line-height: 0;
    display: inline-flex;
  }
  
  .orig-footer .footer-content .social-links a:hover {
    color: #fff;
    background-color: var(--color-paradigma);
  }

.orig-footer .footer-content h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-paradigma);
  position: relative;
  padding-bottom: 12px;
}

.orig-footer .footer-content .footer-links {
  margin-bottom: 30px;
}

/* .orig-footer .footer-content .footer-links h4 {
  padding-left: 50px;
} */

.orig-footer .footer-content .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.orig-footer .footer-content .footer-links ul i {
  margin-right: 2px;
  color: var(--color-default);
  font-size: 32px;
  line-height: 0;
}

.orig-footer .footer-content .footer-links ul li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0 !important;
}

.orig-footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.orig-footer .footer-content .footer-links ul a {
  color: var(--color-default);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.orig-footer .footer-content .footer-links ul a:hover {
  color: var(--color-paradigma);
}

.orig-footer .footer-content .footer-contact p {
  line-height: 26px;
  color: var(--color-default);
}

.orig-footer .footer-legal {
  padding: 10px 0;
}

.orig-footer .footer-legal .copyright {
  text-align: center;
  color: var(--color-default);
  font-size: 18px;
}

.orig-footer .footer-legal .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  color: var(--color-default);
}


.orig-footer .footer-content #orig-footer-links1,
.orig-footer .footer-content #orig-footer-links2 {
  border-left: 2px solid rgb(86, 86, 86);
}

@media (max-width: 768px) {

  .orig-footer .footer-content #orig-footer-links1,
  .orig-footer .footer-content #orig-footer-links2 {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

.sticky-container {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    /* Adjust as needed */
    padding: 4px;
    z-index: 1000;
}

/*--------------------------------------------------------------
# Global Responsive Styles
--------------------------------------------------------------*/

/* General responsive improvements for all devices */
@media (max-width: 1200px) {
    section {
        padding: 90px 0;
    }
    
    h2 {
        font-size: 32px;
        line-height: 1.4;
    }
}

/* Tablets and smaller devices */
@media (max-width: 991px) {
    section {
        padding: 70px 0;
        min-height: auto !important;
    }
    
    h2 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    blockquote {
        margin-bottom: 20px;
    }
    
    /* Ensure images stay contained */
    img.img-fluid {
        max-width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    
    /* Better spacing for stacked columns */
    .row.home-detail-page {
        row-gap: 15px;
    }
    
    /* Ensure overlay fully covers sections */
    section .overlay {
        opacity: 0.6;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    section {
        padding: 60px 0;
    }
    
    h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px;
    }
    
    h3 {
        font-size: 22px !important;
        margin-bottom: 12px;
    }
    
    p, blockquote p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
    
    blockquote {
        padding: 15px;
        margin-bottom: 15px;
        border-left: 3px solid #00afef;
    }
    
    /* Container padding adjustments */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Buttons optimized for touch */
    .btn-get-started {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 160px;
        text-align: center;
    }
    
    /* Fix for image spacing */
    img.img-fluid {
        margin-bottom: 20px;
    }
    
    /* Improve AOS animations on mobile */
    [data-aos-delay="100"], [data-aos-delay="200"], [data-aos-delay="300"] {
        transition-delay: 50ms !important;
    }
}

/* Small mobile devices */
@media (max-width: 576px) {
    section {
        padding: 50px 0;
    }
    
    h2 {
        font-size: 24px !important;
    }
    
    h3 {
        font-size: 20px !important;
    }
    
    p, blockquote p {
        font-size: 14px !important;
    }
    
    blockquote {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    /* Tighter spacing */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Smaller buttons */
    .btn-get-started {
        padding: 8px 18px;
        font-size: 14px;
    }
    
    /* Remove animation delays on small screens for better performance */
    [data-aos-delay] {
        transition-delay: 0ms !important;
    }
}