.progress-container {
    width: 15%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
	margin-bottom: 20px;
    direction: rtl;
}
.circle.firstmbr {
    margin: -4px auto 0px 0;
    background-color: #D1D1D1;
}
.circle.secondmbr {
   margin: -4px 0 0 auto;
}
.progress-line {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #D1D1D1 50%, #071538 50%);
    z-index: 0;
}
.steptwombr .label{
    right: -44px;
}
#step-2 .contactform input.wpcf7-submit {
    border: none !important;
}
    .step {
      position: relative;
      z-index: 1;
      text-align: center;
      width: 50%;
    }

    .circle {
      width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #071538;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    }
.steptombb	.progress-line{
	background: #071538;
}
.steptombb .circle.firstmbr {
	background-color: #071538;
}
.steptombb .active .label {
	color: #071538;
}
.label {
    margin-top: 3px;
    font-size: 16px;
    color: #071538;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    left: -10px;
}

    .active .label {
      color: #D1D1D1;
    }
 
.progouter button {
    border: 2px solid #000;
    color: #000;
    padding: 5px 20px 6px;
}
h2.headingstep {
    text-align: center;
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.tab-button.active-tab {
    background-color: #071538;
    color: #fff;
    display: flex;  
    flex-direction: column;
    border-color: #071538;
}
button.tab-button {
    border-radius: 8px;
    font-weight: bold;
    padding: 12px 12px;
    border: 2px solid #D1D1D1;
    color: #071538;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    height: 142px;
    width: 150px;
}
button.tab-button:hover{
    background-color: #071538;
    color: #fff;
}
#step-2 .tabs button:hover{
    background-color: #071538;
    color: #fff;
}
button.tab-button img{
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 2px;
    height: 100px;
}
.tab-button.active-tab img{
     padding: 0px;    
}
.tab-button img{
     height: 88px;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px;
}
.food-truck-card{
    display: flex;
	gap: 30px;
}
.food-truck-image {
   background: #F4F4F4;
    border-radius: 8px;
    width: 50%;
    height: 131px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.food-truck-image img {
    width: 60%;
}
h3.truck-title {
    font-size: 25px;
    font-weight: 700;
}
p.truck-price {
    font-size: 15px !important;
}
.food-truck-details {
    line-height: 9px;
}
p.truck-price {
    border: 2px solid #D1D1D1;
    border-radius: 9px;
    padding: 9px 0;
    text-align: center;
}
.included-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 14px;
}
.included-features ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    float: left;
    color: #071538;
    font-size: 13px;
}
.food-truck-outer {
    border: 2px solid #F4F4F4;
    border-radius: 12px;
    padding: 30px 40px;
}
.included-features p {
    margin: 10px 0 10px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #fff;
    text-decoration: none;
}
.food-truck-rightpartmbr .btngost {
    background: #CDB977;
    color: #071538 !important;
    border: none;
    font-size: 22px;
    font-weight: bold;
    padding: 13px 60px;
    border-radius: 9px;
    margin: 32px auto 0;
    display: block;
}
.food-truck-fullouter {
    display: flex;
    flex-direction: row-reverse;
    direction: rtl;
}
.food-truck-rightpartmbr {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    padding: 0 0 0 60px;
    border: 2px solid #F4F4F4;
    border-radius: 12px;
    padding: 35px 40px;
    margin-left: 20px;
}
/* .food-truck-rightpartmbr:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #F5F5F5;
    left: 27px;
    top: 0;
} */
.food-truck-leftpartmbr {
    width: 50%;
}
.content_bottom_part h2 {
    font-size: 25px;
}
.content_bottom_part_1 h2 {
   margin: 25px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
}
.content_bottom_part ul {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    border-radius: 9px;
    padding: 20px 0px 0 0;
}
.content_bottom_part ul li {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.content_bottom_part p{
     font-size: 13px; 
}
.food-truck-details p{
    font-size: 13px;
}
lable{
    color: #000;
    font-weight: 400;
}
.row {
    display: flex;
    justify-content: space-between;
}
.col-6 {
    width: 48%;
}
.col-12 {
    width: 100% !important;
    margin: 0 auto !important;
	text-align: center;
    position: relative;
}
input {
    padding: 3px !important;
    border-radius: 7px !important;
    border: 2px solid #000 !important;
    margin: 6px 0px 0px 0px;
}
.contactform .wpcf7-submit {
    width: 44%;
    margin: 0 auto !important;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    border: none !important;
    background: #ccb977;
    margin-top: 70px !important;
	
}
.wpcf7-spinner{
	position: absolute !important;
    bottom: 0;
}
.dimensions {
    border: 2px solid #D1D1D1;
    border-radius: 9px;
    padding: 0px !important;
    text-align: center;
    width: 90%;
    margin: 40px auto 0 auto;
}
.dimensions p{
	margin-bottom:0px !important;
	font-size: 14px;
    font-weight: 500;
}
.dimensions span{
	display: flex ;
    justify-content: center;
    align-items: center;
	padding: 9px 0;
	gap: 10px;
	}
	.progouter {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
}
 
.contactform {
    margin-top: 119px;
}
.thank-you-message h2 {
    font-size: 2rem;
    text-align: center;
}
.thank-you-message p {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
.thank-you-message button {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    border: none !important;
    background: #ccb977;
    padding: 0.6rem 5rem;
    margin: 70px auto 0 auto;
    border-radius: 10px;
}
.thank-you-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.meat_food_truck h2{
    text-align: center;
    font-size: 23px;
    color: #D1D1D1;
}
 #step-2 .contactform input {
    border-radius: 7px !important;
    border: 2px solid #e0e0e0 !important;
    margin: 6px 0px 0px 0px;
}
#step-2 .food-truck-leftpartmbr {
    width: 50%;
    border: 2px solid #F4F4F4;
    border-radius: 12px;
    padding: 35px 40px;
}
#step-2  .food-truck-outer {
    border: none; 
    border-radius: 0px; 
    padding: 0px; 
}
#step-2 .food-truck-card {
    display: flex;
    gap: 15px;
    border: 2px solid #F4F4F4;
    border-radius: 12px;
    padding: 20px 20px 20px 20px;
}
#step-2 .dimensions p {
    font-size: 13px;
}
#step-2 .food-truck-details {
    line-height: 9px;
}
#step-2 p.truck-price {
    margin-bottom: 0px !important;
    text-align: center !important;
    padding: 12px 0;
}
#step-2 .food-truck-details p {
    font-size: 13px;
    text-align: right;
    margin-bottom: 36px;
}
#step-2 .tabs button {
    border: 2px solid #071538;
    border-radius: 10px;
    color: #071538;
    font-weight: 700;
    padding: 5px;
    position: unset;
}
#step-2 .tabs {
    margin: 0px 0 20px;
    gap: 9px;
}
#step-2 .content_bottom_part_1 {
    margin-top: 39px;
}
#step-2 .contactform {
     margin-top: 0px;      
}
#step-2 .contactform h3{
    font-weight: 700;
}
#step-2 .content_bottom_part h2 {
    font-weight: 700; 
}
#step-2 .steptwombr .label {
    color: #D1D1D1;
}
#step-2 button {
    color: #071538;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 19px;
    border: 2px solid #071538;
    position: absolute;
    top: 19px;
}
#step-2 button:hover {
   background: #E5D294;
    color: #000;
}
#step-2 {
    position: relative;
    direction: rtl;
}
#step-2 .wpcf7-submit {
    padding: 9px 3px !important;
    width: 44%;
    margin-top: 0px !important;
}
#step-2 textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 3px !important;
    border-radius: 7px !important;
    border: 2px solid #e0e0e0 !important;
    margin: 6px 0px 0px 0px;
    height: 106px;
}
.contactform .wpcf7-submit:hover{
    background: #E5D294;
    color: #000;
    border: none !important;
}
.btngost:hover{
    background: #E5D294;
    color: #000;
     border: none !important
}
.tab-buttonn.active-tab{
    background: #071538 !important;
    color: #fff !important;
}
#step-2 .food-truck-rightpartmbr , #step-2 .food-truck-leftpartmbr{
    padding: 35px 40px 15px;
}
.col-12.messagem {
    text-align: right;
}
.mobile-accordion{
    display:none;
}
.desktop{
    display:block;
}
.btngost_1{
    display:none;
}
.mobile-accordion_step_2{
   display:block;
}
.accordion-header{
    display: none;
}






