/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.btn.btn-dark {
  color: var(--bs-white);
  border: none;
}

.btn.btn-dark:hover {
  color: var(--bs-primary);
  background: var(--bs-light);
}

/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
}

.sticky-top {
  transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  letter-spacing: 1px;
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin: 0 4px;
}

@media (max-width: 991px) {
  .dropdown-toggle-split {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 20px !important;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu,
.navbar .dropdown-menu.show {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: .5s;
  opacity: 1;
  display: block !important;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
  object-fit: cover;
}


@media (min-width: 1200px) {

  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 700px;
  }
}

@media (max-width: 1199px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: auto !important;
    min-height: 300px !important;
  }
}

@media (max-width: 768px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 500px;
  }
  
  .carousel-caption h1 {
    font-size: 28px !important;
  }
  
  .carousel-caption p {
    font-size: 16px !important;
  }
  
  .ticket-form {
    padding: 20px !important;
  }
}

@media (max-width: 576px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: auto;
    min-height: 400px;
  }
  
  .carousel-caption {
    position: relative !important;
    background: rgba(0,0,0,0.8) !important;
    padding: 40px 10px !important;
  }
  
  .carousel-caption h1 {
    font-size: 24px !important;
  }
}

.header-carousel .owl-nav .owl-prev {
  display: none;
}

.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 50%;
  transform: translateY(-50%);
  margin-right: -60px;
  border-radius: 60px;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 100px 0 var(--bs-light);
  color: var(--bs-primary);
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
}

.carousel-caption .ticket-form {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../image/images-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
  position: relative;
  border-radius: 10px;
  background: var(--bs-light);
}

.feature-item .feature-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
  position: relative;
  z-index: 5;
}

/*** Feature End ***/


/*** Service Start ***/
.service {
  position: relative;
  overflow: hidden;
  background-image: url(../image/mission-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.192);
  z-index: 1;
}

.service .service-section {
  position: relative;
  z-index: 5;
}

.service .service-days {
  border-radius: 10px;
  background: var(--bs-white);
}

.service .service-item {
  position: relative;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-white);
  z-index: 1;
}

.service .service-item::after {
  display: none;
}

.service .service-item i {
  color: var(--bs-primary);
}

.service .service-item:hover i {
  color: var(--bs-primary);
}

.service .service-item .service-content p {
  color: inherit;
}

.service .service-item:hover .service-content p {
  color: inherit;
}

.service .service-item:hover {
  transform: none;
}

/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 0, 0, .3);
  z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 10px;
  color: var(--bs-white);
  background: var(--bs-primary);
  z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: var(--bs-white);
  z-index: 5;
}

.blog .blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.blog .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
  padding-bottom: 30px;
}

.blog .blog-content a.h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
}

.blog .blog-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  background: var(--bs-primary);
  border-radius: 10px;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-dark);
  transition: 0.5s;
  z-index: 1;
}

.team .team-item:hover:after {
  height: 100%;
}

.team .team-item .team-content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.team .team-item .team-content .team-icon {
  background: var(--bs-light);
  border-radius: 10px;
  display: flex;
  display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-primary);
}

.team .team-item .team-content p {
  color: var(--bs-white);
  transition: 0.5s;
}

.team .team-item:hover .team-content p {
  color: var(--bs-body);
}

/*** Team End ***/


/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}

