/*-- Custom CSS --*/

a {
  color: #9fa8ff; /* soft violet-blue base */
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover, a:focus {
  color: #FDD835; /* your signature gold */
  text-shadow: 0 0 8px rgba(253, 216, 53, 0.6);
}



.price-description p {
    text-transform: none;
}

.rare-box {
    height: 187px;
    width: 100%;
    background: #f1c30f;
    position: relative;
}

/* -------------------------------------------
   1. GLOBAL BASE OVERRIDES
   (Non-responsive tweaks that apply to all)
--------------------------------------------*/
.about-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 340px; /* base desktop height */
  margin-bottom: 40px !important; /* overrides .mb-5 and .mb-lg-0 */
}

/* -------------------------------------------
   2. RESPONSIVE BREAKPOINTS (in descending order)
--------------------------------------------*/

/* XXL Screens (1400px and up) */
@media (min-width: 1400px) {
  .about-box { min-height: 360px; }
}

/* Large Desktops → Small Desktops (between 992px–1199px) */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .about-box { min-height: 358px; } /* ensures no collapse at 1200px */
}

/* Keep the boxes tight again on desktop if desired */
@media (min-width: 992px) {
  .about-box {
    margin-bottom: 0 !important;
  }
}

/* Tablets (768px–991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
  .about-box { min-height: 280px; }
}

/* Mobile Landscape → Portrait (<768px) */
@media (max-width: 767.98px) {
  .about-box {
    min-height: auto;
    margin-bottom: 25px;
  }
}

/* -------------------------------------------
   3. ABOUT BOX SPACING FIX (FINAL)
--------------------------------------------*/

/* Default vertical spacing for columns that hold about boxes */
section.bg-dark2 .col-lg-4,
section.bg-dark2 .col-md-6,
section.bg-dark2 .col-12 {
  margin-bottom: 30px !important; /* override mb-5 */
}

/* Keep rows tight on desktop (>=992px) */
@media (min-width: 992px) {
  section.bg-dark2 .col-lg-4,
  section.bg-dark2 .col-md-6,
  section.bg-dark2 .col-12 {
    margin-bottom: 0 !important; /* override mb-lg-0 */
  }
}


/* -------------------------------------------
   1. GLOBAL BASE OVERRIDES
   (Ensures equal height for membership cards)
--------------------------------------------*/
.pricing-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 660px; /* base desktop height */
  margin-bottom: 40px !important; /* override mb-5 if applied */
}

/* -------------------------------------------
   2. RESPONSIVE BREAKPOINTS (in descending order)
--------------------------------------------*/

/* XXL Screens (1400px and up) */
@media (min-width: 1400px) {
  .pricing-item { min-height: 680px; }
}

/* Large Desktops → Small Desktops (between 992px–1199px) */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .pricing-item { min-height: 640px; } /* slightly reduced for tighter fit */
}

/* Keep cards aligned tightly on desktop */
@media (min-width: 992px) {
  .pricing-item {
    margin-bottom: 0 !important;
  }
}

/* Tablets (768px–991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
  .pricing-item { min-height: 580px; }

  .cntr-mob {
    text-align: center;
  }
}

/* Mobile Landscape → Portrait (<768px) */
@media (max-width: 767.98px) {
  .pricing-item {
    min-height: auto;
    margin-bottom: 25px;
  }
}

/* -------------------------------------------
   3. PRICING COLUMN SPACING FIX (FINAL)
--------------------------------------------*/

/* Default vertical spacing for pricing columns */
section.bg-dark2 .col-lg-4,
section.bg-dark2 .col-md-6,
section.bg-dark2 .col-12 {
  margin-bottom: 30px !important;
}

/* Keep rows tight on desktop (>=992px) */
@media (min-width: 992px) {
  section.bg-dark2 .col-lg-4,
  section.bg-dark2 .col-md-6,
  section.bg-dark2 .col-12 {
    margin-bottom: 0 !important;
  }
}

