@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

@font-face {
    font-family: 'Zuume Rough';
    src: url('/wp-content/themes/pm-flex-theme/fonts/stellantis/ZuumeRough-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
  --stla-comm-mainfont: "Zuume Rough", "Inter", sans-serif;
  --stla-comm-bodyfont: "Barlow", sans-serif;
}

.pg-body-wrap { padding-bottom: 0px !important; }
.pm-stellantis-commercial-wrapper { max-width: 1920px; width: 100%; margin: auto; }

@media only screen and (min-width: 1200px) {
    .pm-stellantis-commercial-page { padding: 0px 60px; }
}

/************************** Hero Section -START- **************************/
.commercial-hero-section { background-color: #343434; background-image: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/05/stellantis_commercial_hero_jpg.jpg); background-size: cover; background-position: bottom; padding: 32px 24px 120px; position: relative; }
.commercial-hero-section .hero-overlay { position: absolute; background-color: #000000; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)); width: 100%; height: 100%; top: 0px; left: 0px; }
.commercial-hero-row { display: flex; flex-direction: column; gap: 60px; }
.commercial-hero-section .rampro-logo { position: relative; z-index: 2; text-align: center; }
.commercial-hero-section .rampro-logo img { max-width: 240px; width: 100%; }
.commercial-hero-section .hero-title-row { display: flex; flex-direction: column; gap: 16px; z-index: 2; }
.commercial-hero-section .hero-title-item { text-align: center; color: #ffffff; font-family: var(--stla-comm-mainfont); display: flex; justify-content: center; gap: 4px; flex-wrap: wrap; line-height: 100%; font-size: 36px; }
.commercial-hero-section .hero-title-item .yellowtext { color: #f0cb0a; }

@media only screen and (min-width: 768px) {
    .commercial-hero-section .hero-title-item { font-size: 46px; gap: 12px; }
}

@media only screen and (min-width: 1200px) {
    .commercial-hero-section { padding: 60px 32px 280px; }
    .commercial-hero-section .hero-title-item { font-size: 90px; }
}
/************************** Hero Section -END- **************************/


/************************** Slogan -START- **************************/
.commercial-slogan-section { padding: 32px 24px; }
.commercial-slogan-text { text-align: center; color: #000000; font-family: var(--stla-comm-mainfont); line-height: 100%; font-size: 90px; }

@media only screen and (min-width: 768px) {
    .commercial-slogan-text { font-size: 46px; }
}

@media only screen and (min-width: 1200px) {
    .commercial-slogan-text { font-size: 72px; }
}

@media only screen and (min-width: 1800px) {
    .commercial-slogan-text { font-size: 90px; }
}
/************************** Slogan -END- **************************/

/************************** Lineup-Form Section -START- **************************/

/* Lineup  */
.lineup-form-section { padding: 16px 24px 16px; }
.lineup-form-mainrow { display: flex; flex-direction: column; gap: 24px; }
.lineupcol-wrapper { display: flex; flex-direction: column; gap: 16px; }
.lineupcol-title { display: block; width: 100%; text-align: center; color: #000000; font-family: var(--stla-comm-mainfont); font-size: 22px; height: 46px; line-height: 48px; background-image: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/05/stellantis_commercial_titlebg.jpg); background-position: center; background-size: contain; background-repeat: no-repeat; }
.lineupcol-title span { padding-left: 50px; }
.lineupcol-modellist { display: flex; flex-wrap: wrap; gap: 16px; }
.lineupcol-modelitem { width: calc(50% - 8px); }
.lineupcol-modelitem a { display: block; box-shadow: 0px 0px 13px 3px #00000014; padding: 8px 8px; }
.lineupmodel-box { display: flex; flex-direction: column; gap: 6px; }
.lineupmodel-image { text-align: center; position: relative; }
.lineupmodel-image img { width: 100%; max-width: 256px; transition: all 120ms ease-in-out; }
.lineupcol-modelitem a:hover .lineupmodel-image img { transform: translateY(-4px); }
.lineupmodel-label { display: flex; justify-content: center; gap: 3px; color: #000000; font-family: var(--stla-comm-bodyfont); font-size: 12px; }
.lineupmodel-label .ramstrong { font-weight: 600; }

.lineupcol-modelitem.comingsoon .lineupmodel-image::before { content: ""; position: absolute; width: 100%; height: 100%; background-color: #000000; left: 0; top: 0; opacity: 0.6; z-index: 1; }
.lineupcol-modelitem.comingsoon .lineupmodel-image::after { content: "Coming Soon"; text-transform: uppercase; font-family: var(--stla-comm-bodyfont); position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 12px; color: #ffffff; z-index: 2; }

@media only screen and (min-width: 414px) {
    .lineupcol-title { font-size: 26px; height: 56px; line-height: 58px; }
    .lineupmodel-label { font-size: 14px; }
    .lineupcol-modelitem.comingsoon .lineupmodel-image::after { font-size: 14px; }
}

@media only screen and (min-width: 768px) {
    .lineupcol-title { font-size: 32px; }
    .lineupcol-modelitem { width: calc(33.3333333333% - 11px); }
    .lineupmodel-label { font-size: 16px; }
    .lineupcol-modelitem.comingsoon .lineupmodel-image::after { font-size: 16px; }
}

@media only screen and (min-width: 1200px) {
    .lineup-form-section { padding: 40px 24px 40px; }
    .lineup-form-mainrow { flex-direction: row; }
    .lineup-form-col.lineupcol { flex: 1; }
    .lineup-form-col.formcol { width: 460px; }
}

@media only screen and (min-width: 1400px) {
    .lineup-form-mainrow { gap: 40px; }
    .lineupcol-title { font-size: 52px; text-align: left; background-position: left; height: 82px; line-height: 84px; }
    .lineupcol-title span { padding-left: 140px; }
    .lineupcol-modellist { padding-left: 60px; }
    .lineupcol-modelitem a { padding: 16px 16px; }
}

@media only screen and (min-width: 1600px) {
    .lineup-form-mainrow { gap: 90px; }
    .lineup-form-col.formcol { width: 600px; }
}

@media only screen and (min-width: 1800px) {
    .lineupcol-title { font-size: 72px; height: 104px; line-height: 106px; }
    .lineupcol-title span { padding-left: 172px; }
}


/* Form */
.formcol-row { padding: 40px 16px; box-shadow: 0px 0px 13px 3px #00000014;  display: flex; flex-direction: column; gap: 8px; }
.formcol-title { text-align: center; font-family: var(--stla-comm-bodyfont); font-weight: 800; font-size: 18px; line-height: 120%; }

.lineup-form-mainrow .gform_legacy_markup_wrapper .gform_heading
.lineup-form-mainrow .gform_legacy_markup_wrapper { margin-top: 0px; margin-bottom: 0px; }
.lineup-form-mainrow .gform_legacy_markup_wrapper ul li.gfield { margin-top: 0px; padding-right: 0px !important; }
.lineup-form-mainrow .gform_legacy_markup_wrapper ul li.gfield label:not(.error) { margin-bottom: 0px !important; display: none; }
.lineup-form-mainrow .gform_legacy_markup_wrapper ul li.gfield label.error { letter-spacing: unset !important; font-family: var(--stla-comm-bodyfont); font-size: 12px !important; font-weight: 600; }
.lineup-form-mainrow .gform_legacy_markup_wrapper .top_label div.ginput_container { margin-top: 0px; }
.lineup-form-mainrow .gform_legacy_markup_wrapper .ginput_complex.ginput_container { margin-top: 0px !important; }
.lineup-form-mainrow .gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_name { display: flex; flex-direction: column; gap: 8px; } 
.lineup-form-mainrow .gform_legacy_markup_wrapper .ginput_complex.ginput_container span { margin-bottom: 0px; width: 100% !important; }
.lineup-form-mainrow .gform_legacy_markup_wrapper .ginput_complex.ginput_container span .gform-field-label { display: none; }
.lineup-form-mainrow .gform_legacy_markup_wrapper ul.gform_fields { display: flex; flex-direction: column; gap: 8px; }

.lineup-form-mainrow .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.lineup-form-mainrow .gform_legacy_markup_wrapper .top_label div.ginput_container select { font-family: var(--stla-comm-bodyfont); padding: 8px !important; font-weight: normal; color: #000000 !important; margin: 0px !important; width: 100%; }
.lineup-form-mainrow .gform_legacy_markup_wrapper .top_label div.ginput_container select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.lineup-form-mainrow .gform_legacy_markup_wrapper .gform_footer.top_label { margin-top: 0px; padding-bottom: 0px !important; }
.lineup-form-mainrow .gform_wrapper .gform_footer .gform_button { margin-bottom: 0px; padding: 12px 16px; font-family: var(--stla-comm-bodyfont); font-weight: 500; font-size: 16px; text-transform: capitalize; background-color: #000000 !important; width: 100%; }
.lineup-form-mainrow .gform_wrapper .gform_footer p { font-family: var(--stla-comm-bodyfont); font-weight: 500; font-size: 12px !important; }

@media only screen and (min-width: 768px) {
    .formcol-title { font-size: 24px; }
}


/************************** Lineup-Form Section -END- **************************/

/************************** Hours Staff Section -START- **************************/
.hoursstaff-section { padding: 32px 24px 32px; }
.hoursstaff-mainrow { display: flex; flex-direction: column; gap: 24px; }
.hoursstaff-col.hourscol { display: flex; flex-direction: column; gap: 32px; max-width: 660px; width: 100%; padding: 20px 16px; margin: auto; }
.phonehours-title { text-align: center; color: #000000; font-family: var(--stla-comm-bodyfont); line-height: 100%; font-size: 26px; font-weight: 700; }
.phonehours-row { display: flex; flex-direction: column; gap: 24px; }
.phonehours-box { padding-bottom: 24px; border-bottom: 1px solid #cccccc; display: flex; flex-direction: column; gap: 16px;}
.phonetitle { color: #000000; font-family: var(--stla-comm-bodyfont); line-height: 100%; font-size: 18px; font-weight: 600; }
.phonelist { display: flex; flex-direction: column; gap: 4px; }
.phonelist-item { display: flex; justify-content: space-between; font-family: var(--stla-comm-bodyfont); color: #565656; font-size: 16px; }
.phonelist-item a { color: inherit; font-weight: inherit; transition: all 120ms ease-in-out; display: block; }
.phonelist-item a:hover { text-decoration: underline; transform: translateY(-2px); }
.hourstitle { color: #000000; font-family: var(--stla-comm-bodyfont); line-height: 100%; font-size: 18px; font-weight: 600; }
.hourslist { display: flex; flex-direction: column; gap: 4px; }
.hourslist-item { display: flex; justify-content: space-between; font-family: var(--stla-comm-bodyfont); color: #565656; font-size: 16px; }
.hourslist-item.today { font-weight: 700; }
.dealerlogo { text-align: center; }
.dealerlogo img { max-width: 540px; width: 100%; }
.socialtitle { text-align: center; color: #000000; font-family: var(--stla-comm-bodyfont); line-height: 100%; font-size: 26px; font-weight: 700; }
.socialrow { display: flex; gap: 24px; justify-content: center; padding: 20px; }
.socialrow a { transition: all 120ms ease-in-out; display: block; }
.socialrow a:hover { transform: translateY(-2px); }

@media only screen and (min-width: 1200px) {
    .hoursstaff-section { padding: 60px 24px 60px; }
    .hoursstaff-mainrow { flex-direction: row; gap: 70px; }
    .hoursstaff-col.hourscol { max-width: 900; }
}

@media only screen and (min-width: 1600px) {
    .hoursstaff-mainrow { gap: 90px; }
}

/* Staff Column */
.hoursstaff-col.staffcol { width: 100%; }
.stafftitlerow { display: flex; flex-direction: column; gap: 24px; }
.stafftitlerow .maintitle { text-align: center; color: #F0CB0A; font-family: var(--stla-comm-mainfont); line-height: 100%; font-size: 36px; }
.stafftitlerow .subtitle { text-align: center; color: #232323; font-family: var(--stla-comm-bodyfont); line-height: 120%; font-size: 22px; font-weight: 400; text-transform: uppercase; }
.customstaffsection .pm-staff-title { display: none !important; }
.customstaffsection .pm-staff-members { margin: 0px; display: flex; flex-direction: column; gap: 16px; text-align: center; }
.customstaffsection .pm-staff-members::before, .customstaffsection .pm-staff-members::after { display: none !important; }
.customstaffsection .staff-item { padding: 0px !important; width: 100%; }
.customstaffsection .staff-info { display: flex; flex-direction: column; gap: 16px; }
.customstaffsection .staff-info img { max-width: 220px; width: 100%; margin: auto; }
.customstaffsection .staff-info-details { display: flex; flex-direction: column; gap: 10px; }
.customstaffsection .staff-info-details br { display: none !important; }
.customstaffsection .staff-info-details .staff-bio { display: none !important; }
.customstaffsection .staff-info-details p { margin-bottom: 0px !important; display: flex; flex-direction: column; font-family: var(--stla-comm-bodyfont); font-weight: 400 !important; line-height: 120%; gap: 6px; font-size: 18px; }
.customstaffsection .staff-info-details p .staff-name { font-size: 22px; font-weight: 600; }
.customstaffsection .staff-info-details p a { text-decoration: underline; color: #444444; transition: all 120ms ease-in-out; }
.customstaffsection .staff-info-details p a:hover { opacity: 0.8; }
.customstaffsection .staff-info-details p strong { font-weight: inherit !important; }

@media only screen and (min-width: 414px) {
    .stafftitlerow .maintitle { font-size: 46px; }
}

@media only screen and (min-width: 600px) {
    .customstaffsection .pm-staff-members { flex-direction: row; }
}

@media only screen and (min-width: 768px) {
    .stafftitlerow .maintitle { font-size: 50px; }
}

@media only screen and (min-width: 992px) {
    .stafftitlerow .maintitle { font-size: 56px; }
    .stafftitlerow .subtitle { font-size: 24px }
    .customstaffsection .pm-staff-members { flex-direction: column; text-align: left; }
    .customstaffsection .staff-info { flex-direction: row; align-items: center; justify-content: center; }
    .customstaffsection .staff-info img { margin: 0; }
}

@media only screen and (min-width: 1200px) {
    .stafftitlerow .maintitle { font-size: 72px; }
    .customstaffsection .staff-info { justify-content: start; }
}

@media only screen and (min-width: 1600px) {
    .stafftitlerow .maintitle { font-size: 96px; }
    .stafftitlerow .subtitle { font-size: 28px; }
    .customstaffsection .staff-info { gap: 40px; }
    .customstaffsection .staff-info-details p { font-size: 26px; }
    .customstaffsection .staff-info-details p .staff-name { font-size: 28px; }
}

@media only screen and (min-width: 1800px) {
    .stafftitlerow .maintitle { font-size: 140px; line-height: 60%; }
    .stafftitlerow .subtitle { font-size: 40px; }
}



/************************** Hours Staff Section -END- **************************/

/************************** Commercial Program Header -START- **************************/
.commercial-program-header-section { padding: 16px 24px 16px; }
.commercial-program-header { display: block; width: 100%; text-align: center; color: #000000; font-family: var(--stla-comm-mainfont); font-size: 22px; height: 46px; line-height: 48px; background-image: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/05/stellantis_commercial_titlebg.jpg); background-position: center; background-size: contain; background-repeat: no-repeat; }
.commercial-program-header span { padding-left: 50px; }

@media only screen and (min-width: 414px) {
    .commercial-program-header { font-size: 26px; height: 56px; line-height: 58px; }
}

@media only screen and (min-width: 768px) {
    .commercial-program-header { font-size: 32px; }
}

@media only screen and (min-width: 1200px) {
    .commercial-program-header-section { padding: 20px 24px 20px; }
}

@media only screen and (min-width: 1400px) {
    .commercial-program-header { font-size: 52px; text-align: left; background-position: left; height: 90px; line-height: 92px; }
    .commercial-program-header span { padding-left: 150px; }
}

@media only screen and (min-width: 1800px) {
    .commercial-program-header { font-size: 72px; height: 116px; line-height: 118px; }
    .commercial-program-header span { padding-left: 195px; }
}
/************************** Commercial Program Header -END- **************************/

/************************** Business Link -START- **************************/
.businesslink-section { padding: 32px 24px; }
.businesslink-mainrow { box-shadow: 0px 0px 13px 3px #00000014; display: flex; flex-direction: column; gap: 16px; }
.businesslink-infocol { padding: 24px 16px; display: flex; flex-direction: column; gap: 36px; }
.businesslink-col { display: flex; flex-direction: column; gap: 16px; }
.businesslink-logo { text-align: center; }
.businesslink-logo img { width: 100%; max-width: 400px; margin: auto; }
.businesslink-desc { font-family: var(--stla-comm-bodyfont); font-size: 20px; text-align: center; }

@media only screen and (min-width: 1200px) {
    .businesslink-infocol { flex-direction: row; align-items: center; }
    .businesslink-col.imgcol { max-width: 400px; width: 100%; }
    .businesslink-col.desccol { flex: 1; justify-content: center; }
}

@media only screen and (min-width: 1600px) {
    .businesslink-infocol { padding: 24px 36px; }
    .businesslink-desc { font-size: 26px; }
}

/* Icons */
.businesslink-iconscol { padding: 24px 16px; display: flex; flex-direction: row; gap: 16px; text-align: center; flex-wrap: wrap; justify-content: center; }
.blicons-item { width: 170px; }
.blicons-label { font-family: var(--stla-comm-bodyfont); color: #000000; font-size: 12px; }

@media only screen and (min-width: 1200px) {
    .blicons-label { font-size: 14px; }
}

@media only screen and (min-width: 1600px) {
    .businesslink-iconscol { flex-wrap: nowrap; justify-content: space-between; }
    .blicons-item { width: 100%; }
    .blicons-label { font-size: 16px; }
}
/************************** Business Link -END- **************************/


/************************** On the Job Section -START- **************************/
.onthejob-section { padding: 32px 24px; }
.onthejob-mainrow { box-shadow: 0px 0px 13px 3px #00000014; padding: 24px 16px; display: flex; flex-direction: column; gap: 36px; }
.onthejob-col { display: flex; flex-direction: column; gap: 16px; }
.onthejob-logo { text-align: center; }
.onthejob-logo img { width: 100%; max-width: 400px; margin: auto; }
.onthejob-valuetext { background-color: #FAB34D; padding: 12px 24px; text-align: center; font-family: var(--stla-comm-mainfont); color: #231f20; font-size: 42px; line-height: 100%; font-weight: 600; }
.onthejob-desc { font-family: var(--stla-comm-bodyfont); font-size: 20px; text-align: center; }
.onthejob-emdesc { font-family: var(--stla-comm-bodyfont); font-size: 20px; text-align: center; font-style: italic; }

@media only screen and (min-width: 1200px) {
    .onthejob-mainrow { flex-direction: row; padding: 16px 0; }
    .onthejob-col.imgcol { max-width: 400px; width: 100%; padding-bottom: 20px; }
    .onthejob-col.desccol { flex: 1; padding: 16px 24px; justify-content: center; }
}

@media only screen and (min-width: 1600px) {
    .onthejob-desc { font-size: 26px; }
    .onthejob-emdesc { font-size: 26px; }
}
/************************** On the Job Section -END- **************************/


/************************** Info Cards Section -START- **************************/

.infocards-section { padding: 32px 24px; }
.infocards-mainrow { display: flex; flex-direction: column; gap: 24px; }
.infocards-item { width: 100%; }
.infocards-box { box-shadow: 0px 0px 13px 3px #00000014; padding: 24px 24px; display: flex; flex-direction: column; gap: 8px; height: 100%; }
.infocards-img { text-align: center; }
.infocards-img img { max-width: 300px; width: 100%; margin-bottom: 16px; }
.infocards-title { font-family: var(--stla-comm-bodyfont); font-size: 20px; text-align: center; color: #000000; line-height: 120%; font-weight: 700; }
.infocards-desc { font-family: var(--stla-comm-bodyfont); font-size: 20px; text-align: center; color: #000000; line-height: 120%; }

@media only screen and (min-width: 992px) {
    .infocards-mainrow { flex-direction: row; }
}

@media only screen and (min-width: 1600px) {
    .infocards-section { padding: 60px 24px; }
    .infocards-mainrow { gap: 60px; }
    .infocards-title { font-size: 22px; }
    .infocards-desc { font-size: 22px; }
}
/************************** Info Cards Section -END- **************************/

/************************** Footer Image -START- **************************/
.commercial-footerimg-img img { width: 100%; }
/************************** Footer Image -END- **************************/