:root {
    --mid-blue: #003976;
    --dk-bkgrd:#00183e;
    --ft-links: #80A2E1;
    --accent: #cb3a13;
    --off-white: #f5f5f5;
    --white: #fff;
    --black: #000;
    --off-black: #222;
}

.new-footer .footer-middle .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

.new-footer .footer-middle .inner .footer-left,
.new-footer .footer-middle .inner .footer-mid {
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .new-footer .footer-middle .inner {
        flex-direction: row;
    }
}

@media(min-width:1050px) {
    .new-footer .footer-middle .inner {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .new-footer .footer-middle .inner .footer-left,
    .new-footer .footer-middle .inner .footer-mid {
        margin-bottom: 0px;
    }
}

.new-footer .footer-middle .inner .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
}

@media(min-width:768px) {
    .new-footer .footer-middle .inner .footer-left {
        flex-wrap: nowrap;
        align-items: flex-start;
        flex-direction: row;
    }

    .new-footer .footer-middle .inner .footer-left .contact-info p,
    .new-footer .footer-middle .inner .footer-left .contact-info a {
        text-align: left !important;
    }
}

.new-footer .footer-middle .inner .footer-left img {
    max-width: 165px;
    max-height: 80px;
    object-fit: contain;
    width: 100%;
}

.new-footer .footer-middle .inner .footer-left .contact-info p,
.new-footer .footer-middle .inner .footer-left .contact-info a {
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 0;
    transition: color 0.3s ease;
    text-align: center;
}

.new-footer .footer-middle .inner .footer-left .contact-info a:hover {
    color: var(--ft-links);
}

.new-footer .footer-middle {
    background-color: var(--mid-blue);
    padding: 36px 0;
}

