.elementor-185544 .elementor-element.elementor-element-38d6a0a{--display:flex;--min-height:30vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:1;--overlay-mix-blend-mode:multiply;--padding-top:2em;--padding-bottom:2em;--padding-left:0em;--padding-right:0em;}.elementor-185544 .elementor-element.elementor-element-38d6a0a:not(.elementor-motion-effects-element-type-background), .elementor-185544 .elementor-element.elementor-element-38d6a0a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a9df88c );}.elementor-185544 .elementor-element.elementor-element-38d6a0a::before, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .elementor-background-video-container::before, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .e-con-inner > .elementor-background-video-container::before, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .elementor-background-slideshow::before, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .e-con-inner > .elementor-background-slideshow::before, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://superiorvan.com/wp-content/uploads/2026/07/background-overlay.svg");--background-overlay:'';background-repeat:no-repeat;background-size:cover;}.elementor-185544 .elementor-element.elementor-element-38d6a0a > .elementor-shape-top svg, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .e-con-inner > .elementor-shape-top svg{height:0px;}.elementor-185544 .elementor-element.elementor-element-38d6a0a > .elementor-shape-bottom svg, .elementor-185544 .elementor-element.elementor-element-38d6a0a > .e-con-inner > .elementor-shape-bottom svg{height:0px;}.elementor-185544 .elementor-element.elementor-element-a2c124c{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-3df9c8c );--border-color:var( --e-global-color-3df9c8c );--border-radius:0px 0px 0px 0px;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-185544 .elementor-element.elementor-element-ef061a9{text-align:center;}.elementor-185544 .elementor-element.elementor-element-ef061a9 .elementor-heading-title{font-family:var( --e-global-typography-b358449-font-family ), Open-Sans;font-size:var( --e-global-typography-b358449-font-size );font-weight:var( --e-global-typography-b358449-font-weight );line-height:var( --e-global-typography-b358449-line-height );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-3df9c8c );}.elementor-185544 .elementor-element.elementor-element-e1a5602{--display:flex;}.elementor-185544 .elementor-element.elementor-element-e33bdef{--display:flex;--margin-top:1em;--margin-bottom:1em;--margin-left:0em;--margin-right:0em;}.elementor-185544 .elementor-element.elementor-element-a74f72a{text-align:center;}.elementor-185544 .elementor-element.elementor-element-a74f72a .elementor-heading-title{font-family:var( --e-global-typography-efba0ba-font-family ), Open-Sans;font-size:var( --e-global-typography-efba0ba-font-size );font-weight:var( --e-global-typography-efba0ba-font-weight );line-height:var( --e-global-typography-efba0ba-line-height );color:var( --e-global-color-secondary );}.elementor-185544 .elementor-element.elementor-element-21a32df{font-family:"Aptos", Open-Sans;font-size:clamp(1rem, calc(0.9732rem + 0.0744vw), 1.0625rem);line-height:1.4em;}.elementor-185544 .elementor-element.elementor-element-7041e9b{--display:flex;}@media(max-width:1024px){.elementor-185544 .elementor-element.elementor-element-ef061a9 .elementor-heading-title{font-size:var( --e-global-typography-b358449-font-size );line-height:var( --e-global-typography-b358449-line-height );}.elementor-185544 .elementor-element.elementor-element-a74f72a .elementor-heading-title{font-size:var( --e-global-typography-efba0ba-font-size );line-height:var( --e-global-typography-efba0ba-line-height );}}@media(max-width:767px){.elementor-185544 .elementor-element.elementor-element-ef061a9 .elementor-heading-title{font-size:var( --e-global-typography-b358449-font-size );line-height:var( --e-global-typography-b358449-line-height );}.elementor-185544 .elementor-element.elementor-element-a74f72a .elementor-heading-title{font-size:var( --e-global-typography-efba0ba-font-size );line-height:var( --e-global-typography-efba0ba-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-f451c57 */.industry-partners-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.industry-partner-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.industry-partner-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
    border-color: #c9c9c9;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.industry-partner-card:focus-visible {
    outline: 3px solid #1b5f8a;
    outline-offset: 4px;
}

.industry-partner-card__logo {
    display: flex;
    align-items: center;
    height: 100px;
    margin-bottom: 24px;
}

.industry-partner-card__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.industry-partner-card__title {
    margin: 0 0 8px;
    color: inherit;
    font-size: 24px;
}

.industry-partner-card__intro {
    margin: 0 0 14px;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.industry-partner-card__intro p {
    margin: 0;
}

.industry-partner-card__description {
    margin-bottom: 22px;
    color: #555;
    line-height: 1.6;
}

.industry-partner-card__description p:last-child {
    margin-bottom: 0;
}

.industry-partner-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #1b5f8a;
    font-weight: 700;
}

.industry-partner-card:hover .industry-partner-card__link {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .industry-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .industry-partners-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aptos';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://superiorvan.com/wp-content/uploads/2026/01/Aptos.ttf') format('truetype');
}
@font-face {
	font-family: 'Aptos';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://superiorvan.com/wp-content/uploads/2026/01/Aptos-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aptos';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://superiorvan.com/wp-content/uploads/2026/01/Aptos-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aptos';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://superiorvan.com/wp-content/uploads/2026/01/Aptos-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */