@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #4f75b3;
  /* Main blue color from the image */
  --semi-light: #f3f3f3c4;
  /* Lightened version of the primary blue */
  --light-color: #f2f5fb;
  /* Soft light blue-gray for background elements */
  --shadow: 0px 6px 34px rgba(180, 185, 206, .35);
  /* Slightly transparent shadow */
  --radius: 20px;
  /* Rounded corners for elements */

  --primary-blue: #3d5f8c;
  /* Darker shade of blue from the image */
  --primary-blue-dark: #2c4a70;
  /* Even darker shade of blue */
  --primary-blue-light: #88a6df;
  /* Lighter blue accent color */

  --google-red: #f4a261;
  /* Warm red tone for accent */
  --facebook-blue: #3b5998;
  /* Slightly muted blue for social media elements */
  --apple-black: #000000;
  /* Black for strong contrasts */

  --text-gray: #333333;
  /* Dark gray for text readability */
  --border-gray: #c6cdd4;
  /* Soft gray for borders */

  --bg-gray: #eef2f9;
  /* Light grayish-blue for the overall background */
}

body {
  font-family: "Montserrat" !important;

}

.category-box a {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: white;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  transition: all 0.5s;
  border: 2px solid white;
}

section {
  padding: 40px 20px;
}

.category-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.category-box a {
  color: black;
  text-decoration: none;
  text-align: center;
}

.category-box h6 {
  margin-bottom: 0;
}

.category-box:hover a {
  border: 2px solid var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat" !important;

}



.heading {
  text-align: center;
}

.heading h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

.categories {
  background: var(--semi-light);
}

.btn1 {
  background: #3f51b5;
  padding: 10px 25px;
  color: white !important;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  outline: none;
  border: 1px solid var(--primary-blue);
}

.btn1:hover {
  background: white !important;
  color: #3f51b5 !important;
}

.outline-btn {
  background: white;
  padding: 10px 25px;
  color: black;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.5s;
  border: 1px solid black;
  outline: none;
}

.outline-btn:hover {
  background: black;
  color: white;
}

.course-card {
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.course-card img {
  width: 100%;
}

.course-card .course-card-content {
  padding: 20px;
}

.course-card .course-card-content h6 {
  font-weight: 600;
}

.course-card .course-card-content h6 a {
  color: black;
  text-decoration: none;
}

.course-card .course-card-content .duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: grey;
  font-size: 14px;
}

.course-card .course-card-content p {
  font-size: 14px;
  margin-top: 5px;
  color: grey;
  margin-bottom: 0;
}

.category-label {
  background: var(--semi-light);
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 60px;
  font-weight: 500;
}

.responsive .slick-track {
  padding: 20px 0;
}

/* Add spacing between slides */

.responsive .category-box {
  margin-right: 15px;
  /* adjust as needed */
}

/* Remove margin from the last visible slide to avoid layout issues */
.responsive .slick-slide:last-child {
  margin-right: 0;
}

.responsive .slick-next,
.responsive .slick-prev,
.teamSlider .slick-next,
.teamSlider .slick-prev,
.testimonial-slider .slick-next,
.testimonial-slider .slick-prev,
.courseSlider .slick-next,
.courseSlider .slick-prev {
  z-index: 100;
}

