body {
  font-family: "Almarai", sans-serif;
  font-style: normal;
  background-color: rgb(246, 245, 250);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --main-color: #dee4df;
  --white-80: rgba(255, 255, 255, 0.8);
  --Secondary-Purple: #c9b3ed;
}
.home {
}
a {
  color: var(--main-color);
}
.color {
  color: #503498 !important;
}
.second-color {
  color: #281a4c !important;
}
.third-color {
  color: #5d4795 !important;
  font-size: 12px;
}
.bg-slider {
  background-color: #402979;
  max-height: max-content;
}
.bg-slider li {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
  list-style-type: none;
  color: var(--main-color);
}
.margin-index {
  margin-bottom: 0px !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #281a4c;
}
.menu-icon-index {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #281a4c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.bg-slider h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
  color: #afc6c4;
}
.notification {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 8px;
  background-color: rgb(255, 133, 72);
}
ul {
  padding-left: 0px;
}
.order {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  background-color: #5d4795;
  border: 1px solid transparent;
  margin: 60px 30px;
}
.bg-section {
  background-color: #ffffff;
  color: #171f2c;
}

.bg-section h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #171f2c;
}
.user {
  border: 1px solid #e0d9f2;
}
.bill {
  color: #281a4c;
}
#mobileSidebar.mobile-visible {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  background-color: white;
  z-index: 1050;
  overflow-y: auto;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}
.btn-mobile {
  background-color: #402979;
  border: 1px solid transparent;
}

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.chart-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.chart-container {
  height: 250px;
}

/* start setting style */
.setting input {
  padding: 13px 8px;
  border-radius: 10px;
  border: 1px solid #ebf0ed;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.user-page {
  font-family: Almarai;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #ff8400;
}
.save {
  padding: 4px 12px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  border-radius: 12px;
  background-color: #5d4795;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 20px;
}
.cancell {
  padding: 4px 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
  border-radius: 12px;
  background-color: #dee4df;
  border: 1px solid transparent;
}
.upload {
  background: #f0ecf9;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: #503498;
  padding: 8px;
  height: 15rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.upload h3 {
  font-family: Almarai;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: #402979;
}
/* start orders style */
.order-circle {
  border: 1px solid #c1b3e5;
  background-color: #281a4c;
  box-shadow: 0px 2px 8px 0px #0000001a;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  border-radius: 50%;
  margin-top: 20px;
  margin-right: 15px;
}
.order-circle-2 {
  border: 1px solid #c1b3e5;
  background-color: #281a4c;
  box-shadow: 0px 2px 8px 0px #0000001a;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 10px;
}
.order-circle-2 {
  border: 1px solid #c1b3e5;
  background-color: #281a4c;
  box-shadow: 0px 2px 8px 0px #0000001a;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  border-radius: 50%;
}
.img-line {
  right: 0px;
  top: 0;
}
.delete {
  margin-top: 40px;
}
.delete-p {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #83877c;
}
.search-order {
  border: 1px solid #f0ecf9;
  background-color: #281a4c;
  box-shadow: 0px 2px 8px 0px #0000001a;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #83877c;
  margin-top: 13px;
}
.shdow {
  box-shadow: 0px 2px 8px 0px #0000001a;
}
.card {
  border: none;
  border-radius: 12px;
}

.card-header {
  border-bottom: none;
}

.table {
  background: transparent !important;
}
.table th {
  font-weight: 500;
  color: #6c757d;
  border-bottom: none;
  padding: 12px 16px;
}

.table tbody tr:last-child td {
  border: none;
}
.table-h4 h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #171f2c;
}
.bg-order {
  padding: 12px 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: rgb(249, 249, 250);
  box-shadow: 0px 1px 0px 0px #0000001a;
}
.detailsfor-order-h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}
.padding-table th {
  padding-right: 130px !important;
}
.padding-table td {
  padding-right: 100px !important;
}
.padding-table-store td {
  padding-right: 130px !important;
}
.padding-table-customer td {
  padding-right: 100px !important;
}

