/* ---------------------------------------------------
    Fonts
----------------------------------------------------- */

.din-regular, body, .dropdown-menu .nav-item a, .navbar p, .card h5 span, .card p span, #footer a span, body p, .form-floating label, li, .list-group-item {
    font-family: "URWDIN-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
.din-medium {
    font-family: "URWDIN-Medium", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
.din-regular-bold, .card p span.din-regular-bold {
    font-family: "URWDIN-Regular", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
}
.din-bold, #footer a, .pentagon-circle {
    font-family: "URWDIN-Bold", sans-serif;
    font-style: normal;
    text-shadow: none;
}
.din-semi-bold {
    font-family: "URWDIN-Bold", sans-serif;
    font-style: normal;
    text-shadow: none;
    font-weight: 100 !important;
}
.din-condensed-light, .card.shadow h3 span {
    font-family: "URWDINCond-Light", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
.din-condensed-light-bold, #navbarSlideoutContent .lang-item a,
#navbarSlideoutContent ul li.menu-item#menu-item-1014 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1015 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1016 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1017 a,
#navbarSlideoutContent #menu-sidebar .dropdown-menu li a,
.sidebar-social + .navbar-nav .menu-item-type-custom a,
.card-body .badge {
    font-family: "URWDINCond-Light", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    text-shadow: none !important;
}
#navbarSlideout .lang-item {
    margin-bottom: 30px !important;
}
#navbarSlideout .lang-item a, #menu-sidebar-iu .dropdown-menu li a {
    font-weight: 100 !important;
}
.din-condensed-medium, .navbar .nav-item, .navbar .nav-link, body h1, body h2, body h4, .badge.rounded-pill {
    font-family: "URWDINCond-Bold", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: none;
}
.din-condensed-bold, #menu-topright .menu-item-object-custom a,
#menu-topright-iu .menu-item-object-custom a, a.btn, button[type="submit"],
button.btn, table th, label.btn, #navbarSlideoutContent ul li.menu-item a {
    font-family: "URWDINCond-Bold", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: none;
}
.din-black {
    font-family: "URWDIN-Black", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
}
.din-condensed-black {
    font-family: "URWDINCond-Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
p, h1, h2, h3, h4, h5{
    color: #000;
}
h5.din-condensed-bold {
    font-weight: 800;
}
.hero h1 {
    font-size: 4.5rem !important;
    line-height: 4.2rem !important;
}
h1 {
    font-size: 4rem !important;
    line-height: 3.6rem !important;
}
h2 {
    font-size: 3rem; /* 70px */
    line-height: 0.9;
}
h3 {
    font-size: 2rem; /* 50px */
    line-height: 0.9;
}
#contact h3 {
    line-height: 1.1 !important;
}
#contact a:hover i {
    color: black !important;
}
h4, #navbarSlideoutContent ul li.menu-item a {
    font-size: 2rem; /* 40px */
    line-height: 0.9;
}
h5 {
    font-size: 1.5rem; /* 30px */
    line-height: 1;
}

h6 {
    font-size: 1.25rem; /* 25px */
    line-height: 1;
}
p, ul, li {
    font-size: 20px !important; /* Base size */
    line-height: 1.2 !important; /* Example line height for paragraph */
}
.logo-container {
    height: 150px; /* Adjust this value based on your tallest logo */
    min-height: 150px; /* Ensures the container doesn't shrink */
}

