

/* start now */

.main_start_top {
    border: 1px solid rgba(255, 233, 212, 1);
    padding: 20px;
    /* width: max-content; */
    margin: 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.tit_start {
    margin-bottom: 20px;
}


.tit_start h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tit_start p {
    font-size: 15px;
    /* width: 400px; */
    line-height: 25px;
    font-weight: 500;
}

.btn_start a {
    text-decoration: none !important;
    padding: 10px 15px;
    width: 100%;
}

.btn_start {
    width: 100%;
}

.btn_start a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid rgba(255, 99, 28, 1);
    color: rgba(255, 99, 28, 1);
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/* end start naw */


/* start form */
.form-container {
    max-width: 1200px;
    overflow-x: hidden;
    margin: 20px auto;
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-container .logo-section {
    text-align: center;
    margin-bottom: 20px;
}

.form-container .logo-upload {
    width: 100%;
    height: 170px;
    border: 2px solid #ff6b35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff8f6;
    cursor: pointer;
    position: relative;
}

.form-container .logo-upload .icon_img {
    width: 48px;
    height: 48px;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.form-container .logo-text {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

.form-container .form-group {
    margin-bottom: 16px;
}

.form-container .form-label {
    color: #333;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    text-align: start;
}

.form-container .form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f9f9f9;
}

.form-container .form-input:focus {
    outline: none;
    border-color: #ff6b35;
    background-color: white;
}

.form-container .form-input::placeholder {
    color: #999;
}

.form-container .textarea-input {
    min-height: 80px;
    resize: vertical;
}

.form-container .phone-group {
    display: flex;
    gap: 8px;
}

.form-container .country-code {
    width: 80px;
    flex-shrink: 0;
}

.form-container .phone-input {
    flex: 1;
}

.form-container .select-wrapper {
    position: relative;
}

.form-container .form-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f9f9f9;
    appearance: none;
    cursor: pointer;
}

.form-container .select-wrapper::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    pointer-events: none;
}

.form-container .file-upload-wrapper {
    position: relative;
}

.form-container .file-upload {
    width: 100%;
    padding: 12px;
    border: 2px dashed #ff6b35;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.form-container .file-upload {
    position: relative;
    padding-right: 30px;
}

.form-container .file-upload::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    /* background-image: url('./assets/img/vor_img.svg'); */
    background-size: cover;
    background-repeat: no-repeat;
}


.form-container .file-upload input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form-container .file-upload-text {
    color: #999;
    font-size: 14px;
    text-align: start;
    display: block;
}

