body{
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.navbar{
    background: white !important;
    /* height: 132px; */
}

/* Style for the hamburger menu */
/* Hamburger menu */
.hamburger-menu {
  width: 45px;
  height: 45px;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 10000000;
}

.hamburger-menu .line {
  width: 25px;
  height: 2px;
  background-color: black;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu:hover{
  cursor: pointer;
}

span#logo {
    height: 100px;
}

span#logo img {
    height: 100%;
    width: 100%;
}


/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* Side menu */
.side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%; /* Optimized width for mobile */
  height: 100%;
  background-color: #000000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  height: 100%;
  place-content: center;
  text-align: center;

}

.side-menu ul li {
  font-size: 18px;
  margin: 15px 0;
}

.side-menu ul li.active a{
  /* border-bottom: 3px solid #fff; */
  color: #BE0B31;
}

.side-menu ul li a {
  color: #fff;
  text-decoration: none;
}


/* Search bar */
.nav-search {
  flex-grow: 1;
  max-width: 50%;
}

.input-group {
  position: relative;
}

.input-group .form-control {
  border-radius: 20px;
}

.input-group .input-group-text {
  border: none;
  background: none;
}

/* Mobile view adjustments */
@media (max-width: 992px) {
  .navbar-toggler {
    display: none;
  }


  .top-icon {
    margin-left: auto;
  }

  .nav-search {
    order: 1;
    margin-bottom: 10px;
    width: 100%;
    margin: 20px 0;
  }
}
.top-icon a{
  font-size: 25px;
}
.navbar-collapse .top-icon i {
  margin: 0 13px;
  color: black;
}

.navbar-brand span{
  font-size: 1.62rem;
}

.red_card{
  background-color: #BE0B31;
  color: #fff;
}

.blue_card{
  background-color:#012969;
  color: #fff;
}

.red-text-only{
  color: #BE0B31;
}
.blue-text-only{
  color: #012969 !important;
}

.red_outline_card{
  border:1px solid #BE0B31;
  color: #BE0B31;
}
.blue_outline_card{
    border:1px solid #012969;
    color: #012969;
  }

.best-seller-card{
  background-color: #FAFAFA;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.price-btn {
  background-color: #BE0B31;
  color: white;
  font-size: 1rem;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
}
.icon-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.icon-btn div {
  border-radius: 50px;
  background-color: #ffffff;
  padding: 5px 15px;
  font-size: 13px;
  min-width: 40%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  color: #BE0B31;
}

.nav-search{
  min-width: 430px;
}

.nav-search input[type="search"] {
  background-color: #FAFAFA;
  border: 1px solid #012969;
  border-radius: 100px !important;
  height: 45px !important;
}
.nav-search #search-addon {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 1.28rem;
    transform: translate(-50%);
    rotate: 45deg;
}

.header-heading
{
    margin-top: 130px;
}

.pos_rel{
  position: relative;
}

.pos_rel input{
  height: auto !important;
}

.icon-btn i {
  margin-right: 5px;
}
.product-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: grey;
}

.product-description {
  font-size: 1.1rem;
  color: black;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-buttons {
  margin-bottom: 20px;
}
.view-buttons button {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #BE0B31;
  background-color: white;
  color: #BE0B31;
  font-weight: bold;
  margin-right: 10px;
}
.view-buttons button.active {
  background-color: #BE0B31;
  color: white;
}
.product-count {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #BE0B31;
}
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  border: 1px solid #ccc;
}
th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.stock {
  color: green;
}

.form-container {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.logo {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.progress-dots {
  margin-bottom: 20px;
}
.progress-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin: 0 5px;
}
.progress-dots .active {
  background-color: #BE0B31;
}
.form-title {
  font-size: 16px;
  color: #BE0B31;
  margin-bottom: 30px;
}
.phone-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}
.phone-input img {
  margin-right: 10px;
}
.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.btn-back {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-back i {
  margin-right: 5px;
}
.btn-next {
  background-color: #BE0B31;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-next i {
  margin-left: 5px;
}
.login-link {
  margin-top: 10px;
  font-size: 14px;
  color: #6F6F6F;
}
.login-link a {
  /* color: #BE0B31; */
  text-decoration: none;
  color: #6F6F6F;
}

.nav-tabs {
  margin-bottom: 30px;
  border: none;
}

.nav-tabs .nav-item {
  margin-right: 10px;
}

.nav-tabs .nav-link {
  color: #BE0B31;
  border-radius: 25px;
  padding: 8px 20px;
  background-color: white;
  border: 1px solid #BE0B31;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.nav-tabs .nav-link:hover {
  background-color: #f9f9f9;
}

.nav-tabs .nav-link.active {
  background-color: #BE0B31;
  color: white;
}

.nav-item .nav-blue.active{
background-color: #012969;
color: white !important;
}
.nav-tabs .nav-link.nav-blue{
color: #012969;
border: 1px solid #012969;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.order-list {
  border-top: 1px solid #ccc;
}

.order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: white;
}