.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  padding: 12px 16px;
}
.custom-table thead th {
  padding: 12px 16px;
  background-color: transparent;
  border: none;
}
.custom-table td {
  padding: 12px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
  background-color: rgb(237, 238, 252);
}
.custom-table tbody tr td:first-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.custom-table tbody tr td:last-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.custom-table-store tbody tr td:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.custom-table-store tbody tr td:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.status {
  background-color: #f5e9fc;
  color: #b65fcf;
  padding: 4px 12px;
  border-radius: 16px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  border: transparent;
}
.compelet {
  background-color: rgb(234, 251, 241);
  color: #94e9b8;
}
.colse {
  background-color: #e9f2ff;
}
.agree {
  background-color:#FFF3E5 ;
  color: #FF8400;
}
.cancelled {
  background-color: #e8e9ea;
  color: #00000066;
}
.menu-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #281a4c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.table-about-order .custom-table tbody tr:nth-child(odd) td {
  background-color: rgb(237, 238, 252);
}
.table-about-order .custom-table tbody tr:nth-child(even) td {
  background-color: rgb(230, 241, 253);
}
.table-about-order h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #281a4c;
}
/* start sittingshiping  */
.setting-shipping h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -1.8%;
  text-align: right;
  color: #1e2029;
}
.setting-shipping p {
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #404040;
}

/* start anywhere style */
.filter-card {
  background: linear-gradient(to bottom, #c0bace, #a9a3bb);
  border-radius: 20px;
  padding: 20px;
  width: 300px;
  color: #3e3e3e;
}
.filter-card .form-check-label {
  margin-right: 5px;
}
.filter-section {
  padding-bottom: 10px;
}
.filter-section img{
  margin-left: 10px;
}
.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.icon {
  width: 20px;
  margin-left: 8px;
}
.btns {
  display: flex;
  justify-content: space-between;
}
.filter-wrapper {
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.filter-panel {
  position: absolute;
  top: 80%;
  left: 0;
  width: 15rem;
  background: rgb(165, 169, 184);
  border: 1px solid #ddd;
  border-radius: 10px;
  backdrop-filter: blur(40px);
  box-shadow: -10px 10px 40px 0px #00000033;
  padding: 28px 24px;
  z-index: 9999;
  display: none;
}

.item-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.item-description {
  color: #777;
  font-size: 0.9em;
}



.toggle-container {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.dropdown {
  color: black !important;
}
.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-panel input {
  background-color: transparent;
  border: 1px solid #281a4c;
  border-radius: 1px !important;
}
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-input:checked + .toggle-slider {
  background-color: #34c759;
}

.toggle-input:focus + .toggle-slider {
  box-shadow: 0 0 1px #34c759;
}

.toggle-input:checked + .toggle-slider:before {
  transform: translateX(26px);
}

.anywhere {
  box-shadow: 0px 2px 8px 0px #0000001a;
}
.anywhere p {
  color: #402979;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
}
.anywhere h5 {
  color: #402979;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
}
.section-anywhere h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: Letter Spacing;
  text-align: right;
  color: #281a4c;
}
.section-anywhere h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #281a4c;
}
.search {
  border: 1px solid #f0ecf9;
  background-color: #281a4c;
  box-shadow: 0px 2px 8px 0px #0000001a;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.filter {
  font-weight: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: Letter Spacing;
  padding: 6px 12px;
  background: #f0ecf9;
  color: #402979;
  border-radius: 12px;
  border: 1px solid transparent;
}
.paying h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #281a4c;
}
.span-p p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #c1b3e5;
}
.bank {
  border-bottom: 1px solid #a28dd8;
}
.paying-p p {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.43px;
  text-align: right;
  color: #3c3c4399;
}
/* start table style */
.bg-section-table {
  background: #f9f9fa;
  box-shadow: 0px 1px 0px 0px #0000001a;
  color: black;
}
.table-p p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: right;
  vertical-align: middle;
}
.number-table {
  font-weight: 300;
  font-size: 9px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: right;
  vertical-align: middle;
  color: #c1b3e5;
  margin-top: 0 !important;
}
.fast {
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0f8a5f;
  background: #e8fdf5;
  border: transparent;
  border-radius: 12px;
}
.real {
  padding: 8px 12px;
  color: #8367cb;
  font-weight: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: Letter Spacing;
  /* background: linear-gradient(0deg, var(--Secondary-Purple), var(--Secondary-Purple)),
            linear-gradient(0deg, var(--white-80), var(--white-80)); */
  background-color: rgb(244, 240, 251);
  border: transparent;
  border-radius: 12px;
}

