/************ Header ************/
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 19px clamp(24px, 2vw, 32px);
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(9, 9, 13, 1);
  margin-top: 20px;
  align-items: center;
}
.header-main {
  padding-inline: 10px;
}
.logo {
  width: clamp(100px, 9vw, 148px);
  max-width: 100%;
}
.logo svg {
  width: 100%;
}
.header_list {
  display: flex;
  gap: clamp(10px, 3vw, 35px);
  align-items: center;
}

.header_list li a {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding-bottom: 6px;
}
.header_list li.active a {
  color: var(--primary-color);
  font-weight: 700;
  border-bottom: 1px solid var(--primary-color);
}
.login-btn {
  border-radius: 16px;
  background: var(--primary-color);
  padding: 17px 20px;
  color: #000;
  width: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border: 1px solid var(--primary-color);
}
.login-outline-btn {
  background-color: transparent;
  color: var(--primary-color);
  /* font-family: "Roboto", sans-serif; */
}
/* .register-text{
  font-family: "Roboto", sans-serif;
} */

.login-btns {
  display: flex;
  gap: clamp(6px, 1.5vw, 19px);
}
.header-links-container {
  display: flex;
  gap: clamp(10px, 3vw, 50px);
}
.desktop-none {
  display: none;
}

/* ****************login-header************** */
.hamburger-icon img {
  width: 100%;
  height: 100%;
}
.header.login-header {
  background: #594226;
  border: unset;
  padding: 14px clamp(8px, 2vw, 24px);
}
.header.login-header .header_list {
  gap: clamp(10px, 3vw, 40px);
}
.login-header-links-container .header_list li a {
  padding: 18px clamp(8px, 1.5vw, 18px);
  display: flex;
  gap: 8px;
  align-items: center;
  color: #b3b3b4;
  font-weight: 600;
}
.login-header-links-container .header_list li.active a {
  border: unset;
  color: var(--white-color);
  font-weight: 600;
  border-radius: 12px;
  background: rgba(9, 10, 13, 0.6);
}
.custom-container.login-header {
  max-width: 1800px;
}
.notification-icon {
  padding: 17px;
  background: #976f41;
  border-radius: 12px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.notification-count {
  display: flex;
  width: 10px;
  height: 10px;
  background: #f04e4e;
  position: absolute;
  right: 31%;
  top: 30%;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 8px;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  justify-content: center;
}
.logout-btn {
  padding: 16px 18px;
  /* background: #f2e0cc;
  border-radius: 12px;
  color: #c18e53;
  font-size: 16px;
  font-weight: 600;
  display: flex; */
  align-items: center;
  gap: 8px;
}
.logout-btn {
  padding: 16px 18px;
  /* background: #f2e0cc; */
  /* border-radius: 12px; */
  /* color: #c18e53; */
  /* font-size: 16px; */
  /* font-weight: 600; */
  /* display: flex; */
  align-items: center;
  gap: 8px;
}
 

/************Footer ************/
.footer-bg {
  background: #151515;
  padding: 80px 0 40px;
}
.footer-sec {
  display: flex;
  justify-content: end;
  gap: clamp(30px, 12vw, 220px);
}
.footer-logo {
  margin-right: auto;
}
.footer-sec h5 {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 21.6px;
  padding-bottom: 26px;
}
.footer-sec li {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  display: flex;
  gap: 10px;
}
.footer-sec ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-social-icons a {
  border-radius: 4px;
  background: #e2bd91;
  display: flex;
  padding: 15px 15.578px 15px 15.94px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}
.footer-social-icons {
  display: flex;
  gap: 10px;
  padding-top: 30px;
}
.copyrights p {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  padding-top: 28px;
}
.footer-links li span {
  font-weight: 600;
}
/***********landing page banner page ***************/
.banner-section {
  text-align: center;
  padding-block: clamp(150px, 14vw, 250px);
}
.login-btn {
  margin-inline: auto;
}
.banner-section h2 {
  color: var(--white-color);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 600;
  line-height: normal;
  padding: 30px 0 40px;
}
.banner-img {
  max-width: clamp(300px, 32vw, 600px);
  /* margin: auto; */
}
.banner-section .login-btn {
  padding: 16px clamp(16px, 2vw, 38px);
  width: fit-content;
  font-size: 18px;
}
/****************** offer-tabs-sec ****************** */
.offer-tabs {
  padding-bottom: clamp(50px, 8vw, 100px);
}
.toggle-buttons {
  display: flex;
  margin-top: 2rem;
  border-radius: 72px;
  background: #3b3b3e;
  align-items: center;
  width: fit-content;
  
}
.toggle-buttons a {
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: var(--white-color);
  cursor: pointer;
  font-weight: bold;
  border-radius: 72px;
  white-space: nowrap;
  transition: color 0.3s;
  font-weight: 600;
}
.toggle-buttons .active {
  background: var(--primary-color);
  color: black;
}
.cards {
  display: flex;
  justify-content: center;
  gap: 21px;
  padding-top: 60px;
}
.card .login-btn {
  width: 100%;
  font-weight: 500;
}
.card-btns {
  margin-top: auto;
}
.card-btns hr {
  margin: 40px 0 24px 0;
}
.card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0d0e11;
  padding: 24px clamp(10px, 2vw, 24px);
  color: var(--white-color);
  flex-direction: column;
  gap: 24px;
  max-width: 384px;
  width: 100%;
}
.card.active {
  background-color: #fbf5ef;
  color: #0a0a0e;
}
.card.active .card-icon {
  background: var(--primary-color);
}
.card.active .card-icon svg path {
  fill: var(--white-color);
}
.card.active {
  display: flex;
}
.tabs-header {
  display: flex;
  gap: 90px;
  align-items: center;
}
.tabs-header {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.tabs-title h3 {
  color: var(--white-color);
}
.card-icon {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  justify-content: center;
  background: #f2e0cc;
}
.card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 19px;
}
.card ul li {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.888px;
}

