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

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

h1 {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    padding: 30px 0px 70px 0px;
}

p {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.main_hero {
    width: 100%;
    height: 100vh;
    background: #000;
    color: #ffffff;
}

.main_hero_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}


.boxes h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.1;
}

.boxes p {
    font-size: 0.95rem;
}

.boxes img {
    object-fit: cover;
    height: 240px;
}

@media (max-width: 767.98px) {
    .boxes img {
        height: 200px;
    }
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section:after {
    background: rgba(0, 0, 0, 1);
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Navbar styling */
.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;

    background: transparent;
}

.navbar .container {
    border-left: 1px solid #5500bc;
    border-right: 1px solid #5500bc;
    border-bottom: 1px solid #5500bc;
}

.navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

.navbar-brand img {
    height: 45px;
    top: -5px;
    position: relative;
}

@media handheld,
only screen and (max-width: 767px) {
    .navbar-brand {
        font-size: 30px;

    }

    .navbar-brand img {
        height: 30px;
        top: -1px;
        position: relative;
    }
}

@media handheld,
only screen and (max-width: 600px) {
    .navbar-brand {
        font-size: 25px;
    }
}

@media handheld,
only screen and (max-width: 500px) {
    .navbar-brand {
        font-size: 15px;
    }
}

.hero-section {
    position: relative;
    min-height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-section .container {
    position: relative;
    z-index: 22;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    border-left: 1px solid #5500bc;
    border-right: 1px solid #5500bc;
    border-bottom: 1px solid #5500bc;
}

.hero-content h1 {
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-transform: uppercase;
    line-height: 1.1;
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
}

.btn-outline-light:hover {
    background: #fff;
    color: #000;
}

.menu-btn {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 1rem;
}

.menu-btn i {
    font-size: 1.2rem;
    margin-left: 6px;
}

.footer {
    background-color: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.footer .btn-outline-secondary {
    border-color: #555;
}

.footer a:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {

    .footer .col-md-5,
    .footer .col-md-3,
    .footer .col-md-4 {
        border: none !important;
    }
}

.sec_newsletter {
    background-color: #000;
    color: #fff;

    padding: 80px 0;
}

.sec_newsletter h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

.sec_newsletter p {
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.sec_newsletter .address i {
    margin-right: 8px;
}

.sec_newsletter .form-group {
    margin-bottom: 1rem;
}

.sec_newsletter label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #aaa;
}

.sec_newsletter .form-control {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #444;
    color: #fff;
    padding: 10px 0;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.sec_newsletter .form-control:focus {
    outline: none;
    border-color: #fff;
}

.sec_newsletter .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 0;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}

.sec_newsletter .btn-submit:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .sec_newsletter {
        text-align: center;
    }

    .sec_newsletter .left {
        margin-bottom: 40px;
    }
}


.sec_why small {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.sec_why h2 {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.sec_why .why-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.25rem;
}

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

.sec_why .icon {
    font-size: 1.5rem;
    color: #000;
    flex-shrink: 0;
    width: 2.5rem;
    text-align: center;
}

.sec_why h5 {
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.sec_why p {
    margin: 0;

    font-size: 0.95rem;
    color: #333;
}

.sec_about {
    background-color: #fff;
    color: #000;

}

.sec_about small {
    color: #000 !important;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.sec_about h2 {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.sec_about p {

    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}

.sec_about .video-wrapper {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #333;
    padding-top: 2rem;
}

.sec_about video {
    border-radius: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

.tech_specs {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.tech_specs__table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tech_specs__row {
    border-bottom: 1px solid #dee2e6;
}

.tech_specs__category {
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: top;
    width: 200px;
    color: #000;
}

.tech_specs__content {
    padding: 20px 30px;
}

.tech_specs__row:nth-child(odd) .tech_specs__category,
.tech_specs__row:nth-child(odd) .tech_specs__content {
    background-color: #c5c1d4;
}

.tech_specs__row:nth-child(even) .tech_specs__category,
.tech_specs__row:nth-child(even) .tech_specs__content {
    background-color: #ffffff;
}

.tech_specs__title {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.tech_specs__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech_specs__list-item {
    padding: 4px 0;
    font-size: 14px;
    color: #333;
}

.tech_specs__bullet {
    margin-right: 15px;
    color: #666;
}

.tech_specs__label {
    font-weight: 600;
    color: #000;
}

.tech_specs__value {
    color: #333;
}

@media (max-width: 768px) {
    .tech_specs__table {
        display: block;
    }

    .tech_specs__row {
        display: block;
    }

    .tech_specs__category,
    .tech_specs__content {
        display: block;
        width: 100%;
    }

    .tech_specs__category {
        padding: 15px;
    }
}

.sec_principles {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.sec_principles p {
    text-align: left;
}

.sec_principles__table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sec_principles__row {
    border-bottom: 1px solid #dee2e6;
}

.sec_principles__category {
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    width: 200px;
    color: #000;
}

.sec_principles__content {
    padding: 20px 30px;
}

.sec_principles__row:nth-child(odd) .sec_principles__category,
.sec_principles__row:nth-child(odd) .sec_principles__content {
    background-color: #c5c1d4;
}

.sec_principles__row:nth-child(even) .sec_principles__category,
.sec_principles__row:nth-child(even) .sec_principles__content {
    background-color: #ffffff;
}

.sec_principles__title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
}

.sec_principles__description {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .sec_principles__table {
        display: block;
    }

    .sec_principles__row {
        display: block;
    }

    .sec_principles__category,
    .sec_principles__content {
        display: block;
        width: 100%;
    }

    .sec_principles__category {
        padding: 15px;
    }
}

.sec_satellite-section {
    background-color: #000;
    color: #ffffff;


}

.sec_satellite-section .container {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #5500bc;
}

.sec_satellite-section h1 {
    text-align: left;
    font-family: 'Acherus Militant 1';
    padding: 0px !important
}

.sec_satellite-section h2 {
    text-align: left;
    font-family: 'Acherus Militant 1';
}

.sec_satellite-section p {
    text-align: left;
    font-family: 'Roboto'
}

.sec_satellite-section .satellite-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sec_satellite-section .title {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

.sec_satellite-section .subtitle {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sec_satellite-section .section-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}

.sec_satellite-section .specs {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.sec_satellite-section .price-label {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sec_satellite-section .price {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 10px;
}

.sec_satellite-section .compatible-deployers {
    margin-top: 20px;
}

.sec_satellite-section .compatible-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec_satellite-section .deployers-list {
    font-size: 16px;
    font-weight: 300;
}

.sec_satellite-section .disclaimer {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .sec_satellite-section .title {
        font-size: 48px;
    }

    .sec_satellite-section .subtitle {
        font-size: 36px;
    }

    .sec_satellite-section .section-heading {
        font-size: 28px;
    }

    .sec_satellite-section .specs {
        font-size: 28px;
    }

    .sec_satellite-section .price {
        font-size: 40px;
    }

    .sec_satellite-section .container {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #5500bc;
    }
}


.top_menu {
    position: relative;
    display: inline-block;
}

.top_menu .top_menu-btn {
    background: transparent;
    color: white;
    border: 2px solid transparent;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_menu .top_menu-btn:hover {
    background: #3a3a3a;
    border-color: #a78bfa;
}

.top_menu .top_menu-btn i {
    font-size: 14px;
}

.top_menu .top_menu-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background: #2a2a2a;
    border: 0px solid #8b5cf6;
    border-radius: 0px;
    min-width: 200px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow: hidden;
}

.top_menu .top_menu-dropdown.top_menu-show {
    display: block;
}

.top_menu .top_menu-item {
    padding: 14px 20px;
    color: white;
    text-decoration: none;
    display: block;
    transition: background 0.2s ease;
    border-bottom: 1px solid #3a3a3a;
}

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

.top_menu .top_menu-item:hover {
    background: #3a3a3a;
    padding-left: 24px;
}

.top_menu .top_menu-item i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}


.sec_applications {
    background-color: #d4d4dc;
    padding: 80px 0;
}

.sec_applications .app-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sec_applications .app-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    flex-shrink: 0;
}

.sec_applications .app-icon svg {
    color: #000000;
}

.sec_applications .app-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec_applications .app-title {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

@media (max-width: 768px) {
    .sec_applications {
        padding: 60px 0;
    }

    .sec_applications .app-item {
        margin-bottom: 30px;
    }

    .sec_applications .app-title {
        font-size: 24px;
    }

    .sec_applications .app-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

.isWhite .navbar .container {
    border-color: transparent !important;
}

.isWhite .navbar {
    border-bottom: 2px solid #8b5cf6 !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}


.sec_blog {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.sec_blog .blog-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sec_blog .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.sec_blog .blog-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sec_blog .blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sec_blog .blog-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #212529;
}

.sec_blog .blog-excerpt {
    color: #6c757d;
    margin-bottom: 15px;
    flex-grow: 1;
}

.sec_blog .blog-meta {
    font-size: 0.875rem;
    color: #868e96;
    margin-bottom: 15px;
}

.sec_blog .blog-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.sec_blog .blog-link:hover {
    color: #0a58ca;
    text-decoration: underline;
}

.sec_blog .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec_blog .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
}

#logos .row img {
    opacity: 0.5;
}

#logos .row img:hover {
    opacity: 1;
    /* Optional: On hover, change opacity to 100% */
}

#logos h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

hr.purple {
    background-color: #5500bc;
    border-color: #5500bc;
    opacity: 1
}

footer h2,
footer h3,
h2 {
    font-family: "Acherus Militant 1";
}

.box-ah p, .why-item p{ text-align:left; }