*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
  --t4a-primary-color: #fd7e14;
  --t4a-light-primary-color: #ffece1;
  --t4a-secondary-color: #1F1F26;
  --t4a-primary-bg: #eafaf6;
  --t4a-faded-primary-bg: #eafaf6dd;
  --t4a-secondary-bg: #ffffff;
  --t4a-border-radius: 20px;
  --t4a-border-color: #fd7e14;
  --t4a-icon-color: #2D2D2D;
  --t4a-heading-color: #261F1F;
  /* --t4a-card-content-color: #77819C; */
  --t4a-card-content-color: #5d5d5d;
  --t4a-card-heading-color: #1F1F26;
  --t4a-text-element-color: #252F3E;
  --t4a-text-element-size: 15px;
  --t4a-header-padding: 0.1rem 0.7rem;
  --t4a-input-radius: 4px;
  --t4a-heading-one:32px;
  --t4a-heading-two:24px;
  --t4a-heading-three:18px;
  --t4a-heading-four:16px;
  --t4a-heading-five:13px;
  --t4a-heading-six:10px;
  --t4a-bg-muted:#616A72;
  --t4a-line-height:22px;
}

.line-height-22{
    line-height:var(--t4a-line-height);
}

.h-1{
  font-size: var(--t4a-heading-one);
}
.h-2{
  font-size: var(--t4a-heading-two);
}
.h-3{
  font-size: var(--t4a-heading-three);
}
.h-4{
  font-size: var(--t4a-heading-four);
}
.h-5{
  font-size: var(--t4a-heading-five);
}
.h-6{
  font-size: var(--t4a-heading-six);
}
.text-primary{
  color: var(--t4a-primary-color) !important;
}
.textt4a-secondary{
  color: var(--t4a-secondary-color) ;
}

