body {
  margin: 0;
  padding: 0;
  position: relative;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size) 1rem;
  color: #f26522 !important;
}

.nav-link:focus-visible {

  box-shadow: unset;
}

.d-none-lg {
  display: none;
}

.brand-text .brand-title {
  font-size: 26px;
  font-weight: 900;
  color: #0b0b0b;
  margin: 0;
}

.brand-title-span {
  color: #e76727;
}


.main-content1 {
  margin-top: 75px;
}

.container-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.owner-equipment-title {
  font-size: 25px;
  font-weight: 500;
  color: #414141;
  padding-bottom: 12px;
}


.owner-equipment-hr-line {
  height: 3px;
  width: 50%;
  background-color: #E76727;
}

.owner-equipment-heading {
  font-size: 40px;
  font-weight: 700;
  color: #414141;
  margin-top: 30px;
  line-height: 48px;
}

.owner-equipment-description {
  font-size: 18px;
  font-weight: 400;
  color: #414141;
  margin-top: 30px;
  line-height: 35px;
}

.owner-equipment-btn {

  border-radius: 200px;
  border: 1px solid #414141;
  padding: 6px 10px 6px 30px;

  font-size: 18px;
  font-weight: 700;
  color: #414141;
  margin-top: 30px;
  line-height: 100%;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  cursor: pointer;
}

.owner-equipment-btn-icon {
  width: 40px;
}

.owner-equipment-img {
  width: 100%;
  margin-left: 10%;
}

.counter-section {
  background-color: #F8F5F3;
  padding: 40px 0px;
}

.fact-hr-line {
  height: 4px;

  background-color: #E76727;
  width: 30%;
  margin-top: 7px;
}

.fact-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  height: 100%;
  margin: 0px 10px;
}

.fact-description {
  font-size: 18px;
  font-weight: 400;
  color: #414141;
  margin-top: 15px;
  line-height: 35px;
}

.fact-card-icon-box {
  height: 75px;
  width: 75px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cbc9c9;
  transition: all 0.3s ease;
}

.fact-card-icon {
  font-size: 28px;
  color: #414141;
  transition: all 0.3s ease;
}


.fact-card-icon-box:hover {
  background-color: #e76727;
  border-color: #e76727;
}

.fact-card-icon-box:hover .fact-card-icon {
  color: #fff;
}

.fact-card-count {
  font-size: 24px;
  font-weight: 700;
  color: #414141;
}

.fact-card-description {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
}

/* why choose us */

.section3 {
  background-color: #ffffff;
  padding: 55px 0px;
}

.choose-us-card {
  background-color: #ffffff;
  border-radius: 13px;
  padding: 40px;

  height: 100%;
  margin: 0px 10px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 24px 0px #E1E1E140;
}

.choose-us-card-icon-box {
  height: 80px;
  width: 336px;
  background-color: #414141;
  border-radius: 10px;
  padding: 20px;
}

.choose-us-card-icon-box1 {
  height: 80px;
  width: 336px;
  background-color: #e76727;
  border-radius: 10px;
  padding: 20px;
}

.choose-us-card-icon {
  font-size: 28px;
  color: #414141;
  transition: all 0.3s ease;
}

.choose-us-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
  margin: 20px 0px;
}

.choose-us-card-description {
  font-size: 18px;
  font-weight: 500;
  color: #676767;

  line-height: 27px;
}

.faq-section {
  background: #ffffff;
}

.faq-card {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 30px;
  transition: 0.3s ease;
  box-shadow: 0px 15px 26.7px -14.73px #95959514;
  min-height: 104px;

}

.faq-card:hover {
  border-color: #f6c0a5;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.faq-card.active {
  border: 1px solid #f6c0a5;
}

.active h6 {
  color: #f45600 !important;
}

.faq-header {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.faq-header h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #1b1139;
}

.faq-icon {
  font-size: 18px;
  min-width: 25px;
  text-align: center;
  color: #1b1139;
}

.faq-body {
  padding-top: 15px;
  color: #363049;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.faq-hr-line {
  height: 4px;
  background-color: #e76727;
  width: 120px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.faq-section .col-lg-6 {
  padding: 20px;
}

.faq-icon .fa-minus {
  color: #e76727;
  font-size: 20px;
}

.faq-icon .fa {
  font-size: 20px;
}

/* footer section 

*/
.footer-section {
  background-color: #fdfdfd;

  background: linear-gradient(181.14deg, #fdfdfd 4.17%, #ffc19d 99.02%);

  padding: 55px 0;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  padding: 15px 15px 0 15px;
}

.footer-col-40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 6%;
}

.footer-col-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.footer-card {
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  padding: 50px 47px 35px 47px;
}



.footer-brand-title {
  font-size: 50px;
  font-weight: 900;
  color: #0b0b0b;
  margin: 0;
}

.footer-title-1 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #414141;
}