.responsive .slick-next:before,
.responsive .slick-prev:before,
.teamSlider .slick-next:before,
.teamSlider .slick-prev:before,
.courseSlider .slick-next:before,
.courseSlider .slick-prev:before {
  color: var(--primary-color);
  font-family: "Montserrat" !important;

  font-size: 36px;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.accordion-button:not(.collapsed) {
  background-color: var(--semi-light);
}

.accordion-button:focus {
  box-shadow: none;
}

.testimonial {
  background: var(--semi-light);
}

.heading2 {
  color: white;
}

.heading2 span {
  border-color: white;
}

.testimonial-slider .slick-slide,
.teamSlider .slick-slide {
  padding: 10px;
}

.marquee {
  overflow: hidden;
  margin: auto;
  transition: 1ms;
}

.marquee-container {
  transition: 1ms;
}

.marquee .item {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}

.testimonial-slider .slick-next:before,
.testimonial-slider .slick-prev:before {
  color: white;
  font-family: "Montserrat" !important;

  font-size: 36px;
}

.testimonial-slider .slick-prev,
.teamSlider .slick-prev {
  left: -40px;
}

.profile-card {
  border-radius: 1rem;
  box-shadow: var(--shadow);
  background: #fff;
  transition: all 0.5s ease-in-out;
  border: 1.5px solid white;
  margin: auto;
}

.profile-card:hover {
  border: 1.5px solid var(--primary-color);
  transform: translateY(-5px);
}

.badge-title {
  font-size: 0.75rem;
  background: #e8e9ff;
  color: #6b6ccf;
  padding: 0.3rem 0.6rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 600;
}

.verified-badge {
  color: #ffc107;
}

.skills span {
  /* background: #f1f3f5; */
  border-radius: 1rem;
  padding: 0.3rem 0.7rem;
  margin-right: 0.3rem;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.3rem;
}

.btn-sm-custom {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
}

.footer-area a {
  color: #333;
  text-decoration: none;
}

.footer-area a:hover {
  text-decoration: underline;
}

.footer-area i {
  font-size: 1.2rem;
}

.breadcrumb {
  background: #3f51b5;
  padding: 60px 20px;
  min-height: 455px;
}

.breadcrumb-content h1 {
  font-size: 45px;
  font-weight: bold;
}

.card-bottom {
  margin-top: -23px;
  background: white;
  position: relative;
  box-shadow: var(--shadow);
  z-index: 5;
  padding: 10px 20px;
  /*  border-top: 1px solid lightgrey;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: grey;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #e4e3e3;
  margin-left: 10px;
  margin-right: 10px;
}

.card-bottom div {
  width: calc(50% - 10px);
}

.card-bottom div:nth-child(1) {
  border-right: 1px solid lightgrey;
}

.course-content {
  margin-top: 20px;
}

.course-img img {
  border-radius: var(--radius);
}

.course-video {
  position: relative;
}

.course-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 90px;
  cursor: pointer;
}

.course-video img {
  border-radius: var(--radius);
}

.course-booking {
  position: sticky;
  top: 95px;
  padding: 20px;
  border-radius: var(--radius);
  margin-top: -420px;
  background: white;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--primary-color);
}

.original_price {
  font-size: 16px;
  color: lightgrey;
  text-decoration: red line-through;
  margin-bottom: -10px;
}

.discounted_price {
  font-size: 25px;
  font-weight: bold;
}

.price {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  /*  text-align: center;*/
}

.price_box {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-top: 15px;
  /*position: absolute;*/
  /*bottom: 18px;*/
}

.price_box button {
  /*max-width: 50%;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-left: 20px;
}

.course-table td {
  vertical-align: middle;
  font-size: 0.95rem;
  /*  border-top: 1px solid #f0f0f0;*/
}

.course-table td:last-child {
  text-align: right;
  color: #6c757d;
  font-weight: 500;
}

.course-table tr:first-child td {
  border-top: none;
}

.badge-soft {
  background-color: #f1f3f5;
  color: #6c757d;
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}

.course-description,
.course-content-inner {
  padding: 20px;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.course-description p,
.course-description li,
.course-description a {
  font-size: 17px;
  font-family: "Montserrat" !important;

}

.course-description ul,
.course-description ol {
  padding-inline-start: 20px;
}

.course-description ul li,
.course-description ul li p,
.course-description ol li,
.course-description ol li p {
  margin-bottom: 5px;
}

.lecture-duration {
  margin-left: auto;
  color: #6c757d;
  font-size: 0.9rem;
}

.preview-badge {
  background-color: var(--primary-color);
  color: white;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
}

.download-item {
  color: var(--primary-color);
}

.list-group-item {
  border: 0;
}

.course-content .accordion-item {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid lightgrey;
  margin-bottom: 5px;
}

.learn-wrapper ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.learn-wrapper ul li {
  width: 50%;
  list-style: none;
  padding-inline-end: 1rem;
  display: flex;
  align-items: flex-start;
}

.learn-wrapper ul li i {
  margin-top: 7px;
}

.learn-column {
  width: 50%;
  padding-right: 1rem;
}

.learn-column p {
  margin-bottom: 1rem;
  display: flex;
}

.learn-column p i {
  color: var(--primary-color);
  font-weight: 700;
}

@media (max-width: 768px) {
  .learn-column {
    width: 100%;
    padding-right: 0;
  }
}

.learnings,
.requirements {
  padding: 20px;
  box-shadow: var(--shadow);
  border-radius: 20px;
}

.requirements ul {
  padding-inline-start: 20px;
}

.similar-courses {
  padding: 20px 40px;
}

.courseSlider .slick-slide {
  padding: 10px;
}

.course-content-section {
  padding-bottom: 60px;
}

.icons-group a i {
  font-size: 22px;
}

.icons-group a {
  display: inline-block;
  text-decoration: none;
  color: var(--primary-color);
}

.icons-group a i.bi-person {
  font-size: 26px;
}

.icons-group a:nth-child(1) {
  margin-right: 10px;
}

.icons-group a:nth-child(2) {
  transform: translateY(2px);
}

.offcanvas-header {
  border-bottom: 1px solid lightgrey;
}

.cart-item {
  border: 1px solid lightgrey;
  padding: 10px;
  border-radius: 10px;
}

.cart-item-content p {
  color: lightgrey;
  font-size: 12px;
  margin-bottom: 0;
}

.cart-item-image {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.cart-item-image img {
  object-fit: cover;
  height: 100%;
}

.cart-item-content h6 {
  font-size: 14px;
}

.cart-item-content p span:nth-child(1) {
  text-decoration: line-through red;
}

.cart-item-content p span:nth-child(2) {
  font-size: 16px;
}

.cart-items {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 206px);
  padding: 10px 0;
}

.total-costing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-top: 1px solid lightgrey;
}

.total-costing .pricing h2 {
  margin-bottom:
}

.btn-outline-primary {
  border-radius: 50px;
}

.btn-outline-primary.active,
.btn-outline-primary:checked,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 0.75rem;
}

