/*
Template Name: Maxton Landing Page
Author: codervent
Email: codervent@gmail.com
File: main.scss

Table of Index 

  --Genral
  --aligns
  --dropdown animation
  --header
  --mini sidebar
  --main content
  --page footer
  --Metis Menu
  --order offcanvas
  --utilities
  --alerts
  --authentication
  --switcher

*/
/* Genral*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
body {
  position: relative;
  font-size: 15px;
  font-family: "Cairo", "Noto Sans Arabic", sans-serif;
  letter-spacing: 0;
  background-color: #ffffff;
}

:root {
  --enjaz-content-max: 1080px;
  --enjaz-gutter: clamp(0.9rem, 2.5vw, 1.5rem);
  --enjaz-section-space: clamp(2rem, 4.8vh, 3.6rem);
}

a {
  text-decoration: none;
}

input::placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}

/* aligns */
.bg-section {
  background-color: #f8f9fa !important;
}

/* dropdown animation */
@keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*header*/
.top-header {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 70px;
  position: fixed;
  border-bottom: 0px solid var(--bs-border-color);
  left: 0px;
  right: 0;
  top: 0;
  padding: 0 0rem;
  z-index: 11;
  transition: ease-out 0.3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.top-header .navbar {
  width: 100%;
}
.top-header .navbar .logo-header {
  width: auto;
  height: auto;
  padding: 0;
  gap: 0.5rem;
  z-index: 5;
  position: relative;
  border-right: 0px solid var(--bs-border-color-translucent);
  border-left: 0px solid var(--bs-border-color-translucent);
}
.top-header .navbar .dropdown-menu {
  border-radius: 1rem;
  border: 0;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}
.top-header .navbar .nav-link .menu-title {
  font-size: 0.93rem;
  font-weight: 600;
}
.top-header .navbar .nav-link .parent-icon {
  opacity: 0.85;
}
.top-header .btn-toggle a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
}
.top-header .btn-toggle a:hover, .top-header .btn-toggle a:focus {
  background-color: #efefef;
}
.top-header .nav-right-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
}
.top-header .nav-right-links .nav-link:hover, .top-header .nav-right-links .nav-link:focus {
  background-color: #efefef;
}

.dropdown-menu {
  border-radius: 1rem;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.chip {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: none;
}
.chip img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
  border-radius: 50%;
}

.chip.chip-md {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
}
.chip.chip-md img {
  height: 42px;
  width: 42px;
}

