body {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .5px;
}

.section-dark {
  background-color: #040404;
  position: relative;
  overflow: hidden;
}
.hero {
  position: relative;
  width: 100%;
  height: 420px; /* desktop height */
  overflow: hidden;
  margin-bottom: 20px;
}
.hero::after{
  content: '';
  width: 100%;
  background-color: "#000";
  height: 100%;
  position: absolute;
  background: linear-gradient(266.91deg, rgba(18, 18, 18, 0) 49.99%, rgba(18, 18, 18, .5) 57.43%, rgba(18, 18, 18, .8) 63.83%, #121212 75.07%), linear-gradient(180deg, rgba(18, 18, 18, 0) 80.52%, #121212 96.26%);
  left: 0;
  right: 0;

}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills without distortion */
  object-position: center; /* centers the image */
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: 332px !important;
}
@media (max-width: 768px) {
  .hero {
    height: 300px; /* smaller height for mobile */
  }
}
.actor-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: none; /* Firefox */
}
.actor-scroll::-webkit-scrollbar {
  display: none; /* Chrome */
}

.actor-card {
  flex: 0 0 auto;
  width: 150px;
  /* background-color: #000; */
  padding: 10px;
  border-radius: 10px;
}
.casting_card img{
  height: 180px;
}
.scroll-btn {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.navbar-nav li a{ 
  color: #cfcfcf;
  font-weight: bold !important;
    font-size: 13px !important; 
}

.btn { font-size: 13px;
  letter-spacing: .5px;
}
.scroll-btn:hover {
  background: hwb(0 0% 0% / 0.6);
}
.back_button{
  color: #ff0000;
  cursor: pointer;
}
.scroll-btn.left {
  left: -10px;
}

.scroll-btn.right {
  right: -10px;
}

.footer-dark {
  background-color: #000;
  color: #bbb;
  text-align: center;
}

.h4, h4{
  font-size: 14px;
}
.h5, h5{
  font-size: 16px;
}

.list-unstyled li a{
  color: #949494;
  padding: 10px 0;
}
.lite_color{
  color: #949494 !important;
}
.text-danger{
  color: rgb(255 0 0) !important;
}
textarea::placeholder {
  color: #5d5d5d!important; /* Change this to your desired color */
  opacity: 1;  /* Ensures full color visibility */
  font-size: 13px !important;
}
a{ text-decoration: none !important;}

.card, .casting_card {
  background-color: #0d0d0d;
  color: #fff;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover, .casting_card:hover, .reg_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(255, 0, 0, 0.3);
}
.modal-body input{
  color: #000 !important;
  border: none !important;
}
.message_Control{
  background-color: #e2e2e2  !important;
  color: #000 !important;
  border: 1px solid #e2e2e2 !important;
}
.thumb{
  width: 50px;
  height: 65px;
cursor: pointer;
}
.card-title {
  color: #ffcc00; /* Yellow title */
  font-weight: 600;
  /* text-transform: uppercase; */
}
.btn-apply {
  background-color: #ff0000;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.btn-apply:hover {
  background-color: #cc0000;
}
.section-title {
  color: #fff;
  font-weight: 600;
  border-left: 4px solid #ff0000;
  padding-left: 10px;
  margin-bottom: 20px;
}
.card-body p{
  margin-bottom: 8px !important;
}

label {
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}
.reg_box{
  background-color: #0a0a0a;
  padding: 25px;
  border-radius: 10px;
}

.form-section {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background-color: #040404;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
}
.form-section h3{
  color: #fff;
}
.form-control, .form-select {
  background-color: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
}
.form-control:focus, .form-select:focus {
  background-color: #111;
  color: #fff;
  border-color: #ff0000;
  box-shadow: none;
}
.small, small {
  font-size: 14px !important;
}

.reg_box{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modal-body input {
  background-color: #e2e2e2 !important;
  color: #fff;
  border-color: #d5d5d5 !important;
  box-shadow: none;
  font-size: 13px;
}
.modal-body .form-label{
  color: #000;
}

.custom-table {
  background-color: #14b5ff; /* light blue */
}


.movie-section {
  padding: 40px;
}
.movie-img img {
  width: 100%;
  border-radius: 8px;
}
.movie-details h5 {
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}
.movie-details p {
  margin-bottom: 8px;
}
.rating-stars i {
  color: #FFD700;
  font-size: 22px;
  margin-right: 5px;
  cursor: pointer;
}
.user-rating-stars i{
  color: #FFD700;
  font-size: 12px;
  margin-right: 5px;
  cursor: pointer;  
}

textarea {
  background-color: #1a1a1a;
  border: none;
  color: #fff;
  resize: none;
}

.user-reviews {
  margin-top: 40px;
}
.user-reviews h6 {
  color: #FFD700;
  font-weight: bold;
}
.divider {
  height: 2px;
  background-color: #FFD700;
  width: 105px;
  margin-bottom: 15px;
}

.google-map{
  width: 500px;
  height: 450px;
}