#employeeAccordion .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

    #employeeAccordion .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

#employeeAccordion .accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.max-width-780 {
    max-width: 780px;
}

.overflow-content .overflow-image {
    overflow-x: visible;
}

.overflow-content img {
    height: clamp(100px, 50vh, 500px);
    object-fit: cover;
}

@media screen and (min-width: 1440px) {
    .overflow-image img {
        min-width: 1000px;
    }
}

.overflow-content > * {
    flex-grow: 1;
}

.overflow-content img {
    border-radius: 2rem;
}

.overflow-text {
    padding: 1.875rem;
}

/* Styles for text and image card */
:has(> .card-content) {
    container-type: inline-size;
    flex: 1;
}


.nogva-form .form-label {
    margin-bottom: 0;
}

.nogva-form .form-control:focus {
    border: 1px solid #0279E8;
    border-radius: .1875rem;
}

.nogva-form input,
.nogva-form textarea {
    border: 1px solid #C1D6E5;
    border-radius: .3125rem;
}

    .nogva-form input::placeholder,
    .nogva-form textarea::placeholder {
        color: rgba(13, 17, 53, 0.4);
    }

    .nogva-form input:read-only,
    .nogva-form textarea:read-only {
        background: #DDEBF5;
    }

.item_swift_productdetails p.Horsepower {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px;
}


li.MainFeatures::marker {
    content: "+ ";
    font-family: FabricSans, sans-serif !important;
    font-size: 21px;
    color: #F7D85D;
}

li.MainFeatures {
    font-size: 21px;
}

li.Key_Features_List::marker {
    content: "+ ";
    font-family: FabricSans, sans-serif !important;
    font-size: 21px;
    color: #F7D85D;
}

li.Key_Features_List {
    font-size: 21px;
}

li.Standard_Equipment {
    font-size: 18px;
}

    li.Standard_Equipment::marker {
        content: "+ ";
        font-family: FabricSans, sans-serif !important;
        color: #F7D85D;
    }



li.Additional_Equipment {
    font-size: 18px;
}

    li.Additional_Equipment::marker {
        content: "+ ";
        font-family: FabricSans, sans-serif !important;
        color: #F7D85D;
    }



.offcanvas-top .accordion-button:not(.collapsed)::after {
    /* minius svg icon */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='%23F7D85D' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M0 7h16v2H0z' /%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='%23F7D85D' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M0 7h16v2H0z' /%3E%3C/svg%3E");
    background-color: var(--swift-foreground-color);
}

.offcanvas-top .accordion-button::after {
    width: .875rem;
    height: .875rem;
    background-size: cover;
    /* pluss svg icon */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='%23F7D85D' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M7 0h2v16H7z' /%3E%3Cpath d='M0 7h16v2H0z' /%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='%23F7D85D' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M7 0h2v16H7z' /%3E%3Cpath d='M0 7h16v2H0z' /%3E%3C/svg%3E");
    background-color: var(--swift-foreground-color);
}

.offcanvas h2 a,
.offcanvas .accordion-button {
    font-size: 1.3125rem;
    color: var(--swift-button-primary-foreground-color);
}

.offcanvas-top .btn [class^=icon-] svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
}

.offcanvas-top a {
    text-decoration: none;
}

.offcanvas-top .accordion-item {
    border-color: #313456;
}

.offcanvas-top .accordion-button,
.offcanvas-top .accordion-button:focus {
    box-shadow: none;
}

.offcanvas-top {
    height: auto;
}

@media screen and (min-width: 768px) {
    .offcanvas-top {
        min-height: 30vh;
        max-height: fit-content;
    }
}

.menu-list > :nth-child(odd) {
    border-right: 1px solid #d9d9d9 !important;
}

#content {
    overflow-x: hidden;
}

/*.container {
    position: relative;*/ /* Ensure relative positioning for containing absolute positioned elements */
