/* HERO */

.hero{
  height:100vh;
  background:url("../../images/slides.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  position:relative;
}

/* 🔥 FIXED OVERLAY */
.hero-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.45); /* perfect visibility */
}

/* CONTENT */
.hero-content{
  position:relative;
  color:white;
  margin-left:10%;
  max-width:600px;
}

.hero h1{
  font-size:60px;
  margin-bottom:20px;
  text-shadow:0 3px 10px rgba(0,0,0,0.4);
}

.hero p{
  color:#ddd;
  margin-bottom:20px;
}

/* BUTTONS */
.buttons a{
  padding:12px 22px;
  margin-right:10px;
  text-decoration:none;
  display:inline-block;
  transition:0.3s;
}

.btn1{
  background:#ff5a00;
  color:white;
}

.btn1:hover{
  background:#e14d00;
}

.btn2{
  background:white;
  color:black;
}

.btn2:hover{
  background:#ddd;
}
/* SERVICES */

.services{
padding:100px 10%;
text-align:center;
background:#f5f5f5;
}

.services h5{
color:#ff5a00;
letter-spacing:2px;
}

.service-intro{
max-width:700px;
margin:0 auto 40px;
color:#666;
font-size:15px;
}

.service-video{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.services h2{
font-size:36px;
margin-bottom:50px;
}

.service-grid{
display:flex;
gap:30px;
justify-content:center;
}

.service-card{
background:white;
padding-bottom:30px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:.3s;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card img{
width:100%;
height:260px;
object-fit:cover;
}

.icon{
width:60px;
height:60px;
background:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:-30px auto 10px;
box-shadow:0 5px 10px rgba(0,0,0,0.1);
}

.icon i{
color:#ff5a00;
font-size:25px;
}

.service-card h3{
margin:10px 0;
}

.service-card p{
padding:0 20px;
color:#777;
}

.read-btn{
display:inline-block;
margin-top:20px;
background:#081633;
color:white;
padding:10px 20px;
text-decoration:none;
}

/* =========================
   PORTFOLIO HEADER
========================= */

/* SUB HEADING */
.sub-heading{
  color:#ff4d00;
  font-size:13px;
  letter-spacing:2px;
  font-weight:600;
  margin-bottom:10px;
  text-transform:uppercase;
}

/* MAIN TITLE */
.section-title{
  font-size:36px;
  font-weight:700;
  line-height:1.3;
  color:#0b1c3d; /* 🔥 dark corporate */

  max-width:800px;
  margin:0 auto 15px;
}
.section-title{
  text-shadow:0 2px 10px rgba(0,0,0,0.1);
}
/* UNDERLINE */
.section-title::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#ff4d00;
  margin:14px auto 0;
}

/* INTRO */
.section-intro{
  max-width:750px;
  margin:20px auto 50px;
  font-size:15px;
  color:#555;
  line-height:1.7;
}

.projects{
padding:80px 8%;
background:#f8f9fa;
}

/* TITLE */

.section-title{
text-align:center;
max-width:650px;
margin:auto;
margin-bottom:60px;
}

.section-title h4{
color:#ff5a00;
letter-spacing:3px;
font-size:14px;
margin-bottom:10px;
}

.section-title h2{
font-size:38px;
color:#081633;
position:relative;
display:inline-block;
padding-bottom:10px;
}

/* underline */

.section-title h2::after{
content:"";
position:absolute;
left:50%;
bottom:0;
transform:translateX(-50%);
width:60px;
height:7px;
background:#ff5a00;
}


/* =========================
   GRID
========================= */
.project-mps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* =========================
   CARD
========================= */
.project-mps-card{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
  transition:0.35s ease;
}

.project-mps-card:hover{
  transform:translateY(-10px);
}

/* LINK */
.project-mps-card a{
  display:block;
  text-decoration:none;
  color:inherit;
}

/* =========================
   IMAGE
========================= */
.project-mps-card img{
  width:100%;
  height:230px;   /* 🔥 FIXED */
  object-fit:cover;
  display:block;
  transition:0.5s;
}

.project-mps-card:hover img{
  transform:scale(1.08);
}

/* =========================
   INFO
========================= */
.project-mps-info{
  padding:20px;
  text-align:left;
  background:#fff;
}

/* TITLE */
.project-mps-info h3{
  font-size:17px;
  color:#081633;
  margin-bottom:6px;
}

/* TEXT */
.project-mps-info p{
  font-size:13px;
  color:#666;
  line-height:1.5;
  margin-bottom:10px;
}

/* BUTTON */
.read-more{
  font-size:14px;
  font-weight:600;
  color:#ff5a00;
  transition:0.3s;
}

.project-mps-card:hover .read-more{
  color:#081633;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:992px){
  .project-mps-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .project-mps-grid{
    grid-template-columns:1fr;
  }
}



/* =========================
   FIX GAP BETWEEN SECTIONS
========================= */
.projects-mps{
  padding:80px 8% 100px;   /* 🔥 top কমানো */
  margin-top:-40px;        /* 🔥 services এর সাথে closer */
  background:#f5f7fb;
}

/* =========================
   TITLE ALIGN FIX
========================= */
.projects-mps .section-title{
  max-width:900px;
  margin:0 auto 40px;
  text-align:center;
}

/* SUB HEADING */
.projects-mps .section-title h4{
  font-size:13px;
  letter-spacing:2px;
  color:#ff4d00;
  margin-bottom:10px;
}

/* MAIN TITLE */
.projects-mps .section-title h2{
  font-size:36px;
  color:#081633;
  margin-bottom:15px;
}

/* INTRO */
.section-intro{
  max-width:700px;
  margin:0 auto 40px;
  font-size:15px;
  color:#666;
  line-height:1.7;
}

/* UNDERLINE */
.projects-mps .section-title::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#ff4d00;
  margin:15px auto 0;
}

