/* Header main */
.custom-header {
    background:white;
    width: 100%;
    margin-top: 10px;
    color: black;
}

/* Container */
.header-container {
    max-width: 1200px;
    margin: auto;
    /* padding: 20px 30px; thoda zyada padding */
    display: flex;
    align-items: center;
    justify-content: space-between;
      color: black;
}

/* Logo */
.header-logo img {
    max-height: 100px; /* logo bara kar diya */
}

/* Menu */
.header-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    color: black;
}

.header-nav ul li {
    margin-left: 35px; /* spacing bara di */
}

.header-nav ul li a {
  color: black;
    text-decoration: none;
    font-size: 18px; /* font-size bara kar diya */
    font-weight: 600; /* thoda bold */
    transition: color 0.3s ease;
}

.header-nav ul li a:hover {
    color: #f1c40f; /* hover gold */
}

/* Responsive */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        padding: 15px 20px;
    }

    .header-nav ul {
        margin-top: 15px;
        flex-direction: column;
        align-items: center;
    }

    .header-nav ul li {
        margin: 12px 0;
    }

    .header-nav ul li a {
        font-size: 20px; /* mobile ke liye bhi bara font */
    }
}
.hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.6); /* black overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.btn-hero {
  padding: 12px 30px;
  background: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}


.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: relative;

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.btn-hero {
  padding: 12px 30px;
  background: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}



.hero-content {
    text-align: left; /* left side text */
    color: white;
    padding-left: 50px; /* adjust spacing from left */
    max-width: 700px;
    font-size: 40px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.btn-hero {
    display: inline-block;
    background-color: #f1c40f;
    color: #000;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-hero:hover {
    background-color: #d4ac0d;
}

.about-btn {
  display: inline-block;
  padding: 12px 25px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}




.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Left Image */
.about-images img {
  width: 500px;
  max-width: 100%;
  box-shadow: 0px 15px 40px rgba(0,0,0,0.2);
}

/* Right Content */
.about-content {
  max-width: 500px;
  color: #333;
  position: relative;
}

/* Big Background Text */
.big-text {
  font-size: 80px;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  margin: 0;
  line-height: 1;
}

/* ABOUT US Heading */
.about-content h2 {
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

/* Paragraph */
.about-content p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}


.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 20px;
}
.service-box-link {
    text-decoration: none;
    color: inherit;
}
.service-box {
    width: 220px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}
.service-box:hover {
    transform: translateY(-5px);
}
.service-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.service-title {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
}
.about-us {
  padding: 80px 40px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-left {
  flex: 1;
}

.about-right {
  flex: 1;
  text-align: center;
}

.about-right img {
  width: 100%;
  max-width: 450px;
  border-radius: 50%;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
  }
}


.products-section {
    padding: 40px 0;
    background-color: #fff;
}

.product-grid {
    display: grid;
    /* 5 columns create karega jo screen size ke hisaab se adjust honge */
    grid-template-columns: repeat(5, 1fr); 
    gap: 30px;
    text-align: center;
}

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle-frame {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px solid #00adef; /* Light blue border from image */
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image ko circle ke andar stretch nahi hone deta */
}

.product-item p {
    font-size: 0.9rem;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    line-height: 1.4;
    max-width: 150px;
}

/* Mobile Responsive: Jab screen choti ho toh 2 columns kar do */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.metal-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    color: #3b3da1; /* Deep blue/purple from image */
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.divider {
    width: 80px;
    height: 3px;
    background-color: #4da6ff;
    margin: 15px auto;
}

.description {
    color: #555;
    line-height: 1.6;
    max-width: 900px;
    margin: 10px auto;
    font-size: 0.95rem;
}

/* Grid for the Circles */
.grid-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.metal-item {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #00aaff; /* Light blue border */
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.image-circle:hover {
    transform: scale(1.05);
}

.image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.metal-item h3 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

/* Chat Widget Styling */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chat-bubble {
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-right: 10px;
    font-size: 0.85rem;
    border: 1px solid #eee;
}

.chat-icon {
    background: #007bff;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}








.footer-bg {
    background: #111;
    color: #fff;
    padding-top: 60px;
}

.footer-bg h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-bg p {
    color: #ccc;
    line-height: 1.7;
}

/* REMOVE UNDERLINE */
.footer-bg a {
    text-decoration: none !important;
    color: #ccc;
    transition: 0.3s;
}

/* HOVER EFFECT */
.footer-bg a:hover {
    color: #0b74ff;
}

/* Footer Links */
.footer-link ul {
    list-style: none;
    padding: 0;
}

.footer-link ul li {
    margin-bottom: 10px;
}

/* Contact Section */
.f-contact ul {
    list-style: none;
    padding: 0;
}

.f-contact ul li {
    margin-bottom: 12px;
    color: #ccc;
}

/* Social Icons */
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    background: #222;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #0b74ff;
}

/* Copyright */
.copyright-wrap {
    background: #0a0a0a;
    padding: 20px 0;
    margin-top: 40px;
}

.copyright-text p {
    margin: 0;
    color: #aaa;
}
/* Social Icons Attractive Style */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(135deg, #0b74ff, #1a237e);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(11, 116, 255, 0.4);
}

.footer-social a:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 8px 20px rgba(11, 116, 255, 0.6);
}
/* Contact Icons Attractive Style */
.f-contact ul {
    list-style: none;
    padding: 0;
}

.f-contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ccc;
    font-size: 14px;
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b74ff, #1a237e);
    color: #fff;
    font-size: 14px;
    transition: 0.4s ease;
    box-shadow: 0 4px 12px rgba(11, 116, 255, 0.4);
}

.f-contact ul li:hover .contact-icon {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(11, 116, 255, 0.6);
}





.custom-header {
  background:white;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  z-index: 999;
  
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 70px;
}
.header-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.header-nav ul li a {
  color: black;
  text-decoration: none;
  font-weight: 600;
 
}
.header-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.header-toggle span {
  width: 25px;
  height: 3px;
  background: black;
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .header-toggle {
    display: flex;
  }
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    display: none;
  }
  .header-nav ul {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
  .header-nav.active {
    display: flex;
  }

  /* Hamburger animation to X */
  .header-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}


 



