.displayEnd{
    display: flex;
    justify-content: end;
}
.roundedRadius{
    border: none;
    border-radius: 5px;
}
.boldText{
font-weight: bold;}
.btn-primary:hover {
    /* background-color: #4d4d4d;  */
    color: black; /* text color remains the same */
    background-color: transparent;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 600;
}
.bottomSpace{
    margin-bottom: 10px auto;
}
.cardBorder{
    border: 1px solid #a5a6a7;
    border: none;
    border-radius: 5px;
}
.sectionparts{
    display: grid;
    grid-template-columns: auto auto;
}
.cardHovering :hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.sliderMainPics{
    height: 400px;
    min-width: 300px;
}
.picZooming:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
  .contactUsPic{
    display: grid;
    grid-template-columns: auto auto;
  }
  .contactUsPicture{
    width: 400px;
    height: 400px;
    margin-left: 100px;
  }
  .bottomSpace {
    margin-bottom: 10px auto;
}

.cardBorder {
    border: 1px solid #a5a6a7;
    border: none;
    border-radius: 5px;
}

.sectionparts {
    display: grid;
    grid-template-columns: auto auto;
}

.cardHovering:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sliderMainPics {
    height: 400px;
    min-width: 300px;
}

.picZooming:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.contactUsPic {
    display: grid;
    grid-template-columns: auto auto;
}

.contactUsPicture {
    width: 400px;
    height: 400px;
    margin-left: 100px;
}

.gridStyle {
    display: grid;
    grid-template-columns: auto auto;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .sectionparts, 
    .contactUsPic,
    .gridStyle {
        grid-template-columns: 1fr; /* Change to a single column layout */
    }
    
    .contactUsPicture {
        width: 100%; /* Make the image responsive */
        height: auto;
        margin-left: 0;
    }
    
    .bottomSpace {
        margin-bottom: 15px;
    }
}

  /* accordian faq */

  .custom-accordion {
    margin: 0 auto;
    direction: rtl; 
}

/* Hide Bootstrap's default icon */
.accordion-button::after {
    display: none;
}

.accordion-button {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.faq-icon {
    transition: all 0.3s ease;
    font-size: 1.5rem;
    color: rgba(128, 128, 128, 0.547);
}

/* On open - make it X and red */
.accordion-button:not(.collapsed) .faq-icon {
    content: "×";
    color: red;
    transform: rotate(0deg);
}

/* Smooth content open/close */
.accordion-collapse {
    transition: all 0.3s ease-in-out;
}

/* Remove border-radius if needed */
.accordion-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.faq-icon {
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 1.5rem;
    color: rgba(128, 128, 128, 0.547);
    display: inline-block;
}

/* On open: rotate to X and turn red */
.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg); /* Makes + into × */
    color: red;
}
.faq-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Optional: for parallax effect */
}
/* General Styles */
.product-details {
    font-family: Arial, sans-serif;
    margin: 20px;
}

/* Price Styling */
.product-price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.price {
    margin-bottom: 0;
}

/* Quantity Input Section */
.quantity-section {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

.quantity-label {
    font-size: 1.1rem;
}

.quantity-input-container {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.quantity-input {
    width: 60px;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.btn-quantity {
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 8px 16px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
}

.btn-quantity:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
}

/* Add to Cart Button */
.btn-add-to-cart {
    background-color: #222;
    color: white;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 15px;
}

.btn-add-to-cart:hover {
    background-color: #333333db;
    transform: scale(1.05);
    color: white;
}

.btn-add-to-cart i {
    margin-right: 8px;
}

/* Styling for Icons */
.bi-bag-plus {
    font-size: 1.4rem;
}

/* Spacing between sections */
.submit-section {
    margin-top: 10px;
}

/* comments */

  @media (max-width: 750px) {
    .gridStyle{
        display: grid;
        grid-template-columns:  auto;
      }
}
/* Search Icon Style */


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .search-collapse {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 10px;
    }
}



