.elementor-166 .elementor-element.elementor-element-41190d2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-166 .elementor-element.elementor-element-41190d2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-166 .elementor-element.elementor-element-334379f{--display:flex;}.elementor-166 .elementor-element.elementor-element-b143523{--display:flex;}.elementor-166 .elementor-element.elementor-element-b143523:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-b143523 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-166 .elementor-element.elementor-element-39e58f1{--display:flex;}.elementor-166 .elementor-element.elementor-element-fe91f0e{--display:flex;}.elementor-166 .elementor-element.elementor-element-fe91f0e:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-fe91f0e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-166 .elementor-element.elementor-element-cf62acc:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-cf62acc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-166 .elementor-element.elementor-element-cf62acc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:43px 43px 43px 43px;}.elementor-166 .elementor-element.elementor-element-cf62acc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-166 .elementor-element.elementor-element-e0db952 img{width:52%;}.elementor-166 .elementor-element.elementor-element-80a086e{--display:flex;}.elementor-166 .elementor-element.elementor-element-80a086e:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-80a086e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-166 .elementor-element.elementor-element-e0db952 img{width:91%;}}@media(min-width:768px){.elementor-166 .elementor-element.elementor-element-334379f{--content-width:1600px;}.elementor-166 .elementor-element.elementor-element-b143523{--content-width:1600px;}.elementor-166 .elementor-element.elementor-element-39e58f1{--content-width:1600px;}.elementor-166 .elementor-element.elementor-element-fe91f0e{--content-width:1600px;}.elementor-166 .elementor-element.elementor-element-80a086e{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1262591 *//* Full-width header section */
.luc-events-header {
  width: 100vw; /* full viewport width */
  margin: 0; /* remove spacing */
  padding: 0; /* remove spacing */
  height: 800px;
  position: relative;
  background: url('https://loudurbanchoir.com/wp-content/uploads/2026/01/billboard.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Gradient overlay on top of image 
.luc-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(146,43,7,0.7) 0%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
} 
*/

/* Content sits above overlay */
.luc-header-content {
  position: relative;
  z-index: 2;
  padding: 0 20px; /* optional horizontal padding */
}

.luc-header-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.luc-header-content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ddd;
}

.luc-header-btn {
  padding: 12px 25px;
  background: #fff;
  color: #922b07;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.luc-header-btn:hover {
  background: #b5400a;
  color: #fff;
}

/* Responsive text */
@media (max-width: 768px) {
  .luc-header-content h1 { font-size: 36px; }
  .luc-header-content p { font-size: 16px; }
}

@media (max-width: 480px) {
  .luc-header-content h1 { font-size: 28px; }
  .luc-header-content p { font-size: 14px; }
  
  .luc-events-header {
  width: 100vw; /* full viewport width */
  margin: 0; /* remove spacing */
  padding: 0; /* remove spacing */
  height: 250px;
  position: relative;
  background: url('https://loudurbanchoir.com/wp-content/uploads/2026/01/billboard.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
}



/* Elementor overrides to remove padding/margin from container */
.elementor-section .elementor-container,
.elementor-column .elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32944bb *//* SECTION WRAPPER */
.about-section {
  padding: 90px 0;
  background:;
}

.about-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* SIDE-BY-SIDE FIX */
.side-by-side {
  display: flex;
  align-items: center;
  gap: -5px;
  margin-bottom: 15px;
}

/* MAKE IMAGE BIGGER */
.group-image {
  flex: 2; /* 👈 BIGGER IMAGE */
}

.group-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
}

/* GLASS CARD smaller */
.who-we-are-card {
  flex: 1; /* 👈 CARD is smaller */
}

/* GLASS CARD STYLE */
.glass-card {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(18px);
  border-radius: 15px;
  padding: 40px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
  width: 80%;
}

/* TITLES + TEXT */
.glass-card h2,
.glass-card h3 {
  margin-bottom: 12px;
  font-weight: 800;
  color: #fff;
}

.glass-card p {
  color: #e6e6e6;
  line-height: 1.75;
  font-size: 16px;
}

/* VISION + MISSION GRID */
.vm-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 0.9fr));
  gap: px;
}

/* RESPONSIVE FIX */
@media (max-width: 900px) {
  .side-by-side {
    flex-direction: column;
  }
  .who-we-are-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70f46e8 *//* Section background with subtle gradient */
.mv-section {
  width: 100%;
  padding: 70px 20px;
  background: linear-gradient(135deg, #0c0c0c, #1a1a1a);
  display: flex;
  justify-content: center;
}

/* Two columns */
.mv-container {
  max-width: 1350px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* Reduces spacing between the cards */
}

/* Glass Cards */
.glass-card {
  padding: 40px 30px;
  border-radius: 18px;
  
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition: all 0.35s ease;
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.35);
}

/* Hover effect with brand highlight (#FEA758) */
.glass-card:hover {
  transform: translateY(-6px);
  border-color: #FEA758;
  box-shadow: 0px 18px 45px rgba(254, 167, 88, 0.35);
}

/* Heading style */
.glass-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #FEA758; /* Brand color */
  letter-spacing: -0.3px;
}

/* Body text — highly readable now */
.glass-card p {
  font-size: 17px;
  line-height: 1.7;
  color: #f5f5f5; 
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .glass-card {
    padding: 30px 20px;
  }
}/* End custom CSS */