/*padding-bottom: 20px;*/ /* Add initial padding to make space for dropdowns */
/*}*/

/*.container > div {
        padding: 5px;*/ /* Apply 5px padding to direct children divs of .container */
/*}*/

/*.nogva_product_field.dropdown {
    position: relative;*/ /* Ensure relative positioning for dropdown */
/*margin-bottom: 20px;*/ /* Add margin between dropdowns */
/*}*/

li.dropdown-item {
    font-family: sans-serif;
    font-size: 21px;
}

.dropdown-header {
    position: relative;
    padding: 10px;
    cursor: pointer;
    color: white;
    border-radius: 0.25rem;
    font-size: 27px;
    z-index: 10;
}

    .dropdown-header::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }

    .dropdown-header::after {
        content: '\25BC'; /* Downward arrow */
        color: yellow;
        transition: transform 0.3s ease;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .dropdown-header[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg); /* Upward arrow */
    }

@media screen and (max-width: 991px) {
  .dropdown-header {
  	font-size: 22px;
    padding: 5px;
  }
  
  .dropdown-header::after {
  	font-size: 18px;
  }
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px); /* Position dropdown menu below header */
    left: 0;
    z-index: 9; /* Ensure dropdown menu is below header */

    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: transform 0.3s ease; /* Slide animation for smoother transition */
    transform: translateY(-10px); /* Start with translateY to hide initially */
}

.dropdown.show .dropdown-menu {
    display: block;
    transform: translateY(0); /* Show dropdown menu */
}

.dropdown-menu .dropdown-item {
    padding: 8px 20px;
}

    .dropdown-menu .dropdown-item::before {
        content: '\002B'; /* Unicode for plus symbol */
        color: yellow;
        display: inline-block;
        margin-right: 5px;
    }

/*.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}*/

.scrollable-div {
    height: 200px; /* Fixed height */
    overflow-y: hidden; /* Initially hidden */
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}

.non-scrollable-div {
    height: auto; /* Auto height to fit content */
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}



h2.opacity-85.m-0.flex-fill.h6.my-2.nogva-facet-name {
    font-weight: bold;
}

.nogva_productlist_header {
    display: flex;
    justify-content: space-between; /* Align items to opposite sides */
    align-items: flex-end; /* Align items to bottom */
    background-color: #f0f0f0; /* Uniform background color */
    padding: 10px;
    box-sizing: border-box;
}

.nogva_productlist_header-left {
    flex: 1; /* Equal width */
    background-color: #fff; /* White background color */
}

.nogva_productlist_header-right {
    flex: 1; /* Equal width */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff; /* White background color */
}

.nogva_productlist_header img {
    width: 30px; /* Adjust the size of the image as needed */
    height: 30px;
    cursor: pointer;
    margin-right: 20px;
}

.nogva_productlist_container {
    display: flex;
    width: 100%;
    height: calc(100% - 50px); /* Adjust for header height */
    box-sizing: border-box;
    background-color: #b4b4b4; /* White background color */
}

.nogva_productlist_left-div {
    width: 200px; /* You can adjust the width as needed */
    background-color: #b4b4b4; /* White background color */
    overflow: hidden; /* Prevent scroll */
}

.nogva_productlist_right-div {
    flex-grow: 1;
    overflow-y: hidden; /* Prevent scroll initially */
    background-color: #f0f0f0; /* Uniform background color */
    height: 100%;
}

.nogva_productlist_invisible {
    display: none;
}

