.elementor-3342 .elementor-element.elementor-element-7d5b3b0{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
  
  .case-study-container {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  .case-study-hero-section {
    background: linear-gradient(135deg, rgba(17, 19, 52, 0.95), rgba(220, 16, 133, 0.1)),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    background-size: cover;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }
  
  .case-study-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(220, 16, 133, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
    pointer-events: none;
  }
  
  .case-study-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  
  .case-study-hero-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
  }
  
  .case-study-hero-text {
    color: white;
  }
  
  .case-study-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin: 0 0 30px 0;
    background: linear-gradient(135deg, #ffffff, #dc1085);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
  }
  
  .case-study-hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 30px;
  }
  
  .case-study-hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.8;
  }
  
  .case-study-cta-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 30px;
    text-align: center;
  }
  
  .case-study-cta-title {
    color: #111334;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #111334, #dc1085);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .case-study-cta-subtitle {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  .case-study-cta-button {
    background: linear-gradient(135deg, #dc1085, #667eea);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(220, 16, 133, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .case-study-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(220, 16, 133, 0.4);
    background: linear-gradient(135deg, #e91e63, #7c4dff);
  }
  
  .case-study-content-section {
    background: white;
    padding: 80px 0;
  }
  
  .case-study-section-card {
    background: white;
    border-radius: 16px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .case-study-section-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #dc1085, #667eea);
  }
  
  .case-study-section-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }
  
  .case-study-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #dc1085;
    margin: 0 0 25px 0;
    position: relative;
  }
  
  .case-study-section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
  }
  
  .case-study-quote-card {
    background: linear-gradient(135deg, #111334, #1a1d4a);
    border-radius: 20px;
    padding: 50px;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
  }
  
  .case-study-quote-card::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 40px;
    font-size: 8rem;
    color: rgba(220, 16, 133, 0.2);
    font-weight: bold;
    line-height: 1;
  }
  
  .case-study-quote-text {
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
  }
  
  .case-study-quote-author {
    color: #dc1085;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
  .case-study-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 60px 0;
    perspective: 1000px;
  }
  
  .case-study-stat-card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(220, 16, 133, 0.1);
    color: #2d3748;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 
      0 10px 25px rgba(0, 0, 0, 0.08),
      0 20px 48px rgba(0, 0, 0, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
  }
  
  .case-study-stat-card:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    box-shadow: 
      0 25px 50px rgba(220, 16, 133, 0.15),
      0 35px 80px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(220, 16, 133, 0.3);
  }
  
  .case-study-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc1085, #667eea, #764ba2);
    background-size: 200% 100%;
    animation: case-study-shimmer 3s ease-in-out infinite;
  }
  
  .case-study-stat-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(220, 16, 133, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 0;
  }
  
  .case-study-stat-card:hover::after {
    width: 200px;
    height: 200px;
  }
  
  .case-study-stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #dc1085, #667eea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .case-study-stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4a5568;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .case-study-stat-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(220, 16, 133, 0.1), rgba(102, 126, 234, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  
  .case-study-stat-card:hover .case-study-stat-icon {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, rgba(220, 16, 133, 0.2), rgba(102, 126, 234, 0.2));
  }
  
  .case-study-language-switcher {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
  }
  
  .case-study-lang-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .case-study-lang-button:hover {
    border-color: #dc1085;
    color: #dc1085;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 16, 133, 0.2);
  }
  
  .case-study-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
  }
  
  .case-study-floating-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    animation: case-study-float 20s infinite ease-in-out;
  }
  
  .case-study-floating-circle:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
  }
  
  .case-study-floating-circle:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 15%;
    animation-delay: -5s;
  }
  
  .case-study-floating-circle:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 30%;
    left: 20%;
    animation-delay: -10s;
  }
  
  /* Modal Styles */
  .case-study-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
  }
  
  .case-study-modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: case-study-modalSlideIn 0.3s ease;
  }
  
  .case-study-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .case-study-modal-close:hover {
    color: #dc1085;
  }
  
  .case-study-modal-title {
    color: #111334;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #111334, #dc1085);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .case-study-modal-subtitle {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  @keyframes case-study-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  
  @keyframes case-study-float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(90deg); }
    50% { transform: translateY(-40px) rotate(180deg); }
    75% { transform: translateY(-20px) rotate(270deg); }
  }
  
  @keyframes case-study-fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes case-study-modalSlideIn {
    from {
      opacity: 0;
      transform: translateY(-50px) scale(0.9);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  .case-study-fade-in {
    opacity: 0;
    animation: case-study-fadeInUp 0.8s ease forwards;
  }
  
  @media (max-width: 1024px) {
    .case-study-stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .case-study-hero-content {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    
    .case-study-cta-card {
      position: static;
      margin-top: 0;
    }
    
    .case-study-section-card {
      padding: 30px 25px;
    }
    
    .case-study-quote-card {
      padding: 30px 25px;
    }
    
    .case-study-stats-grid {
      grid-template-columns: 1fr;
    }
    
    .case-study-hero-title {
      font-size: 2.5rem;
    }
    
    .case-study-quote-text {
      font-size: 1.1rem;
    }
    
    .case-study-modal-content {
      margin: 10% auto;
      padding: 30px 20px;
      width: 95%;
    }
  }/* End custom CSS */