@import url(“https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap”);
.btc-specimen-page {
font-family: “Inter”, sans-serif;
color: #1e293b;
max-width: 1000px;
margin: 0 auto;
background: white;
box-shadow: 0 10px 40px rgba(0,0,0,0.05);
border-radius: 16px;
overflow: hidden;
padding-bottom: 60px;
}
/* 1. Hero / Header Section */
.btc-specimen-hero {
position: relative;
padding: 60px 50px 0 50px;
background: white;
text-align: left;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
/* Banner Background (Gray/Mining bg) */
.btc-hero-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
background: url(“https://exports.bahritradingcorp.com.pk/wp-content/uploads/2024/12/fluorspar-mining-pakistan-banner.png”) no-repeat center center;
background-size: cover;
opacity: 0.1; /* Faint background */
z-index: 0;
}
.btc-hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
background: linear-gradient(to bottom, transparent 50%, white 100%);
z-index: 1;
}
.btc-hero-text {
position: relative;
z-index: 2;
flex: 1;
padding-top: 180px;
padding-right: 20px;
}
.btc-title {
font-size: 3.2rem;
color: #000B4F;
line-height: 1.1;
margin: 0;
font-weight: 800;
}
.btc-subtitle {
font-size: 1.1rem;
color: #334155;
margin-top: 15px;
font-weight: 500;
max-width: 400px;
}
.btc-status-badge { display: inline-block; background: #DCFCE7; color: #166534; padding: 4px 12px; border-radius: 20px; font-weight: 700; font-size: 12px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.btc-hero-image-container {
position: relative;
z-index: 3;
width: 500px;
margin-right: -40px;
margin-top: 20px;
}
.btc-hero-image {
width: 100%;
filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));
transform: scale(1.1);
}
/* 2. Middle Section: Two Columns */
.btc-middle-section {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 40px;
padding: 40px 50px;
position: relative;
z-index: 5;
background: white;
}
/* Left: Specs Table */
.btc-specs-col h3 { font-size: 1.2rem; color: #1e293b; font-weight: 800; margin-bottom: 20px; }
.btc-tech-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.btc-tech-table thead th {
background: #000B4F;
color: white;
padding: 10px 12px;
text-align: left;
font-weight: 600;
font-size: 0.8rem;
}
.btc-tech-table thead th:first-child { border-top-left-radius: 6px; }
.btc-tech-table thead th:last-child { border-top-right-radius: 6px; }
.btc-tech-table tbody tr { border-bottom: 1px solid #e2e8f0; }
.btc-tech-table tbody tr:nth-child(even) { background: #f1f5f9; }
.btc-tech-table td { padding: 10px 12px; color: #475569; }
.btc-tech-table td:first-child { font-weight: 700; color: #0f172a; }
/* Right: Applications & Certs */
.btc-apps-col h3 { font-size: 1.2rem; color: #1e293b; font-weight: 800; margin-bottom: 20px; }
.btc-app-icons-row {
display: flex;
justify-content: space-between;
gap: 15px;
margin-bottom: 40px;
}
.btc-app-item { text-align: center; flex: 1; }
.btc-app-circle {
width: 60px; height: 60px;
margin: 0 auto 10px;
border-radius: 50%;
background: #1e293b; /* Fallback */
display: flex; align-items: center; justify-content: center;
border: 3px solid #cbd5e1;
overflow: hidden;
}
.btc-app-circle img { width: 30px; height: 30px; object-fit: contain; filter: invert(1); }
.btc-app-label { font-size: 0.75rem; font-weight: 600; color: #475569; line-height: 1.2; }
/* Custom Gradient Mockup for Icons */
.bg-acid { background: linear-gradient(135deg, #10b981, #047857); }
.bg-steel { background: linear-gradient(135deg, #64748b, #334155); }
.bg-glass { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.bg-alum { background: linear-gradient(135deg, #94a3b8, #64748b); }
.btc-certs-row { display: flex; gap: 30px; justify-content: flex-start; }
.btc-cert-item { text-align: center; }
.btc-cert-img { width: 50px; height: 50px; object-fit: contain; }
.btc-cert-label { font-size: 0.7rem; font-weight: 700; color: #1E40AF; margin-top: 5px; }
/* 3. Pricing Tiers */
.btc-pricing-section { padding: 20px 50px; text-align: center; }
.btc-pricing-section h3 { font-size: 1.4rem; color: #1e293b; font-weight: 800; margin-bottom: 30px; }
.btc-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.btc-tier-card {
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 20px 15px;
text-align: left;
background: white;
}
.btc-tier-card.featured {
border: 2px solid #1E40AF;
box-shadow: 0 10px 20px rgba(30, 64, 175, 0.1);
position: relative;
transform: translateY(-5px);
}
.btc-tier-header {
background: #1E40AF; color: white;
text-align: center; padding: 4px 10px;
font-size: 0.75rem; font-weight: 600;
border-radius: 4px; margin-bottom: 10px;
display: table; margin-left: auto; margin-right: auto;
}
.btc-tier-name { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 5px; }
.btc-tier-price { font-size: 1.1rem; font-weight: 800; color: #1E40AF; margin-bottom: 15px; display: block; }
.btc-tier-list { list-style: none; padding: 0; margin: 0; font-size: 0.8rem; color: #64748b; line-height: 1.6; }
.btc-tier-list li { margin-bottom: 5px; padding-left: 12px; position: relative; }
.btc-tier-list li::before { content: “•”; position: absolute; left: 0; color: #1E40AF; font-weight: bold; }
/* 4. Request Button */
.btc-final-cta { margin: 40px 50px 0; }
.btc-cta-btn {
display: block;
width: 100%;
background: #1E40AF;
color: white;
font-size: 1.2rem;
font-weight: 700;
padding: 18px;
border-radius: 8px;
text-decoration: none;
text-align: center;
box-shadow: 0 4px 10px rgba(30, 64, 175, 0.2);
}
.btc-cta-btn:hover { background: #163098; }
/* 5. Tabs */
.btc-tabs-section { padding: 40px 50px; margin-top: 20px; border-top: 1px solid #f1f5f9; }
.btc-tab-nav { display: flex; gap: 30px; border-bottom: 2px solid #f1f5f9; margin-bottom: 25px; }
.btc-tab-btn {
background: none; border: none; padding: 10px 0;
font-size: 1rem; font-weight: 600; color: #94a3b8;
cursor: pointer; border-bottom: 3px solid transparent;
transition: all 0.3s;
}
.btc-tab-btn:hover { color: #1E40AF; }
.btc-tab-btn.active { color: #1E40AF; border-bottom: 3px solid #1E40AF; }
.btc-tab-content { display: none; padding: 10px 0; color: #475569; font-size: 0.95rem; line-height: 1.6; }
/* Responsive */
@media (max-width: 900px) {
.btc-specimen-hero { flex-direction: column-reverse; padding-top: 20px; }
.btc-hero-image-container { width: 100%; margin: 0; text-align: center; }
.btc-hero-image { transform: none; max-width: 80%; }
.btc-hero-text { padding-top: 20px; text-align: center; }
.btc-title { font-size: 2.5rem; }
.btc-middle-section { grid-template-columns: 1fr; gap: 40px; padding: 20px; }
.btc-app-icons-row { flex-wrap: wrap; justify-content: center; }
.btc-pricing-grid { grid-template-columns: 1fr; }
.btc-final-cta { margin: 30px 20px; }
}
Fluorspar
(Calcium Fluoride)
High Purity Acid Grade & Metallurgical Grade Fluorspar. Direct from Balochistan Mines.
Technical Specifications
| Property / Element | Acid Grade | Met. Grade |
|---|---|---|
| CaF₂ (Purity) | 97% – 98.5% | 80% – 90% |
| SiO₂ (Silica) | Max 1.0% | Max 5.0% |
| CaCO₃ | Max 1.0% | Max 2.0% |
| Sulfur (S) | Max 0.03% | Max 0.05% |
| Moisture | Max 0.5% | Max 1.0% |
Industrial Applications
Quality Certifications
CERTIFIED
INSPECTED
Bulk Pricing Tiers
Contact for Price
- 20ft Container Load
Contact for Price
- Monthly Supply Contracts
- Priority Shipping
Contact for Price
- Break Bulk Options
- Long-term Partner Rates
⚡ Certified Lab Report included with every inquiry.
Detailed Specifications
Our Fluorspar (Calcium Fluoride) is mined from the chemically rich belts of Loralai and Kalat. We categorize our supply into Acid Grade (High Purity) and Metallurgical Grade.
- Acid Grade: CaF2 > 97% | SiO2 < 1%
- Metallurgical Grade: CaF2 80-90%
- Ceramic Grade: CaF2 90-95%
Industrial Applications
Hydrofluoric Acid: Key raw material for HF production (Acid Grade).
Steel Making: Acts as a flux to lower melting point and remove impurities.
Aluminum: Used in the production of Aluminum Fluoride (AlF3).
Ceramics: Opacifier for enamels and glass manufacturing.
Certifications & Quality
We provide comprehensive lab reports for CaF2, SiO2, CaCO3, and Sulfur content with every lot.
- Independent Lab Analysis (SGS / Intertek)
- Certificate of Origin
- Weight List & Packing List
Packaging & Shipping
- Packing: 1 – 1.25 Ton Jumbo Bags (UV Stabilized).
- Container Load: 25-28 MT per 20ft Container.
- Port of Loading: Karachi Port (PKKHI).
- Incoterms: FOB, CFR, CIF available.
function openTab(evt, tabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName(“btc-tab-content”);
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("btc-tab-btn");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " active";
}
