*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial,Helvetica,sans-serif;
background:#f4f6f9;
color:#222;
line-height:1.6;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

/* HEADER */

/* HEADER */

.header{
background:#081a34;
position:sticky;
top:0;
z-index:999;
padding:2px 0;
box-shadow:0 2px 10px rgba(0,0,0,.2);
}

.header .container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo img{
height:45px;
width:auto;
display:block;
}

nav ul{
display:flex;
flex-direction:row;
list-style:none;
gap:30px;
align-items:center;
margin:0;
padding:0;
}

nav li{
list-style:none;
}

nav a{
color:#fff;
text-decoration:none;
font-weight:600;
font-size:28px !important;
padding:12px 18px;
display:block;
transition:.3s;
}

nav a:hover{
color:#f0b429;
}

nav li{
list-style:none;
}

nav a{
color:white;
text-decoration:none;
font-weight:600;
font-size:16px;
transition:.3s;
}

 nav a:hover{
 color:#f0b429;
 }

 /* HERO */

.hero{
position:relative;
min-height:950px;
height:auto;
overflow:hidden;
margin:20px;
border-radius:40px;
}

.hero-text{
position:absolute;
top:50%;
left:8%;
transform:translateY(-50%);
background:rgba(0,0,0,.55);
padding:50px;
border-radius:20px;
max-width:550px;
color:#fff;
z-index:10;
}

.hero-text h1{
font-size:60px;
margin-bottom:15px;
}

.hero-text h2{
font-size:28px;
font-weight:400;
margin-bottom:20px;
}

.hero-text p{
font-size:20px;
margin-bottom:25px;
}

.btn{
display:inline-block;
background:#f0b429;
color:#081a34;
padding:15px 30px;
text-decoration:none;
font-weight:bold;
border-radius:5px;
transition:.3s;
}

.btn:hover{
background:white;
}

/* SERVICES */

.services{
padding:80px 0;
background:white;
}

.section-title{
text-align:center;
font-size:42px;
margin-bottom:50px;
color:#081a34;
}

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.service-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
transition:.3s;
min-height:520px;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card img{
width:100%;
height:260px;
object-fit:cover;
display:block;
}
.service-card-content{
padding:25px;
}

.service-card h3{
margin-bottom:15px;
color:#081a34;
font-size:24px;
}

.service-card p{
font-size:16px;
}

/* ABOUT */

.about{
padding:80px 0;
background:#eef2f7;
}

.about-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about img{
width:100%;
border-radius:12px;
}

.about-text h2{
font-size:42px;
margin-bottom:20px;
color:#081a34;
}

.about-text p{
font-size:18px;
margin-bottom:15px;
}

/* STATS */

.stats{
background:#081a34;
padding:70px 0;
color:white;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
text-align:center;
}

.stat h3{
font-size:50px;
color:#f0b429;
}

.stat p{
font-size:18px;
}

/* CONTACT */

.contact{
padding:80px 0;
background:white;
}

.contact-box{
background:#081a34;
color:white;
padding:50px;
border-radius:12px;
text-align:center;
}

.contact-box h2{
font-size:40px;
margin-bottom:20px;
}

.contact-box p{
font-size:18px;
margin-bottom:10px;
}

/* FOOTER */

footer{
background:#081a34;
color:white;
padding:40px 0;
text-align:center;
}

footer p{
margin:5px 0;
}

/* PAGE HEADER */

.page-banner{
height:200px;
position:relative;
overflow:hidden;
}

.page-banner img{
width:100%;
height:100%;
object-fit:contain;
background:#081a34;
}
.page-banner h1{
display:none;
}

/* CONTENT PAGE */

.content-section{
padding:80px 0;
background:white;
}

.content-section h2{
font-size:38px;
margin-bottom:25px;
color:#081a34;
}

.content-section p{
font-size:18px;
margin-bottom:15px;
}

.content-section img{
width:100%;
border-radius:12px;
margin-top:20px;
}

/* MOBILE */

@media(max-width:992px){

.about-wrapper{
grid-template-columns:1fr;
}

.stats-grid{
grid-template-columns:repeat(2,1fr);
}

.hero-text h1{
font-size:42px;
}

.hero-text h2{
font-size:22px;
}
}