/* start details style */
.details h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #3c2772;
}
.details h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #3c2772;
}
.details-p p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #83877c;
}
.details-h2 h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #000000;
}
.padding-tablefor {
  padding-right: 50px !important;
}
.padding-detailsfor {
  padding-right: 700px !important;
}
.total-fordetails td {
  background: #e0d9f2 !important;
}
/* start addorder style  */
.custom-dropdown select.form-select {
  background-color: #fafafa;
  border: none;
  border-radius: 20px;
  padding: 17px 16px;
  font-size: 14px;
  color: #4a4a68;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 10px center;
  direction: rtl;
  padding-left: 40px;
}
.custom-dropdown-details select {
  padding: 13px 8px;
  border-radius: 10px;
  border: 1px solid #ebf0ed;
  background-color: #fafafa;
  font-size: 14px;
  color: #4a4a68;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 10px center;
  direction: rtl;
  padding-left: 40px;
}
.add-order h2 {
  font-weight: 400;
  font-size: medium;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  color: #3c2772;
}
.custom-date input[type="text"] {
  background-color: #fafafa;
  border: none;
  border-radius: 20px;
  padding: 17px 16px;
  font-size: 14px;
  color: #b3b3b3;
  direction: rtl;
  appearance: none;
  background-image: url("../assets/stash_data-date-light.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
.custom-date-2 input {
  background-color: #fafafa;
  border: none;
  border-radius: 20px;
  padding: 17px 16px;
  font-size: 14px;
  color: #b3b3b3;
  direction: rtl;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
/* start report style  */
.report-padding {
  padding-right: 240px !important;
}
.total-report td {
  background: #fff3e5 !important;
}
.card-body {
/*   min-height: 330px;
 */}
.custom-dropdown-2 select.form-select {
  background-color: #fafafa;
  border: none;
  border-radius: 10px;
  padding: 13px 8px;
  font-size: 14px;
  color: #6b6b6b;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 10px center;
  direction: rtl;
  padding-left: 40px;
  border: 1px solid #ebf0ed;
}

.swiper {
  width: 100%;
  padding: 20px;
  padding-bottom: 70px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: white;
  border: 1.33px solid #f2f2f2;
  box-shadow: 0px 16px 66.67px 0px #0000000a;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.navigate {
  left: 50%;
  bottom: 4%;
  z-index: 9999;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next {
  background-image: url("../assets/Frame\ 36.svg");
}
.swiper-button-prev {
  background-image: url("../assets/Frame\ 36 (1).svg");
}
.card-box {
  background: white;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navigat {
  left: 50%;
  bottom: -10%;
  z-index: 100;
}

/* start app style  */

.setting {
  color: #ff8400;
  font-size: 14px;
  line-height: 20px;
}
.setting-app {
  color: #ff8400;
  background-color: #fff3e5;
}
/* start paying and bills */
.add-bill {
  padding: 10px 20px;
  border: 1.33px solid #5d4795;
  background-color: transparent;
  color: #5d4795;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 8px;
}
.action-icons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.form-section {
  padding: 15px;
}
.product-footer {
  background-color: #f1ecff;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 15px 15px;
  color: #555;
}
/* start dtails product */
.product-img {
  right: 0.5rem;
  top: 0.75rem;
}
.product-img-2 {
  left: 0.5rem;
  top: 0.75rem;
}
.product-details-btn a {
  padding-right: 30px;
}
.details-input input {
  padding-right: 40px;
}
.details-input-2 input {
  padding-right: 70px;
}
.paying-bill h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 42.67px;
  letter-spacing: -1.8%;
  text-align: center;
  color: #404040;
  margin-bottom: 20px;
}
.paying-bill h1 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1e2029;
  margin-bottom: 20px;
}
.add-paying {
  background-color: #5d4795;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: white;
}
.add-export {
  background-color: #554187;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: white;
}
.paying-bill h5 {
  color: #404040;
  font-family: Almarai;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -1.8%;
  text-align: right;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff !important;
  border: 1.33px solid #f2f2f2;
  box-shadow: 0px 16px 66.67px 0px #0000000a;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background-color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
}
.carousel-control-next-icon {
  background-image: url("../assets/Frame\ 36.svg");
}
.carousel-control-prev-icon {
  background-image: url("../assets/Frame\ 36 (1).svg");
}

.product-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.product-image-container {
  position: relative;
  background-color: #f6f6f6;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  overflow: hidden;
}

.product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-image:hover {
  transform: scale(1.05);
}

.status-badge {
  position: absolute;
  top: 10px;
  right: 1px;
  padding: 5px 14px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;

  z-index: 10;
}
.Unchecked {
  position: absolute;
  top: 30px;
  right: 20px;
}

.product-actions-2 {
  position: absolute;
  top: 40%;
  right: 25%;
  gap: 8px;
  z-index: 10;
}

.main-action {
  width: auto;
  padding: 8px !important;
  border-radius: 8px;
  padding: 0 15px;
  border: transparent;
  background-color: #f0ecf9;
  gap: 8px;
  color: #402979;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
}
.main-action-2 {
  width: auto;
  padding: 8px !important;
  border-radius: 8px;
  padding: 0 15px;
  border: transparent;
  background-color: #f0ecf9;
  gap: 8px;
  color: #402979;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  top: 50%;
}
.action-btn {
  background-color: #fff3e5;
}
.btn-product-details {
  width: 100%;
  background-color: #f0ecf9;
  border: none;
  border-radius: 10px;
  padding: 13px 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product input {
  padding: 13px 8px;
  border-radius: 10px;
  border: 1px solid #ebf0ed;
  background-color: #fafafa;
  padding-right: 40px;
}
/* start frame style */
.frame12 p {
  font-weight: 700;
  font-size: 18px;
  line-height: 42.67px;
  letter-spacing: -1.8%;
  text-align: center;
  color: #1e2029;
}
.frame12 h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1e2029;
}
.frame-btn {
  padding: 13px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  background-color: #5d4795;
  border: 1px solid #5d4795;
  border-radius: 10px;
}
/* start details of customer style */

.tab-container {
  display: flex;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 35px;
  height: 50%;
  color: #281a4c;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background-color: white;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  border-radius: 35px;
  transition: all 0.3s ease;
  color: #281a4c !important;
}

.tab-button.active {
  background-color: #2f2157;
  color: white;
  padding: 10px 20px;
}
.details-customer h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #171f2c;
}
.details-customer p,
span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  /* color: #ffffff; */
}
.email-customer {
  border: 1px solid #e0d9f2;
  border-radius: 50px;
}
.info-customer {
  padding: 30px 50px;
}
.customer-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #503498;
  padding: 7px 14px;
  background-color: #e0d9f2;
  border-radius: 34px;
  border: 1px solid #e3ead6;
  margin-right: 50px;
}
.details-margin-cus {
  margin-right: 200px;
}