.input-group-text {
  background-color: #f0f0f0;
  border-radius: 10px 0 0 10px;
  border-right: 0;
}

.input-group .form-control {
  border-radius: 0 10px 10px 0;
}

.list-group-item {
  border-bottom: 1px solid lightgrey;
  font-size: 0.95rem;
}

#courseAccordion .accordion-body {
  padding-top: 0;
}

.btn-primary {
  border-radius: 50px;
  padding: 0.75rem;
  font-weight: 600;
}

.form-check-input {
  border: var(--bs-border-width) solid #979797;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.text-muted i {
  font-size: 1rem;
}

.form-check-label {
  font-size: 0.9rem;
}

.checkout-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 1rem;
}

.checkout-item {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.checkout-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.checkout-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.checkout-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 1rem;
}

.form-control,
.needs-validation .form-select {
  padding: .7rem;
  border-radius: 8px !important;
}

.iti {
  width: 100%;
}


.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 380px;
  height: 100vh;
  /*background-color: #f9f9f9;*/
  border-right: 1px solid #ddd;
  padding: 0px;
  overflow-y: auto;
}

.sidebar .accordion-button {
  background: #dcdcdc;
}

.sidebar h2 {
  font-size: 20px;
  font-weight: 600;
}

.sidebar .list-group-item {
  background: white;
  border-bottom: 1px solid lightgrey;
  padding: 10px 20px;
}

.sidebar .list-group-item div span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
}

.sidebar .list-group-item div span i {
  margin-right: 5px;
  font-size: 16px;
}

.sidebar .list-group-item div span span {
  margin-right: 8px;
  font-size: 13px;
  line-height: 14px;
}

.list-group-item a {
  color: var(--bs-list-group-color);
  text-decoration: none;
}

/*.sidebar .progress {
        height: 5px;
        background-color: #e0e0e0;
        margin: 10px 0;
        border-radius: 4px;
        position: relative;
      }
      .sidebar .progress::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 44%;
        background-color: #28c76f;
        border-radius: 4px;
      }*/
.sidebar .accordion-item {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.sidebar .accordion-button:not(.collapsed) {
  /*background-color: var(--primary-color);*/
  background: #f3f3f3;
  padding: 10px;
  color: black;
}

.sidebar .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  display: none;
}

