*{
margin:0;
padding:0;
box-sizing:border-box;
}

body {
overflow-x: hidden;
background: #F2F2F2;
}

/* NAVBAR */

.navbar{
position:fixed;
top:20px;
width:100%;
z-index:1000;
background:transparent;
left:0;
padding:0 20px;
}

.nav-container{
max-width:1400px;
margin:0 auto;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
background:white;
padding:12px 32px;
border-radius:50px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
position:relative;
}

/* LOGO */

.logo{
font-family:'Sora', sans-serif;
font-weight:600;
font-size:18px;
display:flex;
align-items:center;
gap:10px;
}

.logo img{
height:40px;
width:40px;
object-fit:contain;
}

/* MENU */

.nav-menu{
display:flex;
gap:30px;
}

.nav-menu a{
font-family:'Sora', sans-serif !important;
text-decoration:none;
color:#6D7072;

transition: color 0.3s ease;
}

.nav-menu a:hover{
color:#ED701F;
}

.nav-menu a.active{
color:#ED701F;
}

/* BUTTON */

.nav-btn{
font-family:'Sora', sans-serif !important;
background:#ED701F;
color:white;
padding:12px 40px;
border-radius:50px;
text-decoration:none;
font-size:15px;
white-space:nowrap;
transition: background 0.3s ease, transform 0.2s ease;
}

.nav-btn:hover{
background:#c95a12;
transform: translateY(-2px);
}

/* HERO */

.hero{
height:calc(100vh + 60px);
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
}

.hero{
position:relative;
overflow:hidden;
}

.hero-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;
}

.hero-content{
position:relative;
z-index:2;
}

.hero-content{
position:relative;
z-index:2;
color:white;
max-width:750px;
padding:0 20px;
}

.hero-logo{
display:flex;
justify-content:center;
margin-bottom:32px;
}

.hero-logo img{
width:420px;
}

.hero-content h1{
font-family:'Sora', sans-serif;
font-size:40px;
font-weight:700;
line-height:1.2;
margin-bottom:16px;
}

.hero-content p{
font-family:'Inter', sans-serif;
font-size:18px;
color:rgba(255,255,255,0.85);
margin-bottom:32px;
}

.hero-btns{
display:flex;
flex-direction:row;
gap:16px;
justify-content:center;
align-items:center;
}

.btn-primary{
font-family:'Sora', sans-serif;
background:#ED701F;
color:white;
padding:18px 48px;
border-radius:50px;
text-decoration:none;
font-size:18px;
font-weight:600;
transition: background 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover{
background:#c95a12;
transform: translateY(-2px);
}

.btn-secondary{
font-family:'Sora', sans-serif;
background:rgba(0,0,0,0.75);
color:white;
padding:18px 48px;
border-radius:50px;
text-decoration:none;
font-size:18px;
font-weight:600;
transition: background 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover{
background:rgba(0,0,0,0.95);
transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width:1024px){

.nav-container{
padding:12px 24px;
}

.hero-logo img{
width:320px;
}

.hero-content h1{
font-size:32px;
}

.hero-content p{
font-size:18px;
}

.btn-primary,
.btn-secondary{
padding:16px 36px;
font-size: 18px;
}

}

@media (max-width:768px){

.nav-container{
margin:0;
padding:10px 20px;
}

.nav-btn{
display:none;
}

.logo img{
height:32px;
width:32px;
}

.hero{
height:auto;
min-height:100vh;
padding:140px 20px 140px 20px;
}


.hero-logo img{
width:260px;
}

.hero-content h1{
font-size:26px;
}

.hero-content p{
font-size:18px;
}

.hero-btns{
flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-secondary{
width:100%;
max-width:260px;
text-align:center;
}

}

/* ========================= */
/* SECTION SPACING */
/* ========================= */

.precision,
.solutions,
.why,
.engineering,
.industries,
.process,
.portfolio{
margin-top:0;
}

/* ========================= */
/* PRECISION */
/* ========================= */

.precision{
background:#C4C4C4;
padding:80px 0;
margin-top:0;
position:relative;
z-index:2;
}

.precision-container{
max-width:1400px;
margin:auto;
padding:0 40px;
}

.section-label{
display:flex;
align-items:center;
gap:10px;
margin-bottom:0px;
}

.section-label img{
height:28px;
width:28px;
object-fit:contain;
}

.section-label span{
font-family:'Sora', sans-serif;
font-size:20px;
font-weight:400;
color:#ED701F;
letter-spacing:2px;
}

.precision-heading{
font-family:'Sora', sans-serif;
font-size:36px;
font-weight:700;
color:#111;
line-height:1.2;
margin-top:24px;
margin-bottom:48px;
}

.precision-heading span{
color:#ED701F;
}

.precision-grid{
display:grid;
grid-template-columns:1fr 1.5fr;
gap:24px;
align-items:stretch;
}

.precision-image{
display:flex;
}

.precision-image img{
width:100%;
height:100%;
min-height:100%;
object-fit:cover;
border-radius:16px;
display:block;
}

.precision-cards{
display:flex;
flex-direction:column;
gap:16px;
}

.precision-top-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
}

.precision-card{
border-radius:16px;
padding:28px;
}

.precision-card.beige{
background:#ffffff;
}

.precision-card.grey{
background:#ffffff;
}

.precision-card.white{
background:#fff8eb;
}

.precision-card h3{
font-family:'Sora', sans-serif;
font-size:24px;
font-weight:600;
color:#ED701F;
margin-bottom:14px;
}

.precision-card p{
font-family:'Inter', sans-serif;
font-size: 18px;
color:#444;
line-height:1.6;
margin-bottom:12px;
text-align:justify;
}

.precision-card p:last-child{
margin-bottom:0;
}

/* ========================= */
/* SOLUTIONS */
/* ========================= */

.solutions{
background:#707070;
padding:80px 0;
}

.solutions-container{
max-width:1400px;
margin:auto;
padding:0 40px;
}

.solutions-top{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:end;
margin-bottom:48px;
}

.solutions-heading{
font-family:'Sora', sans-serif;
font-size:36px;
font-weight:700;
color:#ffffff;
line-height:1.2;
margin-top:24px;
}

.sol-grey .solutions-heading {
    color: #ffffff;
}

.solutions-heading span{
color:#ED701F;
}

.solutions-desc{
font-family:'Inter', sans-serif;
font-size:18px;
color:rgba(255,255,255,0.85);
line-height:1.8;
font-style:italic;
}

.solutions-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
}

.solutions-card{
position:relative;
border-radius:16px;
overflow:hidden;
height:400px;
cursor:pointer;
}

.solutions-card img{
width:100%;
height:100%;
object-fit:cover;
transition:transform 0.5s ease;
}

.solutions-card:hover img{
transform:scale(1.05);
}

.solutions-card::before{
content:'';
position:absolute;
inset:0;
background:linear-gradient(to top, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
z-index:1;
opacity:0;
transition:opacity 0.5s ease;
}

.solutions-card:hover::before{
opacity:1;
}

.solutions-card-arrow{
position:absolute;
top:16px;
left:16px;
width:66px;
height:66px;
border-radius:50%;
background:rgba(255,255,255,0.15);
border:2px solid rgba(255,255,255,0.8);
color:white;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
backdrop-filter:blur(4px);
z-index:2;
opacity:1;
transition:transform 0.4s ease;
}

.solutions-card:hover .solutions-card-arrow{
transform:rotate(216deg);
}

.solutions-card-arrow i{
display:inline-block;
transform:rotate(36deg);
}

.solutions-card-body{
position:absolute;
bottom:0;
left:0;
right:0;
padding:24px;
z-index:2;
transition:transform 0.5s ease;
}

.solutions-card-label{
font-family:'Sora', sans-serif;
font-size:18px;
font-weight:600;
color:white;
text-shadow:0 2px 8px rgba(0,0,0,0.6);
margin-bottom:12px;
}



.solutions-card-desc{
font-family:'Inter', sans-serif;
font-size:18px;
color:rgba(255,255,255,0.9);
line-height:1.8;
opacity:0;
max-height:0;
overflow:hidden;
transition:opacity 0.5s ease 0.15s, max-height 0.5s ease 0.1s;
}

.solutions-card:hover .solutions-card-desc{
opacity:1;
max-height:200px;
}

.solutions-card:hover .solutions-card-body{
transform:translateY(-10px);
}

/* ========================= */
/* REMAINING SECTIONS */
/* ========================= */

.why{
background:#C4C4C4;
padding:80px 0;
}

.why-container{
max-width:1400px;
margin:auto;
padding:0 40px;
}

.why-heading{
font-family:'Sora', sans-serif;
font-size:36px;
font-weight:700;
color:#111;
line-height:1.2;
margin-top:24px;
margin-bottom:48px;
}

.why-heading span{
color:#ED701F;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
align-items:stretch;
}

.why-card{
border-radius:16px;
padding:28px;
display:flex;
flex-direction:column;
justify-content:flex-start;
gap:12px;
transition: background 0.3s ease;
}

.why-card.beige{
background:#ffffff;
}

.why-card.grey{
background:#ffffff;
}

.why-card:hover{
background:#ede8de;
transition: background 0.3s ease;
}

.why-card-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
margin-bottom:20px;
}

.why-card-top h3{
font-family:'Sora', sans-serif;
font-size:20px;
font-weight:700;
color:#111;
line-height:1.3;
max-width:75%;
}

.why-icon{
width:52px;
height:52px;
border-radius:50%;
border:1.5px solid #111;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
color:#111;
flex-shrink:0;
}

.why-card p{
text-align: justify;
font-family:'Inter', sans-serif;
font-size:18px;
color:#555;
line-height:1.6;
}

@media (max-width:1024px){
.why-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:768px){
.why-container{
padding:0 20px;
}
.why-heading{
font-size:26px;
}
.why-grid{
grid-template-columns:1fr;
}
}


/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width:1024px){

.nav-container{
padding:12px 20px;
}

.nav-menu{
gap:20px;
}

.nav-btn{
padding:10px 24px;
}

.hero-logo img{
width:320px;
}

.hero-content h1{
font-size:32px;
}

.hero-content p{
font-size: 18px;
}

.precision-grid{
grid-template-columns:1fr;
}

.precision-image img{
height:400px;
}

.solutions-grid{
grid-template-columns:repeat(2,1fr);
}

.solutions-top{
grid-template-columns:1fr;
}

}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width:768px){

.navbar{
top:10px;
padding:0 15px;
}

.nav-container{
margin:0;
padding:10px 20px;
border-radius:40px;
}

.logo img{
height:34px;
width:34px;
}

}



