/* === Global Reset === */
body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    background: url('/scoresmarket/assets/images/banner.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

/* === Container === */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

/* === Header === */
.site-header {
    background-color:#FF7F11!important;
    color: #000 !important;
    padding: 20px 40px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-title {
    display: flex;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.logo {
    height: 45px;
    margin-right: 10px;
}

.main-nav {
    margin-top: 10px;
}

.main-nav a {
    color: #FFD700;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 600;
}

.main-nav a:hover {
    color: #FFA500;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff8000; /* adjust to match your theme */
  padding: 10px 30px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px; /* space between links */
  margin: 0;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.nav-links li a:hover {
  text-decoration: underline;
}

/* === Hero Banner (Reduced Height) === */
.hero-banner {
  height: 40vh; /* reduced for quicker scroll */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background: linear-gradient(to right, #111, #222);
}

/* === Hero Section === */
.hero-section {
  background: linear-gradient(to right, #000, #222);
  color: white;
  padding: 20px 10px;
}

.hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-left {
  flex: 1;
  padding: 20px;
}

.hero-left h1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.hero-left .highlight {
  color: #ffc107;
}

.hero-left p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Right Section with Image */
.hero-right {
  flex: 1;
  padding: 20px;
  text-align: right;
}

.hero-right img {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* === Search Box Below Hero Text === */
.search-center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.search-box {
  width: 90%;
  max-width: 750px;
  display: flex;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.search-box input[type="text"] {
  flex: 1;
  padding: 16px;
  font-size: 1.1rem;
  border: none;
  outline: none;
}

.search-box button {
  padding: 0 30px;
  background-color: #FFA500;
  color: black;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
}

.search-box button:hover {
  background-color: #FFD700;
}


/* === Section Headings === */
.featured-courses {
  text-align: center;
  padding: 30px 0;
}

.section-heading {
  font-size: 24px;
  color: #ffc107;
  border-bottom: 2px solid #ffc107;
  display: inline-block;
  margin-bottom: 20px;
}

.course-slider {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.course-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  max-width: 220px;
  min-height: 100px;
  font-weight: bold;
  border-left: 5px solid #FFA500;
  transition: transform 0.3s ease;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.course-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  flex: 1 1 200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
  text-decoration: none;
  color: black;
  transition: background 0.3s;
}

.course-card:hover {
  background: #f0f0f0;
}

textarea {
    resize: vertical;
}

.btn-success {
    font-size: 1.2rem;
    padding: 15px 25px;
    border-radius: 8px;
}

/* === Tutorial Blocks === */
.tutorial-block {
    background-color: #fefefe;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 6px;
    color: #333;
}

.question-box {
    background-color: #f0f0f0;
    border-left: 4px solid #FFA500;
    padding: 10px;
    white-space: pre-wrap;
}

.tutorial-preview {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #333;
}

.preview-question {
    max-height: 150px;
    overflow: hidden;
    white-space: pre-wrap;
}

.view-more {
    color: #FFA500;
    font-weight: bold;
    text-decoration: none;
}

.view-more:hover {
    text-decoration: underline;
}
..whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.whatsapp-float img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.whatsapp-label {
    font-size: 15px;
}

.site-footer {
    background-color: #f9f9f9;
    padding: 20px 0;
    text-align: center;
    position: relative;
    clear: both;
    z-index: 10;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 12px 16px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 999;
    transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
}

