:root {
  --primary-color: #cc2f16;
  --secondary-color: #f8f9fa;
  --accent-color: #28a745;
}

body {
  font-family: "Inter", sans-serif;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

/* nav css */
.navbar-nav .nav-link {
  position: relative;
  padding: 16px 12px;
  transition: color 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color: #cc2f16; /* apne brand ka color dal sakte ho */
}

/* Hover ke time underline show */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #fe2200; /* brand color */
  transition: width 0.3s ease;
}

/* Hover pe line animate ho */
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Active state (selected item) */
.navbar-nav .nav-link.active::after {
  width: 100%;
}
/* nav css end */

.text-red {
  color: #fe2200;
}

.section-padding {
  padding: 80px 0;
}

/* about bg */
.about {
  background: url(../img/about.png) no-repeat;
  background-size: cover;
}
/* about bg end */

.card-hover {
  transition: transform 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
}

.value-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.value-card-2 {
  border: none;
  border-radius: 15px;
  background-color: #ff00001f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.product-category {
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.contact-info {
  background: var(--secondary-color);
  padding: 30px;
  border-radius: 15px;
}
/* portfolio */
#products-gallery {
  background: #f0ddd7;
}
#products-gallery .text-center h2 {
  margin: 0;
}

/* Filters */
.product-filters ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
}
.product-filters li {
  margin: 6px;
  padding: 8px 14px;
  cursor: pointer;
  background: #eef3f6;
  border-radius: 8px;
  transition: background 0.25s ease, transform 0.15s ease;
  user-select: none;
}
.product-filters li:hover {
  background: #e0e9ef;
  transform: translateY(-1px);
}
.product-filters li.active {
  background: #ffb5b5;
  font-weight: 600;
}

/* Grid */
.portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.portfolio .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.portfolio .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 576px) {
  .portfolio .item {
    width: 46vw;
    height: 30vw;
  }
  .owl-carousel {
    margin-top: 130px;
  }
}
/* Container */
.portfolio {
  margin: -10px; /* gutter adjust */
}

/* Item */
.portfolio .item {
  width: calc(25% - 20px); /* 4 column layout with gap */
  margin: 10px;
  height: 180px;
  background: #e5eeee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-section {
  position: relative;

  margin: 0px;
  padding: 0px;
  color: white;
}

.hero-section .owl-carousel .item img {
  height: 100vh;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.glass-card {
  background: rgba(254, 34, 0, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  z-index: 999;
}

@media (min-width: 768px) {
  .hero-section {
    height: 100vh;
    overflow: hidden;
  }
}

/* Responsive breakpoints */
@media (max-width: 991px) {
  .portfolio .item {
    width: calc(33.333% - 20px); /* 3 columns */
  }
}

@media (max-width: 767px) {
  .portfolio .item {
    width: calc(50% - 20px); /* 2 columns */
  }
  .glass-card {
    background: rgba(254, 34, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    z-index: 999;
    margin: 350px 10px 10px 10px;
  }
}

@media (max-width: 480px) {
  .portfolio .item {
    width: 100%; /* 1 column on mobile */
    margin: 10px 0;
  }
}

/* portfolio end */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #cc2f16;
  border-color: #cc2f16;
}

.btn-primary:hover {
  background-color: #cc2f16;
  border-color: #cc2f16;
}

.highlight {
  color: var(--primary-color);
  font-weight: 600;
}
/* why choose  */
.why-choose {
  background: url(../img/why-choose.png) no-repeat;
  background-size: cover;
}
/* why choose end */

/* Core Values  */

.core-values {
  background: #e7eaf0;
}
.product {
  background: #e7eaf0;
}

.contact {
  background: url(../img/contact.png) no-repeat;
  background-size: cover;
}
.c-card {
  background: #ffffff61;
}
.c-card2 {
  border-radius: 308px;
  background: linear-gradient(0deg, #f78ca0 0%, #f9748f 52.4%, #fd868c 100%);

  backdrop-filter: blur(12px); /* blur effect */
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3); /* subtle border */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* shadow for depth */
  padding: 2rem;
}

.careers {
  background: url(../img/career.png) no-repeat;
  background-size: cover;
}