.footer .footer-item .opening-date {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-item .opening-date .opening-clock {
  display: flex;
  align-items: center;
  line-height: 35px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}

/*** copyright end ***/

.bags-category {
  padding: 80px 0;
  background: linear-gradient(135deg, #f2f5ff, #fdf0ff);
}

.section-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}

.glass-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* Make first 5 full width */
.glass-card:nth-child(-n+5) {
  grid-column: span 1;
}

/* Content box takes 2 columns */
.glass-content-box {
  grid-column: span 2;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 16px;
  color: #000;
}

/* Last 4 cards */
.glass-card:nth-last-child(-n+4) {
  grid-column: span 1;
}

/* Responsive */
@media (max-width: 1200px) {
  .glass-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .glass-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .glass-content-box {
    grid-column: span 3;
  }
}

@media (max-width: 768px) {
  .glass-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .glass-card, .glass-content-box {
    grid-column: span 1 !important;
  }
  .glass-content-box {
    grid-column: span 2 !important;
  }
}

@media (max-width: 480px) {
  .glass-grid {
    grid-template-columns: 1fr;
  }
  .glass-card, .glass-content-box {
    grid-column: span 1 !important;
  }
}


.glass-card {
  position: relative;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.glass-card:hover {
  transform: translateY(-8px);
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.card-content {
  text-align: center;
  padding: 15px;
}

.card-content h3 {
  font-size: 20px;
  color: #111;
}

.card-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
  text-align: center;
}

.glass-card:hover .card-hover {
  opacity: 1;
}

.card-hover p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

.card-hover span {
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}

.factory-showcase {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.factory-showcase .section-header h4 {
  color: #05014a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.factory-showcase .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}

.factory-showcase .section-header p {
  max-width: 750px;
  margin: auto;
  color: #555;
}

.factory-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.factory-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgb(240, 240, 240);
  transition: transform 0.4s ease;
}

.factory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.factory-card:hover img {
  transform: scale(1.1);
}

.factory-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #05014a80, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.factory-card h5 {
  font-size: 18px;
  font-weight: 600;
}

.factory-card p {
  font-size: 14px;
  opacity: 0.9;
}

.factory-card.wide {
  grid-column: span 2;
}

.factory-card.wide {
  grid-column: 1 / -1;
  max-width: 600px;
  margin: auto;
}

@media (max-width: 768px) {
  .factory-card.wide {
    grid-column: span 1;
  }
}

.trust-counter-section {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.counter-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-6px);
}

.counter-box h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.counter-box p {
  font-weight: 500;
  color: #555;
}

.trust-badge {
  max-height: 70px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.trust-badge:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}


.team-item,
.team-item h4,
.team-item small,
.team-item p {
  color: #ffffff !important;
}

.premium-footer {
  background: #0a0a0a;
  color: #ffffff;
}

/* CTA Strip */
.footer-cta-strip {
  background: linear-gradient(90deg, #05040a, #fff);
  padding: 15px;
  color: #ffffff;
}

.footer-cta-strip p {
  margin-bottom: 8px;
  font-size: 14px;
}

.cta-call,
.cta-download {
  display: inline-block;
  margin: 5px;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.cta-call {
  background: #ffffff;
  color: #000;
}

.cta-download {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* Main Footer */
.footer-main {
  padding: 50px 0 30px;
}

.footer-logo {
  max-height: 60px;
}

.footer-desc {
  font-size: 14px;
  color: #cccccc;
  max-width: 360px;
  margin: auto;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-buttons .btn {
  display: block;
  margin: 6px auto;
  max-width: 220px;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25d366;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: rgba(207, 206, 206, 0.253);
  border-radius: 50%;
  color: #ffffff;
  margin: 0 4px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #05014a;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: #aaaaaa;
}

.breadcrumb-item.active {
  color: #fff !important;
  /* Bootstrap primary */
}

.product-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-box img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 9, 53, 0.603);
  color: #fff;
  padding: 25px;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-box:hover .product-overlay {
  top: 0;
}

.product-box:hover img {
  transform: scale(1.1);
}

.helmet-glass-grid {
  padding: 80px 0;
  background: linear-gradient(135deg, #eef2f7, #ffffff);
}

.hg-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.hg-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 50px;
}

.hg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.hg-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 18px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
  transition: .3s;
}

.hg-card:hover {
  transform: translateY(-10px);
}

.hg-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.hg-image img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .6s;
}

.hg-image .img1 {
  opacity: 1;
}

.hg-card:hover .img1 {
  opacity: 0;
}


.hg-card:hover .img2 {
  opacity: 1;
  animation: swap 40s infinite;
}

.hg-card:hover .img3 {
  opacity: 1;
  animation: swap 40s infinite 8s;
}

.hg-card:hover .img4 {
  opacity: 1;
  animation: swap 40s infinite 16s;
}

.hg-card:hover .img5 {
  opacity: 1;
  animation: swap 40s infinite 24s;
}

@keyframes swap {
  0% {
    opacity: 1
  }

  20% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}


@keyframes swap {
  0% {
    opacity: 1
  }

  20% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.hg-seo,
.hg-enquiry {
  margin-top: 50px;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(10px);
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.hg-enquiry input,
.hg-enquiry textarea {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.hg-enquiry button {
  background: #000;
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  border: none;
}

Gloves cSS -----------------------------------------------------------------------

/* SECTION */
.helmet-glass-grid {
  background: #f6f8fc;
  padding: 90px 0;
}

/* TITLES */
.hg-title {
  text-align: center;
  font-size: 38px;
  color: #0a1a44;
  font-weight: 700;
}

.hg-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 60px;
}

/* GRID */
.hg-grid.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  justify-content: center;
  gap: 30px;
  margin: auto;
}

@media (max-width: 768px) {
  .hg-grid.two-column {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

/* CARD */
.hg-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px 30px 40px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  transition: 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hg-card:hover {
  transform: translateY(-12px);
}

/* IMAGE */
.hg-image {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.hg-image img {
  max-height: 230px;
  transition: 0.4s ease;
}

.hg-card:hover img {
  transform: scale(1.08);
}

/* TEXT */
.hg-card h3 {
  font-size: 26px;
  color: #0a1a44;
  margin-bottom: 10px;
}

.hg-card p {
  color: #666;
}

/* VIEW PRODUCT BUTTON */
.view-btn {
  position: absolute;
  inset: 0;
  background: rgba(10, 26, 68, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 24px;
}

/* SHOW ON HOVER */
.hg-card:hover .view-btn {
  opacity: 1;
}

/* BLUR CONTENT */
.hg-card:hover .hg-image,
.hg-card:hover h3,
.hg-card:hover p {
  filter: blur(3px);
}

/* SEO BOX */
.hg-seo {
  margin-top: 80px;
  background: #fff;
  padding: 45px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  text-align: center;
}

/* ENQUIRY */
.hg-enquiry {
  margin-top: 70px;
  background: #ffffff;
  padding: 70px 60px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.hg-enquiry form {
  max-width: 700px;
  margin: auto;
  display: grid;
  gap: 18px;
}

.hg-enquiry input,
.hg-enquiry textarea {
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fafafa;
}

.hg-enquiry button {
  background: #0a1a44;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

Hatssss -------------------------

/* SECTION SPACING FIX */
.helmet-glass-grid {
  padding: 60px 0;
  background: #f6f8fc;
}

/* GRID COMPACT */
.hg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 30px;
}

/* CARD COMPACT LOOK */
.hg-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px 26px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.hg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* IMAGE AREA (PERFECT SIZE) */
.hg-image {
  height: 200px;
  /* reduced */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  /* reduced gap */
}

/* IMAGE SIZE */
.hg-image img {
  max-height: 170px;
  max-width: 100%;
  object-fit: contain;
}

/* TITLE */
.hg-card h3 {
  font-size: 20px;
  color: #0a1a44;
  margin-bottom: 4px;
}

.hg-card-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.hg-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.hg-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hg-card {
  cursor: pointer;
}

/* TEXT */
.hg-card p {
  font-size: 14px;
  color: #666;
}

batsssssssssss ----------------------------------

/* BAT SECTION */
.bat-grid-section {
  padding: 100px 0;
  /* more space top & bottom */
  background: #f6f8fc;
}

/* SPACE AFTER PAGE BANNER */
.page-header,
.inner-banner,
.hero-banner {
  margin-bottom: 60px;
}

/* GRID */
.bat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px;
  /* more gap below heading */
}

/* CARD */
.bat-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.bat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.bat-image {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.bat-image img {
  max-width: 120px;
  max-height: 220px;
  object-fit: contain;
}

/* TITLES */
.bat-card h3 {
  font-size: 22px;
  color: #0a1a44;
  margin-bottom: 10px;
}

.bat-card p {
  font-size: 15px;
  color: #666;
}

/* SEO BOX */
.bat-seo {
  margin-top: 80px;
  /* extra space above seo box */
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.bat-seo h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.view-category-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  background: #0b0f3f;
  /* theme navy blue */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(11, 15, 63, 0.25);
}

.view-category-btn:hover {
  background: #1a1f6b;
  /* lighter navy on hover */
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(11, 15, 63, 0.35);
}

subcategroy================================================.product-showcase {
  padding: 80px 0;
  background: #f9f9f9;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
}

.section-title p {
  color: #666;
  margin-top: 10px;
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* CARD */
.product-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.product-card h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}

/* IMAGE GRID */
.product-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-images img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.4s ease;
  cursor: pointer;
}

.product-images img:hover {
  transform: scale(1.05);
}

--------------------------- Product gallery=============================.design-gallery {
  padding: 100px 20px;
  background: #f4f6fb;
}

.gallery-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #111;
  letter-spacing: 1px;
}

.gallery-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 40px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* makes all same height */
  object-fit: contain;
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.gallery-grid a {
  display: block;
}


for space between banner and heading==================.bg-breadcrumb {
  margin-bottom: 70px;
  /* adjust 50px / 60px / 80px as you like */
}

For codee============.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.product-code {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #f2f2f2;
  padding: 4px 10px;
  border-radius: 4px;
}

.product-item {
  position: relative;
  display: block;
}

.code-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 2;
}






<style>.config-section {
  padding: 80px 20px;
  background: #f8f9fc;
}

.config-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.accordion {
  max-width: 900px;
  margin: auto;
}

.accordion-item {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.accordion-header {
  width: 100%;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.accordion-header:hover {
  background: #f1f3f9;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 25px;
}

.accordion-content ul {
  padding: 15px 0 20px;
  margin: 0;
  list-style: none;
}

.accordion-content li {
  padding: 8px 0;
  color: #444;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.accordion-content li:last-child {
  border-bottom: none;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

.icon {
  font-size: 20px;
  transition: 0.3s;
}

.config-section {
  margin-top: 50px;
  /* Space from above section */
  padding: 50px 20px 80px;
  background: #f8f9fc;
}

</style>
/* ================= OUR PRODUCT CATEGORIES (ONLY PRODUCTS SECTION) ================= */

.products-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #ece9f6, #e6e3f5);
}

/* Heading */
.products-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}

.products-section .section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.products-section .section-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

/* Grid */
.products-section .glass-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
}

/* 2nd row (last 4 items centered look) */
.products-section .glass-grid .glass-card:nth-child(6) {
  grid-column: 1;
}

.products-section .glass-grid .glass-card:nth-child(7) {
  grid-column: 2;
}

.products-section .glass-grid .glass-card:nth-child(8) {
  grid-column: 3;
}

.products-section .glass-grid .glass-card:nth-child(9) {
  grid-column: 4;
}

/* Glass Card */
.products-section .glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  padding: 35px 20px;
  text-align: center;
  text-decoration: none;
  color: #111;
  transition: 0.4s ease;
}

.products-section .glass-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.6);
}

/* Image */
.products-section .glass-card img {
  max-height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
  transition: 0.4s ease;
}

.products-section .glass-card:hover img {
  transform: scale(1.07);
}

/* Content */
.products-section .glass-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.products-section .glass-content p {
  font-size: 14px;
  color: #444;
}

/* Responsive */
@media (max-width: 1200px) {
  .products-section .glass-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-section .glass-grid .glass-card {
    grid-column: auto !important;
  }
}

@media (max-width: 768px) {
  .products-section .glass-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-section .glass-grid .glass-card {
    grid-column: auto !important;
  }
}

@media (max-width: 480px) {
  .products-section .glass-grid {
    grid-template-columns: 1fr;
  }
  .products-section .glass-grid .glass-card {
    grid-column: auto !important;
  }
}




.blog .row {
  display: flex;
  flex-wrap: wrap;
}

.blog .col-lg-4 {
  display: flex;
}

.blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-content .btn {
  margin-top: auto;
  /* Push button to bottom */
}

@media (max-width: 991px) {
  /* Carousel Auto Height */
  .header-carousel, 
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: auto !important;
    min-height: auto !important;
  }
  
  .header-carousel .header-carousel-item .carousel-caption {
    position: relative !important;
    display: block !important;
    height: auto !important;
    padding: 30px 15px !important;
    background: #111 !important; /* Solid background for visibility */
    top: 0 !important;
    transform: none !important;
  }

  .ticket-form {
    padding: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Sticky WhatsApp Button */

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 9999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  color: #fff;
  transform: scale(1.1);
}

.hg-card {
  position: relative;
}

.code-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #0a1a44;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.blog-img {
  height: 260px;
  /* same height for all image containers */
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* keeps image ratio and fills space */
}


/* Fix Alignment for Action Buttons */
.hg-card,
.bat-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none !important;
  color: inherit !important;
}

