body {
    background-color: #f7f7f7;
    margin: 0;
    font-family: Arial, sans-serif;
}

.header {
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.nav-container {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-left: 70px;
}

.logo-nav {
    display: flex;
    align-items: center;
    margin-left: 150px;
}

.logo {
    height: 40px;
    margin-right: 20px;
}

.nav-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.search-actions {
    display: flex;
    align-items: center;
    margin-left: 150px;
    gap: 30px;
}

/* .location .btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: 1 solid #ccc;
    border-radius: 5px;
    padding: 10px 70px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
} */
.location .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    /* Button background color */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
    width: 300px;
    /* Set button width */
    cursor: pointer;
}

.location .btn i {
    margin-right: 8px;
    /* Space between marker and text */
    font-size: 20px;
}

.location .btn .country {
    flex-grow: 1;
    /* Push the text to left */
    text-align: left;
    font-size: 20px;
}

.location .btn .right-icon {
    margin-left: auto;
    /* Push the icon to right */
    font-size: 16px;
}

.search-box {
    position: relative;
    margin-left: 20px;
}

.search-input {
    width: 500px;
    padding: 13px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-btn {
    position: absolute;
    top: 49%;
    right: 1px;
    transform: translateY(-50%);
    background: black;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    width: 50px;
}

.search-btn .fa-search {
    font-size: 16px;
    padding: 10px;
}

/* .actions i {
    margin: 0 10px;
    font-size: 22px;
    color: #333;
}

.sell-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
} */
.actions {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
}

.actions .ipp {
    width: 40px;
    height: 40px;
}

.sell-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* Space between icon and text */
    width: 100px;
    height: 40px;
    border: 5px solid transparent;
    /* Button border */
    border-radius: 30px;
    /* Rounded corners */
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #fdd835, #1e88e5) border-box;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sell-btn i {
    font-size: 16px;
    color: #1e88e5;
    /* Blue color for plus icon */
}

.sell-btn span {
    color: #1e88e5;
    /* Blue color for "SELL" text */
    font-weight: bold;
}


.main {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 150px;
}

.categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 450px;
}

.categories a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    /* font-weight: 600; */

}

.cate-bold {
    font-weight: bold;
}

.cate-bold i {
    margin-left: 10px;
}

.featured {
    display: flex;
    margin-top: 20px;
}

.featured-img img {
    width: 91%;
    height: auto;
}

.featured-text {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 20px;
    flex: 1;
}

.featured-text h1 {
    font-size: 2.5em;
    margin: 10px 0;
}

.featured-text p {
    margin-top: 10px;
}

.cat-head {
    display: flex;
    margin-left: 150px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 230px;
}

.category-list-container {
    display: flex;
    flex-direction: column;
    margin-left: 230px;
    gap: 20px;
}

.list-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s;
}

.category img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 8px;
}

.category span {
    font-size: 14px;
    /* text-align: center; */
}

.category:hover {
    transform: scale(1.1);
    color: #000;
}

.mb-4 {
    margin-left: 230px;
    margin-top: 30px;
}

.card-section {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
}

.card-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-right: 130px;
}

.card {
    background: #FFFFFF;
    width: 270px;
    height: 350px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card img {
    width: 270px;
    height: 180px;
    object-fit: cover;
}

.card .details {
    padding: 15px;
    margin-top: 50px;
    text-align: left;
}

.card .details h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.card .details p {
    font-size: 16px;
    color: #28a745;
    margin: 5px 0;
}
footer {
    background-color: #e2e2e2;
    padding: 20px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    color: #555;
}

.footer-section p {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.social-icons a {
    color: #555;
    font-size: 18px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #000;
}

.app-buttons {
    display: flex;
    gap: 10px;
    border-radius: 2px;
}

.app-buttons img {
    width: 120px;
    height: 40px;
    object-fit: cover;
}

.footer-bottom {
    background-color: #002F34;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: 20px;
}