/* Make logos responsive but constrained */
.logo-img {
    max-height: 80px; /* Adjust based on your logo sizes */
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Prevents horizontal scroll */
}
/* Ensure text starts at the same height */
.card-text {
    margin-bottom: 0;
    flex-grow: 1; /* Allows text to take remaining space */
}
.card-team-member img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bg-grey .card li, .bg-dark-grey .card li {
    color: #000;
}
p .fa-circle {
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 4px;
}
span.fa-stack.box {
    border: 1px solid #f2172c;
    width: 2em;
}
.fa-stack .fa-star {
    color: #f2172c;
}
p:empty {
    margin-bottom: 0 !important;
}
.notify {
    margin-right: 20px;
    display: inline-block;
}
.notify span.badge {
    font-family: "URWDINCond-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300 !important;
}
.notify .badge {
    font-size: 18px;
    padding: 10px 10px 8px 10px;
    margin-top: 0;
    border-radius: 6px;
}
.notify:hover .badge-danger {
    background-color: #f2172c;
}
.home .jumbotron i, .bg-kanata i, .use-cases i {
    font-size: 40px;
    color: #dc3545;
}
.jumbotron a:not(.btn), .modal a:not(.btn) {
    color: #dc3545;
    text-decoration: none;
}
.jumbotron a:not(.btn):hover, .modal a:not(.btn):hover {
    color: #f2172c;
    text-decoration: underline;
}
.fa-check {
    color: #6eb843;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.banner-controls {
    position: absolute;
    top: 70px;
    right: 30px;
}
.home .banner-controls .carousel-indicators li.active {
    background-color: #71bf44;
}
.home .banner-controls .carousel-indicators {
    position: absolute;
    padding: 2px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 2px #ccc;
    -moz-box-shadow: 1px 1px 5px 2px #ccc;
    box-shadow: 1px 1px 5px 2px #ccc;
    border-radius: 2px;
    width:130px;
    z-index: 1020;
}
.home .banner-controls .carousel-indicators li {
    width: auto;
    text-indent: initial;
    font-size: 14px;
    line-height: 4px;
    padding: 0 8px;
    background-clip: revert;
    margin: 0;
}
.hero {
    height: 550px;
}
.hero .container{
    margin-top: 52px;
}
.vidbg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;
    pointer-events: none;
}
#contact.hero .container{
    margin-top: 140px;
}
.list-disc {
    list-style-type: disc;
    padding-left: 1.5rem;
}
/*.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.20) 70%);
    z-index: 1;              /* sits above background
    pointer-events: none;
}*/
.bg-overlay p, .bg-overlay h2 {
    text-shadow:
            0 1px 4px rgba(0,0,0,1),
            0 1px 12px rgba(0,0,0,1);
}
.bg-overlay a {
    text-decoration: none !important;
}
.bg-mace {
    position: relative;
    background: url('/wp-content/uploads/2026/04/mace.jpg') no-repeat 0 40%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-mace::before, .bg-greenex:before, .bg-buffalo:before, .bg-c3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;
    pointer-events: none;
}
.bg-family {
    position: relative;
    background: url('/wp-content/uploads/2026/05/northern-construction.jpg') no-repeat 0 70%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-greenex {
    position: relative;
    background: url('/wp-content/uploads/2026/05/Geensol.jpg') no-repeat 80% 0%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-buffalo {
    position: relative;
    background: url('/wp-content/uploads/2026/05/buffalo.jpg') no-repeat 0% 0%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-c3 {
    position: relative;
    background: url('/wp-content/uploads/2026/05/c3.jpg') no-repeat 0% 0%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-fire {
    position: relative;
    background: url('/wp-content/uploads/2026/05/Firefighter-banner.jpg') no-repeat 0% 0%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-family::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;
    pointer-events: none;
}
.bg-qiniq {
    position: relative;
    background: url('/wp-content/uploads/2026/05/Satellite-closeup.jpg') no-repeat 0% 0%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-qiniq:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #494649 0%, rgba(30, 14, 39, 0.7) 0%);
    z-index: 1;
    pointer-events: none;
}
.bg-fire:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #494646 0%, rgba(42, 0, 0, 0.7) 0%);
    z-index: 1;
    pointer-events: none;
}
#gallery .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
    box-shadow: 0 0 0 0 !important;
}
#services a, #infrastructure a {
    text-decoration: none;
    color: #fff !important;
}
#services a:hover, #infrastructure a:hover {
    text-decoration: underline;
    color: #fff;
}
.bg-managed-services {
    position: relative;
    background: url('/wp-content/uploads/2026/04/NOC_1.jpg') no-repeat 0 30%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.hub-1 {
    position: relative;
    background: url('/wp-content/uploads/2026/04/build-anything.jpg') no-repeat 0 30%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.hub-1::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
}
.hub-2 {
    position: relative;
    background: url('/wp-content/uploads/2026/04/command-base.jpg') no-repeat 0 30%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.hub-3 {
    position: relative;
    background: url('/wp-content/uploads/2026/04/eCube2.jpg') no-repeat 0 30%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-indigenous {
    position: relative;
    background: url('/wp-content/uploads/2026/04/indigenous.jpg') no-repeat 0 30%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.image-container a {
    text-decoration: none !important;
}
.image-container h3 {
    text-align: center;
}

/* Pentagon Circle */
/* Container Styles */
.jumbotron.bg-grey {
    background-color: #f8f9fa;
    padding: 3rem 1rem;
}
.jumbotron.bg-dark-grey {
    padding: 3rem 1rem;
}

.p-xl-5, .p-lg-5 {
    padding: 3rem !important;
}

.py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Pentagon Circle */
.pentagon-container {
    position: relative;
    width: 600px;
    height: 600px;
    margin: auto;
}

/* Center Shield Shape */
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dc1e0e;
    color: white;
    width: 240px;
    height: 280px;
    clip-path: path('M120,0 C120,0 240,0 240,0 C240,0 240,100 240,140 C240,220 180,280 120,280 C60,280 0,220 0,140 C0,100 0,0 0,0 C0,0 120,0 120,0 Z');
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 20px;
    box-sizing: border-box;
    border: 4px solid #dc1e0e;
    z-index: 5;
    font-size: 16px;
    line-height: 1.4;
}

/* Outer ring */
.outer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 4px solid #dc1e0e;
}
.pentagon-circle.active {
    border: 4px solid #dc1e0e;
}

/* Pentagon items */
.pentagon-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: white;
    border: 4px solid #e1e1e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.3s, border 0.3s;
}

.pentagon-circle:hover {
    transform: scale(1.05);
    border: 4px solid #dc1e0e;
    color: #000;
}


.bg-kanata {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/kanata-facility.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 576px;
}
.bg-dnd {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/command-base.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
    height: 660px;
    filter: grayscale(1);
}
.bg-ind {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/indigenous.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    height: 660px;
    filter: grayscale(1);
}
.bg-cont {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/NOC_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
    height: 660px;
    filter: grayscale(1);
}
.bg-maritime {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/eCube.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 30%;
    height: 660px;
    filter: grayscale(1);
}
.bg-remote {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/remote.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
    height: 660px;
    filter: grayscale(1);
}
#solutions .col-md:hover {
    filter: grayscale(0);
}
#case_study #stack p {
    text-align: center;
}
#case_study #stack i {
    text-align: center;
    font-size: 50px;
    color: #dc3545;
    padding-bottom: 2rem;
}
#techStackCollapse .list-group-item.collapsed, #techStackCollapse .multi-collapse.collapse.show, .solutionCollapse .list-group-item.collapsed {
    border-bottom: 1px solid #000;
}
.list-group a.list-group-item:hover {
    text-decoration: none !important;
}
.collapse-toggle::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    color: #dc1e0e;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}
.collapse-toggle:not(.collapsed)::after {
    content: "\f068";
    color: #dc1e0e;
}
.collapse-toggle::after {
    content: "\f067";
    transform: translateY(-50%) scale(1);
}
.flip-card {
    perspective: 1000px;
    cursor: pointer;
    background: #f8f9fa;
    border-radius: 0;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 240px !important;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-front {
    background: #f5f5f5;
    border: 1px solid #ddd !important;
}
.flip-front:hover {
    background: #e6e6e6;
}

.flip-back {
    background: #fff;
    transform: rotateY(180deg);
    padding: 20px;
    border: 1px solid #ddd;
}
.unique-section {
    color: #000;
    overflow: hidden;
}
.content-panel {
    display: none;
    animation: fadeIn .4s ease;
}
.content-panel.active {
    display: block;
}
.eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f1720;
    margin-bottom: 15px;
}
.content-panel h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}
.content-panel p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000;
}
.content-panel h4 {
    line-height: 2rem;
}
.circle-icons{
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto;
}

.icon-card{
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s ease;
    padding: 15px;
}

.icon-card i{
    font-size: 42px;
    color: #093546 ;
    margin-bottom: 12px;
}

.icon-card h5{
    font-size: 13px;
    margin: 0;
}

.icon-card:hover{
    background: #aaaaaa;
    color: #fff;
    transform: scale(1.08);
}
.icon-card:hover h5 {
    color: #fff;
}
.icon-card.active{
    background: #093546;
    color: #fff;
}

.icon-card.active h5 {
    color: #fff;
}

.icon-card:hover i,
.icon-card.active i{
    color: #fff;
}

/* Default hover/active scale */
.icon-card:hover,
.icon-card.active {
    transform: scale(1.08);
}

/* Top */
.icon-card:nth-child(1){
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Keep translate + scale */
.icon-card:nth-child(1):hover,
.icon-card:nth-child(1).active{
    transform: translateX(-50%) scale(1.08);
}

/* Upper Right */
.icon-card:nth-child(2){
    top: 18%;
    right: 0;
}

/* Lower Right */
.icon-card:nth-child(3){
    bottom: 18%;
    right: 0;
}

/* Bottom */
.icon-card:nth-child(4){
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Keep translate + scale */
.icon-card:nth-child(4):hover,
.icon-card:nth-child(4).active{
    transform: translateX(-50%) scale(1.08);
}

/* Lower Left */
.icon-card:nth-child(5){
    bottom: 18%;
    left: 0;
}

/* Upper Left */
.icon-card:nth-child(6){
    top: 18%;
    left: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Overlay */
.hub-2::before, .bg-indigenous::before, .hub-3::before, .bg-managed-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.30) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}
.bg-kanata::before, .bg-strategy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}
#solutions .col-md::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.10) 70%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}
.bg-kanata > *, #solutions .col-md > *, .hub-3 > *, .bg-overlay .card-body, .bg-roots2 > *, .bg-qiniq > *, .bg-fire > *, .bg-strategy > * {
    position: relative;
    z-index: 2;              /* sits above overlay */
}
.uniform-img {
    width: 100%;
    height: 300px; /* adjust as needed */
    object-fit: cover;
}
#defence-box{
    border-radius: 4px !important;
    background: #263342 !important;
}
/* Content stays ABOVE overlay */
.hero .container, .bg-code-problem div {
    position: relative;
    z-index: 2;
}
/* HOVER EFFECT */
.bg-overlay {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}
.bg-overlay:hover {
    transform: scale(1.04);
}

