body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  padding-top: 70px;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}


.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensures the navbar stays above other content */
  background-color: #ffffff; 
  color: #000000;
  padding: 1rem;
  border-bottom: 2px solid #ff0000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Fullscreen and larger font for dropdown */
#categoryMenu {
  position: fixed; /* Make dropdown fixed in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Dark background */
  color: white;
  font-size: 2rem; /* Bigger font size */
  display: none; /* Initially hidden */
  overflow-y: auto; /* Enable scrolling if necessary */
  z-index: 1050; /* Ensure it's above other elements */
  padding-top: 2rem;
}

/* Style for dropdown items */
#categoryMenu .dropdown-item {
  color: white;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: capitalize;
}

/* Hover effect for dropdown items */
#categoryMenu .dropdown-item:hover {
  background-color: #ff0000;
  color: white;
}

/* For making the background dark when menu is open */
body.active-menu {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}


/* Close button at the top-right corner */
.dropdown-header {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
}
#closeMenu {
  background-color: white;
  color: black; 
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-size: 1.1rem; 
}
#closeMenu:hover {
  color: white !important;
}


.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #ff0000; 
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 3%;
}

.navbar-nav .nav-link {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #ff0000;
  text-decoration: none;
}

.navbar-toggler {
  border: none;
  background-color: #ff0000; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Dropdown Menu Styling */
.dropdown-menu {
  background-color: #444; /* Dark background */
  border: none;
}

.dropdown-item {
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}

.dropdown-item:hover {
  background-color: #ff0000;
  color: #000000;
}

/* Badge Styling */
.badge-warning {
  background-color: #00ffea; /* Red color for badge */
  color: #fff;
}
/* Badge Styling */
.badge-info {
  background-color: #ff0000; /* Red color for badge */
  color: #fff;
}


/* Badge Styling */
.badge-primary {
  background-color: #00b3ff; /* Red color for badge */
  color: #fff;
}


/* Badge Styling */
.badge-success {
  background-color: #44ff00; /* Red color for badge */
  color: #fff;
}


/* Badge Styling */
.badge-info {
  background-color: #ff0000; /* Red color for badge */
  color: #fff;
}


/* Responsive Adjustments */
@media (max-width: 992px) {
  .navbar-nav {
      text-align: center;
      width: 100%;
  }

  .navbar-collapse {
      background-color: #ffffff;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
      font-size: 1.25rem;
  }

  .navbar-nav .nav-link {
      padding: 0.5rem;
      font-size: 0.9rem;
  }
}


.text-background-black {
  background-color: rgba(0, 0, 0, 1); 
  color: #ffffff; 
  opacity: 90%;
  padding: 10px;
  padding: 5px 10px; 
  display: inline-block; 
  border-radius: 10px;
  justify-content: center;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Our Process
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}


/*product card Design  */

#product .card {
  transition: transform 0.3s ease, border 0.3s ease; 
  border: 0.5px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

#product .card:hover {
  transform: scale(1.02);
  border: 2px solid #ff0000; 
}


.category-card {
  font-weight: bold;
  width: 18rem;
  background-color: rgb(255, 255, 255);
}

.category-text {
  color: rgb(0, 0, 0);
}





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #556270;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #d9232d;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #d9232d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e24d55;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}











/* Product page and  Button  */
.btn-primary1 {
  background-color: red !important;
  color: black !important;
  font-weight: bold;
  border: none;
}

.btn-primary1:hover {
  background-color: darkred !important;
}

@media (min-width: 992px) {
  .sidebar .collapse {
    display: block !important;
  }
 
}

/* Style for the dropdown arrow */
.arrow {
  color: #ff0000;
  font-size: 0.8em; 
  margin-left: 5px;
  transition: transform 0.2s;
  float: right;
}


/* Rotate the arrow on hover */
.category-container:hover .arrow {
  transform: rotate(180deg); /* Rotate the arrow when hovered */
}

/* Maintain the existing styles */
.child-category,
.subchild-category {
  display: none;
}

/* Show child categories on hover */
.category-container:hover .child-category {
  display: block;
  margin-left: 20px;
}

/* Show subchild categories on hover */
.child-category-container:hover .subchild-category {
  display: block;
  margin-left: 40px;
}

/* Optionally, you can add some transition effects */
.category-container, .child-category-container {
  transition: all 0.3s ease;
}


/* option button that is in cart page  */

  .option {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .option select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ced4da;
    transition: border-color 0.3s;
  }

  .option select:hover {
    border-color: #007bff;
  }

  .option label {
    font-weight: bold;
    color: #495057;
  }

  .option select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }

  .carousel-item img {
    border-radius: 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(100%);
  }
