/* ============================================
   TYPOGRAPHY SYSTEM
   Headings: Playfair Display (serif)
   Body/UI: Inter (sans-serif)
   ============================================ */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    color: #475569;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 700;
    line-height: 1.3;
    color: #0c1830;
    letter-spacing: -0.3px;
} */

p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #475569;
}

a {
    font-family: 'Inter', sans-serif;
}

span, div, li, td, th, label, input, textarea, button {
    font-family: 'Inter', sans-serif;
}

:root{

--primary:#1b5e20; 
--secondary:#2e7d32; 
--accent:#c62828;   
--background:#f5f9f6;   
--text:#1f2933;
--muted:#6c757d;
--card-bg:#ffffff;
--border-soft:#e4efe7;

}

a {text-decoration:none;}

.top-nav {
  background-color: #0c1830;
  color: white;
  padding: 2px 0px;
}
.top-nav p {
  margin: 0;
}
.top-nav i {
  color: white;
}
/* NAVBAR */
.navbar-brand img {
  height: 60px;
}
.nav-item.dropdown:hover .dropdown-menu {
      display: inline-block;
}
.navbar{
box-shadow:0 5px 24px rgba(15,23,42,0.06);
background:#ffffff;
}
.nav-link{
font-size: 16px;
font-weight:600;
margin-left:5px;
color:var(--text);
position:relative;
transition:color 0.3s ease;
}
.nav-link:hover{
  color: #c9a84c;
}
.dropdown-menu {
  width: 230px;
  border-radius: 2px;
}
.dropdown-item:hover {
   color: #c9a84c;
}
/*banner*/
.banner {
  position: relative;
  background-image: url('../images/banner-img.PNG');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 12% 0%;
  overflow: hidden;
}
/* Always overlay */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 45, 98, 0.4) 30%, rgba(0, 45, 98, 0.0) 100%);
  z-index: 1;
}
.banner h3{
	position: relative;
  z-index: 2;
  color: white;
}
.banner p{
	position: relative;
  z-index: 2;
	color: white;
}
.heading {
  font-size: 30px;
	font-weight: 600;
	color: #0c1830;
}

