/***************** 
Custom template css
*******************/

body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #8019c8;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 15px 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: white;
  text-align: end;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: white;
  background-color: #eb1616;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.user_optio_box :hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #eb1616;
}

.user_optio_box a {
  margin-right: 50px;
  color: white;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider_section .detail-box p {
  margin: 25px 0;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #eb1616;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: rgb(235, 63, 63);
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #eb1616;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: rgb(235, 63, 63);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #eb1616;
}

.slider_bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.slider_bg_box img {
  height: 100%;
}

.service_section {
  position: relative;
  background-color: #f8f8f8;
}

.service_section .heading_container h2 {
  text-transform: none;
}

.service_section .box {
  margin: 45px 0;
  text-align: center;
}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #19c880;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #8019c8;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about_section {
  position: relative;
}

.about_section .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about_section .img_container .img-box {
  position: relative;
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about_section .img_container .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img_container .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

.about_section .img_container .img-box.b1::before {
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
}

.about_section .img_container .img-box.b2 {
  margin-top: 150px;
}

.about_section .img_container .img-box.b2::before {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

.about_section .detail-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3%;
  padding-right: 10%;
}

.about_section .detail-box h2 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: black;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: #eb1616;
}

.product_section {
  background-color: #191c24;
  margin-bottom: 45px;
}

.product_section .product_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.product_section .product_heading h2 {
  padding: 10px 20px;
  background-color: #eb1616;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.product_section .product_container .box {
  width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 45px 10px;
}

.product_section .product_container .box .box-content {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.product_section .product_container .box .box-content .img-box {
  margin: 45px 0;
}

.product_section .product_container .box .box-content .img-box img {
  height: 175px;
}

.product_section .product_container .box .box-content .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_section .product_container .box .box-content .detail-box .text,
.product_section .product_container .box .box-content .detail-box .like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_section
  .product_container
  .box
  .box-content
  .detail-box
  .star_container {
  color: #e2ba1b;
}

.product_section .product_container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.product_section .product_container .box .btn-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #eb1616;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.product_section .product_container .box .btn-box a:hover {
  background-color: white;
  color: black;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: -65px;
  position: relative;
  border: 5px solid #19c880;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #8019c8;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #19c880;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #8019c8;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  background-color: #8019c8;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #19c880;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #444;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #444;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #444;
}

.contact_section .form_container input::placeholder {
  color: #444;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #8019c8;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #541184;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #0f1521;
  color: #ffffff;
}

.info_section .info_logo {
  width: 80%;
  margin: 0 auto 45px auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #eb1616;
}

.info_section .info_logo h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_insta .insta_container img {
  height: 45px;
}

.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 15px;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #8019c8;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  background-color: #541184;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/* ***********
Custom Code for CSS - Codesmine
************ */

/* navbar styling strat */

body > div > section.h-100.bg-light > div > div > div {
  margin-top: 3.5rem;
}

.project-heading {
  color: #eb1616;
  font-weight: bold !important;
}

/* .info_section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
} */

.navbar1 {
  background-color: #000000;
  color: #eb1616;
}

/* color black for backgorund */
.color_black {
  background: black;
}

/* signup from css */

.card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 1.15;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.card-registration .select-arrow {
  top: 13px;
}
/* Set the card text and heading to white color */
.card-body.text-black h3,
.card-body.text-black label {
  color: white !important;
}

/* Set input fields to have a dark background and red border */
.card-body.text-black input.form-control {
  color: white !important; /* Change text color inside input to white */
  background-color: #333 !important; /* Dark background color for input */
  border-color: #eb1616 !important; /* Red border */
}

/* Darken the placeholder text inside the input fields */
.card-body.text-black input.form-control::placeholder {
  color: #888 !important; /* Lighter dark color for placeholder text */
}

/* Optional: Add focus effect for input fields */
.card-body.text-black input.form-control:focus {
  box-shadow: 0 0 5px #eb1616;
  border-color: #eb1616 !important;
  line-height: 5px;
}
/* end sign up form */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* Style to remove margin of footer */
.footer-p {
  margin-bottom: 0;
}

