﻿
/* .clasroo-reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.clasroo-body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #333;
}


.clasroo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}

.clasroo-logo {
  font-weight: bold;
  font-size: 24px;
  color: #003399;
}

.clasroo-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.clasroo-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.clasroo-get-started {
  background: #4F46E5;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}


.clasroo-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #f4f7ff;
}

.clasroo-hero-text {
  max-width: 500px;
  padding: 20px;
}

.clasroo-hero-text h1 {
  font-size: 36px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.clasroo-hero-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.clasroo-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.clasroo-hero-buttons a {
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #fafbfb45;
  color: #704d9a;
  padding: 10px 18px;
  font-size: 16px;
  border: solid;
  border-color: #704d9a;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.clasroo-hero-buttons a:hover {
  background-color: #b383ed;
  color: white;
}

.clasroo-hero-img img {
  max-width: 100%;
  max-height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.clasroo-section-title {
  text-align: center;
  padding: 30px 20px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
} */
 /* Clasroo Reset & Global */
.clasroo-reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.semester-dropdown {
    width: 180px; /* adjust width */
    padding: 6px 10px; /* space inside */
    border: 1px solid #ccc; /* light border */
    border-radius: 6px; /* rounded corners */
    background-color: #fff; /* white background */
    font-size: 14px; /* readable font */
    color: #333; /* dark text */
    transition: all 0.3s ease; /* smooth hover/focus */
}

    .semester-dropdown:hover {
        border-color: #007bff; /* blue border on hover */
    }

    .semester-dropdown:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 4px rgba(0, 123, 255, 0.4);
    }
html, body {
  width: 100%;
  overflow-x: hidden;
}

.clasroo-body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #333;
}

/* Clasroo Header */
.clasroo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}

.clasroo-logo {
  font-weight: bold;
  font-size: 24px;
  color: #003399;
}

.clasroo-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.clasroo-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.clasroo-get-started {
  background: #4F46E5;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* Clasroo Hero Section */
.clasroo-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #f4f7ff;
}

.clasroo-hero-text {
  max-width: 500px;
  padding: 20px;
  flex: 1 1 300px;
}

.clasroo-hero-text h1 {
  font-size: 36px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.clasroo-hero-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.clasroo-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.clasroo-hero-buttons a {
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #fafbfb45;
  color: #704d9a;
  padding: 10px 18px;
  font-size: 16px;
  border: solid;
  border-color: #704d9a;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.clasroo-hero-buttons a:hover {
  background-color: #b383ed;
  color: white;
}

.clasroo-hero-img {
  flex: 1 1 300px;
  text-align: center;
  padding: 20px;
}

.clasroo-hero-img img {
  max-width: 100%;
  max-height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Clasroo Section Title */
.clasroo-section-title {
  text-align: center;
  padding: 30px 20px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
}

/* Responsive */
@media (max-width: 768px) {
  .clasroo-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .clasroo-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .clasroo-nav a {
    margin: 5px 0;
  }

  .clasroo-hero {
    flex-direction: column;
  }

  .clasroo-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .clasroo-hero-buttons a {
    margin-left: 0;
  }

  .clasroo-hero-text h1 {
    font-size: 28px;
  }

  .clasroo-hero-text p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .clasroo-hero-text h1 {
    font-size: 24px;
  }

  .clasroo-hero-text p {
    font-size: 13px;
  }

  .clasroo-section-title {
    font-size: 20px;
  }
}
/* Features */

.clasroo-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 20px 40px;
}

.clasroo-feature-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.clasroo-feature-card:nth-child(3n+1) {
  background: #eef2ff;
}

.clasroo-feature-card:nth-child(3n+2) {
  background: #e0fff5;
}

.clasroo-feature-card:nth-child(3n+3) {
  background: #fff2ee;
}

.clasroo-feature-card h4 {
  margin-bottom: 10px;
  color: #1e1e1e;
  font-size: 18px;
}

.clasroo-feature-card p {
  color: #555;
  font-size: 14px;
}


.clasroo-how-it-works {
  background: #f9fafc;
  padding: 60px 20px;
  text-align: center;
}

.clasroo-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
  padding: 0 20px;
}

.clasroo-step i {
  font-size: 32px;
  margin-bottom: 10px;
}

.clasroo-step h5 {
  font-size: 16px;
  margin-bottom: 6px;
}

.clasroo-step p {
  font-size: 14px;
  color: #555;
}