.bg-overlay:hover .text-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.bg-strategy {
    background-image: url('/wp-content/uploads/2026/04/hub-1-arctic.jpg');
    background-size: cover;
    background-position: 100% 0;
    min-height: 576px;
}
.bg-hanger {
    background-image: url('/wp-content/uploads/2026/04/f35-hangar-fst-installation.jpg');
    background-size: cover;
    background-position: 100% 0;
    min-height: 576px;
}
.bg-procurement {
    background-image: url('/wp-content/uploads/2026/04/procurement.jpg');
    background-size: cover;
    background-position: 0 0;
    min-height: 576px;
}
.bg-community-housing {
    background-image: url('/wp-content/uploads/2026/04/appartment.jpg');
    background-size: cover;
    background-position: 100% 0;
    min-height: 576px;
}
.bg-roots {
    position: relative;
    background: url('/wp-content/uploads/2026/05/Pond-Inlet-Community.jpg') no-repeat 0 75%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-roots::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;
    pointer-events: none;
}
.bg-roots2{
    position: relative;
    background: url('/wp-content/uploads/2026/05/Pond.jpg') no-repeat 0 40%;
    background-size: cover;
    height: 550px;
    border-radius: 0;
}
.bg-roots2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;
    pointer-events: none;
}
.bg-logistics {
    background-image: url('/wp-content/uploads/2026/04/Strategic-Arctic-Logistics-Deployment-desat.jpg');
    background-size: cover;
    background-position: 100% 80%;
    min-height: 300px;

}
.bg-installation {
    background-image: url('/wp-content/uploads/2026/04/Site-Installation-Integration-Commissioning-desat.jpg');
    background-size: cover;
    background-position: 100% 50%;
    min-height: 300px;
}
.bg-maintenance {
    background-image: url('/wp-content/uploads/2026/04/Rapid-Response-Field-Maintenance-desat.jpg');
    background-size: cover;
    background-position: 100% 80%;
    min-height: 300px;
}
.bg-contact {
    background-image: url('/wp-content/uploads/2026/04/teleport.jpg');
    background-size: cover;
    background-position: 50% 80%;
    height: 1100px;
}
.bg-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1100px;
    background: linear-gradient(180deg, #464649 0%, rgba(14, 28, 39, 0.70) 0%);
    z-index: 1;
    pointer-events: none;
}
.modal .bg-maintenance {
    background-position: 100% 50% !important;
}
.modal .bg-installation {
    background-position: 100% 25% !important;
}
.modal .bg-monitoring {
    background-position: 100% 20% !important;
}
.bg-monitoring {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/24-7-NOC-Monitoring-Surveilling-desat.jpg');
    background-size: cover;
    background-position: 0% 80%;
    min-height: 300px;
}
.bg-training {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Training-Local-Capacity-Building-desat.jpg');
    background-size: cover;
    background-position: 100% 40%;
    min-height: 300px;
}
.bg-design {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Design-Engineering-Proof-of-Concept-Deployments-desat.jpg');
    background-size: cover;
    background-position: 100% 40%;
    min-height: 300px;
}
.bg-operations {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Command-Operations-Centers.jpg');
    background-size: cover;
    background-position: 100% 40%;
    min-height: 300px;
}
.bg-housing {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Modular-Barracks-Housing.jpg');
    background-size: cover;
    background-position: 100% 70%;
    min-height: 300px;
}
.bg-power {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Power-Generation-Hybrid-Energy-Plants.jpg');
    background-size: cover;
    background-position: 100% 70%;
    min-height: 300px;
}
.bg-heavy {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Logistics-and-Heavy-Airlift-Facilities.jpg');
    background-size: cover;
    background-position: 100% 30%;
    min-height: 300px;
}
.bg-comms {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/data-center.jpg');
    background-size: cover;
    background-position: 100% 30%;
    min-height: 300px;
}
.bg-bases {
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/Forward-Operating-Bases-and-Sensor-Sites.jpg');
    background-size: cover;
    background-position: 100% 30%;
    min-height: 300px;
}
.modal .bg-power {
    background-position: 100% 20% !important;
}
.row.no-gutters {
    --bs-gutter-x: 0;
}
#toggleCarousel {
    background-color: transparent;
    border: 0;
    height: 22px;
}
.card .badge.bg-lime {
    font-size: 0.9rem;
    line-height: 1rem;
}
.card-body .badge {
    font-size: 24px;
}
input::placeholder, #navbarSlideoutContent ul li.menu-item a {
    text-transform: uppercase;
}