a.d-flex.product-wrapper {
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

ol.breadcrumb.small.mb-0.menu_breadcrumb {
    border-top-style: groove;
    /*padding-top: 5px;*/
    border-top-color: #C1D6E5;
    border-top-width: thin;
}

.menu_breadcrumb li {
    margin: 7.5px 0px;
}

a.d-flex.align-self-start {
    text-decoration: none;
    font-weight: bolder;
}


.text-uppercase.productEyebrow {
    font-size: 24px;
}

/*div#container_for_Standard_Equipment {
    margin-top: 5px !important;
    font-size: 18px;
}*/

p.EngineModelName {
    font-size: 54px;
    color: 0D1135;
}

tr.nogva-download-row td {
    background-color: #ECF5FC;
    padding: 10px; /* Adds padding inside the cells */
    position: relative;
    border: 0;
    width: 100%;
}

tr.nogva-download-row {
    margin-bottom: 1rem !important;
    display: block;
}

    tr.nogva-download-row td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    tr.nogva-download-row td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    tr.nogva-download-row::hover {
        background-color: #ECF5FC;
        margin-bottom: 1rem !important;
        display: block;
    }

.table {
    --bs-table-striped-bg: var(--swift-accent-color);
}

.dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 18px;
}

.mb-0-last-child.item_swift_productshortdescription h3 {
    font-size: 28px;
    line-height: 40.5px;
}

.mb-0-last-child.item_swift_productshortdescription p {
    font-size: 18px;
    line-height: 27px;
}

ul.d-flex.w-100.product-list {
    justify-content: space-between;
}

ul.product-list-header.d-flex.w-100 {
    list-style-type: none;
    justify-content: space-between;
    padding-left: 100px;
    max-width: 1180px;
}

.product-list-container {
    display: flex;
    overflow: visible;
    BACKGROUND: #ECF5FC;
}


.product-list-left-margin, .product-list-facets, .product-list-right-margin {
    background-color: #ECF5FC;
    margin-top: 60px;
    flex: 1;
}

.product-list-container {
    display: flex;
    overflow: visible;
}

.product-list-left-margin, .product-list-facets, .product-list-right-margin {
    background-color: #ECF5FC;
    margin-top: 55px;
    flex: 1;
}

.product-list-main {
    flex: 4;
}


/* Adjusting width based on preference */
.product-list-left-margin, .product-list-right-margin {
    width: 150px;
}

ul.dropdown-menu {
    line-height: 16px;
}

.clickable-row {
    cursor: pointer;
}

.item_swift_productdetails p.EngineModelName {
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 59.4px; /* 110% */
    margin-bottom: 0px;
}


.techspecs.item_swift_productspecification.nogva_tech_specs h2, .nogva_downloads .h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    padding: 0px !important;
}

.item_swift_textadvanced .h6 {
    color: #0279E8 !important;
    text-align: center;
    font-family: "Fabric Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin-bottom: 12px;
}

.item_swift_textadvanced .h2 {
    text-align: center;
    font-family: "Fabric Sans";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 59.4px; /* 110% */
    margin-bottom: 21px !important;
}

.item_swift_textadvanced .fs-5 {
    text-align: center;
    font-family: "Fabric Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px; /* 150% */
}

.nogva_employee_accordian {
    margin-bottom: 16px;
    padding-bottom: 0 !important;
}

.nogva_productfield_container {
    margin-top: 5px !important;

}

.department_card_and_list {
    min-height: 600px;
}

.product_filter_btn {
    padding: 0.375rem 0;
}

    .product_filter_btn span {
        font-family: FabricSansBold, sans-serif !important;
    }

    .product_filter_btn .icon-2 {
        margin-right: 15px;
    }

.product_list_filter {
    margin-top: -50px;
    background: none;
}

.product-list-table {
    display: flex;
    flex-flow: row wrap;
}

.product_list_header_row .product_list_cell {
    font-family: FabricSansBold, sans-serif !important;
    font-size: 14px;
}

.product_list_content_row {
    display: flex;
    flex-flow: row wrap;
    border-radius: 15px;
    margin: 4px 0;
    padding: 5px;
    justify-content: flex-start;
    width: 100%;
}

    .product_list_content_row .arrow {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        align-items: flex-end;
        order: 4;
        padding: 5px 10px;
    }

