/* Common Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #343a40;
  text-align:right;
}

input {
	
  text-align:right;
}
nav a {
  color: #373d3f !important;
}
.footer {
  background: #212529;
  color: white;
  padding: 20px 0;
}
.footer a {
  color: #ffc107;
  text-decoration: none;
}
.section-heading {
  color: #ffc107;
}

/* Home Page Styles */
#home-page .hero-section {
  background: url('../imgs/logincover.jpg') center/cover no-repeat;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  padding: 100px 0;
  text-align: center;
  box-shadow: inset 0 0 0 2000px #00000050;
}
#home-page .features-section i {
  font-size: 50px;
  color: #ffc107;
}
#home-page .demo-video {
  background: #f8f9fa;
  padding: 50px 0;
}
#home-page .testimonials-section {
  background: #343a40;
  color: white;
  padding: 50px 0;
}
#home-page .testimonials-section blockquote {
  font-size: 1.2rem;
  font-style: italic;
}

/* Login Page Styles */
#login-page .left-section {
  background-image: url('../imgs/logincover.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
}
#login-page .right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#login-page .logo {
  width: 250px;
  height: 250px;
  border: 0px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-weight: bold;
}
#login-page .logo img {
  width: 250px;
}

/* Contact Page Styles */
#contact-page .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../imgs/logincover.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
#contact-page .hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#contact-page .hero p {
  font-size: 1.2rem;
}
#contact-page .contact-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#contact-page .btn-custom {
  background-color: #ffcc00;
  color: #343a40;
  border: none;
}
#contact-page .btn-custom:hover {
  background-color: #e6b800;
}

/* Terms Page Styles */
#terms-page .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../imgs/terms.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
#terms-page .hero h1 {
  font-size: 3rem;
  font-weight: bold;
}
#terms-page .content-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Privacy Policy Page Styles */
#privacy-policy-page .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../imgs/privacy.avif');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
#privacy-policy-page .hero h1 {
  font-size: 3rem;
  font-weight: bold;
}
#privacy-policy-page .content-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