/* ========================= */
/* SMALL MOBILE */
/* ========================= */



@media (max-width:480px){

.hero-content h1{
font-size:22px;
}

.hero-logo img{
width:220px;
}

.hero-content p{
font-size:16px;
}

}

@media (max-width:360px){

.navbar{
top:8px;
padding:0 8px;
}

.nav-container{
padding:8px 12px;
border-radius:30px;
max-width:100%;
width:calc(100% - 0px);
}

.logo img{
height:26px;
width:26px;
}

.hamburger span{
width:20px;
}

.hero-logo img{
width:180px;
}

.hero-content h1{
font-size:18px;
}

.hero-content p{
font-size:14px;
}

.btn-primary,
.btn-secondary{
max-width:220px;
font-size:15px;
padding:13px 24px;
}

.precision-container,
.solutions-container,
.why-container,
.industries-container,
.process-container,
.portfolio-container,
.about-intro-container,
.mission-container,
.whatwedo-container,
.expertise-container,
.tech-container,
.quality-container,
.team-container,
.sol-container,
.ind-container,
.projects-gallery-container,
.projects-filter-container,
.contact-body-container{
padding-left:12px;
padding-right:12px;
}

.precision-heading,
.solutions-heading,
.why-heading,
.industries-heading,
.process-heading,
.portfolio-heading,
.about-intro-heading,
.mission-heading,
.whatwedo-heading,
.expertise-heading,
.tech-heading,
.quality-heading,
.team-heading,
.sol-heading,
.ind-content h2,
.gallery-section-heading,
.projects-filter-heading,
.contact-left-heading{
font-size:20px;
}

.section-label span{
font-size:13px;
}

.precision-card,
.why-card,
.process-card,
.engineering-card,
.mission-card,
.expertise-card,
.quality-card{
padding:18px;
}

.precision-card h3{
font-size:18px;
}

.precision-card p,
.why-card p,
.process-card p,
.engineering-card p,
.mission-card p,
.expertise-card p,
.quality-card p,
.sol-text p,
.ind-card p,
.whatwedo-desc,
.team-content p,
.footer-about p,
.footer-links a,
.footer-contact-item{
font-size:14px;
}

.why-card-top h3,
.process-card-top h3{
font-size:16px;
}

.contact-form-box{
padding:18px 12px;
}

.contact-left-heading{
font-size:20px;
}

.contact-info-text p,
.contact-info-text h4{
font-size:13px;
}

.engineering{
padding:0 8px;
}

.engineering-inner{
padding:28px 16px;
}

.engineering-heading{
font-size:20px;
}

.cta{
padding:60px 8px;
}

.cta-content h2{
font-size:22px;
}

.about-cta{
padding:40px 8px 60px 8px;
}

.about-cta-container{
padding:40px 16px;
}

.about-cta-container h2{
font-size:22px;
}

.footer-container{
padding:0 16px;
padding-bottom:40px;
}

.footer-bottom-inner{
padding:0 16px;
flex-direction:column;
gap:8px;
text-align:center;
}

.contact-map-section{
padding:0 8px 40px 8px;
}

.projects-gallery-container{
padding:40px 12px 60px 12px;
}

.floating-btns{
bottom:12px;
right:10px;
gap:8px;
}

.floating-btn{
width:38px;
height:38px;
font-size:15px;
}

}