.product_list_cell {
    display: flex;
    padding: 14px 0;
    order: 3;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 10px;
    line-height: 1.3;
}

    .product_list_cell .bold {
        font-weight: 600;
    }

    .product_list_cell .label {
        color: #0D113566;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

    .product_list_cell.col-wrap-mobile {
        flex-flow: column wrap;
    }

    .product_list_cell.hide-mobile {
        display: none;
    }

    .product_list_cell:nth-child(1) {
        order: 2;
        justify-content: end;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product_list_cell:nth-child(2) {
        order: 1;
        flex: 0 0 50%;
        max-width: 50%;
    }

/* .product_list_cell:nth-child(3n+4) {
        align-items: flex-start;
    }

    .product_list_cell:nth-child(3n+5) {
        align-items: center;
    }*/


.product-list-wrapper {
    padding: 0;
}


#FacetsModal {
    max-width: 320px;
}

    #FacetsModal .modal-fullscreen {
        max-width: 100%;
        width: 100%;
    }

.modal-backdrop.show {
    opacity: 0.6;
}

@media screen and (max-width: 991px) {
    .item_textandimagewithroundedcorners figure {
        margin: 0;
    }
  
    .item_textandimagewithroundedcorners.gap-3 {
        row-gap: 0 !important;
    }
  
  	.mobile-stack {
    	flex-direction: column;
    	align-items: stretch;
  	}

    .mobile-stack .btn {
    	width: 100%;
      	margin-bottom: 10px !important;
      	max-width: 330px;  /* cap the size so very long labels don't blow it up */
  	}
  
  	.accordion{
  		font-size: smaller !important;
    }
  
  
  
}

.fs-6-half {
	font-size: 1.125rem;
}

@media screen and (max-width: 768px) {  
.item_swift_navigation{
  		display:none;
  	}
}

@media screen and (min-width: 375px) {
    .product_list_cell {
        flex: 0 0 33%;
        max-width: 33%;
    }

    /*.product_list_cell.align-right {
      	flex: 0 0 30%;
      	max-width: 30%;
    }*/
}

@media screen and (min-width: 768px) {  
  
  	
  
    .product-list-table {
        flex-flow: column nowrap;
    }

    .product_list_header_row {
        display: flex;
        margin-top: -102px;
        padding: 10px;
    }

        .product_list_header_row .product_list_cell:last-child {
            padding: 10px;
        }

        .product_list_header_row .product_list_cell:nth-child(1) {
            padding-left: 0;
            padding-right: 25px;
        }

    .product_list_cell {
        order: unset;
        flex: 1;
        align-items: center;
        max-width: 100%;
        justify-content: flex-start;
        padding: 0 5px;
    }

        .product_list_cell.col-wrap-mobile {
            flex-flow: row wrap;
        }

        .product_list_cell .hide-desktop {
            display: none;
        }

        .product_list_cell.hide-desktop {
            display: none;
        }

        .product_list_cell .hide-mobile {
            display: flex;
        }

        .product_list_cell.hide-mobile {
            display: flex;
        }

        .product_list_cell:nth-child(1) {
            padding-left: 20px;
            order: unset;
            justify-content: flex-start;
            flex: 1;
            max-width: 100%;
        }

        .product_list_cell:nth-child(2) {
            order: unset;
            flex: 1;
            max-width: 100%;
        }

        .product_list_cell.align-right {
            flex: 1;
            max-width: 100%;
        }

    .product_list_content_row {
        padding: 10px;
    }

        .product_list_content_row .arrow {
            order: unset;
        }
  
  		.product_list_content_row .arrow .hide-desktop {
            display:none;
        }
}

@media screen and (min-width: 1400px) {

    .product_list_header_row {
        margin-top: -37px;
    }
}

.show_product_link_text {
    color: #0279E8;
    font-size: smaller;
    font-weight: bolder;
  	margin-bottom:0;
}

.product_list_arrow{
	margin-left: 0.25rem;
}