*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body {
  font-family: Arial, sans-serif;
  color: #fff;

  background:
    linear-gradient(
      rgba(0,0,0,0.80),
      rgba(0,0,0,0.75)
    ),
    url("../images/industrial-texture.jpg");

  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

/* HEADER */
header{
  background:#000;
  padding:20px 0;
  border-bottom:1px solid #222;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.header-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  color:#f2b705;
  font-weight:700;
}

nav ul{
  list-style:none;
  display:flex;
  gap:30px;
}

nav a{
  color:#fff;
  text-decoration:none;
}

/* HERO */
.hero{
  background:url("../images/hero/hero-bg.jpg") center/cover no-repeat;
  padding:120px 0;
  position:relative;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.7);
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero h1{
  font-size:48px;
  margin-bottom:20px;
}

.subtext{
  color:#ccc;
  margin-bottom:20px;
}

.experience{
  color:#f2b705;
  font-weight:600;
  margin-bottom:25px;
}

.hero-buttons{
  display:flex;
  gap:20px;
}

.btn-primary{
  background:#f2b705;
  color:#000;
  padding:14px 30px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  transition:all 0.3s ease;
  box-shadow:0 0 15px rgba(242,183,5,0.6);
}

.btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 0 25px rgba(242,183,5,1);
  background:#ffd84d;
}

/* PRODUCTS */
.products{
  padding:80px 0;
}

.section-heading{
  margin-bottom:40px;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
}

.product-card{
  background:#111;
  padding:20px;
  border-radius:12px;
  transition:0.3s ease;
}

.product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 0 15px rgba(242,183,5,0.3);
}

.product-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:8px;
  margin-bottom:15px;
}

.product-card h3{
  color:#f2b705;
  margin-bottom:10px;
}

.product-card ul{
  list-style:none;
  color:#ccc;
  font-size:14px;
}

.rate-button-wrapper{
  text-align:center;
  margin-top:40px;
}

.rate-btn{
  background:#f2b705;
  color:#000;
  padding:14px 30px;
  border-radius:30px;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 0 15px rgba(242,183,5,0.5);
}

.rate-btn:hover{
  box-shadow:0 0 25px rgba(242,183,5,1);
  background:#ffd84d;
}

/* INDUSTRIES */
.industries-services{
  padding:80px 0;
  background:transparent;
}


