/* =====================
   Color Variables
   ===================== */
   :root {
    --primary-blue: #1a2944;
}

/* =====================
   Homepage Main Sections
   ===================== */
   h2.h2:before {
    background-color:var(--primary-blue);
   }
.homepage--main .section--certificiation h2,
.homepage--main .section--featured-actuators .wrapper .actuators--item .content h3,
.homepage--main .section--news h3,
.homepage--main .section--news p span.category {
    color: var(--primary-blue);
}

.wrapper--narrow{
    max-width: 1280px !important;
    margin: 0 auto;
}

.homepage--main .section--certificiation {
    border-bottom: 3px solid var(--primary-blue);
}

.homepage--main .section--manufactured .manufactured-list--item__content h3 {
    background-color: var(--primary-blue);
}
/* =====================
   About Us
   ===================== */
   .page--about-us.main .section--global-family--item .address h3 {
    font-size: 32px;
    line-height: 1.2;
}
/* =====================
   Footer
   ===================== */
.footer {
    border-top: 12px solid #D9BE85 !important;
}
.footer--top {
    background-color: var(--primary-blue);
}

.back-top-top {
    background: var(--primary-blue) !important;
    bottom: 20px !important;
}

/* =====================
   Cart & Blogs
   ===================== */
.page--cart .section--sub-banner h1,
.page--blogs.drones .section--blog-list .sidebar .categories ul li a,
.page--blog-details.drones .section--blog-content .sidebar .gray-box h2:before,
.page--blogs.drones .section--blog-list .sidebar .latest-posts--item a .title h3,
.page--blog-details.drones .section--blog-content .blog--details__content p span.category,
.page--blog-details.drones .section--blog-content .sidebar .latest-posts--item a .title h3,
.page--blog-details.drones .section--blog-content .sidebar .categories ul li a {
    color: var(--primary-blue);
}
.page--blog-details.drones .section--blog-content .sidebar .gray-box h2:before {
    background-color: var(--primary-blue);
}

/* =====================
   Resources Actuators
   ===================== */
   .section--sub-banner {
    position: relative; /* Essential for positioning the pseudo-element */
}

.section--sub-banner::before {
    content: ''; /* Required for pseudo-elements */
    position: absolute; /* Positions the overlay relative to the .section--sub-banner */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.329); /* Dark black with 50% opacity */
    z-index: 1; /* Ensures the overlay is above the background image but below the text */
}

.section--sub-banner__content {
    position: relative; /* Ensures content is above the overlay */
    z-index: 2; /* Higher z-index than the overlay */
}
.page--resources.actuators .section--tab__content .tab-content .tab-pane .list-of-downloads .table thead:before {
    border-color: transparent transparent var(--primary-blue) transparent;
}
.page--resources.actuators .section--tab__content .tab-content .tab-pane .list-of-downloads .table thead:after {
    border-color: var(--primary-blue) transparent transparent transparent;
}
.page--resources.actuators .section--tab__content .tab-content .tab-pane .list-of-downloads .table thead th,
.page--resources.actuators .section--tab {
    background-color: var(--primary-blue);
}

.page .section--cta__newsletter-signup {
    background-color: var(--primary-blue);
}
.section--servo-resources {
    padding: 100px 0 80px;
    background-color: #1a2944;
}

.section--servo-resources h2 {
    font-family: "Iceland", cursive;
    text-transform: uppercase;
    line-height: 70px;
    color: #fff;
    font-size: 80px;
}

.section--servo-resources .text-content * {
    color: #fff;
    font-size: 25px;
    line-height: 38px;
}

.section--purpose__heading {
    background-color: #292929;
    padding: 40px 10px;
}