.banner-btn {
    position: relative;
    z-index: 2;
    background-color: #c9a84c;
    color: #0c1830;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #c9a84c;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}
.banner-btn:hover {
    background-color: transparent;
    color: #c9a84c;
    border-color: #c9a84c;
}

.products {
    background-color: #F8F9FA;
}
.products-section{
background:var(--card-bg);
padding:15px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
height: 100%;
transition:transform 0.4s ease, box-shadow 0.4s ease;
}
.products-section img {
  height: 200px;
}
.products-section:hover{
transform:translateY(-10px);
box-shadow:0 18px 50px rgba(15,23,42,0.12);
}
/*OUR SERVICES*/
.process-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    font-family: 'Inter', sans-serif;
  }

  .process-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #0c1830;
    overflow: hidden;
  }

  .process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    /* background: #2B3499;
    color: white; */
  }
  .process-card i{
    font-size: 30px;
    padding-bottom: 10px;
  }
  .process-card h3{font-size: 20px; color: #0c1830; font-family: 'Playfair Display', serif; font-weight: 600;}

.counter-section {
  background-color: #0c1830;
  color: white;
  font-size: 20px;
}
.counter {
  font-size: 35px;
  font-weight: 600;
}
.counter-section p{
  font-size: 16px;
  padding-top: 8px;
}

/*Owl Carousel*/
.button-wrapper {
  display: flex;           
  justify-content: flex-end; 
  gap: 10px;                    
}
.custom-prev-btn1 , .custom-next-btn1 {
  width: 50px;
  height: 50px;
  background: #0c1830;
  border: none;
  opacity: 1;
  font-size: 30px;
  color: white;
  border-radius: 50%;
  margin-top: 30px;
  box-shadow: 0 8px 22px rgba(12, 24, 48, 0.25);
}
.custom-prev-btn1:hover , .custom-next-btn1:hover {
  background: #c9a84c;
  color: #0c1830;
  transform: translateY(-2px);
}

.marquee-small {
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

.marquee-text {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}
.marquee-small img {
    margin: 0 1em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    height: 150px;
    border-radius: 10px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* FOOTER */
footer{
background:#0c1830;
color:#cbd5f5;
}

footer h5{
color:#ffffff;
margin-bottom:15px;
}

footer a{
color:#edeff5;
text-decoration:none;
}

footer a:hover{
text-decoration: underline;
}

.button-phone{
    position: fixed;
    font-size: 18px;
    bottom: 15px;
    right: 15px;
    background-color: #0c1830;
    color: #c9a84c;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 999;
}
.button-whatsapp{
    position: fixed;
    font-size: 18px;
    bottom: 75px;
    right: 15px;
    background-color: #0c1830;
    color: #c9a84c;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 999;
}

section{
  padding: 50px 0px;
}
.bg-image {
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
/* Page Banners - Unified Corporate Style */
.about-banner,
.services-banner,
.highliting-banner,
.contact-banner {
    background-size: cover;
 background-position: center center;
    padding: 140px 0 100px;
    color: white;
    position: relative;
    overflow: hidden;
}

.about-banner {
    background: linear-gradient(135deg, rgba(12, 24, 48, 0.92) 0%, rgba(12, 24, 48, 0.75) 60%, rgba(12, 24, 48, 0.6) 100%),
                url('https://images.pexels.com/photos/8278898/pexels-photo-8278898.jpeg?auto=compress&cs=tinysrgb&w=1260');
}

.services-banner {
    background: linear-gradient(135deg, rgba(12, 24, 48, 0.92) 0%, rgba(12, 24, 48, 0.75) 60%, rgba(12, 24, 48, 0.6) 100%),
                url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1920');
     background-position: center center;
}

.highliting-banner {
    background: linear-gradient(135deg, rgba(12, 24, 48, 0.92) 0%, rgba(12, 24, 48, 0.75) 60%, rgba(12, 24, 48, 0.6) 100%),
                url('../highliting/banner.jpeg');
}

.contact-banner {
    background: linear-gradient(135deg, rgba(12, 24, 48, 0.92) 0%, rgba(12, 24, 48, 0.75) 60%, rgba(12, 24, 48, 0.6) 100%),
                url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=1920');
}

.banner-contant {
    position: relative;
    z-index: 2;
}

.banner-contant h3 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.2;
}

.banner-contant p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
}
/* Banner Content Enhancements */
.contact-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(201, 168, 76, 0.3);
    color: #c9a84c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-item i {
    margin-right: 10px;
    color: #c9a84c;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.contact-item span {
    font-weight: 500;
    font-size: 13px;
}

.social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.social-link {
    color: #ffffff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid transparent;
}

.social-link:hover {
    background: #c9a84c;
    transform: translateY(-3px) scale(1.05);
    color: white;
    box-shadow: 0 5px 15px rgba(201, 168, 76, 0.3);
    border-color: #c9a84c;
}

.banner-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-out 0.2s both;
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}
.banner-badge span {
    position: relative;
    z-index: 2;
}

/* Banner Features */
.banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    animation: fadeInUp 1s ease-out 0.6s both;
}
.feature-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 18px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.feature-item i {
    color: #c9a84c;
    font-size: 1.2rem;
    margin-right: 10px;
}
.feature-item span {
    color: white;
    font-size: 14px;
    font-weight: 500;
}


.mission {
  padding: 25px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  height: 100%;
}
.mission i{
  color: #2B3499;
  font-size: 40px;
  padding-bottom: 10px;
}


.profile-wrapper{
    background:#2B3499;
    border-radius:10px;
    padding:50px 40px;
    position:relative;
    color: white;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}