@media (max-width:280px){

.navbar{
top:6px;
padding:0 6px;
}

.nav-container{
padding:6px 10px;
border-radius:24px;
}

.logo img{
height:22px;
width:22px;
}

.hamburger span{
width:18px;
}

.floating-btns{
bottom:8px;
right:6px;
gap:6px;
}

.floating-btn{
width:32px;
height:32px;
font-size:13px;
}

}

/* HAMBURGER */

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1100;
  padding: 4px;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background: #333;
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

/* MOBILE NAV */

.mobile-quote {
  display: none !important;
}

@media (max-width: 768px) {

  .navbar {
    padding: 0 15px;
  }

  .nav-container {
    margin: 0;
    width: 100%;
    padding: 10px 20px;
    border-radius: 40px;
    position: relative;
  }

  .nav-btn {
    display: none;
  }

 .nav-menu {
    display: none;
    position: fixed;
    left: 15px;
    right: 15px;
    background: white;
    border-radius: 20px;
    padding: 16px 20px;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 1001;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu a {
    padding: 12px 0;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    color: #6D7072;
    text-align: left;
  }

  .nav-menu a:last-child {
    border-bottom: none;
  }

  .mobile-quote {
    display: block !important;
    text-align: center !important;
    background: #ED701F !important;
    color: white !important;
    border-radius: 50px !important;
    margin-top: 8px;
    padding: 12px 20px !important;
    border-bottom: none !important;
  }

  .nav-menu .nav-btn {
    display: none;
  }
}

/* ========================= */
/* ENGINEERING */
/* ========================= */

.engineering {
  margin-top: 0;
  padding: 80px 40px;
  background: #707070;
  border-radius: 0;
}

.engineering-inner {
  max-width: 1400px;
  margin: auto;
  background: url('images/engineering.jpg') center/cover no-repeat;
  border-radius: 24px;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  overflow: hidden;
}


.engineering-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 24px;
  z-index: 0;
}

.engineering-top,
.engineering-cards {
  position: relative;
  z-index: 1;
}

.engineering-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.engineering-heading {
font-family: 'Sora', sans-serif;
font-size: 36px;
font-weight: 700;
color: white;
line-height: 1.2;
margin-top: 24px;
max-width: 620px;
}

.engineering-heading span {
  color: #ED701F;
}

.engineering-right p {
font-family: 'Inter', sans-serif;
font-size: 18px;
color: rgba(255, 255, 255, 0.85);
line-height: 1.8;
font-style: italic;
max-width: 520px;
margin-left:auto;
}

.engineering-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.engineering-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 28px;
  border: none;
}

.engineering-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ED701F;
  margin-bottom: 14px;
}

.engineering-card p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 1024px) {
  .engineering-top {
    grid-template-columns: 1fr;
  }
  .engineering-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .engineering {
    padding: 0 16px;
  }
  .engineering-inner {
    padding: 40px 24px;
  }
  .engineering-heading {
    font-size: 26px;
  }
  .engineering-cards {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* INDUSTRIES */
/* ========================= */

.industries {
  background: #C4C4C4;
  padding: 80px 0;
}

.industries-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.industries-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.industries-heading {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-top: 24px;
}

.industries-heading span {
  color: #ED701F;
}

.industries-right p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #222;
  line-height: 1.6;
 font-style: italic;
}

.industries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.industries-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 340px;
  cursor: pointer;
}

.industries-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.industries-card:hover img {
  transform: scale(1.05);
}

.industries-card-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #F2F2F2;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
  transition: transform 0.5s ease;
}

.industries-card:hover .industries-card-arrow {
  transform: rotate(216deg);
}

.industries-card-arrow i {
  display: inline-block;
  transform: rotate(36deg);
}

.industries-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  transition: transform 0.4s ease;
}

.industries-card-label {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
  margin-bottom: 12px;
}

.industries-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.industries-card:hover::before {
  opacity: 1;
}

.industries-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
 opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease 0.15s, max-height 0.5s ease 0.1s;
}

.industries-card:hover .industries-card-desc {
  opacity: 1;
  max-height: 200px;
}

.industries-card:hover .industries-card-body {
  transform: translateY(-10px);
}

.industries-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  transition: transform 0.5s ease;
}

@media (max-width: 768px) {
  .industries-container {
    padding: 0 20px;
  }
  .industries-top {
    grid-template-columns: 1fr;
  }
  .industries-heading {
    font-size: 26px;
  }
  .industries-grid {
    grid-template-columns: 1fr;
  }
  .industries-card {
    height: auto;
    min-height: 280px;
  }
  .industries-card-desc {
    font-size: 18px;
    line-height: 1.6;
  }
  .industries-card:hover .industries-card-desc {
    max-height: 300px;
  }
  .industries-card:hover .industries-card-body {
    transform: translateY(0);
  }
}

/* ========================= */
/* PROCESS */
/* ========================= */

.process {
  background: #707070;
  padding: 80px 0;
}

.process-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.process-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.process-heading {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 24px;
}

.process-heading span {
  color: #ED701F;
}

.process-right p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #f0f0f0;
  line-height: 1.6;
 font-style: italic;
}


.process-card {
  background: #f6f4eb;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-card.large {
  background: #efe7d3;
}

.process-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.process-card-top h3 {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.process-number {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  background: white;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.process-card p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 1024px) {
  .process-top {
    grid-template-columns: 1fr;
  }
  .process-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.process-grid .process-card:nth-child(1),
.process-grid .process-card:nth-child(2),
.process-grid .process-card:nth-child(3),
.process-grid .process-card:nth-child(4) {
  grid-column: auto;
  grid-row: auto;
}
}

@media (max-width: 768px) {
  .process-container {
    padding: 0 20px;
  }
  .process-heading {
    font-size: 26px;
  }
  .process-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .process-grid .process-card:nth-child(1),
  .process-grid .process-card:nth-child(2),
  .process-grid .process-card:nth-child(3),
  .process-grid .process-card:nth-child(4) {
    grid-column: unset !important;
    grid-row: unset !important;
    width: 100% !important;
  }
  .process-card p {
    font-size: 18px;
  }
  .process-card-top h3 {
    font-size: 18px;
  }
}

.process-grid {
display:grid;
grid-template-columns:1fr 1fr 1fr;
grid-template-rows:auto auto;
gap:16px;
}

.process-grid .process-card:nth-child(1){
grid-column:1;
grid-row:1;
}

.process-grid .process-card:nth-child(2){
grid-column:2 / span 2;
grid-row:1;
}

.process-grid .process-card:nth-child(3){
grid-column:1 / span 2;
grid-row:2;
}

.process-grid .process-card:nth-child(4){
grid-column:3;
grid-row:2;
}

/* ========================= */
/* PORTFOLIO */
/* ========================= */

.portfolio {
  background: #C4C4C4;
  padding: 80px 0;
}

.portfolio-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.portfolio-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.portfolio-heading {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-top: 24px;
}

.portfolio-heading span {
  color: #ED701F;
}

.portfolio-right p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
 font-style: italic;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.portfolio-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 500px;
  cursor: pointer;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card:hover img {
  transform: scale(1.05);
}

.portfolio-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.portfolio-card:hover::before {
  opacity: 1;
}

.portfolio-card-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-card-arrow {
  transform: rotate(216deg);
}

.portfolio-card-arrow i {
  display: inline-block;
  transform: rotate(36deg);
}

.portfolio-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  transition: transform 0.5s ease;
}

