/* 
Theme Name: DiLab Theme
Theme URI: http://example.com/dilab-theme
Author: Antigravity
Description: Custom WordPress theme for Dreams Infinity Lab based on provided UI designs.
Version: 1.5
Text Domain: dilab
*/

/* --- Reset and Global Variables --- */
:root {
  --primary-red: #da251d;
  --footer-dark-red: #bb1b14;
  --bg-beige: #ebe7df;
  --text-dark: #111111;
  --font-main:
    "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial,
    sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background-color: var(--bg-beige);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: var(--primary-red);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 92%;
  max-width: 1050px;
  margin: 0 auto;
}

/* --- Typography Helpers --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.text-center {
  text-align: center;
}
.text-red {
  color: var(--primary-red);
}

.tagline-heading {
  font-size: 2.2em;
  font-weight: 900;
  margin-bottom: 18px;
  line-height: 1.25;
  color: #111111;
}

/* --- Header Styling (Floating Pill with Centered Menu & Logo Breakout) --- */
.header-container {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 25px;
}

.site-header {
  position: relative;
  overflow: visible;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0 auto 35px auto;
  padding: 0 40px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.site-header .logo {
  position: absolute;
  left: 35px;
  top: -5px;
  z-index: 10;
}

.site-header .logo img,
.site-logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}

.site-header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 36px;
  align-items: center;
}

.site-header nav ul li a {
  color: var(--primary-red);
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-header nav ul li a:hover,
.site-header nav ul li a.active {
  font-weight: 700;
  color: #b51c15;
  text-decoration: none;
}

/* --- Common Card Elements & Eyebrows --- */
.badge-eyebrow {
  display: block;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.badge-eyebrow.white {
  color: #ffffff;
}

.circle-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.circle-arrow-btn svg {
  width: 42px;
  height: 42px;
  display: block;
}

.circle-arrow-btn:hover {
  background-color: #ffffff;
  color: #111111;
}

.circle-arrow-btn.red {
  color: var(--primary-red);
}

.circle-arrow-btn.red:hover {
  background-color: var(--primary-red);
  color: #ffffff;
}

/* --- Homepage: 1. Swaraag Full-Width Card --- */
.artist-exclusive-card {
  background: #1a120c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 0;
  position: relative;
  overflow: visible;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.artist-image {
  flex: 0 0 45%;
  position: relative;
  margin-top: -34px;
  margin-bottom: -10px;
}

.artist-image img {
  width: 600px;
  height: 582px;
  display: block;
  margin-top: -31px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 88px;
}

.artist-content {
  flex: 1;
  padding: 15px 0 8px 20px;
  color: #ffffff;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.artist-logo-img {
  max-width: 190px;
  height: auto;
  margin-bottom: 0px;
}

.card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #dbbf66;
  margin-bottom: 15px;
  max-width: 516px;
}

.swaraag-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: right;
}

.swaraag-features-list li {
  font-size: 14.5px;
  color: #dbbf66;
  margin-bottom: 5px;
  font-weight: 400;
}

.check-icon {
  color: #d4a359;
  font-weight: bold;
}

/* --- Homepage: 2 & 4 Half Width Cards --- */
.artist-half-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.card-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 2;
}

.card-inner-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-header-logo {
  max-width: 380px;
  height: auto;
  margin: 8px auto 15px auto;
  display: block;
}

.card-text-title {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  margin: 8px 0 0 0;
}

.card-subtitle {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.card-body-text {
  font-size: 15.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* --- Homepage: 3. Production Full Banner --- */
.production-full-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 40px;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 3;
  text-align: right;
  max-width: 520px;
}

.banner-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 4px;
}

