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

.din-regular, body, .dropdown-menu .nav-item a, .navbar p, .card h5 span, .card p span, #footer a span, body p, li, .form-floating label, li, .list-group-item, .popover-body{
    font-family: "URWDIN-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
.din-medium, .card .badge.bg-lime, #footer a, #mission h4,
#navbarSlideoutContent #menu-sidebar .dropdown-menu li a,
.sidebar-social + .navbar-nav .menu-item-type-custom a{
    font-family: "URWDIN-Medium", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
.din-medium-bold,.navbar .nav-item, .navbar .nav-link, .image-title,body h1, body h2, body h4, a.btn, button[type="submit"], #footer a:hover, .pentagon-circle, .popover-heading, #navbarSlideoutContent ul li.menu-item a, #distributor_map a p {
    font-family: "URWDIN-Medium", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
}
.din-regular-bold, .card p span.din-regular-bold, .csp .col-lg-4 + .col-lg-4 p:first-of-type {
    font-family: "URWDIN-Regular", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
}
.din-bold {
    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, .features + h3 span, .plans .plan .card .row .price span, input::placeholder, .card.shadow h3 span, #devices .card h5 span, #add-ons h3 span span, #add-ons h4 span span, #add-ons h5 span span {
    font-family: "URWDINCond-Light", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}
.din-condensed-light-bold, #navbarSlideoutContent .lang-item a{
    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, .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, .csp h3, button.btn, table th, #questions .card h5 span, label.btn,.price-asterisk, .features + h3 span.text-left, .price-reduction-triangle{
    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;
}
p, #wrapper li {
    font-size: 20px !important; /* Base size */
    line-height: 1.5 !important; /* Example line height for paragraph */
}
#distributor_map a p {
    font-size: 14px !important; /* Base size */
    line-height: 1 !important; /* Example line height for paragraph */
}
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: 0px;
    border-radius: 6px;
}
.notify:hover .badge-danger{
    background-color: #f2172c;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.title-bg h1{
    font-size: 3.2rem; /* 90px / 20px */
    line-height: 1;
}
.jumbotron h1, .carousel h1, .video h1, .container-fluid h1{
    font-size: 2.75rem; /* 90px / 20px */
    line-height: 1;
    margin-top: 0;
}
.title-bg h1 {
    color: #fff;
}
.banner-controls {
    position: absolute;
    top: 70px;
    right: 30px;
}
body.page:not(.home) section > .jumbotron:first-of-type{
    margin-top: 100px !important;
}
h2 {
    font-size: 4.5rem; /* 70px */
    line-height: 0.9;
}
h3 {
    font-size: 3rem; /* 50px */
    line-height: 0.9;
}

h4 {
    font-size: 2rem; /* 40px */
    line-height: 1.2 !important;
}
#navbarSlideoutContent ul li.menu-item a {
    font-size: 1.5rem;
    line-height: 1.2 !important;
    text-transform: initial;
}

h5 {
    font-size: 1.5rem; /* 30px */
    line-height: 1;
}

h6 {
    font-size: 1.25rem; /* 25px */
    line-height: 1;
}
input::placeholder {
    text-transform: uppercase;
}
#navbarSlideoutContent ul li.menu-item a {
      text-transform: none;
}
.modal .spec-docs a {
    color: #000 !important;
    text-decoration: none;
}
.modal .spec-docs a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------
    General
----------------------------------------------------- */
body {
    background-color: #ffffff !important;
}
body #wrapper {
    margin-top: 0;
}
body.admin-bar #wrapper {
    margin-top: 0;
}
body.admin-bar .navbar.bg-yellow {
    top: 32px;
}
body.admin-bar #topbar {
    top: 32px;
    border-top: 1px solid #d7d7d7;
}
.navbar.bg-yellow p {
    font-size: 14px !important;
    margin: 0 !important;
    text-transform: initial !important;
}
.navbar.bg-yellow a {
    font-size: 20px;
    margin: 0 5px;
    color: #000;
}
#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;
}
.video {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}
#footer .social a:hover i {
    filter: brightness(1.1);
}
body a:hover {
    text-decoration: underline;
}
#footer .social-links a:hover {
    text-decoration: none !important;
}
body .jumbotron a:hover {
    text-decoration: underline !important;
}
#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;
}
.icon {
    width: 120px;
}
.icon h5 {
    float: left;
}
#coverage .btn {
    width: 330px;
}
.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;
}
.carousel-indicators {
    bottom:-40px !important;
}
.carousel-indicators button {
    background-color: #6e6666 !important;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures image fills container and keeps aspect ratio */
    object-position: center; /* optional: center the image */
    display: block; /* remove bottom spacing */
}
.text-uppercase, .carousel h1, .carousel h2, .badge.rounded-pill, .csp h3, #menu-topright .menu-item-object-custom:not(.lang-item) a, #menu-topright-iu .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, #menu-topright-iu .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;
}
.page-id-633 .table-responsive > hr, .page-id-633 .table-responsive > br, .page-id-633 .table-responsive > b, .page-id-633 .table-responsive > p,
.page-id-1562 .table-responsive > hr, .page-id-1562 .table-responsive > br, .page-id-1562 .table-responsive > b, .page-id-1562 .table-responsive > p {
    display: none;
}
.page-id-633 .table-responsive, .page-id-1562 .table-responsive{
    color: transparent;
}
/* 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: #fff;
    text-decoration: none;
}
#footer a span {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
}
#footer .bg-brand a span {
    font-size: 14px;
}
.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: 0;
    padding-bottom: 0;
}
.btn-link {
    text-decoration: none;
}
.list-group-numbered>.list-group-item::before{
    font-weight: 600 !important;
}
#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;
}
.bg-red hr {
    border-top: 3px solid #c3c3c3;
}
.text-white {
    color: #fff;
}
.text-grey {
    color: #c3c3c3;
}
.text-dark-grey, input::placeholder {
    color: #6c757d;
}
.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;
}
.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;
}
.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-yellow {
    background-color: #fbd705;
}
.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: #1f3241 !important;
    text-align: center;
}
.bg-red {
    background-color: #dc1e0e !important;
}
.slider-item i {
    color: #dc1e0e;
}
.bg-pink {
    background-color: #f23859;
}
.input-group-text.bg -lime .fa, .input-group-text.bg-dark-blue {
    color: #fff;
}
.fa-info-circle {
    color: #71bf44 !important;
}
#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: #fff !important;
    font-size: 1.2rem !important;
}
.sidebar-social + .navbar-nav .menu-item-type-custom a {
    font-size: 1.6rem !important;
}
.fa-info-circle:not(.bw):hover {
    cursor: pointer;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-blue {
    position: relative;
    background-color: #1f3241;
    height: 576px;
}

.bg-404 {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/404.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 576px;
}

/* Overlay */
.bg-404::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); /* adjust opacity here */
    z-index: 1;
    pointer-events: none;
}