/* main content */
.main-wrapper {
  margin-top: 70px;
  transition: ease-out 0.3s;
}
.main-wrapper .main-content {
  padding: 0rem;
}
.main-wrapper .main-content .breadcrumb-title {
  font-size: 20px;
  border-right: 1.5px solid #aaa4a4;
}
.main-wrapper .main-content .page-breadcrumb .breadcrumb li.breadcrumb-item {
  font-size: 16px;
}
.main-wrapper .main-content .page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  font-family: "Material Icons Outlined";
  content: "\e88a";
}
.main-wrapper .main-content .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #f2f2f3;
  cursor: pointer;
}
.main-wrapper .main-content h1,
.main-wrapper .main-content h2,
.main-wrapper .main-content h3 {
  line-height: 1.4;
}
.main-wrapper .main-content .lead {
  line-height: 1.85;
}
.main-wrapper .main-content .badge-icon .badge-number {
  width: 20px;
  height: 20px;
  background-color: #ff1717;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  padding: 1px;
}
.main-wrapper .main-content .sharelink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
}
.main-wrapper .main-content .sharelink:hover, .main-wrapper .main-content .sharelink:focus {
  background-color: #efefef;
}
.main-wrapper .main-content .options {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
}
.main-wrapper .main-content .options:hover, .main-wrapper .main-content .options:focus {
  background-color: #efefef;
}
.main-wrapper .main-content .options {
  width: 30px;
  height: 30px;
}
.main-wrapper .main-content .dropdown-menu-share {
  width: max-content;
}
.main-wrapper .main-content .vertical-pills button {
  width: 100%;
  text-align: left;
  border-radius: 0%;
}
.main-wrapper .main-content .vertical-pills .nav-link {
  border-bottom: 1px solid #dee2e6;
  color: #5d5d5d;
}
.main-wrapper .main-content .vertical-pills .nav-link:last-child {
  border-bottom: 0px solid #dee2e6;
}
.main-wrapper .main-content .vertical-pills .nav-link.active {
  color: #ffffff;
}
.main-wrapper .main-content .customer-notes {
  height: 480px;
  position: relative;
  overflow-y: scroll;
}
.main-wrapper .main-content .lable-table {
  text-transform: uppercase;
  padding: 1px 8px;
}
.main-wrapper .main-content .customer-table table thead {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
.main-wrapper .main-content .customer-table table .customer-name {
  color: #000000;
}
.main-wrapper .main-content .product-table table thead {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
.main-wrapper .main-content .product-table table .product-category {
  font-size: 0.8rem;
  color: #878d96;
}
.main-wrapper .main-content .product-table table .product-title {
  font-size: 0.97rem;
  color: #2f353c;
}
.main-wrapper .main-content .product-table table .product-tags {
  max-width: 220px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.main-wrapper .main-content .product-table table .product-tags .btn-tags {
  font-size: 0.75rem;
  background-color: #f6f6f6;
  color: #000000;
  padding: 2px 10px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
}
.main-wrapper .main-content .product-table table .product-rating {
  font-size: 0.8rem;
  background-color: #ffffff;
  padding: 2px 5px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-weight: 500;
}

.section-title {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9rem;
}
.section-title h1,
.section-title h2,
.section-title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  line-height: 1.35;
}
.section-title h1:after,
.section-title h2:after,
.section-title h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background-color: #474747;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}

.section-title .section-subtitle,
p.section-subtitle {
  font-size: 1.02rem;
  color: #5c636a;
  max-width: 42rem;
  margin: 0.75rem auto 0;
  line-height: 1.8;
}

.enjaz-hero-kicker {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0d6efd;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.banner-heading {
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
  line-height: 1.35;
}
.banner-paragraph {
  max-width: 37rem;
  line-height: 1.9;
}

.enjaz-hero-visual {
  max-width: 560px;
  margin-inline: auto;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.88) !important;
}

.bg-call-to-action .text-white-80 {
  max-width: 36rem;
  margin-inline: auto;
  line-height: 1.6;
}
.bg-call-to-action .enjaz-hero-cta-subtitle {
  max-width: 38rem;
  margin-inline: auto;
  line-height: 1.7;
}
/* نص رأس الصفحة (page-hero): عرض قراءة مريح داخل الـ container الضيق */
.enjaz-hero-text {
  max-width: 42rem;
  margin-inline: auto;
}

.bg-call-to-action .enjaz-hero-text .text-white-80,
.bg-call-to-action .enjaz-hero-text p.text-white-80 {
  opacity: 0.92;
}

@media (max-width: 575.98px) {
  .bg-call-to-action.enjaz-section {
    padding-block: clamp(2.5rem, 8vh, 3.5rem) !important;
  }

  .bg-call-to-action .enjaz-hero-text h1,
  .bg-call-to-action .enjaz-hero-text .h1 {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }
}

.separator {
  display: flex;
  align-items: center;
}
.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}
.separator p {
  padding: 0 1rem;
}

.review-desc {
  width: 400px;
}

.auth-cover-left, .auth-cover-right {
  display: flex;
  background-color: #ffffff;
  min-height: 100vh;
}

.auth-cover-right {
  background-color: #ffffff;
}

.auth-social-login {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

.order-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
}
.order-delete:hover, .order-delete:focus {
  background-color: #efefef;
}
.order-delete {
  cursor: pointer;
}



.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: fixed;
  border-radius: 10px;
  bottom: 20px;
  right: 12px;
  background-image: linear-gradient(310deg, #00c6fb 0%, #005bea 100%) !important;
  background-color: #008cff;
  z-index: 5;
}
.back-to-top:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.5s;
}

.btn-switcher {
  transform: rotate(90deg);
  right: -50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.user-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  right: -50px;
  top: 16px;
  background-color: #050505;
}

/* order offcanvas */
.order-title {
  font-size: 15px;
}

/* utilities */
.subscribe-control .form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.subscribe-control .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bg-call-to-action {
  background-image: linear-gradient(rgba(0, 30, 90, 0.72), rgba(0, 46, 120, 0.78)),
    url(../assets/images/bg-themes/background.jpg);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #005bea;
}