.section--purpose__heading h2 {
    font-family: "Iceland", cursive;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.section--purpose-list .text-holder h3 {
    position: relative;
    font-family: "Iceland", cursive;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
   margin-bottom:30px;
}

.section--purpose-list .text-holder h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 150px;
    height: 3px;
    background-color: #f12535;
}
.content__text{
    display: flex;
        align-items: center;
}

  
/* =====================
   Product Details & Pagination
   ===================== */
   .page--product-details.actuators .section--product-details .downloadable-files {
    border-top: var(--primary-blue) 4px solid;
}
.page--product-details.actuators .section--product-details .downloadable-files ul li a,
.page--products.actuators .section--overview-products .wrapper div.main .pagination ul li.page-number.page-active,
.page--products.actuators .section--overview-products .wrapper div.main .pagination a.page-next,
.page--products.actuators .section--overview-products .wrapper div.main .pagination ul li.page-number:hover {
    background-color: var(--primary-blue);
}
.page--product-details.actuators .section--related-products h2.h2,
.product-lists h2 {
    color: var(--primary-blue);
}

/* =====================
   General Application
   ===================== */


.section--general-application{
    padding: 60px 0;
}
/* =====================
   Servo Page
   ===================== */
   .page--landingpage .section--featured-actuators .wrapper .actuators--item .content h3 {
    color: var(--primary-blue)!important;
    }
   .page--landingpage .section--sub-banner__content h1 {
    filter: drop-shadow(1px 3px 4px #000000);
}


.section--general-application h2,
.section--hitec-product-line h2,
.section--faqs h2 {
    position: relative;
    font-family: "Iceland", cursive;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #ED1C24;
    padding-bottom: 30px;
}

.section--general-application h2:before ,
.section--hitec-product-line h2:before,
.section--faqs h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150px;
    height: 3px;
    background-color: #001B72;
    transform: translate(-50%, 0);
}

.general--list {
    margin-top: 40px;
}

.general--list .text-content {
    padding-right: 35px;
    margin-bottom: 50px;
}

.general--list .text-content h3 {
    font-size: 21px;
    color: #F12535;
    margin-bottom: 15px;
}

.general--list .text-content p {
    font-size: 20px;
    line-height: 30px;
}

.section--hitec-product-line {
    padding: 20px 0 60px;
}

.section--hitec-product-line .heading {
    padding: 40px 20px;
    background-color: #F2F2F2;
}

.section--hitec-product-line .heading h3 {
    font-size: 36px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #ED1C24;
    margin: 0;
}

.section--hitec-product-line .text-content {
    margin-top: 40px;
}

.section--hitec-product-line .text-content * {
    font-size: 25px;
    line-height: 38px;
    color: #212529;
}

.section-rotary {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.section-rotary .text-content h2 {
    display: block;
    position: relative;
    font-family: "Iceland", cursive;
    font-size: 65px;
    text-transform: uppercase;
    color: #f12535;
    margin-bottom: 45px;
}

.section-rotary .text-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 3px;
    width: 150px;
    background-color: #1a2944;
}

.section-rotary .text-content p {
    font-size: 25px;
    line-height: 38px;
}



.section--faqs {
    padding: 60px 0;
}

.faq--item {
    background-color: #F2F2F2;
    margin-bottom: 15px;
}

.faq--item h3 {
    position: relative;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
    color: #212529;
    padding: 20px 25px;
}

.faq--item h3:before {
    content: "\f068";
    position: absolute;
    top: 20px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    color: #F12535;
}

.faq--item h3.collapsed:before {
    content: "\f067";
}

.faq--item  .text--content {
    padding: 0 25px 20px;
}

.faq--item * {
    font-size: 25px;
    line-height: 38px;
}

.mobile-cart {
    color: #1a2944!important;
}

.homepage--main .section--certificiation h2 {
    color: #1a2944;
}

.homepage--main .section--manufactured .manufactured-list--item:hover .image-background:before {
    background-color: rgba(26, 41, 68, 0.9);
}

.page--resources.actuators .section--tab__content .tab-content .tab-pane .list-of-downloads .table tbody tr td * {
    font-family: "WeblySleek UI Semibold";
    font-size: 16px !important;
}

.page--landingpage .section--featured-actuators .actuators--item .content p *{
    font-family: "WeblySleek UI Semilight" !important;
    font-size: 18px !important;
}

.page--resources.actuators .section--tab .nav {
    margin: 0 -12px;
}

.page--resources.actuators .section--tab .nav li  {
    display: inline-block;
    width: 33%;
}