.portfolio-card-label {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
  margin-bottom: 12px;
}

.portfolio-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
 opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease 0.15s, max-height 0.5s ease 0.1s;
}

.portfolio-card:hover .portfolio-card-desc {
  opacity: 1;
  max-height: 200px;
}

.portfolio-card:hover .portfolio-card-body {
  transform: translateY(-10px);
}

@media (max-width: 1024px) {
  .portfolio-top {
    grid-template-columns: 1fr;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .portfolio-container {
    padding: 0 20px;
  }
  .portfolio-heading {
    font-size: 26px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-card {
    height: 320px;
  }
}


/* ========================= */
/* CTA */
/* ========================= */

.cta {
  padding: 80px 40px;
  background: #9A9A9A;
}

.cta-container {
  max-width: 1400px;
  margin: auto;
  background: url('images/cta.jpg') center/cover no-repeat;
  border-radius: 24px;
  padding: 80px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.cta-content {
  max-width: 600px;
  color: white;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-family: 'Sora', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-content p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
 opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.cta-primary {
  background: #25D366;
  color: white;
  padding: 18px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-primary:hover {
  background: #119642;
  transform: translateY(-2px);
}

.cta-secondary {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 18px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-secondary:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
}


@media (max-width: 1024px) {
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .cta {
    padding: 80px 16px;
  }
  .cta-container {
    padding: 48px 24px;
  }
  .cta-content h2 {
    font-size: 28px;
  }
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .cta-primary,
  .cta-secondary {
    text-align: center;
  }
}

/* ========================= */
/* FOOTER */
/* ========================= */

.footer{
background:#C4C4C4;
padding-top:80px;
}

.footer-container{
max-width:1400px;
margin:auto;
padding:0 40px;
display:grid;
grid-template-columns:1.6fr 0.7fr 1.2fr 1.5fr 1.5fr;
gap:20px;
padding-bottom:40px;
}

.footer-about p{
max-width:420px;
}

.footer-logo{
width:180px;
margin-bottom:20px;
}

.footer-about p{
font-family:'Inter', sans-serif;
font-size:18px;
color:#555;
line-height:1.8;
margin-bottom:24px;
}

.footer-social{
display:flex;
gap:20px;
font-size:22px;
color:#555;
margin-left:32px;
margin-top:8px;
}

.footer-social a{
color:#555;
transition: color 0.3s ease;
display:inline-flex;
text-decoration:none;
}

.footer-social a:hover{
color:#ED701F;
}

.footer-links h4,
.footer-contact h4{
font-family:'Sora', sans-serif;
font-size:18px;
margin-bottom:20px;
color: #4A4F59;
white-space: nowrap;
}

.footer-links a{
display:block;
text-decoration:none;
color:#555;
margin-bottom:12px;
font-family:'Inter', sans-serif;
font-size:18px;
transition: color 0.3s ease;
white-space:normal;
}

.footer-links a:hover{
color:#ED701F;
}

.footer-contact-item{
display:flex;
gap:12px;
margin-bottom:6px;
color:#555;
font-family:'Inter', sans-serif;
font-size: 18px;
transition: color 0.3s ease;
}

.footer-contact-item.footer-contact-line + .footer-contact-item:not(.footer-contact-indented) {
margin-top: 14px;
}

.footer-contact-item:first-of-type {
margin-bottom: 14px;
}

.footer-social {
margin-top: 14px !important;
}

.footer-social-contact {
	margin-left: 30px !important;
	padding-left: 0 !important;
	margin-top: 26px !important;
}


.footer-contact-item:hover > i,
.footer-contact-item:hover > span,
.footer-contact-item:hover > div > span{
color:#ED701F;
}

.footer-bottom{
border-top:1px solid #9b9b9b;
padding:20px 0;
font-family:'Inter', sans-serif;
font-size:15px;
color:#666;
margin-top:40px;
}

.footer-bottom-inner{
max-width:1400px;
margin:auto;
padding:0 40px;
display:flex;
justify-content:space-between;
align-items:center;
}

.footer-bottom-right a{
text-decoration:none;
color:#666;
margin:0 6px;
}

@media (max-width:1024px){

.footer-container{
grid-template-columns:1fr 1fr 1fr;
gap:32px 24px;
}

.footer-container .footer-about{
grid-column:1 / -1;
}

.footer-about p{
max-width:100%;
}

}

@media (max-width:768px){

.footer-container{
grid-template-columns:1fr 1fr;
gap:32px 24px;
padding:0 20px;
padding-bottom:40px;
}

.footer-container .footer-about{
grid-column:1 / -1;
}

.footer-about p{
max-width:100%;
}

.footer-contact{
padding-right:0;
}

.footer-contact-item span,
.footer-contact-item a{
white-space:normal;
word-break:break-word;
overflow-wrap:break-word;
}

.footer-bottom-inner{
flex-direction:column;
gap:8px;
text-align:center;
}

}

@media (max-width:480px){

.footer-container{
grid-template-columns:1fr;
padding:0 16px;
padding-bottom:40px;
}

.footer-container .footer-about{
grid-column:auto;
}

}


/* ========================= */
/* ABOUT HERO */
/* ========================= */

.about-hero {
    height: 70vh;
    background: url('images/about-hero.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-content h1 {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    white-space: normal;
    text-align: center;
}

.about-hero-content h1 span {
    color: #ED701F;
}

.about-hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
    .about-hero {
        height: 55vh;
    }
    .about-hero-content h1 {
        font-size: 30px;
    }
    .about-hero-content p {
        font-size: 18px;
    }
}

/* ========================= */
/* ABOUT INTRO */
/* ========================= */

.about-intro {
    background: #C4C4C4;
    padding: 60px 0 80px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.about-intro-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.about-intro-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 40px;
}

.about-intro-heading span {
    color: #ED701F;
}

.about-intro-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}

.about-intro-text p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    font-style: normal;
    text-align: justify;
}

.about-intro-image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
}

.about-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-intro-container {
        padding: 0 20px;
    }
    .about-intro-heading {
        font-size: 26px;
    }
    .about-intro-image {
        height: 260px;
    }
}

/* ========================= */
/* MISSION & VISION */
/* ========================= */

.mission {
    background: #707070;
    padding: 80px 0;
}

.mission-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.mission-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 48px;
}