.form-container .button-group {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.form-container .btn {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-container .btn-primary {
    background-color: #ff6b35;
    color: white;
}

.form-container .btn-primary:hover {
    background-color: #e55a2e;
}

.form-container .btn-secondary {
    background-color: transparent;
    color: #ff6b35;
    border: 1px solid #ff6b35;
}

.form-container .btn-secondary:hover {
    background-color: #ff6b35;
    color: white;
}

.form-container .form-select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background-color: white;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    direction: rtl;
    text-align: right;
    transition: border-color 0.2s ease;
}

.form-container .form-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-container .form-select:hover {
    border-color: #bbb;
}


/* Option styling */
.form-container .form-select option {
    padding: 8px;
    direction: rtl;
    text-align: right;
}

/* end form */

/* start category */

.main_search {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 10px;
}

.search_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.search_main {
    width: 100%;
    padding: 16px 40px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.search_main:focus {
    outline: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.search_icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}


.main_img_category_top {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
    padding: 10px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}


.main_grid_category {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}

.main_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.main_img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}

.titel_category {
    color: #000000;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 991px) {
    .main_grid_category {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .main_img {
        flex: 0 0 auto;
        width: 180px;
    }
}

/* stor_category */

.stor_category {
    margin: 20px 0;
}

.grid_stor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
}

@media (max-width: 768px) {
    .grid_stor {
        grid-template-columns: 1fr;
    }
}

.main_stor {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(250, 250, 253, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    padding: 10px 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.img_stor img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.titel_stor h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
}

.titel_stor p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(93, 94, 108, 1);
}

/* start detels_category */


.status-left {
    font-size: 16px;
}

.status-right {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Status icons */
.status-right span:nth-child(1)::before {
    font-family: "Font Awesome 6 Free";
    content: "\f1eb";
    /* WiFi icon */
    font-weight: 900;
}

.status-right span:nth-child(2)::before {
    font-family: "Font Awesome 6 Free";
    content: "\f1eb";
    /* WiFi icon */
    font-weight: 900;
}

.status-right span:nth-child(3)::before {
    font-family: "Font Awesome 6 Free";
    content: "\f004";
    /* Heart icon */
    font-weight: 900;
}

.profile-section {
    display: flex;
    align-items: center;
    padding: 0 20px 20px;
    color: rgb(0, 0, 0);
    background-color: rgba(250, 250, 253, 1);
    border-radius: 20px;
    padding: 20px;
    margin: 12px 34px;
}

@media(max-width:991px) {
    .header_main {
        margin: 0 40px;
    }

    .profile-section {
        margin: 12px 0 !important;
    }
}

.profile-section {
    display: flex;
    align-items: center;
    flex: 1;
}

.profile-pic {
    width: 100;
    height: 100px;
    border-radius: 12px;
    margin-right: 12px;
    position: relative;
}

.profile-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.profile-info p {
    font-size: 12px;
    opacity: 0.8;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Rating star */
.rating span::before {
    font-family: "Font Awesome 6 Free";
    content: "\f005";
    /* Star */
    font-weight: 900;
    color: #FFD700;
    margin-right: 4px;
}

.categories {
    padding: 0 20px 15px;
    margin: 0 30px;
}

@media(max-width:991px){
    .categories{
        margin: 0 !important;
    }
}

.category-tabs {
    display: flex;
    gap: 15px;
    overflow-x: auto;
}

.category-tab {
    color: rgb(1, 1, 1);
    font-size: 14px;
    opacity: 0.7;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.3s;
}

.category-tab.active {
    opacity: 1;
    font-weight: 600;
}

.category-title {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}

.content {
    background: rgb(255, 255, 255);
    min-height: calc(100vh - 200px);
    padding: 20px;
    margin-top: 10px;
    position: relative;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0 33px;
}

@media(max-width:991px) {
    .product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 !important;
    }
}

.product-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(247, 247, 247, 1);

}

.product-image img {
    width: 100% !important;
    height: 170px !important;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


@media(max-width:991px) {
    .product-image img {
        height: 220px !important;
    }
}

@media(max-width:600px) {
    .product-image img {
        height: 120px !important;
    }
}

.product-info {
    padding: 9px 12px;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #FF6B35;
    margin-bottom: 4px;
}

.product-price span {
    color: #999;
}

.product-title {
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.product-location {
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}

.call-btn {
    width: 100%;
    background: #FF6B35;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.call-btn::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    /* Phone */
    font-weight: 900;
    font-size: 12px;
}

.menu-icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 1);
    border-radius: 1px;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

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

.favorite-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    color: rgba(255, 99, 28, 1);
    background-color: white;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s, background 0.3s;
}

.favorite-btn:hover {
    color: red;
    background-color: white;
}

ul {
    list-style: none !important;
}



.product-image .slick-dots {
    position: absolute !important;
    bottom: auto !important;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@media(max-width:991px) {
    .product-image .slick-dots {
        top:84px !important;
    }
}

.product-image .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
    opacity: 0.8;
}

.product-image .slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgba(252, 252, 252, 1);
}

.mab_bac {
    background-color: #FF6B35;
    padding-top: 20px;
}


.icons-container {
    padding: 20px 40px;
    border-radius: 15px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}

.icon {
    width: 40px;
    height: 40px;
    stroke: white;
    stroke-width: 2.5;
    fill: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon:hover {
    transform: scale(1.1);
    stroke-width: 3;
}

.phone-icon:hover {
    transform: scale(1.1) rotate(-5deg);
}

.share-icon:hover {
    transform: scale(1.1) rotate(10deg);
}

.heart-icon:hover {
    fill: white;
    transform: scale(1.1);
}

.location-icon {
    color: #ff4d4f;
    margin-right: 5px;
}