/* ---------------------------------------------------
    General
----------------------------------------------------- */
body {
    background-color: #ffffff !important;
}
body .fixed-top:last-of-type {
    top: 0;
}
body #wrapper {
    margin-top: 0;
}
body.admin-bar #wrapper {
    margin-top: 0;
}
body.admin-bar .fixed-top:first-of-type {
    top: 0;
}
#ww {
    background-color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#footer {
    background-color: #fff !important;
    color: #000 !important;
    padding-bottom:0 !important;
    padding-top:0 !important;
}
.video {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}
#contact #form {
    height: 760px;
}
.home .menu-show.affix-top #menu-nav_menu a:hover, .home .menu-show.affix-top #menu-topright .lang-item a:hover {
    color: #e43030 !important;
}
#menu-nav_menu a:hover, #menu-topbar-iu a:hover, #menu-topright .lang-item a:hover, .fa.bw {
    color: #e43030 !important;
}
.navbar #menu-nav_menu > .current_page_item.active a {
    pointer-events: none;
    cursor: initial;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
}
#menu-sidebar > .current-menu-item.active a {
    pointer-events: none;
    cursor: initial;
    border-bottom: 2px solid currentColor;
    padding-bottom: 1px;
}
.navbar #menu-nav_menu > .current_page_item.active a,
.navbar.affix-top.menu-hide #menu-nav_menu > .current_page_item.active a,
.navbar.affix-top:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a,
.navbar.affix:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a{
    color: #000 !important;
}
.affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #fff !important;
}
.navbar .nav-item.current_page_item.active a {
    color: #000 !important
}
.affix-top.menu-show .header-logo {
    filter: invert(1) brightness(200%);
}
.page-id-2155 .affix-top.menu-show .header-logo, .page-id-3243 .affix-top.menu-show .header-logo, .page-id-3366 .affix-top.menu-show .header-logo, .page-id-3288 .affix-top.menu-show .header-logo,
.page-id-3494 .affix-top.menu-show .header-logo, .page-id-3386 .affix-top.menu-show .header-logo,
.error404 .affix-top.menu-show .header-logo{
    filter: invert(0) brightness(1) !important;
}
.page-id-2155 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-2155 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-2155 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.page-id-3243 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3243 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3243 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.page-id-3366 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3366 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3366 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.page-id-3288 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3288 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3288 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.page-id-3494 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3494 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3494 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.page-id-3386 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3386 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.page-id-3386 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.error404 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.error404 .affix-top.menu-show.navbar #menu-nav_menu > .current_page_item.active a,
.error404 .affix-top.menu-show.navbar:not(.menu-hide):not(.menu-show) #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.page-id-2155 .navbar.affix-top.menu-show .nav-link, .page-id-2155 .navbar.affix-top.menu-show .nav-item, .page-id-2155 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
.page-id-3243 .navbar.affix-top.menu-show .nav-link, .page-id-3243 .navbar.affix-top.menu-show .nav-item, .page-id-3243 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
.page-id-3366 .navbar.affix-top.menu-show .nav-link, .page-id-3366 .navbar.affix-top.menu-show .nav-item, .page-id-3366 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
.page-id-3288 .navbar.affix-top.menu-show .nav-link, .page-id-3288 .navbar.affix-top.menu-show .nav-item, .page-id-3288 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
.page-id-3494 .navbar.affix-top.menu-show .nav-link, .page-id-3494 .navbar.affix-top.menu-show .nav-item, .page-id-3494 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
.page-id-3386 .navbar.affix-top.menu-show .nav-link, .page-id-3386 .navbar.affix-top.menu-show .nav-item, .page-id-3386 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
.error404 .navbar.affix-top.menu-show .nav-link, .error404 .navbar.affix-top.menu-show .nav-item, .error404 .navbar.affix-top.menu-show .nav-item a {
    color: #000 !important;
}
#footer .social a:hover i {
    filter: brightness(1.1);
}
body a:hover {
    text-decoration: underline;
}
body .jumbotron a:hover {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}
#footer a.footer-header:hover {
    text-decoration: none !important;
    cursor: default;
}
#footer a.footer-header-link:hover {
    text-decoration: underline !important;
    cursor: pointer;
}
.article-footer {
    display: none;
}
.header-logo {
    max-width: 200px;
}
.icon {
    width: 120px;
}
.icon h5 {
    float: left;
}
#coverage .btn {
    width: 330px;
}
.btn:hover {
    text-decoration: none !important;
}
.flex-center {
    display: flex;
    align-items: center;
}
.bear-side-bg + .col-sm-10 .col-sm-6 {
    margin-top: 20px;
}
.card-shadow {
    margin-bottom: 20px;
}
.badge.rounded-pill {
    font-size: 16px;
    width:160px;
    padding: 10px 10px 7px 10px;
    color: #000;
    background-color: #fff;
    border: 2px solid RGBA(220,53,69,var(--bs-bg-opacity,1))!important;
}
.active .badge.rounded-pill {
    background-color: RGBA(220,53,69,var(--bs-bg-opacity,1))!important;
    color: #fff !important;
    border: 2px solid RGBA(220,53,69,var(--bs-bg-opacity,1))!important;
}
.val-promo h4 {
    font-size: 2.4rem;
}
.text-uppercase, .navbar .nav-link, .navbar .nav-item, .carousel h1, .carousel h2, .badge.rounded-pill, a.btn, .csp h3, #menu-topright .menu-item-object-custom:not(.lang-item) a {
    text-decoration: none !important;
    text-transform: uppercase;
}
#menu-topright .menu-item-object-custom:not(.lang-item) a {
    display: block;
    margin-left: 10px;
    height: 45px;
    padding-top: 7px;
}
.navbar .nav-link, .navbar .nav-item {
    font-size: 1.4rem;
}
/* Ensure horizontal scrolling and snap behavior */
.overflow-x-auto {
    display: flex;
    overflow-x: auto; /* Allow horizontal scrolling */
    scroll-snap-type: x mandatory;  /* Mandatory snapping on the x-axis */
    scroll-behavior: smooth;  /* Smooth scrolling */
}
h2 + h4{
    color: #913f98;
}
.h5, h5 {
    font-size: 1.5rem;
}
label {
    font-size: 15px;
}
.card h5 span, .card p span {
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
    text-transform: none;
}
#footer a {
    font-size: 1.3rem;
    color: #000;
    text-decoration: none;
}
#footer a span {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
}
#footer .bg-brand a span {
    font-size: 14px;
}
.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-shadow p {
    margin-bottom: 0px;
}
.features p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.features p:empty {
    height: 1.5rem;
}
.help-text {
    font-size: 0.9rem !important;
}
.card li {
    font-size: 1.2rem !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-link, #faq p a {
    text-decoration: none;
}
.list-group-numbered>.list-group-item::before {
    font-weight: 600 !important;
}
.plan .text-white, .plan .fa-cart-shopping {
    visibility: hidden;
}
#menu-topright.me-auto {
    margin-left: auto !important;
    margin-right: initial !important;
}
/* ---------------------------------------------------
    Utility
----------------------------------------------------- */
.outlined-text {
    font-size: 4rem;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
}
.outlined-text-brand {
    font-size: 4rem;
    -webkit-text-stroke: 2px #4a104e;
    text-stroke: 2px #4a104e;
}
.outlined-text-white {
    font-size: 4rem;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}
.rounded-bottom-corners-2 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.text-white {
    color: #fff;
}
.text-grey {
    color: #ebebeb;
}
.text-dark-grey, input::placeholder {
    color: #6c757d;
}
.text-gold {
    color: #c8a96e;
}
.text-blue {
    color: #e0eff2;
}
.text-light-blue {
    color: #e2f4fd;
}
.text-dark-blue {
    color: #37c6f4;
}
.text-brand {
    color: #4a104e;
}
.text-justify {
    text-align: justify;
}
.jumbotron a.btn {
    min-width: 200px;
}
.btn-white.text-brand {
    color: #4a104e !important;
}
.text-secondary {
    color: #913f98;
}
.text-yellow {
    color: #ffd503;
}
.text-green {
    color: #23453b !important;
}
.text-lime {
    color: #71bf44;
}
.text-red, .fa-gift {
    color: #e92539 !important;
}
.text-pink {
    color: #f23859;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.d-relative, .relative {
    position: relative;
}
.fixed-top.bg-white {
    border-bottom:2px solid #000;
}
.fixed-top.bg-white a {
    color: #000;
}
#support {
    padding-top: 45px;
}
.plans .badge {
    border-radius: 12px;
    padding:8px;
    height: 30px;
}
.w-80 {
    width: 80%;
}
.w-60 {
    width: 60%;
}
#footer a.no-decoration, #footer a.no-decoration:hover {
    text-decoration: none !important;
    cursor: default !important;
}
h5 + h5 a {
    text-decoration: none;
}
.finder-button {
    font-size: 1.6rem !important;
}
.finder-button:active,.finder-button:active:hover,.finder-button:hover {
    color: #fff;
    background-color: #5c9152 !important;
    border-color: #5c9152 !important;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
/* ---------------------------------------------------
    Backgrounds
----------------------------------------------------- */
.bg-white {
    background-color: #fff;
}
.bg-light-pink {
    background-color: #f8ecec;
}
.bg-blue {
    background-color: #dbecee;
}
.bg-grey {
    background-color: #f1f1f2;
}
.bg-dark-blue {
    background-color: #60cdf6;
}
.bg-navy {
    background-color: #093546;
}
.bg-yellow {
    background-color: #ffd700;
}
.bg-lime {
    background-color: #71bf44;
}
.bg-dark-grey {
    background-color: #dcddde;
}
.bg-base-grey {
    background-color: #dcddde;
}
.bg-primary {
    background-color: #854591 !important;
}
.bg-base {
    background-color: #9F64A7 !important;
}
.bg-plum {
    background-color: #622068 !important;
}
.bg-brand {
    background-color: #424242 !important;
    text-align: center;
}
.bg-red {
    background-color: #e92539 !important;
}
.bg-pink {
    background-color: #f23859;
}
.fa-cart-shopping {
    color: #60cdf6;
}
.input-group-text.bg .lime .fa, .input-group-text.bg-dark-blue {
    color: #fff;
}
.fa-info-circle {
    color: #71bf44 !important;
}
.card-scroll{
    display:flex;
    overflow-x:auto;
    gap:20px;
    padding:0;
    scroll-padding-left:20px;
    -webkit-overflow-scrolling:touch;
}
.flip-back p {
    font-size: 14px !important;
}
.scroll-card{
    flex:0 0 240px;
}
.scroll-btn.right {
    right:0;
}
.scroll-btn.left {
    left:0;
}
.scroll-btn.right, .scroll-btn.left {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    height: 240px;
    padding: 0;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    background-image: -webkit-linear-gradient(right, rgba(120, 120, 120, 0.6) 0, rgba(120, 120, 120, .4) 100%);
    background-image: -o-linear-gradient(right,rgba(120, 120, 120,.6) 0,rgba(120, 120, 120,.4) 100%);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(120, 120, 120, .6)), to(rgba(120, 120, 120, .4)));
    background-image: linear-gradient(to left, rgba(120, 120, 120, .6) 0, rgba(120, 120, 120, .4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.card-scroll::-webkit-scrollbar{
    height:8px;
}
#navbarSlideoutContent ul li.menu-item#menu-item-1014 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1015 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1016 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1017 a,
#navbarSlideoutContent #menu-sidebar .dropdown-menu li a
{
    color: #71bf44 !important;
    font-size: 1.6rem !important;
}
.lang-item a {
    color: #71bf44 !important;
}
.sidebar-social + .navbar-nav .menu-item-type-custom a {
    font-size: 1.6rem !important;
}
.fa-info-circle:not(.bw):hover {
    cursor: pointer;
}
.bg-light-blue {
    background-color: #cfe6ea;
}
td.bg-light-green {
    background-color: rgba(189, 255, 187, 0.30) !important;
}
td.bg-light-blue {
    background-color: rgba(187, 234, 255, 0.30) !important;
}
th.bg-dark-blue {
    background-color: #60cdf6 !important;
}
th.bg-lime {
    background-color: #71bf44 !important;
}
#footer .bg-brand, #footer .bg-brand a span, #footer .bg-brand a {
    color: #fff !important;
}
#footer .bg-brand a {
    font-size: 12px;
    text-decoration: none;
}
#footer .bg-brand {
    background-color: #093546 !important;
}
.border-brand {
    border: 1px solid #4a104e;
}
.bg-plum  .btn-white:hover, .btn-pink:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding: 15px;
    color: #fff;
}