.clasroo-testimonials {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.clasroo-testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.clasroo-testimonial-card {
  background: #f4f7ff;
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.clasroo-testimonial-card strong {
  display: block;
  margin-top: 10px;
  color: #1e1e1e;
}
.icon-box {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 1rem;
  }



@media (max-width: 768px) {
  .clasroo-hero {
    flex-direction: column;
  }

  .clasroo-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .clasroo-nav a {
    margin: 5px 0;
  }

  .clasroo-hero-buttons {
    flex-direction: column;
  }

  .clasroo-hero-buttons a {
    margin-left: 10px;
  }

 
}

/*.HomeScreen * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/

.HomeScreen body {
  font-family: 'Arial', sans-serif;
  background-color: #adcbf7;
  color: #333;
}


.HomeScreen header {
  background-color: #edf0f3;
  color: rgb(8, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  flex-wrap: wrap;
}

.HomeScreen .logo {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}

.HomeScreen .logo img {
  height: 50px;
  width: 159px;
  margin-right: 10px;
}

.HomeScreen .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.HomeScreen .anchorTag {
  text-decoration: none;
  color: rgb(11, 0, 0);
  margin: 8px 15px;
  font-size: 16px;
}

.HomeScreen .anchorTag:hover {
  color: blue;
}

.HomeScreen .get-started {
  background-color: #20c6f9;
  color: white;
  padding: 10px 18px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
}

.HomeScreen .get-started:hover {
  background-color: #007bff;
}


.HomeScreen .hero-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* ✅ FIX */
    align-items: center;
    gap: 80px; /* ✅ CONTROLLED SPACE */
    padding: 60px 30px;
    background-color: #adcbf7;
}


    .HomeScreen .hero-section .text {
        flex: 1;
        max-width: 520px;
        padding: 20px;
    }

.HomeScreen .hero-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.HomeScreen .hero-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.HomeScreen .hero-section img {
  flex: 1;
  max-width: 100%;
  height: auto;
  border-radius: 28px;
  min-width: 280px;
}


.HomeScreen .cards-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 20px;
  gap: 20px;
}

.HomeScreen .card {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex: 1 1 280px;
  max-width: 300px;
}

.HomeScreen .card img {
  width: 60px;
  margin-bottom: 20px;
}

.HomeScreen .card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.HomeScreen .card p {
  font-size: 16px;
  margin-bottom: 20px;
}

.HomeScreen .btn1,
.HomeScreen .btn2,
.HomeScreen .btn3 {
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.HomeScreen .btn1 {
  background-color: #252e5d;
}

.HomeScreen .btn2 {
  background-color: #3eb1e2;
}

.HomeScreen .btn3 {
  background-color: #0ec0b7;
}

.HomeScreen .btn1:hover,
.HomeScreen .btn2:hover,
.HomeScreen .btn3:hover {
  background-color: #0056b3;
}

.HomeScreen .site-footer {
  background-color: #1e1e1e;
  color: white;
  padding: 40px 60px 20px;
  font-family: Arial, sans-serif;
}

.HomeScreen .footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HomeScreen .footer-brand h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.HomeScreen .line1 {
  width: 300px;
  border: 1px solid white;
  margin-bottom: 8px;
}

.HomeScreen .line2 {
  width: 200px;
  border: 1px solid white;
  margin-bottom: 20px;
}

.HomeScreen .footer-links {
  display: flex;
  gap: 60px;
}

.HomeScreen .link-group h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.HomeScreen .link-group a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}

.HomeScreen .link-group a:hover {
  text-decoration: underline;
}

.HomeScreen .footer-bottom {
  background-color: #2c2c2c;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 13px;
}

.HomeScreen .social-media a {
  margin: 0 10px;
  text-decoration: none;
  color: white;
  font-size: 16px;
}


@media (max-width: 768px) {
  .HomeScreen header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .HomeScreen .hero-section {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
  }

  .HomeScreen .hero-section .text {
    padding: 10px;
  }

  .HomeScreen .cards-section {
    flex-direction: column;
    align-items: center;
  }

  .HomeScreen .anchorTag {
    font-size: 14px;
    margin: 6px 10px;
  }

  .HomeScreen .get-started {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .HomeScreen .hero-section h1 {
    font-size: 28px;
  }

  .HomeScreen .hero-section p {
    font-size: 16px;
  }
}

.HomeScreen .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.HomeScreen .features li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}



.price-body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f7fb;
}

.price-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: white;
  border-bottom: 1px solid #e1e1e1;
}

.price-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.price-nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.price-get-started {
  background-color: #0d6efd;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  text-decoration: none;
}

.price-hero {
  text-align: center;
  padding: 3rem 1rem;
}