@media (min-width: 992px) {
  .bg-call-to-action {
    background-attachment: fixed;
  }
}

.primaery-menu-close,
.primary-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s;
}
.primaery-menu-close:hover, .primaery-menu-close:focus,
.primary-menu-close:hover, .primary-menu-close:focus {
  background-color: #efefef;
}

.dropdown-toggle-nocaret:after {
  display: none;
}

.dropup .dropdown-toggle-nocaret:after {
  display: none;
}

.w-260 {
  width: 300px !important;
}

.h-70 {
  height: 70px !important;
}

.h-370 {
  height: 370px;
}

.f-14 {
  font-size: 14px;
}

.raised {
  box-shadow: var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12));
}

.wh-42 {
  width: 42px;
  height: 42px;
}

.wh-48 {
  width: 48px;
  height: 48px;
}

.wh-64 {
  width: 64px;
  height: 64px;
}

.wh-120 {
  width: 120px;
  height: 120px;
}

.font-45 {
  font-size: 45px;
}

.font-text1 {
  font-size: 0.8rem;
}

.font-text2 {
  font-size: 0.7rem;
}

.piechart-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.theme-icons {
  background-color: #fff;
}

.user-list {
  position: relative;
  height: 400px;
}

.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error {
  color: #fe1010;
}

.dash-lable {
  font-size: 14px;
  padding: 2px 7px;
  background-color: #f3f3f3;
  width: max-content;
}

form select.error,
form textarea.error,
form input.error,
form input.error:focus,
form textarea.error:focus,
form select.error:focus {
  border-color: #fe1010 !important;
}

/* alerts */
.alert-border-primary {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #008cff;
}

.alert-border-secondary {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #6c757d;
}

.alert-border-success {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #02c27a;
}

.alert-border-danger {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #fc185a;
}

.alert-border-warning {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #fbb513;
}

.alert-border-info {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #0dcaf0;
}

.alert-border-dark {
  border: 1px solid var(--bs-gray-400);
  border-left: 5px solid #212529;
}

