body{
margin:0;
font-family:Arial;
}

.header{
background:#2b2b2b;
color:#fff;
padding:15px 0;
}

.container{
width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
}

nav ul{
list-style:none;
display:flex;
gap:30px;
}

nav a{
color:#fff;
text-decoration:none;
}

.hero{

height:90vh;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
position:relative;

}

.hero-overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);

}

.hero-content{

position:relative;
color:#fff;
text-align:center;
max-width:700px;

}

.hero-content h1{

font-size:48px;
font-weight:700;
margin-bottom:20px;

}

.hero-content p{

font-size:18px;
margin-bottom:30px;

}

.btn-primary{
background:#c5a26e;
padding:12px 30px;
color:#fff;
text-decoration:none;
}

.btn-outline{
border:1px solid #fff;
padding:12px 30px;
color:#fff;
text-decoration:none;
}

.about-section{
padding:80px 0;
background:#f3f3f3;
}

.about-container{
display:flex;
align-items:center;
gap:60px;
}

.about-left{
width:55%;
}

.about-left h2{
font-size:40px;
font-weight:700;
margin-bottom:10px;
}

.about-left h4{
color:#c6a16e;
margin-bottom:20px;
}

.about-left p{
line-height:1.7;
margin-bottom:25px;
color:#444;
}

.about-services{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
margin-bottom:25px;
list-style:none;
padding:0;
}

.about-services li{
font-weight:600;
}

.about-btn{
background:#c6a16e;
padding:12px 30px;
color:#fff;
text-decoration:none;
display:inline-block;
}

.about-right{
width:45%;
}

.about-right img{
width:100%;
}


.hero{
position:relative;
height:650px;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}



.services-section{
padding:90px 0;
background:#c8a36a;
}

.services-container{
width:1200px;
margin:auto;
}

.services-header{
text-align:center;
margin-bottom:50px;
}

.services-header h2{
font-size:40px;
font-weight:700;
color:#2b2b2b;
margin-bottom:10px;
}

.services-header p{
color:#333;
max-width:600px;
margin:auto;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.service-card{
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:0.3s;
}

.service-card img{
width:100%;
height:220px;
object-fit:cover;
}

.service-content{
padding:20px;
text-align:center;
}

.service-content h3{
margin-bottom:10px;
}

.service-content p{
font-size:14px;
color:#666;
margin-bottom:20px;
}

.service-btn{
background:#2b2b2b;
color:#fff;
padding:10px 25px;
text-decoration:none;
display:inline-block;
}

.service-card:hover{
transform:translateY(-10px);
}





/* GLOBAL PLATFORM */

.platform-section{
padding:90px 0;
background:#f4f4f4;
}

.platform-container{
width:1200px;
margin:auto;
}

.platform-header{
text-align:center;
margin-bottom:60px;
}

.platform-header h2{
font-size:40px;
font-weight:700;
margin-bottom:10px;
}

.platform-header p{
color:#555;
}

.platform-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.platform-card{
background:#fff;
padding:30px;
text-align:center;
border:1px solid #ddd;
transition:0.3s;
}

.platform-card img{
width:60px;
margin-bottom:15px;
}

.platform-card h3{
margin-bottom:10px;
}

.platform-card p{
font-size:14px;
color:#666;
}

.platform-card:hover{
transform:translateY(-10px);
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}


/* INDUSTRIES + TESTIMONIAL SECTION */

.industries-testimonial{

padding:110px 0;
background:#f4f6f9;

}

/* CONTAINER */

.container{

max-width:1200px;
margin:auto;
padding:0 20px;

}

/* GRID */

.it-wrapper{

display:grid;
grid-template-columns:2fr 1fr;
gap:60px;
align-items:center;

}

/* TITLE */

.industries h2{

font-size:34px;
font-weight:700;
text-align:center;
margin-bottom:10px;

}

.industries .sub{

text-align:center;
color:#777;
margin-bottom:40px;

}

/* INDUSTRY GRID */

.industry-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;

}

/* INDUSTRY CARD */

.industry-item{

background:#fff;
padding:25px 15px;
border-radius:10px;
text-align:center;

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

transition:all 0.3s ease;

}

.industry-item:hover{

transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);

}

/* ICON */

.industry-item img{

width:55px;
margin-bottom:10px;

}

/* NAME */

.industry-item span{

font-size:14px;
font-weight:600;
color:#333;

}

/* TESTIMONIAL */

.testimonial-box{

background:#fff;
padding:40px;
border-radius:12px;

box-shadow:0 15px 40px rgba(0,0,0,0.08);

position:relative;

}

/* TITLE */

.testimonial-box h3{

font-size:22px;
margin-bottom:20px;

}

/* QUOTE */

.quote{

font-size:16px;
line-height:1.7;
color:#555;
margin-bottom:20px;

}

/* AUTHOR */

.author{

font-weight:600;
color:#333;

}


/* CTA SECTION */

.cta-section{
position:relative;
background:url('/images/cta-bg.jpg') center/cover no-repeat;
height:350px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.cta-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
}

.cta-content{
position:relative;
z-index:2;
max-width:700px;
}

.cta-content h2{
font-size:42px;
margin-bottom:15px;
}

.cta-content p{
margin-bottom:25px;
color:#ddd;
}

.cta-buttons{
display:flex;
gap:20px;
justify-content:center;
}

.cta-btn-primary{
background:#c6a16e;
padding:12px 28px;
color:#fff;
text-decoration:none;
}

.cta-btn-outline{
border:1px solid #fff;
padding:12px 28px;
color:#fff;
text-decoration:none;
}


/* CONTACT INFO */

.contact-info-section{
background:#f3f3f3;
padding:40px 0;
}

.contact-container{
width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.contact-box{
display:flex;
align-items:center;
gap:20px;
}

.contact-icon{
font-size:30px;
color:#caa468;
border:2px solid #caa468;
border-radius:50%;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
}

.contact-box h4{
margin-bottom:5px;
}

.contact-box p{
color:#555;
font-size:14px;
}

/* MAP */

.map-section iframe{
width:100%;
height:450px;
border:0;
}



/* FOOTER */

.footer{
background:#2b2b2b;
color:#ddd;
padding-top:60px;
}

.footer-container{
width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.footer-col h3,
.footer-col h4{
color:#caa468;
margin-bottom:20px;
}

.footer-col p{
font-size:14px;
line-height:1.6;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
margin-bottom:10px;
}

.footer-col ul li a{
color:#ddd;
text-decoration:none;
}

.footer-col ul li a:hover{
color:#caa468;
}

.social-icons{
display:flex;
gap:15px;
}

.social-icons a{
width:35px;
height:35px;
border:1px solid #ddd;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
color:#fff;
}

.social-icons a:hover{
background:#caa468;
border-color:#caa468;
}

.footer-bottom{
border-top:1px solid #444;
margin-top:40px;
text-align:center;
padding:20px 0;
font-size:14px;
}


.social-icons a{
width:38px;
height:38px;
border:1px solid #ddd;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-decoration:none;
transition:0.3s;
}

.social-icons a:hover{
background:#caa468;
border-color:#caa468;
}