/* 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 */

  .brand-section {
    text-align: center;
  }
  
  .slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .brand-name {
    flex: 0 0 120px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Different styles for each brand */
  .brand-ayyan {
    color: #FF5733;
    font-size: 24px;
    font-family: 'Arial Black', sans-serif;
  }
  
  .brand-pandian {
    color: #33A1FF;
    font-size: 22px;
    font-family: 'Georgia', serif;
    font-style: italic;
  }
  
  .brand-spt {
    color: #33FF57;
    font-size: 28px;
    font-family: 'Verdana', sans-serif;
    text-transform: uppercase;
  }
  
  .brand-mithra {
    color: #A133FF;
    font-size: 26px;
    font-family: 'Courier New', monospace;
  }
  
  .brand-sri-selvi {
    color: #FF33A1;
    font-size: 20px;
    font-family: 'Times New Roman', serif;
    text-decoration: underline;
  }
  
  .brand-prime {
    color: #FFC733;
    font-size: 30px;
    font-family: 'Impact', sans-serif;
  }
  
  .brand-reshma {
    color: #33FFF5;
    font-size: 22px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 900;
  }
  
  .brand-sky-king {
    color: #8A2BE2;
    font-size: 26px;
    font-family: 'Palatino', serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }


/* 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 i{
 margin-top: 12px;
}
   
.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: #a00;
  /* background: linear-gradient(180deg, #006064 0%, rgba(45, 113, 105, 1) 50%, rgba(129, 144, 115, 1) 100%); */
}


.category-heading {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: center;
  color: white;
}

.product-list table {
  background-color: #f7dbeb;
  color: black;
  border: 2px saddlebrown;
  margin-bottom: 0px;
  font-weight: bold;
}

.product-list thead {
  color: white;
  background-color: transparent;
}

.product-list th{
    background-color: #e03a3c !important;
    border: 2px solid rgb(255, 255, 255) !important;
    color: white;
    font-weight: bold;
}
.product-list td {
  vertical-align: middle !important;
  /* border-bottom: 3px solid #000000 !important; */
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: white;
}

.product-img {
  width: 40px;
  height: auto;
}

.quantity-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.quantity-control input {
  width: 55px;
  text-align: center;
  background: transparent;
  border: 2px solid rgb(108, 1, 1);;
  color: rgb(255, 0, 0);;
}

.quantity-control button {
  background: white;
  color: rgb(255, 0, 0);
  border: 1px solid rgb(108, 1, 1);
  padding: 2px 8px;
}

@media (max-width: 768px) {
  .quantity-control input {
    width: 100%;
    height: calc(1em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  text-align: center;
  background: transparent;
  border: 2px solid rgb(108, 1, 1);;
  color: rgb(255, 0, 0);;
}
  /* .table-responsive {
    font-size: 0.9rem;
  } */

  .product-img {
    width: 40px;
  }
}

/* checkout button */

.checkout-bar {
  min-width: 450px;
  margin: auto;
  z-index: 9;
    position: fixed;
    right: 0;
    bottom: 0px;
    left: 0;
}

.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;
}


@media (max-width: 992px) {
.checkout-bar {
    min-width: 450px;
    bottom: 60px;
}
  .view-cart {
  font-size: 15px;
}
.checkout-content {

  background-color: #4CAF50;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  padding:20px 10px !important;
}
}

/* 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; */
}


.modal-img {
  width: 400px;
}

.header-table th,
.table tbody td {
  /* width: 12.5%; */
  text-align: center;
  vertical-align: middle;
  white-space: wrap;
}
.table tbody td {
  padding: 10px 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}



.header-table th:nth-child(1),
.table tbody td:nth-child(1) {
  width: 5%; /* Product Name */
}

