* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f6f3;
            transition: all 0.3s ease;
        }

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

        /* Header */
        header {
            background: linear-gradient(135deg, #051c2c, #0a2c42);
            color: white;
            padding: 1rem 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 2rem;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo img {
            height: 50px;
            width: auto;
            object-fit: contain;
        }

        .nav-center {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-center a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
            font-weight: 500;
        }

        .nav-center a:hover {
            color: #DEB887;
        }

        .lang-toggle {
            background: #DEB887;
            color: #051c2c;
            border: none;
            padding: 8px 16px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.3s;
        }

        .lang-toggle:hover {
            background: #F5DEB3;
            transform: scale(1.05);
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(5, 28, 44, 0.8), rgba(5, 28, 44, 0.6)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23D2B48C" width="1200" height="600"/><ellipse fill="%23051c2c" cx="150" cy="120" rx="8" ry="12" opacity="0.4" transform="rotate(25 150 120)"/><ellipse fill="%230a2c42" cx="300" cy="200" rx="10" ry="15" opacity="0.3" transform="rotate(-15 300 200)"/><ellipse fill="%236B4423" cx="500" cy="100" rx="9" ry="13" opacity="0.4" transform="rotate(45 500 100)"/><ellipse fill="%23051c2c" cx="700" cy="250" rx="11" ry="16" opacity="0.3" transform="rotate(0 700 250)"/><ellipse fill="%230a2c42" cx="900" cy="150" rx="8" ry="12" opacity="0.4" transform="rotate(30 900 150)"/><ellipse fill="%236B4423" cx="1100" cy="300" rx="10" ry="14" opacity="0.3" transform="rotate(-20 1100 300)"/><ellipse fill="%23051c2c" cx="200" cy="350" rx="9" ry="13" opacity="0.4" transform="rotate(60 200 350)"/><ellipse fill="%230a2c42" cx="450" cy="400" rx="8" ry="11" opacity="0.3" transform="rotate(10 450 400)"/><ellipse fill="%236B4423" cx="750" cy="450" rx="10" ry="15" opacity="0.4" transform="rotate(-40 750 450)"/><ellipse fill="%23051c2c" cx="950" cy="400" rx="9" ry="12" opacity="0.3" transform="rotate(20 950 400)"/></svg>');
            background-size: cover;
            background-position: center;
            height: 500px;
            display: flex;
            align-items: center;
            color: white;
            text-align: center;
        }

        .hero-content h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .btn {
            display: inline-block;
            background: #051c2c;
            color: white;
            padding: 12px 30px;
            text-decoration: none;
            border-radius: 25px;
            transition: all 0.3s;
            font-weight: bold;
        }

        .btn:hover {
            background: #0a2c42;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(5, 28, 44, 0.4);
        }

        /* Services Section */
        .services {
            padding: 4rem 0;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #051c2c;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .service-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 5px 20px rgba(5, 28, 44, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            border: 2px solid transparent;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(5, 28, 44, 0.2);
            border: 2px solid #051c2c;
        }

        .service-image {
            width: 150px;
            height: 150px;
            margin: 0 auto 1rem;
            border-radius: 10px;
            background-size: cover;
            background-position: center;
            box-shadow: 0 4px 15px rgba(5, 28, 44, 0.1);
        }

        .coffee-beans {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><rect fill="%23051c2c" width="150" height="150" rx="10"/><ellipse fill="%230a2c42" cx="30" cy="30" rx="8" ry="12" transform="rotate(25 30 30)"/><ellipse fill="%236B4423" cx="70" cy="25" rx="9" ry="13" transform="rotate(-15 70 25)"/><ellipse fill="%23051c2c" cx="110" cy="35" rx="8" ry="11" transform="rotate(45 110 35)"/><ellipse fill="%230a2c42" cx="25" cy="70" rx="10" ry="14" transform="rotate(0 25 70)"/><ellipse fill="%236B4423" cx="65" cy="65" rx="9" ry="12" transform="rotate(30 65 65)"/><ellipse fill="%23051c2c" cx="105" cy="75" rx="8" ry="13" transform="rotate(-20 105 75)"/><ellipse fill="%230a2c42" cx="125" cy="70" rx="9" ry="11" transform="rotate(60 125 70)"/><ellipse fill="%236B4423" cx="30" cy="110" rx="8" ry="12" transform="rotate(10 30 110)"/><ellipse fill="%23051c2c" cx="75" cy="105" rx="10" ry="15" transform="rotate(-40 75 105)"/><ellipse fill="%230a2c42" cx="115" cy="115" rx="9" ry="12" transform="rotate(20 115 115)"/><ellipse fill="%236B4423" cx="45" cy="125" rx="8" ry="11" transform="rotate(50 45 125)"/><path d="M20,40 Q75,20 130,40 Q75,60 20,40" fill="%23DEB887" opacity="0.3"/><path d="M20,80 Q75,60 130,80 Q75,100 20,80" fill="%23DEB887" opacity="0.3"/><path d="M20,120 Q75,100 130,120 Q75,140 20,120" fill="%23DEB887" opacity="0.3"/></svg>');
        }

        .ground-coffee {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><rect fill="%230a2c42" width="150" height="150" rx="10"/><circle fill="%23051c2c" cx="40" cy="40" r="3"/><circle fill="%236B4423" cx="60" cy="35" r="2"/><circle fill="%23051c2c" cx="80" cy="45" r="2.5"/><circle fill="%230a2c42" cx="100" cy="40" r="3"/><circle fill="%236B4423" cx="120" cy="35" r="2"/><circle fill="%23051c2c" cx="30" cy="60" r="2.5"/><circle fill="%230a2c42" cx="50" cy="65" r="3"/><circle fill="%236B4423" cx="70" cy="60" r="2"/><circle fill="%23051c2c" cx="90" cy="65" r="2.5"/><circle fill="%230a2c42" cx="110" cy="60" r="3"/><circle fill="%236B4423" cx="130" cy="65" r="2"/><circle fill="%23051c2c" cx="25" cy="85" r="2.5"/><circle fill="%230a2c42" cx="45" cy="90" r="2"/><circle fill="%236B4423" cx="65" cy="85" r="3"/><circle fill="%23051c2c" cx="85" cy="90" r="2.5"/><circle fill="%230a2c42" cx="105" cy="85" r="2"/><circle fill="%236B4423" cx="125" cy="90" r="3"/><circle fill="%23051c2c" cx="35" cy="110" r="2"/><circle fill="%230a2c42" cx="55" cy="115" r="2.5"/><circle fill="%236B4423" cx="75" cy="110" r="3"/><circle fill="%23051c2c" cx="95" cy="115" r="2"/><circle fill="%230a2c42" cx="115" cy="110" r="2.5"/><rect fill="%23DEB887" x="10" y="130" width="130" height="10" rx="5" opacity="0.4"/></svg>');
        }

        .premium-coffee {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><radialGradient id="darkGrad" cx="50%" cy="50%"><stop offset="0%" stop-color="%230a2c42"/><stop offset="100%" stop-color="%23051c2c"/></radialGradient></defs><rect fill="url(%23darkGrad)" width="150" height="150" rx="10"/><ellipse fill="%236B4423" cx="35" cy="35" rx="6" ry="9" transform="rotate(25 35 35)"/><ellipse fill="%230a2c42" cx="70" cy="30" rx="7" ry="10" transform="rotate(-15 70 30)"/><ellipse fill="%23051c2c" cx="105" cy="40" rx="6" ry="8" transform="rotate(45 105 40)"/><ellipse fill="%236B4423" cx="30" cy="70" rx="8" ry="11" transform="rotate(0 30 70)"/><ellipse fill="%230a2c42" cx="65" cy="65" rx="7" ry="9" transform="rotate(30 65 65)"/><ellipse fill="%23051c2c" cx="100" cy="75" rx="6" ry="10" transform="rotate(-20 100 75)"/><ellipse fill="%236B4423" cx="120" cy="70" rx="7" ry="8" transform="rotate(60 120 70)"/><ellipse fill="%230a2c42" cx="35" cy="105" rx="6" ry="9" transform="rotate(10 35 105)"/><ellipse fill="%23051c2c" cx="70" cy="100" rx="8" ry="12" transform="rotate(-40 70 100)"/><ellipse fill="%236B4423" cx="105" cy="110" rx="7" ry="9" transform="rotate(20 105 110)"/><polygon fill="%23DEB887" points="75,20 80,35 95,35 83,45 88,60 75,50 62,60 67,45 55,35 70,35" opacity="0.8"/></svg>');
        }

        .gift-set {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><rect fill="%23051c2c" width="150" height="150" rx="10"/><rect fill="%230a2c42" x="20" y="30" width="110" height="90" rx="5"/><rect fill="%23DEB887" x="70" y="10" width="10" height="130"/><rect fill="%23DEB887" x="10" y="70" width="130" height="10"/><ellipse fill="%236B4423" cx="40" cy="50" rx="4" ry="6" transform="rotate(25 40 50)"/><ellipse fill="%23051c2c" cx="60" cy="45" rx="5" ry="7" transform="rotate(-15 60 45)"/><ellipse fill="%230a2c42" cx="90" cy="55" rx="4" ry="6" transform="rotate(45 90 55)"/><ellipse fill="%236B4423" cx="110" cy="50" rx="5" ry="7" transform="rotate(0 110 50)"/><ellipse fill="%23051c2c" cx="45" cy="90" rx="4" ry="6" transform="rotate(30 45 90)"/><ellipse fill="%230a2c42" cx="65" cy="85" rx="5" ry="7" transform="rotate(-20 65 85)"/><ellipse fill="%236B4423" cx="85" cy="95" rx="4" ry="6" transform="rotate(60 85 95)"/><ellipse fill="%23051c2c" cx="105" cy="90" rx="5" ry="7" transform="rotate(10 105 90)"/><path d="M60,25 Q75,15 90,25 Q75,35 60,25" fill="%23DEB887" opacity="0.7"/><path d="M55,20 Q75,5 95,20" fill="none" stroke="%23DEB887" stroke-width="2" opacity="0.8"/></svg>');
        }

        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #051c2c;
        }

        .service-btn {
            background: #051c2c;
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 20px;
            cursor: pointer;
            transition: background 0.3s;
            font-size: 1rem;
        }

        .service-btn:hover {
            background: #0a2c42;
        }

        /* About Section */
        .about {
            background: #051c2c;
            color: white;
            padding: 4rem 0;
        }

        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }

        .about-text h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        .about-text p {
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }

        .about-features {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .feature {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: rgba(255,255,255,0.1);
            padding: 1rem;
            border-radius: 10px;
        }

        .feature-icon {
            font-size: 2rem;
        }

        /* Market Section */
        .market {
            padding: 4rem 0;
            background: #f8f6f3;
        }

        .market-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            margin-top: 2rem;
        }

        .market-box {
            background: white;
            padding: 1.5rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(5, 28, 44, 0.1);
            margin-top: 1.5rem;
        }

        .market-box h4 {
            color: #051c2c;
            margin-bottom: 1rem;
        }

        .market-box ul {
            list-style: none;
            padding: 0;
        }

        .market-box li {
            margin-bottom: 0.5rem;
        }

        /* Complete Services Section */
        .complete-services {
            padding: 4rem 0;
            background: #051c2c;
            color: white;
        }

        .services-complete-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .service-complete-card {
            background: rgba(255,255,255,0.1);
            padding: 2rem;
            border-radius: 15px;
        }

        .service-complete-card h4 {
            color: #DEB887;
            margin-bottom: 1rem;
        }

        /* Footer */
        footer {
            background: #333;
            color: white;
            text-align: center;
            padding: 2rem 0;
        }

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

        .footer-section h3 {
            margin-bottom: 1rem;
            color: #DEB887;
        }

        .footer-section p, .footer-section a {
            color: #ccc;
            text-decoration: none;
            margin-bottom: 0.5rem;
            display: block;
        }

        .footer-section a:hover {
            color: #DEB887;
        }

        /* RTL/LTR Support */
        [dir="rtl"] .logo {
            order: 0;
        }

        [dir="rtl"] .nav-center {
            order: 1;
        }

        [dir="rtl"] .lang-toggle {
            order: 2;
        }

        [dir="ltr"] .logo {
            order: 0;
        }

        [dir="ltr"] .nav-center {
            order: 1;
        }

        [dir="ltr"] .lang-toggle {
            order: 2;
        }

        /* Responsive */
        @media (max-width: 768px) {
            nav {
                flex-direction: column;
                gap: 1rem;
            }

            .nav-center {
                flex-direction: column;
                gap: 1rem;
            }

            .hero-content h1 {
                font-size: 2rem;
            }

            .about-content {
                grid-template-columns: 1fr;
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .market-content {
                grid-template-columns: 1fr;
            }
        }
      :root {
            --whatsapp-green: #25D366;
            --whatsapp-dark: #128C7E;
        }
      .btn-wa{
		color:#ffffff;
       	background: linear-gradient(135deg, var(--whatsapp-green), var(--whatsapp-dark));
      }