/* ---------------------------------------------------
    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 {
    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{
    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;
}
h1 {
    font-size: 3rem !important;
}
p {
    font-size: 20px !important; /* Base size */
    line-height: 1.2 !important; /* Example line height for paragraph */
}
p:empty {
    margin-bottom: 0px !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;
}
.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: 0px 8px;
    background-clip: revert;
    margin: 0;
}
.logo-hotspot-wrapper {
    position: relative;
}

.logo-hotspot {
    position: absolute;
    top: 10px;
    left: 46%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    z-index: 10;
}
#toggleCarousel {
    background-color: transparent;
    border: 0;
    height: 22px;
}
h2 {
    font-size: 4.5rem; /* 70px */
    line-height: 0.9;
}
h3 {
    font-size: 3rem; /* 50px */
    line-height: 0.9;
}

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;
}
#coverage h2 {
    font-size: 4rem !important;
    line-height: 0.8;
}
#coverage h2.outlined-text {
    -webkit-text-stroke: 2px black !important;
    text-stroke: 2px black !important;
}
.card .badge.bg-lime {
    font-size: 0.9rem;
    line-height: 1rem;
}
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: 32px;
}
#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:20px !important;
}
.video {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}
.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;
}
#footer .social a:hover i {
    filter: brightness(1.1);
}
body a:hover {
    text-decoration: underline;
}
body .jumbotron a:hover {
    text-decoration: none;
}
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;
}
.header-logo {
    max-width: 260px;
}
.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;
}
.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-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-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;
}
#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;
}
.border-brand {
    border: 1px solid #4a104e;
}
.bg-plum  .btn-white:hover, .btn-pink:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    Navbar
----------------------------------------------------- */

#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: #fff;
    border: 0px !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;
}
.home .navbar.menu-show.affix-top {
    background-color: transparent !important;
}
.home .navbar.menu-show.affix-top .nav-link, .home .navbar.menu-show.affix-top .nav-item, .home .navbar.menu-show.affix-top .nav-item a {
    color: #000 !important;
    text-decoration: none !important;
    padding-right: 8px;
}
.navbar.menu-show.affix-top .nav-link, .navbar.menu-show.affix-top .nav-item, .navbar.menu-show.affix-top .nav-item a {
    color: #000 !important;
    text-decoration: none !important;
    padding-right: 8px;
}
#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: 8px;
}
.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;
}
.navbar .nav-item.current_page_item.active a {
    color: #000 !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-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;
}
.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: #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%;
}

.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: 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 */
    }
    .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: 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) {
    #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;
    }
}
@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) {
    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;
    }
    .admin-bar .fixed-top {
        position: initial !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;
    }
    .d-xs-block {
        display: block !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;
    }
    .home .menu-show.affix-top .navbar-toggler {
        color: #000;
    }
    .hub-1 {
        background: url('/wp-content/uploads/2026/04/hub-1-arctic.jpg') no-repeat 30% 30%;
    }
    #footer img {
        max-width: 300px;
    }
}
@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;
    }
    .polar-bear-mobile {
        margin-top: 50px;
    }
    .triangle-bg h2 {
        font-size: 2.4rem !important;
        line-height: 4rem;
    }
}

@media (max-width: 575px) {
    form button[type="submit"], .btn-brand {
        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;
    }
    .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;
    }
}
@media (max-width: 430px) {
    .padding-start {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-end {
        padding-left: 0;
        padding-right: 0;
    }
}
