:root {
  --primary-color: #6366f1;
  --primary-hover: #4f46e5;
  --text-color: #1e293b;
  --light-gray: #f8fafc;
  --border-color: #e2e8f0;
}

body {
  background-color: var(--light-gray);
  color: var(--text-color);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.login-container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  /* background: #a3acb5; */
}

.login-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 420px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.login-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
}

/* .logo {
  display: block;
  margin: 0 auto 2rem;
  height: 40px;
} */

.login-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-control {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
  transition: all 0.2s;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.input-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: #94a3b8;
}

.input-with-icon {
  padding-left: 2.75rem;
}

.btn-login {
  background-color: var(--primary-color);
  color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  width: 100%;
  border: none;
  transition: all 0.2s;
}

.btn-login:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}

.btn-login:active {
  transform: translateY(0);
}

.remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  font-size: 0.875rem;
}

.divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  color: #94a3b8;
  font-size: 0.875rem;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: var(--border-color);
  margin: 0 0.5rem;
}

.social-login {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.social-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
  background: white;
  color: var(--text-color);
  font-weight: 500;
  transition: all 0.2s;
}

.social-btn:hover {
  background-color: var(--light-gray);
}

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.signup-link {
  text-align: center;
  font-size: 0.875rem;
}

.signup-link a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

/* Logo style */
.text-purple-custom {
  color: #8e44ad;
  /* or any purple shade you prefer */
}

.hover-pink:hover {
  color: #ff69b4 !important;
  /* hot pink */
}


/* Footer Background color */
.footer.footer-six
 {
    background: #212529;
}


/* Call To Action Button syle */
	.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #392C7D;
    transition: all 0.3s ease;
    z-index: -1;
}

.progress-wrap:hover::after {
    background: #3f37c9;
}

.btn-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 307.919;
    stroke-dashoffset: 307.919;
    transition: stroke-dashoffset 0.3s linear;
}

.progress-wrap.active-progress .progress-circle path {
    stroke-dashoffset: 0;
}

/* Hero section */
.banner-content-five .form-inner-five {
    max-width: 650px !important;
}
.home-slide-five-text, Specificity: (0,1,0) {
    max-width: 650px !important;
}
.drop-detail-five {
    max-width: 200px !important;
}

.icon-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0d6efd;
    transition: background-color 0.3s ease;
}

.icon-bg i {
    font-size: 28px;
}
.icon-bg:hover {
    background-color: #FF4667 !important;
}
.categories-item-six:hover .icon-bg {
    background: #FF4667 !important;
}

/* Message */
.list-group-item.unread {
    background-color: #f8f9fa;
    border-left: 4px solid #ffc107;
    font-weight: 500;
}

.list-group-item.unread.active {
    background-color: #0d6efd;
    border-left-color: #fff;
}


a {
    text-decoration: none !important;
    transition: text-decoration 0.3s ease;
}

a:hover {
    text-decoration: underline;
    transition: text-decoration 0.3s ease;
}

/* Languages Switcher */
/* RTL support */
body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl .header-btn {
    margin-left: 0;
    margin-right: auto;
}

body.rtl .me-2 {
    margin-left: 0.5rem;
    margin-right: 0 !important;
}

body.rtl .ms-2 {
    margin-right: 0.5rem;
    margin-left: 0 !important;
}

body.rtl .dropdown-menu {
    text-align: right;
}

body.rtl .dropdown-item {
    text-align: right;
}

body.rtl .main-nav {
    direction: ltr; /* Keep navigation LTR for consistency */
}

/* // Messages */
.instructor-message .chat-cont-left .chat-header .form-control
Specificity: (0,4,0)
 {
    width: 350px !important;
}