/* start message style */
.chat-bubble {
  background-color: #f0ecf9;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #f0ecf9;
}
.chat-container {
  max-width: 700px;
  margin: auto;
}
.chat-header {
  display: flex;
  margin-bottom: 10px;
}
.chat-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
}
.chat-meta {
  font-size: 0.9rem;
  color: gray;
}
.verfied img {
  width: 15%;
}
.message-icon img {
  width: 15%;
}
/* start app style  */
.app-select {
  position: relative;
  display: inline-block;
  width: 200px;
}

.app-select select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #000000;
  background-color: #402979;
  border-radius: 16px;
  color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-icon {
  position: absolute;
  top: 30%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}
.swiper {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}
/* start landing page home */
.icon-nav {
  display: none;
}
.nav-link,
.navbar-nav .nav-link.active {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #281a4c;
}
 
.btn-nav-land {
  padding: 5px 20px;
  background-color: #5d4795;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f0ecf9;
  border-radius: 8px;
  border: 1px solid #5d4795;
  display: flex;
}

.btn-nav-land2 {
  padding: 5px 20px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5d4795;
  border-radius: 8px;
  border: 1px solid #5d4795;
  display: flex;
}
.landing {
  background: linear-gradient(180deg, #582979 33.51%, #0a0613 82.81%);
  padding-top: 100px;
  min-height: 100vh;
}
.landing h2 {
  color: #f0ecf9;
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  padding-bottom: 100px;
  width: 90%;
}
.landing h1 {
  color: #dceee2;
  font-weight: 300;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.land-start {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #5d4795;
  border: 1px solid #5d4795;
  gap: 10px;
}
.img-land {
  left: 20%;
  top: 30%;
}
.img-land-2 {
  left: 40%;
  top: 73%;
}
.landding-2 h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #402979;
  width: 86%;
}
.landding-2 {
  padding-top: 100px;
}

.info-land {
  padding-top: 170px;
}

.landding-2 h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #04170a;
}
.landding-2 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #38453c;
}
.landding-4 {
  background-image: url("../assets/Rectangle\ 9981.svg");
  min-height: 60vh;
  margin-top: 100px;
}
.land-bg {
  /* background: linear-gradient(322.3deg, #F0ECF9 7.42%, #47366B 82.2%);
  backdrop-filter: blur(316.6000061035156px);
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  rotate: 28.22;
  opacity: 87%; */
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.landding-4 h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #04170a;
  padding-top: 80px;
}
.landding-4 h4 {
  font-family: Tajawal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #04170a;
  width: 60%;
  padding-top: 50px;
}
.why-us {
  background: #f0ecf9;
  padding: 100px 0px;
}
.why-us h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #140d26;
}
.why-us h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: #74767e;
}
.why-us p {
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #74767e;
}
.why-us .col-lg-3 {
  border-radius: 30px;
  background: #ffffff73;
}
.why-us a {
  text-decoration: none;
  color: #402979;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: right;
  vertical-align: middle;
}