/* Keep content above overlay */
.bg-404 > * {
    position: relative;
    z-index: 2;
}

.bg-products {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Product-landing-banner-flip.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 576px;
}

/* Overlay */
.bg-products::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* adjust opacity here */
    z-index: 1;
    pointer-events: none;
}

/* Keep content above overlay */
.bg-products > * {
    position: relative;
    z-index: 2;
}

.bg-greensol {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Geensol-header.jpg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: -20% 0;
    height: 640px;
}

/* Overlay */
.bg-greensol::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #242e35 0%, rgba(14, 28, 39, 0.40) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

/* Keep content above overlay */
.bg-greensol > * {
    position: relative;
    z-index: 2;
}

.bg-fst {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/FST_Branded-scaled-1.jpg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 40% 0;
    height: 640px;
}

/* Overlay */
.bg-fst::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #242e35 0%, rgba(14, 28, 39, 0.40) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

/* Keep content above overlay */
.bg-fst > * {
    position: relative;
    z-index: 2;
}

.bg-isolator {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/fire-banket-contact-images.jpg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 640px;
}

/* Overlay */
.bg-isolator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #242e35 0%, rgba(14, 28, 39, 0.40) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

/* Keep content above overlay */
.bg-isolator > * {
    position: relative;
    z-index: 2;
}


.bg-liion {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Li-ion_Tamer_header.jpg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 640px;
}

/* Overlay */
.bg-liion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #242e35 0%, rgba(14, 28, 39, 0.40) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

/* Keep content above overlay */
.bg-liion > * {
    position: relative;
    z-index: 2;
}

.bg-firepass {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Firepass.jpg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 640px;
}

/* Overlay */
.bg-firepass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #242e35 0%, rgba(14, 28, 39, 0.40) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

/* Keep content above overlay */
.bg-firepass > * {
    position: relative;
    z-index: 2;
}


.bg-enviornmental {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Environmental.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
/* Overlay */
.bg-enviornmental::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #2e3942 0%, rgba(14, 28, 39, 0.10) 80%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}
.bg-enviornmental > * {
    position: relative;
    z-index: 2;              /* sits above overlay */
}

.bg-teleport{
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/teleport.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
/* Overlay */
.bg-teleport::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    z-index: 1;
    pointer-events: none;
}
.bg-teleport > * {
    position: relative;
    z-index: 2;              /* sits above overlay */
}
.title-bg.bg-teleport::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #242e35 0%, rgba(14, 28, 39, 0.40) 100%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

.bg-arsenal{
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Greensol-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
#fst_arsenal.bg-arsenal{
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/naval.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
#liion_arsenal.bg-arsenal{
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Li-ion-tamer-contact-images-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
#firepass_arsenal.bg-arsenal{
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Data-center-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
/* Overlay */
.bg-arsenal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    z-index: 1;
    pointer-events: none;
}
.bg-arsenal > * {
    position: relative;
    z-index: 2;              /* sits above overlay */
}


.bg-community {
    background-image: url('/wp-content/uploads/2026/03/Preserving-structure.jpg');
    background-size: cover;
    background-position: 100% 0;
    min-height: 576px;"
}
.bg-firefighter-fst {
    background-image: url('/wp-content/uploads/2026/03/firefighter-1.jpg');
    background-size: cover;
    background-position: 100% 0;
    min-height: 576px;"
}

.bg-firefighter {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Firefighter-banner-medium.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}

/* Overlay */
.bg-firefighter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #2e3942 0%, rgba(14, 28, 39, 0.10) 80%);
    z-index: 1;              /* sits above background */
    pointer-events: none;
}

/* Content inside */
.bg-firefighter > * {
    position: relative;
    z-index: 2;              /* sits above overlay */
}
.bg-firefighter p {
    text-shadow: 4px 5px 14px rgba(0, 0, 0, 1);
}