.order-item:nth-child(odd) {
  background-color: #f9f9f9;
}

.order-details {
  display: flex;
  align-items: center;
}

.order-details img {
  width: 50px;
  margin-right: 15px;
}

.order-text {
  color: #333;
  font-size: 14px;
}

.order-text .order-text-title{
color: #BE0B31;
}

.order-text a {
  color: #BE0B31;
  text-decoration: none;
}

.order-text a:hover {
  text-decoration: underline;
}

.order-time {
  font-size: 12px;
  color: #999;
}

.unread-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BE0B31;
  margin-left: 10px;
}

.show-all-section {
  background-color: #C01B3A;
  padding: 20px 0px 40px;
  margin: 20px auto;
}

.order-table {
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 514px;
  overflow-y: auto;
}

.show-all-btn {
  background-color: #ffffff;
  color: #C01B3A;
  margin-bottom: 15px;
  border-radius: 25px;
}

.order-table-row {
  border: 0px;
}

.order-table-row td{
  border: 0px;
  border-bottom: 1px solid #ddd;
}
.order-row img {
  width: 50px;
  border-radius: 5px;
}

.order-details {
  display: flex;
  align-items: center;
}

.order-details img {
  margin-right: 15px;
}

.order-status {
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  text-align: center;
  min-width: 180px;
  display: inline-block;
  font-size: .9rem;
}

.shipped {
  background-color: #fff5eb;
  color: #ff9933;
}

.delivered {
  background-color: #ebf6ed;
  color: #66BB6A;
}

.dispatched {
  background-color: #e6e6ff;
  color: #0000ff;
}

.out-for-delivery {
  background-color: #f9e7f5;
  color: #be0b94;
}

.order-time {
  color: #999999;
}

/* Left Red Section */

.container-left-right{
  display: flex;
  margin-bottom: 0px;
  position: relative;
}

.container-left-right::before{
  background-color: #C01B3A;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  left: -100%;
  width: 100%;
}