/* Toggle Switch */
.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.toggle-label {
  font-size: 1rem;
  color: #757575;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  transition: 250ms ease;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 250ms ease;
}

.toggle input:checked + .slider {
  background-color: #4527a0;
}

.toggle input:focus + .slider {
  box-shadow: 0 0 1px #4527a0;
}

.toggle input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Pricing Cards */
.pricing-card {
  background-color: #f0ecf9;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-tag {
  padding: 2px 12px;
  background-color: #effcf6;
  color: #004440;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.pricing-card.popular .plan-tag {
  background-color: #ffc107;
}

.plan-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #402979;
}

.period {
  color: #8367cb;
}

.plan-description {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;

  color: #402979;
}

.pricing-card-body {
  padding: 1.5rem;
  flex-grow: 1;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #8367cb;
}
.pricing {
  padding: 100px 0px;
}
.plan-tag-3 {
  color: #140d26;
  background: #c1b3e5;
}
.pricing h1 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #402979;
}
.plan-tag-2 {
  background: #ffe6cc;
  color: #cc6900;
}
.color-pric {
  color: #ff8400 !important;
}
.pricing-card-footer {
  box-shadow: 0px 1px 2px 0px #1018280d;
  border-bottom: 1px solid #402979;
  padding-bottom: 30px;
  width: 100%;
}