.bg-mission {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Firefighter-truck-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 576px;
}
/* Overlay */
.bg-mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    z-index: 1;
    pointer-events: none;
}
#product-collapse .list-group-item {
    border-radius: 0 !important;
    border-color: #fff;

}
#product-collapse .list-group-item.collapsed, #product-collapse .multi-collapse.collapse.show {
    border-bottom: 1px solid #000;
}
#product-collapse .list-group-item:hover {
    text-decoration: none !important;
}
#product-collapse .multi-collapse .card {
    border-radius: 0 !important;
    border-color: #fff;
}
/* Base style */
.collapse-toggle {
    position: relative;
    padding-right: 40px;
}

/* Icon (default = plus) */
.collapse-toggle::after {
    content: "\f067"; /* Font Awesome plus */
    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;
}

/* When expanded = minus */
.collapse-toggle:not(.collapsed)::after {
    content: "\f068"; /* Font Awesome minus */
    color: #dc1e0e;
}
.collapse-toggle::after {
    content: "\f067";
    transform: translateY(-50%) scale(1);
}

.collapse-toggle:not(.collapsed)::after {
    transform: translateY(-50%) scale(1.1);
}

/* Container for image + hotspots */
#hover_features {
    position: relative;
    display: inline-block;
}
#hover_features button i {
    font-size: 20px;
    line-height: 34px;
}
/* Image responsiveness */
#hover_features img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Base button styling */
#hover_features button {
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;

    /* center button on coordinates */
    transform: translate(-50%, -50%);

    /* pulse animation */
    animation: pulse 2s infinite;
}

/* Individual “random” positions */
.popover1 {
    top: 20%;
    left: 10%;
}

.popover2 {
    top: 50%;
    left: 90%;
}

.popover3 {
    top: 80%;
    left: 50%;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        transform: translate(-50%, -50%) scale(1.15);
        box-shadow: 0 0 0 15px rgba(220, 53, 69, 0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* Hover effect (stops pulse + enlarges slightly) */
#hover_features button:hover {
    animation: none;
    transform: translate(-50%, -50%) scale(1.2);
}
/* Main popover container */
.popover {
    border: none;
    border-left: 4px solid #dc3545; /* Bootstrap red */
    border-radius: 0;
    box-shadow: 0 0 0.75rem rgba(0,0,0,0.35);
}

/* Optional: remove arrow */
.popover .popover-arrow {
    display: none;
}

/* Popover body */
.popover-body {
    background-color: #fff; /* light gray like blockquote */
    padding: 0.5rem;
}

/* Optional: title styling */
.popover-header {
    background-color: #fff;
    border-bottom: none;
    font-weight: bold;
}
.popover-heading {
    padding-top: 1rem;
}



.bg-mission > * {
    position: relative;
    z-index: 2;              /* sits above overlay */
}
.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;
}
.border-brand {
    border: 1px solid #4a104e;
}
.home .rocket {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 22%;
}
.bg-plum  .btn-white:hover, .btn-pink:hover {
    background-color: #000 !important;
    color: #fff !important;
}
#team img {
    width: 19.5625rem;
    max-width: 19.5625rem;
    height: 13.875rem;
    object-fit: cover;
    object-position: center center;
}
#team a, #team a:hover {
    text-decoration: none !important;
}
#team a img {
    filter: brightness(95%) !important;
}
#team a:hover img {
    filter: brightness(110%) !important;
}
/* TIMELINE */
.timeline-wrapper {
    overflow-x: auto;
}

.timeline {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    padding: 2rem 0;
}

/* horizontal line */
.timeline::before {
    content: "";
    position: absolute;
    top: 65px; /* controls line position */
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #777777;
    z-index: 0;
}

.timeline-item {
    position: relative;
    display: inline-block;
    width: 250px;
    margin-right: 2rem;
    vertical-align: top;
    z-index: 1;
    padding-top: 60px; /* space for year + dot */
}

/* dot centered on the line */
.timeline-dot {
    position: absolute;
    top: 27px; /* aligns center of dot with line */
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-color: #dc1e0e;
    border-radius: 50%;
    z-index: 2;
}

/* year above the dot */
.timeline-year {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    color: #dc1e0e;
    padding-bottom: 8px;
}

/* content card */
.timeline-content {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    min-height: 150px;
}


/* ---------------------------------------------------
    Navbar
----------------------------------------------------- */
/* Don't auto hide navbar */
#topbar.fixed-top {
    position: absolute !important;
}
#navbarSlideoutContent ul li.menu-item a {
    color: #fff;
    text-decoration: none;
}
#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;
    margin-top: 18px;
}
#topbar.affix.menu-show:not(.affix-top) {
    background: transparent !important;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: var(--bs-form-check-bg-image);
}
.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: #1F3241 !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: #fff !important;
    vertical-align: middle;
}

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

#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;
}

