.product_container {
    text-align: center;
    padding: 1rem 1.5rem 0 1.5rem;
    cursor: pointer;
}

.product_container p, h5, #modal-trucks-name-label-category, #modal-trucks-name-label {
    font-family: "Poppins", sans-serif;
}

.product_container:hover {
    color: #ed502e;
}

.product_image {
    box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
    margin-bottom: .5rem;
}

.add_buttons {
    color: #fff;
    background-color: #ed502e;
    border-width: 0;
    height: 2rem;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 4px;
}

.add_buttons2 {
    color: #fff;
    background-color: #ed502e;
    border-width: 0;
    padding: 8px 20px;
    border-radius: 4px;
}

.add_buttons:hover {
    background-color: #f38b74;
}

.add_buttons2:hover {
    background-color: #f38b74;
}

.edit_buttons {
    color: #fff;
    background-color: #3454f4;
    border-width: 0;
    height: 2rem;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 4px;
}

.edit_buttons:hover {
    background-color: #5d78ff;
}

.delete_buttons {
    color: #fff;
    background-color: #f72c2c;
    border-width: 0;
    height: 2rem;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 4px;
    display: none;
}

.delete_buttons:hover {
    background-color: #ff5656;
}

.delete_buttons2 {
    color: #fff;
    background-color: #f72c2c;
    border-width: 0;
    height: 2rem;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 4px;
}

.delete_buttons2:hover {
    background-color: #ff5656;
}

.dropDowns {
    border: 1px solid #ccc; 
    border-radius: .4rem; 
    height: 1.5rem;
    text-align: center;
    padding: 0 .75rem;
    font-size: 13px; 
    background-color: #f9f9f9; 
    color: #333; 
    cursor: pointer; 
    outline: none; 
    transition: all 0.3s ease; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.dropDowns:hover {
    background-color: #eaeaea; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
}

.dropDowns:focus {
    border: 1px solid #007bff; 
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
}

#searchBar{
    height: 2rem;
    font-size: 13px;
    text-align: center;
}

.closebutcon{
    font-size: x-large; 
    color: white; 
    background-color: red;
    cursor: pointer; 
    position: absolute; 
    z-index: 99;
    margin-left: 90%;
    border-radius: 0 0 .5rem .5rem;
}

.closebutcon:hover{
    color: red; 
    background-color: rgb(255, 81, 81);
}

.closebutcon2{
    font-size: x-large; 
    color: white; 
    background-color: red;
    cursor: pointer; 
    position: absolute; 
    z-index: 99;
    margin-left: 50%;
    border-radius: 0 0 .5rem .5rem;
}

.closebutcon2:hover{
    color: red; 
    background-color: rgb(255, 81, 81);
}

.teswrap:hover{
    scale: 1.1;
}


/* TESTIMONIALS SLIDER */

/* Container for the swiper */
.swiper2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
}