/* ---------------------------------------------------
    Navbar
----------------------------------------------------- */
.home.admin-bar .menu-show.affix-top .navbar-toggler {
    color: #000;
}
.navbar.menu-show.affix-top .navbar-toggler {
    color: #fff;
}
.page-id-2155 .navbar.menu-show.affix-top .navbar-toggler,
.page-id-3243 .navbar.menu-show.affix-top .navbar-toggler,
.page-id-3288 .navbar.menu-show.affix-top .navbar-toggler,
.page-id-3366 .navbar.menu-show.affix-top .navbar-toggler,
.error404 .navbar.menu-show.affix-top .navbar-toggler{
    color: #000;
}
#navbarSlideoutContent ul li.menu-item a {
    color: #fff;
    text-decoration: none;
    margin-top: 22px;
}
#navbarSlideoutContent ul li.menu-item {
    margin-top: 8px;
    margin-bottom: 8px;
}
#navbarSlideoutContent ul li.menu-item a:hover {
    color: #fff;
    text-decoration: underline;
}
#menu-item-1023 a {
    float: right;
}
#navbarSlideoutContent ul li.menu-item#menu-item-1014 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1015 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1016 a,
#navbarSlideoutContent ul li.menu-item#menu-item-1017 a,
#menu-sidebar .dropdown-menu li a {
    text-transform: capitalize !important;
}
#navbarSlideoutContent ul li.menu-item#menu-item-1014 {
    margin-top: 30px !important;
}
#navbarSlideoutContent ul li.menu-item#menu-item-1017 {
    margin-bottom: 30px;
}
#menu-item-1018 a {
    background-color: #71bf44;
    color: #fff;
    border-radius: 4px;
    padding: 15px 25px 10px 25px
}
#menu-item-1018 a:hover {
    background-color: #81d750;
    text-decoration: none !important;
}
#menu-item-1018 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
.sidebar-social {
    margin: 20px 0px;
}
.sidebar-social a {
    font-size: 2rem;
    color: #fff;
    margin-right: 10px;
}
.admin-bar #navbarSlideoutContent {
    margin-top: 40px;
}
#menu-sidebar .dropdown-menu li a {
    color: #000 !important;
}
#menu-sidebar .dropdown-toggle {
    padding: 0px !important;
}
/* Custom Styles for Slideout Navbar */
#navbarSlideout {
    position: fixed;
    top: 0;
    right: 0; /* 👈 Changed from left: 0 to right: 0 */
    width: 80%;
    height: 100%;
    background-color: #333333 !important;
    opacity: 0.97;
    transform: translateX(100%); /* 👈 Start offscreen to the right */
    transition: transform 300ms ease-in-out;
    z-index: 2000;
    overflow-y: auto;
}

/* Custom backdrop */
#sidebarBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1999;
    display: none;
}

/* Dropdown styles (unchanged) */
#navbarSlideout .dropdown-toggle::after {
    font-family: FontAwesome;
    content: " \f078" !important;
    font-size: 24px;
    color: #71bf44 !important;
}

#navbarSlideout .dropdown-toggle.show::after {
    font-family: FontAwesome;
    content: " \f077" !important;
    font-size: 24px;
    color: #71bf44 !important;
}

#navbarSlideout ul.dropdown-menu {
    position: relative !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
}

#navbarSlideout .dropdown-menu .nav-item.menu-item:hover {
    background-color: transparent !important;
}

/* When open, slide in from right */
#navbarSlideout.collapse.show {
    transform: translateX(0); /* 👈 Slides into view */
}

.navbar-collapse {
    display: block; /* Ensures collapse content is always block */
}

/* Optional: styling for the navbar items */
#navbarSlideout .navbar-nav {
    flex-direction: column;
}

/* Optional: Style for hamburger toggle */
.navbar-toggler {
    position: relative;
    z-index: 1060;
}
#wrapper #support_quick_menu a.btn {
    font-size: 1.1rem !important;
    height: 40px !important;
}
li #support_quick_menu {
    position: initial;
}
/* Transition for smooth sliding */
.affix.menu-hide, .affix.menu-show {
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
}

/* Menu hidden state - move it up out of view */
.menu-hide {
    transform: translateY(-100%); /* Moves the menu up when hidden */
    opacity: 1; /* Optional: fade out */
}
/* Menu visible state - slide it into view */
.menu-show {
    transform: translateY(0); /* Moves the menu into view when shown */
    opacity: 1; /* Ensure it's fully visible */
}
#support_quick_menu.menu-hide {
    transform: translateY(-200%); /* Moves the menu up when hidden */
    opacity: 1; /* Optional: fade out */
}
/* Menu visible state - slide it into view */
#support_quick_menu.menu-show {
    transform: translateY(0); /* Moves the menu into view when shown */
    opacity: 1; /* Ensure it's fully visible */
}
/* When the menu is shown and affixed */
.menu-show.affix {
    background-color: #4a104e;
    opacity: 1;
}

/* When the menu is shown in the quick menu section */
#quick-menu.menu-show.affix {
    background-color: #fff !important;
}