/* Footer Contact Section (replaces parallax-footer) */
.footer-contact {
  position: relative;
  background-image: url('../img/footer-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* safer across devices */
  padding: 120px 0;
  overflow: hidden;
}

.footer-contact-agency {
  /* This stacks a semi-transparent black layer ON TOP of your image */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/footer-bg-agency-2.jpg');
  
  /* Ensure these properties are set so the gradient covers everything */
  background-size: cover;
  background-position: center;
}

.footer-contact-music {
  /* This stacks a semi-transparent black layer ON TOP of your image */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/footer-bg-music.jpg');
  
  /* Ensure these properties are set so the gradient covers everything */
  background-size: cover;
  background-position: center;
}



/* Subtle dark overlay for readability */
.footer-overlay {
  position: relative;
/*  background: rgba(0, 0, 0, 0.45);*/
  padding: 80px 20px;
}

/* Typography */
.footer-contact h2 {
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Link styling */
.footer-contact a {
  color: #f9c439; /* gold accent */
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ff66cc; /* brand pink on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-contact {
    padding: 80px 0;
    background-position: center top;
  }

  .footer-contact h2 {
    font-size: 1.6rem;
  }

  .footer-contact p {
    font-size: 0.9rem;
  }
}


.about:before {
    content: url(../img/about-logo-swb-01.png);
    position: absolute;
    right: -10px;
    top: -410px;
    animation: scale .7s alternate infinite 
    linear both;
}

section#about.overflow-visible {
    overflow: clip;
}

/* Studio parallax background */
.parallax-studio {
  background: url('../img/parallax-studio.jpg') no-repeat center center fixed;
}
/* Agency parallax background */
.parallax-agency {
  background: url('../img/parallax-agency.jpg') no-repeat center center fixed;
}

/* Agency parallax background */
.parallax-label {
  background: url('../img/parallax-label.jpg') no-repeat center center fixed;
}



/* Global parallax background */
.parallax-core {
  background-size: cover;
  position: relative;
  padding: 140px 0;
  color: #fff;
}

/* Overlay tint for better contrast */
.parallax-core::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust 0.35–0.55 for desired darkness */
  z-index: 1;
}

/* Ensure text sits above overlay */
.parallax-core .container,
.parallax-core .row,
.parallax-core .col-lg-6 {
  position: relative;
  z-index: 2;
}

/* Technical specs styling */
.studio-specs {
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid #ff66cc;
  padding: 20px 25px;
  border-radius: 6px;
}

.studio-specs h6 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.studio-specs ul li {
  color: #fff; /* force bright white text */
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 6px;
}

.studio-specs strong {
  color: #ffcc33;
  font-weight: 600;
}

/*folio*/

/*.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    bottom: 5%;
    visibility: hidden;
    z-index: 1;
    background: rgba(16, 15, 15, 0.88);
    -webkit-transition: all 0.4s 
cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition: all 0.4s 
cubic-bezier(0.57, 0.21, 0.69, 1.25);
}*/
/*.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: rgba(16, 15, 15, 0.88);
    padding-bottom: 100px;
}
*/

/* -------------------------------------------
   Quote
--------------------------------------------*/
section#quote-01 {
    padding: 2.5rem 0;
}


.universe-tile {
  position: relative;
  overflow: hidden;
  display: block;
}
.universe-tile img {
  transition: transform 0.8s ease;
}
.universe-tile:hover img {
  transform: scale(1.08);
}
.universe-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.universe-tile:hover .universe-overlay {
  opacity: 1;
}
.overlay-content h4,
.overlay-content p {
  transform: translateY(10px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.universe-tile:hover .overlay-content h4,
.universe-tile:hover .overlay-content p {
  transform: translateY(0);
  opacity: 1;
}




/*a.menu_bars.menu-bars-setting.sidemenu_toggle.link.mr-3.mr-lg-0 {
    margin-right: 20px !important;
}*/
.navbar .menu-btn {
    display: none;
}

#logo-nav {
    position: absolute;
}
#logo-nav img {
    max-width: 140px;
}

/*
  Colour
  ------------------------- */
.white {
    color: #fff;
}
/*.about .color-yellow {
    color: #f1c30f;
}
*/

/*
  Section DMD
  ------------------------- */
section#intro-dmd {
    background: #000;
}