.card h5 {
  font-size: clamp(32px, 3vw, 40px);
  font-weight: 600;
  line-height: 29px;
}
.card h5 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
/* ************* how its work **************** */
.works-section-grid {
  position: relative;
}
.works-section-grid-content-inner-icon {
  display: flex;
  width: clamp(60px, 8vw, 130px);
  height: clamp(60px, 8vw, 130px);
  padding: clamp(15px, 2.5vw, 39px);
  justify-content: center;
  align-items: center;
  border-radius: 65px;
  border: 3px solid var(--primary-color);
  background: #040406;
}
.works-section-grid-content-inner {
  text-align: center;
  max-width: 281px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.works-section-grid-content-inner h4 {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  line-height: normal;
  padding: 16px 0 12px;
}
.works-section-grid-content {
  display: flex;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.works-section-title {
  padding: 0 0 60px clamp(10px,5vw,75px);
}
.work-section-svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 24%;
  width: clamp(373px, 74vw, 1440px);
}
.work-section-svg svg {
  width: 100%;
}
.works-section-bg {
  background: #2b2b2d;
  padding-block: 60px;
}
.works-grid-card {
  max-width: 950px;
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  /* border: 2.5px solid var(--secondray-color); */
  background: #0d0e11;
  /* overflow: hidden; */
  position: relative;
  min-height: 210px;
  margin-right: 180px;
}
.works-grid-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../asset/images/works-card-bg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.works-grid-card-dots {
  position: absolute;
  left: 99%;
  top: 46%;

  z-index: 0;
}
.card-reverse .works-grid-card-dots {
  position: absolute;
  right: 99%;
  top: 46%;
  left: unset;
  z-index: 0;
}
.works-grid-card .works-grid-card-icon {
  border-radius: 16px 0px 0px 16px;
}
.card-reverse .works-grid-card-icon {
  border-radius: 0px 16px 16px 0px;
}
.works-grid-card.card-reverse::after {
  transform: rotate(180deg);
}
.works-grid-card-content {
  padding: clamp(12px, 2.5vw, 38px) clamp(12px, 2vw, 24px);
  z-index: 1;
}
.works-grid-card-icon {
  background: #c18e53;
  display: flex;
  align-items: center;
  padding: clamp(10px, 2vw, 22px);
  z-index: 2;
}
.works-grid-card-content h4 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: normal;
  padding-bottom: 16px;
}
.works-grid-card-content p {
  text-align: justify;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.45;
}
.card-reverse {
  flex-direction: row-reverse;
  align-self: flex-end;
  margin: 0 0 0 180px;
}
.works-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.works-grid-card-count {
  position: absolute;
  right: 16px;
  bottom: 4px;
  z-index: 1;
}
.card-reverse .works-grid-card-count {
  right: unset;
  left: 16px;
}
.works-section {
  padding-block: 100px;
}
/* ************************about page************************ */
.about-content-grid-card {
  padding: 24px;
  border-radius: 16px;
  position: relative;
  background-color: #0d0e11;
  z-index: 0;
  height: 100%;
}
.about-content {
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-content-title h6 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 32.36px;
}
.about-content-grid-card-icon span {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #f2e0cc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content-grid-card p {
  font-weight: 500;
}
/* 
.about-content-grid-card:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    padding: 2px; 
    border-radius: 20px;
    background: linear-gradient(196deg, #ffb36b, #0C0D0E);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
} */
.about-content-grid-card-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ffffff2b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.about-content-grid-card-md {
  max-width: 578px;
  height: 100%;
}
.about-content-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.about-content-title {
  padding-bottom: 40px;
}
.about-content-grid-card p:not(:last-child) {
  padding-bottom: 12px;
}
.about-content-names-card {
  padding: 26px 33px;
  background: #161616;
  border-radius: 16px;
  max-width: 605px;
  border-bottom: 6px solid var(--secondray-color);
}
.about-content-grid-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 3px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: linear-gradient(
    to right bottom,
    #111111 78%,
    #c6934b 100%,
    #f0d6a0 123%
  );
  right: 0px;
}
.lenier-top-right::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(
    to right top,
    #111111 78%,
    #c6934b 100%,
    #f0d6a0 123%
  );
}
.lenier-bottom-left::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(
    to left bottom,
    #111111 78%,
    #c6934b 100%,
    #f0d6a0 123%
  );
}
.lenier-top-left::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(
    to left top,
    #111111 78%,
    #c6934b 100%,
    #f0d6a0 123%
  );
}
.about-content-names {
  display: flex;
  gap: clamp(20px, 5vw, 80px);
  justify-content: center;
  align-items: center;
}
.about-content-names-card h5 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 29px;
}
.about-content-names-card h5 span {
  color: var(--primary-color);
  font-weight: 800;
}
.about-content-grid-card-icon h4 {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 29px;
}

