/* Header Css */

.top-banner {
  background-color: #fcd25d;
  padding: 4px 15px;
  font-weight: 600;
  font-size: 14px;
}

.header {
  border-bottom: 1px solid white;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 15px 0;
}

.brand-title {
  font-size: 26px;
  font-weight: bold;
  color: #FF0000;
}

.brand-subtitle {
  font-weight: bold;
  font-size: 14px;
  color: rgb(109, 36, 36);
}

.nav-link {
  color: rgb(0, 0, 0) !important;
  font-weight: 500;
}

.nav-link.active {
  color: #FF0000 !important;
  font-weight: bold;
}

.phone-number {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.offcanvas-header {
  background-color: #FF0000;
  color: white;
}

.offcanvas-body .nav-link {
  padding-left: 1rem;
  color: #320080 !important;
}

/* New Products */

.new_product .listing-section,
.cart-section {
  width: 100%;
  padding: 1%;
  border-bottom: 0.01em solid #dddbdb;
}

.new_product .product {
  position: relative;
  width: 23%;
  min-width: 200px;
  border-radius: 2%;
  margin: 1%;
  border: 0.5px solid #abefab;
}

.new_product .product:hover {
  box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
}

.new_product .image-box {
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 2% 2% 0 0;
}

.new_product .images {
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2% 2% 0 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.new_product .images:hover {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 2%;
}

/* IMAGES */
#image-1 {
  background-image: url("../images/product1.jpg");
}

#image-2 {
  background-image: url("../images/product2.jpg")
}

#image-3 {
  background-image: url("../images/product3.jpg")
}

#image-4 {
  background-image: url("../images/product4.jpg")
}

#image-5 {
  background-image: url("../images/product5.jpg")
}

#image-6 {
  background-image: url("../images/product6.jpg")
}

#image-7 {
  background-image: url("../images/product7.jpg")
}

#image-8 {
  background-image: url("../images/product8.jpg")
}

#image-9 {
  background-image: url("../images/product9.jpg")
}

#image-10 {
  background-image: url("../images/product10.jpg")
}

.new_product .text-box {
  width: 100%;
  float: left;
  border: 0.01em solid #dddbdb;
  border-radius: 0 0 2% 2%;
  padding: 10px 15px;
}

.new_product h2,
.new_product h3 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0.2em auto;
}

.new_product .brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #de5065;
  text-align: left;
}

.price_line_through {
  color: Grey;
  text-decoration: line-through;
  margin-left: 5px;
}

.new_product .price {
  font-weight: 600;
  color: black;
}

.new_product .description,
.new_product button {
  float: left;
  clear: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  margin: 0.2em auto;
}




.new_product .text-box input {
  width: 15%;
  clear: none;
}

.new_product .text-box button {
  margin-top: 1em;
}

.new_product button {
  padding: 2%;
  background-color: #dfd;
  border: none;
  border-radius: 2%;
}

.new_product button:hover {
  bottom: 0.1em;
}

.new_product button:focus {
  outline: 0;
}

.new_product button:active {
  bottom: 0;
  background-color: #fdf;
}

.bagde-flag-wrap {
  position: absolute;
  top: 20px;
  left: -12px;
}

.bagde-flag-wrap::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #ecb41c transparent transparent;
}

.bagde-flag {
  text-transform: capitalize;
  color: #ffffff;
  background: #ecb41c;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 10px;
  font-weight: 600;
  padding: 8px 14px;
  display: block;
  text-decoration: none;
}

.one-heading h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.one-heading h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.one-heading h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one-heading h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one-heading h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.one-heading h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}


.category-card {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.category-card:hover {
  transform: scale(1.05);
}

.category-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.category-title {
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
  color: #fff;
}

.category .card-body {
  background-color: #6c757d;
}


/* brand Section */

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.slider-track {
  display: flex;
  white-space: nowrap;
  transition: transform 0.5s ease-in-out;
}

.slider-track img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 20px;
}

.brand-section {
  background-color: #6eabe24f;
}


/* why-choose card */


.feature-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.card-1:hover {
  background: rgba(255, 193, 7, 0.85);
  /* Change to a yellow for Card 1 */
}

.card-2:hover {
  background: rgba(40, 167, 69, 0.85);
  /* Change to a green for Card 2 */
}

.card-3:hover {
  background: rgba(0, 123, 255, 0.85);
  /* Change to a blue for Card 3 */
}

.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-1 .icon-circle {
  background: #f39c12;
}

.card-2 .icon-circle {
  background: #28a745;
}

.card-3 .icon-circle {
  background: #007bff;
}

/* bank card */
.bank-account {
  background: aliceblue;
}

