/***********************/

.careerfy-subheader.careerfy-subheader-with-bg, .careerfy-breadcrumb{
    display:none !important;
}
/***********************/

.value-card img.wp-smiley, .value-card img.emoji, .team-note-flag img.wp-smiley ,.team-note-flag img.emoji{
    height: 2em !important;
    width: 2em !important;
 
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
:root {
    --ink: #0C1B2E; --ink-mid: #1C3050; --slate: #445569;
    --muted: #7A8FA6; --light: #B8C8D8; --border: #E4EBF0;
    --bg: #F7F9FB; --white: #FFFFFF;
    --green: #00B574; --green-dim: #009960; --green-pale: #E8F8F2;
    --gold: #C9A84C;
    --shadow-sm: 0 4px 16px rgba(12,27,46,.07);
    --shadow-md: 0 12px 40px rgba(12,27,46,.09);
    --shadow-lg: 0 24px 64px rgba(12,27,46,.11);
    --r-sm: 8px; --r-md: 14px; --r-lg: 22px; --r-xl: 30px;
}
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--ink); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
@media(max-width:700px){ .container { padding: 0 20px; } }

/* HEADER */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 32px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-box { width: 34px; height: 34px; border-radius: 9px; background: var(--ink); display: flex; align-items: center; justify-content: center; }
.logo-txt { font-weight: 800; font-size: 1.9rem; color: var(--ink); line-height: 1.1; }
.logo-txt span { color: var(--green); }
nav { display: flex; align-items: center; gap: 4px; }
nav a { padding: 7px 13px; border-radius: 7px; font-size: 1.82rem; font-weight: 600; color: var(--slate); text-decoration: none; transition: all .2s; position: relative; }
nav a:hover { background: var(--bg); color: var(--ink); }
nav a.active { color: var(--green); }
.nav-btns { display: flex; gap: 9px; }
.n-ghost { padding: 8px 18px; border-radius: 8px; border: 1.5px solid var(--border); background: transparent; font-family: inherit; font-size: 1.82rem; font-weight: 600; color: var(--slate); cursor: pointer; transition: all .2s; }
.n-ghost:hover { border-color: var(--green); color: var(--green); }
.n-solid { padding: 8px 18px; border-radius: 8px; background: var(--ink); color: #fff; border: none; font-family: inherit; font-size: 1.82rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.n-solid:hover { background: var(--green); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: transparent; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.98); z-index: 199; flex-direction: column; padding: 32px 28px 48px; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); overflow-y: auto; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-links { list-style: none; margin-bottom: 36px; }
.mobile-nav-links li { border-bottom: 1px solid var(--border); }
.mobile-nav-links a { display: flex; align-items: center; justify-content: space-between; padding: 18px 4px; font-size: 2.1rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.mobile-nav-links a::after { content: '→'; color: var(--light); }
.mobile-nav-actions { display: flex; flex-direction: column; gap: 12px; }
.mobile-nav-actions button { width: 100%; padding: 15px; border-radius: var(--r-md); font-family: inherit; font-size: 1.5rem; font-weight: 700; cursor: pointer; }
@media(max-width:768px){ .hamburger { display: flex; } .mobile-nav { display: flex; } nav { display: none; } .nav-btns { display: none; } }

/* HERO */
.page-hero { background: var(--ink); padding: 120px 0 72px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 48px 48px; }
.hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,116,.12) 0%, transparent 65%); right: -100px; top: -100px; }
.page-hero-inner { position: relative; z-index: 1; max-width: 700px; }
.ol { display: inline-flex; align-items: center; gap: 9px; font-size: 1.7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.ol::before { content:''; width:22px; height:1.5px; background:var(--green); display:block; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 4.5rem); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 16px; letter-spacing: -.02em; }
.page-hero h1 em { font-style: italic; color: var(--green); }
.page-hero p { color: #4A6680; font-size: 1.5rem; line-height: 1.78; }

/* MISSION */
.mission-sec { padding: 80px 0; background: var(--white); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.mission-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 3.5rem); font-weight: 700; color: var(--ink); line-height: 1.12; margin-bottom: 16px; }
.mission-text h2 em { font-style: italic; color: var(--green); }
.mission-text p { color: var(--muted); font-size: 1.5rem; line-height: 1.82; margin-bottom: 18px; }
.mission-quote { background: var(--ink); border-radius: var(--r-xl); padding: 36px; position: relative; overflow: hidden; }
.mission-quote::before { content: '"'; position: absolute; top: -10px; left: 20px; font-family: 'Cormorant Garamond', serif; font-size: 16rem; color: rgba(0,181,116,.15); line-height: 1; }
.mission-quote-text { font-family: 'Cormorant Garamond', serif; font-size: 2.25rem; font-style: italic; color: #CBD9E8; line-height: 1.65; margin-bottom: 20px; position: relative; z-index: 1; }
.mission-quote-author { font-size: 1.78rem; color: #3A5568; font-weight: 600; position: relative; z-index: 1; }
.mission-quote-author span { color: var(--green); }
@media(max-width:900px){ .mission-grid { grid-template-columns: 1fr; gap: 44px; } }

/* STATS */
.stats-sec { background: var(--green); padding: 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 32px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.stat-item:last-child { border-right: none; }
.stat-n { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 700; color: #fff; line-height: 1; }
.stat-l { font-size: 1.75rem; color: rgba(255,255,255,.7); margin-top: 4px; font-weight: 600; letter-spacing: .04em; }
@media(max-width:700px){ .stats-inner { grid-template-columns: 1fr 1fr; } .stat-item { border-bottom: 1px solid rgba(255,255,255,.15); } }

/* STORY */
.story-sec { padding: 80px 0; background: var(--bg); }
.story-inner { max-width: 760px; margin: 0 auto; }
.story-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 3.6rem); font-weight: 700; color: var(--ink); line-height: 1.12; margin-bottom: 24px; }
.story-inner h2 em { font-style: italic; color: var(--green); }
.story-inner p { color: var(--slate); font-size: 1.5rem; line-height: 1.85; margin-bottom: 20px; }
.story-inner p strong { color: var(--ink); }
.story-highlight { background: var(--white); border-left: 4px solid var(--green); border-radius: 0 var(--r-md) var(--r-md) 0; padding: 20px 24px; margin: 28px 0; }
.story-highlight p { color: var(--ink); font-weight: 600; font-size: 1.5rem; margin: 0; }

/* VALUES */
.values-sec { padding: 80px 0; background: var(--white); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 32px 24px; text-align: center; transition: all .25s; }
.value-card:hover { border-color: transparent; transform: translateY(-4px); box-shadow: var(--shadow-md); background: var(--white); }
.value-ico { font-size: 2.2rem; margin-bottom: 16px; }
.value-title { font-family: 'Cormorant Garamond', serif; font-size: 2.3rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.value-desc { font-size: 1.84rem; color: var(--muted); line-height: 1.7; }
@media(max-width:700px){ .values-grid { grid-template-columns: 1fr; } }

/* WHAT WE DO */
.what-sec { padding: 80px 0; background: var(--bg); }
.what-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.what-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 28px; transition: all .25s; position: relative; overflow: hidden; }
.what-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.what-card:hover { border-color: transparent; transform: translateY(-4px); box-shadow: var(--shadow-md); }
.what-card:hover::after { transform: scaleX(1); }
.what-num { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 14px; }
.what-title { font-weight: 700; font-size: 1.5rem; color: var(--ink); margin-bottom: 10px; }
.what-desc { font-size: 1.83rem; color: var(--muted); line-height: 1.7; }
@media(max-width:700px){ .what-grid { grid-template-columns: 1fr; } }

/* TEAM */
.team-sec { padding: 80px 0; background: var(--white); }
.team-note { background: var(--ink); border-radius: var(--r-xl); padding: 48px; text-align: center; position: relative; overflow: hidden; max-width: 720px; margin: 0 auto; }
.team-note::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(0,181,116,.12) 0%, transparent 60%); }
.team-note-inner { position: relative; z-index: 1; }
.team-note h2 { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: #fff; margin-bottom: 14px; }
.team-note h2 em { font-style: italic; color: var(--green); }
.team-note p { color: #4A6680; font-size: 1.92rem; line-height: 1.78; margin-bottom: 24px; }
.team-note-flag { font-size: 2rem; margin-bottom: 12px; }

/* CTA */
.cta-band { background: var(--green); padding: 72px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 24px 24px; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.cta-inner p { color: rgba(255,255,255,.75); font-size: 1.5rem; margin-bottom: 36px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--green); border: none; border-radius: var(--r-sm); padding: 14px 32px; font-family: inherit; font-size: 1.5rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); border-radius: var(--r-sm); padding: 14px 32px; font-family: inherit; font-size: 1.5rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.btn-outline-white:hover { border-color: #fff; }

/* FOOTER */
footer { background: var(--ink); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { color: #3A5568; font-size: 1.82rem; line-height: 1.7; margin: 14px 0 20px; }
.footer-socials { display: flex; gap: 9px; }
.soc { width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; cursor: pointer; transition: all .2s; text-decoration: none; color: #4A6680; font-weight: 700; }
.soc:hover { background: var(--green); border-color: var(--green); color: #fff; }
.footer-col h4 { font-size: 1.75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 1.82rem; color: #3A5568; text-decoration: none; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 1.75rem; color: #2A3F56; }
.footer-bottom span { color: var(--green); }
.wa-btn { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; border-radius: 100px; padding: 14px 22px 14px 16px; text-decoration: none; font-weight: 700; font-size: 1.85rem; box-shadow: 0 8px 32px rgba(37,211,102,.4); transition: all .25s; }
.wa-btn:hover { transform: translateY(-3px); }
.wa-ico { width: 32px; height: 32px; }
.wa-sub { font-size: 1.7rem; font-weight: 400; opacity: .85; display: block; margin-top: 1px; }
.btt { position: fixed; bottom: 28px; left: 28px; z-index: 998; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(12,27,46,.25); opacity: 0; transform: translateY(12px); transition: all .3s; pointer-events: none; }
.btt.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.btt:hover { background: var(--green); }
@media(max-width:900px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:580px){ .footer-grid { grid-template-columns: 1fr; } .wa-btn { padding: 13px; border-radius: 50%; } .wa-btn span:not(.wa-ico) { display: none; } }