.mission-heading span {
    color: #ED701F;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 24px;
    align-items: stretch;
}

.mission-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mission-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    flex: 1;
}

.mission-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ED701F;
    margin-bottom: 16px;
}

.mission-card p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

.mission-image {
    border-radius: 16px;
    overflow: hidden;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }
    .mission-image {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .mission-container {
        padding: 0 20px;
    }
    .mission-heading {
        font-size: 26px;
    }
}

/* ========================= */
/* WHAT WE DO */
/* ========================= */

.whatwedo {
    background: #C4C4C4;
    padding: 80px 0;
}

.whatwedo-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.whatwedo-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 48px;
}

.whatwedo-heading span {
    color: #ED701F;
}

.whatwedo-list {
    display: flex;
    flex-direction: column;
}

.whatwedo-item {
    display: grid;
    grid-template-columns: 280px 220px 1fr;
    gap: 40px;
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid #999;

}

.whatwedo-item:last-child {
    border-bottom: 1px solid #999;
}

.whatwedo-img {
    width: 280px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.whatwedo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatwedo-name {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.whatwedo-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 1024px) {
    .whatwedo-item {
        grid-template-columns: 220px 180px 1fr;
        gap: 24px;
    }
    .whatwedo-img {
        width: 220px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .whatwedo-container {
        padding: 0 20px;
    }
    .whatwedo-heading {
        font-size: 26px;
    }
    .whatwedo-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .whatwedo-img {
        width: 100%;
        height: 200px;
    }
}

/* ========================= */
/* OUR EXPERTISE */
/* ========================= */

.expertise {
    background: #707070;
    padding: 80px 0;
}

.expertise-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.expertise-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 48px;
}

.expertise-heading span {
    color: #ED701F;
}

.expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.expertise-card {
    background: #4A4F59;
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expertise-tag {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-radius: 50px;
    padding: 10px 24px;
    display: inline-block;
    width: fit-content;
}

.expertise-card p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 768px) {
    .expertise-container {
        padding: 0 20px;
    }
    .expertise-heading {
        font-size: 26px;
    }
    .expertise-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================= */
/* TECHNOLOGY & MANUFACTURING */
/* ========================= */

.tech {
    padding: 80px 0;
    background: #C4C4C4;
}

.tech-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.tech-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 48px;
}

.tech-heading span {
    color: #ED701F;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.tech-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tech-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.tech-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tech-card:hover .tech-card-img img {
    transform: scale(1.05);
}

.tech-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ED701F;
    padding: 24px 24px 12px 24px;
}

.tech-card p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    padding: 0 24px 24px 24px;
    text-align: justify;
}

@media (max-width: 1024px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tech-container {
        padding: 0 20px;
    }
    .tech-heading {
        font-size: 26px;
    }
    .tech-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================= */
/* QUALITY & COMPLIANCE */
/* ========================= */

.quality {
    background: #707070;
    padding: 80px 0;
}

.quality-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.quality-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 48px;
}

.quality-heading span {
    color: #ED701F;
}

.quality-grid {          
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.quality-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quality-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.quality-card-top h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    max-width: 70%;
}

.quality-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #111;
    flex-shrink: 0;
}

.quality-card p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 1024px) {
    .quality-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .quality-container {
        padding: 0 20px;
    }
    .quality-heading {
        font-size: 26px;
    }
    .quality-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================= */
/* OUR TEAM */
/* ========================= */

.team {
    background: #c4c4c4;
    padding: 80px 0 40px 0;
}

.team-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.team-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 48px;
}

.team-heading span {
    color: #ED701F;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.team-image {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 0;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-grid {
    align-items: stretch;
}

.team-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.team-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    font-style: normal;
    text-align: justify;
}

@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
    .team-image {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .team-container {
        padding: 0 20px;
    }
    .team-heading {
        font-size: 26px;
    }
}

/* ========================= */
/* ABOUT CTA */
/* ========================= */

.about-cta {
    padding: 40px 40px 80px 40px;
    background: #707070;
}