.bank-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.bank-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.icon-background {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.icon-background i {
  font-size: 2rem;
  color: white;
}

.bank-account .card-body {
  padding: 1.5rem;
}

.bank-account .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.account-txt {
  font-size: 0.9rem;
  color: #555;
  margin: 5px 0;
}

/* footer css */

.main-footer a,
.main-footer a:hover,
.main-footer a:focus,
.main-footer a:active {
  text-decoration: none;
  outline: none;
}

.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer {
  position: relative;
  background: #1e2129;
}

.footer-content {
  position: relative;
  padding: 85px 0px 80px 0px;
}

.footer-content:before {
  position: absolute;
  content: '';
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.footer-content .logo-widget {
  position: relative;
  margin-top: -5px;
}

.footer-content .logo-widget .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
}

.footer-content .logo-widget .footer-social li:last-child {
  margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover {
  color: #ffffff;
  background: #ff5e14;
}

.footer-content .logo-widget .logo-box {
  margin-bottom: 25px;
}

.footer-content .logo-widget .text p {
  color: #9ea0a9;
  margin-bottom: 32px;
}

.footer-content .footer-title {
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}

.footer-content .service-widget .list li {
  display: block;
  margin-bottom: 12px;
}

.footer-content .service-widget .list li a {
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}

.footer-content .service-widget .list li a:hover {
  color: #ff5e14;
}

.footer-content .contact-widget p {
  color: #9ea0a9;
  margin-bottom: 15px;
}

.footer-content .contact-widget {
  margin-left: 90px;
}

.footer-content .contact-widget .footer-title {
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom {
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
  position: relative;
  color: #9ea0a9;
}

.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
  color: #ff5e14;
}

.footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}

.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child {
  margin-left: 0px;
}

.footer-bottom .footer-nav li:before {
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}

.footer-bottom .footer-nav li:first-child:before {
  display: none;
}

.logo-box img {
  max-width: 100px;
}



/* Product Page css */

.product-banner {
  background-image: url('../images/product_banner.png');
  /* Replace with your image */
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
}

.banner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  font-family: cursive;
}

