/*==========================
MINING HERO
==========================*/

.mining-hero{

position:relative;

height:100vh;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

background:url("../images/mining-bg.jpeg") center center/cover no-repeat;

overflow:hidden;

}

.overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.75));

}

.hero-content{

position:relative;

z-index:10;

color:#009FE3;

padding:20px;

max-width:900px;

}

.division-logo{

width:170px;

margin-bottom:25px;

}

.division-title{

font-size:22px;

letter-spacing:4px;

color:#009FE3;

margin-bottom:20px;

text-transform:uppercase;

}

.mining-hero h1{

font-size:72px;

font-weight:800;

margin-bottom:20px;

}

.hero-text{

font-size:24px;

line-height:1.8;

color:#009FE3;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn{

padding:16px 42px;

background:#009FE3;

color:#111;

border-radius:50px;

text-decoration:none;

font-weight:bold;

transition:.3s;

}

.btn:hover{

transform:translateY(-5px);

}

.btn2{

padding:16px 42px;

border:2px solid #009FE3;

color:white;

border-radius:50px;

text-decoration:none;

font-weight:bold;

transition:.3s;

}

.btn2:hover{

background:#009FE3;

color:#111;

}
/*==========================
ABOUT MINING
==========================*/

.about-mining{

padding:120px 8%;

background:#ffffff;

}

.about-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.section-tag{

display:inline-block;

padding:8px 20px;

background:#009FE3;

color:#111;

font-weight:700;

border-radius:30px;

margin-bottom:20px;

}

.about-content h2{

font-size:48px;

margin-bottom:25px;

color:#0b1e36;

}

.about-content p{

font-size:18px;

line-height:1.9;

color:#555;

margin-bottom:40px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.feature{

display:flex;

align-items:center;

gap:15px;

font-size:18px;

font-weight:600;

}

.feature i{

font-size:26px;

color:#009FE3;

}

@media(max-width:900px){

.about-container{

grid-template-columns:1fr;

}

.about-content h2{

font-size:36px;

}

.about-features{

grid-template-columns:1fr;

}

}
/*==========================
MINING SERVICES
==========================*/

.mining-services{

padding:120px 8%;

background:#0c1624;

color:white;

}

.section-header{

text-align:center;

margin-bottom:70px;

}

.section-header span{

color:#009FE3;

font-weight:700;

letter-spacing:3px;

}

.section-header h2{

font-size:52px;

margin:20px 0;

}

.section-header p{

max-width:700px;

margin:auto;

color:#cccccc;

line-height:1.8;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

}

.service-card{

background:#162233;

padding:45px;

border-radius:20px;

transition:.4s;

border:1px solid rgba(255,215,0,.15);

}

.service-card:hover{

transform:translateY(-12px);

border-color:#009FE3;

box-shadow:0 20px 40px rgba(255,215,0,.15);

}

.service-card i{

font-size:55px;

color:#009FE3;

margin-bottom:25px;

}

.service-card h3{

font-size:28px;

margin-bottom:20px;

}

.service-card p{

color:#cccccc;

line-height:1.8;

}
/*==========================
SAFETY & SUSTAINABILITY
==========================*/

.mining-values{

padding:120px 8%;

background:linear-gradient(135deg,#061A33,#0D2C52);

color:#fff;

text-align:center;

}

.mining-values span{

color:#009FE3;

font-weight:700;

letter-spacing:3px;

}

.mining-values h2{

font-size:52px;

margin:20px 0;

}

.mining-values p{

max-width:850px;

margin:0 auto 60px;

line-height:1.9;

color:#d9d9d9;

}

.values-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

}

.value-box{

background:rgba(255,255,255,.08);

padding:40px 25px;

border-radius:20px;

backdrop-filter:blur(12px);

transition:.4s;

border:1px solid rgba(255,215,0,.2);

}

.value-box:hover{

transform:translateY(-10px);

border-color:#009FE3;

}

.value-box i{

font-size:55px;

color:#009FE3;

margin-bottom:20px;

}

.value-box h3{

font-size:24px;

}/*=================================
MOBILE RESPONSIVE
==================================*/

@media (max-width: 768px){

/* Navbar */

.navbar{

    padding:15px 20px;

    flex-wrap:wrap;

}

/* Logo */

.logo img{

    width:45px;

}

.logo h2{

    font-size:18px;

}

/* Hide desktop menu */

.nav-menu{

    display:none;

}

/* Contact button */

.contact-btn{

    padding:10px 18px;

    font-size:14px;

}

/* Hero */

.hero{

    height:100vh;

    padding:120px 20px 40px;

}

.hero-logo{

    width:100px;

}

.hero h1{

    font-size:38px;

}

.hero h4{

    font-size:14px;

    letter-spacing:3px;

}

.hero p{

    font-size:16px;

    line-height:1.7;

}

/* Buttons */

.hero-buttons{

    flex-direction:column;

    gap:15px;

}

.btn-primary,
.btn-secondary{

    width:100%;

    text-align:center;

}

/* Market */

.market-title{

    text-align:center;

    font-size:18px;

}

.market-ticker{

    font-size:14px;

    padding:12px;

}

}/*==============================
MOBILE NAVIGATION
==============================*/

.menu-toggle{

display:none;

font-size:28px;

cursor:pointer;

color:#009FE3;

}

@media(max-width:992px){

.menu-toggle{

display:block;

}

.nav-menu{

position:absolute;

top:90px;

left:0;

width:100%;

background:white;

display:flex;

flex-direction:column;

padding:20px 0;

box-shadow:0 15px 35px rgba(0,0,0,.15);

display:none;

}

.nav-menu.active{

display:flex;

}

.nav-menu li{

width:100%;

text-align:center;

padding:15px 0;

}

.dropdown-menu{

position:static;

display:none;

box-shadow:none;

background:#f8f8f8;

border-radius:0;

width:100%;

}

.dropdown:hover .dropdown-menu{

display:none;

}

.dropdown.open .dropdown-menu{

display:block;

}

.logo h2{

font-size:18px;

}

.contact-btn{

display:none;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:17px;

}

.hero-logo{

width:110px;

}

.hero-buttons{

flex-direction:column;

}

.btn-primary,

.btn-secondary{

width:220px;

margin:auto;

}

}