.footer-hr-line {
  height: 3px;
  background-color: #e76727;
  width: 45%;
  margin-top: 9px;
  margin-bottom: 14px;
}

.footer-description-1 {
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  line-height: 28px;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #111827;
  margin-bottom: 30px;
}

.footer-sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 22px;
  color: #4b5563;
}

.footer-sub-title a {
  text-decoration: none;
  color: #4B5563;
  font-size: 18px;
}

.footer-sub-title a:hover {
  color: #e76727;
}

.footer-icon-box {
  height: 33px;
  width: 33px;
  padding: 4px;
  background: #f9fafb;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-icon {
  color: #414141;
}

.footer-ending-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 22px;
  color: #afafaf;
}

.footer-break-line {
  border: none;
  height: 1.4px;
  background-color: #c3c3c3;
  margin: 10px 0 30px 0;
}


.equipment-header {
  display: flex;

  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 15px;
}


.equipment-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #414141;
}


.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background-color: #FFFFFF;
  color: #414141;
  border-radius: 6px;

  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--Neutal-300, #D1D5DB);
}


.filter-icon {
  width: 19px;
  height: 19px;
  margin-bottom: 4px;
}

.filter-btn:hover {
  background-color: #f3f4f6;
}


.main-content-equipment {
  margin-top: 75px;
  background-color: #fdfdfd;
}

.equipment-section {
  padding-bottom: 30px;
}

.equipment-card {

  height: auto;
  border-radius: 16px;
  border: 1.5px solid #E6E6E6;
  padding: 20px !important;
  background: #fff;
  transition: 0.3s ease;
  margin: 10px;
  text-align: center;
  transition: 0.3s;
}


.equipment-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

}

.equipment-banner-section {
  padding-top: 40px;
}

.equipment-banner-section {
  padding: 40px 0;
}

.equipment-banner {
  position: relative;
  width: 100%;
  min-height: 280px;
  height: 35vw;
  max-height: 375px;
  border-radius: 20px;
  overflow: hidden;
  background: url('../images/equipment-bg.jpg') center center / cover no-repeat;
}

.about-banner {

  background: url('../images/about-bg.jpg') center center / cover no-repeat !important;
}


.equipment-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(346.22deg,
      rgba(255, 183, 146, 0.75) -9.85%,
      rgba(244, 118, 23, 0.65) 114.46%);
  z-index: 1;
}


.equipment-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
  color: #fff;
}


.equipment-detail-btn-wrapper {
  display: flex;
  align-items: end;
}

.equipment-img-card {
  width: 100%;
  height: 237px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.equipment-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #111827;
  margin: 19px 0;
}

.equipment-detail-wrapper {
  display: flex;
  margin-bottom: 4px;

}

.equipment-detail-container {
  display: flex;
  align-items: end;
  margin-top: 12px;
  margin-bottom: 12px;
}

.equipment-detail-icon {
  width: 17px;
  height: 17px;
  margin-top: 3px;
}

.equipment-detail-icon2 {
  width: 14px;
  height: 17px;
  margin-top: 3px;
  margin-left: 2px
}

.equipment-capacity {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #374151;
  padding-left: 10px;
}

.equipment-rent-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #6b7280;
  margin-top: 16px;
}

.equipment-rent-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #374151;
}

.equipment-detail-button {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  background: #414141;
  border-radius: 6px;
  border: 1px solid #E5E7EB;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 8px 10px;

}

.btn-role-outline:hover {
  background: #E76727;
  color: white;
}

.content-wrapper {
  margin-top: 70px;
}

.form-group {
  padding: 0 5px;
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;

}


/* kajal work */

/*
|--------------------------------------------------------------------------
|Terms & Privacy section
|--------------------------------------------------------------------------
*/

.terms-hero {
  position: relative;
  text-align: center;
  padding: 90px 20px 90px;
  background-image: url('../images/img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
}

.terms-hero h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #414141;
}

.terms-hero h1 span {
  color: #E76727;
}

.terms-hero p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}

.terms-hero h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.terms-hero p {
  font-size: 16px;
  color: #414141;
}

.terms-section {
  padding: 40px 15px 80px;
  margin-top: -300px;
  background: #FDFDFD;
}

.terms-card {
  background: #ffffff;
  position: relative;
  padding: 35px;
  border-radius: 18px;

}

.terms-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
  color: #414141;
}