.about-cta-container {
    max-width: 1400px;
    margin: auto;
    background: url('images/about-cta.jpg') center/cover no-repeat;
    border-radius: 24px;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-cta-container h2 {
    font-family: 'Sora', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.about-cta-container p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
   max-width: 680px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
}

.about-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.about-cta-primary {
    font-family: 'Sora', sans-serif;
    background: #25D366;
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}

.about-cta-primary:hover {
    background: #119642;
    transform: translateY(-2px);
}

.about-cta-secondary {
    font-family: 'Sora', sans-serif;
    background: transparent;
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid white;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.about-cta-secondary:hover {
    background: white;
    color: #111;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .about-cta {
        padding: 80px 16px;
    }
    .about-cta-container {
        padding: 60px 24px;
    }
    .about-cta-container h2 {
        font-size: 28px;
    }
    .about-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .about-cta-primary,
    .about-cta-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

/* ========================= */
/* CONTACT HERO */
/* ========================= */

.contact-hero {
    height: 70vh;
    background: url('images/contact-hero.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-hero-content h1 {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

@media (max-width: 768px) {
    .contact-hero {
        height: 55vh;
    }
    .contact-hero-content h1 {
        font-size: 30px;
    }
}

.contact-pull-up {
    display: none;
}

/* ========================= */
/* CONTACT BODY */
/* ========================= */

.contact-body {
    background: #F2F2F2;
    padding: 60px 0 80px 0;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    border-radius: 40px 40px 0 0;
}

.contact-body-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: stretch;
}

.contact-right {
    display: flex;
    flex-direction: column;
}

.contact-form-box {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form .form-group:last-of-type textarea {
    flex: 1;
    min-height: 120px;
}

.contact-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

/* LEFT */

.contact-left-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 8px;
}

.contact-left-heading span {
    color: #ED701F;
}

.contact-left-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    font-style: normal;
    margin-bottom: 48px;
    margin-top: 0;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 38px;
    margin-bottom: 40px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F5F0E8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ED701F;
    flex-shrink: 0;
}

.contact-info-text h4 {
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.contact-info-text p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.contact-social-row {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.contact-social-row a {
    font-size: 32px;
    color: #ED701F;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-social-row a:hover {
    opacity: 0.7;
}

/* RIGHT FORM BOX */

.contact-form-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}

.contact-form-box h3 {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.contact-form-box > p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    font-style: normal;
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.form-group input,
.form-group textarea {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #333;
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 14px 16px;
    outline: none;
    transition: border-color 0.3s ease;
    resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #ED701F;
}

.form-submit {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background: #ED701F;
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    cursor: pointer;
    width: fit-content;
    transition: background 0.3s ease, transform 0.2s ease;
}

.form-submit:hover {
    background: #c95a12;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .contact-body-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .contact-body-container--contact {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
    }
}

@media (max-width: 768px) {
    .contact-body {
        padding: 40px 0 60px 0;
    }
    .contact-body-container {
        padding: 0 20px;
        gap: 40px;
    }
    .contact-body-container--contact {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .contact-left-heading {
        font-size: 24px;
    }
    .contact-left-desc {
        font-size: 15px;
        margin-bottom: 32px;
    }
    .contact-info-list {
        gap: 24px;
        margin-bottom: 24px;
    }
    .contact-info-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
        flex-shrink: 0;
    }
    .contact-info-inline .contact-info-icon {
        width: 40px;
        height: 40px;
    }
    .contact-info-text p {
        font-size: 14px;
    }
    .contact-info-text h4 {
        font-size: 14px;
    }
    .contact-office-title {
        font-size: 12px;
    }
    .contact-offices-divider-h {
        margin: 24px 0;
    }
    .contact-form-box {
        padding: 24px 20px;
        width: 100%;
    }
    .contact-form-box h3 {
        font-size: 20px;
    }
    .contact-form-box > p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .form-group label {
        font-size: 14px;
    }
    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 12px 14px;
    }
    .form-submit {
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 14px 32px;
    }
    .contact-social-row a {
        font-size: 24px;
    }
    .contact-map-section {
        padding: 0 20px 60px 20px;
    }
    .contact-map-container {
        height: 280px;
        border-radius: 16px;
    }
    .contact-hero-content h1 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .contact-body-container {
        padding: 0 16px;
    }
    .contact-left-heading {
        font-size: 20px;
    }
    .contact-info-inline {
        gap: 16px;
    }
    .contact-form-box {
        padding: 20px 16px;
    }
    .contact-map-section {
        padding: 0 16px 40px 16px;
    }
}

/* ========================= */
/* CONTACT MAP */
/* ========================= */

.contact-map-section {
    padding: 80px 40px 80px 40px;
    background: #707070;
}

.contact-map-container {
    max-width: 1400px;
    margin: auto;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .contact-map-section {
        padding: 0 20px 80px 20px;
    }
    .contact-map-container {
        height: 300px;
    }
}

@media (max-width:768px){

.precision-top-row{
grid-template-columns:1fr !important;
}

.precision-grid{
grid-template-columns:1fr !important;
}

.solutions-grid{
grid-template-columns:1fr !important;
}

.solutions-card{
height:280px;
}

}

/* ========================= */
/* FLOATING BUTTONS */
/* ========================= */

.floating-btns {
    position: fixed;
    bottom: 32px;
    right: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.floating-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.floating-btn.phone {
    background: #ED701F;
}

.floating-btn.whatsapp {
    background: #25D366;
}

.about-hero-content .hero-logo,
.contact-hero-content .hero-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.about-hero-content,
.contact-hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.about-hero,
.contact-hero {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-simple{
border-radius:16px;
overflow:hidden;
height:500px;
}

.project-simple img,
.project-simple video{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

@media (max-width: 1024px) {
.portfolio-grid {
    grid-template-columns: 1fr 1fr;
}
.project-simple {
    height: 320px;
}
}

@media (max-width: 768px) {
.portfolio-grid {
    grid-template-columns: 1fr;
}
.project-simple {
    height: 260px;
}
}


/* ========================= */
/* PROJECTS HERO */
/* ========================= */

.projects-hero {
    height: 70vh;
    background: url('images/projects-hero.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.projects-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.projects-hero-content h1 {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.projects-hero-content h1 span {
    color: #ED701F;
}

.projects-hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 16px;
}

@media (max-width: 768px) {
    .projects-hero {
        height: 55vh;
    }
    .projects-hero-content h1 {
        font-size: 30px;
    }
}

.projects-filter-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.projects-filter-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 32px;
}

.projects-filter-heading span {
    color: #ED701F;
}

.filter-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid #E8E8E8;
}

.filter-tab {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    background: #F2F2F2;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.filter-tab:hover {
    background: #F5F0E8;
    color: #ED701F;
}

.filter-tab.active {
    background: #ED701F;
    color: white;
}

@media (max-width: 768px) {
    .projects-filter-container {
        padding: 0 20px;
    }
    .projects-filter-heading {
        font-size: 26px;
    }
    .filter-tabs {
        gap: 8px;
    }
    .filter-tab {
        font-size: 14px;
        padding: 8px 18px;
    }
}

/* ========================= */
/* PROJECTS INTRO */
/* ========================= */

.projects-intro {
    background: #707070;
    padding: 0 0 80px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.gallery-section-full-bg {
    background: #C4C4C4;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 64px;
    margin-bottom: 64px;
}

.projects-intro-container {
    max-width: 1400px;
    margin: auto;
    padding: 0;
}

@media (max-width: 768px) {
    .projects-intro-container {
        padding: 0 20px;
    }
}

/* ========================= */
/* PROJECTS GALLERY */
/* ========================= */

.projects-gallery {
    padding: 0;
}

.projects-gallery-container {
    max-width: 1400px;
    margin: auto;
    padding: 60px 40px 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

/* SECTION HEADING */

.gallery-section-heading {
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-top: 16px;
    margin-bottom: 24px;
}

.gallery-section-heading span {
    color: #ED701F;
    display: block;
}

/* GRIDS */

.gallery-grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(140px, 16vw);
    gap: 16px;
}

.gallery-grid-1 .g-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.gallery-grid-1 .g-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.gallery-grid-1 .g-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.gallery-grid-1 .g-item:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / span 2;
}

/* Work in Progress grid */

.gallery-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    grid-auto-rows: minmax(140px, 16vw);
    gap: 16px;
}

.gallery-grid-2 .g-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.gallery-grid-2 .g-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.gallery-grid-2 .g-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.gallery-grid-2 .g-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

.gallery-grid-2 .g-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}

/* Sample Setups grid */

.gallery-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    grid-auto-rows: minmax(140px, 16vw);
    gap: 16px;
}

.gallery-grid-3 .g-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.gallery-grid-3 .g-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.gallery-grid-3 .g-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

.gallery-grid-3 .g-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: none;
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

.gallery-grid-3 .g-item:nth-child(4) .g-sub {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 80px;
}

.gallery-grid-3 .g-item:nth-child(4) .g-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-grid-3 .g-item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

/* SHARED ITEM STYLES */

.g-item {
    border-radius: 16px;
    overflow: hidden;
    background: #E8E8E8;
    position: relative;
}

.g-item img,
.g-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.g-item:hover img,
.g-item:hover video {
    transform: scale(1.04);
}

/* VIDEO BADGE */