/* 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(-150%); /* 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: #ffd700;
    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: #fff;
    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: 18px;
    -webkit-text-stroke: 1px #fff;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    vertical-align: middle;
}

.dropdown-toggle.show::after{
    font-family: FontAwesome;
    content: " \f077" !important;
    font-size: 18px;
    -webkit-text-stroke: 1px #fff;
    vertical-align: middle;
}
.navbar.menu-show.affix-top {
    background-color: transparent !important;
}
.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.tab-trigger .image-container {
    border-left:5px solid #000;
    border-right: 5px solid #000;
}
.tab-trigger.active .image-placeholder {
    background-color: #d1d1d1;
}
.tab-trigger:not(.active):hover .image-placeholder {
    background-color: #dfdede;
}
.tab-trigger:not(.active):hover img {
    transform: scale(1.05);
    filter: brightness(120%);
    cursor: pointer;
}
.tab-trigger .image-container {
    overflow: hidden;
}
.tab-trigger .image-container img {
    transition: all 1s ease;
    filter: grayscale(100%);
}
.tab-trigger.active .image-container img {
    filter: grayscale(0%);
}
.image-container {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text overlay */
.image-title {
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 20px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 1), 0 0 1px rgba(0, 0, 0, 1);
}

.tab-trigger.active .image-title {
    text-decoration: underline;
    color: #fbd705 !important;
}

/* Optional dark overlay for readability */
.image-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.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);
}

#topbar {
    background-color: transparent !important;
    top: 0;
}
.navbar {
    text-transform: capitalize !important;
}
.navbar + .navbar {
    background-color: #fff !important;
}
#menu-nav_menu > li {
    color: #000;
    text-decoration: none !important;
    padding: 15px;
}
.csp a, #faq p a {
    color: #60cdf6 !important;
}
#support_quick_menu a.btn-link {
    color: #000 !important;
}
.navbar #menu-nav_menu > li a {
    color: #fff !important;
    border-bottom: 2px solid transparent;
    padding: 0 15px 15px; /* adds width left/right */
}
.navbar #menu-nav_menu > li:not(.current-menu-item) a:hover {
    color: #dddddd !important;
}
.navbar #menu-nav_menu > li:not(.current-menu-item) a.dropdown-toggle:hover::after  {
    -webkit-text-stroke: 1px #dddddd;
}

.navbar #menu-nav_menu > li .dropdown-menu a {
    color: #000 !important;
    border-bottom: 0 solid transparent;
    padding: 5px 20px; /* adds width left/right */
}
.navbar #menu-nav_menu > li .dropdown-menu a:hover {
    color: #fff !important;
    background-color: #1f3241 !important;
}
.navbar #menu-nav_menu > .current_page_item.active a{
    color: #fff !important;
    pointer-events: none;
    cursor: initial;
    border-bottom: 2px solid currentColor;
    padding: 0 15px 15px; /* adds width left/right */
}
.navbar #menu-nav_menu > .current-menu-ancestor.active > a {
    border-bottom: 2px solid currentColor;
}
.navbar .nav-item a  {
    color: #fff;
    text-decoration: none !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: 0;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
    top: 60px;
}
.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 0 13px 0;
}
.text-container .swipe{
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
#menu-nav_menu {
    margin-top: 20px !important;
}
.distributor {
    padding: 10px 20px !important;
}
.distributor span {
    font-size: 1.2rem;
}
.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, #menu-topright-iu .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: #dc1e0e;
    color: #fff;
}
.btn-red:hover {
    background-color: #ae180b;
    color: #fff;
    text-decoration: none !important;
}
.btn-white-outline {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: transparent;
}
.btn-white-outline:hover {
    color: #fff;
    border-radius: 4px;
    text-decoration: none !important;
}
.bg-red .btn-white-outline:hover {
    border: 2px solid #ae180b;
    background-color: #ae180b;
}
.bg-brand .btn-white-outline:hover {
    border: 2px solid #000;
    background-color: #000;
}
.btn-green, #menu-topright .menu-item-object-custom:not(.lang-item) a, #menu-topright-iu .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, #menu-topright-iu .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-detail {
    background-color: #fff;
    border-color: #37c6f4;
    color: #000;
}
/* Container spacing */
.social-links {
    margin: 20px 0;
}

/* Circle style */
.social-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;          /* circle size */
    height: 50px;
    border-radius: 50%;   /* make it circular */
    color: #fff;          /* icon color */
    text-decoration: none;
    font-size: 20px;      /* icon size */
    transition: all 0.3s;
}

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

/* Center */
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dc1e0e;
    color: white;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 4px solid #dc1e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

/* 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 #fff;
    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;
}

/* Background colors for each social */
.social-circle.youtube { background-color: #1f3241; }
.social-circle.instagram { background-color: #1f3241; }
.social-circle.linkedin { background-color: #1f3241; }

/* Hover effect */
.social-circle:hover {
    transform: scale(1.1);
    opacity: 0.85;
}
.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: #913f98;
    --bs-btn-border-color: #913f98;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #913f98;
    --bs-btn-hover-border-color: #913f98;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #913f98;
    --bs-btn-active-border-color: #913f98;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #913f98;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #913f98;
    --bs-gradient: none;
}
.w-90 {
    width: 90%;
}
.navbar-toggler i, #footer i {
    font-family: 'FontAwesome';
    font-style: normal;
}
.header-link {
    width: 100px;
}
.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"] {
    width: 300px;
}
.shop-header-img {
    max-width: 450px;
}
.support-header-img {
    max-width: 250px;
}
.home-header-img {
    max-width: 400px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


/* Sliders */
#environmental #productsSlider img {
    width: 100px !important;
}
#environmental #productsSlider p {
    color: #fff !important;
}
#environmental #productsSlider .slider-item {
    flex: 0 0 25%;
    text-align: center;
}
#environmental a {
    pointer-events: none;
    cursor: default;
}