.sidebar .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 0;
}

.sidebar .activity {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar ul li:last-child {
  margin-bottom: 0;
}

.sidebar li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.sidebar input[type="radio"] {
  margin-right: 10px;
}

.sidebar .completed {
  text-decoration: line-through;
  color: #999;
}

.sidebar .checkmark {
  color: #28c76f;
  margin-left: auto;
  font-size: 16px;
}

.main-content {
  margin-left: 380px;
  padding: 40px 30px;
  width: calc(100% - 380px);
}

.controls {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.circle-button {
  background-color: #aaa;
  border: none;
  border-radius: 50%;
  color: white;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
}

.status-button {
  background-color: #1c4fd1;
  color: white;
  padding: 5px 12px;
  border-radius: 16px;
  font-size: 12px;
  border: none;
  word-break: none;
  min-width: fit-content;
}

.lesson-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mark-complete {
  margin-top: 25px;
  background-color: #000;
  color: white;
  border: none;
  padding: 8px 24px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.mark-complete.previous {
  background: #BFC6CA;
  color: black;
  border-radius: 60px 0px 0px 60px;
}

.mark-complete.next {
  background-color: #36495B;
  color: black;
  border-radius: 0px 60px 60px 0px;
  color: white;
}

.mark-complete.disabled {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}

.btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sidebar .form-check-input {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50% !important;
}

.sidebar .form-check-input:disabled {
  opacity: 1;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.sidebar-upper {
  padding: 15px;
  padding-bottom: 0;
}

.lesson-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.course-card-img {
  height: 250px;
  object-fit: cover;
  overflow: hidden;
}

.course-card-img img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.video-wrapper {
  position: relative;
  padding-top: 0;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}


/*login*/
.auth-container {
  display: flex;
  height: 100vh;
  position: relative;
}

/* Left Side - Brand Section */
.brand-section {
  flex: 1;
  background: #617FF3;
  background: -webkit-linear-gradient(90deg, rgba(97, 127, 243, 1) 0%, rgba(47, 87, 239, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(97, 127, 243, 1) 0%, rgba(47, 87, 239, 1) 100%);
  background: #3f51b5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.brand-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.floating-circle:nth-child(1) {
  width: 60px;
  height: 60px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-circle:nth-child(2) {
  width: 40px;
  height: 40px;
  top: 60%;
  left: 80%;
  animation-delay: 2s;
}

.floating-circle:nth-child(3) {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}

.brand-logo {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}


.brain-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.brain-icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.brand-text {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.brand-content {
  position: relative;
  z-index: 2;
}

.brand-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: slideInLeft 1s ease-out 0.5s forwards;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
  opacity: 0;
  animation: slideInLeft 1s ease-out 0.7s forwards;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  opacity: 0;
  animation: slideInLeft 1s ease-out 0.9s forwards;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

.dot:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Right Side - Form Section */
.form-section {
  flex: 1;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

.form-container {
  width: 100%;
  max-width: 400px;
  opacity: 0;
  animation: slideInRight 1s ease-out 0.3s forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-header {
  margin-bottom: 2rem;
}

.form-title {
  font-size: 2rem;
  font-weight: 600;
  color: #202124;
  margin-bottom: 0.5rem;
}

.form-subtitle {
  color: var(--text-gray);
  font-size: 0.95rem;
}

.signup-link {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.signup-link:hover {
  color: var(--primary-blue-dark);
  text-decoration: underline;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control-custom {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-gray);
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}

.form-control-custom:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
  transform: translateY(-1px);
}

.form-control-custom::placeholder {
  color: #9aa0a6;
}

.password-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-gray);
  cursor: pointer;
  padding: 4px;
  transition: color 0.3s ease;
}

.password-toggle:hover {
  color: var(--primary-blue);
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: var(--primary-blue);
}

.checkbox-label {
  color: var(--text-gray);
  font-size: 0.9rem;
  cursor: pointer;
}

.forgot-link {
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.forgot-link:hover {
  color: var(--primary-blue-dark);
  text-decoration: underline;
}

.btn-login {
  width: 100%;
  padding: 12px;
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-login::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-login:hover {
  background: var(--primary-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
}

.btn-login:hover::before {
  left: 100%;
}

.btn-login:active {
  transform: translateY(0);
}

.divider {
  text-align: center;
  margin: 2rem 0;
  position: relative;
}

.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-gray);
}

.divider-text {
  background: white;
  padding: 0 1rem;
  color: var(--text-gray);
  font-size: 0.9rem;
  position: relative;
  z-index: 50;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-btn {
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-gray);
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.social-btn.google:hover {
  border-color: var(--google-red);
  box-shadow: 0 8px 25px rgba(234, 67, 53, 0.2);
}

.social-btn.facebook:hover {
  border-color: var(--facebook-blue);
  box-shadow: 0 8px 25px rgba(24, 119, 242, 0.2);
}

.social-btn.apple:hover {
  border-color: var(--apple-black);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-btn i {
  font-size: 1.2rem;
}

.social-btn.google i {
  color: var(--google-red);
}

.social-btn.facebook i {
  color: var(--facebook-blue);
}

.social-btn.apple i {
  color: var(--apple-black);
}

/* Loading animation */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mobile-show {
  display: none !important;
}

.mobile-hide {
  display: block !important;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.view-lessons {
  background: #e5e5e5;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  border-radius: 60px;
  margin: 10px 10px 0 auto;
  cursor: pointer;
}

.close i {
  font-size: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .auth-container {
    flex-direction: column;
    height: auto;
  }

  .close {
    display: block;
  }

  .brand-section {
    flex: none;
    height: 100%;
    padding: 2rem;
  }

  .mobile-show {
    display: flex !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .brand-title {
    font-size: 1.5rem;
  }

  nav {
    justify-content: space-between;
    flex-direction: column;
  }

  .form-section {
    flex: none;
    height: 100%;
    padding: 1rem;
  }

  .menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .breadcrumb-content h1 {
    font-size: 25px;
    /*text-align: center;*/
  }

  .course_details {
    flex-direction: column;
  }

  .course_details div {
    margin-bottom: 5px;
  }

  .course-content-inner .accordion-button {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 15px;
  }

  .lecture-duration {
    margin-left: 0 !important;
  }

  .course-content-inner .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .course-booking {
    margin-top: 20px;
  }

  #courseAccordion .accordion-body {
    padding: 10px;
    padding-top: 0;
  }

  #courseAccordion .list-group-item {
    padding: 0.5rem;
    align-items: flex-start !important;
  }

  #courseAccordion .list-group-item span:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .learn-wrapper ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  #courseAccordion .list-group-item a span:nth-child(2) {
    width: auto;
  }


  .sidebar {
    display: none;
  }

  .sidebar.open {
    width: 100%;
    display: block;
    z-index: 9;
    background: white;
  }

  .main-content {
    margin-left: 0;
    width: 100%;
    z-index: 2;
    position: relative;
  }

  .btn-group {
    flex-direction: column;
  }

  .btn-group div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mark-complete {
    margin-top: 12px;
  }

  .btn-group div a {
    width: auto;
    border-radius: 60px !important;
  }
}

/*login*/
.sl-toast-stack {
  /*  position:aboslute;*/
  left: 20%;
  bottom: 20px;
  transform: translateX(-50%);
  height: auto;
  /*  top: auto;*/
  z-index: 100000000 !important;
}

.btn1.disabled {
  background: lightgrey;
  color: black;
}

.toastify-custom {
  background: #3498db;
  /* flat blue color */
  color: white;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
}

/* Disabled anchor */
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}

.icons-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icons-group i {
  font-size: 1.2rem;
  cursor: pointer;
}

.dropdown-menu li a {
  font-size: 14px;
  color: grey !important;
}

.back-btn {
  background: #f3f3f3;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.list-group-item.active a {
  color: white;
}

.list-group-item.active {
  background: var(--primary-color);
  color: white;
}

.img-box {
  padding: 12px;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 10px;
  margin-bottom: 15px;
}

.img-box img {
  width: 100%;
}

.logo-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  backdrop-filter: blur(10px);
}

.floating-download {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  z-index: 1000;
  border: none;
}


.anim_span {
  padding: 0.25em 0 0.325em;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: #3f51b5;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}


.logo img {
  width: 120px;
}