.left-panel {
  background-color: #C01B3A;
  color: white;
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.left-panel .wrap-heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-bottom: 0px;
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  margin-left: -136px;
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.left-panel p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.left-panel .highlight {
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
}



.left-panel .btn-try {
  background-color: white;
  color: #000000;
  padding: 10px 25px;
  border: 2px solid #C01B3A;
  border-radius: 5px;
  min-width: 100px;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.left-panel .btn-try:hover {
  background-color: #C01B3A;
  color: white;
}

/* Right White Section */
.right-panel {
  width: 50%;
  background-color: white;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-panel img {
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
}

.right-panel h2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.right-panel p {
  font-size: 16px;
  color: #666;
  text-align: center;
  max-width: 400px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo img {
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.header .company-name {
  font-size: 28px;
  font-weight: bold;
}

.header .dropdown {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.info-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.info-section .details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-section .details p {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.info-section .details .icon {
  margin-right: 8px;
  font-size: 18px;
}

.info-section .address {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.info-section .address .icon {
  margin-right: 8px;
  font-size: 18px;
}

.about-section {
  margin-top: 20px;
}

.about-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.about-section h3 .icon {
  margin-right: 8px;
}

.about-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 20px 0;
}

.container-notifications {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-custom {
  background-color: #001a7a;
  color: white;
  border-radius: 20px;
}

.blue_section{
  background-color: #012969;
  padding: 20px 0px;
}

.notification-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.notification-item:last-child {
  border-bottom: none;
}

.notification-icon {
  margin-right: 10px;
}

.notification-timestamp {
  float: right;
  color: #888;
}

.reply-btn {
  background-color: #001a7a;
  color: white;
  border-radius: 50%;
}

.icon-heart {
  color: red;
}

.icon-star {
  color: black;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #BE0B31;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #BE0B31;
}

.progress-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.progress-indicator .dot {
  width: 12px;
  height: 12px;
  background-color: #c2c2c2;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
}

.progress-indicator .dot.active {
  background-color: #b50000;
}

.progress-indicator .dot .dash {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 50px;
  height: 2px;
  background-color: #b50000;
}

.title {
  text-align: center;
  color: #b50000;
  font-weight: normal;
  margin-bottom: 20px;
}

.email-details {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
}

.otp-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.otp-label {
  font-weight: bold;
}

.otp-timer {
  color: #888;
}

.otp-inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  max-width: 240px;
}

.otp-input {
  width: 20%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
}

.email-wrap{
  max-width: 360px;
  display: block;
}

.email-wrap input{
  background-color: #ffffff;
  padding: 10px 12px;
  margin: 5px 0;
}

.action-buttons {
  display: flex;
  justify-content: space-between;
}

.confirmation-details{
  max-width: 400px;
  margin: 20px auto 60px;
}

.form-inner{
  max-width: 565px;
  margin: 20px auto;
}

.iti{
  width: 100%;
}

.product-details {
padding: 20px;
border: 1px solid #ddd;
margin-bottom: 20px;
}

.about-section, .reviews-section {
margin-bottom: 30px;
}

/* .product-images img {
max-width: 100px;
margin-right: 10px;
} */

.review-title {
display: flex;
justify-content: space-between;
align-items: center;
}

.review-images img {
width: 100px;
margin-right: 10px;
}

.reviewer-info {
display: flex;
justify-content: space-between;
padding-top: 10px;
flex-direction: column;
border-bottom: 0.5px solid black;
}

.stars {
color: #ffc107;
}

.product-specs {
margin-bottom: 30px;
}

.product-images {
margin-top: 20px;
}

/* .product-images img {
width: 150px;
height: auto;
} */

.btn-msds {
background-color: red;
color: white;
border-radius: 20px;
padding: 5px 15px;
}

.img-container {
position: relative;
}

.download-icon {
position: absolute;
bottom: 10px;
right: 10px;
background-color: #be0b31;
border-radius: 50%;
padding: 5px;
font-size: 20px;
color: #fff;
width: 38px;
height: 38px;
text-align: center;
}

.ai-button {
background-color: #333;
color: white;
padding: 5px 15px;
border-radius: 20px;
}

.yellow-badge {
background-color: yellow;
border-radius: 50%;
width: 25px;
height: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
font-weight: bold;
}

.image-badge {
background-color: blue;
border-radius: 50%;
color: white;
width: 25px;
height: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
top: 20px;
left: 20px;
}

.keyword-tag {
display: inline-block;
margin: 5px;
padding: 5px 10px;
background-color: lightgrey;
border-radius: 10px;
}

.color-label {
display: flex;
align-items: center;
}

.color-circle {
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 10px;
}

.add-btn {
background-color: blue;
color: white;
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}

.specs-btn {
background-color: red;
color: white;
padding: 5px 20px;
border-radius: 20px;
margin-left: 10px;
}

.table thead th {
font-weight: bold;
}

.delete-icon {
cursor: pointer;
}

.icon-btn {
border: none;
background: none;
cursor: pointer;
}

.add-icon {
color: red;
}

.dooted_section{
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
padding-top: 10px;
}

.dooted_section .dotted_icon{
width: 10px;
height: 10px;
border-radius: 100px;
margin: 4px 2px;
display: inline-block;
background-color: #BE0B31;
}

.dooted_section .dotted_icon.dotted_yellow{
background-color: #FFFF00;
}

.dooted_section .dotted_icon.dotted_green{
background-color: #00FF00;
}

.sharing_icon{
display: inline-block;
padding: 5px 6px;
background-color: #001D87;
color: #fff;
width: 36px;
border-radius: 4px;
transition: 0.5s;
}



.sharing_icon:hover{
color: #fff;
}
.cut_icon{
    display: inline-block;
    padding: 5px 6px;
    background-color: #BE0B31;
    color: #fff;
    width: 36px;
    border-radius: 4px;
    transition: 0.5s;
    }

    .cut_icon:hover {
        color: #BE0B31;
        background: white;
        border: 1px solid #BE0B31;
    }


.editable_colapse{
border: 1px solid #ddd;
border-radius: 10px;
margin-bottom: 20px;
}

.collapse-title{
position: relative;
background-color: #BE0B31;
padding: 15px 15px;
color: #fff;
margin-bottom: 10px;
border-radius: 10px 10px 0px 0px;
display: flex;
justify-content: space-between;
align-items: center;
}

.editable-colapse{
color: #fff;
font-size: .9rem;
}

.editable_colapse_inner{
padding: 20px;
}

.editable_colapse_inner .card-img-top {
max-height: 200px;
}

.College_Supplies{
background-color: #FF9933;
}

.top-text h4{
  text-align: center !important;
  font-family: Gelasio;
  font-size: 25px;
  font-weight: 400;
  line-height: 31.74px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


.red-text{
  color: #BE0B31;
  font-family: Gelasio;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 57.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.blue-text{
  color: #012969;
  font-family: Gelasio;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 57.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* ============== Top===Slider =================*/


  /* .sider-wrap {
      width: 174px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
  } */

  .supplier-detail{
      display: flex;
      padding: 15px;
      align-items: center;
      justify-content: space-around;
  }
  .supplier-img img{
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
  .home-slide1 .supplier-detail img{
      height: 43px;
      width: 43px;
  }
  .home-slide1 .supplier-detail p{
    font-size: 12px;
  }
  .home-slide1{
      padding:37px;
      border-radius: 26px;
  }

  .carousel {
      overflow: hidden;
  }


  .carousel-inner {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .extra-details{
      text-align: center;
      margin-top: 6%;
      color: white;
  }
  .extra-details p{
      font-style: italic;
      margin: 0;
      color: white;
  }


  /* 3 */
  .tab-slider-section {
      margin: auto;
      padding: 20px;
  }

  .tabs-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }

  .tab-btn {
      cursor: pointer;
      padding: 10px 20px;
      border-radius: 24px;
      background-color: #BE0B31;
      color: white;
      border: none;
      transition: all 0.3s ease;
      text-align: center;
      font-size: 14px;
  }

  .tab-btn:hover {
      background-color: #0c56d0;
  }

  .tab-btn.active {
      background-color: #0c56d0;
      color: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .tabs-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
  }

  .tab-content {
      display: none;
      width: 100%;
      position: relative;
  }

  .tab-content.active {
      display: block;
  }

  .dual-slider-container {
      position: relative;
      height: 400px; /* Adjust based on design */
      overflow: hidden;
  }

  .top-right-slider,
  .bottom-left-slider {
      position: absolute;
      width: 45%; /* Adjust slider width */
      height: auto;
  }

  .top-right-slider {
      top: 10px;
      right: 10px;
  }

  .bottom-left-slider {
      bottom: 10px;
      left: 10px;
  }

  .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover; /* Ensures images fit nicely */
      border-radius: 5px; /* Optional: Rounded edges */
  }
    /* for home page top slider */
    #main-slider .swiper-slide .supplier-img img {
      height: 265px;
    }

  @media screen and (max-width: 768px) {
      .dual-slider-container {
          height: auto;
          display: flex;
          flex-direction: column;
          gap: 20px;
      }

      .top-right-slider,
      .bottom-left-slider {
          position: static;
          width: 90%; /* Full-width on smaller screens */
          margin: auto;
      }
  }
  .corner-imgs.img-fluid {
      position: absolute;
      height: 100%;
  }
  .corner-imgs.corner-imgs-left {
      left: -3%;
  }
  .corner-imgs.corner-imgs-right {
      right: -3%;
  }


  /* home pro slider */
  .home-pro-slider{
      box-shadow: none;
  }
  .home-pro-card-body{
      background: #FAFAFA;
  }
  img.card-img-top {
      margin-bottom: 11px;
      height: 265px;
      object-fit: contain;
  }

  /* FAVORITE SUPPLIERS section */
  .main-wrapper {
  position: relative;
  padding: 50px 0;
  }

  .background-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Place behind the content */
  }

  .background-box::before,
  .background-box::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 127px; /* Adjust height to control the red straps */
  background-color: #BE0B31; /* Red background */
  z-index: 1;
  }

  .background-box::before {
      top: -5%;
      height: 193px;
  }

  .background-box::after {
      bottom: 0; /* Bottom strap */
  }

  .main-section {
  position: relative;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2; /* Place above the red background */
  }

  .supplier-card {
  text-align: center;
  justify-items: center;
  }

  .supplier-card .suppliers-img {
  height: 146px;
  width: 148px;
  position: relative;
  }

  .supplier-card .suppliers-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  }

  .supplier-details h6 {
  color: #BE0B31;
  }

  .rating {
  color: #BE0B31;
  margin-top: 10px;
  justify-content: center;
  }
  .main-wrapper h2{
      position: absolute;
      top: -3%;
      z-index: 999999999;
      color: white;
      width: 100%;
      margin: 0;font-family: Gelasio;
      font-size: 30px;
      font-style: italic;
      font-weight: 600;
      line-height: 38.09px;
      letter-spacing: 0.07em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
  }
  .suppliers-main-img {
      height: 40px;
      width: 40px;
      position: absolute;
      top: 5%;
      left: 5%;
  }

  .whislist-btn, .chat-btn i{
      font-size: 20px;
  }

  .whislist-btn, .chat-btn{
      padding: 10px;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background: #BE0B31;
      border: 1px solid #BE0B31;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .whislist-btn:hover, .chat-btn:hover{
      background: #ffffff;
      color: #BE0B31
  }

  .bg-red{
      background: #BE0B31;
  }

  .bg-blue{
      background: #012969;
  }

  .primary-color{
      color: #BE0B31;
  }

  .secondry-color{
      color: #012969;
  }


    .approved {
        transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .hidden {
        display: none;
    }


    /* plus add icon */
    .plus-icon {
        color: #ffff;
        cursor: pointer;
        background: #BE0B31;
        padding: 4px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
    }