.terms-card p,
.terms-card li {
  font-size: 15px;
  color: #414141;
  line-height: 1.8;
}

.terms-card ul {
  padding-left: 20px;
}


/*
|--------------------------------------------------------------------------
|Equipment Details Section
|--------------------------------------------------------------------------
*/

.modal-content h5 {
  color: #414141;
}

.otp-input {
  width: 45px;
  height: 50px;
  font-size: 20px;
  border-radius: 8px;
}

.equipment-detail-content {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
}

.equipment-detail-gallery {
  padding: 30px 0px;
}



.equipment-detail-main-image {
  background: #fafafa;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #eee;
}

.equipment-detail-main-image img {
  max-height: 420px;
  object-fit: contain;
}

.equipment-detail-thumbnails {
  margin-top: 20px;
}

.equipment-detail-thumbnails .equipment-thumb {
  width: 95px;
  height: 75px;
  object-fit: contain;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.equipment-detail-thumbnails .equipment-thumb:hover {
  border-color: #ff6600;
}

.equipment-thumb.active-thumb {
  border-color: #ff6600;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.1);
}

.thumb-nav {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transition: 0.3s;
}

.equipment-titles {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  color: #414141;
}

.equipment-meta {
  margin-bottom: 25px;
}

.equipment-meta li {
  margin-bottom: 6px;
  color: #6B7280;
  font-size: 14px;
  font-weight: 500;
}

.equipment-meta li span {
  margin-bottom: 6px;
  color: #6B7280;
  font-size: 14px;
  font-weight: 700;
}

.equipment-pricing {
  margin-bottom: 30px;
}

.price-box {
  background: #F9F9F9;
  padding: 18px 22px;
  border-radius: 12px;
  min-width: 165px;
  border: 1px solid #E5E7EB;
  transition: 0.3s;
}

.price-box small {
  font-size: 13px;
  color: #4B5563;
}

.fa-chevron-right,
.fa-chevron-left {
  color: gray;
}

.price-box h6 {
  margin-top: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #414141;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px #9f9a9a solid;
  opacity: .25;
}

.price-box:hover {
  border-color: #ff6600;
}

.equipment-description h6 {
  color: #414141;
  margin-bottom: 8px;
  font-weight: 700;
}

.equipment-description p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.vendor-contact {
  font-size: 15px;
  margin-bottom: 20px;
  color: #414141;
  font-weight: 700;
}

.equipment-detail-content .btn-dark {
  padding: 10px 45px;
  border-radius: 8px;
  background: #414141;
  border: 1px solid #414141;
}

.equipment-related {
  margin-top: 70px;
}

.equipment-related h5 {
  font-weight: 600;
}

.view-all-link {
  font-size: 14px;
  color: #777;
  border: 1px solid gray;
  background: #ffffff;
  border-radius: 25px;
  padding: 7px 20px;
  text-decoration: none;

}

.view-all-link:hover {
  color: #ff6600;
  border: 1px solid #ff6600;
}

.equipment-related .col-md-6 {
  padding: 10px;
}

.related-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 14px;
  transition: all 0.3s ease;
  height: 100%;

}

.btn-outline-dark {
  color: white;
  background: #414141;
  padding: 8px 13px;
}

.btn {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.related-card img {

  object-fit: contain;
}

.related-card h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #111827;
}

.related-card ul {
  font-size: 16px;
  color: #697281;
  font-weight: 500;
}

.price-dt {
  color: #374151 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.related-card .fw-bold {
  font-size: 13px;
  color: #6B7280;
}

.related-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}


.thumbnail-fex {
  padding: 20px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.thumbnail-fex::-webkit-scrollbar {
  display: none;
}

.form-label {
  color: #414141;
  font-weight: 700;
}

/*
|--------------------------------------------------------------------------
|BREADCRUMB  Section
|--------------------------------------------------------------------------
*/

.equipment-breadcrumb {
  background: #FDFDFD;

}

.equipment-breadcrumb-list {
  font-size: 14px;
  background: #D8D8D84D;
  padding: 4px 20px;
  border-radius: 6px;
}

.equipment-breadcrumb-list .breadcrumb-item a {
  text-decoration: none;
  color: #777;
  transition: 0.3s;
  font-weight: 600;
}

.equipment-breadcrumb-list .breadcrumb-item a:hover {
  color: #E76727;
}

.equipment-breadcrumb-list .breadcrumb-item.active {
  color: #f55700;
  border-radius: 20px;
  font-weight: 600;
}

.equipment-breadcrumb {
  padding-top: 100px;
  padding-bottom: 30px;
}

.form-control {
  height: 45px;
}


/*
|--------------------------------------------------------------------------
|My-Enquiries Section
|--------------------------------------------------------------------------
*/


.enquiry-section {
  padding: 40px 0;
  padding-top: 70px;
  background: #FDFDFD;
}

.enquiry-data {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
}


.enquiry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
  gap: 15px;
  flex-wrap: wrap;
}