.cta-button {
  display: inline-block;
  padding: 10px 16px;
  background-color: #402979;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 150ms ease, transform 150ms ease;
  width: 100%;
}
.word {
  background: linear-gradient(0deg, #582979 0%, #190d27 100%);
  padding-bottom: 100px;
}
.word h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.btn-word {
  padding: 15px 45px;
  background-color: #5d4795;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f0ecf9;
  border-radius: 8px;
  border: 1px solid #5d4795;
  display: flex;
}
footer {
  background: #08001e;
}
.icon-group{
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #673AB7;
  background-color: transparent;
  border-radius: 50%;
}
footer ul li{
  text-decoration: none;
  list-style: none;
  margin-bottom: 25px;
}
footer p{
  width: 80%;
}
footer .active{
  color: #D1C4E9;
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0px;
text-align: right;
text-transform: uppercase;

}
.display-footer{
  display: flex;
}
/* start general */
.general{
  background-image: url("../assets/image\ 1\ \(1\).png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:150px;
  min-height: 100vh;
}
.general-bord{
  border-bottom-right-radius: 60px;
  border: 1px solid #ffffffad;
  padding: 60px;
}
/* start login */
.login {
  background-image: url("../assets/unsplash_LpbyDENbQQg.svg");
  border: 1px solid;
  border-image-source: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(0deg, #764582, #764582);
  background-size: cover;
  color: white;
  position: relative;
  z-index: 1;
}

.login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/unsplash_LpbyDENbQQg.svg");
  background-size: cover;
  filter: blur(16.8px);
  z-index: -1;
}

.login-sec {
  border: 1px solid #ffffffad;
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
 }
.login-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.login-sec input,
.login-sec label,
.login-sec button {
  position: relative;
  z-index: 2;
  filter: none;
}

.login-sec h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: right;
  color: #ffffff;
}
.hide-a {
  display: flex;
}
.login-sec input {
  background-color: transparent;
  border: 1px solid #f0ecf9;
}
.login-sec input::placeholder {
  color: #ffffff;
}
.login-sec input:focus {
  background-color: transparent;
}
.color-login {
  background-color: #ffffff !important;
  color: #402979 !important;
}
.login-sec-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  padding: 8px 22px;
  background-color: #402979;
  box-shadow: 0px 3px 1px -2px #00000033;
  border: transparent;
  color: #ffffff;
  border-radius: 8px;
}
.login h3 {
  font-weight: 400;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: right;
  color: #ffffff;
  width: 75%;
}
.login-hide {
  display: flex;
}
.login-hide span {
  font-weight: 400;
  font-size: 32px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: right;
  color: #ffffff;
}
.hide-account {
  display: none;
}
.login .row {
  padding: 100px 0px;
  min-height: 100vh;
}
.product-img-login {
  right: 0.5rem;
  top: 0.5rem;
}

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

.slider-buttons {
  display: flex;
  gap: 10px;
}

.slider-buttons button {
  background: #F6F4F7;
  border: none;
  width: 3rem;
  height: 3rem;
  font-size: 20px;
  color: #6c63ff;
  transition: background-color 0.3s;
}

.slider-buttons button:hover {
  background-color: #6c63ff;
  color: white;
}

.slider-container {
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.slide-content {
  padding: 15px;
}

/* start support service ===================================================== */
.vector {
  background-color: #f0ecf9;
  border: 1px solid #e0d9f2;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
.support-info h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: right;
  vertical-align: middle;
  color: #171f2c;
}
.support-info h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #503498;
}
.service {
  background: #f0ecf9;
  padding: 2px 10px;
  border: 1px solid #e0d9f2;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #171f2c;
  border-radius: 34px;
}
.star {
  color: #ffc700;
}
.padding-service h4 {
  padding-left: 150px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #171f2c;
}
.service2-info h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #171f2c;
}
.service2-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.68%;
  text-align: right;
  color: #171f2c;
  width: 90%;
}
.vector-1 {
  background-color: #f0ecf9;
  border: 1px solid #e0d9f2;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.vec-serv h5 {
  font-family: Almarai;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #171f2c;
}
.vec-serv h6 {
  color: #140d26;
}
.support-btn {
  padding: 7px 14px;
  background: #5d4795;
  border: 1px solid #e0d9f2;
  border-radius: 34px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68%;
  text-align: right;
  color: #ffffff;
}
.img-support {
  padding: 0px !important;
  border-radius: 60px;
}