@media(max-width:768px){

.header .container{
flex-direction:column;
gap:15px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
}

.hero{
height:70vh;
}
.hero{
position:relative;
height:auto;
overflow:hidden;
border-radius:30px;
margin:20px;
}
.hero-text{
left:5%;
right:5%;
max-width:none;
padding:25px;
}

.hero-text h1{
font-size:34px;
}

.hero-text h2{
font-size:18px;
}

.stats-grid{
grid-template-columns:1fr;
}
}
.consulting-banner{
height:320px;
background:url('assets/images/business-consulting.jpg') center center/cover no-repeat;
position:relative;
}
.consulting-banner::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.45);
}

.consulting-banner h1{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
font-size:64px;
z-index:2;
}
.contact-card{
background:#ffffff;
padding:30px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.12);
margin-top:40px;
}

.contact-card h2{
margin-bottom:20px;
color:#001b44;
}

.contact-card p{
margin:12px 0;
font-size:17px;
}


/* ===========================
   MODERN IMG GROUP EFFECTS
=========================== */

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-top:20px;
}

.btn{
transition:all .3s ease;
box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.btn:hover{
transform:translateY(-3px);
box-shadow:0 12px 25px rgba(0,0,0,.25);
}

.service-card{
transition:all .4s ease;
}

.service-card:hover{
transform:translateY(-12px) scale(1.02);
box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.service-card img{
transition:transform .8s ease;
}

.service-card:hover img{
transform:scale(1.08);
}

.contact-box{
box-shadow:0 15px 40px rgba(0,0,0,.25);
}

/* Floating Contact Buttons */

.floating-contact{
position:fixed;
right:20px;
bottom:20px;
display:flex;
flex-direction:column;
gap:12px;
z-index:9999;
}

.floating-contact a{
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
text-decoration:none;
color:#fff;
box-shadow:0 8px 20px rgba(0,0,0,.25);
transition:.3s;
}

.floating-contact a:hover{
transform:scale(1.1);
}

.whatsapp{
background:#25D366;
}

.telegram{
background:#0088cc;
}

.email{
background:#f0b429;
color:#081a34 !important;
}

.phone{
background:#081a34;
}

/* Fade Animation */

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.service-card,
.about-text,
.contact-box{
animation:fadeUp 1s ease;
}

/* Image Slider Support */

.slider{
position:relative;
overflow:hidden;
border-radius:12px;
}

.slider img{
width:100%;
display:block;
animation:zoomSlider 15s infinite;
}

@keyframes zoomSlider{
0%{transform:scale(1);}
50%{transform:scale(1.08);}
100%{transform:scale(1);}
}
/* HERO SLIDER */

.hero-slider{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
overflow:hidden;
border-radius:40px;
}

.hero-slide{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
animation:heroSlider 24s infinite;
}

.hero-slide img{
    width:100%;
    height:auto;
    display:block;
    border-radius:25px;
}
.hero-slide:nth-child(1){
animation-delay:0s;
}

.hero-slide:nth-child(2){
animation-delay:6s;
}

.hero-slide:nth-child(3){
animation-delay:12s;
}

.hero-slide:nth-child(4){
animation-delay:18s;
}

@keyframes heroSlider{
0%{opacity:0;}
5%{opacity:1;}
25%{opacity:1;}
30%{opacity:0;}
100%{opacity:0;}
}
.contact-card form{
display:flex;
flex-direction:column;
gap:15px;
margin-top:20px;
}

.contact-card input,
.contact-card textarea{
padding:15px;
border:1px solid #ddd;
border-radius:8px;
font-size:16px;
width:100%;
}

.contact-card textarea{
min-height:140px;
resize:vertical;
}

.contact-card button{
width:220px;
}
.service-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.service-checklist label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin: 0;
}

.service-checklist input[type="checkbox"] {
    width: 18px;
    height: 18px;
}.header .container{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.services-list{
    font-size:24px;
    line-height:1.8;
    padding-left:30px;
}

.services-list li{
    margin-bottom:12px;
}
.facebook {
    background: #1877F2;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}
form {
    max-width: 900px;
    margin: 0 auto;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

textarea {
    border-radius: 12px;
}