.view-category-btn {
  margin-top: auto !important;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        margin-top: 10px;
    }
    .navbar-nav .nav-link {
        padding: 10px 0 !important;
    }
    .display-5 {
        font-size: 32px;
    }
    .display-4 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hg-enquiry {
        padding: 40px 20px;
    }
    .hg-seo {
        padding: 25px;
    }
    .footer-cta-strip {
        padding: 20px 10px;
        background: #000;
    }
    .factory-grid {
        grid-template-columns: 1fr;
    }
    .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 576px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-heading, .hg-title, .products-section .section-header h2 {
        font-size: 28px;
    }
    .display-4 {
        font-size: 30px;
    }
    .hg-image {
        height: 180px;
    }
    .hg-image img {
        max-height: 160px;
    }
    .about .display-5 {
        font-size: 24px;
    }
}

/* Fix for overlapping elements on mobile */
@media (max-width: 1200px) {
    .about .position-relative {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .bg-breadcrumb {
        padding: 40px 0 !important;
        margin-bottom: 20px !important;
    }
    .bg-breadcrumb .container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .design-gallery, .product-showcase, .factory-showcase, .service, .blog, .about {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .gallery-title, .section-heading, .hg-title {
        margin-bottom: 30px !important;
    }
    .display-4 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }
    /* Ensure wow animations don't leave huge gaps if they fail to trigger */
    .wow {
        visibility: visible !important;
        animation-name: none !important;
    }
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    .container-fluid, .container {
        max-width: 100% !important;
    }
    .dropdown-menu {
        position: relative !important;
        float: none !important;
        border: none !important;
        background: rgba(0,0,0,0.03) !important;
        margin-top: 5px !important;
        box-shadow: none !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none; /* Let Bootstrap toggle this */
    }
    .dropdown-menu.show {
        display: block !important;
    }
}


