        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            background-color: #f9f9f9;
            color: #333;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Styles */
        header {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 40px;
        }

        .logo span {
            font-size: 24px;
            font-weight: bold;
            margin-left: 10px;
            color: #bc002d;
        }

        #logo{
					text-decoration: none;
				}

        nav ul {
            display: flex;
            list-style: none;
        }

        nav ul li {
            margin-left: 25px;
        }

        nav ul li a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s;
            padding: 5px 10px;
            border-radius: 4px;
        }

        nav ul li a:hover {
            color: #bc002d;
            background-color: #f5f5f5;
        }

        nav ul li a.active {
            color: #bc002d;
            font-weight: bold;
        }

        .auth-buttons {
            display: flex;
            gap: 10px;
        }

        .btn {
            padding: 8px 16px;
            border-radius: 4px;
            border: none;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s;
        }

        .btn-signin {
            background-color: transparent;
            border: 1px solid #bc002d;
            color: #bc002d;
        }

        .btn-signin:hover {
            background-color: #bc002d;
            color: white;
        }

        .btn-register {
            background-color: #bc002d;
            color: white;
        }

        .btn-register:hover {
            background-color: #a00024;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://kareemstores.com/blog/wp-content/uploads/2024/08/%D8%B3%D8%B9%D8%B1-%D9%83%D8%A7%D9%85%D9%8A%D8%B1%D8%A7-%D9%83%D8%A7%D9%86%D9%88%D9%86-1.webp');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
            height: 100vh;
        }

        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
        }

        .hero p {
            font-size: 20px;
            max-width: 700px;
            margin: 0 auto 30px;
        }

        .btn-hero {
            background-color: #bc002d;
            color: white;
            padding: 12px 30px;
            font-size: 18px;
            border-radius: 30px;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s;
        }

        .btn-hero:hover {
            background-color: #a00024;
        }

        /* Products Section */
        .products {
            padding: 80px 0;
            background-color: white;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 36px;
            color: #333;
            margin-bottom: 15px;
        }

        .section-title p {
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .product-card {
            background-color: #f9f9f9;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .product-card:hover {
            transform: translateY(-10px);
        }

        .product-img {
            height: 200px;
            background-color: #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

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

        .product-info {
            padding: 20px;
        }

        .product-info h3 {
            margin-bottom: 10px;
            color: #333;
        }

        .product-info p {
            color: #666;
            margin-bottom: 15px;
        }

        .btn-product {
            background-color: #333;
            color: white;
            width: 100%;
            padding: 10px;
            border-radius: 4px;
            text-align: center;
            display: block;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .btn-product:hover {
            background-color: #bc002d;
        }
   /*-----------------section2------------------*/
.background{
  background-color: rgb(255, 255, 255);
  color: aliceblue;
}
.background-img1 {
  border: 1px solid rgb(245, 243, 243);
border-radius:.5cm;
}
.photo1-text1{
  display: flex;
  justify-content: space-around;
  /* margin: 17px; */
    padding: 17px;

}
.text1{
  color: rgb(0, 0, 0);
margin-left: 8vw;
margin-right: 5vw;
margin-top: 6vh;

}

#text1p{
  font-weight: 80Px;
  font-style:italic;
}

.photo2-text2{
  display: flex;
  justify-content: space-around;
  /* margin: 17px; */
  padding: 17px;
}
.background-img2 {
  border: 2px solid rgb(12, 12, 12);
  border-radius:.5cm;
}
.text2{
  color: rgb(0, 0, 0);
margin-left: 8vw;
margin-right: 5vw;
margin-top: 6vh;

}

#button-readmore{
           background-color: #000000;
            color: rgb(243, 32, 32);
            padding: 12px 30px;
            font-size: 18px;
            border-radius: 30px;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s;
}

        /* Footer */
        footer {
            background-color: #333;
            color: white;
            padding: 60px 0 30px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-column h3 {
            font-size: 20px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: #bc002d;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 10px;
        }

        .footer-column ul li a {
            color: #ccc;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-column ul li a:hover {
            color: #bc002d;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #444;
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: all 0.3s;
        }

        .social-icons a:hover {
            background-color: #bc002d;
            transform: translateY(-5px);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #444;
            color: #ccc;
            font-size: 14px;
        }

        /* Responsive Design
        @media (max-width: 768px) {
            .header-container {
                flex-direction: column;
                padding: 15px 0;
            }

            .logo {
                margin-bottom: 15px;
            }

            nav ul {
                margin-bottom: 15px;
            }

            nav ul li {
                margin: 0 10px;
            }

            .hero h1 {
                font-size: 36px;
            }

            .hero p {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            nav ul {
                flex-direction: column;
                align-items: center;
            }

            nav ul li {
                margin: 5px 0;
            }

            .auth-buttons {
                flex-direction: column;
                width: 100%;
            }

            .btn {
                width: 100%;
                margin-bottom: 10px;
            }

            .hero {
                padding: 60px 0;
            }

            .hero h1 {
                font-size: 28px;
            }

            .hero p {
                font-size: 16px;
            }

        } */

@media (max-width: 768px) {

    /* Header */
    .header-container {
        flex-direction: column;
        gap: 15px;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .auth-buttons {
        justify-content: center;
    }

    /* Hero */
    .hero {
        height: auto;
        padding: 80px 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero p {
        font-size: 16px;
    }

    /* Products */
    .section-title h2 {
        font-size: 28px;
    }

    /* Section 2 */
    .photo1-text1,
    .photo2-text2 {
        flex-direction: column;
        text-align: center;
    }

    .background-img1,
    .background-img2 {
        width: 100%;
        height: auto;
    }

    .text1,
    .text2 {
        margin: 20px 0;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
    }

@media (min-width: 769px) and (max-width: 1024px) {

    /* Hero */
    .hero h1 {
        font-size: 38px;
    }

    .hero p {
        font-size: 18px;
    }

    /* Section 2 */
    .photo1-text1,
    .photo2-text2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .background-img1,
    .background-img2 {
        width: 90%;
        height: auto;
    }

    .text1,
    .text2 {
        margin: 20px 0;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
