:root{
    --primary_color : rgb(140, 44, 230);
     --primary_color_light: rgba(140, 44, 230, 0.15);
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(246, 246, 247);
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
    color: inherit;
}
.top{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 899;
      overflow: hidden;
      background-color: rgb(239, 50, 32);
      color: white;
      padding: 10px 0;
      font-weight: bold;
      font-family: Arial, sans-serif;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc;
}

.marquee-text {
 font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  animation-play-state: running; /* default */
}

.marquee-text:hover {
  animation-play-state: paused;
}

    @keyframes marquee {
      0%   { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
    }


.section_m{padding-left: 12rem; padding-right: 12rem;}
.buttom_bar{ width: 100%;
  display: none;
}
.ml-3{margin-left: 15px;}
.header_ {
  width: 100%;
  height: 4.5rem;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(199, 198, 209);
  position: fixed;
  top: 2.5rem; /* Push down below topbar */
  z-index: 885;
}
.header_ .left{
    flex-basis: 15%;
    /* height: 100%; */
}
.header_ .right{
    width: 63%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.swiftLogo{
    width: auto;
    height: auto;
    object-fit: cover;
    mix-blend-mode: multiply;
    }
.login_text{color: var(--primary_color);}
.header_ .right span{font-size: 16px;}
.btn_box{
    width: auto;
    height: auto;
    padding: 10px;
    background-color: blueviolet;
    outline: none;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
/* Hide hamburger by default */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  margin-right: 16px;
}

/* Sidebar styles */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);

}

.sidebar a {
  padding: 10px 30px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}

.sidebar a:hover {
  background: #f0f0f0;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 36px;
  cursor: pointer;
}