/* ************************customer dashboard ****************/
.dashboard-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc(100% - 540px);
}
.dashboard-title {
  padding-bottom: 20px;
}
.dashboard-main {
  padding: 43px 0 90px;
}
.dashboard-title h1 {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  line-height: normal;
}
.dashboard-container {
  max-width: 1820px;
}
.dashboard-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 25px;
}
.dashboard-plans-grid-card {
  padding: 20px;
  border-radius: 20px;
  /* border-bottom: 3px solid var(--secondray-color); */
  background: var(--card-background);
  cursor: pointer;
}
.dashboard-plans-grid-card-icon {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.dashboard-plans-grid-card-icon span {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  align-items: center;
  border-radius: 25px;
  background: #c18e53;
}
.dashboard-plans-grid-card-icon p {
  font-weight: 500;
  color: #acacad;
}
.dashboard-plans-grid-card h5 {
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  line-height: normal;
}
.plans-grid-card-active {
  background: var(--secondray-color);
  color: #0a0a0e;
}
.plans-grid-card-inactive {
  background: var(--card-background);
  /* background: var(--dashboard-header-bg); */
  color: var(--white-color);
}
.plans-grid-card-active .dashboard-plans-grid-card-icon p,
.plans-grid-card-inactive .dashboard-plans-grid-card-icon p {
  color: #0a0a0e;
  font-size: 16px;
  font-weight: 600;
}
.plans-grid-card-inactive .dashboard-plans-grid-card-icon span {
  opacity: 0.4;
}
.dashboard-quick-action-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px;
}
.dashboard-quick-action-grid-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #15181a;
  padding: 23px;
}
.dashboard-quick-action-grid-card p {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.dashboard-card-bg {
  background: var(--card-background);
  border-radius: 20px;
  padding: clamp(10px, 1.5vw, 20px);
  position: relative;
}
.dashboard-quick-action-title {
  padding-bottom: 20px;
}
.describe-section .form-section-title.dashboard-card-title h3 {
  font-weight: 700;
}
.dashboard-card-bg h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: normal;
}
.dashboard-profile-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff4d;
}
.dashboard-profile-title a {
  color: var(--secondray-color);
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.dashboard-inner-sec {
  display: flex;
  padding-top: 10px;
  gap: clamp(20px, 3vw, 47px);
}
.dashboard-inner-profile {
  width: 157px;
  height: 168px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #3b3b3e;
  gap: 8px;
}
.dashboard-inner-profile span {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin-bottom: 4px;
  overflow: hidden;
}
.dashboard-inner-profile span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-inner-grid-card {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #19191c;
  gap: 8px;
  padding: 10px;
}
.dashboard-inner-grid-card span {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #976f41;
}
.dashboard-inner-grid-title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 9px;
}
.dashboard-inner-grid-card-content h6 {
  color: var(--secondray-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 4px;
}
.dashboard-inner-grid-card-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.dashboard-inner-profile h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.dashboard-inner-profile p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.dashboard-inner-grid-sec {
  width: 100%;
}
.dashboard-inner-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.dashboard-inner-grid-card:last-child {
  grid-column: span 2;
}
.chart-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 64px;
  gap: 20px;
}
.chart-container-tabs {
  border-radius: 12px;
  background: #3b3b3e;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px;
}
.chart-container-header h3 {
  font-size: clamp(23px, 2vw, 30px);
}
.chart-container-tabs li {
  padding: 11px 19px;
}
.chart-container-tabs li.active {
  background: var(--secondray-color);
  border-radius: 8px;
  font-weight: 500;
}
.main-document .dashboard-profile-title {
  border: unset;
}
.main-document-list-card span {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 11px;
  justify-content: center;
  align-items: center;
  border-radius: 4.4px;
  background: #976f41;
}
.main-document-list-card {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #19191c;
  padding: 13px 10px;
}
.main-document-list-content h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 8px;
}
.main-document-list-content p {
  color: #8e8e90;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.main-document-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 619px;
  /* max-height: 180px; */
  overflow: auto;
}
.dashboard-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 540px;
}
.dashboard-inner {
  display: flex;
  gap: 40px;
}
.chart-container-title h3 {
  padding-bottom: 10px;
}
/******************** describe-Problem Page ************************/
.describe-container {
  max-width: 913px;
  margin: auto;
  padding: 40px 10px;
  width: 100%;
}
.form-section-pd {
  padding: 30px clamp(10px, 2vw, 30px) clamp(10px, 2vw, 30px);
}
.form-section-title {
  border-bottom: 1px solid #ffffff25;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/******************* input-css************* */
.form-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-page  .form-sec{
  gap: 0;
  padding-top: 0;
}
.input-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.password-icon-sec {
    position: relative;
}
.input-form input,
.input-form textarea,
.input-form select {
  padding: clamp(12px, 2vw, 17px) clamp(12px, 2vw, 16px);
  border-radius: 8px;
  border: 1.5px solid #5b5b5e;
  background: #0a0a0e;
  color: var(--white-color);
  resize: none;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.input-form select {
  position: relative;
  -webkit-appearance: none;
  background: #19191c url(../asset/images/chevron-down.svg) no-repeat right /
    contain;
  background-size: 20px;
  background-position: 97% center;
}
input[type="date"] {
  background: url(../asset/images/calendar.svg) no-repeat;
  background-size: 20px;
  background-position: 97% center;
  -webkit-appearance: none;
  background-color: #0a0a0e;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.input-form label {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
}
input[type="file"] {
  border: 1.5px dashed #5b5b5e;
}
.form-sec-upload .input-form {
  flex: 1 1 400px;
}
.form-sec-upload .input-form:first-child {
  flex: 0.65 1 333px;
}
.form-flex {
  display: flex;
  gap: 18px;
}
/******************* input-css-end************* */

.upload-container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  border: 2px dashed #555;
  border-radius: 10px;
  padding: 14px 13px;
  background-color: #0a0a0e;
}
label.upload-button {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.upload-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d4a264;
  border-radius: 8px;
  cursor: pointer;
  background-color: #040406;
  transition: all 0.3s ease;
  color: var(--secondray-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.upload-button:hover {
  background-color: #1c1c1c;
}
.upload-icon {
  font-size: 16px;
  font-weight: bold;
}
.upload-text {
  color: #8e8e90;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.submit-btn, button.submit-btn {
  padding: 14px clamp(20px, 5vw, 72px);
  border-radius: 10px;
  background: var(--secondray-color);
  width: fit-content;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.btn-options {
  display: flex;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
}
.back-btn {
  background: transparent;
  color: var(--secondray-color);
  padding-inline: 10px;
  display: flex !important;
  gap: 8px;
}
.preview-container {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
.preview-thumb {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #222;
  flex-shrink: 0;
}
.preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-thumb .icon {
  position: absolute;
  bottom: 2px;
  left: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  padding: 2px 4px;
  font-size: 10px;
  border-radius: 4px;
}
.preview-thumb.more {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  font-weight: bold;
  color: #ccc;
  font-size: 14px;
  order: 4;
}
.upload-text.hidden {
  display: none;
}
.form-sec-upload {
  display: flex;
  gap: clamp(16px, 2vw, 30px);
}
.submit-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.stepper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.stepper-container::before {
  content: "";
  position: absolute;
  top: 23%;
  left: calc(16.66% + 17.5px);
  right: calc(16.66% + 17.5px);
  height: 2px;
  background: #999;
  z-index: 1;
  transform: translateY(-50%);
  opacity: 0.6;
}
.step {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 33.33%;
}
.step .icon {
  margin: 0 auto 12px;
  background-color: #666;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.step.active .icon {
  background-color: var(--secondray-color);
  border: 4px solid #f2e0cc;
}
.step span {
  color: var(--white-color);
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 600;
  line-height: normal;
  min-height: 41px;
  display: block;
}
.step.filled .icon {
  background-color: var(--secondray-color);
}
.btn-mt {
  margin: 36px 0 0;
}
.information-page .stepper-container::before {
  background: linear-gradient(
    90deg,
    rgba(212, 156, 91, 1) 50%,
    rgba(255, 255, 255, 0.2) 50%
  );
}
/******************** review-submit Page ************************/
.review-list li h6 {
  color: #b3b3b4;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
}
.review-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.review-list p {
  color: var(--white-color);
  text-align: justify;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 32px;
}
.review-page .stepper-container::before {
  background: linear-gradient(
    90deg,
    rgba(212, 156, 91, 1) 100%,
    rgba(255, 255, 255, 0.2) 50%
  );
}
.total-amount {
  padding: 24px clamp(10px, 2.5vw, 39px);
  text-align: right;
  border-radius: 0px 0px 10px 10px;
  background: #3b3b3e;
}
.review-page .dashboard-card-bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.total-amount h2 {
  color: var(--white-color);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: normal;
}
.total-amount h2 span {
  font-weight: 700;
}

.confirm-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--white-color);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: normal;
}
.paynow-btn {
  border-radius: 10px;
  border: 1px solid var(--secondray-color);
  background: #0a0a0e;
  color: var(--secondray-color);
  margin-right: auto;
}
.review-page .submit-btn,
.request-completed-page .submit-btn {
  padding: clamp(14px, 1vw, 16px);
}
.review-page .btn-mt {
  margin-top: 40px;
}
/******************** request-completed-page ************************/
.request-completed-page .dashboard-card-bg {
  height: calc(100vh - 217px);
  position: relative;
  padding-block: 30px;
}
.request-success-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
/*   padding-bottom: 150px; */
}
.request-success-container-inner span {
  width: clamp(40px, 7vw, 90px);
  height: clamp(40px, 7vw, 90px);
  border-radius: 50%;
}
.request-success-container-inner span svg {
  width: 100%;
  height: 100%;
}
.request-success-container-inner h2 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: normal;
  padding-bottom: 8px;
}
.request-success-container-inner h5 {
  font-weight: 500;
}
.request-success-container-inner p {
  color: #e7e7e7;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.888px;
}
.request-success-container-inner p span {
  font-weight: 700;
}
.request-completed-page .btn-mt {
  margin-top: 0;
  align-self: flex-end;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.request-success-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  /* padding-block: clamp(50px, 13vw, 250px); */
}
/******************** review-my-request ************************/
.table-container {
  max-width: 1700px;
  margin: auto;
  padding-inline: 10px;
}
.filter-sec {
  display: flex;
  gap: 20px;
}
.table-tile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  /* gap: 12px; */
}
.request-page form-pd-block .input-form select {
  width: 180px;
}
.request-page form-pd-block .input-form input {
  width: 300px;
}
.request-table table {
  width: 100%;
}
.request-table th,
.request-table td {
  padding: 14px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.request-table th {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}
.request-table tbody td:last-child a {
  color: var(--secondray-color);
}
.request-table thead {
  background: #252220;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
}
.request-table tbody tr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #19191c;
}
.request-table {
  padding-top: 20px;
}
.inprogress,
.cancelled,
.completed {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
}
.inprogress {
  background: #e3bd00;
}
.cancelled {
  background: #f04e4e;
}
.completed {
  background: #43c34e;
}
.input-filter svg,
.input-search svg {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 12px;
}
.input-filter select,
.input-search input {
  padding-left: 40px;
}
.form-pd-block {
  padding-block: 60px;
}