.swiper22{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .swiper22{
        padding-left: 2%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .swiper22{
        padding-left: 7%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .swiper22{
        padding-left: 25%;
    }
    .swiper-pagination2{
        margin-right: 10rem;
    }
}

@media screen and (min-width: 540px) and (max-width: 768px) {
    .swiper22{
        padding-left: 15%;
    }
    .swiper-pagination2{
        margin-right: 4rem;
    }
}

@media screen and (min-width: 500px) and (max-width: 540px) {
    .swiper22{
        padding-left: 12%;
    }
    .swiper-pagination2{
        margin-right: 3rem;
    }
}

@media screen and (min-width: 470px) and (max-width: 500px) {
    .swiper22{
        padding-left: 10%;
    }
    .swiper-pagination2{
        margin-right: 2.5rem;
    }
}

@media screen and (min-width: 450px) and (max-width: 470px) {
    .swiper22{
        padding-left: 8%;
    }
    .swiper-pagination2{
        margin-right: 2rem;
    }
}

@media screen and (min-width: 430px) and (max-width: 450px) {
    .swiper22{
        padding-left: 6%;
    }
    .swiper-pagination2{
        margin-right: 1.5rem;
    }
}

@media screen and (min-width: 410px) and (max-width: 430px) {
    .swiper22{
        padding-left: 2%;
    }
    .swiper-pagination2{
        margin-right: .5rem;
    }
}

@media screen and (min-width: 1px) and (max-width: 410px) {
    .swiper22{
        padding-left: 0;
    }
    .swiper-pagination2{
        margin-right: 0;
    }
}

/* Wrapper for the slides */
.swiper-wrapper2 {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

/* Individual slides */
.swiper-slide2 {
    min-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* Pagination bullets */
.swiper-pagination2 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-pagination-bullet2 {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #ed502e;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination-bullet2.active {
    background: #ed502e;
}

.swiper-button-prev2, .swiper-button-next2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev2 {
    left: 0;
}

.swiper-button-next2 {
    right: 0;
}


.swiper44 {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination4 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.image44{
    max-width: 22rem; 
    height: 16rem;
}

@media screen and (min-width: 1200px) {
    .swiper44{
        padding-left: 1%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .swiper44{
        padding-left: 1%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .swiper44{
        padding-left: 5%;
    }
    .swiper-pagination4{
        margin-right: 1rem;
    }
}

@media screen and (min-width: 540px) and (max-width: 768px) {
    .swiper44{
        padding-left: 3%;
    }
}

@media screen and (min-width: 500px) and (max-width: 540px) {
    .swiper44{
        padding-left: 2%;
    }
}

@media screen and (min-width: 470px) and (max-width: 500px) {
    .swiper44{
        padding-left: 2%;
    }
}

@media screen and (min-width: 420px) and (max-width: 470px) {
    .swiper44{
        padding-left: 2%;
    }
    .swiper-pagination4{
        margin-right: .5rem;
    }
}

@media screen and (min-width: 1px) and (max-width: 420px) {
    .swiper44{
        padding-left: 0;
    }
    .swiper-pagination4{
        margin-right: 0;
    }
    .image44{
        max-width: 18rem;
        height: 12rem;
    }
}



/* BRAND SLIDER */

/* Container for the swiper */
.swiper3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
}

.swiper33 {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Wrapper for the slides */
.swiper-wrapper3 {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

/* Pagination bullets */
.swiper-pagination3 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-pagination-bullet3 {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #ed502e;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination-bullet3.active {
    background: #ed502e;
}

.swiper-button-prev3, .swiper-button-next3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev3 {
    left: 0;
}

.swiper-button-next3 {
    right: 0;
}

.logtb{
    border-radius: .2rem;
    border-style: none;
    text-align: center;
    margin: .3rem;
    width: 15rem;
}

/* MODAL RESPONSIVENESS */

/* Small devices (regular screen phones) */
@media screen and (min-width: 1px) and (max-width: 371px) {
    .modal-dialog{
        width: 95%;
        max-width: 100%;
        margin-left: 2.5%;
    }
}

/* Small devices (large screen phones) */
@media screen and (min-width: 371px) and (max-width: 601px) {
    .modal-dialog{
        width: 95%;
        max-width: 100%;
        margin-left: 2.5%;
    }
}   

/* Small devices (tablets) */
@media screen and (min-width: 601px) and (max-width: 768px) {
    .modal-dialog{
        width: 90%;
        max-width: 100%;
        margin-left: 5%;
    }
}

/* Medium devices (desktops) */
@media screen and (min-width: 769px) and (max-width: 993px) {
    .modal-dialog{
        width: 80%;
        max-width: 100%;
        margin-left: 10%;
    }
}

/* Large devices (large desktops) */
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .modal-dialog{
        width: 60%;
        max-width: 100%;
        margin-left: 20%;
    }
}   

/* Large devices (large desktops) */
@media screen and (min-width: 1200px){

}

/* Modal container */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  }
  
  /* Modal content */
  .modal-content2 {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 60%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Close button */
  .close2 {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }
  
/* Small devices (regular screen phones) */
@media screen and (min-width: 1px) and (max-width: 371px) {
    .herohero{
        width: 80%;
    }
}

/* Small devices (large screen phones) */
@media screen and (min-width: 371px) and (max-width: 601px) {
    .herohero{
        width: 70%;
    }
}   

/* Small devices (tablets) */
@media screen and (min-width: 601px) and (max-width: 768px) {
    .herohero{
        width: 60%;
    }
}

/* Medium devices (desktops) */
@media screen and (min-width: 769px) and (max-width: 993px) {
    .herohero{
        width: 50%;
    }
}

/* Large devices (large desktops) */
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .herohero{
        width: 40%;
    }
}   

/* Large devices (large desktops) */
@media screen and (min-width: 1200px){
    .herohero{
        width: 30%;
    }
}