/* UserMaintenance */

.UserMaintenanceCardMobile {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    height: 280px;

}

/* ShipmentProducts */



.timelinePrice {
    align-self: stretch;
    text-align: center;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.timelineName {
    align-self: stretch;
    text-align: center;
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 2rem 1rem 1rem;
}

.order-step {
    text-align: center;
    position: relative;
    flex: 1;
}

.order-icon {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    margin: 0 auto 0.5rem;
    z-index: 1;
}

.order-icon.completed {
    background-color: #198754;
    border-color: #198754;
}

.order-title {
    font-weight: bold;
}

.order-date {
    font-size: 0.8rem;
    color: #777;
}

/* الخط الواصل بين النقاط */
.order-step::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 50%;
    width: 100%;
    height: 2px;
    z-index: 0;
}

.order-step:first-child::after {
    right: 50%;
    width: 50%;
}

.order-step:last-child::after {
    display: none;
}

.order-step:not(:first-child):not(:last-child)::after {
    right: 0;
    width: 100%;
}

/* لضبط المسافات في RTL */
[dir="rtl"] .order-step::after {
    left: 0;
    right: auto;
}

[dir="rtl"] .order-step:first-child::after {
    left: 50%;
    width: 50%;
}

[dir="rtl"] .order-step:not(:first-child):not(:last-child)::after {
    left: 0;
    width: 100%;
}


/* UserPersonalPage */

.UserPersonalPagecard {
    border-radius: 12px;
    border: 1px solid #eee;
}

.UserPersonalPageBtnShop {
    background-color: #1a3c7c;
    color: white;
    border-radius: 6px;
    padding: 0.4rem 1.2rem;
}

.UserPersonalPageSideBarLink {
    border-bottom: 1px solid #eee;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: black;
}

.UserPersonalPageLogoutLink {
    padding: 1rem;
    display: block;
    text-decoration: none;
    color: #007bff;
}


/* ShoppingCart */

.ShoppingCartOrderSummary {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #fff;
}

.ShoppingCartProductQantityBtn {
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 6px;
}

.ShoppingCartProductIconBtn {
    font-size: 0.9rem;
    cursor: pointer;
    align-self: stretch;
    text-align: center;
    color: #4b5563;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 500;
    word-wrap: break-word;
}

.ShoppingCartProductQantityControl {
    display: flex;
    align-items: center;
    gap: 10px;
}