.corporate-header {
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.top-bar {
    background: linear-gradient(135deg, #2C3596 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}
.profile-img{
    width:260px;
    border-radius:10px;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    position:absolute;
    left:-80px;
    top:50%;
    transform:translateY(-50%);
    border:7px solid #2B3499;
}

.why-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 25px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  border-left: 6px solid transparent;
}

.why-card:hover {
  transform: translateY(-5px);
}
.bg1 { background: #cfe0ff; }
.bg2 { background: #ffd9c2; }
.bg3 { background: #c9fae1; }
.bg4 { background: #fae9c3; } 
.bg5 { background: #c2fbc7; } 
.bg6 { background: #fbcacf; } 

.why-icon {
  background: #2B3499;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  border-radius: 6px;
  margin-right: 20px;
}
.why-content p {
  margin-top: 8px;
  font-size: 15px;
  color: #666;
}
/*services page, highlighting, contact banners now unified above */
/* Page banner breadcrumb label */
.page-label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 16px;
    position: relative;
    padding-left: 32px;
}
.page-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 2px;
    background: #c9a84c;
}
.contact-box {
	height: 100%;
	padding: 15px;
}
.contact-box i{
	font-size: 25px;
	padding-right: 10px;
	color: #c9a84c;
}
.contact-box p{
	font-size: 16px;
}
.contact-box span{
	color: #0c1830;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
}
.get-in-toch {
  background-color: #EEEEEE;
  padding: 25px;
  border-radius: 15px;
}
/*ongoing-projects Page*/
.ongoing-projects {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

.ongoing-projects:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.project-colour {
  color: #0c1830;
}
.badge {
  background-color: rgb(220, 229, 231);
  color: #0c1830;
  padding: 10px;
  border-radius: 50px;
  margin: 10px 0px;
}
.ongoing-projects h2 , h3 {
    color: #0c1830;
}

.highliting {
  transition: 0.3s ease-in-out;
}
.highliting:hover {
  transform: scale(1.06);
}
/* Responsive adjustments */
@media (max-width: 770px) {
  .top-nav{display: none;}
    .banner-contant {padding: 120px 0 80px; background-attachment: scroll; }
    .navbar-brand img {height: 55px;}
    .banner-contant h3 { font-size: 2.8rem;}
    .banner-contant p {  font-size: 1rem; }
    .counter {font-size: 30px;}
    .counter-section {font-size: 18px;}
}

@media (max-width: 576px) {
    .top-nav{display: none;}
    .navbar-brand img {height: 50px;}
    .banner-contant h3 {  font-size: 2.2rem; }
    .banner-contant p {  font-size: 0.95rem; }
    .products-section img { height: 100px;}
    .process-container {  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));}
    .profile-img {
        position: static;
        transform: none;
        width: 180px;
        margin-top: -100px;
        margin-left: 40px;
        margin-bottom: 20px;
        border: 5px solid #2C3596;
    }
    .counter-section {font-size: 16px;}
}

/* Hero Section Redesigned */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=1920') center/cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(12, 24, 48, 0.92) 0%, rgba(12, 24, 48, 0.75) 50%, rgba(44, 53, 150, 0.6) 100%);
    z-index: -1;
}

.hero-content {
    color: #ffffff;
    max-width: 700px;
    padding: 0px;
}

.hero-label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    position: relative;
    padding-left: 40px;
}

.hero-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 2px;
    background: #c9a84c;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 580px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: #c9a84c;
    color: #0c1830;
    border: 2px solid #c9a84c;
    padding: 16px 36px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-primary:hover {
    background: transparent;
    color: #c9a84c;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.btn-hero-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 16px 36px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}

.hero-divider {
    width: 60px;
    height: 1px;
    background: rgba(201, 168, 76, 0.5);
    margin-bottom: 35px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
}

.stat-item {
    text-align: left;
    padding: 0 30px;
}

.stat-item:first-child {
    padding-left: 0;
}

.stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #c9a84c;
    line-height: 1;
    letter-spacing: -1px;
}

.stat-suffix {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    color: #c9a84c;
}

.stat-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
}

.stat-separator {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .btn-hero-primary,
    .btn-hero-outline {
        width: 100%;
        text-align: center;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .stat-separator {
        display: none;
    }
    
    .stat-item {
        padding: 0;
        flex: 1 1 calc(33% - 20px);
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-content {
        padding: 20px 0 20px;
    }
}

/* Products Section Alucraft Style */
.products-section-alucraft {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c1830;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Inter', sans-serif;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #c9a84c;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 25px auto 0;
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0c1830;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Inter', sans-serif;
}

.product-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 24, 48, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-content {
    padding: 30px;
}

.product-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0c1830;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

.product-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .product-image {
        height: 200px;
    }
    
    .product-content {
        padding: 20px;
    }
}

/* Services Section Alucraft Style */
.services-section-alucraft {
    padding: 100px 0;
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.service-item {
    text-align: center;
    padding: 40px 30px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #0c1830;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: white;
}

.service-item:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: #0c1830;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-item:hover .service-icon {
    background: #c9a84c;
    transform: scale(1.1);
}

.service-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0c1830;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

.service-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-item {
        padding: 30px 20px;
    }
}

/* Projects Showcase Section */
.projects-showcase-alucraft {
    padding: 100px 0;
    background: #f8f9fa;
}

.project-filters {
    margin-bottom: 50px;
}

.filter-btn {
    background: transparent;
    border: 2px solid #0c1830;
    color: #0c1830;
    padding: 10px 25px;
    margin: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
    background: #0c1830;
    color: #c9a84c;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.project-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.project-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 24, 48, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.project-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.project-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-content p {
    margin-bottom: 20px;
    opacity: 0.9;
}

.project-info {
    padding: 30px;
}

.project-info h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0c1830;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-client {
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.project-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-features span {
    background: #f8f9fa;
    padding: 8px 12px;
    font-size: 12px;
    color: #666;
    border-left: 3px solid #c9a84c;
}

.project-features i {
    color: #c9a84c;
    margin-right: 5px;
}

/* Project Filtering */
.project-item.hidden {
    display: none;
}

@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .filter-btn {
        margin: 5px;
        padding: 8px 20px;
        font-size: 12px;
    }
    
    .project-features {
        flex-direction: column;
        gap: 5px;
    }
    
    .project-features span {
        font-size: 11px;
    }
}

/* Main Navigation - Restored with New Colors */
.main-nav {
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: sticky !important;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-nav .navbar-brand {
    padding: 10px 0;
    transition: transform 0.3s ease;
}

.main-nav .navbar-brand:hover {
    transform: scale(1.05);
}

.main-nav .logo {
    max-height: 55px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.main-nav .navbar-nav {
    padding: 0;
}

.main-nav .navbar-nav .nav-link {
    color: #0c1830;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Inter', sans-serif;
}

/* Hide Bootstrap default dropdown caret */
.main-nav .dropdown-toggle::after {
    display: none !important;
}

/* Custom chevron icon styling */
.main-nav .dropdown-toggle i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.main-nav .dropdown-toggle.show i {
    transform: rotate(180deg);
}

.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
    color: #c9a84c;
    background: rgba(201, 168, 76, 0.05);
}

.main-nav .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #c9a84c;
    transition: width 0.3s ease;
}

.main-nav .navbar-nav .nav-link:hover::after,
.main-nav .navbar-nav .nav-link.active::after {
    width: 60%;
}

.main-nav .dropdown-menu {
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 8px 0;
    margin-top: 15px;
    background: #ffffff;
    border-top: 3px solid #c9a84c;
}

.main-nav .dropdown-item {
    padding: 14px 30px;
    color: #0c1830;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.main-nav .dropdown-item:hover {
    background: #f8f9fa;
    color: #c9a84c;
    border-left-color: #c9a84c;
    padding-left: 35px;
}

.nav-cta {
    margin-left: 16px;
}

.nav-cta .btn {
    background: #0c1830;
    color: #c9a84c;
    border: 2px solid #c9a84c;
    padding: 12px 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.nav-cta .btn:hover {
    background: #c9a84c;
    color: #0c1830;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.3);
}

/* Mobile Navigation */
@media (max-width: 991px) {
    .top-bar {
        display: none;
    }
    
    .main-nav .navbar-nav {
        background: white;
        padding: 20px 0;
    }
    
    .main-nav .navbar-nav .nav-link {
        padding: 12px 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .main-nav .navbar-nav .nav-link::after {
        display: none;
    }
    
    .nav-cta {
        padding: 20px;
        text-align: center;
        margin-left: 0;
    }
}