/********************** .request-details-page ******************/
.request-details-page .stepper-container::before {
  left: calc(8.66% + 11.5px);
  right: calc(8.66% + 11.5px);
}
.request-details-page .step {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 16.66%;
}
.request-details-container {
  max-width: 1740px;
  margin: auto;
  padding-inline: 10px;
}
.request-details-page .stepper-container::before {
  background: linear-gradient(
    90deg,
    rgba(212, 156, 91, 1) 80%,
    rgba(255, 255, 255, 0.2) 50%
  );
}
.view-details {
  border-radius: 6px;
  background: #19191c;
  padding: 20px;
}
.view-details-content {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 3.5vw, 50px);
}
.view-details-content-texts p {
  color: #b3b3b4;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8px;
}
.view-details-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view-details-content-texts h5 {
  max-width: 650px;
  text-align: justify;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.thumb-image-view {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.thumb-image-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.thumb-image-grid {
  display: flex;
  gap: 18px;
}
.thumb-image-icon {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 3.333px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 4px;
  left: 4px;
  border-radius: 2.5px;
  background: #5b5b5e;
}
.request-details-page {
  padding-block: 40px;
}
.request-details-page .btn-options {
  justify-content: space-between;
  gap: clamp(5px, 2vw, 20px);
  margin-top: 30px;
}
.request-details-page .btn-options-right {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.request-details-page .support-btn {
  background: #fbf5ef;
  color: var(--secondray-color);
}
.request-details-page .submit-btn {
  padding: 16px;
  display: block;
}
.request-height .table-responsive {
  max-height: calc(100vh - 383px);
}

/********************** Add-fund ******************/
.add-fund-container {
  max-width: 913px;
  margin: auto;
  padding-inline: 10px;
}
.add-fund-input {
  border-radius: 6px;
  border: 1.5px solid #5b5b5e;
  background: #0a0a0e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.add-fund-input input::placeholder {
  color: #8e8e90;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.add-fund-input input {
  background: transparent !important;
  border: unset !important;
  padding: 20px 25px !important;
  width: 100% !important;
  color: var(--white-color) !important;
  font-size: clamp(26px, 2vw, 32px) !important;
  font-weight: 600 !important;
  line-height: normal !important;
}
.add-fund-input input::placeholder {
  color: #8e8e90;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.add-fund-input span {
  display: flex;
  width: 89px;
  align-items: center;
  justify-content: center;
  padding-block: 9px;
  border-left: 1px solid #ffffff31;
}
.add-funt-amount .select {
  border-radius: 4px;
  border: 2px solid var(--secondray-color);
  background: #0a0a0e;
  color: var(--secondray-color);
  font-weight: 600;
}
.add-funt-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 20px;
}
.add-funt-amount span {
  padding: 8px;
  border-radius: 4px;
  background: #19191c;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7e7e7;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.add-fund {
  max-width: 420px;
  margin: 60px auto 0 auto;
}
.balence-sec-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 27px;
}

.balence-sec {
  max-width: 504px;
  margin-top: clamp(40px, 6vw, 80px);
}
.balence-sec-inner h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.balence-sec-inner p {
  color: #b3b3b4;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.add-fund-page .submit-btn {
  padding: 16px;
  margin-left: auto;
  margin-top: 45px;
  max-width: 220px;
  width: 100%;
  text-align: center;
}
.add-fund-page .btn-options {
  justify-content: start;
  margin-top: auto;
  flex-direction: column;
}
.add-fund-page .describe-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/********************** Download invoice ******************/
.download-invoice table .submit-btn {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding: 8px !important;
  border-radius: 5.294px;
}
.download-invoice select {
  /* width: 180px; */
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.download-invoice .dashboard-card-bg h3 {
  font-weight: 700;
}
.download-invoice .table-responsive {
  height: calc(100vh - 484px);
}
button.submit-btn {
  /* padding: 8.471px; */
  border: unset;
}
.request-table th:last-child {
  width: 232px;
}
.page-link {
  background: unset;
  border: unset;
  color: var(--secondray-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.pagination {
  justify-content: end;
  margin: 30px 0 20px;
  gap: 5px;
}

.page-link:hover,
.page-item.active .page-link {
  background: var(--secondray-color);
  color: #0a0a0e;
  border-radius: 4px;
}

/********************** .profile-page ******************/
.profile-image {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  position: relative;
}
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}
.profile-pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto  30px auto;
}
#profile-upload {
  display: none;
}
.edit-icon {
  position: absolute;
  bottom: 1px;
  right: 4px;
  background-color: var(--secondray-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.invoice-page .form-sec .input-form input,
.invoice-page .form-sec .input-form textarea,
.invoice-page .form-sec .profile-image,.form-sec.edit-mode .eye-icon {
  opacity: 0.5;
  pointer-events: none;
}
.invoice-page .form-sec.edit-mode .input-form input,
.invoice-page .form-sec.edit-mode .input-form textarea,
.invoice-page .form-sec.edit-mode .profile-image,.form-sec.edit-mode .eye-icon {
  opacity: 1;
  pointer-events: unset;
}
/* .eye-icon {
  position: relative;
} */
.eye-icon  {
    position: absolute;
    top: 50%;
    right: 13px;
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    transform: translate(0px, -50%);
}

/********************** wallet-page ******************/
.wallet-page .wallet-text-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.wallet-page  .form-section-title {
  margin-bottom: 30px;
}
.wallet-page .input-filter {
  width: auto !important;
  margin: 0;
}
.wallet-page .wallet-card p {
  padding-bottom: 16px;
}
.wallet-page .wallet-card {
  padding: 20px;
}
.wallet-page .wallet-card {
  max-width: 100%;
}
.wallet-page {
  max-width: 1680px;
}
.wallet-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.wallet-card h5 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
.wallet-page .table-tile h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wallet-card h5 {
  font-size: clamp(32px, 3vw, 36px);
  font-style: normal;
  font-weight: 700;
}
.wallet-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.wallet-page .table-responsive {
  max-height: 308px;
}
.wallet-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  border-radius: 8px;
  /* border: 2.5px solid var(--secondray-color); */
  background: #15181a;
  width: 100%;
  padding: 16px;
  margin: auto;
  max-width: 338px;
  margin-bottom: 30px;
  position: relative;
}

.wallet-card .submit-btn {
  padding: 16px;
  z-index: 9;
}
.wallet-page .input-filter {
  width: 180px;
}
.request-table td.text-red {
  color: #f04e4e;
}
.request-table td.text-green {      
  color: #4bae4f;
}
.wallet-page .request-table th:last-child {
  width: 146px;
}
.wallet-page .request-table tbody td:last-child {
  color: var(--white-color);
}
/********************** Document-page ******************/
.document-grid {
  display: flex;
  /* grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); */
  gap: 40px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.document-grid-card {
  border-radius: 9.878px;
  background: #19191c;
  overflow: hidden;
  max-width: 235px;
  width: 100%;
  flex-wrap: wrap;
}
.document-grid-image {
  position: relative;
  max-height: 186px;
  height: 100%;
}
.document-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.document-grid-content {
  padding: 11px 11px 20px 11px;
}
.document-grid-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 123.996%;
  padding-bottom: 20px;
}
.document-grid-content a {
  color: var(--secondray-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.document-page .document-grid-image p {
  border-radius: 1.976px;
  background: #594226;
  width: fit-content;
  padding: 3px 10px;
  position: absolute;
  bottom: 11px;
  right: 11px;
}
.document-page .describe-section.dashboard-card-bg {
  max-height: 875px;
  overflow: auto;
}
.document-page .table-tile {
  padding-bottom: 24px;
}
.document-grid-image p {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.75px;
  background: #5b5b5e;
  position: absolute;
  bottom: 11px;
  right: 11px;
}
/********************** login-page ******************/
.login {
  display: flex;
  height: 100vh;
  align-items: center;
  max-width: 1920px;
  margin: auto;
}
.login-left {
  width: 890px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../asset/images/login-frame.png);
  background-color: #2b2b2d;
}
.login-right {
  flex: 1 1 1030px;
  padding-block: 50px;
  height: 100vh;
  overflow: auto;
  display: flex;
}
.login-content-title h2 {
  font-size: clamp(30px, 2.5vw, 40px);
  font-weight: 600;
  line-height: normal;
  padding-bottom: 12px;
}
.login-content-title p {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: normal;
}
.login-content-title {
  margin: clamp(60px, 8vw, 129px) 0 clamp(30px, 4vw, 60px);
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 20px);
}
.login-right-inner {
  max-width: 590px;
  margin: auto;
  padding-inline: 20px;
}
.forget {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  justify-content: end;
}
.login-content {
  display: flex;
  flex-direction: column;
}
.login .submit-btn {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 40px;
  border-radius: 16px;
}
.error {
  color: #e95757;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 100%;
}

/* left-content */
.timeline-container {
  padding: 80px 20px 50px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  max-width: 545px;
  margin: auto;
  aspect-ratio: 1.8394;
}
.timeline-container h2 {
  font-weight: 600;
  font-size: clamp(24px, 5vw, 70px);
  line-height: 100%;
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
}
.timeline {
  position: relative;
  padding-left: 65px;
  border-left: 3px solid #c58b5f;
}
.step-cards {
  position: relative;
  margin-bottom: clamp(30px, 6vw, 80px);
}
.step-title::before {
  content: unset !important;
}
.step-img-btom::before {
  content: unset !important;
}
.step-img-top::before {
  content: unset !important;
}
.step-cards::before {
  content: "";
  position: absolute;
  left: -66px;
  top: 42px;
  width: 68px;
  height: 2px;
  background-color: #c58b5f;
}
.step-title {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 30px);
  text-align: left;
  margin-bottom: 6px;
  line-height: 100%;
  color: #ffffff;
}
.step-desc {
  font-weight: 660;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  text-align: left;
}
.flex-line {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.regitered-content {
  max-width: 227px;
}
.timeline-img-btom {
  position: absolute;
  bottom: 0;
  transform: translate(-83px, 32px);
}
.timeline-img-top {
  position: absolute;
  top: 0;
  transform: translate(-119px, -97px);
}
.left-arrow {
  position: absolute;
  transform: translate(-79px, 25px);
}
.visible {
  visibility: hidden !important;
}

/********************** Register-page ******************/
.register-link {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  display: block;
  text-align: center;
}
.register-link a {
  color: var(--secondray-color);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.register .register-link {
  text-decoration: underline;
}
.login-content-title {
  margin: clamp(30px, 4vw, 60px) 0 clamp(30px, 4vw, 60px);
}

/********************** verification-page ******************/
.verification-card input {
  width: clamp(20px, 6vw, 73px);
  height: clamp(20px, 6vw, 73px);
  border-radius: 8px;
  border: 1.5px solid var(--Foundation-Grey-grey-300, #5b5b5e);
  background: #090a0d;
  text-align: center;
  color: var(--white-color);
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 600;
  line-height: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.verification-card {
  display: flex;
  align-items: center;
  gap: 22px;
}

.page-item .page-link {
  background: unset;
  color: #D49C5B;
}
li.page-item.disabled .page-link{
  opacity: 0.5;
}
.page-item .page-link:focus{
  box-shadow: unset;
}
.wallet-card:before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(to right top, #ffffff1c 78%, #c6934b 100%, #f0d6a0 123%);
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 3px;
}

.wallet-card {
  position: relative;
}
.preview-container img, .preview-container video {
  position: relative;
  width: 48px !important;
  height: 48px !important;
  border-radius: 6px;
  overflow: hidden;
  background-color: #222;
  object-fit: cover;
}

.preview-container {
  display: flex;
  gap: 5px;
  align-items: center;
}
.policy-sec-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.policy-sec-list li {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.policy-sec .font-48 {
	padding-bottom: 20px;
}
.policy-sec .font-48 {
	border-bottom: 1px solid #ffffff2f;
	font-size: clamp(30px, 3vw, 48px);
}
.policy-sec .dashboard-card-bg h3 {
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 600;
	line-height: normal;
}
.policy-sec-list p {
	font-size: clamp(16px, 2vw, 18px);
	line-height: 26.124px;
	position: relative;
}
ul.chart-container-tabs {
  cursor: pointer;
}
.document-grid-card {
  height: 100%;
}
.document-grid-image img {
  height: 186px;
}
.preview-container li {
  list-style: none;
}

.upload-button {
  white-space: nowrap;
}

.preview-container img, .preview-container video {
  min-width: 48px;
}

.preview-container li div {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container:has(.preview-container:not(:empty)) .upload-text {
  display: none;
}
.project-id {
  padding: clamp(12px, 2vw, 17px) clamp(12px, 2vw, 16px) !important;
  border-radius: 8px;
  border: 1.5px solid #5b5b5e;
  background: #0a0a0e;
  color: var(--white-color);
  resize: none;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
}

.input-form-last {
  width: 49%;
}
.card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.card-body h4 {
  padding-bottom: 24px;
}

.card ul {
  padding-top: 43px;
}
.card ul li span {
  min-width: 24px;
}
.card.active .login-btn {
  background: var(--primary-color);
  color: #000;
}
.form-section-title {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 12px;
}

.tabs-title {
  text-align: center;
}

.tabs-title p {
  max-width: 858px;
  margin: auto;
}
.preview-container:empty {
  display: none;
}
#cancel-plan-button {
  white-space: nowrap;
}

.sub-plans {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.sub-plans p {
  color: #ffffff;
}

.sub-plans p:hover {
  color: #c18e53;
  cursor: pointer;
}/* ==========================================09-06-2025========================= */
.request-list-grid-inner-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffffff33;
}

.request-list-grid-inner {
  max-width: 254px;
  /* min-width: 254px; */
  /* margin: auto; */
  width: 100%;
  border-radius: 8px;
  background: #15181a;
  padding: clamp(10px, 0.5vw, 16px) clamp(10px, 0.5vw, 16px) 20px
    clamp(10px, 0.5vw, 16px);
}

.request-list-grid-inner-title span {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Foundation-Orange-orange-700, #976f41);
}

.request-list-grid-inner-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(10px, 0.5vw, 14px);
  margin-bottom: 16px;
  border-bottom: 1px solid #ffffff33;
}

.request-list-grid-inner-title h2 {
  font-size: clamp(14px, 0.5vw, 18px);
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.request-list-grid-inner-list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.request-list-grid-inner-content p {
  color: var(--Foundation-Grey-grey-200, #8e8e90);
  font-size: clamp(10px, 0.5vw, 12px);
  font-weight: 600;
  line-height: normal;
  padding-bottom: 8px;
}

.request-list-grid-inner-content h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.request-list-grid-inner-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.request-list-grid-inner-content .submit-btn {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding: 8px;
  border-radius: 5.294px;
  display: block;
}
.request-list-grid-inner-content .submit-btn.back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d49c5b;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
  gap: 0;
}
/* .request-list-grid-inner-content {
  min-width: 93px;
} */
.request-list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
}
.request-list-grid-inner-content li span {
    white-space: nowrap;
}

.text-yellow-800,.text-green-800,.text-blue-800,.text-red-800,.text-orange-800 {
    background: #E3BD00 ;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-flex;
    padding: 0 !important;
}
.text-green-800 {
    background: #43C34E;
}

.text-blue-800{
    background: #ccc;
}
.text-red-800{
    background: red;
}
.text-orange-800{
    background: orange;
}
.request-list-grid-inner-content .submit-btn[disabled] {
    background: #594228;
    color: #fff;
   cursor: not-allowed;
   pointer-events: unset;
}

@media(max-width:1400px){
 
  .step-cards {
      margin-bottom: 20px;
  }
   
  .login {
      align-items: stretch;
  }
   
  .login-left {
      height: auto;
      min-height: 100%;
  }
   
  .login-right {
      height: 100%;
  }
   .timeline-img-top svg {
      width: 60px;
      height: 60px;
  }
   
  .timeline-img-top {
      transform: translate(-96px, -55px);
  }
   
  .timeline-container h2 {
      font-size: clamp(24px, 4vw, 70px);
  }
      .time-line-logo svg {
      width: 56px;
  }
  
  }

  .table-title-back {
    display: flex;
    gap: 12px;
    align-items: center;
}
  
  
.Home-link {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 40px;
  text-decoration: underline;
  color: #D49C5B;
}

/* landing-page-new-changes */
.landing-grid-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 24px;
    
}

.landing-grid-cards span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.landing-grid-cards:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 3px;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    background: linear-gradient(to right top, #111111 79%, #c6934b 98%, #f0d6a0 192%);
    right: 0px;
}
.landing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-block: clamp(30px, 5vw, 60px) clamp(50px, 8vw, 100px);
} 
.landing-grid-cards h3 {
    color: #C18E53;
    font-weight: 600;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 100%;
}

.landing-grid-cards-content h4 {
    font-weight: 500;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 100%;
    color: #fff;
}

.landing-grid-cards-content p {
    font-weight: 500;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 28px;
    color: #8E8E90;
    padding-top: 10px;
}
.registration-none{
  pointer-events: none;
}


label.flex.flex-col.items-start {
  display: flex;
  align-items: center;
  gap: 10px;
}
.invoice-list-table td{
  padding: 8px !important;
  }

  .invoice-list-table td:first-child {
    width: 5%;
}
.invoice-list-table td {
    width: 14%;
}

.trust-sec-grid-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0e11;
  padding: 20px 20px 30px 20px;
  border-radius: 24px;
  box-shadow: 0px 822px 230px 0px rgba(0, 0, 0, 0),
    0px 526px 210px 0px rgba(0, 0, 0, 0.01),
    0px 296px 177px 0px rgba(0, 0, 0, 0.05),
    0px 131px 131px 0px rgba(0, 0, 0, 0.09),
    0px 33px 72px 0px rgba(0, 0, 0, 0.1);
}
.trust-sec-grid-card-title {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #594226;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px;
  margin-bottom: clamp(30px, 4vw, 60px);
}
.trust-sec-grid-card-title h5 {
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.trust-sec-grid-card-count h4 {
  color: #fff;
  font-size: clamp(30px, 5vw, 60px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-sec-grid-card p {
  color: #b3b3b4;
  text-align: justify;
  font-size: clamp(18px, 2vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.trust-sec-grid-card-count {
  border-bottom: 1px solid #ffffff2e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.trust-sec-grid-card-title-logo {
  border-radius: 9.2px;
  border: 2px solid #d49c5b;
  background: #d49c5b;
  display: flex;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
}
.trust-sec-grid {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  display: grid;
  gap: 30px;
  padding-block: 60px;
}
.trust-title.text-center.text-color-white {
  width: 100%;
  max-width: 858px;
  margin: auto;
}

.request-table th {
    padding-inline: 8px;
}
.request-table thead tr {
    border: 1px solid #252220;
}
.banner-section {
  text-align: center;
  /* padding-block: clamp(150px, 14vw, 250px); */
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-img {
  margin-inline: auto;
}


/* 7/1/25 */

.select-box {
  position: relative;
  display: flex;
  width: 100% !important;
  max-width: 483px;
  flex-direction: column;
}

.select-box .options-container {
  background: #1c2028;
  color: #fff;
  max-height: 0;
  width: 100%;
  opacity: 0;
  border-radius: 15px;
  overflow: auto;
  order: 1;
  position: absolute;
  z-index: 100;
  left: 0;
}

.select-box {
  padding: clamp(12px, 2vw, 17px) clamp(12px, 2vw, 16px);
  border-radius: 8px;
  border: 1.5px solid #5b5b5e;
  background: #0a0a0e;
  color: var(--white-color);
  resize: none;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.selected::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 5px;
  top: 120%;
  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: hidden;
  margin-top: 54px;
}

.selector-wrapper > .arrow {
  transition: 0.2s;
}

.selector-wrapper > .arrow {
  cursor: pointer;
  z-index: 99;
}

.rotated {
  transform: rotate(180deg) !important;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
  scrollbar-width: 5px;
  width: 5px;
  margin-top: -10px;
  overflow: hidden;
  background: transparent;
  display: none;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 15px;
  scrollbar-width: 5px;
  height: 5px;
  length: 10px;
  margin-top: -10px;
}

.select-box .options-container::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}

.options-container {
  overflow: overlay !important;
}

.select-box .option,
.selected {
  /* padding: 12px 24px; */
  cursor: pointer;
}

.select-box .option:hover {
  background: #414b57;
}

.select-box label {
  cursor: pointer;
  display: block;
  padding: 10px;
}

.select-box .option .radio {
  display: none;
}

/* Searchbox */

.search-box input {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: absolute;
  border-radius: 8px 8px 0 0;
  z-index: 100;
  border: 8px solid #2f3640;

  opacity: 0;
  pointer-events: none;
}

.options-container.active {
  pointer-events: auto;
}

.options-container {
  border-radius: 15px !important;
}

.option {
  border-radius: 10px;
}

.selector-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review-page .submit-btn, .request-completed-page .submit-btn {
    align-items: center;
}

.request-completed-page .btn-mt span {
    display: block;
    width: 26px;
    height: 26px;
}

.request-completed-page .btn-mt {
    align-items: center;
}