.g-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .gallery-grid-1,
    .gallery-grid-2,
    .gallery-grid-3 {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        gap: 16px;
    }

    .gallery-grid-1 .g-item,
    .gallery-grid-2 .g-item,
    .gallery-grid-3 .g-item {
        grid-column: auto !important;
        grid-row: auto !important;
        aspect-ratio: 4/3;
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .projects-gallery-container {
        padding: 60px 20px 80px 20px;
        gap: 48px;
    }

    .gallery-section-heading {
        font-size: 26px;
    }

    .gallery-grid-1,
    .gallery-grid-2,
    .gallery-grid-3 {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .gallery-grid-1 .g-item,
    .gallery-grid-2 .g-item,
    .gallery-grid-3 .g-item {
        width: 100%;
        aspect-ratio: 4/3;
        height: auto;
        min-height: 180px;
        grid-column: unset !important;
        grid-row: unset !important;
    }

    .g-item:hover {
        transform: none;
        box-shadow: none;
    }
}

/* ═══════════════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════════════ */

.scroll-hidden {
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.anim-fade-up    { transform: translateY(40px); }
.anim-slide-left { transform: translateX(-50px); }
.anim-slide-right{ transform: translateX(50px); }
.anim-zoom-in    { transform: scale(0.88); }

.scroll-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* stagger children when multiple cards animate together */
.precision-cards .precision-card:nth-child(1),
.solutions-grid .solutions-card:nth-child(1),
.why-grid .why-card:nth-child(1),
.industries-grid .industries-card:nth-child(1),
.process-grid .process-card:nth-child(1),
.mission-cards .mission-card:nth-child(1),
.expertise-grid .expertise-card:nth-child(1),
.tech-grid .tech-card:nth-child(1),
.quality-grid .quality-card:nth-child(1),
.gallery-grid-1 .g-item:nth-child(1),
.gallery-grid-2 .g-item:nth-child(1),
.gallery-grid-3 .g-item:nth-child(1) { transition-delay: 0s; }

.precision-cards .precision-card:nth-child(2),
.solutions-grid .solutions-card:nth-child(2),
.why-grid .why-card:nth-child(2),
.industries-grid .industries-card:nth-child(2),
.process-grid .process-card:nth-child(2),
.expertise-grid .expertise-card:nth-child(2),
.tech-grid .tech-card:nth-child(2),
.quality-grid .quality-card:nth-child(2),
.gallery-grid-1 .g-item:nth-child(2),
.gallery-grid-2 .g-item:nth-child(2),
.gallery-grid-3 .g-item:nth-child(2) { transition-delay: 0.1s; }

.solutions-grid .solutions-card:nth-child(3),
.why-grid .why-card:nth-child(3),
.industries-grid .industries-card:nth-child(3),
.process-grid .process-card:nth-child(3),
.expertise-grid .expertise-card:nth-child(3),
.tech-grid .tech-card:nth-child(3),
.quality-grid .quality-card:nth-child(3),
.gallery-grid-1 .g-item:nth-child(3),
.gallery-grid-2 .g-item:nth-child(3),
.gallery-grid-3 .g-item:nth-child(3) { transition-delay: 0.2s; }

.solutions-grid .solutions-card:nth-child(4),
.why-grid .why-card:nth-child(4),
.industries-grid .industries-card:nth-child(4),
.quality-grid .quality-card:nth-child(4),
.gallery-grid-2 .g-item:nth-child(4),
.gallery-grid-3 .g-item:nth-child(4) { transition-delay: 0.3s; }

.why-grid .why-card:nth-child(5),
.gallery-grid-2 .g-item:nth-child(5),
.gallery-grid-3 .g-item:nth-child(5) { transition-delay: 0.4s; }

.why-grid .why-card:nth-child(6) { transition-delay: 0.5s; }

/* ═══════════════════════════════════════════════
   HOVER EFFECTS — ALL CARDS
═══════════════════════════════════════════════ */

/* Solutions & Industries image cards */
.solutions-card,
.industries-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.solutions-card:hover,
.industries-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.18);
}
.solutions-card:hover img,
.industries-card:hover img {
  transform: scale(1.06);
}

/* Process cards */
.process-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

/* Portfolio / project cards */
.project-simple {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.project-simple:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(0,0,0,0.18);
}

/* About — Mission cards */
.mission-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

/* About — What We Do image zoom on hover */
.whatwedo-img img {
  transition: transform 0.45s ease;
}
.whatwedo-item:hover .whatwedo-img img {
  transform: scale(1.08);
}

/* About — Expertise cards */
.expertise-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.expertise-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.13);
}

/* About — Tech cards */
.tech-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(0,0,0,0.15);
}

/* About — Quality cards */
.quality-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.quality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

/* Gallery — g-items */
.g-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  isolation: isolate;
}
.g-item:hover {
  transform: scale(1.02);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
  z-index: 10;
}

/* CTA animation stagger */
.cta-buttons.scroll-hidden             { transition-delay: 0.15s; }
.about-cta-container p.scroll-hidden   { transition-delay: 0.1s; }
.about-cta-buttons.scroll-hidden       { transition-delay: 0.2s; }


/* ========================= */
/* SOLUTIONS PAGE */
/* ========================= */