.enquiry-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}


.tabs-wrapper {
  background: #F8EEE7;
  padding: 4px;
  border-radius: 10px;
}


.tabs {
  display: flex;
  gap: 6px;
}


.tab {
  padding: 6px 16px;
  border-radius: 8px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: 0.3s ease;
}


.tab.active {
  background: #fff;
  color: #A6724E;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.tab:hover {
  color: #A6724E;
}


.tab .count {
  color: #A6724E;
  font-weight: 600;
}


.search-box {
  position: relative;
}

.search-box input {
  padding: 8px 35px 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.search-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 13px;
}


.enquiry-table {
  width: 100%;
  border-collapse: collapse;
}

.enquiry-table th {
  background: #F8EEE7;
  padding: 12px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #A6724E;
}

.enquiry-table td {
  padding: 12px;
  border-top: 1px solid #eee;
  font-size: 14px;
}


.status {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-wrapper {
  padding-top: 70px;
}

.status i {
  font-size: 8px;
}

.status.rejected {
  color: #4CAF50;
  font-weight: 700;
  font-size: 15px;
}

.view-link {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.view-link:hover {
  color: #000;
}


.mobile-view {
  display: none;
}

.enquiry-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-body p {
  font-size: 13px;
  margin-bottom: 6px;
}


.pagination-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-btn {
  padding: 6px 12px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

.page-numbers span {
  padding: 6px 10px;
  border: 1px solid #ddd;
  margin: 0 4px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
}

.page-numbers span.active {
  background: #f4e7df;
  border-color: #e3cfc4;
}

.dt-bottom {
  display: none;
}

.datatable-pagination a {
  color: #414141;
  text-decoration: none;
}

.enquiry-section {
  min-height: 700px;
}


.pagination-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.dataTables_paginate .paginate_button {
  padding: 6px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  margin: 0 4px !important;
  background: #fff !important;
}

.dataTables_paginate .current {
  background: #f4e7df !important;
  border-color: #e3cfc4 !important;
  color: #000 !important;
}


/*
|--------------------------------------------------------------------------
|customer Registration  Section
|--------------------------------------------------------------------------
*/

.top-banner {
  height: 170px;
  background: url('../images/container-bg.png') center center/cover no-repeat;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.registration-section {
  background: #FDFDFD;
  padding: 60px 0;
}


.registration-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 0px 1px #8C8C8C33;

  overflow: hidden;
}


.profile-wrapper {
  padding: 0 50px 15px;
  margin-top: -70px;
}



.profile-detail {
  padding-top: 8px;

}

.role-toggle {
  display: flex;
  gap: 12px;
  padding-top: 60px;

}


.profile-img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-section .role-toggle {
  padding-top: 0px;
}

.profile-section .align-items-end {
  align-items: center !important;
}

.user-name {
  font-weight: 600;
  margin-bottom: 8px;
  color: #1F2937;
  font-size: 18px
}

.user-info {
  font-size: 15px;
  color: #6c757d;
}


.role-toggle {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-role {
  background: #E76727;
  color: #fff;
  border-radius: 25px;
  padding: 7px 24px;
  font-size: 14px;
  border: none;
}

.btn-role-outline {
  border: 1px solid #bbb;
  border-radius: 25px;
  padding: 7px 24px;
  font-size: 14px;
  background: #fff;
}

.profile-data {
  display: flex;
  justify-content: space-between;
}


.form-wrapper {
  padding: 0px 40px 40px;
}

.form-label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #414141;
  font-weight: 600;
}

input:-internal-autofill-selected {
  background: white;
}

.form-control,
.form-select {
  height: 45px;
  border-radius: 6px;
  font-size: 15px;
  padding: 10px 14px;
  color: #636363 !important;
  border: 1px solid #E5E7EB;
  font-weight: 500;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #AAAAAA !important;
}

.select2-container--default .select2-selection--single {

  line-height: 28px;
  color: #AAAAAA !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #AAAAAA !important;
}


.btn-continue {
  background: #E76727;
  color: #fff;
  border-radius: 6px;
  padding: 10px 35px;
  font-weight: 500;
  border: 1px solid #E76727;
}

.btn-continue:hover {
  background: #e56f22;
}

.registration-section .col-lg-4,
.registration-section .col-lg-12 {
  padding: 10px;
}

textarea.form-control {
  min-height: 84px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 21px !important;
}

.select2-container--default .select2-selection--single {
  height: 45px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  padding: 10px 14px !important;
  color: #AAAAAA !important;
  border: 1px solid #E5E7EB !important;
  font-weight: 500 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

  top: 10px !important;
}

:focus-visible {
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7eb !important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e5e7eb !important;

}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f26522 !important;
  color: white;
}

/*
|--------------------------------------------------------------------------
|About Us  Section
|--------------------------------------------------------------------------
*/

.equipment-banner-content h2 {
  font-size: 40px;
  font-weight: 700;
}

.equipment-banner-content .content-wrappers {
  width: 50%;
}

.content-wrappers p {
  margin-top: 15px;
  line-height: 35px;
}

.about-us .owner-equipment-title {
  font-size: 28px;
  font-weight: 500;
  color: #414141;
  padding-bottom: 12px;
}

.about-us {
  background: #ffffff;
}

.construction-img {
  padding: 45px;
}

.about-card-structure {
  background: #F8F8F8;
}

.for-customers {
  padding-right: 45px;
}

.for-customers h5 {
  font-weight: 400 !important;
  color: #414141;
  font-size: 24px;
}

.about-us .owner-equipment-hr-line {
  height: 3px;
  width: 20%;
}

.about-us .owner-equipment-heading {
  font-size: 35px;
  font-weight: 600;
  color: #414141;
  margin-top: 14px;
}

/*
|--------------------------------------------------------------------------
|Contact Us Section
|--------------------------------------------------------------------------
*/

.contact-us {
  padding: 40px 0px;
}

.contact-us .owner-equipment-title {
  font-size: 25px;
  font-weight: 500;
}

.contact-us .owner-equipment-hr-line {
  width: 20%;
}

.contact-us .owner-equipment-heading {
  font-size: 34px;
  font-weight: 600;
  color: #414141;
  margin-top: 14px;
}



.contact-form-wrapper {
  border: 1px solid #E5E7EB;
  max-width: 420px;
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.contact-form-wrapper .form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #23272E;
}

.submit-btn {
  background-color: #414141;
  color: #fff;
  height: 45px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background-color: white;
  border: 1px solid #414141;
}


/*
|--------------------------------------------------------------------------
|Home  Section
|--------------------------------------------------------------------------
*/

.hero-main {
  position: relative;
  padding: 55px 20px 60px;
  background: url('../images//img.png') no-repeat center center/cover;
  text-align: center;
  overflow: hidden;
}



.hero-main .container {
  position: relative;
  z-index: 2;

  margin: auto;
}



.hero-content h1 {
  font-size: 41px;
  font-weight: 700;
  color: #414141;
  margin-bottom: 10px;
}

.hero-content h1 span {
  color: #E76727;
}

.hero-content p {
  color: #666;
  font-size: 18px;
  margin-bottom: 35px;
}



.search-boxs {
  width: 100%;
  margin: 0 auto 60px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  text-align: left;
  box-shadow: 0px 4px 28.7px 0px #E7672726;
  border: 1px solid #EBEBEB
}


.search-fields {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}


.field {
  flex: 1;
  min-width: 200px;
}

.field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #666;
  font-weight: 500;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  border: 1px solid gray;
}

.field select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #f9f9f9;
  transition: 0.3s;
}