.slider-container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-item {
    flex: 0 0 33.3333%; /* 3 items visible */
    text-align: center;
}
.slider-item img {
    object-fit: cover;
}
.slider-item a {
    text-decoration: none !important;
}
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #dc1e0e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: none;
    color: white;
    font-size: 18px;
}

.slider-prev { left: 10px; }
.slider-next { right: 10px; }

.slider-prev i, .slider-next i {
    pointer-events: none; /* ensures clicking the icon triggers button click */
}
/**/
.w-65 p:last-child {
    display: -webkit-box;        /* flexible box for webkit */
    -webkit-line-clamp: 5;       /* number of lines to show */
    -webkit-box-orient: vertical; /* vertical orientation */
    overflow: hidden;             /* hide the rest */
    text-overflow: ellipsis;      /* adds … */
}

#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, #menu-topright-iu .menu-item-object-custom:not(.lang-item) a {
    font-size: 1.4rem !important;
    padding: 15px;
}
#wrapper a.btn:hover {
    text-decoration: none !important;
}
.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;
}

.status-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.status-box {
    text-align: center;
}

.status-box span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.available {
    background-color: #e4fed1;
}

.booked {
    background-color: #f6c3bf;
}

.partial {
    background-color: #fae3a8;
}


/* ---------------------------------------------------
    Media Queries
----------------------------------------------------- */
@media (min-width: 1600px) {
    #topbar .container-fluid {
        max-width: 1600px; /* 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 */
    }
    .right .map-tooltip {
        padding: 6px 12px 2px 26px !important;
        font-size: 16px !important;
        line-height: 0.9;
    }
    .left .map-tooltip {
        padding: 6px 26px 2px 12px !important;
        font-size: 16px !important;
        line-height: 0.9;
    }
    .left .marker {
        right: 20px !important;
        top: 1px;
    }
    .right .marker {
        left: 20px !important;
        top: 1px;
    }
}
@media (min-width: 1540px) {
    #productsSlider .slider-item .w-65 {
        width: 50% !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) {
    #add-ons .users h3,#add-ons .speed h3, #add-ons .voice h3, #add-ons .data h3 {
        font-size: 4rem;
    }
    #mobile_plans .col-xl-3 {
        width: 20% !important;
    }
    #mobile_plans .col-xl-3.first-plan {
        margin-left: 0 !important;
    }
}
@media (min-width: 1417px) {
    .iu-page #support_quick_menu.affix.menu-show, .iu-page #support_quick_menu.affix-top.menu-show {
        margin-top: 80px !important;
    }
    .home .rocket {
        width: 28%;
        max-width: 411px;
    }
    .special .ms-xl-5 {
        margin-left: 4rem !important;
    }
    .special .ps-xl-5 {
        padding-left: 4rem !important;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .right .marker {
        left: 16px !important;
        top: 6%;
    }
    .left .marker {
        right: 16px !important;
        top: 6%;
    }
}
@media (min-width: 1200px) and (max-width: 1285px) {
    #setup .w-75 {
        width: 90% !important;
    }
}
@media (min-width: 1200px) {
    #setup > .card.bg-blue-gradient > .row {
        min-height: 140px !important;
    }
    #setup .card + .card {
        margin-top: 90px;
    }
    .configure-icon {
        max-width: 120%;
    }
    .navbar-toggler {
        display: none !important;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: 100% !important;
    }
    .header-logo {
        position: absolute;
        top: 80px;
        left: 75px;
        z-index: 1;
        width: 250px;
    }
}
/* 2 slides between 767px and 1200px */
@media (max-width: 1199px) and (min-width: 768px) {
    .slider-item, #environmental #productsSlider .slider-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 1199px) {
    #setup > .card.bg-blue-gradient > .row {
        min-height: 140px !important;
    }
    #setup .card + .card {
        margin-top: 140px !important;
    }
    #customers #setup > .card.bg-blue-gradient > .row {
        min-height: 100px !important;
    }
    #customers #setup .card + .card {
        margin-top: 100px !important;
    }
    .seal-laptop-bg {
        min-height: 420px;
    }
    #questions .bg-grey-blue-gradient {
        background: url('/wp-content/uploads/2024/10/bg-grey-blue-gradient.jpg') repeat-y 100% 0%;
        background-size: cover;
    }
    #checklist .w-75, #customers .w-75, #perks .w-75, .w-80 {
        width: 90% !important;
    }
    #customers #setup .w-75 {
        width: 100% !important;
    }
    .back-to-school h1 {
        font-size: 6rem;
        line-height: 0.7;
    }
    .back-to-school h2 {
        font-size: 4rem;
        line-height: 0.9;
    }
    #mobile_plans .col-lg-3 {
        width: 33%;
    }
    .polar-bear {
        margin-top: 20px;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
    .home .menu-show.affix-top .navbar-toggler {
        color: #fff;
    }
}
@media (min-width: 992px) and (max-width: 1469px){
    .back-to-school .card.bg-dark-blue h3:first-of-type {
        font-size: 2.5rem;
        line-height: 0.9;
    }
    .back-to-school .card {
        min-height: 165px !important;
    }
}
@media (min-width: 992px) and (max-width: 1416px){
    .iu-page #support_quick_menu.fixed-top:not(.menu-show).menu-hide.affix {
        margin-top: 160px !important;
    }
    .iu-page #support {
        padding-top: 80px;
    }
    .voice-promo .fa-2x + span {
        font-size: 1.4em;
        vertical-align: sub;
    }
    .voice-promo.w-80 {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    #menu-topright .lang-item, #menu-topright-iu .lang-item {
        font-size: 1.4rem !important;
        line-height: 3rem;
    }
    .d-relative.bear-bg .d-relative .text-right {
        position: absolute;
        top: 30px;
        right: 80px;
    }
    #menu-nav_menu .fa-square-facebook {
        margin-left: 1.5rem !important;
    }
    .bg-split {
        background-image: url('/wp-content/uploads/2024/10/blue-split.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .bg-light-split {
        background-image: url('/wp-content/uploads/2024/10/light-blue-split.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }
    #devices .col-xl-3 {
        width: 20% !important;
    }
    .banner-controls {
        right: 200px;
    }
    .navbar-expand-lg .navbar-toggler {
        display: flex;
    }
    #map img {
        max-width: 800px !important;
    }
    .next-line {
        display: block !important;
    }
}
@media (max-width: 991px) {
    #menu-topright .lang-item, #menu-topright-iu .lang-item {
        display: none;
    }
    #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%;
    }
    #support_quick_menu {
        display: none !important;
    }
    .header-link {
        z-index: 2020;
    }
    .bg-split {
        background: url('/wp-content/uploads/2024/10/blue-split.jpg') no-repeat 30% 50%;
        background-size: cover;
    }
    .bg-light-split {
        background: url('/wp-content/uploads/2024/10/light-blue-split.jpg') no-repeat 30% 50%;
        background-size: cover;
    }
    .rounded-corners-2.w-75 {
        width: 100% !important;
    }
   #topbar .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;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar .sign-in {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
    }
    #shop .float-left, #support .float-left {
        float: initial;
    }
    #shop .d-flex, #support .d-flex {
        flex-direction: column-reverse;
    }
    .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;
    }
    #setup > .card.bg-blue-gradient > .row {
        min-height: 100px !important;
    }
    #setup .card + .card {
        margin-top: 140px !important;
    }
    .mobile-center {
        text-align: center !important;
    }
    .family-travel {
        max-width: 400px;
    }
    #customers .row .col-lg-6:first-of-type {
        border-bottom: 1px solid #4a104e;
    }
    #customers #setup .row .col-lg-6:first-of-type {
        border-bottom: 0px solid #4a104e;
    }
    .mt-md-0 {
        margin-top: 0rem !important;
    }
    .bg-bear-map {
        background: url('/wp-content/uploads/2024/11/bear-coverage-mobile.jpg') no-repeat 50% 100%;
        background-size: cover;
    }
    #coverage .bg-bear-map div {
        height: 780px;
        text-align: center;
    }
    .plans .col-sm-3 {
        width: 33% !important;
    }
    .outlined-text-brand.text-blue {
        color: #cee5e9 !important;
    }
    #international_rates .card + .card {
        margin-top: 20px;
    }
    #international_rates {
        background: url('/wp-content/uploads/2024/11/setup-mobile-bg.jpg') no-repeat 100% 0%;
        background-position: top;
    }
    #about {
        background: url(/wp-content/uploads/2024/11/about-mobile-bg.jpg) no-repeat;
    }
    .img-bleed.w-80, .img-bleed img, .w-60 {
        width: 100% !important;
    }
    #sign_in .w-50 {
        width: 80% !important;
    }
    #map {
        background-image: url('/wp-content/uploads/2024/11/ghost-map.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .special .justify-content-start, .special .justify-content-end {
        justify-content: center !important;
    }
    #plans .row.bundle{
        min-width: 1500px;
        padding-left: 50%;
    }
    #classic_plans .row.bundle{
        min-width: 1500px;
        padding-left: 50%;
    }
    #devices .row.bundle{
        min-width: 1350px;
        padding-left: 40%;
    }
    .d-md-none {
        display: none !important;
    }
    .val-promo .w-75 {
        width: 75% !important;
    }
    .voice-promo .text-left {
        text-align: center !important;
    }
    .voice-promo .fa-2x + span {
        width: 177px;
    }
    #devices h3, #devices h3 span {
        font-size: 3rem !important;
        line-height: 1;
    }
    .back-to-school h1 {
        font-size: 8rem;
        line-height: 0.7;
    }
    .back-to-school h2 {
        font-size: 6rem;
        line-height: 0.9;
    }
    .back-to-school .special {
        width: 200px;
    }
    .back-to-school .special.special-2 {
        width: 160px;
    }
    .back-to-school .student {
        width: 180px;
        margin-top: -21px;
    }
    .back-to-school .card.bg-dark-blue {
        width: 100%;
    }
    .back-to-school .card.bg-lime {
        width: 100%;
    }
    #add-ons + .plans #classic_plans, #add-ons + .plans #larger_plans {
        display: flex;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }
    .polar-bear-mobile {
        margin-bottom: 0 !important;
        width: 310px;
    }
    #footer .social-links.d-flex.justify-content-start {
        justify-content: center !important;
    }
    .about-us.d-flex.justify-content-center .text-left {
        text-align: center !important;
    }
    .about-us .w-75 {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1070px) {
    .video {
        margin-top: 80px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #support .text-group h1 {
        margin-top: 0px;
    }
    .activation-card {
        max-width: 60%;
        margin: auto;
    }

}
@media (min-width: 768px) {
    #navbarSlideout {
        width: 50%;
    }
    .iu-page #support h1 {
        font-size: 6rem !important;
        line-height: 1.2;
    }
    .plan h2 {
        font-size: 50px !important;
    }
    .card-shadow h5 {
        font-size: 24px;
        line-height: 22px;
    }
    .wallrus-bg .text-left {
        position: absolute;
        top: 100px;
    }
    .wallrus-bg .d-relative + .text-left {
        position: relative;
        top: auto;
    }
    .d-relative.wallrus-bg .d-relative .text-right {
        position: absolute;
        top: 30px;
        right: 80px;
    }
    .icon {
        width: 120px;
        float:left;
    }
    .flex-center .icon {
        padding-right: 8px;
    }
    .offset-img {
        margin-left: -30%;
    }
    .home.menu-show .affix-top .navbar-toggler {
        color: #fff;
    }
    .w-65 {
        width: 65% !important;
    }
    .w-40 {
        width: 40%;
    }
}
@media (max-width: 767px) {
    p {
        font-size: 1.2rem !important; /* Keep base size same for paragraph */
    }
    h1 + p.din-condensed-bold {
        font-size: 1.5rem !important; /
    }
    .iu-page h1 {
        font-size: 6.5vh !important; /* 40px */
    }
    .voice-promo h2 {
        font-size: 3.5rem !important;
    }
    #questions .bg-grey-blue-gradient {
        background-image: none;
        border: 0;
        background-color: transparent;
    }
    #questions {
        background: linear-gradient(to right, #e2e3e5, #60cdf6);
        background-repeat: repeat-y;
    }
    #questions {
        position: relative;
    }
    #questions > img {
        position: absolute;
        z-index: 1;
        right:0;
        top: 60%;
    }
    .slider-item .w-65 {
        width: 65% !important;
    }
    .w-40, .w-50, .w-60, .w-65, .w-75, .w-80, .w-90, #customers #setup.w-75 {
        width: 100% !important;
    }
    #questions .w-80 {
        width: 90% !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;
    }
    #setup .card + .card, #customers #setup .card + .card {
        margin-top: 0 !important;
    }
    body.admin-bar #wrapper {
        margin-top: 0 !important;
    }
    .wallrus-bg .text-right, .wallrus-bg .text-left, .bear-bg .text-left {
        text-align: center !important;
    }
    .wallrus-bg .text-left img {
        max-width: 300px;
    }
    .plan .card, .plan .card .text-right {
        text-align: center !important;
    }
    .menu-hide {
        transform: translateY(-200%);
        opacity: 1;
    }
    #setup {
        display: block !important;
        position: initial !important;
    }
    #setup .position-absolute {
        position: relative !important;
    }
    #setup .bg-blue-gradient {
        background-image: none !important;
        border: 0;
    }
    #setup .card:first-of-type {
        background-color: transparent;
    }
    #mobile + .jumbotron, #customers {
        background: url('/wp-content/uploads/2024/11/setup-mobile-bg.jpg') no-repeat 100% 0%;
        background-position: top;
    }
    .py-xs-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
    .bg-split {
        background: url('/wp-content/uploads/2024/10/blue-split.jpg') no-repeat 35% 50%;
        background-size: cover;
    }
    .icon {
        width: 120px;
        float: none;
        padding-right: 0px;
    }
    .flex-center {
        text-align: center;
        display: block;
    }
    #setup .card + .card {
        margin-top: 120px;
    }
    #setup > .card.bg-blue-gradient > .row {
        min-height: 100px !important;
    }
    #customers .bg-blue-gradient {
        height: 120px !important
    }
    .bg-blue-gradient {
        height: 120px !important
    }
    #coverage .bg-bear-map div {
        height: 580px !important;
        text-align: center;
    }
    .configure-icon {
        margin-top:0 !important;
        margin-bottom: 0 !important;
    }
    .outlined-text-brand.text-light-blue {
        color: #b7e4f9;
    }
    #signup .outlined-text-brand.text-light-blue {
        color: #e5f0f3;
    }
    #shop p br {
        display: none;
    }
    .plans .plan {
        padding-left: 15px;
        padding-right: 15px;
    }
    #customers #setup .nav-tabs .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    #setup .nav-tabs .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .padding-start {
        padding-left: 0px;
    }
    .padding-end {
        padding-right: 0px;
    }
    .card li {
        line-height: 1.5rem;
    }
    #sign_in .w-50 {
        width: 100% !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-xs-block {
        display: block !important;
    }
    #devices .row.bundle{
        min-width: 1400px;
        padding-left: 90%;
    }
    .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;
    }
    .triangle-bg h1 {
        font-size: 6rem !important;
    }
    #footer img {
        max-width: 300px;
    }
    .slider-item, #environmental #productsSlider .slider-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pentagon-container {
        width: 320px;
        height: 320px;
    }

    .outer-circle {
        width: 260px;
        height: 260px;
    }

    .center-circle {
        width: 140px;
        height: 140px;
        font-size: 11px;
        padding: 10px;
    }

    .pentagon-circle {
        width: 90px;
        height: 90px;
        font-size: 11px;
        padding: 6px;
    }
    .bg-greensol, .bg-liion, .bg-firepass {
        background-position: 20% 0;
    }
    .bg-isolator {
        background-position: 60% 0;
    }
}
@media (min-width: 627px) and (max-width: 767px) {
    .equipment {
        bottom:15%;
    }
}
@media (max-width: 626px) {
    .iu-page #setup .nav-tabs .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 !important;
        min-height: 46px !important;
    }
    .iu-page #setup .card + .card {
        margin-top: 80px !important;
    }
    .equipment {
        bottom:30%;
    }
}
@media (max-width: 575px) {
    #questions h1 {
        font-size: 5rem !important;
    }
    form button[type="submit"], .btn-brand, #customers .form-floating {
        width: auto;
    }
    #customers input {
        width: 100%;
    }
    .shop-header-img {
        max-width: 100% !important;
    }
    .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;
    }
    .home-header-img {
        max-width: 300px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .text-xs-center {
        text-align: center !important;
    }
    #add-ons h3 {
        font-size: 3.5rem !important;
    }
    #add-ons h4 {
        font-size: 2.4rem !important;
    }
    .back-to-school h3 {
        font-size: 2rem !important;
    }
    .polar-bear-mobile {
        margin-top: 50px;
    }
    .triangle-bg h2 {
        font-size: 2.4rem !important;
        line-height: 4rem;
    }
    #plans .first-plan {
        margin-left: 250px;
    }
    .plans .col-sm-3 {
        width: 25% !important;
    }
    .bg-enviornmental + .row {
        --bs-gutter-x: 0;
    }
}