.div__{
    width: auto;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 6rem;
}
.div__ h1{
    font-size: 64px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    padding: 0 1rem;
}
.contact_us{
     width: auto;
    align-items: center;
    text-align: center;
    margin-top: 6rem;
}
.th1{
    font-size: 44px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.contact_us span{
    margin-top: -1rem;
}
/* Responsive - show hamburger and hide desktop nav */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.slider_content{
    width: auto;
    height: 25rem;
    background-color: white;
    border-radius: 10px;
    margin-top: 1rem;
    position: relative; overflow: hidden; 
}
.slider_image{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.search_content{
    width: auto;
    height: 15rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5rem;
    background-color: white;
    border-radius: 10px;  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 1rem;
    
}
.search_content .left_c{
    flex-basis: 40%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.search_content .left_c button{
    width: auto;
    height: auto;
    padding: 15px;
    background-color: blueviolet;
    outline: none;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.search_content .right_c{
    flex-basis: 35%;
    border-left: 1px solid #ccc;
    padding-left: 2rem;
 
}
.search_content .left_c input{
    width: 60%;
    height: 2.7rem;
    border: none;
    outline: none;
    background-color: rgb(248, 248, 253);
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-left: 1rem;
    font-size: 16px;
}
.title{
    width: auto;
    height: 3rem;
    text-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 0, 0);
   
}
.title .subtitle{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgb(100, 100, 100);
    margin-top: 0.5rem;
}
.title h1{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}
.shopping_store{
    background-color: white;
    margin-top: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;}
.shopping_store_content{
    width: auto;
    height: auto;
    display: grid;
       grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 1rem;
    grid-row: 1rem;
    justify-content:center;
    margin-top: 6rem;
    margin-bottom: 4rem;
    padding: 0 1rem;
}
.shopping_store_content .card_{
    width: auto;
    height: 5rem;
    background-color: rgb(243, 240, 246);
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #e2e0eb;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shopping_store_content .card_ img{
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    mix-blend-mode: multiply;
}
.slide_grid_container{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.slider_grid{
    width: auto;
    height: auto;
    display: grid;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 0 1rem;
    overflow: scroll;
    position: relative;
     /* animation: slider-infinite-scroll 20s linear infinite; */
}
.slider_grid::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit browsers */
}
.slider_grid .slider_item{
    width: 15rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
     background-color: rgb(243, 240, 246);
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #e2e0eb;

}

@keyframes slider-infinite-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.faq{
     background-image: url('https://img.freepik.com/free-vector/background-line-abstract-gradient-colorful-style_483537-2549.jpg');
    background-size: cover;
    background-position: center;
 }
.faq_{

    display: flex;
    justify-content: center;
    align-items: center;
   
}
.faq_question{
    width: auto;
    height: 3rem;
    display: flex;
    outline: none;
    background-color: white;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 0.5rem;
}
.faq_list{
    width: 60%;
}
 .imge_{
    display: flex;
    justify-content: end;
    align-items: center;
}
.faq_item{
    width: auto;
   border-bottom: #ccc solid 1px;
    padding: 0.5rem;
    cursor: pointer;
}

.why_choose{margin-top: 1.8rem;}
.why_choose_us{
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); */
    grid-gap: 1rem;
    grid-row: 1rem;

    margin-top: 2rem;
    padding: 0 1rem;
}
.contact_us_{
    width: auto;
    height: auto;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 1rem;
    grid-row: 1rem;

    margin-top: 2rem;
    padding: 0 1rem;
}
.why_choose_us .slider_item{
    width: auto;
    height: auto;
    /* display: flex; */
    justify-content: center;
    align-items: center;
     /* background-color: rgb(243, 240, 246); */
     background-color: white;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #e2e0eb;

}
.why_choose_us .slider_item:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.why_choose_us .slider_item span{
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 200;
}
.why_choose_us .slider_item h4{
    font-size: 16px;
    font-weight: 400;
}
.products_grid{
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    grid-row: 1rem;
    justify-content:center;
    margin-top: 4rem;
    padding: 0 1rem;
}

.style_finder {
    margin: 48px auto;
    max-width: 1100px;
    background: #fff;
    border-radius: 18px;
    padding: 32px 24px;
    box-shadow: 0 2px 16px #eee;
}
.style_header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    letter-spacing: -2px;
}
.style_header p {
    font-size: 18px;
    color: #444;
    margin-bottom: 32px;
}
.style_filters {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.style_filters .filter {
    background: #f7f7f7;
    border: none;
    border-radius: 24px;
    padding: 10px 28px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    transition: background 0.2s;
}
.style_filters .filter.active {
    background: #c6f35a;
    color: #222;
    font-weight: 600;
}
.style_products {
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    justify-content: center;
}
.product_card {
    height: auto;
    /* background: #f7f7f7; */
    background: white;
    border-radius: 20px;
    padding: 24px 18px 1px 18px;
    position: relative;
    box-shadow: 0 2px 8px #eee;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.product_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 18px;
}
.discount {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 4px 12px;
}
.product_info {
    width: 100%;
    text-align: center;
}
.product_name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #222;
}
.product_price {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}
.product_price .old_price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 400;
}
.buy_btn {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 22px;
    color: #222;
    box-shadow: 0 2px 8px #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background 0.2s;
}
.buy_btn:hover {
    background: #c6f35a;
}

.calculator{
    display: flex;
    justify-content: center;
    background-color: white;
    height: auto;
    border-radius: 12px;

}
.ad_ver{
    flex-basis: 60%;
}
.cost_icon_image{
    width: 100%;
    height: auto;
    object-fit: cover;}

.about_content{
     width: auto;
    height: 35rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5rem;
    /* background-color: white; */
  
}
.aboutus_text h3{
    font-size: 44px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-bottom: 1rem;
    margin-left: 15px;
    line-height: 1.1;
 }
 
 .about_us_img img{
    width: 500px; 
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    mix-blend-mode: multiply;
 }


.privacy_policy{
    background-color: white;
    border-radius: 15px;
    padding: 1rem;
}

li{
    list-style: none;
}
footer{
    width: auto;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding-top: 2rem;
    padding-bottom: 2rem;
      background-image: url('https://img.freepik.com/free-vector/background-line-gradient-luxury-style_483537-3308.jpg');
    background-size: cover;
    background-position: center;
   
}
.footer_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content .footer_left{
     height: 12rem;
    flex-basis: 30%;

}.footer_content .footer_right{
    height: 12rem;
    display: inline-block;
    justify-content: center;
    align-items: flex-start;
    text-align: start;

}
.footer_content .footer_right li a{
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 14px;
    color: var(--primary_color);
}

