/* @import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap"); */
@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&display=swap');
/*
body {
  font-family: 'Lato', 'Nunito', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
h1, h2, h3, .site-title {
  font-family: 'Cinzel', 'Playfair Display', serif;
}
*/
/*
body {
  font-family: "Poppins", "Abril Fatface";
}
*/

body {
  font-family: "Poppins", sans-serif;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
.astro-title {
  font-family: "Poppins";
}

:root {
  --primary-color: #f18f09;
  --secondary-color: #000;
  --text-color: #fff;
  --text-color2: #000;
}

/* main-hero-section-start */
.bg-banner {
  background-image: url("../images/bg-banner.png");
  background-position: top;
  padding: 24px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -180px;
}

.bg-banner2 {
  background-image: url("../images/repeater.png");
  background-position: top;
  padding: 24px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-role2 {
  padding: 15px 0px 42px;
}

.bg-banner3 {
  margin-top: 150px;
}

.main-part-section {
  padding: 15px 0px 50px;
}

.logo-image img {
  max-width: 170px;
}

.login-part {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.phone-no {
  font-size: 20px;
  font-weight: 700;
  border: 1px solid var(--secondary-color);
  border-radius: 100px;
  padding: 7px 16px;
}

.btn-login {
  background-color: var(--primary-color);
  color: var(--text-color);
  font-size: 18px;
  border-radius: 100px;
  border: none;
  padding: 10px 28px;
  font-weight: 500;
}

.btn-login:hover {
  background-color: #000;
  color: #fff;
}

.login-block {
  background: var(--secondary-color) !important;
}

.navbar-bg {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 8px 0px;
  margin-top: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--text-color);
  font-size: 16px;
  padding: 6px 10px;
}

.nav-item:hover {
  background: var(--secondary-color);
  color: var(--text-color);
  border-radius: 100px;
}

.banner-text h1 {
  font-size: 48px;
  color: var(--text-color2);
}

.banner-text span {
  color: var(--text-color);
}

.years-block {
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  /* max-width: 550px; */
  padding: 12px 0px;
  margin: 26px 0px;
}

.years-block h2 {
  font-size: 64px;
  margin: 0px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: var(--text-color2);
}

.text-block {
  margin: 0px;
  font-size: 18px;
}

.banner-image {
  max-width: 450px;
  margin-top: 30px;
  position: relative;
  bottom: -23px;
}

.main-best-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bg-color2 {
  background: #000000;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(241, 143, 9, 1) 100%);
  padding: 5px 0px;
}

.best-part {
  display: flex;
  align-items: center;
  gap: 30px;
}

.best-part img {
  min-width: 36px;
}

.best-part p {
  font-size: 18px;
  color: var(--text-color);
  margin: 0px;
  font-family: Bakbak One;
}

/* main-hero-section-end */

/* about-section-start */
.about-section {
  padding: 50px 0px;
  position: relative;
}

.about-art {
  position: absolute;
  top: 0px;
  z-index: -1;
}

.about-part h3 {
  font-family: "Poppins";
  font-size: 40px;
  margin: 0px;
}

/* .about-part span {
  color: var(--primary-color);
} */

.about-part h3::after {
  content: "";
  display: block;
  width: 175px;
  height: 4px;
  background: var(--primary-color);
  margin-top: 14px;
}

.about-text {
  margin-top: 26px;
}

.about-image img {
  width: 100%;
  border-radius: 14px;
}

.my-icon {
  max-width: 45px;
}

.all-awards p {
  color: var(--primary-color);
  font-size: 30px;
  margin: 0px;
  font-weight: 700;
}

.all-awards span {
  font-size: 20px;
  margin: 0px;
  font-weight: 500;
}

/* about-section-end */

/*meeat-team-part-start*/
.meet-team-section {
  background-image: url(../images/banner2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.team-block-main {
  border: 1px solid var(--primary-color);
  border-radius: 35px;
  padding: 35px 30px;
  margin-top: 26px;
}

.team-block {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 26px;
}

.team-block img {
  max-width: 120px;
}

.team-block h4 {
  font-size: 32px;
  font-weight: 600;
  margin: 0px;
}

.meet-text {
  font-size: 18px;
  margin: 0px;
  margin-top: 6px;
  text-align: justify;
}

.team-image {
  position: relative;
}

.team-image img {
  width: 100%;
  max-width: 300px;
}

/* .user-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
} */

.join-part {
  margin-top: 38px;
}

.team-block2 h4 {
  font-size: 32px;
  font-weight: 600;
  margin: 0px;
}

/*meeat-team-part-end*/

/* program-part-start */
.program-section {
  padding: 50px 0px;
}

.program-image {
  margin-top: 40px;
}

.program-image img {
  width: 100%;
  border-radius: 20px;
}

.program-text p {
  font-family: Aclonica;
  font-size: 32px;
  margin: 0px;
  margin-bottom: 6px;
}

.program-text2 p {
  font-family: Aclonica;
  font-size: 24px;
  margin: 0px;
  margin-bottom: 6px;
}

.program-image {
  position: relative;
}

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

.program-text2 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-96%, -50%);
  text-align: center;
}

.btn-login2 {
  background-color: var(--primary-color);
  color: var(--text-color);
  font-size: 18px;
  border-radius: 100px;
  border: none;
  padding: 10px 28px;
  font-weight: 500;
}

/* program-part-end */

/* Book-part-start */
.book-section {
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.career-part {
  margin-top: 40px;
}

.type-btn {
  color: var(--text-color2);
  font-size: 18px;
  border-radius: 100px;
  border-color: #a9a9a9;
  padding: 10px 28px;
  font-weight: 500;
  margin: 6px 0px;
}

.type-btn:hover {
  background-color: var(--primary-color);
  color: var(--text-color);
  border-color: #a9a9a9;
}

.text-role {
  margin: 0px;
  margin-top: 32px;
}

.book-image {
  background-image: url(../images/image1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px;
  border-radius: 40px;
}

.form-group {
  margin-bottom: 16px;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #f5a623 !important;
  box-shadow: 0 0 5px rgba(245, 166, 35, 0.4) !important;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* Book-part-end */

/* Resources-part-start */
.bg-color3 {
  background-color: #e8e8e8;
  padding: 28px;
  border-radius: 25px;
  min-height: auto;
}

.resources-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vedio-block h5 {
  font-family: "Poppins";
  font-size: 20px;
  margin: 0px;
}

.vedio-block h5::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: var(--secondary-color);
  margin-top: 6px;
}

.view-btn {
  background: var(--primary-color);
  font-size: 16px;
  color: var(--text-color);
  border-radius: 100px;
  font-weight: 200;
}

.view-btn:hover {
  background: var(--secondary-color);
  color: var(--text-color);
}

.bg-color3 img {
  width: 100%;
  border-radius: 15px;
}

.bg-color3 h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 6px;
  margin-top: 8px;
}

/* Resources-part-end */
/* our-photo-gallery-part-start */
.photo-garllery-part {
  background-color: #e8e8e8;
  padding: 50px 0px;
}

.photo-section {
  width: 100%;
  border-radius: 15px;
}

/* our-photo-gallery-part-end */
/* Testimonials-part-start */
.owl-nav i {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 1px;
}

.owl-prev {
  position: absolute;
  top: 50%;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #474747 !important;
  left: -60px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.owl-next {
  position: absolute;
  top: 50%;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #474747 !important;
  right: -60px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.owl-next:hover,
.owl-prev:hover {
  background-color: var(--primary-color) !important;
}

.owl-carousel2 .owl-nav button.owl-prev:hover,
.owl-carousel2 .owl-nav button.owl-next:hover {
  background-color: #ffc777 !important;
}

.owl-next,
.owl-prev {
  transition: background-color 0.3s ease;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.owl-carousel2 button.owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--color-text);
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.testimonial-part {
  background: #eaeaea;
  background: linear-gradient(180deg,
      rgba(234, 234, 234, 1) 0%,
      rgba(249, 249, 249, 1) 100%);
  border-radius: 25px;
  padding: 30px;
  position: relative;
}

.testimonial-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-block img {
  max-width: 70px;
  border: 4px solid var(--text-color);
  border-radius: 100px;
}

.testimonial-text h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.testimonial-text p {
  background: var(--primary-color);
  color: var(--text-color);
  font-size: 13px;
  margin: 0px;
  padding: 5px 32px;
  border-radius: 30px 30px 0px 30px;
  margin-top: 8px;
}

.role-part {
  font-size: 16px;
  margin-top: 22px;
  font-style: italic;
}

.side-image {
  max-width: 35px;
  position: absolute;
  right: 25px;
  top: 16px;
}

.socila-links {
  background-color: #f4f4f4;
  padding: 16px;
  border-radius: 15px;
  min-height: 120px;
  text-align: center;
}

.socila-links3 {
  background: #03320c !important;
}

.socila-links img {
  max-width: 150px;
}

.socila-links2 {
  max-width: 80px !important;
}

.other-lines-part {
  padding: 50px 0px;
}

/* Testimonials-part-end */
/* footer-part-start */
.footer-part {
  background: url(../images/footer_image.png);
  padding: 50px 0px 80px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo img {
  max-width: 170px;
}

.footer-logo p {
  font-size: 16px;
  color: #bababa;
  margin: 0px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.footer-icon {
  font-size: 24px;
  color: #fff;
  margin: 6px;
}

.footer-heading h5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.footer-list {
  padding: 0px;
  list-style: none;
}

.footer-list li {
  margin: 8px 0px;
}

.footer-list li a {
  text-decoration: none;
  color: #bababa;
}

.footer-list li a:hover {
  color: var(--primary-color);
}

.footer-list2 {
  color: #bababa;
  margin: 0px;
  margin-top: 13px;
}

.phone-no2 {
  color: var(--text-color);
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  line-height: 33px;
}

.bi-phone-fill {
  color: var(--primary-color);
}

.line-footer {
  border-left: 1px solid #606060;
  padding-left: 20px;
}

.bg-color5 {
  background-color: #000;
}

.bg-color5 p {
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 12px 0px;
  font-size: 16px;
}

/* footer-part-end */

.all-awards:hover .hover-image {
  display: block;
}

.all-awards:hover .normal-image {
  display: none;
}

.all-awards:hover {
  background: #000;
  border-radius: 20px;
  color: #fff;
}

.all-awards .hover-image {
  display: none;
}

.all-awards {
  padding: 16px;
  transition: all 0.4s ease;
}

.courese-list {
  margin: 30px 0px;
}

.form-select2 {
  padding: 10px 14px;
  border-radius: 6px !important;
}

.form-control2 {
  border-radius: 6px !important;
}

.pirce-role {
  font-size: 20px;
  font-weight: 500;
}

.card-title-role {
  font-size: 18px;
  font-weight: 600;
}

.card-text-block {
  color: var(--text-color2) !important;
}

.about-block {
  margin: 16px 0px;
}


/*
.course-details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
  font-size: 16px;
  border-radius: 8px;
  overflow: hidden;
}
*/
/* For the first table (Course Details) */
.course-details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  /* <-- ADD THIS LINE */
}

.course-details-table th,
.course-details-table td {
  padding: 12px 15px;
  text-align: left;
}

.course-details-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.course-details-table th {
  font-weight: bold;
  color: #333;
  background-color: #f8f8f8;
  width: 30%;
}

.course-details-table tbody tr:last-of-type {
  border-bottom: none;
}

.course-details-table tbody tr:hover {
  background-color: #f1f1f1;
}

/*
.materials-table {
      width: 100%;
      border-collapse: collapse;
      margin: 25px 0;
      font-size: 0.9em;
      font-family: sans-serif;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      overflow: hidden;
  }
  */
.materials-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  /* <-- ADD THIS LINE */
}

/* Style the table header */
.materials-table thead tr {
  background-color: #009879;
  /* A modern accent color */
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.materials-table th,
.materials-table td {
  padding: 12px 15px;
}

/* Style the table body rows */
.materials-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.materials-table tbody tr:last-of-type {
  border-bottom: none;
  /* Remove border from the last row */
}

.materials-table tbody tr:hover {
  background-color: #f3f3f3;
  /* Subtle hover effect */
}

/* Special style for the 'empty' message */
.materials-table .no-materials {
  text-align: center;
  color: #777;
  font-style: italic;
}

.discover-role {
  font-size: 28px;
  font-weight: 200;
}

.pagination .page-link {
  transition: all 0.3s ease-in-out;
}

.pagination .page-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.active .page-link {
  background-color: var(--bs-primary);
  color: var(--text-color) !important;
  border: none;
}

.active-menu {
  background-color: var(--secondary-color);
  border-radius: 100px;
}

/* login-html-start */
.login-form {
  padding-top: 40px;
}

.login-image {
  width: 100%;
  border-radius: 40px 0px 0px 40px;
  height: 100%;
}

/* .login-part {
  padding: 16px;
  border-radius: 0px 40px 40px 0px;
} */
.login-block2 {
  border-radius: 40px;
  padding: 0px;
  margin: 60px auto;
}

.login-part2 {
  padding: 50px 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.form-control2 {
  border-radius: 5px !important;
  background: #f2f2f2;
  padding: 10px 14px !important;
}

.forgot-pass a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 14px;
}

.eamil-input {
  margin-bottom: 24px;
}

.sign-part {
  width: 100%;
  margin-top: 24px;
  padding: 12px !important;
}

.continue-part {
  text-align: center;
  margin: 30px 0px;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 26px;
}

.social-login button {
  border: none;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 10px 50px;
  transition: 0.3s;
}

.social-login button:hover {
  background: #e9e9e9;
}

.social-login img {
  min-width: 30px;
}

.account-part {
  text-align: center;
  margin-top: 26px;
}

.account-part a {
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}

/* login-html-end */
.image-role-part {
  max-height: 615px !important;
}

.form-controle2 {
  padding-top: 40px !important;
}

.form-part-section {
  margin: 0px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--secondary-color) !important;
  color: var(--text-color);
  border-radius: 100px;
}

.dropdown-links {
  color: var(--text-color);
}

.dropdown-part {
  padding: 8px 8px;
  background-color: var(--primary-color);
  color: var(--text-color);
}

.dropdown-divider {
  border-color: var(--text-color);
}

.card-header2 {
  background-color: var(--secondary-color);
}

.consult-text {
  font-size: 18px;
  margin: 16px 0px;
}



/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 80vh;
  /* full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Background Video */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures video covers entire section */
  z-index: 1;
}

/* Overlay for smooth blending (golden gradient overlay) */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  padding: 0 15px;
}

.text-block {
  font-size: 2.2rem;
  color: var(--text-color2);
  /* max-width: 700px; */
  margin: 0 auto;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  margin: 4px;
  transition: all 0.3s ease;
  background: var(--secondary-color) !important;
}

/* Category Badges */
.badge-category {
  background-color: #007bff;
  /* default blue */
}

/* Example category colors */
.badge-programming {
  background-color: var(--primary-color);
}

.badge-design {
  background-color: var(--secondary-color);
}

/* Difficulty Badges */
.badge-difficulty {
  border: 1px solid transparent;
}

/* Difficulty Levels */
.badge-beginner {
  background-color: #28a745;
}

.badge-intermediate {
  background-color: #ffc107;
  color: #000;
}

.badge-advanced {
  background-color: #dc3545;
}

/* Hover Effect */
.badge:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.fc-col-header-cell-cushion {
  color: var(--primary-color) !important;
  text-decoration: none;
  cursor: pointer;
}

.fc-daygrid-day-number {
  color: var(--text-color2) !important;
  text-decoration: none;
  cursor: pointer;
}

.social-link2 {
  background: var(--secondary-color) !important;
  color: var(--text-color) !important;
}

.social-link2:hover {
  color: var(--primary-color) !important;
}

.phone-icon-link2 {
  background: var(--secondary-color) !important;
  color: var(--text-color) !important;
}

.phone-icon-link2:hover {
  color: var(--primary-color) !important;
}

.social-media-icons2 {
  justify-content: space-between;
}

.follow-part {
  text-align: left;
  font-size: 18px;
  margin-bottom: 16px;
}

.contact-block {
  display: flex;
  gap: 16px;
  margin-bottom: 6px;
}

.contact-block p a {
  text-decoration: none;
  color: var(--secondary-color);
}

.contact-block p a:hover {
  color: var(--primary-color);
}

.message-block {
  height: 100%;
  max-height: 111px !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background: var(--primary-color) !important;
}

.form-select:focus {
  border-color: #f5a623 !important;
  box-shadow: 0 0 5px rgba(245, 166, 35, 0.4) !important;
}

.social-link3:hover {
  background: var(--primary-color) !important;
}

.phone-icon-link3:hover {
  background: var(--primary-color) !important;
}



.page-content h2 {
  color: #f18f09;
  margin-top: 30px;
  font-size: 1.5rem;
}

.page-content p {
  margin-top: 10px;
  color: #555;
}

.page-content ul {
  margin-top: 10px;
  color: #555;
  padding-left: 20px;
}

.cta-button {
  display: inline-block;
  margin-top: 25px;
  background: #f18f09;
  color: white;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #d67c08;
}


.award-block {
  width: 100%;
  max-height: 605px;
}

@media (max-width: 768px) {
  .page-content {
    padding: 25px;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-section {
    height: 80vh;
  }

  .banner-text h1 {
    font-size: 2rem;
  }

  .years-block h2 {
    font-size: 1.4rem;
  }

  .text-block {
    font-size: 1rem;
  }
}


@media (max-width: 1399px) {
  .login-part {
    justify-content: end;
    gap: 6px;
  }

  .program-text p {
    font-size: 22px;
  }

  .program-text2 p {
    font-size: 18px;
  }

  .btn-login2 {
    font-size: 16px;
  }

  .socila-links {
    margin: 6px 0px;
  }
}

@media (max-width: 1199px) {
  .years-block h2 {
    font-size: 48px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
  }

  .all-awards {
    margin: 22px 0px;
  }

  .line-footer {
    border: none;
    padding-left: 0px;
    margin-top: 26px;
  }

  .main-best-part {
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .image-section {
    display: none;
  }

  .login-form {
    padding-top: 30px;
  }

  .about-art img {
    display: none;
  }

  .login-part {
    justify-content: space-evenly;
  }

  .about-image img {
    max-width: 450px;
  }

  .about-image {
    text-align: center !important;
  }

  .banner-image2 {
    text-align: center !important;
  }

  .program-text p {
    font-size: 16px;
    margin: 0px;
  }

  .btn-login2 {
    padding: 4px 16px;
    font-size: 12px;
  }

  .program-text2 p {
    font-size: 13px;
    margin: 0px;
  }

  .join-part {
    margin-top: 18px;
    text-align: left;
  }

  .meet-text2 {
    text-align: left;
  }

  .team-block2 h4 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .login-part {
    display: block;
    margin: 6px 0px;
  }

  .phone-no {
    margin-bottom: 6px;
    font-size: 13px;
    display: inline-block;
  }

  .navbar-bg {
    margin-top: 6px;
  }

  .btn-login {
    font-size: 16px;
  }

  .banner-text h1 {
    font-size: 32px;
  }

  .years-block h2 {
    font-size: 42px;
  }

  .years-block {
    margin: 10px 0px;
  }

  .banner-text {
    margin-top: 10px;
  }

  .best-part p {
    font-size: 16px;
  }

  .best-part {
    gap: 10px;
  }

  .about-part h3 {
    font-size: 28px;
  }

  .about-part h3::after {
    width: 100px;
  }

  .about-text {
    margin-top: 10px;
  }

  .all-awards p {
    font-size: 22px;
  }

  .all-awards span {
    font-size: 16px;
  }

  .all-awards {
    margin-bottom: 14px;
  }

  .team-block h4 {
    font-size: 24px;
  }

  .meet-text {
    font-size: 16px;
    margin-top: 0px;
  }

  .join-part {
    margin-top: 16px;
  }

  .team-block-main {
    padding: 25px 30px;
  }

  .team-block2 h4 {
    font-size: 24px;
    margin-top: 6px;
  }

  .program-image {
    margin-top: 16px;
  }

  .type-btn {
    font-size: 16px;
  }

  .career-part {
    margin-top: 16px;
  }

  .book-image {
    margin-top: 16px;
  }

  .text-role {
    margin-top: 16px;
  }

  .vedio-block h5 {
    font-size: 18px;
  }

  .view-btn {
    font-size: 16px;
  }

  .vedio-block h5::after {
    width: 62px;
  }

  .bg-color3 h6 {
    font-size: 16px;
  }

  .line-footer {
    margin-top: 0px;
  }

  .line-footer2 {
    margin-top: 16px;
  }

  .footer-part {
    padding: 20px 0px 20px;
  }

  .footer-list2 {
    margin-top: 0px;
  }

  .testimonial-text h5 {
    font-size: 18px;
  }

  .testimonial-text p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .banner-image {
    max-width: 300px;
  }

  .years-block h2 {
    font-size: 33px;
  }

  .all-awards {
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }

  .about-art img {
    max-width: 250px;
  }

  .book-btn {
    width: 100% !important;
    margin-top: 6px;
  }

  .about-part h3 {
    font-size: 22px;
  }

  .all-awards:hover .hover-image {
    margin: auto;
  }

  .main-best-part {
    display: block;
  }
}

.student-dashboard {
  color: #1d1d1f;
}

.dashboard-alert {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  border: 1px solid #28a745;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 10px 25px rgba(40, 167, 69, 0.15);
}

.dashboard-hero {
  border-radius: 28px;
  background: var(--primary-color);
  color: #fff;
  border: none;
}

.hero-eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-title {
  font-weight: 600;
  color: #fff;
}

.dashboard-avatar,
.dashboard-avatar-img {
  width: 130px;
  height: 130px;
}

.dashboard-avatar-img {
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.status-dot {
  position: absolute;
  bottom: 12px;
  right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4ade80;
  border: 3px solid #fff;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-meta {
    justify-content: flex-start;
  }
}

.dashboard-hero .btn-light {
  font-weight: 600;
  border-radius: 999px;
  color: var(--primary-color);
  border: none;
  background: #fff;
}

.dashboard-hero .btn-light:hover {
  background: #000;
  color: #fff;
}

.stats-card {
  border-radius: 20px;
  padding: 18px;
  background: #fff;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.stats-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.stats-icon.accent-primary {
  background: rgba(241, 143, 9, 0.15);
  color: var(--primary-color);
}

.stats-icon.accent-secondary {
  background: rgba(0, 0, 0, 0.08);
  color: var(--secondary-color);
}

.stats-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #8d8d8d;
}

.stats-value {
  font-weight: 600;
}

.section-card {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
}

.section-card__header {
  background: var(--primary-color);
  color: #fff;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.section-card__body {
  padding: 24px;
}

.section-card__eyebrow {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
}

.section-card__header .btn-outline-light {
  color: var(--primary-color);
  border-color: #fff;
  border-radius: 999px;
  background: #fff;
}

.section-card__header .btn-outline-light:hover {
  background: #000;
  color: #fff;
}

.course-card {
  border: 1px solid #f1f1f1;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}

.course-progress-pill {
  background: rgba(241, 143, 9, 0.15);
  color: var(--primary-color);
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.student-dashboard .progress {
  height: 6px;
  background: #f1f1f1;
  border-radius: 999px;
}

.student-dashboard .progress-bar {
  background: linear-gradient(90deg, var(--primary-color), #f7b347);
  border-radius: 999px;
}

.empty-state {
  text-align: center;
  padding: 32px 16px;
  border: 1px dashed #ddd;
  border-radius: 18px;
  color: #6c6c6c;
  background: #fff;
}

.empty-state i {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--primary-color);
  display: block;
}

.quiz-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quiz-card {
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
}

.quiz-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}

.quiz-score.is-success {
  background: rgba(46, 204, 113, 0.16);
  color: #2ecc71;
}

.quiz-score.is-warning {
  background: rgba(255, 193, 7, 0.2);
  color: #c28a00;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.payment-card {
  border: 1px solid #f1f1f1;
  border-radius: 18px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.02);
  height: 100%;
}

.payment-card__main {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.payment-card__details small {
  font-size: 0.85rem;
}

.payment-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
}

.payment-card__meta>div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 576px) {
  .payment-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-card__meta .status-pill {
    margin-top: 4px;
  }
}

.payment-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--secondary-color);
  flex-shrink: 0;
}

.payment-amount {
  font-weight: 600;
  color: var(--secondary-color);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: capitalize;
}

.status-pill--completed {
  background: rgba(46, 204, 113, 0.18);
  color: #1f8f52;
}

.status-pill--pending {
  background: rgba(255, 193, 7, 0.2);
  color: #a66c00;
}

.status-pill--failed {
  background: rgba(220, 53, 69, 0.18);
  color: #a3293b;
}

.status-pill--refunded {
  background: rgba(13, 110, 253, 0.15);
  color: #0d6efd;
}

.status-pill--default {
  background: rgba(0, 0, 0, 0.08);
  color: var(--secondary-color);
}

/* Star rating styles moved to star-rating.css */