.msf-modal-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}
.msf-modal {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 95%;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    z-index: 9999;
    overflow-y: auto;
    max-height: 90vh;
    padding: 20px;
}
.msf-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}
.model-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
.model-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    background: #fafafa;
}
.model-item img {
    max-width: 100%;
    border-radius: 6px;
}
.msf-category-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.msf-category-item {
    border: 1px solid #E0E0E0;
    padding: 15px;
    text-align: center;
}
.msf-category-item h4 {
    font-family: "Heebo", Sans-serif;
    font-size: 1.2em;
    font-weight: 800;
}
button.msf-view-models {
    font-family: "Heebo", Sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    color: #071538;
    border: none;
    padding: 0;
}
button.msf-view-models:hover {
    background: transparent;
    color: #cdb977;
}
.msf-category-item img{
   filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); 
}
.msf-category-item:hover img{
    scale: 1.1;
   filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}



@media (max-width:767px) {
.food-truck-fullouter {
    flex-direction: column-reverse;
}
.food-truck-leftpartmbr {
	width: 100%;
	border: 2px solid #F4F4F4;
	border-radius: 8px;
	padding: 10px 10px;
}
.food-truck-rightpartmbr {
    width: 100%;
    padding: 0 0 0 0;
    border: none;
}
.food-truck-rightpartmbr:before{
	display: none;
}
.food-truck-outer {
    border: none;
    border-radius: 0;
    padding: 0;
}
.progress-container {
    width: 58%;
    margin-bottom: 50px;
}
.label {
    left: -37px;
}
h2.headingstep {
    font-size: 22px;
}
button.tab-button {
    font-size: 14px;
}
.tabs {
    gap: 10px;
   margin-bottom: 0px;
}
h3.truck-title {
    font-size: 18px;
	margin: 0;
}
.food-truck-card{
    gap: 15px;
}
p.truck-dimensions {
    font-size: 13px;
    margin: 0;
}
.food-truck-image img {
    width: 80%;
    
}
.included-features ul {
    display: grid;
    grid-template-columns: auto auto;
}
.included-features ul li {
    width: 158px;
    white-space: nowrap;
}
.included-features {
    overflow-x: auto;
}
.included-features {
    overflow-x: auto;
}
.contactform{
    margin: 0;
}
#step-2 .food-truck-leftpartmbr {
    border: none;
    width: 100%;
}
#step-2 .contactform h3 {
    display: none;
}
.row.fullmobil .col-6 {
    width: 100%;
}
.row.fullmobil {
    flex-direction: column;
}
.progouter {
    flex-direction: column-reverse;
}
.progouter button {
    margin: 0 20px 10px;
}

