:root {
    /* Color scheme based on your image */
    --primary-color: #0b71e7;
    --secondary-color: #00d9ff;
    --dark-bg: #0a1118;
    --darker-bg: #050a0f;
    --text-light: #ffffff;
    --text-dark: #333333;
    --accent-green: #4caf50;
    --transition: all 0.3s ease-in-out;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   background-color: transparent; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: var(--transition);
}
.site-header.scrolled {
    background-color: rgba(10, 17, 24, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  overflow: hidden;
}

.make-in-india-logo {
  width: 100px;
  margin-top: 15px;
  background-color: transparent;
}


.logo img {
  display: block;
  height: 46px;
  width: auto;
  margin-top: 0;
  border-radius: 4px;
  transition: var(--transition);
}



/* Navigation styles */
.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    gap: 2rem;
}

.nav-item a {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem 0;
    transition: var(--transition);
    position: relative;
    text-decoration: none;
}

.nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition);
}

.nav-item a:hover::after,
.nav-item.active a::after {
    width: 100%;
}

.nav-item a:hover,
.nav-item.active a {
    color: var(--secondary-color);
}

/* Mobile nav toggle */
.mobile-nav-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
}

.mobile-nav-toggle:hover {
    color: var(--secondary-color);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}



@media (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
    }
    
    .nav-list {
        position: fixed;
        inset: 50px 0 0 0;
        flex-direction: column;
        justify-content: flex-start;
        background-color: rgba(10, 17, 24, 0.95);
        padding: 2rem;
        gap: 1.5rem;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 999;
    }
    
    .nav-list.show {
        transform: translateX(0);
    }
    
    .nav-item {
        width: 100%;
    }
    
    .nav-item a {
        display: block;
        width: 100%;
        padding: 0.5rem 0;
    }
    
    .site-header .container {
        padding: 0.5rem 1rem;
    }
    
    .logo img {
        height: 50px;
    }
    
}
@media (max-width: 480px) {
    .logo img {
        height: 50px;
    }
    
    .site-header .container {
        padding: 0.5rem;
    }
    
}


/* footer */


.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif !important;
}


.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  margin: 20px;
  min-width: 220px;
}

.footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}
.abhram-india-logo {
  width: 100px;
  margin-top: 30px;
  height: 20px;
  background-color: transparent;
}
.Powered-by {
  position: relative;
  top: -6px;
}

.footer-logos {
  display: flex;
  flex-direction: column;
}

.footer-column ul li i {
  margin-right: 10px;
  font-size: 0.8em;
}

.footer-column ul li {
  margin: 8px 0;
  font-size: 0.95rem;
}

.footer-column ul li span {
  margin-right: 8px;
  color: #ccc;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
  color: orange;
}
.footer-logo {
  width: 140px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}


.footer-socials {
  margin-top: 10px;
}

.footer-socials a {
  color: #fff;
  margin-right: 12px;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #1da1f2;
}

/* ✅ Responsive: left-align on small screens */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-column {
    margin: 20px 0;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}
a, a img {
  -webkit-tap-highlight-color: transparent; /* Chrome, Safari */
  -webkit-touch-callout: none;              /* Safari */
  -moz-tap-highlight-color: transparent;    /* Firefox (just in case) */
  tap-highlight-color: transparent;         /* Generic */
}

a:focus, a:active,
a img:focus, a img:active {
  outline: none;
  box-shadow: none;
}

img {
  user-select: none;                        /* Modern standard */
  -webkit-user-select: none;                /* Safari/Chrome */
  -moz-user-select: none;                   /* Firefox */
  -ms-user-select: none;                    /* IE/Edge */
  -webkit-touch-callout: none;              /* iOS Safari long-press */
}
img {
  pointer-events: auto;
  -webkit-user-drag: none;
}