.header-table th:nth-child(2),
.table tbody td:nth-child(2) {
  width: 20%; /* Image smaller */
}
.header-table th:nth-child(3),
.table tbody td:nth-child(3) {
  width: 5%; /* Image smaller */
}
.header-table th:nth-child(4),
.table tbody td:nth-child(4) {
  width: 8%; /* Image smaller */
}
.header-table th:nth-child(5),
.table tbody td:nth-child(5) {
  width: 8%; /* Image smaller */
}
.header-table th:nth-child(6),
.table tbody td:nth-child(6) {
  width: 8%; /* Image smaller */
}
.header-table th:nth-child(7),
.table tbody td:nth-child(7) {
  width: 5%; /* Image smaller */
}
.d-table{
  display: block;
}
.m-table{
  display: none;
}
@media (max-width: 768px) {

.sticky-second-container {
  top: 0 !important;
}
 .header-table th:nth-child(1),
.table tbody td:nth-child(1) {
  width: 10%; /* Product Name */
}

.header-table th:nth-child(2),
.table tbody td:nth-child(2) {
  width: 20%; /* Image smaller */
}
.header-table th:nth-child(3),
.table tbody td:nth-child(3) {
  width: 15%; /* Image smaller */
}
.header-table th:nth-child(4),
.table tbody td:nth-child(4) {
  width: 15%; /* Image smaller */
}
.header-table th:nth-child(5),
.table tbody td:nth-child(5) {
  width: 15%; /* Image smaller */
}
.header-table th:nth-child(6),
.table tbody td:nth-child(6) {
  width: 15%; /* Image smaller */
}
.header-table th:nth-child(7),
.table tbody td:nth-child(7) {
  width: 20%; /* Image smaller */
} 

.product-list th ,
.table tbody td {
  font-size: 10px;
  padding: 2px;
  height: 50px;
  font-weight: 500;
  text-align: center !important;
  text-align: center;
  vertical-align: middle;
  white-space: wrap;

}
.codeshow{
  display: none !important;
}
}


/* 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;
  }
}




/* contact Page */


.section-heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.section-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #fcd25d;
  margin: 8px auto 0;
}

.contact-card {
  border-radius: 12px;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-info h5 {
  color: #320080;
  font-weight: 700;
}

.social-icons a {
  font-size: 28px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.youtube i {
  color: #f80f36;
}

.instagram i {
  color: #e1306c;
}

.whatsapp i {
  color: #25d366;
}

.email i {
  color: #0072c6;
}

iframe {
  border-radius: 12px;
  width: 100%;
  height: 300px;
}

/* .promo-card {
  background: linear-gradient(135deg, #ff5722, #ff9800);
  color: #fff;
  border-radius: 16px;
  padding: 50px 20px;
  text-align: center;
  margin: 40px auto;
}

.promo-card h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}

.promo-card .btn-yellow {
  background-color: #ffeb3b;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  border: none;
  transition: background 0.3s ease;
}

.promo-card .btn-yellow:hover {
  background-color: #fdd835;
} */

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: #25D366; /* WhatsApp green */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E; /* Darker green on hover */
}




 /* Floating cart container - LEFT SIDE */
        .cart-container {
            display: none;
            position: fixed;
            bottom: 30px;
            left: 30px;
            z-index: 1000;
        }
        
        /* Cart icon style */
        .m-cart-icon {
            position: relative;
            width: 70px;
            height: 70px;
            background: #ff4757;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 10px 25px rgba(255, 71, 87, 0.5);
            transition: transform 0.3s, box-shadow 0.3s;
            animation: float 3s ease-in-out infinite;
        }
        
        .m-cart-icon:hover {
            transform: scale(1.1);
            box-shadow: 0 15px 30px rgba(255, 71, 87, 0.6);
        }
        
        .m-cart-icon i {
            font-size: 28px;
            color: white;
        }
        
        /* Item count badge */
        .item-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background: #2ed573;
            color: white;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            font-weight: bold;
            border: 2px solid white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
        }
        
        .m-cart-icon:hover .item-count {
            transform: scale(1.2) rotate(15deg);
        }
        
        /* Floating animation */
        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-15px);
            }
        }

      
        /* Mobile view adjustments */
        @media (max-width: 768px) {
            .checkout-bar{
              display: none !important;
            }
             .cart-container {
              display: block;
            position: fixed;
            bottom: 100px;
            left: 30px;
            z-index: 1000;
        }
        
            .m-cart-icon {
                width: 60px;
                height: 60px;
            }
            
            /* Additional mobile-specific adjustments */
            .m-cart-icon i {
                font-size: 24px;
            }
            
            .item-count {
                width: 24px;
                height: 24px;
                font-size: 12px;
            }
        }
        
        /* Small mobile devices */
        @media (max-width: 480px) {
              .cart-container {
                bottom: 100px;
                left: 15px;
            }
            
            .m-cart-icon {
                width: 55px;
                height: 55px;
            }
         
        }      