.verify-box input[type="text"] {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  margin: 0 5px;
  background-color: #fafafa;
}

.btn-purple {
  background-color: #6f42c1;
  border: none;
}
.verify-box h5{
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  
}

.logo {
  height: 60px;
  margin-bottom: 15px;
}
/* start store 2 */

.themes-bg {
  background: linear-gradient(180deg, #554187 0%, #120d1f 100%);
  border-radius: 16px;
  padding: 60px 60px 0px 60px;
  color: white;
}
.themes-bg-2 {
background-image: url('../assets/Frame\ 2147224478\ \(2\).svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
  color: white;
    border-radius: 16px;
  padding: 0px 60px;
}
.bg-themes-2{
  background: #F0ECF9;
}
 .flash-offer {
      background-color: #f3edf9;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }

    .offer-title {
      display: flex;
      align-items: center;
      font-size: 20px;
      color: #00975f;
      font-weight: bold;
    }

    .offer-title .icon {
      width: 12px;
      height: 24px;
      background-color: #00975f;
      border-radius: 4px;
      margin-left: 8px;
    }

    .counter {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .counter-item {
      text-align: center;
      font-weight: bold;
    }

    .counter-item span {
      display: block;
      font-size: 14px;
      color: #000;
    }

    .dots {
      color: #e88c8c;
      font-size: 20px;
    }

    .nav-buttons {
      display: flex;
      gap: 10px;
    }

    .nav-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
      cursor: pointer;
    }

    .flash-title {
      font-size: 22px;
      font-weight: bold;
      color: #101010;
    }
.themes-bg-2 h1{
font-weight: 400;
font-size: 32px;
line-height: 32px;
letter-spacing: 0%;
text-align: right;
}
.info-themes a {
  color: #12a874;
  padding-bottom: 20px;
  border-bottom: 1px solid #12a874;
}
.info-product-themes h2{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #000000;
}
.info-product-themes p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-decoration: line-through;
color: #402979;
}
.info-product-themes h3{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #12A874;
}
.info-product-themes h6{
font-weight: 600;
font-size: 14px;
line-height: 21px;
letter-spacing: 0%;
color: #6b6b6b;
}
.wishlist{
  width: 2rem;
  height: 2rem;
  background: #402979;
  border-radius: 50%;
  border: 1px solid #402979;
  color: white;
}
.themes-btn{
  top: 3%;
  right: 6%;
}
.discount-themes{
  padding: 4px 12px;
  background: #12A874;
  border-radius: 4px;
font-weight: 400;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
color: #FAFAFA;
top: 3%;
left: 8%;
}
.cart{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: white;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
background: #402979;
text-align: center;
padding: 6px 12px;
opacity: 0;
position: absolute;
bottom: 32%;
left: 3%;
right: 3%;
cursor: pointer;
transition: all 0.5s;
}
.themes-div:hover .cart {
  opacity: 1;
}
.store2 {
  background-color: #fafafa;
}
.price {
  color: #8367cb;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
.choose-btn {
  background-color: #ff8300;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
}
.p-store {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #402979;
}
.table-section {
  background-color: #522a87;
  color: #fff;
  border-radius: 10px;
  margin-top: 1rem;
}
.table-section td {
  text-align: center;
  vertical-align: middle;
}
.check-icon {
  width: 24px;
  height: 24px;
}
.contact-box {
  background-color: #f3f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 180px;
  flex-direction: column;
  color: #4e2f6e;
}
.footer-toggle {
  font-size: 12px;
  color: #ff6600;
  margin-top: 20px;
}
.toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

/* start home2 */
.btn-home2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 30px;
  background-color: #12a874;
  border: 1px solid #12a874;
}
.home2 h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
  text-align: right;
  color: #121212;
}
.home2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: right;
  color: #aaaaaa;
}
.main-image {
  position: absolute;
  z-index: 999;
}
.frame-image {
  position: absolute;
  z-index: -1px;
  right: -0.5rem;
  top: 1rem;
}
.landing-home2 {
  background: linear-gradient(180deg, #554187 0%, #120d1f 100%);
  padding: 100px 0px;
  min-height: 90vh;
  background-size: cover;
}
.landing-home2 h3 {
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #ffffff;
}
.product-img-home2 {
  left: 26%;
  top: 0.4rem;
}
.product-img-home3 {
  right: 0.3rem;
  top: 0.4rem;
}
.margin-home2 {
  margin-top: 90px;
}
.home2 h2 {
  position: relative;
}
.home2 h2::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 4%;
  width: 4rem;
  height: 2px;
  background-color: #12a874;
}

