body {
  font-family: Arial, sans-serif;
  background: #F7F9FB;
}
.hero {
  background: url('../images/home-slider.png') no-repeat center center;
  background-size: cover;
  color: white;
  height: 100vh;
}
.home-slider-content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 30vh;
  padding-bottom: 20vh;
}

.nav-item{
 padding: 0rem 0.5rem;

}
.home-menu{
  color: #000;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.home-menu:hover{
  color: #fff;
  background: #0d6efd;


  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(70, 137, 238, 0.2);
}

.about-sub-title{
  font-size: 21px;
}
.podcast-sub-title{float: left;}
.podcast-swiper{clear: both;}
.swiper-button-next::after
{display: none;}
.swiper-button-prev::after
{display: none;}
.swiper-button-next,.swiper-button-prev{
  position: relative !important;
  float: right !important;
  width: 30px !important;
  height: 30px !important;
 margin-left: 30px !important;
  align-items: center !important;
  justify-content: center !important;
 margin-top: 0px !important;


}

.copyright-text{
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}
.footer-menu a{
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer-menu a:hover{
  color: #0d6efd;
  text-decoration: underline;
}

.footer-bg{
  background: #F7F9FB;
}

.card-title-podcast{
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.card-time-podcast{
  font-size: 12px;
  color: #888888;
}
.card-text-podcast{
  font-size: 14px;
  color: #000000;
}
.card-img-top{
  width: 100%;
  height: 100%;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
}

/* Login Modal */
.login-image-bg{
 height: 100%;
  background-image: url('../../theme/img/login-left.png');

  background-repeat: no-repeat;
  background-size: 50% 100%;
    background-position: left;

}
.login-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.login-sub-title{
  font-size: 14px;
  color: #000;
}
.form-control.error{
  border: 1px solid #dc3545;
}
.form-control.error:focus{
  border: 1px solid #dc3545;
  box-shadow: none;
}
.form-control.error:focus-visible{
  border: 1px solid #dc3545;
}

.login-title-welcome{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.login-sub-title-welcome{
  font-size: 14px;
  color: #fff;
}


/* Profile Picture Menu */
.profile-pic-menu{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0px !important;
}
.profile-pic-menu img{
  width: 100%;
}
.profile-pic-menu:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.edit-profile-icon{
  margin-left: 10px;
  cursor: pointer;
  float: right;
}

/* Navbar styles */
.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fff;
  box-shadow: 0 1px 0 #eee;
}

.navbar-brand img {

  margin-right: 10px;
}

.navbar-nav .nav-link.home-menu {
  color: #222 !important;
  font-size: 16px;
  font-weight: 700;
  /* margin: 0 px; */
  letter-spacing: 0.01em;
  transition: color 0.2s, background 0.2s, border 0.2s;
  border-radius: 6px;
  padding: 6px 14px;
  margin-left: 5px;
}

.navbar-nav .nav-link.home-menu:hover,
.navbar-nav .nav-link.home-menu.active {
  color: #4169E1 !important;
  background: #f0f4ff;
  border: 1px solid #4169E1;
  border-radius: 6px;
  font-weight: 700;
}

.navbar .btn.btn-outline-primary {
  color: #4169E1;
  border-color: #4169E1;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
  padding: 6px 18px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.navbar .btn.btn-outline-primary:hover {
  background: #4169E1;
  color: #fff;
}

.navbar .btn.btn-primary {
  background: #4169E1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  margin-left: 8px;
  padding: 6px 18px;
  border-radius: 6px;
  box-shadow: none;
  transition: background 0.2s, color 0.2s;
}

.navbar .btn.btn-primary:hover {
  background: #274b9f;
  color: #fff;
}

/* Banner styles */
.hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.35);
  z-index: 1;
}

.home-slider-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.home-slider-content h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  /* margin-bottom: 18px; */
  letter-spacing: -1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.home-slider-content p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  /* margin-bottom: 32px; */
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.home-slider-content .btn {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 8px;
  background: #4169E1;
  color: #fff;
  border: none;
  transition: background 0.2s;
}

.home-slider-content .btn:hover {
  background: #274b9f;
  color: #fff;
}

@media (max-width: 768px) {
  .home-slider-content h1 {
    font-size: 2.1rem;
  }

  .home-slider-content p {
    font-size: 1rem;
  }
}

/* Login Modal Styles */
#loginModal .modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10);
}