#cinematic-worlds .main-title {
  margin-bottom: 0;
}

#recording-studio .main-title {
    margin-bottom: 1.5rem;
}

a.btn-icon-next {
    font-size: 1.2rem;
}

/*
  Background
  ------------------------- */
.bg-dark1 {
    background: url(../img/bg-2.jpg);
    /* background-size: cover; */
}

/*
  Animated motion → Respect prefers-reduced-motion
  ------------------------- */
body.reduced-motion * {
  animation: none !important;
  transition: none !important;
}

/*
  Footer
  ------------------------- */
footer.bg-dark2 {
    background-color: #000;
    background-image: none;
}
footer p.copyrights,
footer p.copyrights a {
    text-transform: uppercase;
    font-size: 0.6rem;
    color: #666;
}

/*
.bg-blue   { background-color: #5C80C9; }
.bg-yellow { background-color: #C79C00; }
.bg-pink   { background-color: #AF5AD7; }*/

/*#cinematic-worlds.bg-yellow .color-white,
.bg-blue .color-white,
.bg-pink .color-white {
  color: #111 !important;
}*/


/* shared styling for all boxes */
.about-box {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.about-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.50);   /* dark overlay for legibility */
  transition: background 0.4s ease;
  z-index: 0;
}

.about-box:hover::before {
  background: rgba(0,0,0,0.25);   /* lighten overlay on hover */
}

.about-box > * {
  position: relative;
  z-index: 1;
}

/* individual backgrounds for each box */
.box-about-worlds {
  background-image: url("../img/box-about-03.jpg");
}

.box-about-cinematic {
  background-image: url("../img/box-about-01.jpg");
}

.box-about-sound {
  background-image: url("../img/box-about-02.jpg");
}


.about-box:hover h5,
.about-box:hover p {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 2);
  transition: text-shadow 0.4s ease;
}



.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #181616;
    background-color: rgba(24,22,22,0.7);
}

.cbp-l-grid-mosaic-flat .work-icon {
    background: #f1f1f1;
    color: #333;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    font-size: 0.8rem;
}

.about ul li {
    display: block;
}

#roster-showcase .main-title {
  margin-bottom: 0;
}
blockquote.blockquote {
    font-style: italic;
}

/* Styling for 'The Architects' Profile Images */
.profile-circle {
  /* ENSURE these fixed sizes override the 100% rule */
  width: 180px !important; 
  height: 180px !important;  
  
  /* Creates the perfect circle */
  border-radius: 50%; 
  
  /* Adds the yellow border */
  border: 2px solid #FDD835; 
  
  /* Ensures the 400x400 source image scales down and covers the area */
  object-fit: cover; 
  
  /* Prevents any max-width limits from interfering */
  max-width: none !important; 
}

/*anim text centrally align text*/
.hero-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}


@media (max-width: 768px) {
  .footer-contact-agency {
    /* Anchors image to the left, so the left side is visible and right side is cropped */
    background-position: left center !important; 
  }
}


/* Improve hero heading contrast on mobile */
@media screen and (max-width: 767px) {
  .tp-caption.color-white,
  .hero-text-wrapper #js-rotating {
    text-shadow: 0 0 8px rgba(0,0,0,0.55), 0 0 14px rgba(0,0,0,0.45);
  }

  /* Slightly bump font weight for clarity */
  .tp-caption.color-white {
    font-weight: 600 !important;
  }
}