.land-bg-home2 {
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.land-bg-home3 {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border: 1px solid transparent !important;
}
.active > .page-link,
.page-link.active {
  background-color: #402979;
  border-radius: 40%;
  padding: 6px 12px;
}
article img {
  border-radius: 8px;
}

.card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}

.list-unstyled li a {
  display: block;
  padding: 0.5rem 0;
  color: #402979;
  text-decoration: none;
  border-right: 3px solid transparent; 
  transition: border-color 0.3s;
}

.list-unstyled li a.active {
  border-right: 3px solid #402979;
}
.home-3 {
  background-color: #402979;
}
.home-3 h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.icon-bg {
  background-color: #140d26;
}
.margin-home3 {
  margin-bottom: 100px;
}
.margin-home3 h1 {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.toolbar {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.toolbar button {
  background: none;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.toolbar button:hover {
  background-color: #eee;
  border-radius: 3px;
  border-bottom: none !important;
}
.text-area {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical;
  border-top: none !important;
}
.margin-foot {
  margin-bottom: 150px;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.faq-section {
  padding: 40px 0;
}
.faq-section h2{
font-weight: 800;
font-size: 36px;
line-height: 100%;
letter-spacing: 0px;
color: #402979;
margin-bottom: 80px;
text-align: center;
}
.faq-container {
  max-width: 960px;
  margin: 0 auto;
}
.faq-title {
  color: #553c9a;
  text-align: center;
  margin-bottom: 30px;
}
.faq-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: hidden;
  color: #fff;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-align: right;

}
.purple-box{
  margin-bottom: 40px;
}
.faq-header {
  background: #402979;
  color: #ffffff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: none !important;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-align: right;

}
.faq-body {
  padding: 15px;
  background-color: #402979;
  color: #ffffff;
}
.faq-image-container {
  background-color: #e9ecef;
  border-radius: 5px;
  padding: 20px;
}
.faq-image {
  position: absolute;
  left: -20%;
}


.side-info button {
  background-color: #fff;
  color: #28a745;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
}
.arrow {
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-width: 0 0.1em 0.1em 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.faq-header.collapsed {
  background-color: rgb(240, 236, 249);
  color: #402979;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-align: right;

}
.faq-header.collapsed .arrow {
  transform: rotate(-135deg);
}
.frme-home{
  background: linear-gradient(180deg, #402979 38.9%, #318E4D 101.28%);
  box-shadow: 0px 0px 49px -2px #00000030;
  height: fit-content;
}
.content-home{
 margin-top: 250px;
}
.content-home h4{
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-align: right;
color: #ffffff;
margin-bottom: 20px;
}
.content-home p{
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: #ffffff;
  }
  .container-time{
    left: 5%;
    top: -16%;
  }
  .container-time p{
font-weight: 400;
font-size: 26px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color: #F0ECF9;
  }

  .bg-feature{
    background-color: #402979; 
  }
  .checkbox-group {
    display: flex;
    gap: 10px; 
  }
  
  .custom-checkbox {
    appearance: none;
    width: 24px;
    height: 24px; 
    border: 2px solid #ccc; 
    border-radius: 4px;
    background-color: white; 
    cursor: pointer;
    display: inline-block; 
    position: relative; 
    color: white;
  }
  
  .custom-checkbox:checked {
    padding: 20px 20px;
    border-color: #28a745;
    background-color: #28a745; 
  }
  
  .custom-checkbox:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    height: 6px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  
  .feature-text {
    font-size: 1em;
    color: white;
    white-space: nowrap;
  }


  