.page--landingpage .section--sub-banner__content {
    padding-bottom: 0px;
}

@media(min-width:1200px) {
    .content__image{
        min-height: 800px;
    }
    .content__image:before {
        display:none;
    }
}
@media(max-width:1200px) {
    .content__image{
        min-height: 500px;
    }
}
@media(max-width:1100px) {

    .page--contact-us .section--sub-banner__content {
        padding-bottom: 0px;
    }
}
@media(max-width:991px) {
    .content__image{
        min-height: 500px;
    }
    .section--purpose-list .text-holder h3,
    .section--purpose__heading h2,
    .section--general-application h2, .section--hitec-product-line h2, .section--faqs h2,
    .section--servo-resources h2,
    .section-rotary .text-content h2,
    .section--hitec-product-line .heading h3{
        font-size: 24px;
        line-height: normal;
    }

    .section--general-application h2:before, .section--hitec-product-line h2:before, .section--faqs h2:before {
        width: 50px;
    }

    .section--purpose .content__text {
        padding: 40px !important;
    }

    .section--purpose-list .text-holder h3 {
        margin-bottom: 40px;
    }

    .section--purpose-list .text-holder h3:before {
        bottom: -20px;
    }

    .section--hitec-product-line .heading {
        padding: 20px;
        margin-top: 20px;
    }

    .faq--item h3 {
        padding-right: 45px;
    }

    .page--resources.actuators .section--tab .nav {
        margin: 0 -12px;
    }

    .page--resources.actuators .section--tab .nav li  {
        display: inline-block;
        width: 33%;
    }
}

@media(max-width:767px) {
    .homepage--main .section--manufactured .manufactured-list--item__content h3 {
        padding: 10px 15px;
    }

    .homepage--main .section--featured-actuators .wrapper .actuators--item .content p,
    .homepage--main .section--featured-actuators .wrapper .actuators--item .content p span {
        max-width: 420px;
        font-family: "WeblySleek UI Semilight" !important;
        font-size: 18px !important;
        color: #0b020a;
        margin-inline: auto;
    }
    .content__image{
        min-height: 400px;
    }
    .accordion{
        margin-top: 40px;
    }
    .general--list .text-content {
        padding-right: 0px;
    }
    .faq--item *, 
    .section--servo-resources .text-content *,
    .section-rotary .text-content p,
    .general--list .text-content p,
    .section--hitec-product-line .text-content * {
        font-size: 18px;
        line-height: 30px;
    }
    
    .page--landingpage .section--sub-banner__content {
        padding-bottom: 0px;
    }
}
@media (max-width: 510px) {
    .page--about-us.main .section--global-family--item .address h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .main-content {
        margin-top: 157px;
    }
}

/* =====================
   Uncrewed Systems Page
   ===================== */
.page--uncrewed-systems {
    color: #1f1f1f;
}

.page--uncrewed-systems .uncrewed-hero {
    position: relative;
    background-color: #0f1724;
    background-size: cover;
    background-position: center;
}

.page--uncrewed-systems .industry-application_sub-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
}

.page--uncrewed-systems .uncrewed-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.page--uncrewed-systems .uncrewed-hero__badge {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    background: #1b6aa8;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 34px;
    line-height: 1.1;
}