/* Style for the website to use this font */
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.anton-regular-normal {
  font-family: "Anton", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.anton-regular-bold {
  font-family: "Anton", sans-serif;
  /* font-weight: 100; */
  font-style: bold;
}

/* Style for h3 (listed items) on index page */
#h3-ws-index {
  margin-top: 30%;
  margin-bottom: 10%;
}
#h3-ws-index h3:before {
  background-color: #eb1616;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 0;
}
#h3-ws-index h3:after {
  background-color: #eb1616;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-right: 15px;
  margin-bottom: 8%;
}
/* Style for h3 (listed items) on index page */

/* Padding for wholesaler index page */
.padding-ws-index {
  margin-left: 3%;
  margin-right: 3%;
}
/* Padding for wholesaler index page */

/* Style for h2 on list product page */
#h2-ws-index {
  margin-top: 30%;
  margin-bottom: 10%;
}
#h2-ws-index h2:before {
  background-color: #eb1616;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 0;
}
#h2-ws-index h2:after {
  background-color: #eb1616;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-right: 15px;
  margin-bottom: 8%;
}
/* Style for h2 on list product page */

/* temlate code for view product */

body {
  background-color: #f8f9fa;
  font-family: "Arial", sans-serif;
}
.header_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.71);
}
.page-top-margin {
  margin-top: 50px;
}
.card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #343a40;
  color: #fff;
}
.profile-header {
  background: linear-gradient(135deg, #6c757d, #343a40);
  padding: 20px;
  border-bottom: 1px solid #4e4e4e;
}
.profile-header img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.profile-header h3 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.btn-follow,
.btn-message {
  width: 100%;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.btn-follow:hover {
  background-color: #0056b3;
}
.btn-message:hover {
  background-color: #e0e0e0;
  color: #343a40;
}
.social-links a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  transition: color 0.3s ease;
}
.social-links a:hover {
  color: #007bff;
}
.project-status {
  background-color: #3c3f43;
  padding: 10px;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.project-status:hover {
  transform: scale(1.05);
}
.project-status h6 {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #ccc;
}
.progress-bar {
  background-color: #007bff;
}
/* end template css code */

/* code for tooltip */

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the text */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; /* Arrow below the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* end code for tooltip */

/* colors for consisten design */
.text-red {
  color: #eb1616;
}
.bg-red {
  background: #eb1616;
}
/* colors for consisten design */

/* bs card custom design */
.bs-card-header-height {
  height: 60px;
}

/* button design */
.btn-box-foot .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #eb1616;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.btn-box-foot .btn1:hover {
  background-color: rgb(235, 63, 63);
  color: #ffffff;
}

/* footer codesmine link */
.hovar:hover {
  color: rgb(235, 63, 63);
}

/* tables (dataTables) pagination nd search styles */

.text-custom {
  float: left !important;
}

.dataTables_filter,
.pull-right {
  float: left !important;
  /* text-align: right !important; */
  margin-left: 0 !important;
  margin-bottom: 0px !important;
}

.dataTables_filter input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  color: #222;
  background: #fff;
}

.dataTables_filter input::placeholder {
  color: #444;
  font-style: italic;
  content: "Search";
}

.dataTables_filter input:focus {
  border: 1px solid #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.dataTables_length,
.pull-left {
  float: right !important;
  /* text-align: left !important; */
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}

td.dataTables_empty {
  text-align: center;
}

.dataTables_info {
  float: left !important;
}

.pagination {
  float: right !important;
}

.pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
  background: #8cd4ec;
  /* color: #ff3b3b !important; */
  border: 1px solid #54b4d3;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.pagination li:first-child {
  background: #8cd4ec;
}

.pagination li:last-child {
  background: #8cd4ec;
}

.pagination li:hover {
  background: #54b4d3;
  color: #222;
}

.pagination li.active {
  background: whitesmoke;
  /* background: #54B4D3; */
  /* color: #ff3b3b; */
  border: 1px solid #54b4d3;
}

.pagination li.disabled {
  background: #edcccc;
  color: #ffffff !important;
  border: 1px solid #ff3b3b;
  cursor: not-allowed;
}

/* Profile page design & styles */

.prf-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* background-color: #f8f9fa;
  position: relative; */
}

