body {
  background: #0c0c0c;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;

}

.custom-navbar {
  padding: 14px 0;
}


h1,
h2,
h3,
p,
span,
a {
  color: #F4EED9;
}

.brand-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.navbar-nav .nav-link {
  color: #eaeaea;
  font-size: 18px;
  position: relative;
  font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #c5a529;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c5a529;
  bottom: -6px;
  left: 0;
}

.hero-projects {
  color: #eaeaea;
}

.hero-text {
  font-size: 18px;
  line-height: 1.7;
  max-width: 529px;
}

.hero-text span {
  color: #c5a529;
  font-weight: 600;
}

.contact-info span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-left: 20px;
  font-size: 18px;
  color: #ddd;
}

.contact-info i {
  background: #9b110c;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-img {
  overflow: hidden;
  border-radius: 12px;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-img:hover img {
  transform: scale(1.05);
}

.project-video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  background: #000;
}

.project-video iframe {
  width: 100%;
  height: 350px;
  border: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c5a529;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #c5a529;
}

.hero-projects {
  background: linear-gradient(rgb(0 0 0 / 1%), rgb(0 0 0 / 0%)), url(../images/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.services-section {
  background: radial-gradient(circle at top, #1a1a1a, #050505);
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.turtle {
  position: absolute;
  bottom: -70px;
  left: 0;
}

.turtle2 {
  position: absolute;
  bottom: -70px;
  right: 0;
}

.light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px 1rem;
  margin: 0 auto;
  text-align: center;
}

.section-tag {
  color: #c5a529;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
}

.service-card {
  background: linear-gradient(145deg, #2A2412, #0b0a08);
  border: 1px solid #313131;
  border-radius: 14px;
  padding: 16px;
  height: 100%;
  transition: all 0.35s ease;
  display: flex;
  align-items: start;
  box-shadow: 4px 4px 32px 1px #000;
  gap: 18px;
}

.service-card i {
  font-size: 28px;
  color: #c5a529;
  margin-bottom: 15px;
  display: inline-block;

}



.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(197, 165, 41, 0.15);
}

section {
  padding: 80px 0px;
}

/* Learn More Button */
.learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 4px 4px 16px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  font-weight: 500;
  background: transparent;
}

.learn-more-btn span {
  background: #9b110c;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-more-btn:hover {
  background: #c5a529;
  color: #000;
  border-color: #c5a529;
}

.service-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon i {
  font-size: 42px;
  color: #f3eed9;
}

.service-content h3 {
  font-size: 16px;
  color: #f3eed9;
  margin-bottom: 8px;
  font-weight: 600;
}

.service-content p {
  font-size: 14px;
  color: #e2dcc7;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-size: 16px;
  line-height: 1.5;
  color: #e2dcc7;
}


.upcoming-projects {
  background: radial-gradient(circle at top, #1a1a1a, #050505);
  color: #fff;
}

.project-item {
  display: block;
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 250px;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-item:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.about-section {
  background: radial-gradient(circle at center, #1a1a1a, #050505);
  color: #f4eed9;
}

.about-logo {
  max-width: 100%;
  width: 724px;
}

.about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #F4EED9;
  margin-bottom: 18px;
}

/* Reuse existing styles */
.section-tag {
  color: #c5a529;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-weight: 800;
}

.section-title {
  font-size: 38px;
  font-weight: 600;
  color: #F4EED9;
}

.partners-section {
  text-align: center;
  background: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 85%)), url(../images/partners-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partners-subtitle {
  color: #ddd;
  font-size: 18px;
}

.partnersSwiper img {
  max-height: 60px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partnersSwiper img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.partner-logo {
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.partner-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.site-footer {
  background: #0f0f0f url('https://www.transparenttextures.com/patterns/black-linen.png');
  padding: 80px 0;
  color: #e0e0e0;
  border-top: 3px solid #8a7330;
  /* Gold Top Border */
  font-family: 'Montserrat', sans-serif;
}

.footer-logo {
  width: 120px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(197, 165, 41, 0.3));
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 320px;
  color: #ccc;
}

.footer-social {
  margin-top: 25px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4eed9, #c5a529);
  color: #000;
  margin-right: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.footer-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(197, 165, 41, 0.4);
  color: #fff;
}

.footer-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 25px;
  color: #f4eec9;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.footer-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #c5a529;
  margin-top: 8px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: #c5a529;
  padding-left: 5px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
  color: #bbb;
}

.footer-contact i {
  color: #c5a529;
  font-size: 18px;
}

.footer-contact i {
  color: #c5a529;
  font-size: 16px;
}

.footer-instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.footer-instagram img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.pt80 {
  padding-top: 50px;
}


.blogs-section {
  background: radial-gradient(circle at top, #1a1a1a, #050505);
  color: #fff;
}

.section-tag {
  color: #c5a529 !important;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
}

/* Blog Card */
.blog-card {
  background: transparent;
}

.blog-img {
  border-radius: 0px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-img img {
  transform: scale(1.05);
}

.blog-content {
  padding-top: 18px;
}

.blog-date {
  font-size: 13px;
  color: #aaa;
  display: block;
  margin-bottom: 8px;
}

.blog-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
}

.read-more {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.read-more:hover {
  color: #c5a529;
}




@media (max-width: 480px) {
  section {
    padding: 24px 0px;
  }

  .hero-text {
    font-size: 14px;
  }

  .contact-info span {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }

  .project-video {

    height: 230px;
    border-radius: 0px;
    z-index: -1;
    display: flex;
    align-items: center;
  }

  .section-tag {
    color: #c5a529;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .section-title {
    font-size: 24px;
  }

  .services-section {
    padding: 24px 0;
  }

  .about-logo {
    max-width: 100%;
    width: 200px;
  }

  .bgdark {
    background: #0c0c0c !important;
  }

  .pt80 {
    padding-top: 24px;
  }
}


/***portfolio**/

.video-gallery {
  background: #000;
}

.video-card {
  border-radius: 0px;
  overflow: hidden;
  background: #000;
}

.video-card iframe {
  border: 0;
}

.portfolio-hero {
  min-height: 380px;
  background: linear-gradient(rgb(0 0 0), rgb(0 0 0 / 5%)), url(https://picsum.photos/1920/800?random=70);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Title */
.portfolio-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Breadcrumb */
.portfolio-breadcrumb {
  color: #ddd;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.portfolio-breadcrumb span {
  margin: 0 6px;
  color: #c5a529;
}

/* Responsive */
@media (max-width: 768px) {
  .portfolio-hero {
    min-height: 280px;
  }

  .portfolio-title {
    font-size: 32px;
  }

  .turtle,
  .turtle2 {
    display: none;
  }
}


/***CONTACT US**/

.contact-section {
  background: radial-gradient(circle at top, #1a1a1a, #050505);
  color: #fff;
}

/* LEFT */
.contact-infos h4 {
  margin-bottom: 20px;
}

.contact-infos ul {
  list-style: none;
  padding: 0;
}

.contact-infos ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #ddd;
}



.social-icons a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 14px;
}

/* FORM */
.contact-form .form-control,
.contact-form .form-select {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 16px;
}

.contact-form .form-control::placeholder {
  color: #aaa;
}

.contact-form .form-label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #ccc;
}

.form-check-label {
  font-size: 14px;
  color: #ccc;
}

/* BUTTON */
.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 40px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
}

.submit-btn span {
  background: #b3130d;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



/***our partners**/

.partners-section1 {
  background: radial-gradient(circle at top, #1a1a1a, #050505);
}

.partners-wrapper {
  padding: 60px 40px;
  border-radius: 14px;
}

.partners-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #6c63ff;
  margin-bottom: 10px;
}

.partners-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.partner-card {
  background: #b9b9b924;
  /* border: 1px solid #eee; */
  border-radius: 10px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.partner-card img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
}

/* Responsive */

/* Roster Section */
/* Roster Section Premium */
.roster-section {
  background: #0f0f0f url('https://www.transparenttextures.com/patterns/black-linen.png');
  /* Textured background */
  padding: 80px 0;
  color: #e0e0e0;
  font-family: 'Cinzel', 'Times New Roman', serif;
  /* Cinematic font attempt */
}

.roster-header-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #f4eec9;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
  background: -webkit-linear-gradient(#f4eec9, #c5a529);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.roster-year {
  display: none;
}

.roster-table {
  border: 1px solid #5a4b28;
  background: rgba(20, 10, 5, 0.8);
  box-shadow: 0 0 20px rgba(197, 165, 41, 0.1);
  max-width: 1000px;
  margin: 0 auto;
}

.roster-head-row {
  display: flex;
  background: linear-gradient(to bottom, #2a1f10, #1a0f05);
  border-bottom: 2px solid #8a7330;
  padding: 15px 0;
  font-weight: bold;
  color: #c5a529;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.roster-col {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.col-date {
  width: 25%;
  justify-content: flex-start;
  border-right: 1px solid #5a4b28;
  color: #ff5e3a;
  /* Red/Orange date */
  font-size: 18px;
  font-weight: 700;
}

.col-film {
  width: 35%;
  justify-content: flex-start;
  border-right: 1px solid #5a4b28;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.col-cast {
  width: 40%;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.roster-row {
  display: flex;
  border-bottom: 1px solid #5a4b28;
  position: relative;
  transition: background 0.3s;
}

.roster-row:last-child {
  border-bottom: none;
}

.roster-row:hover {
  background: rgba(197, 165, 41, 0.05);
}

.roster-date {
  display: block;
  line-height: 1.2;
  color: #ff5e3a;
}

.roster-date span {
  color: #c5a529;
  /* Year in Gold */
  font-size: 18px;
  margin-left: 5px;
}

.cast-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
}

.cast-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 6px;
  /* Rounded square */
  border: 1px solid #8a7330;
  margin-bottom: 5px;
  filter: contrast(1.1) sepia(20%);
}

.cast-name {
  font-size: 10px;
  text-align: center;
  color: #ccc;
  line-height: 1.1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.cast-more {
  font-size: 14px;
  font-weight: bold;
  color: #c5a529;
  align-self: center;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .roster-head-row {
    display: none;
    /* Hide header on mobile if needed, or stack */
  }

  .roster-row {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .col-date,
  .col-film,
  .col-cast {
    width: 100%;
    border-right: none;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0;
  }

  .col-film {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }

  /* Restored Partners Mobile Styles */
  .partners-wrapper {
    padding: 40px 20px;
  }

  .partners-title {
    font-size: 22px;
  }
}


/***blog-details**/
.blog-detail-section {
  background: #000;
  color: #fff;
}

/* Image */
.blog-featured-img img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
}

/* Meta */
.blog-meta {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Title */
.blog-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Content */
.blog-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #ccc;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-title {
    font-size: 24px;
  }

  .blog-content p {
    font-size: 14px;
  }
}

select.form-select option {
  color: #000 !important;
}

.custom-pagination .page-link {
  background: #000;
  color: #fff;
  border: 1px solid #444;
  padding: 8px 14px;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}

/* Hover */
.custom-pagination .page-link:hover {
  background: #111;
  color: #fff;
}

/* Active */
.custom-pagination .page-item.active .page-link {
  background: #b3130d;
  border-color: #b3130d;
  color: #fff;
}

/* Remove focus shadow */
.custom-pagination .page-link:focus {
  box-shadow: none;
}

/* Mobile */
@media (max-width: 576px) {
  .custom-pagination .page-link {
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media(max-width:1500px) {
  .navbar-nav .nav-link {

    font-size: 14px;

  }
}


/* WHY LIST */
.film-list {
  margin-top: 12px;
}

.film-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: #374151;
  margin-bottom: 12px;
  line-height: 1.7;
}

.film-list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #6b7280);
  flex-shrink: 0;
}

/* PROCESS LIST */
.film-process {
  margin-top: 12px;
}

.film-process-item {
  font-size: 14.5px;
  color: #1f2937;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.film-process-item::marker {
  font-weight: 600;
  color: #111827;
}

/* Common List Reset */
.cards ul,
.cards ol {
  padding-left: 0;
  margin-top: 12px;
}

/* WHY FILM PARTNERSHIPS (UL) */
.cards ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #374151;
}

.cards ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5e0c09, #9b110c);
}

/* EXECUTION PROCESS (OL) */
.cards ol {
  counter-reset: step;
}

.cards ol li {
  list-style: none;
  counter-increment: step;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #1f2937;
}

.cards ol li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #9b110c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardbg {
  background: linear-gradient(145deg, #2A2412, #0b0a08);
  border: 1px solid #313131;
}

.cardbg h3,
h5,
h6,
p,
ul,
li,
p {
  color: #F4EED9 !important;
}

.cardbg h6 {
  color: #c5a529 !important;
}

.cards img {
  max-height: 700px !important;
}