projects-mps.container{
  max-width:1500px;
  margin:auto;
}



/* =========================
   SECTION
========================= */
.features-mps{
  padding:90px 8%;
  background:#f5f7fb;
}

/* =========================
   GRID
========================= */
.feature-wrapper{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* =========================
   BOX (FIX ALIGN 🔥)
========================= */
.feature-box{
  display:flex;
  align-items:flex-start;   /* 🔥 fix */
  gap:15px;

  padding:25px;
  border-radius:10px;

  color:#fff;
  transition:0.3s;

  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

/* COLORS */
.feature-box.navy{
  background:#081633;
}

.feature-box.orange{
  background:#ff4d00;
}

/* =========================
   ICON FIX (NO CENTER ISSUE)
========================= */
.feature-box .icon{
  flex-shrink:0;   /* 🔥 important */

  width:55px;
  height:55px;

  border-radius:50%;
  background:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:20px;
  color:#ff4d00;
}

/* ORANGE ICON COLOR */
.feature-box.orange .icon{
  color:#081633;
}

/* =========================
   TEXT
========================= */
.feature-box h3{
  font-size:17px;
  margin-bottom:6px;
}

.feature-box p{
  font-size:14px;
  line-height:1.6;
  color:#e2e8f0;
}

.feature-box.orange p{
  color:#fff;
}

/* =========================
   HOVER
========================= */
.feature-box:hover{
  transform:translateY(-6px);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:992px){
  .feature-wrapper{
    grid-template-columns:1fr;
  }
}




/* ABOUT */

.about{
padding:100px 8%;
background:#ffffff;
}

.about-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

/* IMAGE */

.about-image{
position:relative;
display:flex;
justify-content:center;
}

.about-image img{
width:85%;
max-width:450px;
border-radius:8px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* EXPERIENCE BOX */

.experience-box{
position:absolute;
bottom:20px;
left:30px;
background:#ff4d00;
color:white;
padding:30px 25px;
border-radius:6px;
text-align:center;
}

.experience-box h3{
font-size:32px;
margin:0;
}

.experience-box p{
font-size:14px;
margin:0;
}

/* TEXT */

.about-text h5{
color:#ff4d00;
letter-spacing:3px;
font-size:14px;
margin-bottom:10px;
}

.about-text h4{
color:#ff4d00;
letter-spacing:3px;
font-size:18px;
margin-bottom:10px;
}

.about-text h2{
font-size:38px;
color:#081633;
margin-bottom:20px;
}

.highlight{
font-weight:600;
margin-bottom:15px;
color:#444;
}

.about-text p{
color:#666;
line-height:1.7;
margin-bottom:15px;
}

/* VIDEO */

.video-box{
display:flex;
align-items:center;
gap:15px;
margin-top:25px;
}

.video-box a{
position:relative;
}

.video-box img{
width:90px;
border-radius:6px;
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#ff4d00;
color:white;
width:38px;
height:38px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

/* RESPONSIVE */

@media(max-width:900px){

.about-container{
grid-template-columns:1fr;
gap:40px;
}

.about-image img{
width:100%;
}

}



/* ===== INDUSTRIAL SECTION (FIXED) ===== */

.industrial{
margin:100px 0;
border-bottom:0.5px solid #eee;
}

/* GRID FIX */

.industrial-container{
display:grid;
grid-template-columns:1fr 1fr;
align-items:stretch;
}

/* LEFT TEXT */

.industrial-text{
background:#081633;
color:white;
padding:90px 70px;
display:flex;
flex-direction:column;
justify-content:center;
}

.industrial-text h4{
color:#ff4d00;
letter-spacing:2px;
margin-bottom:15px;
}

.industrial-text h2{
font-size:44px;
line-height:1.2;
margin-bottom:20px;
}

.industrial-text .highlight{
color:#ff4d00;
font-weight:500;
margin-bottom:15px;
}

.industrial-text p{
color:#bbb;
line-height:1.7;
}

/* RIGHT IMAGE */

.industrial-image{
position:relative;
height:100%;
}

.industrial-image img{
width:100%;
height:100%;
object-fit:cover;
}

/* COUNTER FIX (IMPORTANT) */

.counter-box{
position:absolute;
bottom:40px;
left:-70px;
display:flex;
flex-direction:column;
gap:15px;
}

/* COUNTER CARD */

.counter{
padding:25px 30px;
width:200px;
border-radius:6px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

/* COLORS */

.counter.orange{
background:#ff4d00;
color:white;
}

.counter.white{
background:white;
color:#081633;
}

/* TEXT */

.counter h3{
font-size:30px;
margin-bottom:5px;
font-weight:bold;
}

.counter p{
font-size:12px;
letter-spacing:1px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

.industrial-container{
grid-template-columns:1fr;
}

.industrial-text{
padding:60px 30px;
}

.counter-box{
position:static;
flex-direction:row;
justify-content:center;
margin-top:20px;
}

.counter{
width:100%;
}

}

/* ===== TESTIMONIAL (PREMIUM FIX) ===== */

.testimonial{
margin:100px auto;
border-left:1px solid #eee;
border-right:1px solid #eee;
}

/* LAYOUT FIX */

.testimonial-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
align-items:stretch;
min-height:450px;
}

/* LEFT */

.testimonial-left{
background:#ff4d00;
color:white;
padding:90px 70px;
display:flex;
flex-direction:column;
justify-content:center;
}

.testimonial-left h5{
letter-spacing:3px;
margin-bottom:20px;
font-size:13px;
opacity:0.9;
}

.testimonial-left h2{
font-size:42px;
line-height:1.3;
font-weight:700;
}

/* RIGHT */

.testimonial-right{
background:#081633;
color:white;
padding:90px 70px;
display:flex;
flex-direction:column;
justify-content:center;
position:relative;
}

/* TEXT */

.testimonial-item{
display:none;
animation:fade 0.5s ease;
}

.testimonial-item.active{
display:block;
}

.testimonial-item p{
color:#ccc;
line-height:1.8;
margin-bottom:35px;
font-size:15px;
}

/* CLIENT */

.client{
display:flex;
align-items:center;
gap:15px;
}

.client img{
width:65px;
height:65px;
border-radius:50%;
object-fit:cover;
border:2px solid #ff4d00;
}

.client h4{
margin-bottom:3px;
}

.client span{
color:#ff4d00;
font-size:13px;
}

/* DOTS */

.testimonial-dots{
margin-top:30px;
}

.dot{
height:10px;
width:10px;
background:#666;
display:inline-block;
border-radius:50%;
margin-right:8px;
cursor:pointer;
transition:0.3s;
}

.dot.active{
background:#ff4d00;
transform:scale(1.2);
}

/* ANIMATION */

@keyframes fade{
from{opacity:0; transform:translateY(10px);}
to{opacity:1; transform:translateY(0);}
}

/* RESPONSIVE */

@media(max-width:900px){

.testimonial-wrapper{
grid-template-columns:1fr;
}

.testimonial-left,
.testimonial-right{
padding:60px 30px;
}

}

/* wrapper center করার জন্য */
.project-btn-wrapper{
  text-align:center;
}

/* button */
.view-project-btn{
  display:inline-block;
  margin-top:20px;
  color:#0b1c3d;
  font-weight:600;
  text-decoration:none;
  position:relative;
  transition:0.3s;
  padding:10px 0;
}

/* underline animation */
.view-project-btn::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-4px;
  width:0;
  height:2px;
  background:#ff4d00;
  transition:0.3s;
  transform:translateX(-50%);
}

.view-project-btn:hover{
  color:#ff4d00;
}

.view-project-btn:hover::after{
  width:100%;
}