#loginModal .form-label {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
  text-align: left;
  display: block;
}

#loginModal .form-control {
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  margin-bottom: 18px;
  color: #222;
  background: #fafbfc;
}

#loginModal .form-control::placeholder {
  color: #b0b0b0;
  font-weight: 400;
  font-size: 15px;
}

#loginModal .btn-primary {
  background: #4169E1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 36px;
  border: none;
  box-shadow: none;
  margin-top: 8px;
  float: right;
}

#loginModal .btn-primary:hover {
  background: #274b9f;
  color: #fff;
}

#loginModal .forgot-link {
  color: #4169E1;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}

#loginModal .forgot-link:hover {
  text-decoration: underline;
}

#loginModal .login-title {
  font-size: 22px;
  font-weight: 800;
  color: #222;
  margin-bottom: 8px;
}

#loginModal .login-sub-title {
  font-size: 15px;
  color: #444;
  margin-bottom: 18px;
}

#loginModal .login-bottom-link {
  text-align: center;
  margin-top: 32px;
  font-size: 15px;
  color: #222;
}

#loginModal .login-bottom-link a {
  color: #4169E1;
  font-weight: 800;
  text-decoration: underline;
}

#loginModal .login-bottom-link a:hover {
  color: #274b9f;
}

.login-left-panel {
  background-image: url('../../theme/img/login-left.png');
  /* Add your image here */
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  min-height: 100%;
}

#loginModal .modal-content {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#loginModal .form-control {
  border-radius: 0.5rem;
  height: 45px;
}

#loginModal .btn-primary {
  border-radius: 0.5rem;
  height: 45px;
}

#loginModal .modal-dialog.modal-lg {
  max-width: 1000px;
}

@media (max-width: 700px) {
  #loginModal .modal-dialog.modal-lg {
    max-width: 98vw;
  }
}

#registerModal .modal-dialog.modal-xl {
  max-width: 1000px;
}

#registerModal .modal-content {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}

.register-left-panel {
  background-image: url('../../theme/img/login-left.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.register-left-panel img {
  max-width: 150px;
  margin-bottom: 18px;
}

.register-left-panel h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.register-left-panel p {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0;
}

#registerModal .form-label {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
  text-align: left;
  display: block;
}

#registerModal .form-control {
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  margin-bottom: 18px;
  color: #222;
  background: #fafbfc;
}

#registerModal .form-control::placeholder {
  color: #b0b0b0;
  font-weight: 400;
  font-size: 15px;
}

#registerModal .btn-primary {
  background: #4169E1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 36px;
  border: none;
  box-shadow: none;
  margin-top: 8px;
  width: 100%;
}

#registerModal .btn-primary:hover {
  background: #274b9f;
  color: #fff;
}

#registerModal .register-title {
  font-size: 22px;
  font-weight: 800;
  color: #222;
  margin-bottom: 8px;
  text-align: left;
}

#registerModal .register-sub-title {
  font-size: 15px;
  color: #444;
  margin-bottom: 22px;
  text-align: left;
}

#registerModal .form-check-label {
  font-size: 15px;
  color: #222;
  font-weight: 400;
  margin-left: 6px;
}

#registerModal .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 6px;
}

#registerModal .register-bottom-link {
  text-align: center;
  margin-top: 32px;
  font-size: 15px;
  color: #222;
}

#registerModal .register-bottom-link a {
  color: #4169E1;
  font-weight: 800;
  text-decoration: underline;
}

#registerModal .register-bottom-link a:hover {
  color: #274b9f;
}

/* --- Footer Styles --- */
.footer-bg {
  background: #f7f9fb;
  border-top: 1px solid #ececec;
  padding-top: 32px;
  padding-bottom: 0;
}
.footer-bg img {
  max-width: 110px;
  margin-bottom: 18px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.footer-menu a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin: 0 28px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s;
}
.footer-menu a:hover {
  color: #4169E1;
  text-decoration: underline;
}
.footer-menu {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 32px;
  margin-bottom: 10px;
}
.copyright-text {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  .footer-menu {
    flex-direction: column;
    gap: 8px 0;
  }
  .footer-menu a {
    margin: 0 0 8px 0;
    font-size: 15px;
  }
  .footer-bg img {
    max-width: 80px;
  }
}