.price-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  height: 100%;
}

.price-addons .card {
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  height: 100%;
}

.price-icon-box {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .price-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-nav-links {
    flex-direction: column;
    width: 100%;
    margin-top: 0.5rem;
  }
}


body {
  font-family: "Segoe UI", sans-serif;
  background: #fff;
  color: #333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}


.about-header {
  padding: 20px 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-logo {
  font-weight: bold;
  font-size: 1.3rem;
}

.about-nav a {
  margin-left: 20px;
  color: #333;
  font-size: 0.95rem;
}


.about-btn {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
}

.about-primary-btn {
  background-color: #6660e7;
  color: white;
}

.about-secondary-btn {
  background-color: #e8e8fc;
  color: #6660e7;
}


.about-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  background: radial-gradient(circle, rgba(242, 233, 236, 1) 0%, rgba(171, 201, 245, 1) 100%);
}

.about-hero-text {
  flex: 1;
}

.about-hero-text h1 {
  font-size: 2.5rem;
}

.about-hero-text h1 span {
  color: #6660e7;
}

.about-hero-text p {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #666;
}

.about-hero-img img {
  width: 400px;
  border-radius: 16px;
  margin-right: 15rem;
}


.about-intro {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.about-section {
  padding: 60px 20px;
  text-align: center;
}

.about-green {
  background: linear-gradient(90deg, rgba(232, 223, 223, 1) 1%, rgba(218, 232, 228, 1) 25%, rgba(149, 245, 213, 1) 100%);
}

.about-blue {
  background-color: #c9dcf5;
}


.about-card-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}

.about-card {
  background: #fff;
  width: 200px;
  height: 250px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}

.about-card i {
  font-size: 1.8rem;
  color: #6660e7;
  margin-bottom: 10px;
  display: block;
}

.about-card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}


.about-reason {
  max-width: 600px;
  margin: 20px auto;
  background: linear-gradient(90deg, rgba(218, 232, 228, 1) 1%, rgba(218, 232, 228, 1) 22%, rgba(232, 182, 172, 1) 70%);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  line-height: 1.6;
  font-size: 1.05rem;
  color: #444;
}


.about-cta {
  background: linear-gradient(to right, #ca9dfd, #6b50ed);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.about-cta h2 {
  font-size: 2rem;
}

.about-footer {
  background: #1f1f2e;
  color: white;
  text-align: center;
  padding: 20px;
}

.about-social i {
  margin: 0 10px;
  font-size: 1.2rem;
}


@media (max-width: 992px) {
  .about-hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .about-hero-img {
    margin-right: 0;
  }

  .about-hero-img img {
    max-width: 100%;
    height: auto;
  }

  .about-card-group {
    flex-direction: column;
    align-items: center;
  }

  .about-card {
    width: 90%;
    max-width: 300px;
    height: auto;
  }

  .about-reason {
    margin: 20px;
    padding: 20px;
  }

  .about-cta h2 {
    font-size: 1.6rem;
  }

  .about-cta p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .about-header {
    flex-direction: column;
    text-align: center;
  }

  .about-nav {
    margin-top: 10px;
  }

  .about-nav a {
    margin-left: 10px;
    font-size: 0.85rem;
  }

  .about-hero-text h1 {
    font-size: 2rem;
  }

  .about-intro p {
    font-size: 1rem;
  }

  .about-footer {
    padding: 15px;
    font-size: 0.9rem;
  }
}
/* Couses */

/* style.css */
.courses-body {
  font-family: "Segoe UI", sans-serif;
  background-color: #e9f2ff;
  color: #333;
}

.courses-title {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 2rem;
}

.courses-card {
  background: #f3c776;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.courses-card:hover {
  transform: translateY(-5px);
}

.courses-card h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}

.courses-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.3rem;
}

.courses-classes {
  font-weight: bold;
  font-size: 0.85rem;
  color: #198754; /* Bootstrap green */
}
/* profile css */
.profile-box-container {
  position: relative;
  display: inline-block;
}

.profile-box {
  display: none;
  position: absolute;
  top: 110%; /* shows below the button */
  right: 0;
  width: 220px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 15px;
  z-index: 999;
  text-align: left;
}

.profile-box p {
  font-size: 14px;
  margin: 6px 0;
  color: #333;
}

.logout-button {
  width: 100%;
  margin-top: 10px;
  padding: 8px 14px;
  background-color: #e53935;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.logout-button:hover {
  background-color: #c62828;
}

footer {
      background: #000;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      font-size: 14px;
      margin-top: auto;
    }