/* When the menu is affixed at the top, keep it at the top and visible */
.affix-top.menu-hide {
    transform: translateY(0); /* Menu stays at the top when affixed */
    opacity: 1; /* Ensure it's visible */
    visibility: visible;
}
.navabr:first-of-type {
    height: 32px;
}
.navbar-toggler {
    color: #000;
    border: 0 !important;
    font-size: 26px;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.dropdown-menu .nav-item.menu-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-menu .nav-item.menu-item:focus, .dropdown-menu .nav-item.menu-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-toggle::after{
    font-family: FontAwesome;
    content: " \f078" !important;
    font-size: 14px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

.dropdown-toggle.show::after{
    font-family: FontAwesome;
    content: " \f077" !important;
    font-size: 14px;
}
.page-template-default .navbar.menu-show.affix-top {
    background-color: transparent !important;
}

#growth a.clickable-img {
    display: contents !important;
}
#growth img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    margin: auto;
}
#growth .card-body {
    border-top: 1px solid #000000;
}
.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border: 2px dashed #ccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

/* draw the "X" */
.image-placeholder::before,
.image-placeholder::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: #aaa;
    transform-origin: center;
}

.image-placeholder::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.image-placeholder::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar {
    background-color: #fff !important;
}
.navbar + .navbar {
    background-color: #fff !important;
}
.navbar .nav-link, .navbar .nav-item, .navbar .nav-item a {
    color: #000 !important;
    text-decoration: none !important;
    padding-right: 4px;
    padding-left: 4px;
}
.navbar.affix-top.menu-show .nav-link, .navbar.affix-top.menu-show .nav-item, .navbar.affix-top.menu-show .nav-item a {
    color: #fff !important;
}
.navbar.affix-top.menu-show #menu-nav_menu > .current_page_item.active a, .page:not(.home) .navbar #menu-nav_menu > .current_page_item.active a {
    color: #fff !important;
}
.navbar.affix.menu-show #menu-nav_menu > .current_page_item.active a {
    color: #000 !important;
}
.navbar .nav-item.menu-item-object-custom {
    padding-right: 4px;
    font-size: 26px;
}
.navbar .dropdown-toggle:hover, .navbar .dropdown-toggle:active a, .navbar .dropdown-toggle:focus a,
.navbar .dropdown-toggle:hover:after, a.btn-link{
    color: #60cdf6 !important;
}
.dropdown-menu .nav-item a {
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    cursor: pointer;
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.navbar p {
    margin-top: -6px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.navbar p span {
    text-transform: uppercase;
}
.navbar-brand img {
    margin-top: -4px;
    height: 60px;
}
.sign-in .form-floating .form-control {
    text-align: center; /* Center text in the input */
}

.sign-in .form-floating .form-control::placeholder {
    text-align: center; /* Center placeholder text */
}

.sign-in .form-floating > label {
    text-align: center; /* Center the label text */
    left: 50%; /* Move the label to the center */
    transform: translateX(-50%); /* Adjust position to center */
}
/* Keep label centered when input is focused */
.sign-in .form-floating .form-control:focus ~ label,
.sign-in .form-floating .form-control:not(:placeholder-shown) ~ label {
    left: 50%;
    transform: translate(-50%, -0.8rem); /* Adjust Y position when focused */
    opacity: 1; /* Ensure the label is visible */
}
.card .list-group li {
    border: 0 !important;
}
input[type="radio"]:hover {
    pointer-events: none;
}

/* ---------------------------------------------------
    Button Swipe
----------------------------------------------------- */

.swipe {
    background: transparent;
    outline: none;
    padding: 16px 30px;
    overflow: hidden;
    border-radius: 4px;
    position: absolute;
    text-decoration: none;
    font-size: 16px;
}
.swipe:hover{
    text-decoration: none;
}
.swipe{
    width: 200px;
    padding: 16px 0px 13px 0px;
}
.text-container .swipe{
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
.swipe{
    padding: 8px 30px;
}
.swipe:before {
    content: attr(data-hover);
    position: absolute;
    left:0;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.4rem;
    opacity: 0;
    transform: translate(-100%,0);
    transition: all .3s ease-in-out;
    z-index: 5;
    color: #60cdf6;
    text-align: center;
}
.swipe.btn-job:before{
    top: 1.8rem;
}
.swipe div {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.5rem;
    transition: all .3s ease-in-out;
    text-align: center;
}
.iu-page .swipe div {
    font-size: 0.7rem;
    line-height: 1.5rem;
}
.swipe.btn-job{
    padding: 18px 10px 12px 10px;
}
.swipe .overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 140%;
    transform: translate3d(100%,0,0) skew(0deg);
    background-color: #000;
    opacity: 0;
    transition: transform .5s ease,opacity .3s ease;
    border-radius: .125rem;
    display: block;
    z-index: 1;
}
.swipe:hover:before {
    opacity: 1;
    transform: translate(0,0);
}
.swipe:hover div {
    opacity: 0;
    transform: translate(100%,0);
}
.swipe:hover .overlay, .products .tab-pane a.swipe:hover .overlay, #media a.swipe.btn-teal:hover .overlay {
    transform: translate3d(10%,0,0) skew(-20deg);
    opacity: 1;
}
.navbar a.btn {
    padding-bottom: 0px;
    padding-top: 3px;
}
body a.btn {
    padding-bottom: 5px;
}
.btn, #menu-topright .menu-item-object-custom:not(.lang-item) a  {
    border-radius: 4px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.jumbotron h3 {
    margin-bottom: 1rem;
}
.btn-brand {
    background-color: #4a104e;
    color: #fff;
}
.btn-brand:hover {
    background-color: #5f1664;
    color: #fff;
}
.btn-pink {
    background-color: #f23859;
    color: #fff;
}
.btn-red {
    background-color: #e92539;
    color: #fff;
}
.btn-red:hover {
    background-color: #f3253a;
    color: #fff;
}
.btn-gold {
    background-color: #c8a96e;
    color: #000;
}
.btn-gold:hover {
    background-color: #000;
    color: #c8a96e;
}
.btn-black {
    background-color: #000;
    color: #c8a96e;
}
.btn-black:hover {
    background-color: #c8a96e;
    color: #000;
}

.btn-silver {
    background-color: #b5b4ae;
    color: #000;
}
.btn-silver:hover {
    background-color: #000;
    color: #b5b4ae;
}
.btn-green, #menu-topright .menu-item-object-custom:not(.lang-item) a {
    background-color: #71bf44;
    color: #fff;
}
#promo-pager .btn-green:hover {
    background-color: #51a351;
    background-image: none !important;
}
.btn-green:hover, #menu-topright .menu-item-object-custom:not(.lang-item) a:hover {
    background-color: #81d750;
    color: #fff;
}
.btn-teal {
    background-color: #0fb6b8;
    color: #fff;
}
.btn-teal:hover {
    background-color: #14c7c9;
    color: #fff;
}
.btn-blue {
    background-color: #37c6f4;
    color: #fff;
}
.btn-blue:hover {
    background-color: #7adfff !important;
    color: #fff;
}
.btn-yellow {
    background-color: #fbd705;
}
.btn-yellow:hover {
    background-color: #000;
    color: #fff !important;
}
.btn-check:checked+.btn.btn-white, .btn-check:disabled+.btn.btn-white, .btn-check[disabled]+.btn.btn-white {
    background-color: #3dcbf8 !important;
    color: #fff;
    opacity: 1;
}
.btn-check:checked+.btn.btn-blue:hover, .btn-check:disabled+.btn.btn-blue:hover, .btn-check[disabled]+.btn.btn-blue:hover {
    background-color: #fff;
    color: #000;
    cursor: not-allowed;
    opacity: 1;
}
.btn-check.disabled + label:after {
    content: "\f00c";
    font-family: "FontAwesome", sans-serif;
    color: #fff;
    padding-left: 5px;
    font-size: 16px;
}
.btn-detail {
    background-color: #fff;
    border-color: #37c6f4;
    color: #000;
}
.btn-white-outline {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    width: 200px;
}
.btn-white-outline:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    text-decoration: none !important;
}
.social a {
    color: #e43030 !important;
    font-size: 30px !important;
    padding: 10px 3px;
}
.text-teal {
    color: #0fb6b8;
}
.btn-detail:hover, .btn-detail:focus{
    background-color: #000;
    color: #fff;
}
.btn-white, .btn-check+.btn.btn-blue:hover {
    background-color: #fff !important;
    color: #000;
    border: 1px solid #000 !important;
}
.btn-white:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.btn-white.swipe.active {
    background-color: #000 !important;
    color: #fff;
    pointer-events: none;
}
.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: #c8a96e;
    --bs-btn-hover-color: #c8a96e;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}