.social_links a{
    margin-right: 5px;
}
.create_order{
    height: auto;
    align-content: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content:center ;
    align-items: center;
    background-color: white;
  
}
.create_order .order_form{
    flex-basis: 40%;
    height: auto;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 10px;
    /* box-shadow: 2px 2px 10px 5px rgb(239, 239, 239); */
}
.order_form{
    flex-basis: 60%;
    height: auto;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 10px;
    /* box-shadow: 2px 2px 10px 5px rgb(239, 239, 239); */
}
.order_form.form_group{
    width: 100%;
}
.form_group .input_field{
    width: 100%;
    height: 2.9rem;
    border: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: black;
    padding-left: 8px;
}
.input__{
     border: none;
    outline: none;
    background-color: rgb(248, 248, 253);
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    padding: 12px;
}
.button__{
     width: auto;
    height: auto;
    padding: 15px;
    background-color: blueviolet;
    outline: none;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.order_form textarea{
    width: 100%;
    height: 5rem;
    border: none;
    outline: none;
    background-color: rgb(248, 248, 253);
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 1rem;
}
.productdetail_content{
    width: auto;
    height: auto;
    background-color: white;
    border-radius: 10px;
    margin-top: 1rem;
    position: relative; overflow: hidden; 
    display: flex;
    padding-bottom: 2rem;

}
.product_image{
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    flex-basis: 40%;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.product_image img{
    width: auto;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.product_info{
    width: 100%;
    align-items: start;
    flex-basis: 60%;
    padding: 1rem;
    text-align: left;
    align-items: start;
   
}
.product_info h1{
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.product_info p{
    font-size: 16px;
    font-weight: 400;
    color: rgb(100, 100, 100);
    margin-top: 0.5rem;
}
.product_info .price{
    font-size: 20px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-top: 1rem;
}


.buy_content{
  
    margin-top: 1rem;
}
.btn_pro_buy{
    
    background-color: blueviolet;
    outline: none;
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin-top: 2rem;
    text-decoration: none;
}



.btn_box.order_btn:hover {
    background-color: var(--primary_color);
}

/* Popup Styles */
.popup_overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.popup_content {
    background-color: #fff;
    margin: 15% auto;
    padding: 25px;
    width: 320px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.popup_close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}

.popup_close:hover {
    color: #000;
}



.create_order_form {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 700px;
    margin: auto;
    background: #f9f9f9;
}

.product-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
}

.product-item label {
    display: block;
    margin-top: 10px;
}

.input_field {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
}

.btn_add {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn_add:hover {
    background-color: #2980b9;
}

.btn_submit {
    background-color: #2ecc71;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn_submit:hover {
    background-color: #27ae60;
}


.modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.modal_content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.close_modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.modal_content h2 {
    margin-bottom: 20px;
}

.modal_content label {
    display: block;
    margin: 10px 0 5px;
}

.modal_content .input_field {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.remove-btn {
    background-color: #ff4d4f;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.remove-btn:hover {
    background-color: #d9363e;
}


@media (max-width: 1400px) {
    .section_m{
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .style_products {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 900px) {
        .section_m{
            padding-left: 2rem;
            padding-right: 2rem;
        }
        .style_products {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));

        }
        .shopping_store_content {
            grid-template-columns: repeat(3, 1fr);
        }
        .product_image{
            width: 60%;
            height: 18rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* .right {
            width: 100%;
        } */
}

@media (max-width: 600px) {
     .section_m{
        padding-left: 8px;
        padding-right: 8px;
    }
    .imge_{
    display: none;
    }


.buttom_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
}

.icon_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: sans-serif;
    color: #999;
    font-size: 12px;
    transition: all 0.3s ease;
}

.icon_btn .icon__ img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 5px;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s ease;
}

/* Highlight active icon */
.icon_btn.active {
    color: #5e3bed;
    font-weight: 500;
}

.icon_btn.active .icon__ img {
    filter: none;
}

/* Optional: Add subtle indicator below active tab */
.icon_btn.active::after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: #5e3bed;
    border-radius: 2px;
    margin-top: 5px;
}






    /* .buttom_bar{
        width: 100%;
        height: 4rem;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: 2px 2px 2px 2px rgb(239, 239, 239);

        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        top: 10;
    }
     .buttom_bar .icon_btn{

        justify-content: center;
        align-items: center;

        font-size: 12px;
        font-weight: 500;}
    .buttom_bar .icon_btn span{
        font-size: 10px;
        font-weight: 400;
    }  */
    .icon_btn{width: 38px;  align-items: center;}
     /* .buttom_bar .icon_btn .icon__{
        width: 32px;
        height: 32px;

        border-radius: 2px;
        display: flex;
        justify-content: center;
    }
     .buttom_bar .icon_btn .icon__ img{
        width: auto;
        height: auto;
        object-fit: cover;
    } */

    .style_finder {
        padding: 16px 8px;
    }
    .style_header h1 {
        font-size: 32px;
    }
     .shopping_store_content {
        margin-top: 5rem;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0px;
    }.why_choose_us {
           grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .slide_grid_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    .slider_content {
        height: 10rem;
    }
    .right .order_btn{
        display: none;
    }
    .right span{display: none;}
    .search_content{
        margin-top: 2rem;
        height: auto;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
    }
    .search_content .left_c{
        flex-basis: 100%;
        margin-bottom: 1rem;
        display: block;
    }
    .search_content .left_c input{
        width: 95%;
        margin-bottom: 1rem;
    } 
    .search_content .left_c button{
        width: 100%;
        
    }
    .search_content .left_c .btn_box{
        width: 100%;
      
    }
    .search_content .right_c{
        flex-basis: 100%;
        border-left: none;
        padding-left: 0;
        text-align: center;
    }

    .shopping_store{
        margin-top: 2rem;
    }

    .faq_title{text-align: center;}
    .style_header{text-align: center;}
    .faq_list{width: 100%;}
    .footer{display: none;}
    .create_order{margin-top: 1rem;}
     .calculator{
        display: inline;
        background-color: rgb(255, 254, 254);
        border-radius: 12px;
    }
    .cost_icon_image{
       display: none;
    }
    .calculator .order_form{background-color: white;}
    .about_us_img{ display: none;
    }
   .aboutus_text{ text-align: center;
    }
    .div__{
        height: 10rem;
        margin-top: 4rem;
    }
    .div__ h1{font-size: 32px;}
   .th1{font-size: 32px;}

   .productdetail_content{
    display: inline;
   }
   .product_image{
    width: 100%;
    height: 15rem;
    background-color: white;
   }
   .product_info{
    width: 100%;
    height: auto;
    padding: 1rem;
    text-align: left;
    align-items: start;
    background-color: white;
   }
  
   
}

@media (max-width: 400px) {
    .shopping_store_content .card_{
        width: auto;
        height: auto;
        padding: auto;
    }
   .shopping_store_content .card_ img{
        width: 50%;
        height: auto;
   }
    .title span{display: none;
    }
    .shopping_store {
    padding-top:1rem;
    padding-bottom: 1rem;
    }
    .shopping_store .title h1 {
        font-size: 18px;
        font-weight: 400;
    } .shopping_store .title span {
        font-size: 12px;
         font-weight: 300;
    }

    .style_products {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_card {padding: 12px 10px 1px 10px;}
    .product_card img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 16px;
        margin-bottom: 1px;
    }
    .discount {
        font-size: 10px;
    }
    .product_info{padding: 8px;}
    .product_name {
        font-size: 12px;
    }
    .product_info .price {
        font-size: 16px;
    }
    .style_header p {font-size: 12px;}
    .style_header h1 {font-size: 22px;  margin-bottom: 14px;}

}