.field select:focus {
  border-color: #f26522;
  outline: none;
  background: #fff;
}

/* BUTTON */
.search-btn {
  background: #f26522;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.search-btn i {
  margin-right: 6px;
}

.search-btn:hover {
  background: #d9531e;
}

.equipment-wrapper h6{
 padding: 10px 0px;
     font-weight: 600;
    font-size: 17px;
}



.equipment-wrapper {
  background: #FFFFFF;
  padding: 20px 30px;
  border-radius: 20px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

}


/* .equipment-card:hover {
  transform: translateY(-5px);
} */

.equipment-card img {
  height: 100px;
  object-fit: contain;
  margin-bottom: 12px;
}

.equipment-card p {
  font-size: 16px;
  color: #414141;
  font-weight: 600;
}

.view-btn {
  margin-top: 30px;
   margin-bottom: 30px !important;
}

.view-btn button {
  background: transparent;
  border: 1px solid #333;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  color: #414141;
  font-weight: 600;
}

.view-btn button:hover {
  background: #333;
  color: #fff;
}


.owner-equipment-title {
  font-size: 28px;
  color: #414141;
  padding-bottom: 12px;
  font-weight: 600;
}

/* terms */

.terms-hero {
  position: relative;
  text-align: center;
  padding: 90px 20px 90px;
  background-image: url('../images/img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
}


.terms-hero h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #414141;
}