.product-list {
  background: #006064;
  background: linear-gradient(180deg, #006064 0%, rgba(45, 113, 105, 1) 50%, rgba(129, 144, 115, 1) 100%);
}


.category-heading {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
  color: white;
}

.product-list table {
  background-color: transparent;
  color: white;
  border-bottom: 3px solid #ffffff !important;
}

.product-list thead {
  border-bottom: 3px solid #ffffff !important;
  color: white;
  background-color: transparent;
}

.product-list th,
.product-list td {
  vertical-align: middle !important;
  border-bottom: 3px solid #ffffff !important;
  text-align: center;
  color: white;
  background-color: transparent;
}

.product-img {
  width: 50px;
  height: auto;
}

.quantity-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.quantity-control input {
  width: 50px;
  text-align: center;
  background: transparent;
  border: 1px solid white;
  color: white;
}

.quantity-control button {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 2px 8px;
}

@media (max-width: 768px) {
  .table-responsive {
    font-size: 0.9rem;
  }

  .product-img {
    width: 40px;
  }
}

/* checkout button */

.checkout-bar {
  width: 400px;
  margin: auto;
  z-index: 1050;
}

.checkout-content {

  background-color: #4CAF50;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  padding: 30px 15px !important;
}

.cart-icon {
  display: block;
}

.checkout-content:hover .cart-icon {
  display: none;
}

.arrow-right {
  display: none;
}

.checkout-content:hover .arrow-right {
  display: block;
}

.view-cart {
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}


/* Side bar */

.sidebar {
  width: 100%;
  max-width: 360px;
  height: 100vh;
  overflow-y: auto;
  padding: 1rem;
  border-left: 1px solid #ddd;
}

.section-header {
  background-color: #1e7e34;
  /* Bootstrap green */
  color: white;
  padding: 0.5rem;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-weight: bold;
}

.highlight-note {
  background: yellow;
  font-size: 0.9rem;
  padding: 5px;
}

input.form-control,
textarea.form-control {
  margin-bottom: 1rem;
}



.dropdown-wrapper {
  position: relative;
  width: 300px;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* overflow: hidden; */
}

.dropdown-btn {
  background-color: #f8a9a9;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: sans-serif;
}

.search-input {
  padding: 10px;
  border: none;
  flex: 1;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1000;
  display: none;
}

.dropdown-list div {
  padding: 8px 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-family: serif;
}

.dropdown-list div a {
  text-decoration: none;
  color: #080808;
}

.dropdown-list div:hover {
  background-color: #f1f1f1;
}

.bg-gray {
  background-color: #c3c3c3;
}

.sticky-container {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #ccc;
}

.sticky-second-container {
  position: sticky;
  top: 70px;
  z-index: 1;
  /* border-bottom: 1px solid #ccc; */
}

.header-table {
  background-color: #006064 !important;
}

.modal-img {
  width: 400px;
}

.header-table th,
.table tbody td {
  width: 12.5%;
  /* 100 / 8 columns */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.header-table th:nth-child(2),
.table tbody td:nth-child(2) {
  width: 10%;
  /* Image smaller */
}

.header-table th:nth-child(3),
.table tbody td:nth-child(3) {
  width: 25%;
  /* Product Name */
}


/* cart side bar */

/* Sidebar styles */
.cart-sidebar {
  width: 350px;
  height: 100vh;
  background-color: #04315e;
  color: #fff;
  position: fixed;
  top: 0;
  right: -350px;
  transition: right 0.3s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.open {
  right: 0;
}

.cart-items {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  height: 490px;
}

.cart-item {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
}

.cart-item img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.item-info {
  flex-grow: 1;
}

.item-title {
  font-weight: bold;
  font-size: 14px;
}

.item-price {
  font-size: 13px;
}

.item-price del {
  color: gray;
  margin-right: 5px;
}

.qty-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

.qty-controls button {
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.fixed-footer {
  background-color: #04315e;
  padding: 15px;
  border-top: 1px solid #0e487e;
}

.total-section {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.action-buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}

.btn-light {
  background-color: #ddd;
  color: #000;
  border: none;
}

.btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
}

.delete-btn {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}

.sidebar-header {
  padding: 10px 20px !important;
}

.user-details-form {
  display: none;
}


/* Safty tips */

.heading-safe h1 {
  font-size: 90px;
  color: #000;
  font-family: 'Times New Roman', Times, serif;
}

.heading-safe p {
  font-size: 18px;
  color: #3E3e3e;
  font-family: 'Times New Roman', Times, serif;
  padding: 10px;
}

.do {
  border: 2px solid #426D53;
  text-align: center;
}

.safty-card .do .card-header {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #426D53;
  padding: 20px 0px 20px 0px;
  text-align: center;

}

.safty-card .do .card-header h1 {
  font-size: 50px;
}

.do .emoji i {
  font-size: 25px;
  color: #426D53;
  font-weight: bold;
}

.tips-content {
  margin-top: 35px;
}

.do .tips-content h4 {
  font-size: 20px;
  color: #426D53;
  font-weight: bold;
  margin-bottom: 5px;
}

.do .tips-content i {
  color: rgb(19, 247, 19);
}

.do .tips-content p {
  font-size: 18px;
  color: #426D53;
  font-weight: 400;
}

.do .card-footer {
  background-color: #426D53;
}


.donot {
  border: 2px solid #ad3737;
  text-align: center;
}

.safty-card .donot .card-header {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ad3737;
  padding: 20px 0px 20px 0px;
  text-align: center;

}

.safty-card .donot .card-header h1 {
  font-size: 50px;
}

.donot .emoji i {
  font-size: 25px;
  color: #ad3737;
  font-weight: bold;
}

.donot .tips-content h4 {
  font-size: 20px;
  color: #ad3737;
  font-weight: bold;
  margin-bottom: 5px;
}

.donot .tips-content i {
  color: rgb(247, 19, 19);
}

.donot .tips-content p {
  font-size: 18px;
  color: #ad3737;
  font-weight: 400;
}

.donot .card-footer {
  background-color: #ad3737;
}


.safty-card .card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



/* Spinner loading */

#spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Mobile Product card View desgin css */

.product-card {
  background-color: #f8f5f0;
  /* Light beige */
  border: 1px solid #e0d8c8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.product-image {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 3px;
}

.product-quantity {
  font-size: 0.85rem;
  color: #5a5a5a;
  margin-bottom: 8px;
}

.product-pricing {
  font-size: 0.95rem;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.mrp-m {
  text-decoration: line-through;
  color: #999;
}

.rate {
  color: #d32f2f;
  font-weight: 600;
}

.quantity-control-new {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #f8f9fa;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quantity-input {
  width: 40px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.total-price {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}




@media (max-width: 768px) {
  .one-heading h1 {
    font-size: 30px !important;
  }

  .logo-m {
    width: 50px;
    height: 50px;
  }

  .brand-title {
    font-size: 20px !important;
  }

  .brand-subtitle {
    font-size: 12px;
  }

  .navbar-toggler {
    padding: 10px;
  }
  .navbar-toggler-icon{
    font-size: 14px !important;
  }
}