.ShoppingCartProductPrice {
    align-self: stretch;
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ShoppingCartProductName {
    align-self: stretch;
    text-align: right;
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ShoppingCartProductImg {
    width: 96px !important;
    height: 96px !important;
    border-radius: 12px;
    object-fit: contain;
}

.ShoppingCartProductCard {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    height: 128px;

}

.ShoppingCartProductCardMobile {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    height: 256px;

}

.ShoppingCartimg {
    width: 80%;
    height: 256px;
}


/* CustomerLogin */



.CustomerLoginDivButton {
    align-self: stretch;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e3e5e8;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.CustomerLoginLabel {
    align-self: stretch;
    text-align: right;
    color: #0e001a;
    font-size: 13px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
}

.CustomerLoginDescription {
    align-self: stretch;
    text-align: center;
    color: #4b5563;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 500;
    word-wrap: break-word;
}

.CustomerLoginHeadline {
    align-self: stretch;
    text-align: center;
    color: #0e001a;
    font-size: 24px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

/* ContactUs */

.ContactUsform {
    text-align: right;
    color: #0e001a;
    font-size: 13px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
}

.ContactUsdescription {
    text-align: right;
    color: #0e001a;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 500;
    line-height: 21px;
    word-wrap: break-word;
}

.ContactUsHeadline {
    text-align: right;
    color: black;
    font-size: 18px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

/* know about us */

.knowaboutusteamjobteamimg {
    height: 152px !important;
    width: 152px !important;
    object-fit: cover;
    border-radius: 16px;
}

.knowaboutusteamjobteamimgmobile {
    height: 112px !important;
    width: 112px !important;
    object-fit: cover;
    border-radius: 16px;
}


.knowaboutusteamjob {
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 500;
    word-wrap: break-word;
}

.knowaboutusteamname {
    text-align: right;
    color: #0e001a;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

.knowaboutustemheadline {
    text-align: right;
    color: #0e001a;
    font-size: 18px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

.knowaboutusdiscreption {
    align-self: stretch;
    text-align: right;
    color: #4b5563;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 500;
    word-wrap: break-word;
}

.knowaboutusheadline {
    align-self: stretch;
    height: 35px;
    text-align: right;
    color: #0e001a;
    font-size: 20px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

/* prdouctdetails */

.theprdouctdetailsimagesmobile {
    height: 384px;
}

.theprdouctdetailsheadlinesmobile {
    align-self: stretch;
    text-align: right;
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

.theprdouctdetailsdescriptionsmobile {
    align-self: stretch;
    text-align: right;
    color: #4b5563;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
}

.prdouctdetailsmobile {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
}

.theprdouctdetailsimage {
    height: 448px;
    width: 448px !important;
    border-radius: 16px;
    background-color: #f5f6fa;
}

.theprdouctdetailsheadline {
    align-self: stretch;
    text-align: right;
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
    height: 48px;
}

.theprdouctdetailsdescription {
    align-self: stretch;
    height: 264 !important;
    text-align: right;
    color: #4b5563;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
    height: 288px;
}

.theprdouctdetailsprice {
    height: 64px;
}

.theprdouctdetailsrequest {
    align-self: stretch;
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 128px;
}

/* ecommerce all product */

.ecommerceallproductmostsalemobile {
    color: #0e001a;
    font-size: 8px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
    height: 48px;
}

.ecommerceallproductsearchformmobile {
    max-height: 26px;
    overflow: hidden;
}

.commerceallprotuctthemotsale {
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
}

.Divofchangingpagesnavlink {
    text-align: center;
    color: #0e001a;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
}

.Divofchangingpagesheadtitle {
    align-self: stretch;
    text-align: center;
    color: #0e001a;
    font-size: 24px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

.Divofchangingpages {
    height: 128px;
}

/* footercenter */

hr.footerfirstdescription {
    width: 90%;
    margin: auto;
    border: none;
    height: 1px;
    background-color: #d1d5db;
    opacity: 0.7;
    overflow: hidden;
}

/* footerfirst */

.footerfirstfontawsome {
    color: #4b5563;
}

.footerfirstdescription {
    align-self: stretch;
    text-align: right;
    color: #4b5563;
    font-size: 13px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
}

.footerfirstheadline {
    align-self: stretch;
    text-align: right;
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

/*  */

.Offersfromtheownersmallimage {
    height: 120px !important;
    width: 480px !important;
    height: 100%;
    border-radius: 24px;
    margin: auto;
}

.Offersfromtheownerimage {
    height: 240px !important;
    width: 960px !important;
    height: 100%;
    border-radius: 24px;
    margin: auto;
}

.OffersfromtheownerimageMobile {
    height: 80px !important;
    width: 320px !important;
    height: 100%;
    border-radius: 24px;
    margin: auto;
}

.Offersfromtheowner {
    overflow: hidden;
}

/* pa in home page */

.pagination-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    /* Adjust border color as needed */
    background-color: #fff;
    /* Adjust background color as needed */
    transition: all 0.2s ease-in-out;
}

.pagination-button:hover {
    background-color: #eee;
    /* Adjust hover background color as needed */
}

/* categories desktop */

.categorytitlehomepagemobile {
    margin: auto;
    padding-top: 8px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.categoryimagehomepagemobile {
    width: 80%;
    margin: auto;
    height: 88px;
    padding-top: 16px;
}

.categorybackgroundmobile {
    height: 128px;
    background-image: url("../images/ecommerce/categorybackground.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.categorytitlehomepage {
    margin: auto;
    padding-top: 16px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26.24px;
    color: var(--light-color);
}

.categorytitlehomepagemobile {
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

.categoryimagehomepage {
    width: 144px !important;
    margin: auto;
    height: 144px !important;
    padding-top: 24px;
    border-radius: 16px;
}

.categorybackground {
    height: 208px;
    background-image: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

/* product card mobile */

.addproductinbaskettextinproductcardmobile {
    text-align: center;
    font-size: 9px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theformsintheproducdcardmobile .col-9 {
    padding-left: 0;
    height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theformsintheproducdcardmobile {
    height: 29px;
    margin: 0px;
}

.theformsintheproducdcardmobile button {
    border: 1px solid #4066ac;
    transition: all 0.3s ease;
}

.theformsintheproducdcardmobile button:hover {
    background-color: #4066ac;
    color: white;
}

.productsalepricewithofferpriceinproductcardmobile {
    height: 22px;
    color: #4b5563;
    font-size: 11px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thepricecofproductintheproducdcardrowmobile {
    align-self: stretch;
    height: 26px;
    text-align: right;
    color: #4b5563;
    font-size: 9px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thepricecofproductintheproducdcardmobile {
    align-self: stretch;
    height: 24px;
    text-align: right;
    color: #4b5563;
    font-size: 9px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thedescriptionofproductintheproducdcardrowmobile {
    align-self: stretch;
    height: 64px;
    text-align: right;
    color: #4b5563;
    font-size: 9px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thedescriptionofproductintheproducdcardmobile {
    align-self: stretch;
    height: 36px;
    text-align: right;
    color: #4b5563;
    font-size: 9px;
    font-family: Cairo;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theboxoftheimageinproductcardmobile {
    height: 120px;
    background-color: #f5f6fa;
    border-radius: 12px;
    margin: 0px;
}

.outboxprcoductcardrowmobile {
    height: 148px;
    padding: 16px;
    margin: 0px;
    background-color: white;
    border-radius: 16px;
    border: 1px #d1d5db solid;
}

.outboxprcoductcardmobile {
    height: 245px;
    padding: 16px;
    margin: 0px;
    background-color: white;
    border-radius: 16px;
    border: 1px #d1d5db solid;
}

.lucide {
    width: 20px;
    height: 20px;
}

/* prcoduct card */

.addproductinbaskettextinproductcard {
    text-align: center;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theformsintheproducdcard {
    height: 56px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productsalepricewithofferpriceinproductcard {
    height: 16px;
    color: #4b5563;
    font-size: 14px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thepriceofproductintheproducdcardrow {
    align-self: stretch;
    height: 64px;
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thedescriptionofproductintheproducdcardrow {
    align-self: stretch;
    height: 112px;
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thedescriptionofproductintheproducdcard {
    align-self: stretch;
    height: 52px;
    text-align: right;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theboxoftheimageinproductcard img {
    height: 216px;
    width: 216px !important;
    border-radius: 12px;
    margin: 0px;
    background-color: #f5f6fa;
}

.theboxoftheimageinproductcard {
    height: 216px;
    width: 216px !important;
    border-radius: 12px;
}



.outboxprcoductcardrow {
    height: 264px;
    padding: 16px;
    margin: 0px;
    background-color: white;
    border-radius: 16px;
    border: 1px #d1d5db solid;
}

.outboxprcoductcard {
    height: 423px;
    padding: 16px;
    margin: 0px;
    background-color: white;
    border-radius: 16px;
    border: 1px #d1d5db solid;
}

/* companysection */

.compnayimagemobile {
    height: 40px;
    width: 40px;
    margin: auto;
    border-radius: 8px;
}

.partnercompanymobile {
    height: 40px;
}

.compnayimage {
    height: 128px;
    width: 128px;
    margin: auto;
    border-radius: 16px;
}



/* scrollingoffer at the home page */
.categoryheadlinetext {
    color: #0e001a;
    font-size: 24px;
    font-family: Cairo;
    font-weight: 700;
    word-wrap: break-word;
}

.scrollingofferdescriptionfont {
    align-self: stretch;
    text-align: right;
    color: #4b5563;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.scrollingofferBoldheadlinemobile {
    height: 50px;
    overflow: hidden;
}

.scrollingofferBoldheadlinemobile {
    height: 48px;
    overflow: hidden;
}

.scrollingofferBolddescriptionmobile {
    height: 72px;
    overflow: hidden;
}

.scrollingofferBoldheadlinefont {
    align-self: stretch;
    text-align: right;
    color: #0e001a;
    font-size: 40px;
    font-family: Cairo;
    font-weight: 700;
    line-height: 60px;
    word-wrap: break-word;
}

.scrollingofferdescriptionfontmobile {
    text-align: center;
    color: #4b5563;
    font-size: 12px;
    font-family: Cairo;
    font-weight: 600;
    line-height: 18px;
    word-wrap: break-word;
}

.scrollingofferBoldheadlinefontmobile {
    text-align: center;
    color: #0e001a;
    font-size: 16px;
    font-family: Cairo;
    font-weight: 700;
    line-height: 60px;
    word-wrap: break-word;
}

/* main basic style */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

main {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
}

main::-webkit-scrollbar {
    display: none;
}

.scrollingofferimagemobile {
    width: 208px;
    height: 52px;
    max-height: 52px;
    object-fit: cover;
    border-radius: 16px;
}

.homepagescrolingofferimage {
    width: 512px;
    height: 512px;
    border-radius: 16px;
}

.homepagelogoimage {
    width: 80px !important;
    height: 80px !important;
}

.container {
    width: 80%;
}

.inactiveBtnbackground {
    background-color: #e3e5e8;
}

.Redbackground {
    background-color: #e71604;
}

.Secondarybgbackground {
    background-color: #f5f6fa;
}

.Whitebackground {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Strokebackground {
    background-color: #d1d5db;
}

.Textbackground {
    background-color: #4b5563;
}

.Headlinebackground {
    background-color: #0e001a;
}

.Primarybackground {
    background-color: #4066ac;
}

.scrollingoffer {
    height: 560px;
}

.scrollingoffermobile {
    height: 415px;
}

.inactiveBtncolor {
    color: #e3e5e8;
}

.Redcolor {
    color: #e71604;
}

.Secondarybgcolor {
    color: #f5f6fa;
}

.Whitecolor {
    color: #ffffff;
}

.Strokecolor {
    color: #d1d5db;
}

.Textcolor {
    color: #4b5563;
}

.Headlinecolor {
    color: #0e001a;
}

.Primarycolor {
    color: #4066ac;
}

.activesidebutom {
    color: #4066ac;
}

.Cairofont {
    font-size: 40px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
}

.Fontfont {
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
}

.Regularfont {
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
}

.Mediumfont {
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
}

.SemiBoldfont a {
    text-decoration: none;
}

.SemiBoldfont a :hover {
    text-decoration: underline !important;
}

.SemiBoldfont {
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word;
}



.Boldfont {
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

.decorationnone {
    text-decoration-line: none;
}

.overflowhidden {
    overflow: hidden;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Regular.woff2") format("woff2"),
        url("/css/cairo/Cairo-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Black.woff2") format("woff2"),
        url("/css/cairo/Cairo-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-ExtraBold.woff2") format("woff2"),
        url("/css/cairo/Cairo-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Bold.woff2") format("woff2"),
        url("/css/cairo/Cairo-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Regular.woff2") format("woff2"),
        url("/css/cairo/Cairo-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Light.woff2") format("woff2"),
        url("/css/cairo/Cairo-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Medium.woff2") format("woff2"),
        url("/css/cairo/Cairo-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-SemiBold.woff2") format("woff2"),
        url("/css/cairo/Cairo-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-ExtraLight.woff2") format("woff2"),
        url("/css/cairo/Cairo-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src: url("/css/cairo/Cairo-Regular.woff2") format("woff2"),
        url("/css/cairo/Cairo-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.product-image-container {
    background-color: #f8f9fa;
    overflow: hidden;
}

.product-image-container img {
    transition: transform 0.5s ease;
}

.product-card:hover .product-image-container img {
    transform: scale(1.05);
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.5em;
}

.price-section {
    padding: 8px 0;
    font-family: Cairo;

}

.product-description {
    font-family: Cairo;
}


.product-card-mobile {
    transition: all 0.3s ease;
    background: white;
}

.product-card-mobile:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.product-image-mobile {
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    overflow: hidden;
}

.product-description-mobile {
    font-size: 0.8rem;
    line-height: 1.4;
    min-height: 2.8em;
    font-family: Cairo;

}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-mobile {
    font-size: 0.9rem;
    margin-top: auto;
    font-family: Cairo;

}

.add-to-cart-mobile .btn {
    font-size: 0.8rem;
    padding: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 375px) {
    .col-6 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .product-card-mobile {
        padding: 0.5rem;
    }

    .product-description-mobile {
        font-size: 0.75rem;
        font-family: Cairo;

    }

    .price-mobile {
        font-size: 0.8rem;
    }
}


.category-card {
    transition: all 0.3s ease;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 2px 8px var(--primary-color);
    border: 1px solid var(--bs-secondary);
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px var(--secondary-color);
    border-color: var(--bs-primary);
}

.category-image-container {
    background-color: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.category-image-container img {
    border-radius: 0.5rem;
}

.category-title {
    color: var(--light-color);
    line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .category-card {
        padding: 1rem;
    }

    .category-title {
        font-size: 0.8rem;
    }
}


.social-media-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
}

.section-title {
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
}

.social-icons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.social-icon-link {
    display: inline-block;
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
}

.social-icon-link:hover {
    transform: scale(1.1);
}

.social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.social-icon:hover {
    filter: grayscale(0%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .social-icon-link {
        width: 40px;
        height: 40px;
    }

    .section-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .social-icons-container {
        gap: 0.75rem;
    }

    .social-icon-link {
        width: 36px;
        height: 36px;
    }
}

.imagerowdesktop {
    width: 240px !important;
    height: 240px !important;

}

.imagerowmobile {
    width: 128px !important;
    height: 128px !important;

}

.scroll-container {
    overflow: hidden;
    position: relative;
}

.scroll-track {
    display: flex;
    transition: transform 0.5s ease;
}

.scroll-track .scroll-item {
    flex: 0 0 auto;
    padding: 1rem;
}


.carousel-inner {
    width: 100% !important;
    height: 400px !important;
}

.carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 400px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.scrollingoffer {
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

.homepagescrolingofferimage {
    max-height: 400px;
    object-fit: contain;
}


.mobile-carousel-wrapper {
    background-color: #f9f9f9;
    padding: 10px 0;
}

.mobile-image-container {
    height: 200px;
}

.mobile-offer-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.mobile-headline {
    font-size: 1.2rem;
    color: #333;
}

.mobile-description {
    font-size: 1rem;
    color: #666;
}

.mobile-shop-button {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 25px;
}