@import "tailwindcss";


@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4, h5 {
    font-family: 'DM Serif Display', serif;
  }

  body, p, li, a, span, div,h6 {
    font-family: 'Poppins', sans-serif;

  }

.fdm{
    font-family: 'DM Serif Display', serif;
}
 

.py-20{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
 .nav-link {
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #E0C36D; /* Muted Sage */
    transition: width 0.3s ease;
  }

  .nav-link:hover {
    color: #D4B86A;
  }

  .nav-link:hover::after {
    width: 100%;
  }




.apex-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  /* opacity: 0; */
  /* transform: translateY(40px); */
}

.apex-feature svg {
  width: 34px;
  height: 34px;
  stroke: #D4B86A;
  stroke-width: 1.8;
}

.apex-feature p {
  font-size: 18px;
  font-weight: 500;
  color: #FAFAF7;
  letter-spacing: 0.3px;
}

/* Hover micro-interaction */
.apex-feature:hover svg {
  filter: drop-shadow(0 0 10px rgba(212, 184, 106, 0.6));
  transform: scale(1.1);
  transition: all 0.3s ease;
}













.apex-why-icon {
  color: #D4B86A;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
}

.apex-why-icon svg {
  width: 100%;
  height: 100%;
}

.apex-why-item {
  transition: transform 0.3s ease;
}

.apex-why-item:hover {
  transform: translateY(-6px);
}



 #apex-services-full {
      background: #FAFAF7;
      padding: 30px 0;
    }

    .max-w-7xl {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .text-center {
      text-align: center;
    }

    .apex-services-header {
      margin-bottom: 80px;
    }

    .service-badge {
      display: inline-block;
      font-size: 12px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #D4B86A;
      border: 1px solid #D4B86A;
      padding: 6px 16px;
      border-radius: 50px;
      margin-bottom: 16px;
      opacity: 0;
    }

    .apex-services-title {
      font-size: 2.5rem;
      font-weight: 500;
      color: #3B2F2F;
      margin-bottom: 16px;
      opacity: 0;
    }

    .services-description {
      color: #6E6E6E;
      max-width: 672px;
      margin: 0 auto;
      line-height: 1.6;
      opacity: 0;
    }

    #apex-services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      margin-bottom: 80px;
    }

    @media (min-width: 1024px) {
      #apex-services-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    .apex-service-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      transition: all 0.4s ease;
      cursor: pointer;
      opacity: 0;
      transform: translateY(30px);
    }

    .apex-service-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    .apex-service-card:hover img {
      transform: scale(1.08);
    }

    .apex-service-body {
      padding: 22px;
    }

    .apex-service-body h3 {
      font-size: 18px;
      font-weight: 600;
      color: #3B2F2F;
      margin-bottom: 8px;
    }

    .apex-service-body p {
      font-size: 14px;
      color: #6E6E6E;
      line-height: 1.6;
    }

    .apex-service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    }

    .apex-services-cta-wrap {
      text-align: center;
      margin-top: 80px;
      opacity: 0;
    }

    .apex-services-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #D4B86A;
      color: white;
      padding: 14px 40px;
      border-radius: 50px;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .apex-services-cta:hover {
      background: #E0C36D;
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(212, 184, 106, 0.4);
    }










    
  .apex-feature-card {
    background: #ffffff;
    padding: 42px 36px;
    border-radius: 20px;
    border: 1px solid #EDE7DA;
    transition: all 0.35s ease;
  }

  .apex-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #3B2F2F;
    margin-bottom: 10px;
  }

  .apex-feature-card p {
    font-size: 0.9rem;
    color: #6E6E6E;
    line-height: 1.6;
  }

  .apex-feature-icon {
    display: inline-block;
    color: #D4B86A;
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .apex-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.08);
    border-color: #D4B86A;
  }
.apex-testimonial-card {
    background: #ffffff;
    padding: 42px 40px;
    border-radius: 20px;
    border: 1px solid #EDE7DA;
    transition: all 0.35s ease;
  }

  .apex-testimonial-text {
    font-size: 0.95rem;
    color: #6E6E6E;
    line-height: 1.7;
  }

  .apex-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.08);
    border-color: #D4B86A;
  }




  #apex-about-intro img {
  transition: transform 0.4s ease;
}

#apex-about-intro img:hover {
  transform: scale(1.02);
}











#apex-leadership img:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}




  .apex-adv-icon {
    width: 28px;
    height: 28px;
    color: #D4B86A;
    flex-shrink: 0;
    margin-top: 2px;
  }
.apex-adv-item {
  transition: transform 0.3s ease;
}


.apex-service-tile {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

/* Image */
.apex-service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

/* Overlay */
.apex-service-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.5s ease;
}

/* Hover zoom */
.apex-service-tile:hover img {
  transform: scale(1.08);
}

.apex-service-tile:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

/* Label */
.apex-tile-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #FAFAF7;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}
#apex-services-showcase {
  scroll-margin-top: 120px;
}
/* Highlight Aluminium Works */
.apex-highlight-tile {
  outline: 2px solid rgba(212, 184, 106, 0.6);
  outline-offset: -6px;
  
}

.apex-highlight-label {
  background: #D4B86A;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 12px;
}