.page--uncrewed-systems .uncrewed-hero__badge-top {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.page--uncrewed-systems .uncrewed-hero__badge-bottom {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
}

.page--uncrewed-systems .uncrewed-intro {
    background-color: #1f1f1f;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 70px 0;
}

.page--uncrewed-systems .uncrewed-intro__inner {
    text-align: center;
    margin: 0 auto;
}

.page--uncrewed-systems .uncrewed-intro h2 {
    font-size: 36px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.page--uncrewed-systems .uncrewed-intro__separator {
    display: inline-block;
    width: 150px;
    height: 3px;
    background-color: #f12535;
    margin: 0 auto 24px;
}

.page--uncrewed-systems .uncrewed-intro p {
    font-size: 25px !important;
    line-height: 37.5px !important;
    margin: 0;
    margin-top: 30px;
}

.page--uncrewed-systems .uncrewed-world {
    background-color: #2a2a2a;
    color: #fff;
    padding: 70px 0;
    padding-bottom: 250px;
}

.page--uncrewed-systems .uncrewed-world__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page--uncrewed-systems .uncrewed-world__image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.page--uncrewed-systems .uncrewed-world h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600 !important;
}

.page--uncrewed-systems .uncrewed-world__separator {
    display: inline-block;
    width: 120px;
    height: 3px;
    background-color: #f12535;
    margin: 0 0 18px;
}

.page--uncrewed-systems .uncrewed-world p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.page--uncrewed-systems .uncrewed-world h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.page--uncrewed-systems .uncrewed-world ul {
    margin: 0;
    padding-left: 18px;
}

.page--uncrewed-systems .uncrewed-world li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page--uncrewed-systems .uncrewed-world li strong {
    color: #fff;
}

.page--uncrewed-systems .uncrewed-actuators {
    background-color: #fff;
    padding: 70px 0;
    border-bottom: 10px solid #f12535;
    margin-top: -200px;
    margin-left: 40px;
    margin-right: 40px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.page--uncrewed-systems .uncrewed-actuators__header {
    text-align: center;
    margin: 0 auto 60px;
}

.page--uncrewed-systems .uncrewed-actuators__header h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 16px;
}

.page--uncrewed-systems .uncrewed-actuators__header p {
    font-size: 25px;
    line-height: 37.5px;
    margin-bottom: 18px;
}

.page--uncrewed-systems .uncrewed-actuators__header-btn {
    background-color: #f12535;
    border-color: #f12535;
    color: #fff;
    padding: 10px 26px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.page--uncrewed-systems .uncrewed-actuators__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1266px;
    margin: 0 auto;
}

.page--uncrewed-systems .uncrewed-actuators__item {
    display: flex;
    gap: 50px;
    align-items: stretch;
}

.page--uncrewed-systems .uncrewed-actuators__image {
    flex: 0 0 auto;
}

.page--uncrewed-systems .uncrewed-actuators__image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #cfcfcf;
    border-radius: 6px;
    object-fit: cover;
}

.page--uncrewed-systems .uncrewed-actuators__body {
    flex: 1;
}

.page--uncrewed-systems .uncrewed-actuators__item h3 {
    color: #f12535;
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

.actuators-header__separator{
    display: inline-block;
    width: 120px;
    height: 3px;
    background-color: #f12535;
    margin: 0 0 18px;
}

.page--uncrewed-systems .uncrewed-actuators-header__separator {
    display: inline-block;
    width: 120px;
    height: 3px;
    background-color: #f12535;
    margin: 0 0 18px;
}
.page--uncrewed-systems .uncrewed-actuators__separator {
    display: inline-block;
    width: 150px;
    height: 3px;
    background-color: #001B72;
    margin-bottom: 12px;
}

.page--uncrewed-systems .uncrewed-actuators__item ul {
    margin: 0;
    padding-left: 25px;
}

.page--uncrewed-systems .uncrewed-actuators__item li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 6px;
    font-weight: 400 !important;
}

.page--uncrewed-systems .uncrewed-actuators__item p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 0;
    color: #333;
    font-weight: 400 !important;
}