@media (max-width: 575px) {
    .iu-page #rates h1 {
        font-size: 8vw !important;
    }
    #rates h1 {
        font-size: 14vw !important;
    }
    #coverage h2 {
        font-size: 12vw !important;
        line-height: 0.9;
    }
    .iu-page #coverage h2 {
        font-size: 8vw !important;
        line-height: 1.2;
    }
    .iu-page #questions h1 {
        font-size: 4.5rem !important;
    }
    .iu-page #questions h1 {
        font-size: 2.6rem !important;
    }
    #questions h1 {
        font-size: 4.5rem !important;
    }
    form button[type="submit"], .btn-brand, #customers .form-floating {
        width: 100%;
    }
    #customers input {
        width: 100%;
    }
    .shop-header-img {
        max-width: 100% !important;
    }
    .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;
    }
    .choose-icon, .configure-icon {
        margin-left: 25px;
    }
    .byod-icon {
        margin-left: 15px;
    }
    .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;
    }
    #about .w-100.d-flex.flex-center, #about .w-100.d-flex.flex-center p {
        text-align: center !important;
        display: block !important;
    }
    .communication-icon {
        margin-top: -10px;
        margin-bottom: 10px;
    }
    #faq.px-xs-2{
        padding-left: 1.3rem !important;
        padding-right: 1.3rem !important;
    }
    #family .features {
        padding-top: 0.5rem;
        padding-bottom: 2.9rem !important;
    }
    .iu-page #family .features {
        padding-top: 0.8rem;
        padding-bottom: 1.2rem !important;
    }
    .iu-page #plans .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    #plans .row.bundle{
        min-width: 1500px;
        padding-left: 80%;
    }
    #classic_plans .row.bundle{
        min-width: 1500px;
        padding-left: 80%;
    }
    #devices .row.bundle{
        min-width: 1500px;
        padding-left: 80%;
    }
    .banner-controls {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1020;
        top: 92%;
        height: 60px;
    }
    .val-promo img {
        max-width: 100% !important;
    }
    .navbar.bg-yellow .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 431px) and (max-width: 506px) {
    .widow-fix {
        display: block;
    }
}
@media (max-width: 430px) {
    .padding-start {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-end {
        padding-left: 0;
        padding-right: 0;
    }
    #setup > .card.bg-blue-gradient > .row {
        min-height: 180px !important;
    }
    #customers #setup > .card.bg-blue-gradient > .row {
        min-height: 120px !important;
    }
    #customers #setup .card + .card {
        margin-top: 0px !important;
    }
    #setup .card + .card {
        margin-top: 70px !important;
    }
    h1 {
        font-size: 3rem !important;
    }
    #products h1, .bg-enviornmental h1, #environmental h1, .about-us h1 {
        font-size: 2.5rem !important;
    }
    #team img {
        max-width: 100% !important;
    }
    .bg-enviornmental p {
        text-align: justify !important;
    }
    p {
        font-size: 0.9rem !important;
    }
    #wrapper a.btn {
        font-size: 1rem !important;
    }
    h2 {
        font-size: 2.2rem !important;
    }
}
@media (max-width: 414px) {
    #devices .row.bundle{
        min-width: 1500px;
    }
    #devices .bundle .col-sm-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    #devices .row.bundle .first-device {
        margin-left: 150px;
    }
}
@media (max-width: 375px) {
    #devices .row.bundle{
        min-width: 1500px;
    }
    #devices .row.bundle .first-device {
        margin-left: 100px;
    }
    #devices .bundle .col-sm-4 {
        flex: 0 0 auto;
        width: 21%;
    }
}