body {
  font-family: Arial, sans-serif;
}
a{
  text-decoration: none;
}
.h-auto{
  height: auto !important;
}
.bgt4a-primary{
  background-color: var(--t4a-primary-bg);
}
.bgt4a-secondary{
  background-color: var(--t4a-secondary-bg);
}
.text-muted{
  color: var(--t4a-card-content-color);
}
.bg-muted{
  background: var(--t4a-bg-muted);
}
.text-underline{
  text-decoration: underline;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.w-10{
  width: 20%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70% !important;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}
.z-9{
  z-index: 9;
}
.z-0{
  z-index: 0;
}
.main-wrapper{
  max-width: 1534px;
  min-width: 1200px;
}
.rounded-left-card{
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.rounded{
  border-radius: var(--t4a-border-radius) !important;
}
.border-primary-2px{
  border: 1px solid var(--t4a-card-heading-color);
}
.bg-light-primary{
  background: var(--t4a-light-primary-color);
}
.zoomIn{
  transform: scale(1.1);
  transition: all 200ms ease-in-out;
}
.border-right-dashed{
  border-right: 1px dashed #c0c0c0c1;
}
.font-weight-100{
  font-weight: 100 !important;
}
.font-weight-300{
  font-weight: 300 !important;
}
.font-weight-500{
  font-weight: 500 !important;
}
.font-weight-600{
  font-weight: 600 !important;
}
.element-size{
  font-size: var(--t4a-text-element-size);
}
.element-color{
  color: var(--t4a-text-element-color);
}
.icon-sticky{
  position: sticky;
  top: 200px;
}
.img-fit{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.smoth-scroll{
  transition: .5s;
}
.cursor-pointer{
  cursor: pointer;
}
.add-underline:hover{
  text-decoration: underline;
}
.hover-zoomin:hover{
  transform: scale(1.1);
  transition: all 200ms ease-in-out;
}
.hide-overlay-toright{
  background-image: linear-gradient(to right, var(--t4a-faded-primary-bg) , var(--t4a-primary-bg));
  height: 44px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.hide-overlay-toleft{
  background-image: linear-gradient(to left, var(--t4a-faded-primary-bg) , var(--t4a-primary-bg));
  height: 44px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.float-right{
  float: right;
}
.top-59{
  top: 59px !important;
}
.top-160vh{
  top: -160vh !important;
}
.btn-sm:hover{
  background: var(--t4a-primary-color);
}
 /* Preloader styles */
 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s;
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--t4a-header-padding);
  z-index: 9999 !important;
}
#logo img{
  width: 180px;
}
.colored-icon {
  filter: invert(1) sepia(1) saturate(10000%) hue-rotate(300deg) ;
  /* drop-shadow(0px 0px 1px orange) */
}
.serch-input {
  width: 100%;
  color: #222;
  background-color: var(--t4a-background-light);
  line-height: 36px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-size: 16px;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.head-searchbox:has(.serch-input:focus) {
  box-shadow: 0px 0px 2px var(--t4a-primary-color);
  transition: box-shadow 0.3s ease;
}
.head-searchbox{
  border: 1px solid var(--t4a-primary-color);
}
.head-searchbox:hover{
  box-shadow: 0px 0px 2px var(--t4a-primary-color);
  transition: box-shadow 0.3s ease;
}
.search-container {
  background-color: #202020;
  padding: 15px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.micBtn {
  padding: 1px 7px;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  color: #ff7012;
  background-color: transparent;
  border: none;
}
.location-btn{ 
  border: 1px solid #ededed;
  font-size: 14px;  
  transition: all ease-in-out 0.3s; 
  text-wrap: nowrap;
}
.chat-btn{ 
  border: 1px solid var(--t4a-border-color);
  font-size: 14px;  
  transition: all ease-in-out 0.3s; 
  text-wrap: nowrap;
}
.contact-btn{ 
  border: 1px solid var(--t4a-border-color);
  font-size: 14px;  
  transition: all ease-in-out 0.3s; 
  text-wrap: nowrap;
}
.location-btn:hover{
   border: 1px solid #FF9419;  
}
.location-btn:focus-visible{
  background: #ff7012;
  color: #ededed;
}
.img-detail-category-contain{
  height: 65px;
  width: 65px;
  overflow: hidden;
}
.img-detail-category-contain img{
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-contain{
  height: 55px;
  width: 55px;
  overflow: hidden;
}
.img-contain img{
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.max-width-200{
  max-width: 200px;
}
.min-width-150{
  min-width: 150px;
}
.min-height-110{
  min-height: 110px;
}
.object-fit-cover{
  object-fit: cover;
}
.colum-2{
  column-count: 2;
}
.font-size-1-2rem{
  font-size: 1.2rem;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.listening{
  position: absolute;
  background: #f8660422;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  top: 4%;
  left: 0%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.form-select {
  --bs-form-select-bg-img: url('https://cdn-icons-png.flaticon.com/512/2985/2985150.png');
  display: block;
  width: 50%;
  padding: 7px 38px 6px 16px;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777e89;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  border: 0px solid #dfe5ef00;
  border-radius: 7px;
  box-shadow: unset;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.post-btn{
  background: #ff7112e2;
}
.post-btn:hover{
  background: #ff7012;
}
.btn-search {
  padding: 6px 14px;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  color: #ff7012;
  background-color: transparent;
  border: none;
}
.form-select:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
#catagory-nav {
  /* background-color: #EEEFF0; */
  border-bottom: 1px solid #EEEFF0;
}
.menu {
  display: flex;
  list-style-type: none;
  padding: 0.4rem;
  margin-bottom: 0px;
}
.menu > li {
  /* position: relative; */
  text-wrap: nowrap;
  padding: 0.5rem 1rem;
  cursor: pointer;
  user-select: none;
}
.menu > li.active {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #f1f1f1;
}
.menu > li:hover {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #f1f1f1;
}
.dropdown a:hover {
  background-color: #fff;
}

#megaMenu > li:hover .dropdown {
  display: flex;
}

.dropdown {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #fff;
  color: #333;
  width: 95vw;
  /* height: 50vh; */
  height: auto;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: row;
  justify-content: space-between;
  z-index: 1021;
}
.dropdown a{
  text-decoration: none;
}

.menu > li.active .all-catagories-dropdown {
  display: flex;
  flex-direction: column;
}

.menu > li.active .dropdown {
  display: flex;
}

.dropdown-column {
  flex: 1;
  margin: 0 1rem;
}

.dropdown-column h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  color: #3C80C2;
  font-weight: 600;
}

.dropdown-column ul {
  list-style: none;
}

.dropdown-column ul li {
  padding: 0.3rem 0;
}

.dropdown-column ul li a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}
.catagories-elem{
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.hover-trigger{
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.catagories-elem > a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}
.hover-trigger > a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}
.catagories-elem > img{
  width: 20px;
}
.text-ellips-100{
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellips{
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellips-80{
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .text-ellips-2line {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .text-capitalize{
    text-transform: capitalize;
  }
.text2line-ellips{
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  color: #222;
  width: 100%;
  margin-top: 13px;
  height: 34px;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 17px;
  word-break: break-word;
  box-sizing: border-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.border-none{
  border: none;
}
.catagry-sidebar {
  position: absolute;
  border-radius: 10px;
  left: 300px;
  top: 0px;
  background-color: #fff;
  color: #333;
  width: 75vw;
  /* height: 89vh; */
  height: auto;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
}

.catagry-sidebar-body{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catagories-elem:hover{
  background: var(--t4a-secondary-bg);
  box-shadow: 0px 0px 5px #f1f1f1;
}
.hover-trigger:hover{
  background: var(--t4a-secondary-bg);
  box-shadow: 0px 0px 5px #f1f1f1;
}
.catagry-sidebar-header h4{
  font-size: 1.1rem;
  font-weight: 900;
}

.catagry-sidebar-column h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.catagry-sidebar-column h3 a{
  color: #3C80C2;
  text-decoration: none;
}
.all-catagories-column ul, .catagry-sidebar-column-sub ul, .mini-item ul{
  height: 65vh;
  overflow-x: hidden;
}
.add-scroll{
    height: 220px;
    overflow-y: scroll;
}
.catagry-sidebar-column-sub{
  visibility: hidden;
  pointer-events: none;
}
.mini-show{
  visibility: visible;
  pointer-events: all;  
}
.mini-box-circle{
  height: 150px;
  width: 150px;
  object-fit: cover;
}
.catagry-dropdown:hover .catagry-sidebar-column-sub{
  visibility: visible;
  pointer-events: all;
}
.mini-item ul li{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 1rem;
}
.mini-item ul li img{
  width: 100%;
  border-radius: 50%;
}
/* model */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
  height: 100%;
  z-index: 9999;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.modal-content {
  background-color: white;
  padding: 10px;
  width: 100%;
  /* height: 100%; */
  /* max-width: 900px; */
  border-radius: 5px;
}
.modal-body {
  max-height: 500px; 
  overflow-y: auto;
  padding-right: 10px;
}
.modal-content::-webkit-scrollbar {
  width: 4px;
}
.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.modal-content::-webkit-scrollbar-thumb {
  background: #C0C0C0; 
}
.modal-content::-webkit-scrollbar-thumb:hover {
  background: #9e9d9d; 
}
.modal-center{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: auto;
}

.input-group {
margin: 10px;
max-width: 400px;
}

.input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.input-group input {
  width: 70%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group input:focus-visible {
border: 1px solid #f86604 !important;
outline: #f86604;
}
.country-code{
  border-top-left-radius: var(--t4a-input-radius) !important;
  border-bottom-left-radius: var(--t4a-input-radius) !important;
}
.mod-input-number{
  border-top-right-radius: var(--t4a-input-radius) !important;
  border-bottom-right-radius: var(--t4a-input-radius) !important;
}
.input-group textarea {
  width: 81%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
textarea:focus-visible {
border: 1px solid #f86604 !important;
outline: #f86604;
}
/* *********** */
.adaptive-place-input {
  /* box-sizing: border-box;
  width: 100%; */
  height: calc(3em + 2px);
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  resize: none;
  outline: none;
}
.adaptive-place-input[required]:focus {
  border-color: var(--t4a-border-color);
}
.adaptive-place-input[required]:focus + label[placeholder]:before {
  color: var(--t4a-border-color);
}
.adaptive-place-input[required]:focus + label[placeholder]:before,
.adaptive-place-input[required]:valid + label[placeholder]:before {
  transition-duration: 0.2s;
  transform: translate(0, -1.5em) scale(0.9, 0.9);
}
.adaptive-place-input[required]:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}
.adaptive-place-input[required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-3em - 2px);
  margin-bottom: calc((3em - 1em) + 2px);
}
.adaptive-place-input[required] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  padding: 0 2px;
  color: var(--t4a-bg-muted);
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 500;
}
/* *********** */
.close {
  float: right;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
.close:hover {
  color: #faac03;
}
button.prev-button {
  left: 0;
}

button.next-button {
  right: 0;
}
.badge-t4aprimary{
  background: var(--t4a-primary-color);
}
.bg-t4aprimary{
  background: var(--t4a-primary-color);
}
.see-all{
color: var(--t4a-primary-color);
}
.see-all:hover{
text-decoration: none;
color: var(--t4a-primary-color);
}
/* modal slider start */
.modslider-container {
  width: 100%;
  /* max-width: 800px; */
  overflow: hidden;
  margin: 4px auto;
  position: relative;
}
.modslider-track {
  display: flex;
  transition: transform 0.3s ease;
  cursor: grab;
}
.modslide {
  flex: 0 0 calc(100% / 5); 
  user-select: none;
  padding: 5px;
  text-align: center;
  margin: 0 5px;
}
.nav-buttons {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
background-color: rgba(0, 0, 0, 0.336);
color: white;
/* color: #faac03; */
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border: none;
border-radius: 50%;
font-size: 14px;
z-index: 1;
transition: background-color 0.3s;
}

.nav-buttons:hover {
color: rgb(255, 255, 255);
background-color: #faac03b7;
}
.nav-buttons:focus{
outline: none !important;
}

.prevBtn {
left: 1px;
}

.nextBtn {
right: 1px;
}
.banner{
  height: auto;
  /* width: 100%; */
  /* height: auto; */
  /* min-height: 83vh; */
  /* background: url("./banner.jpeg"); */
  /* background-position: center; */
  /* background-size: cover; */
}
.banner > div > .card, .banner > div > div > .card{
  width: calc(100% / 5.3208470789);
}
.banner-card-container{
  background-image: linear-gradient(rgba(255, 255, 255, 0.195), rgba(255, 255, 255, 0.955));
  /* filter: blur(0.5); */
  top: 50%;
  transform: translateY(-49%);
  position: absolute;
}
.btn:focus-visible, .btn:active {
  color: var(--t4a-primary-color) !important;
  background-color: var(--t4a-secondary-bg) !important;
  border-color: 1px solid var(--t4a-border-color) !important;
  outline: 0 !important;
  box-shadow: none !important;
}
  
@media (max-width: 991px) {
  .modslide {
    flex: 0 0 25%; 
  }
}
@media (max-width: 768px) {
  .modslide {
    flex: 0 0 30%; 
  }
}

@media (max-width: 480px) {
  .modslide {
    flex: 0 0 50%; 
  }
}
/* modal slider end */

/* slider */
.slider-container {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  cursor: grab;
}

.slide {
  min-width: calc(100% / 6); 
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px; 
}
@media (max-width:991px) {
  .slide {
      min-width: calc(100% / 4); 
  } 
}
@media (max-width:768px) {
  .slide {
      min-width: calc(100% / 3); 
  } 
}


.slider:active {
  cursor: grabbing;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.336);
  color: white;
  /* color: #faac03; */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  z-index: 10;
  transition: background-color 0.3s;
}

.arrow:hover {
  color: var(--t4a-secondary-bg);
  background-color: var(--t4a-primary-color);
}
.arrow:focus{
  outline: none !important;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
/* card design start */

.card-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.card-allcategory {
position: relative;
width: 100%;
max-height: 300px;
border-radius: 10px;
overflow: hidden;
}

.card-image {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.card-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}

.card-content {
position: absolute;
bottom: 0px;
left: 0px;
color: white;
z-index: 1;
}

.card-title {
display: inline-block;
font-size: 14px;
font-weight: 500;
margin-bottom: 5px;
text-decoration: none;
/* color: #ffffff; */
color: var(--t4a-text-element-color);
}
.card-img-manage{
  position: relative;
  width: 100%;
  /*height: 165px;*/
  height: 200px;
  overflow: hidden;
  padding:10px;
  }
.card-img-manage img{
  width: 100%;
  /*height: auto;*/
  height: 100%;
  object-fit: cover;
  }

.enquiry-buttons-pop {
width: 100%;
color: var(--t4a-primary-color);
border: 1px solid var(--t4a-primary-color);
display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.enquiry-buttons-pop:hover {
background-color: #f86604;
color: #ffffff;
text-decoration: none;
}

@media (max-width:768px) {
.card-allcategory {
  max-height: 380px;
}
}
@media (max-width:500px) {
.card-allcategory {
  max-height: 150px;
}
.modal-body {
  padding: 2px;
  padding-right: 2px;
}
.input-group textarea {
width: 92%;
}
.input-group input {
width: 80%;
}
.modal-content {
padding: 20px 2px 20px 2px;
}
}
/* Complete business solution animation css start*/
figure{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bs-icon-box{
  width: calc(100% / 2);
  width: 100px;
  height: 87px;
  border: 2px solid #B4B7BA;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  position: relative;
}
.bs-icon-box:hover{
  border: 1px solid transparent !important;
  background: #fff !important;
  box-shadow: 0 12.6px 25.2px -11.5733px rgba(50,50,93,.25), 0 7.56px 15.12px -7.56px rgba(0,0,0,.1) !important;
}
.bs-icon-box img{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* visibility: hidden; */
  /* filter: drop-shadow(1px 1px 1px #B4B7BA); */
}
.bs-icon-box img.color-effect {
  filter: grayscale(100%) brightness(0.7);
  transition: filter 0.3s;
}

.bs-icon-box img.color-effect:hover {
  filter: none;
}
.bs-icon-box img:first-child {
  opacity: 1;
  transition: all 200ms ease-in-out;
}
.bs-icon-box img:last-child {
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.bs-icon-box:hover img:first-child {
  opacity: 0;
}
.bs-icon-box:hover img:last-child {
  opacity: 1;
}

.line-right{
  position: absolute;
  z-index: -1;
  content: " ";
  height: 2px;
  width: 122px;
  top: 50%;
  left: 98px;
  background: #B4B7BA;
  /* background-image: linear-gradient(to right, #fdb001, #160F46); */
}

.line-bottom{
  position: absolute;
  z-index: -1;
  content: " ";
  height: 28px;
  width: 2px;
  top: 85px;
  left: 50%;
  background: #B4B7BA;
  /* background-image: linear-gradient(to right, #fdb001, #160F46); */
}

.line-left{
  position: absolute;
  z-index: -1;
  content: " ";
  height: 2px;
  width: 124px;
  top: 50%;
  right: 98px;
  background: #B4B7BA;
  /* background-image: linear-gradient(to right, #fdb001, #160F46); */
}

.sticky-anime{
  position: sticky;
  top: 65px;
}

/* Complete business solution animation css end*/

    .product-card img {
      width: 100%;
      height: 140px;
      object-fit: cover;
    }
    .product-card2 img {
      height: 140px;
      object-fit: cover;
    }
    .supplier-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      /* margin-bottom: 20px; */
    }
    .supplier-name {
      font-weight: 600;
      font-size: 1.1rem;
    }
    .verified {
      color: #007bff;
      font-weight: bold;
      margin-left: 8px;
    }
    .chat-buttons button {
      margin: 5px 10px 5px 0;
    }
    .new-tag{
      position: absolute;
      width: 68px;
      height: 68px;
      top: 7px;
      left: 7px;
      background: url('./images/new-tag.png')no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 9999;
    }
        .event-block .ev-content-block h3:hover a {
            color: var(--t4a-primary-color);
        }
        .event-block .event-category a:hover{
          color: var(--t4a-primary-color);
        }
        .badge-muted-sharp {
            background: var(--t4a-bg-muted);
            margin-bottom: 10px;
            display: inline-block;
            color: #fff;
            padding: 3px 10px;
            font-size: 12px;
        }
/* events only index card  start*/
.linear-green{
  background: linear-gradient(to right, #e8f9e858, #dff5df);
}
.linear-orange{
  background: linear-gradient(to right, #f7cda553, #F7CCA5);
}
.linear-gray{
  background: linear-gradient(to right, #cee2f145, #CEE2F1);
}
.event-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event-title a {
  font-size: 18px;
  font-weight: bold;
  /* color: #0077cc; */
  color: var(--t4a-card-heading-color);
  text-decoration: none;
}
.event-tags a {
  background: var(--t4a-secondary-bg);
  color: var(--t4a-card-heading-color);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 6px;
  display: inline-block;
  margin-top: 6px;
}
.event-members {
  margin-top: 10px;
  font-size: 14px;
  color: #222;
}
.event-logo img {
  width: 70px;
  height: auto;
  border-radius: 4px;
}
/* events only index card  end*/
.mng-hght-scrl{
  max-height: 576px;
  overflow-y: scroll;
}

.mng-hght-scrl::-webkit-scrollbar {
  width: 2px;
}
.mng-hght-scrl::-webkit-scrollbar-track {
  background: #f1f1f148; 
}
.mng-hght-scrl::-webkit-scrollbar-thumb {
  background: #c0c0c048; 
}
.mng-hght-scrl::-webkit-scrollbar-thumb:hover {
  background: #9e9d9d52; 
}
.glow{
  position: relative;
}
.glow::after{
  top: 50%;
  left: 45%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  content: " ";
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f8660498;
  -webkit-animation: buble 1s ease-in-out infinite alternate;  
  -moz-animation: buble 1s ease-in-out infinite alternate;  
  animation: buble 1s ease-in-out infinite alternate;
}
.glow::before{
  top: 50%;
  left:45%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  content: " ";
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #faac03af;
  -webkit-animation: buble 1s ease-in-out infinite alternate;  
  -moz-animation: buble 1s ease-in-out infinite alternate;  
  animation: buble 1s ease-in-out infinite alternate;
}

@-webkit-keyframes buble {
  0% {
    transform: translateX(-75%) translateY(-50%) translateZ(0) scale(1); 
    opacity: 1;}
  100% {
    transform: translateX(-75%) translateY(-50%) translateZ(0) scale(1.5); 
    opacity: 0;
   }
}
.clip-path{
  width: 660px;
  height: 79vh;
  top: -44px;
  left: -180px;
}
.clipped-box div{
  /* width: 100%; */
  clip-path: ellipse(42% 40% at 50% 50%);
  -webkit-clip-path: ellipse(42% 40% at 50% 50%);
  box-shadow: 0px 0px 10px #ff7012;
}
.gradiant-primary{
  background-image: radial-gradient(circle, #fd7d1476, #fd7d14c2, #fd7e14);
}
.cp-dropdown{
  cursor: pointer;
   position: relative;
}
.cp-dropdown:hover .cp-dropdown-menu{
  visibility: visible;
  pointer-events: all;
}
.cp-dropdown-menu{
  position: absolute;
  top: 15px;
  left: -15px;
  padding: 10px 28px;
  background: #fff;
  visibility: hidden;
  pointer-events: none;
}
.autocomplete-items{
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 420px;
    overflow-y: scroll;
    background: #fff;
}
.sub-category-element-position{
  top: 0px;
  left: 300px;
}
.drpdwn-element-width{
    width: 25%;
  }
/* 481px–768px: Tablets responsive code for warapper & header */
@media (max-width: 768px){
  .main-wrapper{
    max-width: 768px;
    min-width: 481px;
  }
  .tab-element-hidden{
    display: none;
  }
 .tab-menu-scroll{
    overflow-x: scroll;
  }

  #logo img{
    width: 154px;
  }
  .card-img-manage{
    height: 75px
  }
  .banner > div > .card, .banner > div > div > .card {
    width: calc(100% / 5);
  }
  .sub-category-element-position{
  top: 0px;
  left: 150px;
  }
  .drpdwn-element-width{
    width: 100%;
  }
  .sign-in-width {
        width: 40%;
    }
}
/* 360px to 414px: mobile responsive code for warapper & header */
@media (max-width: 480px){
  .main-wrapper{
    max-width: 480px;
    min-width: 360px;
  }
      #logo img {
        width: 45%;
    }
  .mob-element-hidden{
    display: none;
  }
}