.btn-primary {
    background-color: #fff;
    color: #093546;
    border-color: #093546;
}
.btn-primary:hover, .btn-primary.active, :not(.btn-check)+.btn:active{
     background-color: #000;
     color: #fff;
}
.inquire {
    width: 150px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.w-90 {
    width: 90%;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    height: 50px;
}
.input-group span, .input-group input, #faq .panel-group .card {
    border: 1px solid #000 !important;
}
form button[type="submit"], .btn-brand, #customers input, #customers .form-floating, .carousel-item a {
    width: 300px;
}
.home-header-img {
    max-width: 400px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#wrapper button[type="submit"], #wrapper a.btn, #wrapper .navbar a.nav-link.btn, label.btn, #wrapper button.dropdown-toggle, #menu-topright .menu-item-object-custom:not(.lang-item) a {
    font-size: 1.4rem !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
}
.card.shadow:hover {
    box-shadow: 0 .8rem 1.1rem rgba(var(--bs-body-color-rgb),.18)!important
}

/* Triangle itself */
.card-corner {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 120px solid #7fcbf1;
    border-right: 120px solid transparent;
    z-index: 1;
}

/* Wrapper for positioning image inside triangle */
.corner-icon-wrapper {
    position: absolute;
    top: -120px;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px;
    z-index: 2;
    pointer-events: none;
}

/* The image */
.corner-icon {
    width: 75px;
    height: auto;
}