.terms-hero h1 span {
  color: #E76727;
}

.terms-hero p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}


.terms-hero h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}



.terms-hero p {
  font-size: 16px;
  color: #414141;
}


.terms-section {
  padding: 40px 15px 80px;
  margin-top: -300px;
  background: #FDFDFD;
}



.terms-card {
  background: #ffffff;
  position: relative;
  padding: 35px;
  border-radius: 18px;

}

.terms-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
  color: #414141;
}

.terms-card p,
.terms-card li {
  font-size: 15px;
  color: #414141;
  line-height: 1.8;
}

.terms-card ul {
  padding-left: 20px;
}




.main-content-equipment .equipment-card img {
  height: auto;
}

.main-content-equipment .equipment-card {

  text-align: left;
}

.equipment-wrapper {
  max-height: 306px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

}

/* apply filter */
.equipment-headers {
  display: flex;
  justify-content: space-between;
  align-items: left;
}


.filter-wrapper {
  position: relative;
}

.filter-btn {

  border: 1px solid #ddd;
  padding: 8px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}




.filter-options label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.apply-btn {
  width: 100%;
  background: #e56a2e;
  border: none;
  color: white;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
  cursor: pointer;
}

.clear-filter {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  color: #555;
}

.filter-options input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #e56a2e;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.filter-options input[type="checkbox"]:checked {
  background-color: #e56a2e;
}

.filter-options input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
}

.filter-options label {
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;

  align-items: center;
  gap: 15px;
}

.filter-dropdown {
  border: 1px solid #E6E6E6;
  position: absolute;
  top: 110%;
  right: 0;
  width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 25px rgb(0 0 0 / 8%);
  display: none;
  z-index: 1000;
}

.add-equipment-card {
  min-height: 505px;
  flex-direction: column;
  justify-content: center;
}

/*
|--------------------------------------------------------------------------
|supplier Dashbord sidebar  Section
|--------------------------------------------------------------------------
*/

.supplier-sidebar {
  width: 280px;
  height: calc(100vh - 65px);
  background: #ffffff;
  border-right: 1px solid #e9ecef;
  position: fixed;
  top: 65px;
  left: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 1045;
}

.supplier-dashbord {
  background: #F9F9F9;
}

.sidebar-menu .nav-link {
  padding: 12px 20px;
  font-size: 16px;
  color: #414141;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 4px 10px;
  transition: 0.2s;
  font-weight: 500;
}

.sidebar-menu .nav-link i {
  font-size: 16px;
}



.sidebar-menu .nav-link:hover {
  background: #f3f4f6;
  color: #111;
}


.sidebar-menu .nav-link.active {
  background: #E76727;
  color: #fff;
}


.sidebar-user {
  background: #fff;
}

.user-name {
  color: #1F2937;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.user-email {
  color: #737373;
}


.sidebar-overlay {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1040;
}


/*
|--------------------------------------------------------------------------
|supplier header Section
|--------------------------------------------------------------------------
*/

.header-icon-wrapper {
  width: 32px;
  height: 32px;

  border: 2px solid #D5D5D5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-icon-wrapper i {
  font-size: 26px;
  color: #444;
}

.notification-dot {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  background: #E23535;
  border-radius: 50%;
}

.supplier-header {
  height: 65px;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1050;
}

.supplier-logo img {
  height: 32px;
  object-fit: contain;
}

.sidebar-toggle-btn {
  background: none;
  border: none;
  font-size: 26px;
  color: #333;
  padding: 0;
}



.header-profile img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}


/*
|--------------------------------------------------------------------------
|supplier notification Section
|--------------------------------------------------------------------------
*/



.main-content {
  margin-left: 275px;
  margin-top: 65px;
  padding: 30px;
}


.notification-card {
  background: #ffffff;
  border-radius: 10px;

  border: 1px solid #e9ecef;
}

.notification-title {
  font-weight: 600;
  padding: 25px;
  color: #414141;

}

.notification-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #E5E7EB;
  transition: background 0.2s ease;
}

.title {
  font-weight: 600;
  padding-bottom: 24px;
  color: #414141;
  font-size: 20px;
}

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

.notification-item:hover {
  background: #fafafa;
}

.notification-left {
  display: flex;
  gap: 15px;
}

.notification-card-header {
  border-bottom: 1px solid #E5E7EB;
}

.notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F8EEE7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A6724E;
  font-size: 20px;
}

.notification-heading {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 4px;
  color: #414141;
}

.notification-text {
  font-size: 15px;
  color: #414141;
  line-height: 1.4;
}

.notification-time {
  font-size: 12px;
  color: #414141;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
}

