/*=====================================
IRONCLAD BRAND COLORS
=====================================*/

html{

    scroll-behavior:smooth;

}

body{
    font-family:'Poppins',sans-serif;
    text-align:center;
    background:#F8FAFC;
}

h1{
    color:#0B3D91;
    font-size:48px;
}

p{
    font-size:22px;
}
.navbar{

padding:18px 0;

}

.navbar-brand{

font-size:28px;

font-weight:700;

}

.nav-link{

font-weight:500;
margin-left:18px;
color:#374151;

}

.nav-link:hover{

color:#0B3D91;

}

.hero{

    min-height:90vh;

    display:flex;

    align-items:center;

    background:linear-gradient(135deg,#081B3A,#0B3D91);

    color:#fff;

    position:relative;

    overflow:hidden;

}

.hero h1{

font-size:64px;

font-weight:800;

color:white;

}

.hero p{

font-size:22px;

color:#e5e7eb;

}

.hero{

    min-height:90vh;

    display:flex;

    align-items:center;

    background:linear-gradient(135deg,#081B3A,#0B3D91);

    color:#fff;

    position:relative;

    overflow:hidden;

}

.hero h1{

font-size:60px;

font-weight:800;

line-height:1.2;

color:white;

}

.hero-text{

font-size:20px;

color:#E5E7EB;

margin-top:25px;

}

.hero-features p{

color:white;

font-size:18px;

margin-bottom:12px;

}

.hero-image{

max-width:95%;

animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%{transform:translateY(0);}

50%{transform:translateY(-15px);}

100%{transform:translateY(0);}

}

.section-title{

font-size:42px;

font-weight:700;

margin-bottom:20px;

text-align:center;

}

.section-subtitle{

font-size:18px;

color:#6b7280;

max-width:800px;

margin:auto;

margin-bottom:60px;

text-align:center;

}

.trust-card{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.trust-card:hover{

transform:translateY(-10px);

}

.trust-icon{

font-size:50px;

color:#0B3D91;

margin-bottom:25px;

}

.trust-card h4{

margin-bottom:15px;

font-weight:700;

}
/*==============================
  OUR SERVICES
===============================*/

.services-section{

background:#F8FAFC;

padding:100px 0;

}

.service-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

text-align:center;

}

.service-card:hover{

transform:translateY(-10px);

border-bottom:4px solid var(--gold);

}

.service-icon{

font-size:48px;

color:var(--primary);

margin-bottom:20px;

transition:.3s;

}

.service-card:hover .service-icon{

color:var(--gold);

}

.service-card h4{

margin-bottom:15px;

font-weight:700;

}

.service-card p{

color:#666;

line-height:1.7;

}
/* ===========================
   WHY CHOOSE US
=========================== */

.why-us{

padding:100px 0;

background:#ffffff;

}

.feature-item{

display:flex;

gap:20px;

margin-bottom:30px;

}

.feature-item i{

width:65px;
height:65px;

background:var(--primary);

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:24px;

transition:.3s;

}

.feature-item:hover i{

background:var(--gold);

transform:rotate(8deg);

}

.feature-item h5{

font-weight:700;

margin-bottom:8px;

}

.feature-item p{

margin:0;

color:#666;

}
/*==============================
  OUR PROCESS
===============================*/

.process-section{

    padding:100px 0;
    text-align:center;

}

.process-step h3{

    margin:20px 0 15px;

    text-align:center;

    font-weight:700;

}
.process-step{

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:var(--shadow-sm);

    text-align:center;

    height:100%;

    transition:all .3s ease;

}

.process-circle{

width:80px;

height:80px;

background:var(--primary);

color:white;

margin:0 auto 20px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

font-weight:700;

transition:.3s;

}

.process-step:hover .process-circle{

background:var(--gold);

transform:scale(1.08);

}

.process-step h5{

font-weight:700;

margin-bottom:12px;

}

.process-step p{

    text-align:center;

    color:var(--gray);

    line-height:1.7;

}
/*==============================
 COMPANY STATISTICS
===============================*/

.stats-section{

padding:100px 0;

background:linear-gradient(135deg,#0B3D91,#081B3A);

color:white;

}

.stats-section .section-title{

color:white;

}

.stats-section .section-subtitle{

color:#D1D5DB;

}

.stat-card{

padding:35px;

}

.stat-card h2{

font-size:58px;

font-weight:800;

color:var(--gold);

margin-bottom:10px;

}

.stat-card h5{

color:white;

font-weight:600;

}
/*=========================
 INDUSTRIES
==========================*/

.industries-section{

padding:100px 0;

background:#fff;

}

.industry-card{

padding:35px;

text-align:center;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.industry-card:hover{

transform:translateY(-10px);

}

.industry-card i{

font-size:50px;

color:var(--gold);

margin-bottom:20px;

}

.industry-card h4{

font-weight:700;

margin-bottom:15px;

}
/*=========================
TESTIMONIALS
==========================*/

.testimonial-section{

padding:100px 0;

background:#F8FAFC;

}

.testimonial-card{

padding:35px;

background:white;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

height:100%;

}
/*=========================
CTA
==========================*/

.cta-section{

padding:120px 0;

background:linear-gradient(135deg,#081B3A,#0B3D91);

text-align:center;

}

.cta-section h2{

color:white;

font-size:48px;

margin-bottom:20px;

}

.cta-section p{

color:#D1D5DB;

font-size:20px;

max-width:700px;

margin:auto;

}

.cta-section .btn{

background:var(--gold);

border:none;

padding:15px 45px;

font-weight:700;

border-radius:50px;

}
/*=========================
FOOTER
==========================*/

.footer{

padding:70px 0 30px;

background:#0F172A;

color:white;

}

.footer h3,
.footer h5{

color:var(--gold);

margin-bottom:20px;

}

.footer ul{

list-style:none;

padding:0;

}

.footer li{

margin-bottom:10px;

}

.footer hr{

border-color:#374151;

margin:40px 0 20px;

}
/*==================================
ABOUT PAGE
==================================*/

.page-hero{

background:linear-gradient(135deg,#081B3A,#0B3D91);

padding:140px 0;

color:white;

text-align:center;

}

.page-hero h1{

font-size:56px;

font-weight:800;

margin-bottom:20px;

}

.about-company{

padding:100px 0;

}

.values-section{

padding:100px 0;

}

.value-card{

background:white;

padding:35px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.value-card:hover{

transform:translateY(-10px);

}

.value-card i{

font-size:48px;

color:var(--gold);

margin-bottom:20px;

}

.feature-list{

list-style:none;

padding:0;

}

.feature-list li{

margin-bottom:18px;

font-size:18px;

}

.about-cta{

padding:100px 0;

background:linear-gradient(135deg,#081B3A,#0B3D91);

text-align:center;

color:white;

}

.about-cta h2{

font-size:46px;

margin-bottom:20px;

}

.about-cta p{

max-width:700px;

margin:0 auto 30px;

font-size:18px;

}

.about-cta .btn{

background:var(--gold);

border:none;

padding:15px 45px;

font-weight:700;

border-radius:50px;

}
/*==============================
SERVICES PAGE
===============================*/

.services-overview{

padding:100px 0;

}

.service-detail-card{

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.service-detail-card:hover{

transform:translateY(-10px);

border-bottom:5px solid var(--gold);

}

.service-detail-card i{

font-size:55px;

color:var(--gold);

margin-bottom:20px;

}

.service-detail-card h3{

margin-bottom:20px;

font-weight:700;

}

.service-detail-card p{

margin-bottom:25px;

line-height:1.8;

}

.service-detail-card .btn{

border-radius:50px;

padding:10px 30px;

}

/*==========================
TOP BAR
==========================*/

.top-bar{

background:#081B3A;

padding:10px 0;

font-size:14px;

}

.top-bar-content{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

}

.top-left a,
.top-right a{

color:white;

text-decoration:none;

margin-right:25px;

}

.top-left i,
.top-right i{

color:var(--gold);

margin-right:8px;

}

/*==========================
NAVIGATION
==========================*/

.navbar{

padding:18px 0;

transition:.3s;

}

.logo-blue{

color:#0B3D91;

font-weight:800;

font-size:32px;

}

.logo-gold{

background:linear-gradient(
135deg,
#F7E27C 0%,
#D4AF37 35%,
#B8860B 70%,
#F7E27C 100%
);

-webkit-background-clip:text;

background-clip:text;

-webkit-text-fill-color:transparent;

font-size:32px;

font-weight:800;

}

.nav-link{

font-weight:600;

margin-left:20px;

transition:.3s;

}

.nav-link:hover{

color:var(--gold)!important;

}

.btn-warning{

background:linear-gradient(
135deg,
#F7E27C 0%,
#D4AF37 35%,
#B8860B 70%,
#F7E27C 100%
);

color:#081B3A;

font-weight:700;

padding:14px 34px;

border:none;

border-radius:50px;

box-shadow:0 10px 25px rgba(212,175,55,.35);

transition:all .35s ease;

}

.btn-warning:hover{

transform:translateY(-4px);

box-shadow:0 18px 35px rgba(212,175,55,.45);

color:#081B3A;

}
/*=========================
 PREMIUM HERO
=========================*/

.hero-section{

position:relative;

min-height:90vh;

display:flex;

align-items:center;

background:
linear-gradient(
rgba(8,27,58,.92),
rgba(8,27,58,.88)
),
url("../images/hero/hero-bg.jpg");

background-size:cover;

background-position:center;

background-attachment:fixed;

color:white;

overflow:hidden;

}

.hero-section::before{

content:"";

position:absolute;

top:0;

right:0;

width:350px;

height:350px;

background:radial-gradient(
circle,
rgba(212,175,55,.22),
transparent 70%
);

pointer-events:none;

}

.hero-badge{

    display:inline-block;

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

    color:#FFFFFF;

    padding:10px 22px;

    border:1px solid rgba(255,255,255,.25);

    border-radius:50px;

    margin-bottom:25px;

    font-weight:600;

}

.hero-section h1{

    color:#FFFFFF;

    font-size:64px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:30px;

    max-width:700px;

}

.gold-text{

background:linear-gradient(
135deg,
#F7E27C,
#D4AF37,
#B8860B
);

-webkit-background-clip:text;

background-clip:text;

-webkit-text-fill-color:transparent;

font-weight:800;

}

.hero-section p{

    color:#F3F4F6;

    font-size:21px;

    line-height:1.9;

    max-width:650px;

    margin-bottom:40px;

}

.hero-stats{

display:flex;

gap:60px;

margin-top:50px;

padding-top:30px;

border-top:1px solid rgba(255,255,255,.18);

}

.hero-stats h3{

color:var(--gold);

font-size:36px;

font-weight:800;

margin:0;

}

.hero-image{

max-width:100%;

border-radius:20px;

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

}
/* ============================
   Service Card Links
============================= */

.service-card-link{

    text-decoration:none;

    color:inherit;

    display:block;

    height:100%;

}

.service-card-link:hover{

    text-decoration:none;

    color:inherit;

}

.learn-more{

    color:var(--gold);

    font-weight:700;

    margin-top:20px;

    display:inline-block;

}
/*==============================
SECTION TITLES
==============================*/

.section-title{

    font-size:42px;

    font-weight:700;

    color:#0B3D91;

    margin-bottom:20px;

    position:relative;

    display:inline-block;

}

.section-title::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-12px;

    transform:translateX(-50%);

    width:80px;

    height:4px;

    background:#D4AF37;

    border-radius:20px;

}