.elementor-37 .elementor-element.elementor-element-c246c43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-c246c43 */:root {
      --primary: #f59e0b; --primary-dark: #d97706; --accent: #10b981;
      --dark: #0f172a; --dark-alt: #1e293b; --mid: #334155;
      --light: #f8fafc; --text: #1e293b; --text-muted: #64748b;
      --white: #ffffff; --radius: 8px; --shadow: 0 4px 24px rgba(0,0,0,0.08);
      --transition: all 0.3s ease; --font: 'Inter', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }

    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 50px; font-weight: 700; font-size: 0.95rem; transition: var(--transition); cursor: pointer; border: none; font-family: var(--font); }
    .btn-primary { background: var(--primary); color: var(--dark); }
    .btn-primary:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,158,11,0.4); }
    .btn-outline-dark { background: transparent; color: var(--dark); border: 2px solid var(--dark); }
    .btn-outline-dark:hover { background: var(--dark); color: var(--white); }
    .btn-ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.4); }
    .btn-ghost:hover { background: rgba(255,255,255,0.1); }

    section { padding: 80px 0; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .section-tag { display: inline-flex; align-items: center; gap: 6px; background: #fef3c7; color: var(--primary-dark); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 6px 14px; border-radius: 50px; margin-bottom: 16px; }
    .section-tag::before { content: ''; width: 6px; height: 6px; background: var(--primary); border-radius: 50%; }
    h2.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 16px; }
    h2.section-title span { color: var(--primary); }
    p.section-subtitle { font-size: 1.05rem; color: var(--text-muted); max-width: 600px; line-height: 1.7; margin-bottom: 48px; }
    .text-center { text-align: center; }
    .text-center .section-subtitle { margin-left: auto; margin-right: auto; }

    /* PAGE HERO */
    .page-hero { position: relative; padding: 120px 0 80px; background: var(--dark); overflow: hidden; }
    .page-hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1509391366360-2e959784a276?w=1600&q=80') center/cover no-repeat; opacity: 0.2; }
    .page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,23,42,0.97) 50%, rgba(15,23,42,0.7) 100%); }
    .page-hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: #64748b; margin-bottom: 20px; }
    .breadcrumb a { color: #64748b; transition: color 0.3s; }
    .breadcrumb a:hover { color: var(--primary); }
    .breadcrumb span { color: var(--primary); font-weight: 600; }
    .breadcrumb svg { width: 14px; height: 14px; }
    .page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 900; color: var(--white); line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.5px; }
    .page-hero h1 span { color: var(--primary); }
    .page-hero p { font-size: 1.1rem; color: #94a3b8; max-width: 620px; line-height: 1.7; margin-bottom: 32px; }

    /* STORY */
    .story { background: var(--white); }
    .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .story-image { position: relative; border-radius: 20px; overflow: hidden; height: 500px; }
    .story-image img { width: 100%; height: 100%; object-fit: cover; }
    .story-floater { position: absolute; bottom: 24px; right: -20px; background: var(--white); border-radius: 14px; padding: 16px 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 12px; }
    .floater-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--primary), var(--accent)); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .floater-icon svg { width: 20px; height: 20px; color: white; }
    .floater-text strong { display: block; font-size: 1.1rem; font-weight: 800; color: var(--dark); }
    .floater-text span { font-size: 0.75rem; color: var(--text-muted); }
    .story-text p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
    .story-text p strong { color: var(--dark); }

    /* MISSION / VISION */
    .mv { background: var(--light); }
    .mv-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
    .mv-card { background: var(--white); border-radius: 16px; padding: 36px; border: 1px solid #e2e8f0; text-align: center; transition: var(--transition); }
    .mv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
    .mv-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: linear-gradient(135deg, #fef3c7 0%, #d1fae5 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; }
    .mv-icon svg { width: 32px; height: 32px; color: var(--primary-dark); }
    .mv-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin-bottom: 12px; }
    .mv-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

    /* VALUES */
    .values { background: var(--white); }
    .values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .value-item { display: flex; gap: 20px; padding: 28px; border-radius: 14px; background: var(--light); border: 1px solid #e2e8f0; transition: var(--transition); }
    .value-item:hover { border-color: var(--primary); box-shadow: 0 4px 20px rgba(245,158,11,0.1); }
    .value-num { font-size: 2rem; font-weight: 900; color: #e2e8f0; line-height: 1; flex-shrink: 0; width: 50px; }
    .value-content h4 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
    .value-content p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

    /* TIMELINE */
    .timeline { background: var(--dark); padding: 80px 0; }
    .timeline .section-tag { background: rgba(245,158,11,0.15); color: var(--primary); }
    .timeline h2.section-title { color: var(--white); }
    .timeline-list { position: relative; padding-left: 40px; }
    .timeline-list::before { content: ''; position: absolute; top: 0; bottom: 0; left: 14px; width: 2px; background: linear-gradient(to bottom, var(--primary), var(--accent)); }
    .timeline-item { position: relative; padding-left: 36px; margin-bottom: 44px; }
    .timeline-item:last-child { margin-bottom: 0; }
    .timeline-dot { position: absolute; left: -40px; top: 4px; width: 28px; height: 28px; border-radius: 50%; background: var(--dark); border: 3px solid var(--primary); display: flex; align-items: center; justify-content: center; z-index: 1; }
    .timeline-dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
    .timeline-year { font-size: 0.78rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; }
    .timeline-item h3 { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
    .timeline-item p { font-size: 0.88rem; color: #94a3b8; line-height: 1.6; }

    /* TEAM */
    .team { background: var(--light); }
    .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .team-card { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid #e2e8f0; transition: var(--transition); text-align: center; }
    .team-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
    .team-photo { height: 220px; overflow: hidden; }
    .team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
    .team-card:hover .team-photo img { transform: scale(1.05); }
    .team-info { padding: 20px; }
    .team-info h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
    .team-info span { font-size: 0.82rem; color: var(--primary-dark); font-weight: 600; display: block; margin-bottom: 10px; }
    .team-info p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }

    /* CERTIFICATIONS */
    .certs { background: var(--white); }
    .certs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .cert-card { background: var(--light); border: 2px solid #e2e8f0; border-radius: 16px; padding: 32px 24px; text-align: center; transition: var(--transition); }
    .cert-card:hover { border-color: var(--primary); transform: translateY(-4px); }
    .cert-icon { font-size: 2.5rem; margin-bottom: 12px; }
    .cert-card h4 { font-size: 0.95rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
    .cert-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }

    /* CTA */
    .cta-banner { background: var(--dark); padding: 80px 0; }
    .cta-inner { max-width: 700px; margin: 0 auto; text-align: center; padding: 0 24px; }
    .cta-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; color: var(--white); margin-bottom: 16px; letter-spacing: -0.5px; }
    .cta-inner h2 span { background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .cta-inner p { font-size: 1rem; color: #94a3b8; margin-bottom: 36px; line-height: 1.7; }
    .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

    @media (max-width: 1024px) {
      .story-grid { grid-template-columns: 1fr; }
      .story-image { height: 360px; }
      .mv-grid { grid-template-columns: 1fr 1fr; }
      .team-grid { grid-template-columns: 1fr 1fr; }
      .certs-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      section { padding: 60px 0; }
      .values-grid { grid-template-columns: 1fr; }
      .mv-grid { grid-template-columns: 1fr; }
      .certs-grid { grid-template-columns: 1fr 1fr; }
    }/* End custom CSS */