.notification-card-body {
  padding: 25px;
}








/*
|--------------------------------------------------------------------------
|dashbord Section
|--------------------------------------------------------------------------
*/

.dashboard-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  border: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
}

.dashboard-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.card-left {
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 17px;
  color: #23272E;
  margin-bottom: 8px;
  font-weight: 700;
}

.card-value {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #414141;
}

.card-sub {
  font-size: 15px;
  color: #6A717F;
  font-weight: 400;

}

.highlight-orange {
  color: #F29F64;
  font-weight: 600;
  font-size: 15px;
  margin-left: 5px;
}

.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.bg-light-orange {
  background: #fff3e6;
  color: #f97316;
}




.total-enquires-card {
  padding-bottom: 20px;
}


.equipment-dashbord-cards .equipment-card img {
  height: auto;
  text-align: left !important;
  margin-bottom: 0px;
}

.equipment-dashbord-cards .equipment-detail-button {
  width: auto !important;
}

.equipment-dashbord-cards .equipment-card {
  text-align: left !important;
}

.subsctiption-status {
  color: #E76727;
  font-size: 13px;
  font-weight: 600;
}

.equipment-detail-button img {
  width: 15px;
}


.equipment-dashbord-cards .equipment-card p {
  font-size: 15px;
  color: #414141;
  font-weight: 600;
  margin-bottom: 0px;
}

.edit-equipment {
  border: 1px solid #777777 !important;
  color: #414141 !important;
  background: white !important;
}

.delete-equipment {
  border: 1px solid #c38c71 !important;
  color: #B94810 !important;
  background: white !important;
}




/*
|--------------------------------------------------------------------------
|add equipment  Section
|--------------------------------------------------------------------------
*/


.main-content {
  padding: 25px;
  background: #f4f6f9;
  min-height: 100vh;
}

.title {
  font-weight: 600;
  margin-bottom: 20px;
}


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

.publish-btn {
  background: #E76727;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.publish-btn:hover {
  background: #e65c22;
}


.add-equipment-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}


.uploade-card-box {
  border: 1px solid #E5E7EB;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}


.upload-box {
  border: 1px dashed #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background: #fafafa;
}

.upload-box img {
  max-width: 100%;
  height: auto;
}

.thumb-row {
  display: flex;
  gap: 13px;
  margin-top: 20px;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}


.thumb {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.thumb img {
  max-width: 60px;
}

.add-thumb {
  border: 1px dashed #ff6b2c;
  color: #ff6b2c;
  font-size: 13px;
  font-weight: 500;
}



.main-preview {
  width: 100%;
  height: 350px;
  border: 2px dashed #e3e3e3;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.upload-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #23272E;
}

.small-label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #414141;
  font-weight: 600;
}



.main-preview img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}


.thumb-box {
  position: relative;
  width: 110px;
  height: 95px;
  padding: 10px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.remove-img {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  font-size: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.add-equipment-section .row {
  width: 100%;
}

.add-box {
  border: 2px dashed #ff6b2c !important;
  background: #fff7f2;
}

.add-content {
  text-align: center;
  color: #ff6b2c;
  font-weight: 500;
  font-size: 14px;
}

.plus-icon {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}



.add-equip-ttl {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.page-link:focus {
  box-shadow: unset !important;
}



.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color) !important;
  background-color: #f26522;
  border-color: #f26522;
}

.disabled>.page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: #fdfdfd;
  border-color: #d5d6d9;
}


.draft-btn {
  background: #ffffff;
  color: #000000;
  border: 1px solid #afaeae;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.draft-btn:hover {
  background: #eeeded;
}

.error {
  color: red;
  float: left;
}

.thumb-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.remove-new,
.remove-existing {
  position: absolute;
  border: 1px solid #423e3e;
  top: 2px;
  right: 2px;
  background: #fffdfd;
  color: #423e3e;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
  transition: background 0.2s;
}

.remove-new:hover,
.remove-existing:hover {
  background: #fffcfc;
}


/* profile */
/* Profile Dashboard CSS */
.profile-dashboard {

  margin: 0 auto;
  padding: 20px 0px;
  font-family: Arial, sans-serif;
}

.profile-wrapper {
  margin-top: -90px;
}

.top-banner {
  height: 140px;
}