.banner-subtitle {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.banner-desc {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  margin-left: 0px;
  text-align: justify;
}

.pill-btn-red {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #da251d;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pill-btn-red:hover {
  background-color: #b51c15 !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
/* --- Homepage: 4. Non Exclusive Artists Card --- */
.non-exclusive-white-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.non-exc-title {
  color: var(--primary-red);
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 10px;
}

.non-exc-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 600;
}

.non-exc-thumbnails-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.thumb-box {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.card-action-row.center {
  display: flex;
  justify-content: center;
}

/* --- About Page Specific Styling --- */
.about-page-wrapper {
  padding-top: 20px;
}

.about-intro-section {
  max-width: 860px;
  margin: 0 auto 60px auto;
}

.about-main-title {
  color: var(--primary-red);
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

.about-sub-title {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
}

.about-description-box p {
  color: #111111;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: center;
}

/* --- About Page: Team Members Grid --- */
.team-section {
  margin-bottom: 75px;
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
  row-gap: 55px;
  max-width: 960px;
  margin: 0 auto;
}

.team-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-avatar-circle {
  width: 227px;
  height: 237px;
  border-radius: 44%;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.team-avatar-img {
  
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.team-card:hover .team-avatar-circle {
  transform: scale(1.03);
}

.member-name {
  font-size: 20px;
  color: #000000;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.member-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-red);
  margin: 0;
  max-width: 260px;
  line-height: 1.35;
}

/* --- About Page: Our People Section --- */
.our-people-section {
  margin-bottom: 0;
}

.our-people-title {
  color: var(--primary-red);
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 12px;
}

.our-people-desc {
  max-width: 760px;
  margin: 0 auto 35px auto;
  font-size: 16px;
  color: #111111;
  line-height: 1.55;
}

.team-group-photo-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.team-group-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* --- Artists Page Specific Styling --- */
.artists-page-wrapper {
  padding-top: 20px;
  max-width: 1020px;
}

.artists-stack-section {
  margin-bottom: 50px;
}

.artist-horizontal-card {
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #c5a059;
  padding: 35px 45px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.card-left-col {
  flex: 0 0 280px;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.artist-photo-box {
  width: 280px;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artist-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.artist-title-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.artist-logo-display {
  max-width: 255px;
  height: auto;
  display: block;
  margin-top: -13px;
}

.swaraag-gold-logo {
  text-align: center;
  margin-top: 8px;
  width: 100%;
}

.swaraag-main-text {
  font-family:
    "Brush Script MT", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  color: #c49635;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.swaraag-sub-text {
  font-family: "Georgia", serif;
  color: #c49635;
  font-size: 11px;
  font-style: italic;
  margin: 2px 0 0 0;
  letter-spacing: 0.5px;
}

.text-artist-title.red {
  color: var(--primary-red);
  font-size: 26px;
  font-weight: 900;
  margin: 0;
}

.text-artist-title.gold {
  color: #c49635;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 2px 0;
}

.artist-subtitle-text {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}

.card-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 35px;
  align-self: stretch;
}

.artist-meta-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 25px;
  width: 100%;
  align-items: flex-start;
  flex: 1;
}

.meta-item {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2px;
}

.meta-item > strong:first-child {
  color: var(--primary-red) !important;
}

.card-footer-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

.visit-website-link {
  color: var(--primary-red);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.visit-website-link:hover {
  text-decoration: underline;
}

.social-icons-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-icon-btn.yt {
  border: 2px solid #e62117;
  color: #e62117;
}

.social-icon-btn.ig {
  border: 2px solid #e1306c;
  color: #e1306c;
}

.social-icon-btn.fb {
  border: 2px solid #1877f2;
  color: #1877f2;
}

.social-icon-btn:hover {
  transform: scale(1.08);
}

/* --- Non Exclusive Artists Banner Section --- */
.non-exclusive-banner-section {
  margin: 60px 0 50px 0;
}

.non-exclusive-banner-box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 25px auto;
}

.non-exclusive-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.curated-subheading {
  color: var(--primary-red);
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 16px;
}

.section-body-paragraph {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: #222222;
  font-weight: 600;
  text-align: center;
}

/* --- Celebrity Management Section --- */
.celebrity-management-section {
  margin-bottom: 70px;
}

.celebrity-title {
  color: var(--primary-red);
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 16px;
}

/* --- Production Page Specific Styling --- */
.production-hero-section {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.hero-bg-container {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-text-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 5;
}

.hero-main-title {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 6px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.production-stack-section {
  margin-bottom: 60px;
}

.prod-full-card {
  
  border-radius: 20px;
  overflow: hidden;
 
  margin-bottom: 35px;
  
}

.prod-banner-image-box {
  width: 100%;
  max-height: 548px;
  overflow: hidden;
}

.prod-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prod-card-body {
  padding: 25px 35px;
      background: white;
    margin-top: -11px;
    margin-left: 4px;
    margin-right: 4px; 
}
.prod-class {
    margin-top: -20px;
    margin-left: 6px;
    margin-right: 6px;
}

.prod-paragraph {
  font-size: 15.5px !important;
  line-height: 1.6;
  color: #222222;
  font-weight: 600;
  margin-bottom: 12px;
}

.prod-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #f0ece1;
  margin-left: 4px;
  margin-right: 4px;
  
}

.lang-pills-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lang-label {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin-right: 5px;
}

.lang-pill {
  background-color: #f4efea;
  border: 1px solid #e0d8c8;
  color: #222222;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 14px;
}

.streaming-icons-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
}

.icon-circle.yt {
  background-color: #e62117;
}
.icon-circle.sp {
  background-color: #1db954;
}
.icon-circle.red {
  background-color: #fa243c;
}
.icon-circle.teal {
  background-color: #00b0b9;
}

.prod-two-col-card {
  
}

.prod-col-poster {
  flex: 0 0 42%;
  width: 42%;
  overflow: hidden;
}

.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prod-col-content {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.action-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #111111;
}

.btn-watch-yt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #da251d;
  color: #da251d;
  padding: 8px 24px !important;
  border-radius: 24px;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.btn-watch-yt:hover {
  background: #da251d !important;
  color: #fff !important;
}

.btn-watch-yt:hover .yt-play-icon {
  color: #ffffff;
}

.yt-play-icon {
  color: var(--primary-red);
  font-size: 10px;
}

.prod-three-posters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  margin-bottom: 60px;
}

.poster-grid-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.poster-grid-card:hover {
  transform: translateY(-5px);
}

.grid-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Contact Page Specific Styling --- */
.contact-page-wrapper {
  padding-top: 20px;
  max-width: 1050px;
}

.contact-intro-section {
  max-width: 820px;
  margin: 0 auto 50px auto;
}

.contact-main-title {
  color: var(--primary-red);
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

.contact-sub-title {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
}

.contact-intro-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #111111;
  font-weight: 600;
  margin: 0 auto;
}

.contact-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;
  align-items: start;
  margin-bottom: 70px;
}

.contact-form-card {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(220, 205, 180, 0.4);
  padding: 40px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.form-card-title {
  color: #111111;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 6px;
}

.form-card-subtitle {
  color: #666666;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 28px;
}

.dilab-contact-form .form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dilab-contact-form .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.dilab-contact-form label {
  font-size: 12px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dilab-contact-form input,
.dilab-contact-form select,
.dilab-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1.5px solid #e2dad0;
  background-color: #faf7f2;
  font-family: inherit;
  font-size: 13.5px;
  color: #111111;
  font-weight: 600;
  outline: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.dilab-contact-form input:focus,
.dilab-contact-form select:focus,
.dilab-contact-form textarea:focus {
  border-color: var(--primary-red);
  background-color: #ffffff;
}

.submit-btn-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-red);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.submit-btn-red:hover {
  background-color: #b51c15;
}

.contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(220, 205, 180, 0.4);
  padding: 22px 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.info-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f7f2ea;
  color: var(--primary-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

ul.card-features-chips {
  font-size: 13px !important;
}

.info-text-box h4 {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 4px;
}

.info-text-box p {
  font-size: 12.5px;
  line-height: 1.5;
  color: #444444;
  font-weight: 600;
  margin: 0;
}

.info-text-box a {
  color: #444444;
  text-decoration: none;
  font-weight: 700;
}

.info-text-box a:hover {
  color: var(--primary-red);
}

.info-card.social-card {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.info-card.social-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.contact-social-icons {
  display: flex;
  gap: 12px;
}

/* --- Footer Styling --- */
.site-footer {
  background-color: var(--primary-red);
  color: #ffffff;
  padding-top: 35px;
  margin-top: 0;
}

.footer-container {
  max-width: 1050px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.footer-logo .footer-logo-img,
.footer-logo img {
  height: 150px;
  width: auto;
  
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
}

.footer-nav a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.footer-email a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.footer-bottom-bar {
  background-color: var(--footer-dark-red);
  text-align: center;
  padding: 12px 20px;
}

.hero-banner-desktop,
.non-exc-desktop {
  display: block !important;
}

.hero-banner-mobile,
.non-exc-mobile {
  display: none !important;
}

/* Ensure Elementor hidden-desktop / hidden-mobile classes work cleanly */
@media (min-width: 769px) {
  .elementor-hidden-desktop,
  .hero-banner-mobile,
  .non-exc-mobile {
    display: none !important;
  }
  .hero-banner-desktop,
  .non-exc-desktop {
    display: block !important;
  }
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .hero-banner-desktop,
  .non-exc-desktop,
  .elementor-hidden-mobile {
    display: none !important;
  }
  .hero-banner-mobile,
  .non-exc-mobile,
  .elementor-hidden-desktop {
    display: block !important;
  }
   .prod-two-col-card.yaara-ve-card {
        flex-direction: column !important;
        height: auto !important;
    }

    .prod-two-col-card.yaara-ve-card .prod-col-poster {
        order: 1 !important;
        width: 100% !important;
        height: auto !important;
    }

    .prod-two-col-card.yaara-ve-card .prod-col-content {
        order: 2 !important;
        width: 100% !important;
        height: auto !important;
    }

    .prod-two-col-card.yaara-ve-card .prod-col-poster img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .banner-bg-img {
        object-position: 25% center !important;

    }
        .banner-content {
            position: absolute !important;
        bottom: 22px !important;
        left: 15px !important;
        right: 15px !important;
        text-align: center !important;
        }

}

@media (max-width: 992px) {
  .cards-two-col-grid {
    grid-template-columns: 1fr !important;
  }
  .contact-content-grid {
    grid-template-columns: 1fr !important;
  }
  .dilab-contact-form .form-row.two-col {
    grid-template-columns: 1fr !important;
  }
  .artist-exclusive-card {
    flex-direction: column;
    padding: 0px;
    align-items: center;
  }
  .artist-image {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .artist-image img {
    width: 100%;
    height: 400px;
    border-top-left-radius: 62px;
    border-bottom-left-radius: 0px;
  }
  .card-desc {
    padding: 10px;
    text-align: left;
  }
  .banner-desc {
    margin-left: 0;
    text-align: center;
  }
  .artist-content {
    text-align: center;
    align-items: center;
    padding: 0;
  }
  .swaraag-features-list {
    text-align: left;
  }
  .artist-horizontal-card {
    flex-direction: column;
    padding: 25px;
    align-items: center;
  }
  .card-left-col {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .card-right-col {
    width: 100%;
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 0;
  }
  .artist-meta-list {
    align-items: flex-start !important;
  }
  .meta-item {
    text-align: left !important;
  }
  .card-footer-row {
    justify-content: center;
  }
  .prod-two-col-card,
  .prod-two-col-card.reverse {
    flex-direction: column !important;
  }
  .prod-col-poster {
    width: 100%;
    flex: none;
  }
  .prod-three-posters-grid {
    grid-template-columns: 1fr;
  }
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .team-avatar-circle {
    width: 180px;
    height: 180px;
  }
  .text-artist-title {
    margin-bottom: 15px !important;
  }
}

/* --- Mobile Header Responsiveness & Hamburger Dropdown (<850px) --- */
.mobile-menu-toggle {
  display: none;
}

@media (max-width: 850px) {
  .header-container {
    width: 96%;
    padding-top: 15px;
  }
  .site-header {
    position: relative;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 22px;
    border-radius: 25px;
    overflow: visible;
  }
  .site-header .logo {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
  }
  .site-header .logo img,
  .site-logo-img {
    height: 38px;
    width: auto;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 38px;
    height: 38px;
    background-color: var(--primary-red);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 20;
    padding: 0;
    transition: background-color 0.2s ease;
  }
  .mobile-menu-toggle:hover {
    background-color: #b51c15;
  }
  .site-header nav.main-navigation {
    display: none !important;
    width: 100%;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #eee5da;
  }
  .site-header nav.main-navigation.mobile-open {
    display: block !important;
  }
  .site-header nav.main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .site-header nav.main-navigation ul li {
    width: 100%;
  }
  .site-header nav.main-navigation ul li a {
    display: block;
    font-size: 15px;
    padding: 6px 0;
  }
  .artist-image {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .artist-image img {
    width: 100%;
    height: 400px;
    border-top-left-radius: 62px;
    border-bottom-left-radius: 0px;
  }
  .banner-desc {
    margin-left: 0;
    text-align: center;
  }
}

/* --- Production Hero & Tagline Banner Responsiveness --- */
@media (max-width: 768px) {
  .tagline-heading {
    font-size: 1.5em !important;
    line-height: 1.3 !important;
    margin-bottom: 14px !important;
  }
  .hero-bg-container {
    height: 320px;
    border-radius: 16px;
  }
  .hero-main-title {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .hero-subtitle {
    font-size: 13.5px;
    padding: 0 15px;
  }
  .artist-image {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .artist-image img {
    width: 100%;
    height: 400px;
    border-top-left-radius: 62px;
    border-bottom-left-radius: 0px;
  }
  .banner-desc {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .tagline-heading {
    font-size: 1.5em !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }
  .hero-bg-container {
    height: 260px;
    border-radius: 12px;
  }
  .hero-main-title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
  .hero-subtitle {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .production-full-banner {
    padding: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .banner-content {
    text-align: center;
  }
  .team-members-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .footer-right {
    align-items: center;
  }
  .footer-nav ul {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* --- Production Page Mobile Responsiveness --- */
@media (max-width: 768px) {
  .production-stack-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .prod-full-card {
    margin-bottom: 25px !important;
    border-radius: 16px !important;
  }

  .prod-card-body {
    padding: 18px 16px !important;
  }

  .prod-paragraph {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .prod-two-col-card {
    flex-direction: column !important;
    border-radius: 16px !important;
    margin-bottom: 25px !important;
  }

  .prod-two-col-card.reverse {
    flex-direction: column-reverse !important;
    border-radius: 16px !important;
    margin-bottom: 25px !important;
  }

  .prod-col-poster {
    width: 100% !important;
    flex: none !important;
    max-height: 300px;
    overflow: hidden;
  }

  .prod-col-content {
    width: 100% !important;
    flex: none !important;
  }

  .content-text-area {
    padding: 18px 16px !important;
  }

  .prod-bottom-bar {
    padding: 12px 16px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    border-radius: 0 0 16px 16px !important;
  }

  .prod-bottom-bar .lang-pills-wrap {
    gap: 8px !important;
  }

  .prod-bottom-bar .lang-label {
    font-size: 13px !important;
  }
  .youtube-bar {
            flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }
  }

  .prod-bottom-bar a {
    font-size: 13px;
  }

  .prod-three-posters-grid {
    grid-template-columns: 1fr;
    gap: 18px !important;
    margin-bottom: 35px !important;
  }

  .poster-grid-card {
    border-radius: 16px !important;
  }
}

@media (max-width: 480px) {
  .prod-bottom-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .streaming-icons-wrap {
    width: 100%;
    justify-content: flex-start;
  }
}


/* ==========================================================================
   Yun Sawarna Pop-Out Overlapping Card Styles (No Inline CSS)
   ========================================================================== */
.yun-sawarna-card {
  margin-top: 83px;
  margin-bottom: 45px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: visible !important;
}

.yun-sawarna-card .prod-col-poster {
  flex: 0 0 405px;
  width: 405px;
  z-index: 10;
  position: relative;
  margin-top: -45px;
  
  overflow: visible !important;
}

.yun-sawarna-card .poster-img {
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}

.yun-sawarna-card .prod-col-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(220, 205, 180, 0.5);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  margin-left: -29px;
  padding-left: 25px;
  margin-bottom: 26px;
}

.yun-sawarna-card .content-text-area {
  padding: 30px 35px 52px 30px;
  background-color: #ffffff;
  flex: 1;
}

.yun-sawarna-card .prod-bottom-bar {
  background-color: #e3d9b4 !important;
  padding: 14px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border-radius: 0 0 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
  margin-right: 0;
  margin-left: 0px;
  width: 100%;
}

.yun-sawarna-card .watch-listen-label-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1.5px solid #999999;
  padding-right: 15px;
}

.yun-sawarna-card .watch-listen-label {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.stream-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.2s ease;
}

.stream-icon-link:hover {
  transform: translateY(-4px) scale(1.16);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.2));
}

.youtube-badge {
  width: 30px;
  height: 30px;
  background: #ff0000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gaana-badge {
  width: 30px;
  height: 30px;
  background: #e62117;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
}

/* ==========================================================================
   Yaara Ve Pop-Out Overlapping Card Styles (Right Poster / Left Content)
   ========================================================================== */
.yaara-ve-card {
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible !important;
}

.yaara-ve-card .prod-col-content {
  flex: 0 0 62%;
  width: 62%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(220, 205, 180, 0.5);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  z-index: 1;
  margin-bottom: -50px;
}

.yaara-ve-card .content-text-area {
      padding: 19px 174px 10px 20px;
  background-color: #ffffff;
  flex: 1;
}

.yaara-info-item {
  font-size: 14px;
  line-height: 1.55;
  color: #222222;
  margin-bottom: 14px;
  font-weight: 500;
}

.yaara-info-item:last-child {
  margin-bottom: 0;
}

.yaara-ve-card .prod-bottom-bar {
  background-color: #e3d9b4 !important;
  padding: 14px 115px 14px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  border-radius: 0 0 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
  margin-left: 0;
  width: 100%;
}

.yaara-ve-card .watch-listen-label-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1.5px solid #999999;
  padding-right: 15px;
}

.yaara-ve-card .watch-listen-label {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.yaara-ve-card .prod-col-poster {
  flex: 0 0 54%;
  width: 54%;
  z-index: 10;
  position: relative;
  margin-left: -15%;
  overflow: visible !important;
}

.yaara-ve-card .poster-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 32px;
  display: block;
}

@media (max-width: 768px) {
  .yaara-ve-card {
    flex-direction: column-reverse !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .yaara-ve-card .prod-col-poster {
    width: 100% !important;
    flex: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    min-height: auto !important;
  }
  .yaara-ve-card .prod-col-content {
    width: 100% !important;
  }
  .yaara-ve-card .content-text-area {
    padding-right: 20px !important;
  }
  .yaara-ve-card .prod-bottom-bar {
    padding-right: 20px !important;
  }
}

/* Golden Watch Video Strip Background Across All Production Cards */
.prod-bottom-bar {
  background-color: #e3d9b4 !important;
}

/* Ghani Ghani Banner Pop-Out & Drop Shadow Styles */
.ghani-ghani-card {
  margin-top: 50px;
  margin-bottom: 45px;
 
  border-radius: 26px;
  overflow: visible !important;
 
  position: relative;
}

.ghani-ghani-card .prod-banner-image-box {
  width: 100%;
  position: relative;
  margin-top: -35px;
  z-index: 10;
  overflow: visible !important;
}

.ghani-ghani-card .prod-full-img {
  width: 100%;
  height: auto;
  min-height: 380px;
  object-fit: cover;
  border-radius: 26px;
  
  display: block;
}

.ghani-ghani-card .prod-bottom-bar {
  background-color: #e3d9b4 !important;
  border-bottom-left-radius: 26px ;
  border-bottom-right-radius: 26px ;
}

/* Language Link Red Hover Effect */
.lang-link {
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700;
  color: #222222 !important;
  transition: color 0.2s ease;
}

.lang-link:hover {
  color: #da251d !important;
}

/* ==========================================================================
   Complete Mobile & Tablet Responsiveness for Production Page (max-width: 992px)
   ========================================================================== */
@media (max-width: 992px) {
  /* Ghani Ghani Card Mobile Rules */
  .ghani-ghani-card {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    border-radius: 16px !important;
  }
  .ghani-ghani-card .prod-banner-image-box {
    margin-top: 0 !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .ghani-ghani-card .prod-full-img {
    min-height: auto !important;
    height: auto !important;
    border-radius: 16px 16px 0 0 !important;
  }

  /* Yun Sawarna Card Mobile Rules */
  .yun-sawarna-card {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 25px !important;
    margin-bottom: 35px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .yun-sawarna-card .prod-col-poster {
    width: 100% !important;
    flex: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 0 130px 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 2 !important;
  }
  .yun-sawarna-card .poster-img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    min-height: auto !important;
    border-radius: 20px !important;
    display: block !important;
    object-fit: cover !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  }
  .yun-sawarna-card .prod-col-content {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 1 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }
  .yun-sawarna-card .content-text-area {
    padding: 24px 20px !important;
    margin: 0 !important;
  }
  .yun-sawarna-card .content-text-area h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 20px !important;
    display: block !important;
    visibility: visible !important;
  }

  /* Yaara Ve Card Mobile Rules */
  .yaara-ve-card {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 25px !important;
    margin-bottom: 35px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .yaara-ve-card .prod-col-poster {
    width: 100% !important;
    flex: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 2 !important;
  }
  .yaara-ve-card .poster-img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    min-height: auto !important;
    border-radius: 20px !important;
    object-fit: contain !important;
    margin-top: 15px;
    display: block !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  }
  .yaara-ve-card .prod-col-content {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 1 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }
  .yaara-ve-card .content-text-area {
    padding: 24px 20px !important;
    
    margin: 0 !important;
  }
  .yaara-ve-card .content-text-area h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 20px !important;
    display: block !important;
    visibility: visible !important;
  }

  /* Common Mobile Bottom Bar & Language Pills Rules */
  .prod-bottom-bar {
    padding: 14px 18px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    border-radius: 0 0 15px 15px !important;
  }
  .youtube-bar2 {
    align-items: center !important;
  }
  .lang-pills-wrap {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }
  .lang-label {
    font-size: 14px !important;
  }
  .lang-link {
    font-size: 14px !important;
  }
  
  .streaming-icons-wrap {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
  }
  .watch-listen-label-wrap {
    border-right: none !important;
    padding-right: 0 !important;
    margin-bottom: 2px !important;
  }

  /* 3-Poster Grid Mobile Rules */
  .prod-three-posters-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
}

@media (max-width: 600px) {
  .prod-three-posters-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .hero-bg-container {
    height: 280px !important;
    border-radius: 12px !important;
  }
  .hero-main-title {
    font-size: 32px !important;
  }
  .hero-subtitle {
    font-size: 13px !important;
  }
}

.lang-link:hover {
  color: #da251d !important;
}

