/* --- INDUSTRIAL B2B THEME: PAWAN TRADING CO --- */
:root {
  --primary: #0f172a;       /* Deep Navy: Authority */
  --secondary: #334155;     /* Slate Grey: Industrial */
  --accent: #f97316;        /* Safety Orange: Call to Action */
  --light-bg: #f1f5f9;      /* Light Grey: Background */
  --white: #ffffff;
  --border: #e2e8f0;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Manrope', sans-serif;
  color: var(--secondary);
  line-height: 1.6;
  background-color: var(--light-bg);
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5 { color: var(--primary); font-weight: 700; line-height: 1.2; }
a { text-decoration: none; transition: 0.3s; color: inherit; }
ul { list-style: none; }

/* --- UTILITIES --- */
.container { max-width: 1280px !important; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.text-center { text-align: center; }
.btn {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
}
.btn-primary { background: var(--accent); color: white; }
.btn-primary:hover { background: #ea580c; transform: translateY(-2px); }
.btn-dark { background: var(--primary); color: white; }
.btn-dark:hover { background: #1e293b; }

/* --- TOP BAR (Industrial Standard) --- */
.top-bar {
  background: var(--primary);
  color: rgba(255,255,255,0.8);
  padding: 8px 0;
  font-size: 0.85rem;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.contact-info span { margin-right: 20px; }
.contact-info i { color: var(--accent); margin-right: 8px; }

/* --- NAVIGATION --- */
header { background: var(--white); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 1000; }
header .container { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none;}
.logo img { height: 50px; }
.logo-text h3 { font-size: 1.5rem; margin: 0; letter-spacing: -0.5px; }
.logo-text span { font-size: 0.7rem; text-transform: uppercase; color: var(--accent); letter-spacing: 1px; display: block; }

.nav-menu { display: flex; gap: 30px; align-items: center; }
.nav-menu a { font-weight: 600; font-size: 1rem; color: var(--primary); position: relative; text-decoration: none;}
.nav-menu a:hover { color: var(--accent); }
/* Active State for Current Page */
.nav-menu a.active { color: var(--accent); } 
.nav-menu a.active::after { content:''; display:block; width:100%; height:2px; background:var(--accent); position:absolute; bottom:-28px; }

.mobile-toggle { display: none; font-size: 1.5rem; cursor: pointer; }

/* --- HERO SECTION --- */
.hero {
  background: linear-gradient(rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.7)), url('banner1.jpg');
  background-size: cover;
  background-position: center;
  height: 550px;
  display: flex;
  align-items: center;
  color: white;
}
.hero h1 { color: white; font-size: 3rem; margin-bottom: 20px; }
.hero p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; max-width: 700px; }

/* --- GRID SYSTEMS --- */
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }

/* --- CARDS --- */
.card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s;
}
.card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-color: var(--accent); transform: translateY(-5px); }
.card-body { padding: 20px; }
.card-img { height: 200px; width: 100%; object-fit: contain; padding: 20px; background: #fff; border-bottom: 1px solid var(--border); }

/* --- FOOTER --- */
footer { background: #0b1120; color: #94a3b8; padding: 60px 0 20px; margin-top: auto; }
.footer-col h4 { color: white; margin-bottom: 20px; font-size: 1.2rem; }
.footer-links li { margin-bottom: 12px; }
.footer-links a:hover { color: var(--accent); padding-left: 5px; }

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
  .hero h1 { font-size: 2.2rem; }
  .mobile-toggle { display: block; }
  .nav-menu {
    position: absolute; top: 80px; left: 0; width: 100%; background: white;
    flex-direction: column; padding: 20px; display: none; box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  .nav-menu.active { display: flex; }
  .grid-2 { grid-template-columns: 1fr; }
}

/* Container: Semi-transparent capsule for readability */
.trust-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for contrast */
    backdrop-filter: blur(4px);      /* subtle blur effect */
    border: 1px solid rgba(255, 255, 255, 0.2); /* faint border */
    padding: 12px 30px;
    border-radius: 50px;             /* Pill shape */
    margin-top: 25px;
    margin-bottom: 35px;
}

/* Items: Bold and crisp */
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600; /* Increased weight for visibility */
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* Icons: Slightly thicker strokes handled in SVG, sized here */
.trust-icon {
    width: 20px;
    height: 20px;
}

/* Vertical Divider Line */
.trust-divider {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.4);
}

/* Mobile: Stack vertically and remove dividers */
@media (max-width: 768px) {
    .trust-bar {
        flex-direction: column;
        background: rgba(0, 0, 0, 0.5); /* Slightly clearer on mobile */
        border-radius: 15px;            /* Box shape on mobile */
        padding: 20px;
        width: 100%;                    /* Full width */
        gap: 15px;
    }
    
    .trust-divider {
        display: none;                  /* Hide vertical lines on mobile */
    }
    
    .trust-item {
        width: 100%;
        justify-content: center;
    }
}/* Counter Section Styles */
.counter-wrapper {
  background-color: #f8f9fa; /* Light grey industrial background */
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.counter-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; /* responsive wrapping */
  gap: 30px;
}