.bg-error {
  background-image: url("../assets/images/auth/error-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.error-title {
  font-size: 140px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: bold;
}

.error-sub-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.contacts-social a {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #eeecec;
  text-align: center;
  border-radius: 50%;
  color: #2b2a2a;
}

.chart-container1 {
  position: relative;
  height: 350px;
}

.chart-container2 {
  position: relative;
  height: 138px;
}

.gmaps,
.gmaps-panaroma {
  height: 400px;
  background: #eee;
  border-radius: 3px;
}

/* authentication */
.border-gradient-1 {
  border-image: linear-gradient(to right, #7928ca, #ff0080, #04e09a, #e0d504) 1;
}

/* Auth minimal layout */
.auth-minimal-page {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
}

.auth-minimal-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(13, 110, 253, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(13, 110, 253, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #eef2f8 100%);
  pointer-events: none;
}

.auth-minimal-wrap {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 2rem;
}

.auth-minimal-card {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1.25rem;
  padding: 2rem 1.75rem 1.5rem;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
}

.auth-minimal-card--wide {
  max-width: 440px;
}

.auth-minimal-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.auth-minimal-logo__glow {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.25) 0%, transparent 70%);
  animation: auth-logo-pulse 3s ease-in-out infinite;
}

@keyframes auth-logo-pulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

.auth-minimal-logo__ring {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, #fff 0%, #f0f4ff 100%);
  box-shadow:
    0 4px 14px rgba(13, 110, 253, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(13, 110, 253, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.auth-minimal-logo:hover .auth-minimal-logo__ring {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(13, 110, 253, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.auth-minimal-logo__ring img {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}

.auth-minimal-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.auth-minimal-subtitle {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.25rem;
}

.auth-minimal-body {
  text-align: start;
}

.auth-minimal-body .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.auth-minimal-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
}

.auth-minimal-home {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: #64748b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
}

.auth-minimal-home:hover {
  color: #0d6efd;
}

.auth-minimal-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.25rem 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: none;
}

.auth-minimal-divider::before,
.auth-minimal-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
}

.auth-minimal-divider span {
  white-space: nowrap;
}

.auth-form-control,
.auth-minimal-card .form-control {
  min-height: 2.625rem;
  border-radius: 0.625rem;
  padding: 0.45rem 0.8rem;
  font-size: 0.9375rem;
  border-color: rgba(15, 23, 42, 0.1);
  background: #fff;
}

.auth-form-control:focus,
.auth-minimal-card .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

.auth-password-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.auth-password-group .auth-password-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0.625rem;
  cursor: pointer;
}

.auth-password-toggle:hover {
  background: rgba(13, 110, 253, 0.05);
}

.auth-minimal-card .alert {
  text-align: start;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

html[data-bs-theme="dark"] .auth-minimal-bg {
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(13, 110, 253, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #0b0f19 0%, #111827 100%);
}

html[data-bs-theme="dark"] .auth-minimal-card {
  background: rgba(21, 26, 46, 0.95);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

html[data-bs-theme="dark"] .auth-minimal-title {
  color: #f1f5f9;
}

html[data-bs-theme="dark"] .auth-minimal-subtitle,
html[data-bs-theme="dark"] .auth-minimal-home {
  color: #94a3b8;
}

html[data-bs-theme="dark"] .auth-minimal-logo__ring {
  background: linear-gradient(145deg, #1e293b 0%, #151a2e 100%);
  border-color: rgba(13, 110, 253, 0.25);
}

html[data-bs-theme="dark"] .auth-form-control,
html[data-bs-theme="dark"] .auth-minimal-card .form-control {
  background: #0f1424;
  border-color: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

html[data-bs-theme="dark"] .auth-minimal-footer {
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .auth-minimal-divider::before,
html[data-bs-theme="dark"] .auth-minimal-divider::after {
  background: rgba(255, 255, 255, 0.08);
}

/* Legacy auth helpers (kept for compatibility) */
.auth-basic-wrapper {
  width: auto;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  padding-block: 1.5rem;
}

.auth-page-clean {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fc 100%);
}

.auth-clean-card {
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.1);
}

.bg-login, .bg-reset-password, .bg-forgot-password, .bg-register {
  background-image: url(../assets/images/auth/bg-login.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-register {
  background-image: url(../assets/images/auth/bg-register.png);
}

.bg-forgot-password {
  background-image: url(../assets/images/auth/bg-forgot.png);
}

.bg-reset-password {
  background-image: url(../assets/images/auth/bg-reset-password.png);
}

/* email box */
.email-wrapper {
  width: auto;
  height: 600px;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.email-sidebar {
  width: 250px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0 solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  padding: 15px;
}

.email-navigation {
  position: relative;
  padding: 0;
  height: 345px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.email-navigation a.list-group-item {
  color: #404142;
  padding: 0.35rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
}
.email-navigation a.list-group-item:hover {
  background-color: rgba(13, 110, 253, 0.12);
}
.email-navigation a.list-group-item.active {
  color: #0b5ed7;
  font-weight: 600;
  background-color: rgba(13, 110, 253, 0.12);
}

.email-header {
  position: absolute;
  height: 70px;
  left: 250px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.email-content {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: 70px;
  height: auto;
  margin-left: 250px;
  padding: 0;
  background: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.email-meeting {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.email-meeting a.list-group-item {
  color: #404142;
  padding: 0.35rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.email-meeting a.list-group-item:hover {
  background-color: rgba(0, 123, 255, 0.15);
  transition: all 0.3s ease-out;
}

.email-hangout .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 45px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.email-toggle-btn {
  width: auto;
  height: auto;
  margin-right: 10px;
  text-align: center;
  font-size: 24px;
  color: #404142;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .email-toggle-btn {
    display: none;
  }
}

.email-actions {
  width: 230px;
}

.email-time {
  font-size: 13px;
  color: #6c757d;
}

.email-list {
  position: relative;
  height: 530px;
}
.email-list div.email-message {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #383a3c;
}
.email-list div.email-message:hover {
  transition: all 0.2s ease-out;
  background-color: #eceef1;
}

.email-star {
  color: #6c757d;
}

.email-read-box {
  position: relative;
  height: 530px;
}

.compose-mail-popup {
  width: 42%;
  position: fixed;
  bottom: -30px;
  right: 30px;
  z-index: 15;
  display: none;
}

.compose-mail-toggled {
  display: block;
}

.compose-mail-title {
  font-size: 16px;
}

.compose-mail-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
}
.compose-mail-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* chat box */
.chat-wrapper {
  width: auto;
  height: 600px;
  border-radius: 0.25rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.chat-sidebar {
  width: 340px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0 solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  padding: 15px;
}
.chat-sidebar-header .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.chat-sidebar-content {
  padding: 0;
}

.chat-user-online {
  position: relative;
}

.chat-list {
  position: relative;
  height: 300px;
}
.chat-list .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 36px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}
.chat-list .list-group-item {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
}
.chat-list .list-group-item:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(13, 110, 253, 0.12);
}
.chat-list .list-group-item.active {
  background-color: rgba(13, 110, 253, 0.12);
}

.chat-content {
  margin-left: 340px;
  padding: 85px 15px 15px 15px;
  position: relative;
  width: auto;
  height: 520px;
}

.chat-header {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.chat-footer {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
}

.chat-footer-menu {
  display: none;
}
.chat-footer-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .chat-footer-menu {
    display: block;
  }
}

.chat-tab-menu li a.nav-link {
  padding: 0.3rem 0.2rem;
  line-height: 1.2;
  color: #4a4b4c;
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show > .nav-link {
  color: #008cff;
  background-color: rgba(0, 123, 255, 0);
}

.chat-title {
  font-size: 14px;
  color: #272b2f;
}

.chat-msg {
  font-size: 13px;
  color: #6c757d;
}

.chat-time {
  font-size: 13px;
  color: #6c757d;
}

.chart-online {
  color: #16e15e;
}

.chat-top-header-menu {
  display: none;
}
.chat-top-header-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .chat-top-header-menu {
    display: block;
  }
}

.chat-content-leftside .chat-left-msg {
  width: fit-content;
  background-color: #eff2f5;
  padding: 0.8rem;
  border-radius: 12px;
  max-width: 480px;
  text-align: left;
  border-top-left-radius: 0;
  color: #fff;
}

.chat-content-rightside .chat-right-msg {
  width: fit-content;
  background-color: #dcedff;
  padding: 0.8rem;
  border-radius: 12px;
  float: right;
  max-width: 480px;
  text-align: left;
  border-bottom-right-radius: 0;
  color: #fff;
}

.chat-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
  color: #6c757d;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .chat-toggle-btn {
    display: none;
  }
}

/* file manager */
.fm-menu .list-group a {
  font-size: 16px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
}
.fm-menu .list-group a i {
  font-size: 23px;
}
.fm-menu .list-group a:hover {
  background: #008cff;
  color: #fff;
  transition: all 0.2s ease-out;
}

.fm-file-box {
  font-size: 25px;
  background: #e9ecef;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.fm-icon-box {
  font-size: 32px;
  background: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.user-plus {
  width: 33px;
  height: 33px;
  margin-left: -14px;
  line-height: 33px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  border: 1px dotted #a9b2bb;
  color: #404142;
}

.user-groups img {
  margin-left: -14px;
  border: 1px solid #e4e4e4;
  padding: 2px;
  cursor: pointer;
}

/* switcher */
.form-check-img {
  max-width: 100%;
  height: auto;
}

.form-check-label-highlighter .form-check-input:checked[type=checkbox] ~ .form-check-label,
.form-check-label-highlighter .form-check-input:checked[type=radio] ~ .form-check-label {
  border-color: #377dff;
}

@media (min-width: 1280px) {
  .welcome-back-img {
    position: absolute;
    bottom: 0;
    right: 2rem;
  }
}
.welcome-back-img {
  position: relative;
}

/* EnjazSmart marketing — product screenshots */
.enjaz-product-screenshot {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);
  background-color: #f1f5f9;
}

/* نظام عرض متّسق للواجهة الأمامية */
.enjaz-container {
  width: min(var(--enjaz-content-max), calc(100% - (var(--enjaz-gutter) * 2)));
  margin-left: auto;
  margin-right: auto;
}

/* إيقاع أقسام الصفحة */
.main-wrapper .main-content > section.enjaz-section {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-block: var(--enjaz-section-space) !important;
  position: relative;
  scroll-margin-top: 5.5rem;
}

/* الصفحة الرئيسية: أول قسم بطول الشاشة */
.main-wrapper .main-content > section#home.enjaz-section {
  min-height: calc(100vh - 70px);
  min-height: calc(100svh - 70px);
  min-height: calc(100dvh - 70px);
  justify-content: center;
}

.main-wrapper .main-content > section.enjaz-section > .container,
.main-wrapper .main-content > section.enjaz-section > .container-fluid,
.top-header .navbar.container.enjaz-topnav,
.page-footer .container {
  width: min(var(--enjaz-content-max), calc(100% - (var(--enjaz-gutter) * 2)));
  max-width: min(var(--enjaz-content-max), calc(100% - (var(--enjaz-gutter) * 2)));
  margin-inline: auto;
  box-sizing: border-box;
}

.main-wrapper .main-content > section.enjaz-section > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.main-wrapper .main-content > section.enjaz-section + section.enjaz-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.08), transparent);
  pointer-events: none;
}

.main-wrapper .main-content > section.enjaz-section:not(.bg-call-to-action) .card.rounded-4:not(:has(form)) {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.main-wrapper .main-content > section.enjaz-section:not(.bg-call-to-action) .card.rounded-4:not(:has(form)):hover {
  transform: translateY(-4px);
  box-shadow: 0 0.85rem 2.25rem rgba(15, 23, 42, 0.1);
}

.main-wrapper .main-content .card .card-body {
  line-height: 1.75;
}

.main-wrapper .main-content .btn.btn-grd.rounded-5,
.main-wrapper .main-content .btn.btn-light.rounded-5 {
  min-height: 46px;
  font-weight: 600;
}

.main-wrapper .main-content .form-control,
.main-wrapper .main-content .form-select {
  min-height: 46px;
  border-radius: 0.85rem;
}

/* Footer enhancements */
.page-footer {
  background-color: #ffffff;
  margin-top: clamp(1.5rem, 4vh, 2.75rem);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.04);
  padding-block: clamp(2.25rem, 5vh, 3.5rem);
  min-height: auto;
}
.page-footer .footer-logo h5 {
  font-size: 1.2rem;
}
.page-footer .footer-lead {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}
.page-footer .footer-links h5 {
  font-size: 1.08rem;
  font-weight: 700;
}
.page-footer .footer-links a {
  color: #1f2937;
  font-size: 0.98rem;
  line-height: 1.7;
  transition: color 0.2s ease;
}
.page-footer .footer-links a:hover {
  color: #0d6efd;
}
.footer-strip {
  background-color: #ffffff;
}
.footer-strip .footer-strip-text {
  font-size: 0.96rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .main-wrapper .main-content > section.enjaz-section {
    min-height: auto;
    padding-block: clamp(1.75rem, 4.2vh, 2.8rem) !important;
  }
  .banner-paragraph {
    max-width: 100%;
  }
  .page-footer .footer-logo h5 {
    font-size: 1.1rem;
  }
  .page-footer {
    min-height: auto;
    padding-block: clamp(1.75rem, 4.4vh, 2.8rem);
  }
  .footer-strip .footer-strip-text {
    font-size: 0.92rem;
  }
}

/* Value props carousel (الصفحة الرئيسية) */
.enjaz-value-carousel-section .enjaz-value-slide {
  min-height: 260px;
}
.enjaz-value-carousel-section .enjaz-value-slide .card-body {
  padding: 1.5rem 1.25rem;
}
@media (min-width: 992px) {
  .enjaz-value-carousel-section .enjaz-value-slide {
    min-height: 300px;
  }
  .enjaz-value-carousel-section .enjaz-value-slide .card-body {
    padding: 1.75rem 1.5rem;
  }
}
.enjaz-value-carousel .owl-nav button.owl-prev,
.enjaz-value-carousel .owl-nav button.owl-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50% !important;
  background: linear-gradient(310deg, #00c6fb 0%, #005bea 100%) !important;
  color: #fff !important;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0.25rem;
}
.enjaz-value-carousel .owl-nav button.owl-prev:hover,
.enjaz-value-carousel .owl-nav button.owl-next:hover {
  opacity: 0.9;
}
.enjaz-value-carousel .owl-dots {
  margin-top: 1rem;
}
.enjaz-value-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
}
.enjaz-value-carousel .owl-dots .owl-dot.active span {
  background: #0d6efd;
}
html[data-bs-theme="dark"] .enjaz-value-carousel .owl-dots .owl-dot span {
  background: #4b5563;
}
html[data-bs-theme="dark"] .enjaz-value-carousel .owl-dots .owl-dot.active span {
  background: #60a5fa;
}

/*# sourceMappingURL=main.css.map */
