
/*
Theme Name: Tijara Global LLC
Theme URI: https://tijaraglobal.org
Author: Tijara Global LLC
Description: Premium landing page theme for Tijara Global LLC wholesale business.
Version: 1.0
*/

body{
font-family: 'Inter', sans-serif;
margin:0;
color:#1a1a1a;
background:#f9fafb;
}

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

h1,h2,h3{
margin-bottom:20px;
}

.hero{
background:linear-gradient(120deg,#0f172a,#1e3a8a);
color:white;
text-align:center;
padding:120px 20px;
}

.hero h1{
font-size:48px;
font-weight:700;
}

.hero p{
font-size:20px;
opacity:0.9;
}

.btn{
display:inline-block;
margin-top:25px;
padding:14px 32px;
background:#2563eb;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:600;
}

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

.card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

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

.features{
background:#ffffff;
}

.marketplace{
background:#f1f5f9;
}

.contact{
background:#0f172a;
color:white;
text-align:center;
}

.contact a{
color:#38bdf8;
text-decoration:none;
}

footer{
background:#020617;
color:#94a3b8;
text-align:center;
padding:20px;
font-size:14px;
}