.industries-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.info-box{
  background: rgba(0,0,0,0.65);
  padding: 35px;
  border-radius: 12px;
  border: 1px solid rgba(242,183,5,0.2);
  border-left: 4px solid #f2b705;
  box-shadow: 0 15px 35px rgba(0,0,0,0.7);
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.industries-services h2{
  margin-bottom:20px;
  color:#f2b705;
}

.industries-services ul{
  list-style:none;
  padding-left:0;
  color:#ccc;
  line-height:1.8;
}


.highlight-line{
  margin-top:20px;
  color:#f2b705;
}

/* CONTACT */
.contact{
  padding:80px 0;
  background:transparent;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
}

.map-wrapper{
  width:100%;
  height:500px;
}

.map-wrapper iframe{
  width:100%;
  height:100%;
  border:0;
  border-radius:12px;
}

/* WHATSAPP */
.whatsapp-float{
  position:fixed;
  bottom:25px;
  right:25px;
  background:#25D366;
  color:#fff;
  padding:16px 22px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 0 15px rgba(37,211,102,0.8);
  animation:pulse 1.5s infinite;
  z-index: 9999;
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}
  70%{box-shadow:0 0 0 20px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

/* RESPONSIVE */
@media(max-width:768px){
  .hero h1{font-size:32px;}
  .contact-grid,
  .industries-grid{
    grid-template-columns:1fr;
  }
}
/* ===============================
   PREMIUM SECTION SEPARATION
================================= */

.products,
.industries-services,
.contact {
  position: relative;
  padding: 100px 0;
}

/* Cinematic dark band overlay */
.products::before,
.industries-services::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 0;
}

/* Content above overlay */
.products > .container,
.industries-services > .container,
.contact > .container {
  position: relative;
  z-index: 1;
}

/* Stronger separator glow line */
.products,
.industries-services,
.contact {
  border-top: 1px solid rgba(242,183,5,0.15);
}
/* ==================================
   PREMIUM POLISH ENHANCEMENTS
================================== */

/* 1️⃣ Gold underline under section headings */
.section-heading {
  position: relative;
  display: inline-block;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60%;
  height: 3px;
  background: linear-gradient(to right, #f2b705, transparent);
}

/* 2️⃣ Subtle CTA breathing animation */
.rate-btn {
  animation: softPulse 3s infinite;
}

@keyframes softPulse {
  0% { box-shadow: 0 0 15px rgba(242,183,5,0.5); }
  50% { box-shadow: 0 0 25px rgba(242,183,5,0.9); }
  100% { box-shadow: 0 0 15px rgba(242,183,5,0.5); }
}

/* 3️⃣ Replace boring bullets with gold checkmarks */
.industries-services ul li {
  position: relative;
  padding-left: 25px;
}

.industries-services ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f2b705;
  font-size: 14px;
}

/* 4️⃣ Smooth hero entrance */
.hero-content {
  animation: fadeUp 1s ease-out;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.icon-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f2b705;
}

.heading-icon {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Contact Card Upgrade */

.contact-info {
  background: rgba(0,0,0,0.65);
  padding: 35px;
  border-radius: 12px;
  border: 1px solid rgba(242,183,5,0.2);
  border-left: 4px solid #f2b705;
  box-shadow: 0 15px 35px rgba(0,0,0,0.7);
}

.contact-info h2 {
  color: #f2b705;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.contact-info a {
  color: #f2b705;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
/* Info Box Hover Animation */
.info-box,
.contact-info {
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
  transform: translateY(0);
  will-change: transform;
}
/* SERVICES – confident stronger lift */
.info-box:first-child:hover {
  transform: translateY(-14px);
  box-shadow:
    0 35px 70px rgba(0,0,0,0.95),
    0 0 35px rgba(242,183,5,0.35);
  border-color: rgba(242,183,5,0.5);
}

/* INDUSTRIES – slightly calmer lift */
.info-box:last-child:hover {
  transform: translateY(-10px);
  box-shadow:
    0 25px 55px rgba(0,0,0,0.85),
    0 0 25px rgba(242,183,5,0.25);
  border-color: rgba(242,183,5,0.45);
}

/* CONTACT – premium strong lift */
.contact-info:hover {
  transform: translateY(-18px);
  box-shadow:
    0 45px 90px rgba(0,0,0,0.98),
    0 0 45px rgba(242,183,5,0.4);
  border-color: rgba(242,183,5,0.6);
}


/* Scroll-style fade in */

.info-box,
.contact-info {
  opacity: 0;
  animation: fadeUpSection 0.8s ease forwards;
}

.info-box:nth-child(1) { animation-delay: 0.2s; }
.info-box:nth-child(2) { animation-delay: 0.4s; }
.contact-info { animation-delay: 0.6s; }

@keyframes fadeUpSection {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.icon-heading {
  position: relative;
}

.icon-heading::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 6px;
  height: 60%;
  background: #f2b705;
  transform: translateY(-50%);
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(242,183,5,0.6);
}
.contact iframe {
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.7);
  border: 1px solid rgba(242,183,5,0.2);
}
/* Services – heavier lift */
.info-box:first-child:hover {
  transform: translateY(-12px);
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.9),
    0 0 35px rgba(242,183,5,0.25);
}

/* Industries – slightly lighter lift + glow */
.info-box:last-child:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 25px 50px rgba(0,0,0,0.85),
    0 0 25px rgba(242,183,5,0.2);
}