.counter-box {
  text-align: center;
  flex: 1;
  min-width: 200px; /* ensures good stacking on mobile */
}

.counter-number {
  font-size: 3rem;
  font-weight: 700;
  color: #0f172a; /* Dark navy/black for professional look */
  margin-bottom: 10px;
  line-height: 1;
}

/* Optional: Add a brand color accent to the text */
.counter-text {
  font-size: 1.1rem;
  color: #64748b; /* Muted grey for description */
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .counter-container {
    flex-direction: column;
  }
  
  .counter-box {
    margin-bottom: 30px;
  }
}
animation1234567890
/* --- Counter Animation Section --- */
.counter-wrapper {
  background-color: #f8f9fa; /* Light grey background */
  padding: 50px 20px;
  font-family: 'Manrope', sans-serif;
  margin-top: 30px; /* Space between intro text and counters */
}

.counter-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center; /* Center align items */
  align-items: center;
  flex-wrap: wrap;
  gap: 50px; /* Space between numbers */
}

.counter-box {
  text-align: center;
  min-width: 150px;
}

.counter-number {
  font-size: 2.5rem; /* Large text for numbers */
  font-weight: 700;
  color: #0f172a; /* Dark navy color */
  margin-bottom: 5px;
  line-height: 1;
}

.counter-text {
  font-size: 1rem;
  color: #64748b; /* Grey text for labels */
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .counter-container {
    flex-direction: column;
    gap: 30px;
  }
}/* --- Social Icons Styling --- */
.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem; /* Icon size */
}

.social-icons a:hover {
  background: var(--accent, #3b82f6); /* Uses your brand accent color */
  transform: translateY(-3px);
}/* Inside @media (max-width: 768px) */
.hero {
  height: auto;
  /* Increased top padding to 140px to clear the header */
  padding: 140px 0 60px 0; 
}

.seo-pages-section {
  padding: 80px 0;
  background: #f8fafc;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h1 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
}

.section-heading p {
  color: #64748b;
  margin-top: 10px;
}

.page-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  /*margin-bottom: 30px;*/
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.page-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #1e293b;
}

.page-card a {
      display: inline-block;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    word-break: break-all;
    font-weight: 500;
    background-color: orange;
    padding: 2px 12px;
    border-radius: 5pc;
}

.page-card a:hover {
  text-decoration: underline;
}
.breadcrumb {
    display: flex;
}

.breadcrumb li {
    margin-right: 23px;
}

.breadcrumb-section {
    background-color: #f97316;
    padding: 34px 0;
    margin-bottom: 30px;
}

.breadcrumb-section h1 {
    padding-top: 9px;
}

.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.blog-page a {
    display: none;
}

.blog-page p {
    margin-bottom: 34px;
}
.fixd img {
    width: 65px;
}

.wid img {
    width: 63%;
    margin-left: 8px;
}

.fixd {
    width: 6%;
    display: grid;
    position: fixed;
    bottom: 36%;
    right: 0%;
    z-index: 999;

}






        .last-updated {
            text-align: center;
            margin-bottom: 40px;
            color: #777;
            opacity: 0;
            animation: fadeDown 1.3s ease forwards;
        }

        .policy-block {
            margin-bottom: 30px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 1s ease forwards;
        }

        .policy-block:nth-child(3) {
            animation-delay: 0.3s;
        }

        .policy-block:nth-child(4) {
            animation-delay: 0.5s;
        }

        .policy-block:nth-child(5) {
            animation-delay: 0.7s;
        }

        .policy-block:nth-child(6) {
            animation-delay: 0.9s;
        }

        .policy-block:nth-child(7) {
            animation-delay: 1.1s;
        }

        .policy-block h2 {
            margin-bottom: 10px;
            font-size: 22px;
            color: #333;
        }

        .policy-block p {
            line-height: 1.6;
            color: #555;
        }

        .policy-block ul {
            padding-left: 20px;
        }

        .policy-block ul li {
            margin-bottom: 8px;
            color: #555;
        }

        /* Animations */

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Mobile Responsive */

        @media(max-width:768px) {

            .container {
                padding: 20px;
            }

            h1 {
                font-size: 26px;
            }

            .policy-block h2 {
                font-size: 18px;
            }

            .policy-block p,
            .policy-block ul li {
                font-size: 14px;
            }
        }

@media (min-width: 268px) and (max-width: 568px){
    .fixd {
    right: 11%;
}

.wid img {
    width: 77%;
}
}