button.tab-button img{
    display: none;
}
button.tab-button{
    height: auto;
        padding: 4px 10px 5px;
        align-items: center;
        font-size: 13px;
        width: 90px;
}
.food-truck-rightpartmbr .btngost{
   display: none; 
}
.food-truck-image {
    width: 36%;
    height: 100px;
}
p.truck-price {
    border-radius: 4px;
}
.food-truck-details {
    line-height: 14px;
}
#step-2 .food-truck-rightpartmbr, #step-2 .food-truck-leftpartmbr {
    padding: 0px 5px;
}
.meat_food_truck h2 {
    font-size: 17px;
    margin-bottom: 22px;
}
.label {
    font-size: 13px;

}
#step-2 .content_bottom_part h2 {
    margin-bottom: 4px;
    margin-top: 0px;
}
#step-2 .content_bottom_part_1 {
    margin-top: 22px;
}
#step-2 .food-truck-card {
    border: none; 
     border-radius: 0px; 
     padding: 0px;
}
#modell-0 {
    border: 2px solid #F4F4F4;
        border-radius: 6px;
        padding: 10px;
        margin: 20px 0;
}
#step-2 .wpcf7-submit {
    padding: 9px 25px !important;
    width: 80%;
}
.dimensions{
    display: none;
}
#step-2 .contactform {
    margin-top: 22px;
}
#step-2 .tabs button{
    border-radius: 6px;
}
.cont_p{
     display: none;
}
#step-2 .contactform input {
    padding: 10px 20px;
}
.thank-you-message p {
    width: 80%;
    font-size: 13px;
    font-weight: 500;
}
.thank-you-message h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
.thank-you-message button {
    font-weight: 700;
    font-size: 18px;
    margin: 47px auto 0 auto;
}
.content_bottom_part {
  display:block !important;
}
.content_bottom_part_1 {
  display:none !important;
}
h2.headingstep {
     margin-bottom: 0px; 
}
#step1 .tabs {
    margin: 10px 0;
    }
    
}

  @media (max-width: 767px) {
.mobile-accordion{
    display:block;
}  
.desktop{
    display:none;
}
    .mobile-accordion {
        background-color: transparent;
        border-radius: 10px;
        margin: 10px 0 5px 0;
        padding: 0;
    }

  .accordion-header {
   display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 7px;
    justify-content: space-between;
  }
  .accordion-header img{
    margin-right: 10px;
  }

  #content-section1 ul{
    display: grid;
    grid-template-columns: auto auto;
    gap: 13px;
  }

  .accordion-header img.rotate {
    transform: rotate(180deg);
  }

  .accordion-content {
    display: none;
    padding: 10px 0;
    line-height: 35px;
  }

  .accordion-content.open {
    display: block;
  }
 .accordion-content ul {
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    margin-left: 0px;
    padding: 0px;
}
span#text-section1 {
    margin-left: 119px;
}
span#text-section2 {
    margin-left: 29px;
}
span#text-section3 {
    margin-left: 43px;
}
.btngost_1{
    display:block;
      background: #CDB977;
    color: #071538 !important;
    border: none;
    font-size: 22px;
    font-weight: bold;
    border-radius: 9px;
    margin: 32px auto 0;
    padding: 9px 25px !important;
     width: 80%;
    }

.content_bottom{
     display: block !important;
}
.back_btn{
    font-size: 0px !important;
    font-weight: 600;
    position: absolute !important;
    top: 4px !important;
    border: none !important;
}
.msf-category-list {
    grid-template-columns: 1fr;
}
  }