.page--uncrewed-systems .uncrewed-actuators__cta {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.page--uncrewed-systems .uncrewed-actuators__cta .btn {
    background-color: #f12535;
    border-color: #f12535;
    color: #fff;
    padding: 12px 32px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.page--uncrewed-systems .uncrewed-industries {
    padding: 70px 0;
}

.page--uncrewed-systems .uncrewed-industries__header {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.page--uncrewed-systems .uncrewed-industries__header h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 12px;
}

.page--uncrewed-systems .uncrewed-industries__header p {
    font-size: 25px;
    line-height: 37.5px;
    margin: 0;
}

.page--uncrewed-systems .uncrewed-industries__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page--uncrewed-systems .uncrewed-industries__item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 50px 25px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.page--uncrewed-systems .uncrewed-industries__item img {
    margin-bottom: 14px;
    width: 140px;
    height: 100px;
    object-fit: contain;
    flex-shrink: 0;
}

.page--uncrewed-systems .uncrewed-industries__item h3 {
    font-size: 24px;
    line-height: 28.8px;
    margin: 0;
}

.page--uncrewed-systems .uncrewed-industries__item p {
    margin: 8px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.page--uncrewed-systems .uncrewed-industries__note {
    text-align: center;
    font-size: 25px;
    line-height: 37.5px;
    margin-top: 50px;
}

.page--uncrewed-systems .uncrewed-classifications {
    background-color: #2a2a2a;
    padding: 70px 0 90px;
}

.page--uncrewed-systems .uncrewed-classifications__header {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.page--uncrewed-systems .uncrewed-classifications__header h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.page--uncrewed-systems .uncrewed-classifications__separator {
    display: inline-block;
    width: 150px;
    height: 3px;
    background-color: #f12535;
}

.page--uncrewed-systems .uncrewed-classifications__panel {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.page--uncrewed-systems .uncrewed-classifications__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.page--uncrewed-systems .uncrewed-classifications__item {
    padding: 26px 28px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.page--uncrewed-systems .uncrewed-classifications__item--wide {
    grid-column: 1 / -1;
}

.page--uncrewed-systems .uncrewed-classifications__item h3 {
    color: #f12535;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 14px;
    font-weight: bold !important;
    margin-bottom: 35px;
}

.page--uncrewed-systems .uncrewed-classifications__item h4 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 500 !important;
    margin-bottom: 8px;
}

.page--uncrewed-systems .uncrewed-classifications__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.page--uncrewed-systems .uncrewed-classifications__col ul {
    margin: 0 0 35px;
    padding-left: 18px;
}

.page--uncrewed-systems .uncrewed-classifications__col li,
.page--uncrewed-systems .uncrewed-classifications__item p {
    font-size: 24px;
    line-height: 28.8px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.page--uncrewed-systems .uncrewed-classifications__item p {
    margin: 0;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 30px;
}

.page--uncrewed-systems .uncrewed-featured {
    background-color: #f3f3f3;
    padding: 70px 0 90px;
}

.page--uncrewed-systems .uncrewed-featured__header {
    text-align: center;
    margin-bottom: 24px;
}

.page--uncrewed-systems .uncrewed-featured__header h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.page--uncrewed-systems .uncrewed-featured__separator {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #f12535;
}


.page--uncrewed-systems .uncrewed-featured__card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    padding: 40px;
    align-items: center;
}

.page--uncrewed-systems .uncrewed-featured__image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #d0d0d0;
}

.page--uncrewed-systems .uncrewed-featured__content h3 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 6px;
    color: #001B72;
}

.page--uncrewed-systems .uncrewed-featured__subtitle {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 19.2px;
    line-height: 23.04px;
}

.page--uncrewed-systems .uncrewed-featured__content p {
    font-size: 16px;
    line-height: 1.6;
    color: #0B020A;
}

.page--uncrewed-systems .uncrewed-featured__meta {
    margin-bottom: 4px;
}

.page--uncrewed-systems .uncrewed-featured__price {
    font-size: 24px;
    color: #f12535;
    font-weight: 700;
    margin: 10px 0;
}

.page--uncrewed-systems .uncrewed-featured__btn {
    border: 2px solid #272727;
    background: #fff;
    color: #F12535;
    padding: 10px 20px; /* equal top/bottom padding */
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.4px;
    border-radius: 0px;
    padding-top: 12px;
}

/* Carousel nav: arrows beside dots in one row, bigger dots */
.page--uncrewed-systems .uncrewed-featured__slider.slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0 12px;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-prev,
.page--uncrewed-systems .uncrewed-featured__slider .slick-next,
.page--uncrewed-systems .uncrewed-featured__slider .slick-dots {
    align-self: center;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-list {
    flex: 1 1 100%;
    order: 0;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-prev {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 18px 0 0;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-dots {
    order: 2;
    position: relative;
    bottom: auto;
    margin: 18px 0 0;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-next {
    order: 3;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 18px 0 0;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-dots li {
    margin: 0;
    width: 32px;
    height: 32px;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-dots li button {
    width: 32px;
    height: 32px;
    padding: 12px;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-dots li button:before {
    color: #666666;
    opacity: 1;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-dots li.slick-active button:before {
    color: #D9BF85;
    opacity: 1;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-prev,
.page--uncrewed-systems .uncrewed-featured__slider .slick-next {
    width: 40px;
    height: 40px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-prev:before,
.page--uncrewed-systems .uncrewed-featured__slider .slick-next:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-color: #1e3a5f;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-next:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z' fill='black'/%3E%3C/svg%3E");
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-prev:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z' fill='black'/%3E%3C/svg%3E");
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-prev:hover:before,
.page--uncrewed-systems .uncrewed-featured__slider .slick-next:hover:before {
    opacity: 0.85;
}

.page--uncrewed-systems .uncrewed-featured__slider .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .page--uncrewed-systems .uncrewed-featured__card {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

.page--uncrewed-systems .uncrewed-trusted {
    background-color: #ffffff;
    padding: 70px 0 80px;
}

.page--uncrewed-systems .uncrewed-trusted__header {
    text-align: center;
    margin: 0 auto 40px;
}

.page--uncrewed-systems .uncrewed-trusted__header h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.page--uncrewed-systems .uncrewed-trusted__separator {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #f12535;
    margin-bottom: 16px;
}

.page--uncrewed-systems .uncrewed-trusted__header p {
    font-size: 25px;
    line-height: 37.5px;
    color: #212529;
    margin: 0;
}

.page--uncrewed-systems .uncrewed-trusted__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    flex-wrap: wrap;
}

.page--uncrewed-systems .uncrewed-trusted__logos img {
    height: 150px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .page--uncrewed-systems .uncrewed-trusted__logos {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .page--uncrewed-systems .uncrewed-world__grid {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-actuators__content {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-actuators__media {
        grid-template-columns: repeat(2, 1fr);
    }

    .page--uncrewed-systems .uncrewed-classifications__columns {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-classifications__grid {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-actuators {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -120px;
    }

    .page--uncrewed-systems .uncrewed-actuators__image {
        flex: 0 0 180px;
    }

    .page--uncrewed-systems .uncrewed-featured__card {
        grid-template-columns: 240px 1fr;
    }
}

@media (max-width: 767px) {
    .page--uncrewed-systems .uncrewed-hero__badge {
        width: 80%;
        padding: 8px 16px;
    }

    .page--uncrewed-systems .uncrewed-intro__inner {
        padding: 24px 20px;
    }

    .page--uncrewed-systems .uncrewed-world,
    .page--uncrewed-systems .uncrewed-actuators,
    .page--uncrewed-systems .uncrewed-industries,
    .page--uncrewed-systems .uncrewed-classifications,
    .page--uncrewed-systems .uncrewed-featured,
    .page--uncrewed-systems .uncrewed-trusted {
        padding: 50px 0;
    }

    .page--uncrewed-systems .uncrewed-world{
        padding-bottom: 100px;
    }

    .page--uncrewed-systems .uncrewed-industries__grid {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-classifications__grid {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-classifications__item {
        border-left: 0;
    }

    .page--uncrewed-systems .uncrewed-actuators__image img {
        height: auto;
    }

    .page--uncrewed-systems .uncrewed-actuators__cta {
        justify-content: center;
    }

    .page--uncrewed-systems .uncrewed-actuators {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: -80px;
        padding: 50px 0;
    }

    .page--uncrewed-systems .uncrewed-actuators__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .page--uncrewed-systems .uncrewed-actuators__image {
        flex: 0 0 auto;
        width: 100%;
    }

    .page--uncrewed-systems .uncrewed-actuators__header {
        padding: 0 10px;
    }

    .page--uncrewed-systems .uncrewed-featured__card {
        grid-template-columns: 1fr;
    }

    .page--uncrewed-systems .uncrewed-classifications__panel {
        margin: 0 12px;
    }
}


