/*
Theme Name: Saremco Impex - Agro & Mineral Export
Theme URI: https://saremcoimpex.com
Author: Saremco Impex IT Team
Author URI: https://saremcoimpex.com
Description: Enterprise, modern WordPress Theme for Saremco Impex - Pakistan's Premier Exporter of Super Kernel Basmati Rice, 1121 Kainat, Himalayan Pink Rock Salt, and Agricultural Commodities.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://saremcoimpex.com/terms
Text Domain: saremco-impex
Tags: agriculture, export, rice, salt, international-trade, e-commerce, commodities, responsive-layout, custom-menu, featured-images
*/

/* Reset & Tailwind Integration */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary-emerald: #0F3E2E;
  --dark-emerald: #071E16;
  --accent-orange: #F27A1A;
  --accent-amber: #FFA24C;
  --light-bg: #F8FAFC;
  --text-main: #1E293B;
}

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text-main);
  background-color: var(--light-bg);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* Custom Utilities */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #071E16;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #0F3E2E;
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #F27A1A;
}

/* WordPress Core Compatibility Classes */
.alignwide {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
}
.wp-caption-text {
  font-size: 0.85rem;
  color: #64748B;
  margin-top: 0.5em;
}