.profile-section .col-auto {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.profile-section .user-name {
  color: #FFFFFF;
  font-size: 21px;
  margin-bottom: 4px;
}

.profile-section .user-info {
  color: rgba(255, 255, 255, 0.8);
}

/* Top Stats Cards */
.profile-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.profile-stat-card {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.profile-stat-icon {
  font-size: 30px;
  margin-right: 15px;
  background: #FFF7F0;
  padding: 10px;
  border-radius: 6px;
  display: flex;
}

.profile-stat-info h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #414141;
}

.profile-stat-info p {
  margin: 0;
  font-size: 16px;
  color: #23272E;
  font-weight: 700;
}

.profile-info-card .profile-stat-icon {
  width: 50px;
  height: 50px;
}

/* Info Cards */
.profile-info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.profile-info-card {
  flex: 1 1 300px;
  background: #fff;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  display: flex;
}

.profile-info-card h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.profile-info-card p {
  margin: 5px 0;
  font-size: 15px;
  color: #6c757d;
}

/* Responsive */
@media (max-width: 767px) {
  .profile-data {
    width: 100% !important;
  }

  .justify-content-end {
    justify-content: unset !important;
  }

  .align-items-end,
  .align-items-end div {
    width: 100%;
  }

  .profile-stats,
  .profile-info-cards {
    flex-direction: column;
  }

  .profile-stat-card,
  .profile-info-card {
    flex: 1 1 100%;
  }
}

.btn-info {
  color: #F66C0C;
  background: white;
  border: 1px solid white;
  padding: 4px 10px;
}

.btn-info:hover {
  color: #F66C0C;
  background: white;
  border: 1px solid white;
  padding: 4px 10px;
}

.profile-section .align-items-end {
  align-items: flex-end !important;

}

.edit-profile-btn {
  background: #E76727;
  color: white;
  font-size: 14px;
}

.edit-profile-btn:hover {
  background: #E76727;
  color: white;
  font-size: 14px;
}

/* model */
.confirm-modal {
  border-radius: 6px;
}

.confirm-icon {
  width: 70px;
  height: 70px;
  background: #fca17324;
  color: #e76727;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.confirm-modal h5 {
  font-weight: 600;
}

.confirm-modal .btn {
  min-width: 100px;
}

.text-p {
  background: #fff2ce;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 15px;
}

.gap-2 button {
  line-height: 21px;
  padding: 8px 10px !important;
}

.gap-2 {
  display: flex;
  justify-content: center;
}

.success-modal-new {
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Gradient Button */
.btn-gradient {
  background: #f26522;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-gradient:hover {
  background: #f26522 !important;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}


.btn-gradient:hover {
  opacity: 0.9;
}


.success-icon-new {
  width: 80px;
  height: 80px;
  background: #e6f9f0;
  color: #16a34a;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: popIn 0.4s ease;
}

/* Animation */
@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* slider */


/* equipment slider */

.equipment-slider-section {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.equipment-slider-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.equipment-slider-track {
  display: flex;
  transition: transform 0.4s ease;
  gap: 16px;
}

.equipment-slide-item {
  flex: 0 0 calc((100% - 81px) / 6);
  min-width: 0;
  text-align: center;
}

.equipment-slide-item a {
  text-decoration: none;
  display: block;
}

.equipment-slide-item .slide-card {
  background: #fff;
    border-radius: 16px;
    border: 1.5px solid #E6E6E6;
    padding: 20px !important;

  transition: box-shadow 0.3s;
  min-height: 215px;
}

.equipment-slide-item .slide-card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
}

.equipment-slide-item .slide-card img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.equipment-slide-item .slide-card p {
  font-size: 16px;
  color: #414141;
  font-weight: 600;
  margin: 0;

  line-height: 1.4;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  width: 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}

.slider-arrow:hover {
  background: #f26522;
  border-color: #f26522;
}

.slider-arrow:hover svg path {
  stroke: #fff;
}

.slider-arrow.prev-arrow {
  left: 0;
}

.slider-arrow.next-arrow {
  right: 0;
}

.slider-arrow svg {
  width: 16px;
  height: 16px;
}

.slider-arrow svg path {
  stroke: #555;
  stroke-width: 2.5;
  fill: none;
  transition: stroke 0.2s;
}

.equipment-slider-track {
  padding: 0px 0px;
}


@media (max-width: 1199px) {
  .equipment-slide-item {
    flex: 0 0 calc((100% - 64px) / 5);
  }
}

@media (max-width: 991px) {
  .equipment-slide-item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}

@media (max-width: 767px) {
  .equipment-slide-item {
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .equipment-slider-section {
    padding: 20px 36px;
  }
}

@media (max-width: 575px) {
  .equipment-slide-item {
    flex: 0 0 calc((100% - 14px) / 1);
  }

  .equipment-slider-section {
    padding: 20px 34px;
  }
}

@media (max-width: 360px) {
  .equipment-slide-item {
    flex: 0 0 100%;
  }
}