.new-footer .footer-middle .inner .footer-mid .label {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.new-footer .footer-middle .inner .footer-mid ul {
    column-count: 1;
    padding: 0;
    margin: 0;
}

@media(min-width:768px) {
    .new-footer .footer-middle .inner .footer-mid ul {
        column-count: 2;

    }
    .new-footer .footer-middle .inner .footer-mid ul li {
        text-align: left !important;
    }
}

.new-footer .footer-middle .inner .footer-mid ul li {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    text-align: center;
} 
.new-footer .footer-middle .inner .footer-mid ul li a {
    color: var(--white);
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-footer .footer-middle .inner .footer-mid ul li a:hover {
    color: var(--ft-links);
}

.new-footer .footer-middle .inner .footer-right ul {
    padding: 0;
    margin: 0;
}

.new-footer .footer-middle .inner .footer-right ul li {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    text-align: center;
}

@media (min-width:768px) {
    .new-footer .footer-middle .inner .footer-right ul li {
        text-align: left !important;
    }
}

.new-footer .footer-middle .inner .footer-right ul li a {
    color: var(--white);
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-footer .footer-middle .inner .footer-right ul li a:hover {
    color: var(--ft-links);
} 



.new-footer .footer-bottom {
    border-top: 1px solid var(--mid-blue);
    border-bottom: none !important; /**/
    padding: 30px 0 40px;
    background-color: var(--dk-bkgrd);
}

.new-footer .footer-brands {
    background-color: var(--dk-bkgrd);
    padding: 30px 0;
}

.new-footer .footer-brands .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}

@media(min-width:1050px) {
    .new-footer .footer-brands .inner {
        flex-wrap: nowrap;
        justify-content: stretch;
        row-gap: 0;
    }
}

.new-footer .footer-brands .brand-main {
    max-width: 240px;
    padding-top: 20px;
}

.new-footer .footer-brands .brand-main a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    row-gap: 10px;
    transition: color 0.3s ease;
}

.new-footer .footer-brands .brand-main a:hover {
    color: var(--ft-links);
    text-decoration: none;
}

.new-footer .footer-brands .brand-main a img {
    width: 100%;
    max-width: 240px;
    max-height: 52px;
    transition: opacity 0.3s ease;
}

.new-footer .footer-brands .brand-main a:hover img {
    opacity: 0.8;
}

.new-footer .footer-brands p.label {
    color: var(--white);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.new-footer .footer-brands .brands-list {
    width: 100%;
}

.new-footer .footer-brands .brands-list .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media(min-width:768px) {
    .new-footer .footer-brands .brands-list .inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width:1200px) {
    .new-footer .footer-brands .brands-list .inner {
        grid-template-columns: repeat(6, 1fr);
    }
}

.new-footer .footer-brands .brands-list .brand-logo a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-decoration: none;
    text-align: center;
    align-items: center;
    row-gap: 10px;
}

.new-footer .footer-brands .brands-list .brand-logo a:hover img {
    opacity: 0.8;
}

.new-footer .footer-brands .brands-list .brand-logo a span {
    color: var(--white);
    font-size: 14px;
    transition: color 0.3s ease;
}

.new-footer .footer-brands .brands-list .brand-logo a:hover span {
    color:  var(--ft-links);
}
.new-footer .footer-brands .brand-logo img {
    width: 100%;
    max-width: 134px;
    height: 50px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.new-footer .copyright {
    background-color: var(--dk-bkgrd);
    padding: 10px 0 !important; /**/
}

.new-footer .copyright .inner {
    position: relative;
    color: var(--white);
    padding-top: 7px;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
}

@media (min-width: 1050px) {
    .new-footer .copyright .inner {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.new-footer .copyright .inner::after {
    content: unset !important; /**/
}

.new-footer .copyright .inner::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background: rgba(204, 215, 228, 0.3);
    top: -1px;
    left: 40px;
    right: 40px;
}

.new-footer .copyright p,
.new-footer .copyright a {
    font-size: inherit;
    color: inherit !important; /**/
    transition: color 0.3s ease;
}
.new-footer .copyright a:not(.designed) {
    margin: 0 5px;
}

.new-footer .copyright a.designed {
    margin: 0 5px 0 0;
}

.new-footer .copyright a:hover {
    color:  var(--ft-links) !important; /**/
    text-decoration: none !important; /**/
}
.hero-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: white;
    padding: 0 0 5rem;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.03"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    pointer-events: none;
}

.hero-section h1 {
    border-bottom: none;
}

.alert-primary p {
    margin-bottom: 0;
}

.solutions-breadcrumbs,
.solutions-breadcrumbs #breadcrumbs {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.solutions-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.solutions-breadcrumbs a:hover,
.solutions-breadcrumbs a:focus {
    color: #ffffff;
    text-decoration: underline;
}

:root {
    --brand-primary: #004a8f; 
    --brand-dark: #1a202c;
}

.feature-card {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    background: white;
}
.feature-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transform: translateY(-5px);
    border-color: var(--brand-primary);
}
.icon-box {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 74, 143, 0.1);
    color: var(--brand-primary);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.icon-box img {
    max-width: 24px;
    max-height: 24px;
}
.category-link {
    display: block;
    padding: 1rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    color: var(--brand-dark);
    text-decoration: none;
    transition: all 0.2s;
}
.category-link:hover {
    background: var(--brand-primary);
    color: white;
    border-color: var(--brand-primary);
}

.category-link:hover img {
    filter: brightness(0) invert(1);
}

.comparison-table th {
    background-color: var(--brand-light, #f8f9fa);
    padding: 1.5rem 1rem;
    font-size: 1.1rem;
    border-bottom: 2px solid #dee2e6;
}

.comparison-table .tru-vu-col {
    background-color: rgba(0, 74, 143, 0.05); 
    border-left: 2px solid var(--brand-primary, #004a8f) !important;
}

.comparison-table td {
    padding: 1.25rem 1rem;
    vertical-align: middle;
}
.comparison-table th {
    background-color: var(--brand-light, #f8f9fa);
    padding: 1.5rem 1rem;
    font-size: 1.1rem;
    border-bottom: 2px solid #dee2e6;
}

.comparison-table .tru-vu-col {
    background-color: rgba(0, 74, 143, 0.05); 
    border-left: 2px solid var(--brand-primary, #004a8f) !important;
}

.comparison-table td {
    padding: 1.25rem 1rem;
    vertical-align: middle;
}

.d-none {
    display: none !important;
}

.truvu-container {
  margin: 0 auto;
}

.truvu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
}

.truvu-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
  transition: box-shadow 0.3s ease;
}

.truvu-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
}

.truvu-card-content {
  flex-grow: 1;
}

.truvu-icon {
  font-size: 40px;
  color: #004b87;
  text-align: center;
  margin-bottom: 15px;
}

.truvu-title {
  color: #004b87; 
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.truvu-subtitle {
  font-size: 14px;
  color: #555555;
  text-align: center;
  font-style: italic;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.truvu-list {
  padding-left: 20px;
  margin: 0 0 30px 0;
  color: #333333;
}

.truvu-list li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  list-style: none;
}

.truvu-btn {
  background-color: #d83d20;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 12px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.truvu-btn:hover {
  background-color: #b83118;
  color: #ffffff;
}

@media (max-width: 600px) {
  .truvu-grid {
    grid-template-columns: 1fr; 
  }
}