.elementor-15832 .elementor-element.elementor-element-ac7c905{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1366px){.elementor-15832 .elementor-element.elementor-element-ac7c905{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2e84f5e *//* Southwest Marketing Case Study - Elementor Styles */
/* All properties use !important to override Elementor defaults */

/* ============================================
   ELEMENTOR BREAKPOINTS REFERENCE
   Mobile Portrait: 767px
   Mobile Landscape: 880px
   Tablet Portrait: 1024px
   Tablet Landscape: 1200px
   Laptop: 1366px
   Widescreen: 2400px
   ============================================ */

/* ============================================
   CSS CUSTOM PROPERTIES (Variables)
   ============================================ */
.sw-case-study {
  --av-primary: #3574E3;
  --av-secondary: #FA9C24;
  --av-text: #415364;
  --av-accent: #FFBE62;
  --av-navy: #202945;
  --av-navy-mid: #293A72;
  --av-navy-light: #2B5597;
  --av-gray: #F0F0F0;
  --av-teal: #57ADC5;
  --swa-blue: #304CB2;
  --swa-red: #C8102E;
  --swa-yellow: #FFBF27;
}

/* ============================================
   BASE STYLES
   ============================================ */
.sw-case-study {
  font-family: 'Montserrat', sans-serif !important;
  color: var(--av-text) !important;
  background-color: #fff !important;
  line-height: 1.5 !important;
}

.sw-case-study * {
  font-family: 'Montserrat', sans-serif !important;
  box-sizing: border-box !important;
}

.sw-case-study .font-playfair {
  font-family: 'Playfair Display', serif !important;
}

.sw-case-study p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.sw-case-study h1,
.sw-case-study h2,
.sw-case-study h3,
.sw-case-study h4,
.sw-case-study h5,
.sw-case-study h6 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.2 !important;
}

.sw-case-study ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sw-case-study a {
  text-decoration: none !important;
}

/* ============================================
   BREADCRUMB STYLES
   ============================================ */
.sw-case-study .breadcrumb-nav {
  margin-bottom: 1rem !important;
}

.sw-case-study .breadcrumb-nav ol {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.35rem !important;
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sw-case-study .breadcrumb-nav ol li {
  display: inline-flex !important;
  align-items: center !important;
}

.sw-case-study .breadcrumb-nav ol li a {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.sw-case-study .breadcrumb-nav ol li a:hover {
  color: #ffffff !important;
}

.sw-case-study .breadcrumb-nav ol li span {
  font-size: 1rem !important;
}

.sw-case-study .breadcrumb-nav .breadcrumb-current {
  color: #FA9C24 !important;
}

.sw-case-study .breadcrumb-nav .breadcrumb-separator {
  color: rgba(255, 255, 255, 0.3) !important;
  margin: 0 0.1rem !important;
}

/* ============================================
   HERO SECTION - MOBILE FIRST
   ============================================ */
.sw-case-study .hero-section {
  padding: 2.5rem 1rem 4rem 1rem !important;
}

.sw-case-study .hero-content-wrapper {
  padding-left: 0 !important;
}

.sw-case-study .hero-title {
  font-size: 1.625rem !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

.sw-case-study .hero-title-accent {
  font-size: 1.625rem !important;
}

.sw-case-study .hero-description {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 0.75rem !important;
}

.sw-case-study .hero-partnership {
  font-size: 1rem !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .hero-section {
    padding: 3rem 1.5rem 5rem 1.5rem !important;
  }
  
  .sw-case-study .hero-title {
    font-size: 2rem !important;
  }
  
  .sw-case-study .hero-title-accent {
    font-size: 2rem !important;
  }
  
  .sw-case-study .hero-description {
    font-size: 1.05rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .hero-section {
    padding: 3.5rem 2rem 5.5rem 2rem !important;
  }
  
  .sw-case-study .hero-title {
    font-size: 2.25rem !important;
  }
  
  .sw-case-study .hero-title-accent {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .hero-section {
    padding: 4rem 2.5rem 6rem 2.5rem !important;
  }
  
  .sw-case-study .hero-content-wrapper {
    padding-left: 1rem !important;
  }
  
  .sw-case-study .hero-title {
    font-size: 2.75rem !important;
  }
  
  .sw-case-study .hero-title-accent {
    font-size: 2.75rem !important;
  }
  
  .sw-case-study .hero-description {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1201px) {
  .sw-case-study .hero-section {
    padding: 5rem 3rem 7rem 3rem !important;
  }
  
  .sw-case-study .hero-content-wrapper {
    padding-left: 1.5rem !important;
  }
  
  .sw-case-study .hero-title {
    font-size: 3rem !important;
  }
  
  .sw-case-study .hero-title-accent {
    font-size: 3rem !important;
  }

  .sw-case-study .hero-description {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 1367px) {
  .sw-case-study .hero-section {
    padding: 6rem 4rem 8rem 4rem !important;
  }
  
  .sw-case-study .hero-content-wrapper {
    padding-left: 0 !important;
  }
  
  .sw-case-study .hero-title {
    font-size: 3.5rem !important;
  }
  
  .sw-case-study .hero-title-accent {
    font-size: 3.5rem !important;
  }
}

/* ============================================
   HERO GRID LAYOUT
   ============================================ */
.sw-case-study .hero-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

.sw-case-study .hero-text-col {
  order: 1 !important;
}

.sw-case-study .hero-stats-col {
  order: 2 !important;
}

@media (min-width: 1025px) {
  .sw-case-study .hero-grid {
    display: grid !important;
    grid-template-columns: 3fr 2fr !important;
    gap: 2rem !important;
    align-items: center !important;
  }
}

@media (min-width: 1201px) {
  .sw-case-study .hero-grid {
    gap: 3rem !important;
  }
}

/* ============================================
   KEY RESULTS BOX (Hero Stats)
   ============================================ */
.sw-case-study .hero-stats-box {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 1.25rem !important;
}

.sw-case-study .hero-stats-box h2 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 1rem !important;
}

.sw-case-study .hero-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1rem !important;
}

.sw-case-study .hero-stat-value {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #FFBE62 !important;
}

.sw-case-study .hero-stat-label {
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

@media (min-width: 881px) {
  .sw-case-study .hero-stats-box {
    padding: 1.5rem !important;
  }
  
  .sw-case-study .hero-stat-value {
    font-size: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .hero-stats-box {
    padding: 1.5rem !important;
  }
  
  .sw-case-study .hero-stat-value {
    font-size: 2rem !important;
  }
}

/* ============================================
   ABOUT SOUTHWEST STATS GRID - ALWAYS 3 COLUMNS
   ============================================ */
.sw-case-study .about-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1rem !important;
  margin-top: 2rem !important;
  padding-top: 2rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 768px) {
  .sw-case-study .about-stats-grid {
    gap: 1.5rem !important;
  }
}

/* ============================================
   BUTTON STYLES - MOBILE FIRST
   ============================================ */
.sw-case-study .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.75rem 1.25rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  flex-shrink: 0 !important;
}

.sw-case-study .btn-primary {
  background: linear-gradient(135deg, #FA9C24 0%, #FFBE62 100%) !important;
  color: #ffffff !important;
  border: none !important;
}

.sw-case-study .btn-secondary {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.sw-case-study .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.sw-case-study .btn:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2) !important;
}

.sw-case-study .btn-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

.sw-case-study .btn-group .btn {
  width: 100% !important;
}

@media (min-width: 768px) {
  .sw-case-study .btn-group {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: auto !important;
  }
  
  .sw-case-study .btn-group .btn {
    width: auto !important;
  }
  
  .sw-case-study .btn {
    padding: 0.75rem 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .btn {
    padding: 0.875rem 1.75rem !important;
    font-size: 1rem !important;
  }
}

/* ============================================
   TAGS/PILLS STYLING
   ============================================ */
.sw-case-study .tags-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  margin-bottom: 1rem !important;
}

.sw-case-study .tag {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.3rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
}

.sw-case-study .tag-blue {
  background-color: rgba(48, 76, 178, 0.2) !important;
  color: #ffffff !important;
  border: 1px solid rgba(48, 76, 178, 0.3) !important;
}

.sw-case-study .tag-orange {
  background-color: rgba(250, 156, 36, 0.2) !important;
  color: #FFBE62 !important;
  border: 1px solid rgba(250, 156, 36, 0.3) !important;
}

.sw-case-study .tag-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (min-width: 881px) {
  .sw-case-study .tags-wrapper {
    margin-bottom: 1.25rem !important;
  }
  
  .sw-case-study .tag {
    padding: 0.375rem 1rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .tags-wrapper {
    margin-bottom: 1.5rem !important;
  }
}

/* ============================================
   NUMBERED CIRCLE FIXES (Team Section)
   ============================================ */
.sw-case-study .num-circle {
  width: 2rem !important;
  min-width: 2rem !important;
  max-width: 2rem !important;
  height: 2rem !important;
  min-height: 2rem !important;
  max-height: 2rem !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

.sw-case-study .num-circle-orange {
  background-color: rgba(250, 156, 36, 0.2) !important;
  color: #FA9C24 !important;
}

.sw-case-study .num-circle-blue {
  background-color: rgba(48, 76, 178, 0.2) !important;
  color: #304CB2 !important;
}

.sw-case-study .num-circle-navy {
  background-color: #202945 !important;
  color: #ffffff !important;
}

@media (min-width: 881px) {
  .sw-case-study .num-circle {
    width: 2.25rem !important;
    min-width: 2.25rem !important;
    max-width: 2.25rem !important;
    height: 2.25rem !important;
    min-height: 2.25rem !important;
    max-height: 2.25rem !important;
  }
}

.sw-case-study .team-card {
  display: flex !important;
  align-items: center !important;
  gap: 0.625rem !important;
  padding: 0.625rem !important;
  background-color: #F0F0F0 !important;
  border-radius: 0.5rem !important;
}

.sw-case-study .team-card-blue {
  background-color: rgba(48, 76, 178, 0.05) !important;
}

.sw-case-study .team-card-text {
  font-size: 1rem !important;
  color: #415364 !important;
  flex: 1 !important;
  min-width: 0 !important;
}

@media (min-width: 881px) {
  .sw-case-study .team-card {
    gap: 0.75rem !important;
    padding: 0.75rem !important;
  }
}

.sw-case-study .team-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
}

.sw-case-study .team-grid-full {
  grid-column: span 1 !important;
}

@media (min-width: 768px) {
  .sw-case-study .team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  
  .sw-case-study .team-grid-full {
    grid-column: span 2 !important;
  }
}

/* ============================================
   GRADIENTS
   ============================================ */
.sw-case-study .hero-gradient {
  background: linear-gradient(135deg, #202945 0%, #293A72 40%, #2B5597 70%, #304CB2 100%) !important;
}

.sw-case-study .accent-gradient {
  background: linear-gradient(135deg, #FA9C24 0%, #FFBE62 100%) !important;
}

/* ============================================
   SECTION PADDING - MOBILE FIRST
   ============================================ */
.sw-case-study .section-padding {
  padding: 3rem 1rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .section-padding {
    padding: 3.5rem 1.5rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .section-padding {
    padding: 4rem 2rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .section-padding {
    padding: 5rem 2.5rem !important;
  }
}

@media (min-width: 1201px) {
  .sw-case-study .section-padding {
    padding: 6rem 3rem !important;
  }
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.sw-case-study .max-w-7xl {
  max-width: 80rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sw-case-study .max-w-4xl {
  max-width: 56rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sw-case-study .max-w-2xl {
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sw-case-study .px-mobile {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .px-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .px-mobile {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .px-mobile {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1201px) {
  .sw-case-study .px-mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

/* ============================================
   METRIC CARD GLOW
   ============================================ */
.sw-case-study .metric-glow {
  box-shadow: 0 0 60px rgba(250, 156, 36, 0.15) !important;
}

/* ============================================
   QUOTE STYLING
   ============================================ */
.sw-case-study .quote-mark {
  font-size: 60px !important;
  line-height: 1 !important;
  color: rgba(250, 156, 36, 0.15) !important;
  font-family: 'Playfair Display', serif !important;
}

@media (min-width: 881px) {
  .sw-case-study .quote-mark {
    font-size: 80px !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .quote-mark {
    font-size: 100px !important;
  }
}

@media (min-width: 1201px) {
  .sw-case-study .quote-mark {
    font-size: 120px !important;
  }
}

/* ============================================
   FLOATING ANIMATION
   ============================================ */
@keyframes sw-float {
  0%, 100% { transform: translateY(0) !important; }
  50% { transform: translateY(-10px) !important; }
}

.sw-case-study .float {
  animation: sw-float 6s ease-in-out infinite !important;
}

/* ============================================
   PULSE CTA ANIMATION
   ============================================ */
@keyframes sw-pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(250, 156, 36, 0.4) !important; }
  50% { box-shadow: 0 0 40px rgba(250, 156, 36, 0.6) !important; }
}

.sw-case-study .pulse-cta:hover {
  animation: sw-pulse-glow 2s ease-in-out infinite !important;
}

/* ============================================
   FOCUS STATES (Accessibility)
   ============================================ */
.sw-case-study a:focus-visible,
.sw-case-study button:focus-visible {
  outline: 3px solid #FA9C24 !important;
  outline-offset: 2px !important;
}

/* ============================================
   REDUCED MOTION (Accessibility)
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .sw-case-study .float {
    animation: none !important;
  }
  
  .sw-case-study .pulse-cta:hover {
    animation: none !important;
  }
}

/* ============================================
   LINK HOVER STATES
   ============================================ */
.sw-case-study a {
  transition: all 0.3s ease !important;
}

/* ============================================
   BACKDROP BLUR SUPPORT
   ============================================ */
@supports (backdrop-filter: blur(12px)) {
  .sw-case-study .backdrop-blur-sm {
    backdrop-filter: blur(4px) !important;
  }
}

/* ============================================
   TYPOGRAPHY OVERRIDES
   ============================================ */
.sw-case-study .text-white {
  color: #ffffff !important;
}

.sw-case-study .text-white\/80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sw-case-study .text-white\/70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sw-case-study .text-white\/60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.sw-case-study .text-white\/50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.sw-case-study .text-av-text {
  color: #415364 !important;
}

.sw-case-study .text-av-text\/60 {
  color: rgba(65, 83, 100, 0.6) !important;
}

.sw-case-study .text-av-navy {
  color: #202945 !important;
}

.sw-case-study .text-av-accent {
  color: #FFBE62 !important;
}

.sw-case-study .text-av-secondary {
  color: #FA9C24 !important;
}

.sw-case-study .text-av-primary {
  color: #3574E3 !important;
}

.sw-case-study .text-swa-blue {
  color: #304CB2 !important;
}

.sw-case-study .text-swa-red {
  color: #C8102E !important;
}

.sw-case-study .text-green-500 {
  color: #22c55e !important;
}

/* ============================================
   BACKGROUND OVERRIDES
   ============================================ */
.sw-case-study .bg-white {
  background-color: #ffffff !important;
}

.sw-case-study .bg-av-gray {
  background-color: #F0F0F0 !important;
}

.sw-case-study .bg-av-navy {
  background-color: #202945 !important;
}

.sw-case-study .bg-av-secondary {
  background-color: #FA9C24 !important;
}

.sw-case-study .bg-swa-yellow {
  background-color: #FFBF27 !important;
}

.sw-case-study .bg-swa-blue {
  background-color: #304CB2 !important;
}

/* ============================================
   BORDER OVERRIDES
   ============================================ */
.sw-case-study .border-swa-red {
  border-color: #C8102E !important;
}

.sw-case-study .border-av-secondary {
  border-color: #FA9C24 !important;
}

.sw-case-study .border-swa-blue {
  border-color: #304CB2 !important;
}

.sw-case-study .border-t-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.sw-case-study .border-l-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

.sw-case-study .border-t {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.sw-case-study .border {
  border-width: 1px !important;
  border-style: solid !important;
}

.sw-case-study .border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.sw-case-study .border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.sw-case-study .border-gray-100 {
  border-color: #f3f4f6 !important;
}

/* ============================================
   CARD STYLES - MOBILE FIRST
   ============================================ */
.sw-case-study .card {
  background-color: #F0F0F0 !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
}

.sw-case-study .card-white {
  background-color: #ffffff !important;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}

@media (min-width: 768px) {
  .sw-case-study .card {
    padding: 1.5rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .card {
    padding: 2rem !important;
  }
}

/* ============================================
   GRID LAYOUTS - MOBILE FIRST
   ============================================ */
.sw-case-study .grid-1-col {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
}

.sw-case-study .grid-2-col {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
}

.sw-case-study .grid-3-col {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
}

.sw-case-study .grid-4-col {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .grid-2-col {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }
  
  .sw-case-study .grid-3-col {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
  }
  
  .sw-case-study .grid-4-col {
    gap: 1.25rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .grid-4-col {
    gap: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .grid-4-col {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* ============================================
   AT A GLANCE GRID
   ============================================ */
.sw-case-study .glance-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .glance-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
  }
}

/* ============================================
   AT A GLANCE CARDS - MOBILE FIRST
   ============================================ */
.sw-case-study .glance-card {
  background-color: #F0F0F0 !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  border-top: 4px solid transparent !important;
}

.sw-case-study .glance-card.border-red {
  border-top-color: #C8102E !important;
}

.sw-case-study .glance-card.border-orange {
  border-top-color: #FA9C24 !important;
}

.sw-case-study .glance-card.border-blue {
  border-top-color: #304CB2 !important;
}

.sw-case-study .glance-icon {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0.75rem !important;
}

.sw-case-study .glance-icon svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.sw-case-study .glance-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 0.5rem !important;
}

.sw-case-study .glance-text {
  font-size: 1rem !important;
  color: #415364 !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .sw-case-study .glance-card {
    padding: 1.5rem !important;
  }
  
  .sw-case-study .glance-icon {
    width: 3rem !important;
    height: 3rem !important;
    margin-bottom: 1rem !important;
  }
  
  .sw-case-study .glance-icon svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  
  .sw-case-study .glance-title {
    font-size: 1.125rem !important;
    margin-bottom: 0.75rem !important;
  }
}

/* ============================================
   METRICS CARDS - MOBILE FIRST
   ============================================ */
.sw-case-study .metric-card {
  background-color: #ffffff !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  text-align: center !important;
}

.sw-case-study .metric-card .metric-value {
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  margin-bottom: 0.25rem !important;
}

.sw-case-study .metric-card .metric-label {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #415364 !important;
}

.sw-case-study .metric-card .metric-sublabel {
  font-size: 1rem !important;
  color: rgba(65, 83, 100, 0.6) !important;
  margin-top: 0.5rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .metric-card {
    padding: 1.5rem !important;
  }
  
  .sw-case-study .metric-card .metric-value {
    font-size: 2.75rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .metric-card {
    padding: 2rem !important;
  }
  
  .sw-case-study .metric-card .metric-value {
    font-size: 3.5rem !important;
  }
}

/* ============================================
   SMALL METRIC CARDS
   ============================================ */
.sw-case-study .metric-small {
  background-color: #ffffff !important;
  border-radius: 0.75rem !important;
  padding: 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

.sw-case-study .metric-small-icon {
  width: 2.5rem !important;
  min-width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.sw-case-study .metric-small-icon svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.sw-case-study .metric-small-value {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
}

.sw-case-study .metric-small-label {
  font-size: 0.85rem !important;
  color: #415364 !important;
}

@media (min-width: 768px) {
  .sw-case-study .metric-small {
    padding: 1.25rem !important;
    gap: 1rem !important;
  }
  
  .sw-case-study .metric-small-icon {
    width: 3rem !important;
    min-width: 3rem !important;
    height: 3rem !important;
  }
  
  .sw-case-study .metric-small-icon svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  
  .sw-case-study .metric-small-value {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .metric-small {
    padding: 1.5rem !important;
  }
  
  .sw-case-study .metric-small-icon {
    width: 3.5rem !important;
    min-width: 3.5rem !important;
    height: 3.5rem !important;
  }
  
  .sw-case-study .metric-small-icon svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
}

/* ============================================
   SPRINT RHYTHM CARDS
   ============================================ */
.sw-case-study .sprint-day {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 1rem auto !important;
}

.sw-case-study .sprint-day span {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

@media (min-width: 881px) {
  .sw-case-study .sprint-day {
    width: 4rem !important;
    height: 4rem !important;
  }
  
  .sw-case-study .sprint-day span {
    font-size: 1.5rem !important;
  }
}

/* ============================================
   RIPPLE EFFECT CARDS
   ============================================ */
.sw-case-study .ripple-card {
  background-color: #F0F0F0 !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  display: flex !important;
  gap: 0.75rem !important;
}

.sw-case-study .ripple-icon {
  width: 2.25rem !important;
  min-width: 2.25rem !important;
  height: 2.25rem !important;
  background-color: #FA9C24 !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.sw-case-study .ripple-icon svg {
  width: 1rem !important;
  height: 1rem !important;
  color: #ffffff !important;
}

.sw-case-study .ripple-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 0.375rem !important;
}

.sw-case-study .ripple-text {
  font-size: 1rem !important;
  color: #415364 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .sw-case-study .ripple-card {
    padding: 1.5rem !important;
    gap: 1rem !important;
  }
  
  .sw-case-study .ripple-icon {
    width: 2.5rem !important;
    min-width: 2.5rem !important;
    height: 2.5rem !important;
  }
  
  .sw-case-study .ripple-icon svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
  
  .sw-case-study .ripple-title {
    font-size: 1.125rem !important;
  }
}

/* ============================================
   SECTION HEADINGS - MOBILE FIRST
   ============================================ */
.sw-case-study .section-tag {
  display: inline-block !important;
  padding: 0.375rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 0.75rem !important;
}

.sw-case-study .section-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 0.75rem !important;
}

.sw-case-study .section-subtitle {
  font-size: 1rem !important;
  color: #415364 !important;
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .sw-case-study .section-title {
    font-size: 1.75rem !important;
  }
  
  .sw-case-study .section-subtitle {
    font-size: 1.05rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .section-tag {
    margin-bottom: 1rem !important;
  }
  
  .sw-case-study .section-title {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
  
  .sw-case-study .section-subtitle {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .section-title {
    font-size: 2.25rem !important;
  }
}

/* ============================================
   DECORATIVE ELEMENTS
   ============================================ */
.sw-case-study .decor-blob {
  display: none !important;
}

@media (min-width: 881px) {
  .sw-case-study .decor-blob {
    display: block !important;
    position: absolute !important;
    border-radius: 9999px !important;
    filter: blur(64px) !important;
  }
}

/* ============================================
   DIAGONAL ACCENT
   ============================================ */
.sw-case-study .diagonal-accent {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3rem !important;
  background-color: #ffffff !important;
  clip-path: polygon(0 100%, 100% 100%, 100% 0) !important;
}

@media (min-width: 881px) {
  .sw-case-study .diagonal-accent {
    height: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .diagonal-accent {
    height: 6rem !important;
  }
}

/* ============================================
   ADDITIONAL ELEMENTOR OVERRIDES
   ============================================ */
.sw-case-study section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sw-case-study .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

.sw-case-study blockquote {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.sw-case-study blockquote p {
  margin-bottom: 1.5rem !important;
}

.sw-case-study strong {
  font-weight: 700 !important;
}

/* ============================================
   SVG ICON OVERRIDES
   ============================================ */
.sw-case-study svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* ============================================
   SPACING UTILITIES
   ============================================ */
.sw-case-study .mb-section {
  margin-bottom: 2rem !important;
}

@media (min-width: 768px) {
  .sw-case-study .mb-section {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 881px) {
  .sw-case-study .mb-section {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .sw-case-study .mb-section {
    margin-bottom: 4rem !important;
  }
}

/* ============================================
   NEGATIVE MARGIN FIX FOR AT A GLANCE
   ============================================ */
.sw-case-study .pull-up {
  margin-top: -2rem !important;
}

@media (min-width: 881px) {
  .sw-case-study .pull-up {
    margin-top: -3rem !important;
  }
}

/* ============================================
   Z-INDEX UTILITIES
   ============================================ */
.sw-case-study .z-10 {
  z-index: 10 !important;
}

.sw-case-study .relative {
  position: relative !important;
}

.sw-case-study .absolute {
  position: absolute !important;
}

.sw-case-study .overflow-hidden {
  overflow: hidden !important;
}

/* ============================================
   TEXT ALIGNMENT
   ============================================ */
.sw-case-study .text-center {
  text-align: center !important;
}/* End custom CSS */