/* ---------------------------------------------------
    Media Queries
----------------------------------------------------- */
@media (min-width: 1600px) {
    #topbar .container-fluid {
        max-width: 1500px; /* Set maximum width */
        margin-left: auto; /* Center horizontally */
        margin-right: auto; /* Center horizontally */
        padding-left: 15px; /* Optional: Add padding to the left */
        padding-right: 15px; /* Optional: Add padding to the right */
    }
    .home .carousel-item .container {
        max-width: 1400px !important;
    }
}
@media (min-width: 1471px) {
    .container-fluid {
        max-width: 1440px; /* Set maximum width */
        margin-left: auto; /* Center horizontally */
        margin-right: auto; /* Center horizontally */
        padding-left: 15px; /* Optional: Add padding to the left */
        padding-right: 15px; /* Optional: Add padding to the right */
    }
}
@media (min-width: 1440px) {
    .container-fluid {
        max-width: 1320px;
    }
}
@media (min-width: 1400px) {
    #foundation_partners .scroll-btn.right, #foundation_partners .scroll-btn.left {
        display: none !important;
    }
}
@media (min-width: 1201px) {
    .hero h1 {
        font-size: 5.5rem !important;
        line-height: 5.2rem !important;
    }
    .en-logo {
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .bg-kanata {
        height: auto !important;
    }
    .circle-icons {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; /* left aligned */
        align-items: flex-start;
        gap: 40px 20px;
    }

    .icon-card {
        position: relative; /* remove absolute positioning */
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;

        transform: none !important; /* remove circle transforms */

        width: 120px;
        height: 120px;
    }
    #unique .content-panel {
        text-align: center;
    }
    .panel-navigation {
        text-align: center;
    }
    #stack .w-75 {
        width:100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    #solutions .col-md.d-flex {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    #menu-topright .lang-item {
        font-size: 1.4rem !important;
        line-height: 3rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: 100% !important;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }
    .carousel-item {
        height: 388px;
    }
    .banner-controls {
        right: 200px;
    }
}
@media (max-width: 991px) {
    .home.admin-bar .menu-show.affix-top  a.header-link img {
        filter: brightness(1) invert(0);
    }
    #contact #form {
        height: 840px !important;
    }
    #menu-topright .lang-item {
        display: none;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    #topbar .d-flex.w-100 {
        width: auto !important;
    }
    .banner-controls {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1020;
        height: 40px;
        width: 200px;
        top: 94%;
    }
    .banner-controls .carousel-indicators {
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        z-index: 1020;
    }
    .header-link {
        z-index: 2020;
    }
    .rounded-corners-2.w-75 {
        width: 100% !important;
    }
    .navbar .w-100 {
        flex-direction: column;
        position: relative;
    }
    .navbar-toggler {
        position: absolute;
        right: 12px;
    }
    .navbar-collapse {
        order: 2
    }
    .navbar .d-flex.flex-grow-1 {
        display: contents !important;
    }
    #footer a {
        text-align: center;
    }
    .video {
        height: 680px;
        max-height: 680px;
    }
    body.admin-bar .navbar-toggler {
        position: absolute;
        left: auto;
        top: 24px;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar .sign-in {
        position: absolute;
        top: 0px;
        right: 0;
        display: flex;
    }
    .table-responsive {
        display: block;
        background-color: #fff;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        background-image: /* Shadows */ linear-gradient(to right, white, white), linear-gradient(to right, white, white), /* Shadow covers */ linear-gradient(to right, rgba(0, 0, 0, .35), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .35), rgba(255, 255, 255, 0)) !important;
        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-color: white !important;
        background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
        background-attachment: local, local, scroll, scroll;
        border: 0;
        border-radius: 6px;
    }
    .table-responsive table {
        width: 1200px;
    }
    .mobile-left, .mobile-left.align-items-center {
        text-align: left !important;
        align-items: flex-start;
    }
    .mobile-center {
        text-align: center !important;
    }
    .outlined-text-brand.text-blue {
        color: #cee5e9 !important;
    }
    .img-bleed.w-80, .img-bleed img, .w-60 {
        width: 100% !important;
    }
    #sign_in .w-50 {
        width: 80% !important;
    }
    .d-md-none {
        display: none !important;
    }
    .affix.menu-show .navbar-toggler {
        color: #000;
    }
    #topbar .d-flex + .d-flex {
        gap: 1.5rem !important;
    }
    #topbar .navbar-toggler {
        display: contents;
    }
    .bg-contact {
        background-image: url('/wp-content/uploads/2026/04/teleport.jpg');
        background-size: cover;
        background-position: 50% 80%;
        height: 100% !important;
    }
    .bg-contact::before {
        height: 1398px;
    }
    #contact .container {
        margin-top: 182px!important;
    }
    #team {
        margin-top: 82px!important;
    }
    .circle-icons {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly; /* left aligned */
        align-items: flex-start;
        gap: 40px 20px;
    }
    .bg-buffalo, .bg-c3 {
        height: 350px;
    }
    .bg-fire {
        background: url(/wp-content/uploads/2026/05/Firefighter-banner.jpg) no-repeat 100% 100%;
    }
    .bg-qiniq {
        background: url(/wp-content/uploads/2026/05/Satellite-closeup.jpg) no-repeat 50% 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-item {
        min-height: 741px;
    }
}
@media (min-width: 768px) {
    .home.menu-show .affix-top .navbar-toggler {
        color: #fff;
    }
}
@media (max-width: 767px) {
    #contact .container, #team {
        margin-top: 140px!important;
    }
    .bg-contact::before {
        height: 1920px;
    }
    .bg-navy .text-left, .bg-navy p, .bg-navy .btn {
        text-align: center !important;
    }
    p {
        font-size: 1.2rem !important; /* Keep base size same for paragraph */
    }
    .w-50, .w-60, .w-75, .w-80, .w-90 {
        width: 100% !important;
    }
    .py-sm-3 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .px-sm-3 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .col-sm-6:first-of-type.flex-center {
        margin-bottom: 12px;
    }
    .mt-sm-3 {
        margin-top: 2rem !important;
    }
    .mt-sm-5 {
        margin-top: 5rem !important;
    }
    .mt-sm-4 {
        margin-top: 4rem !important;
    }
    .my-sm-3 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 1rem !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    body.admin-bar #wrapper {
        margin-top: 0 !important;
    }
    .py-xs-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
    .flex-center {
        text-align: center;
        display: block;
    }
    .outlined-text-brand.text-light-blue {
        color: #b7e4f9;
    }
    #signup .outlined-text-brand.text-light-blue {
        color: #e5f0f3;
    }
    .padding-start {
        padding-left: 0;
    }
    .padding-end {
        padding-right: 0;
    }
    .card li {
        line-height: 1.5rem;
    }
    #sign_in .w-50 {
        width: 100% !important;
    }
    .carousel-item {
        height: 680px;
    }
    .d-sm-none {
        display: none !important;
    }
    .offset-img img:first-of-type {
        pointer-events: none;
        width: 50%;
        float: left;
    }
    .offset-img .free-moto {
        width: 40%;
        margin-top: 120px;
    }
    .offset-img .bonus-gift {
        width: 70%;
    }
    .text-sm-center {
        text-align: center !important;
    }
    #growth img {
        max-width: 300px;
        margin: auto;
    }
    .hub-1 {
        background: url('/wp-content/uploads/2026/04/modular.jpg') no-repeat 30% 30%;
    }
    .bg-roots {
        background: url(/wp-content/uploads/2026/05/Pond-Inlet-Community.jpg) no-repeat 100% 75%;
    }
    #footer img {
        max-width: 300px;
    }
    .bg-dnd, .bg-ind, .bg-cont, .bg-maritime, .bg-remote, .bg-family {
        height: 330px;
    }
    .pentagon-container {
        width: 320px;
        height: 320px;
    }
    .outer-circle {
        width: 260px;
        height: 260px;
    }
    .pentagon-circle {
        width: 90px;
        height: 90px;
        font-size: 11px;
        padding: 6px;
    }
    .center-circle {
        width: 140px;    /* Reduced from 150px */
        height: 165px;   /* Reduced from 175px */
        padding: 10px;
        font-size: 11px; /* Reduced from 11px */
        border-width: 2px;
        text-align: center;
    }
    #solutions .col-lg-4 {
        margin-bottom: 2.5rem;
    }
    #solutions .row.py-3 {
        padding: 0 !important;
    }

    /* Adjusted clip-path for the smaller size */
    .center-circle {
        clip-path: path('M70,0 C70,0 140,0 140,0 C140,0 140,58.9 140,82.5 C140,129.5 105,165 70,165 C35,165 0,129.5 0,82.5 C0,58.9 0,0 0,0 C0,0 70,0 70,0 Z');
    }
    .header-logo {
        max-width: 130px !important;
    }
    .modal .text-left, .modal .text-right {
        text-align: center !important;
    }
    #contact h2 {
        font-size: 2.4rem;
        line-height: 0.9;
    }
    #contact #form {
        height: 1080px !important;
    }
    .pb-sm-5 {
        padding-bottom: 2rem !important;
    }
    .bg-buffalo, .bg-c3 {
        height: 250px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .banner-controls .carousel-indicators {
        margin-left: 0;
        margin-right: 0;
        right: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #footer .col-sm-6 a {
        text-align: left !important;
    }
}
@media (max-width: 575px) {
    form button[type="submit"], .btn-brand {
        width: auto;
    }
    .card-shadow .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .card-shadow .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .mb-sm-4 {
        margin-bottom: 1rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xs-2 {
        margin-top: 1rem !important;
    }
    .mt-xs-3 {
        margin-top: 2rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-xs-5 {
        padding: 3rem !important;
    }
    .px-xs-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-xs-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xs-5 {
        padding-top: 3rem !important;
    }
    .p-xs-4 {
        padding: 2rem !important;
    }
    .p-xs-3 {
        padding: 1rem !important;
    }
    .px-xs-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xs-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 2rem !important;
    }
    .py-sm-4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 3rem !important;
    }
    .pt-sm-3 {
        padding-top: 2rem !important;
    }
    .py-sm-3 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-xs-3 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .mt-xs-0 {
        margin-top: 0rem !important;
    }
    .mb-xs-3 {
        margin-bottom: 2rem !important;
    }
    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }
    .my-xs-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xs-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .carousel-item {
        height: 680px;
    }
    .home-header-img {
        max-width: 300px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .text-xs-center {
        text-align: center !important;
    }
    .carousel-item a {
        max-width: 300px !important;
        width: auto !important;
    }
    form button[type="submit"], .btn-brand {
        width: 100%;
    }
    .card-shadow .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .card-shadow .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .px-sm-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .p-xs-1 {
        padding: .5rem !important;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .p-xs-5 {
        padding: 3rem !important;
    }
    .px-xs-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-xs-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xs-5 {
        padding-top: 3rem !important;
    }
    .p-xs-4 {
        padding: 2rem !important;
    }
    .p-xs-3 {
        padding: 1rem !important;
    }
    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-3.pb-xs-0 {
        padding-bottom: 0 !important;
    }
    .py-sm-4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 3rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xs-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .mt-sm-5 {
        margin-top: 5rem !important;
    }
    .mt-xs-4 {
        margin-top: 4rem !important;
    }
    .m-xs-0 {
        margin: 0 !important;
    }
    .mx-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mt-xs-0 {
        margin-top: 0rem !important;
    }
    .my-xs-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xs-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .p-xs-2 {
        padding: 1rem !important;
    }
    .px-xs-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    #footer .bg-brand a {
        display: block !important;
    }
    .d-xs-none {
        display: none !important;
    }
    .banner-controls {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1020;
        top: 92%;
        height: 60px;
    }
    .d-xs-block {
        display: block !important;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #mainModal .list-group-item.list-group-item-action.collapse-toggle p {
        margin-right: 20px;
    }
}
@media (max-width: 480px) {
    .bg-contact::before {
        height: 1960px;
    }
    #contact #form {
        height: 1240px !important;
    }
    .hero h1 {
        font-size: 3.6rem !important;
        line-height: 3.4rem !important;
    }
    #mace .col-xl-4 {
        margin-bottom: 60px;
    }
    .px-sm-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-xs-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}
@media (max-width: 430px) {
    .padding-start {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-end {
        padding-left: 0;
        padding-right: 0;
    }
}