.solutions-hero {
    height: 70vh;
    background: url('images/solutions-hero.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.solutions-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.solutions-hero-content h1 {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-top: 0;
}

.sol-section {
    padding: 80px 0;
}

.sol-section:first-child {
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.sol-white { background: #C4C4C4; }
.sol-grey  { background: #707070; }

.sol-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.sol-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sol-label img {
    height: 28px;
    width: 28px;
    object-fit: contain;
}

.sol-label span {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ED701F;
    letter-spacing: 2px;
}

.sol-heading {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 40px;
}

.sol-grey .sol-heading {
    color: #ffffff;
}

.sol-heading span {
    color: #ED701F;
}

.sol-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
}

.sol-img {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    align-self: stretch;
    min-height: 300px;
}

.sol-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.sol-img:hover img {
    transform: scale(1.04);
}

.sol-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sol-text p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
   text-align: justify;
}

.sol-white .sol-text p {
    color: #333;
}

.sol-section:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .sol-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .sol-img-right .sol-img {
        order: -1;
    }
    .solutions-hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .sol-container {
        padding: 0 20px;
    }
    .sol-heading {
        font-size: 26px;
    }
    .sol-img {
        height: 260px;
    }
    .solutions-hero {
        height: 55vh;
    }
    .solutions-hero-content h1 {
        font-size: 26px;
    }
}

.sol-page-intro {
    background: #c4c4c4;
    padding: 60px 0 60px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.sol-sections-wrapper {
    position: relative;
    z-index: 2;
}

.sol-section:first-child {
    border-radius: 0 !important;
    margin-top: 0 !important;
}

/* ===== INDUSTRIES PAGE ===== */

.ind-section {
    padding: 60px 0;
    overflow: hidden;
}

.ind-section.ind-grey { background: #707070; }
.ind-section.ind-white { background: #C4C4C4; }

.ind-section.ind-grey .ind-content h2 { color: #ffffff; }
.ind-section.ind-grey .section-label span { color: #ED701F; }

.ind-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

/* Outer wrapper — positions image and right-column together */
.ind-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    position: relative;
}

/* ---- IMAGE ---- */
.ind-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 460px;
    z-index: 1;
}

.ind-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ind-img-wrap:hover img {
    transform: scale(1.04);
}

/* ---- CONTENT COLUMN (right side for img-left layout) ---- */
.ind-content {
    display: flex;
    flex-direction: column;
    padding-left: 48px;
    position: relative;
    z-index: 2;
}

.ind-content .section-label {
    margin-bottom: 10px;
}

.ind-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 0;
}

.ind-content h2 span {
    color: #ED701F;
}

/* The card overlaps the image — pulled left with negative margin */
.ind-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
    margin-left: -80px; /* pulls card over the image */
    position: relative;
    z-index: 3;
}

.ind-section.ind-white .ind-card {
    background: #ffffff;
    box-shadow: none;
}

.ind-card p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #444;
    line-height: 1.6;
   margin: 0;
    justify-content:center;
}

/* ---- MIRRORED LAYOUT (img-right) ---- */
.ind-inner.img-right .ind-img-wrap {
    order: 2;
}

.ind-inner.img-right .ind-content {
    order: 1;
    padding-left: 0;
    padding-right: 48px;
}

.ind-inner.img-right .ind-card {
    margin-left: 0;
    margin-right: -80px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .ind-inner {
        grid-template-columns: 1fr;
    }
    .ind-inner.img-right .ind-img-wrap {
        order: 0;
    }
    .ind-inner.img-right .ind-content {
        order: 1;
        padding-right: 0;
    }
    .ind-content {
        padding-left: 0;
        margin-top: 32px; /* Adds the gap between image and heading on mobile */
    }
    .ind-card {
        margin-left: 0;
    }
    .ind-inner.img-right .ind-card {
        margin-right: 0;
    }
    .ind-img-wrap {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .ind-container {
        padding: 0 20px;
    }
    .ind-content h2 {
        font-size: 26px;
    }
    .ind-card {
        padding: 24px 20px;
    }
    .ind-section {
        padding: 60px 0;
    }
}

.footer-contact-indented {
    padding-left: 28px;
}

.footer-contact-item:hover .footer-alt-text {
    color: #ED701F;
}

.contact-body-container--contact {
    grid-template-columns: 1fr 0.75fr !important;
    gap: 60px !important;
}

@media (min-width: 1025px) {
    .contact-body-container--contact {
        grid-template-columns: 1fr 0.75fr !important;
    }
}

.contact-offices-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 32px;
}

.contact-office-title {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ED701F;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Ajman: horizontal row of 3 items */
.contact-info-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px 32px;
    align-items: start;
}

.contact-info-inline .contact-info-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.contact-info-inline .contact-info-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.contact-info-inline .contact-info-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.contact-info-inline .contact-info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding-right: 0;
}

.contact-info-inline .contact-info-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Horizontal divider between offices */
.contact-offices-divider-h {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin: 36px 0;
}

/* Dubai: secondary office */
.contact-office-secondary {
    padding-top: 0;
}

.contact-dubai-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.contact-dubai-row .contact-info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
}

.contact-social-dubai {
    display: flex;
    gap: 20px;
    margin-top: 0 !important;
    flex-shrink: 0;
    align-items: center;
    margin-left: 54px;
}

.contact-social-dubai a {
    font-size: 32px;
    color: #ED701F;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-social-dubai a:hover {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .contact-body-container--contact {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .contact-info-inline {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
    .contact-info-inline .contact-info-item:nth-child(1),
    .contact-info-inline .contact-info-item:nth-child(2),
    .contact-info-inline .contact-info-item:nth-child(3) {
        grid-column: 1;
        grid-row: auto;
    }
    .contact-dubai-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .contact-social-dubai {
        margin-left: 54px !important;
    }
}

.footer-contact-item a,
.contact-info-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item:hover a,
.contact-info-text a:hover {
    color: #ED701F;
}


.footer-contact-item span,
.footer-contact-item a {
word-break: normal;
overflow-wrap: break-word;
white-space: normal;
}


@media (max-width: 768px) {
    .footer-contact {
        padding-right: 0;
    }
    .footer-contact-item {
        font-size: 14px;
        gap: 8px;
    }
    .footer-contact-item span,
    .footer-contact-item a {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: 14px;
    }
    .footer-social-contact {
        margin-left: 22px !important;
        margin-top: 16px !important;
    }
    .footer-links h4,
    .footer-contact h4 {
        font-size: 15px;
        white-space: normal;
    }
    .footer-links a {
        font-size: 14px;
    }
    .footer-logo {
        width: 140px;
    }
    .footer-about p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        padding: 0 16px;
        padding-bottom: 40px;
        gap: 24px 16px;
    }
    .footer-container .footer-about {
        grid-column: 1 / -1;
    }
}
/* ========================= */
/* PROJECTS PAGE LAYOUT      */
/* ========================= */

.pg-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.pg-row:last-child {
    margin-bottom: 0;
}

/* Row 1 & 3: wide + stack */
.pg-row-1 {
    align-items: stretch;
    height: 420px;
}

.pg-wide {
    flex: 1.6;
}

.pg-stack {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pg-stack .g-item {
    flex: 1;
}

/* Row 2: 3 equal */
.pg-row-equal {
    height: 320px;
}

.pg-row-equal .g-item {
    flex: 1;
}

/* Row 4: banner */
.pg-row-banner {
    height: 280px;
}

.pg-banner {
    flex: 1;
}

/* Row 5: quad */
.pg-row-quad {
    height: 260px;
}

.pg-row-quad .g-item {
    flex: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .pg-row-1 { height: auto; flex-direction: column; }
    .pg-wide { flex: none; height: 300px; }
    .pg-stack { flex-direction: row; height: 200px; }
    .pg-row-equal { height: auto; flex-wrap: wrap; }
    .pg-row-equal .g-item { flex: 1 1 calc(50% - 8px); height: 260px; }
    .pg-row-banner { height: 220px; }
    .pg-row-quad { height: auto; flex-wrap: wrap; }
    .pg-row-quad .g-item { flex: 1 1 calc(50% - 8px); height: 200px; }
}

@media (max-width: 768px) {
    .pg-row { flex-direction: column; height: auto !important; }
    .pg-wide,
    .pg-stack,
    .pg-stack .g-item,
    .pg-row-equal .g-item,
    .pg-row-banner,
    .pg-banner,
    .pg-row-quad .g-item {
        flex: none !important;
        width: 100% !important;
        height: 240px !important;
    }
    .pg-stack { flex-direction: column; }
}

.pg-row-equal {
    height: 360px;
}

/* SOLUTIONS CARD VIEW MORE */

.solutions-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border: 1.5px solid rgba(255,255,255,0.7);
    border-radius: 50px;
    padding: 7px 16px;
    margin-top: 14px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease 0.2s, max-height 0.5s ease 0.15s, background 0.3s ease;
}

.solutions-card:hover .solutions-card-link {
    opacity: 1;
    max-height: 60px;
}

.solutions-card-link:hover {
    background: rgba(255,255,255,0.15);
}