.prf-background {
  width: 100%;
  height: 40vh;
  /* background: linear-gradient(to right, #ff758c, #ff7eb3); */
  background: linear-gradient(to right, #eb1616, #000000);
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 1;
}

.prf-card-container {
  position: relative;
  /* top: 10vh; */
  width: 650px;
  margin-top: 60px !important;
  /* Increased width by 30% */
  z-index: 2;
}

@media (max-width: 576px) {
  .prf-card-container {
    margin-top: 0 !important;
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
}

.prf-card {
  border-radius: 20px;
  text-align: center;
  padding: 80px 40px 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  background: white;
}

.prf-profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid white;
  object-fit: cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddd;
  z-index: 3;
  /* Added z-index */
}

.prf-btn-custom {
  /* background-color: #ff4f7b; */
  background-color: #eb1616;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  width: 100%;
  display: block;
}

.prf-btn-custom:hover {
  /* background-color: #e6456d; */
  background-color: rgb(235, 63, 63);
}

.prf-icon-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.prf-icon-btn span {
  font-size: 14px;
  /* color: #fff; */
  color: #eb1616;
  cursor: pointer;
}

/* full screen overlay design */
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
  margin-top: 5%;
}

/* payment page design */
/* .container-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          background-color: #f8f9fa;
      } */
.container-wrapper {
  min-height: 50vh;
}

.pay-card {
  width: 300px;
  border-radius: 15px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pay-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

.pay-receipt-img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.pay-amount {
  font-size: 22px;
  font-weight: bold;
  color: #28a745;
  margin-top: 10px;
}

.pay-date {
  font-size: 14px;
  color: #6c757d;
}

.lazy-load {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  /* Adjust as needed */
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.payment-list-container {
    max-height: 600px;
    overflow-y: auto;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.payment-li-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-li-item:hover {
    background-color: #218838;
}

.payment-li-item:hover .payment-li-amount,
.payment-li-item:hover .payment-li-date {
    color: #f8f9fa;
}

.payment-li-left {
    display: flex;
    align-items: center;
}

.payment-li-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.payment-li-amount {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

.payment-li-date {
    font-size: 14px;
    color: #555;
}

.lazy-load.loaded {
  opacity: 1;
}

/* Payment Record Overlay Styles */
.payment-record-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
}

.payment-record-modal {
    position: relative;
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.payment-record-content {
    padding: 20px;
}

.payment-record-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.payment-record-header h3 {
    margin: 0;
    color: #333;
}

.payment-record-body {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-record-image {
    flex: 1;
    min-width: 300px;
}

.payment-record-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.payment-record-info {
    flex: 1;
    min-width: 250px;
}

.payment-record-info p {
    margin: 10px 0;
    font-size: 16px;
}

.close-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
}

/* Make payment records clickable */
.payment-record {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.payment-record:hover {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .payment-record-modal {
        width: 95%;
        margin: 20px auto;
    }
    
    .payment-record-body {
        flex-direction: column;
    }
    
    .payment-record-image,
    .payment-record-info {
        width: 100%;
    }
}

/* Product View Styles */
.card {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.breadcrumb {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.breadcrumb-item a {
    color: #eb1616;
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb-item a:hover {
    color: rgb(235, 63, 63);
}
.breadcrumb-item.active {
    color: #6c757d;
}
.text-muted {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #6c757d !important;
}
.product-image-card {
    background: #ffffff;
}
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.product-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.image-container:hover .image-overlay {
    opacity: 1;
}
.image-container:hover .product-image {
    transform: scale(1.05);
}
.product-details-card {
    background: #ffffff;
}
.product-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.badge {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #eb1616 !important;
}
.info-group {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: background-color 0.2s;
}
.info-group:hover {
    background: #e9ecef;
}
.info-group h5 {
    color: #6c757d;
}
.info-group p {
    color: #212529;
}
.price-card, .profit-card, .quantity-card {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    height: 100%;
    transition: background-color 0.2s;
}
.price-card:hover, .profit-card:hover, .quantity-card:hover {
    background: #e9ecef;
}
.price-card h5, .profit-card h5, .quantity-card h5 {
    color: #6c757d;
}
.price-card p, .profit-card p, .quantity-card p {
    color: #212529;
}
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}
#closeButton {
    position: absolute;
    top: 80px;
    right: 20px;
}
.card-title {
    color: #212529;
}
.lead {
    color: #212529;
}
