/*
Theme Name: Eja Life
Theme URI: https://ejalife.com
Author: Eja Life
Author URI: https://ejalife.com
Description: Custom one-page WordPress theme for Eja Life — Indian pharmaceutical sourcing & export partner. Elementor compatible, fully responsive, with a working inquiry form.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eja-life
Tags: custom-menu, custom-logo, one-page, responsive-layout, translation-ready

This theme uses the design originally supplied as a static HTML export,
adapted into a valid WordPress theme structure.
*/


  /* ---------- Design tokens: edit colours here ---------- */
  :root{
    --ink:#0F3B3F;          /* headings */
    --muted:#5C7070;        /* body text */
    --teal:#0B7A75;         /* primary teal */
    --teal-deep:#0B4A4A;    /* footer, dark accents */
    --mint:#E8F7F4;         /* section background */
    --mint-2:#D6F4F2;       /* soft circles */
    --line:#D6EAE6;         /* borders */
    --orange:#F26A1B;       /* action colour */
    --orange-dark:#D9540A;
    --white:#fff;
    --radius:16px;
    --font:Inter,"Segoe UI",Arial,"Liberation Sans",sans-serif;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--font);color:var(--muted);background:#fff;line-height:1.55;font-size:15px;-webkit-font-smoothing:antialiased}
  img{display:block;max-width:100%}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:1200px;margin:0 auto;padding:0 32px}
  h1,h2,h3{color:var(--ink);line-height:1.15}

  /* ---------- Buttons ---------- */
  .btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-weight:700;font-size:14px;padding:13px 24px;border:2px solid transparent;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}
  .btn-orange{background:var(--orange);color:#fff}
  .btn-orange:hover{background:var(--orange-dark)}
  .btn-outline{border-color:var(--teal);color:var(--teal);background:#fff}
  .btn-outline:hover{background:var(--teal);color:#fff}
  .btn-small{padding:9px 16px;font-size:13px}
  .btn-teal{background:var(--teal);color:#fff}
  .btn-teal:hover{background:var(--teal-deep)}

  /* ---------- Header ---------- */
  header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
  .nav{display:flex;align-items:center;justify-content:space-between;height:76px}
  .logo{display:flex;align-items:center;gap:10px}
  .logo img{width:44px;height:44px}
  .logo b{display:block;font-size:24px;color:var(--teal);line-height:1;letter-spacing:-.3px}
  .logo small{display:block;font-size:10.5px;color:var(--muted);margin-top:3px}
  .nav ul{display:flex;gap:34px;list-style:none;font-weight:600;color:var(--ink);font-size:14.5px}
  .nav ul a:hover{color:var(--orange)}

  /* ---------- Hero ---------- */
  .hero{position:relative;background:#fff;overflow:hidden}
  .hero::before{content:"";position:absolute;inset:0;background:var(--hero-img) right center/cover no-repeat}
  .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 34%,rgba(255,255,255,.9) 41%,rgba(255,255,255,0) 55%)}
  .hero .wrap{position:relative;z-index:2;padding-top:64px;padding-bottom:64px;min-height:500px;display:flex;align-items:center}
  .hero-copy{max-width:560px}
  .eyebrow{font-size:12px;letter-spacing:1.4px;font-weight:700;color:var(--teal);text-transform:uppercase}
  .hero h1{font-size:46px;font-weight:800;letter-spacing:-1px;margin:14px 0 18px}
  .hero h1 em{font-style:normal;color:var(--orange)}
  .hero p{font-size:16px;max-width:450px}
  .hero-actions{display:flex;gap:14px;margin:28px 0 20px}
  .hero-tag{font-size:13px;font-weight:700;color:var(--ink)}
  .hero-tag i{font-style:normal;color:var(--line);margin:0 6px}

  /* ---------- Sections ---------- */
  section{padding:76px 0}
  .bg-mint{background:var(--mint)}
  .head{text-align:center;max-width:820px;margin:0 auto 44px}
  .head h2{font-size:34px;font-weight:800;letter-spacing:-.6px;margin:10px 0 12px}
  .head p{font-size:15.5px}
  .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 4px 18px rgba(11,74,74,.06)}

  /* Licensing */
  .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
  .lic{padding:28px 26px 30px}
  .lic img{width:64px;height:64px;margin-bottom:20px}
  .lic h3{font-size:19px;font-weight:800;margin-bottom:8px}
  .lic .tag{display:block;font-size:11px;font-weight:800;letter-spacing:1px;color:var(--teal);text-transform:uppercase;margin-bottom:12px}
  .lic p{font-size:14px}
  .lic p b{color:var(--ink)}
  .note{text-align:center;font-size:13.5px;margin-top:28px}

  /* What we do */
  .steps{display:grid;grid-template-columns:repeat(4,1fr) 330px;gap:26px;align-items:start}
  .step{text-align:center;position:relative;padding:0 6px}
  .step img{width:84px;height:84px;margin:0 auto 14px}
  .step h3{font-size:19px;font-weight:800;margin-bottom:8px}
  .step p{font-size:14px}
  .step:not(:nth-child(4))::after{content:"";position:absolute;right:-22px;top:34px;width:16px;height:16px;border-top:2px solid #C6D9D5;border-right:2px solid #C6D9D5;transform:rotate(45deg)}
  .callout{padding:26px;text-align:center;border-radius:var(--radius);background:#FFF6EE;border:1px solid #FBD9BD}
  .callout img{width:52px;height:52px;margin:0 auto 12px}
  .callout h3{font-size:17px;font-weight:800;margin-bottom:16px}

  /* Products */
  .prod{padding:22px;display:flex;flex-direction:column}
  .prod .pic{height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
  .prod .pic img{max-height:170px;width:auto;mix-blend-mode:multiply}
  .prod h3{font-size:18px;font-weight:800;margin-bottom:8px}
  .prod p{font-size:13.5px;flex:1;margin-bottom:18px}
  .prod .btn{align-self:stretch;justify-content:center;text-align:center;border-radius:14px;min-height:46px}
  .not-listed{margin-top:24px;display:flex;align-items:center;gap:22px;padding:22px 28px;background:var(--teal-deep);border-radius:var(--radius);color:#D7ECE8}
  .not-listed img{width:56px;height:56px}
  .not-listed h3{color:#fff;font-size:20px;margin-bottom:4px}
  .not-listed div{flex:1}

  /* Why */
  .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .why{padding:24px;display:flex;gap:18px;align-items:flex-start}
  .why img{width:66px;height:66px;flex:none}
  .why h3{font-size:17.5px;font-weight:800;margin-bottom:6px}
  .why p{font-size:14px}

  /* Markets */
  .markets{display:grid;grid-template-columns:1.25fr 1fr;gap:56px;align-items:center}
  .markets .map{border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#F4FBFA}
  .markets h2{font-size:32px;font-weight:800;letter-spacing:-.5px;margin:10px 0 12px}
  .region{display:flex;gap:16px;align-items:flex-start;margin-top:22px}
  .region img{width:52px;height:52px;flex:none}
  .region h3{font-size:17px;font-weight:800;margin-bottom:3px}
  .region p{font-size:14px}

  /* Process */
  .proc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
  .proc{padding:24px 20px 26px}
  .proc .num{width:44px;height:44px;border-radius:50%;background:var(--mint-2);color:var(--teal);font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:16px}
  .proc h3{font-size:16.5px;font-weight:800;margin-bottom:8px}
  .proc p{font-size:13.5px}
  .proc-cta{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:20px;padding:20px}
  .proc-cta img{width:48px;height:48px}
  .proc-cta h3{font-size:18px}

  /* Inquiry */
  .inq{display:grid;grid-template-columns:.9fr 1.3fr;gap:48px;align-items:start}
  .inq h2{font-size:36px;font-weight:800;letter-spacing:-.6px;margin:8px 0 14px}
  .inq .lead{font-size:15.5px;margin-bottom:26px}
  .contact-row{display:flex;align-items:center;gap:14px;margin-bottom:16px;font-weight:700;color:var(--ink);font-size:16px}
  .contact-row img{width:44px;height:44px}
  .form{padding:30px}
  .form h3{font-size:21px;font-weight:800;margin-bottom:4px}
  .form .sub{font-size:13.5px;margin-bottom:20px}
  .fields{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}
  .field label{display:block;font-size:12px;font-weight:700;color:var(--ink);margin-bottom:5px}
  .field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:13.5px;padding:10px 12px;border:1px solid #C9DDD9;border-radius:9px;background:#fff;color:var(--ink)}
  .field textarea{min-height:82px;resize:vertical}
  .field.full{grid-column:1/-1}
  .form-foot{display:flex;align-items:center;justify-content:space-between;margin-top:20px;gap:16px}
  .form-foot small{font-size:12.5px}

  /* Footer */
  footer{background:var(--teal-deep);color:#B9D5D1}
  .foot{display:flex;align-items:center;justify-content:space-between;height:104px;gap:24px}
  .foot .logo b{color:#fff}
  .foot .logo small{color:#9DC3BE}
  .foot ul{display:flex;gap:28px;list-style:none;font-weight:600;font-size:14px;color:#fff}
  .foot ul a:hover{color:#FFB98A}
  .socials{display:flex;gap:10px}
  .socials img{width:38px;height:38px}
  .legal{border-top:1px solid rgba(255,255,255,.14);padding:18px 0;font-size:12.5px;display:flex;justify-content:space-between;gap:20px}

  @media (max-width:1000px){
    .grid-4,.grid-3,.proc-grid{grid-template-columns:1fr 1fr}
    .steps,.markets,.inq{grid-template-columns:1fr}
    .nav ul{display:none}
    .hero h1{font-size:40px}
    .hero::after{background:rgba(255,255,255,.82)}
  }
