/*
Theme Name: Oasis Communications
Theme URI: https://oasiscommunications.com
Author: I.A.SHAH
Description: Modern telemarketing & sales website — white header, light body, gold accents.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: oasis
*/

/* ============================================
   CSS CUSTOM PROPERTIES
   ============================================ */
/* ============================================
   MISSING VARIABLES FIX
   ============================================ */

/* ============================================
   REQUIRED THEME VARIABLES
   ============================================ */

:root {

  /* Fonts */
  --font-body: 'Inter', Arial, sans-serif;
  --font-display: 'Inter', Arial, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Typography */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 999px;

  /* Shadows */
  --shadow-xs: 0 2px 8px rgba(15,23,42,.05);

  --shadow-sm:
    0 8px 20px rgba(15,23,42,.06);

  --shadow-md:
    0 12px 30px rgba(15,23,42,.10);

  --shadow-lg:
    0 20px 50px rgba(15,23,42,.15);

  --shadow-xl:
    0 30px 80px rgba(15,23,42,.18);

  --shadow-gold:
    0 12px 30px rgba(212,175,55,.25);

  --shadow-glow:
    0 0 60px rgba(212,175,55,.25);

  /* Animation */
  --transition-fast: .25s ease;
  --transition-base: .35s ease;
}

/* ============================================
   GLOBAL TEXT FIX
   ============================================ */

body{
    color:#1E293B;
    background:#fff;
    font-family:var(--font-body);
}

p,
li,
span{
    color:#64748B;
}

h1,
h2,
h3,
h4,
h5,
h6{
    background: linear-gradient(
        90deg,
        #0A3D91 0%,
        #1565C0 35%,
        #1E88E5 60%,
        #18B6C9 80%,
        #20C7B7 100%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
}

/* Light Sections */

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6{
    color:#0F172A !important;
}

.section p,
.section li,
.section span{
    color:#64748B !important;
}

/* Dark Sections */

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.page-hero h1,
.page-hero h2,
.page-hero h3,
.about-hero h1,
.about-hero h2,
.about-hero h3,
.cta-section h1,
.cta-section h2,
.cta-section h3,
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6{
    color:#ffffff !important;
}

 .hero p,
.page-hero p,
.about-hero p,
.cta-section p,
.section--dark p,
.section--dark li{
    color:#64748B;
} 

/* Cards */


.team-card,
.blog-card,
.portfolio-card,
.testimonial-card,
.contact-form-wrapper,
.contact-info-card{
    background:#fff;
}

.service-card h3,
.team-name,
.blog-title,
.portfolio-title,
.contact-info h3,
.contact-info-card h4,
.section-title{
    color:#0F172A !important;
}

.service-desc,
.team-bio,
.blog-excerpt,
.portfolio-desc,
.contact-info-card p,
.testimonial-quote{
    color:#64748B !important;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--color-body);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--color-secondary); text-decoration: none; transition: color var(--transition-fast); }
a:hover { color: var(--color-accent); }

ul, ol { list-style: none; }

/* ============================================
   TYPOGRAPHY  (light-mode defaults)
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
  color: var(--color-primary);   /* dark on light bg */
}

/* On dark sections headings turn white */
 .section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6,
.hero h1,
.hero h2,
.hero h3,
.page-hero h1,
.page-hero h2,
.about-hero h1,
.about-hero h2,
.cta-section h2,
.cta-section h3 { color: var(--color-white); } 
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: var(--color-primary);
}

.section p,
.section li,
.section span {
  color: #64748B;
}
h1 { font-size: clamp(2.4rem, 5.5vw, var(--text-7xl)); }
h2 { font-size: clamp(1.9rem, 3.8vw, var(--text-5xl)); }
h3 { font-size: clamp(1.4rem, 2.8vw, var(--text-3xl)); }
h4 { font-size: var(--text-2xl); }
h5 { font-size: var(--text-xl); }
h6 { font-size: var(--text-lg); }

p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: var(--space-4);
}

/* Gold gradient text */
.text-gradient {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



/* ============================================
   LAYOUT
   ============================================ */
.container        { max-width: 1400px; margin: 0 auto; padding: 0 var(--space-6); }
.container--narrow{ max-width: 880px;  margin: 0 auto; padding: 0 var(--space-6); }

.section {
  padding: var(--space-24) 0;
  position: relative;
  background: #ffffff;
}

/* Background variants */
.section--dark    { background: var(--color-primary); }
.section--surface { background: var(--color-surface); }
.section--white   { background: var(--color-white); }

/* Grids */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-8); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--space-8); }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-6); }

.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.text-center  { text-align: center; }

/* ============================================
   NAVIGATION  (WHITE HEADER)
   ============================================ */

.header-container,
.header-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


/* ==========================================
   HEADER
   ========================================== */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    z-index:9999;
    transition:all .3s ease;
}

.site-header.scrolled{
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.admin-bar .site-header{
    top:32px;
}

.site-header .container{
    max-width:1400px;
    margin:0 auto;
    padding:0 30px;
    height:100px;
}

/* ==========================================
   NAV LAYOUT
   ========================================== */

.nav-container{
    display:grid;
    grid-template-columns:320px 1fr 320px;
    align-items:center;
    width:100%;
    height:100%;
}

/* ==========================================
   LOGO
   ========================================== */

.site-logo{
    display:flex;
    align-items:center;
    justify-self:start;
    text-decoration:none;
}

.site-logo img,
.custom-logo{
    max-height:100px;
    width:auto;
    display:block;
}
.site-logo img.custom-logo, .custom-logo-link img, img.custom-logo{
  object-fit: cover;
}
.logo-mark{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        90deg,
        #0A3D91 0%,
        #1565C0 35%,
        #1E88E5 60%,
        #18B6C9 80%,
        #20C7B7 100%
    );
    color:#fff;
    font-weight:700;
}

.logo-text{
    font-size:1.3rem;
    font-weight:800;
    color:#111;
}

.logo-text span{
    color:#01b1ab;
}

/* ==========================================
   MAIN NAVIGATION
   ========================================== */

.main-nav{
   width: 100%;
    justify-content: center;
}

.main-nav ul{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;
    margin:0;
    padding:0;
    list-style:none;
}

.main-nav li{
    margin:0;
}

.main-nav a{
    color:#111827;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    padding:10px 14px;
    border-radius:30px;
    transition:.3s ease;
}

.main-nav a:hover,
.main-nav .current-menu-item > a{
    color:#01b1ab;
    background:rgba(1,177,171,.08);
}

/* ==========================================
   CTA AREA
   ========================================== */

.nav-cta{
    justify-self:end;
    display:flex;
    align-items:center;
    gap:20px;
}

.nav-phone{
    color:#111827;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
}

.nav-phone:hover{
    color:#01b1ab;
}

/* ==========================================
   CONTACT BUTTON
   ========================================== */

.nav-cta .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 28px;
    border-radius:50px;
    background:#01b1ab;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.nav-cta .btn:hover{
    transform:translateY(-2px);
    background:#018f8a;
}

/* ==========================================
   MOBILE TOGGLE
   ========================================== */

.nav-toggle {
    display: none;          /* hidden on desktop */
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1002;
}

.nav-toggle span{
    width:24px;
    height:2px;
    background:#111;
    transition:.3s ease;
}

/* ==========================================
   MOBILE
   ========================================== */


.site-header.scrolled {
  padding: 10px 0;
  box-shadow: 0 4px 24px rgba(15,23,42,.10);
}

/* Admin bar offset */
.admin-bar .site-header { top: 32px; }

.nav-container{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: flex-start;
    width:100%;
}

/* ── Logo ── */
.site-logo{
    justify-self:start;
    display:flex;
    align-items:center;
}
.site-logo img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
}

.logo-mark {
  width: 42px; height: 42px;
  background: var(--gradient-accent);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.2rem;
  color: var(--color-primary);
}
.logo-text {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-primary);   /* dark text on white header */
  letter-spacing: -.04em;
  line-height: 1;
}
.logo-text span { color: var(--color-accent); }

/* ── Primary Nav ── */
.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
   justify-self:center;
}

.main-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav li  { display: inline-block; }
.main-nav ul{
    display:flex;
    align-items:center;
    gap:40px;
    margin:0;
    padding:0;
    list-style:none;
}
.main-nav a {
  color: var(--color-text);       /* dark on white header */
  font-size: .9rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  display: block;
}
.main-nav a:hover {
  color: var(--color-secondary);
  background: rgba(37,99,235,.06);
}
.main-nav .current-menu-item > a,
.main-nav a.active {
  color: var(--color-secondary);
  background: rgba(37,99,235,.08);
}

/* ── Nav CTA ── */
.nav-cta{
    justify-self:end;
    display:flex;
    align-items:center;
    gap:20px;
}
.nav-phone {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-secondary);  /* dark on white */
  text-decoration: none;
  white-space: nowrap;
}
.nav-phone:hover { color: var(--color-accent); }



/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 13px 30px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  border: none;
  transition: all var(--transition-base);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* Gold primary */
.btn--primary {
  background: var(--gradient-accent);
  color: var(--color-primary);
  box-shadow: var(--shadow-gold);
}
.btn--primary:hover {
transform: translateY(-2px);
    box-shadow: rgba(197, 178, 127, 0.45) 0px 12px 32px;
    color: rgb(17, 17, 17) !important;
    background: #fff;
    border:2px solid #fff;
}
.button-primary {
  background: var(--gradient-accent);
  color: #fff;
  box-shadow: var(--shadow-gold);
  padding: 10px 20px;
  border-radius: 10px;
}
.button-primary:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(197,178,127,.45);
  color: #111111 !important;
}
/* Blue outline */
.btn--outline {
  background: #01b1ab;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}
.btn--outline:hover {
transform: translateY(-2px);
    box-shadow: rgba(197, 178, 127, 0.45) 0px 12px 32px;
    color: rgb(17, 17, 17) !important;
    background: var(--gradient-accent-hover);
    border:2px solid #fff;

}

/* Gold outline */
.btn--outline-gold {
  background: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}
.btn--outline-gold:hover {
  background: var(--gradient-accent);
  color: var(--color-primary);
  transform: translateY(-2px);
}

/* Ghost (for dark sections) */
.btn--ghost {
  background: rgba(255,255,255,.08);
  color: var(--color-white);
  border: 1.5px solid rgba(255,255,255,.20);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover {
transform: translateY(-2px);
    box-shadow: rgba(197, 178, 127, 0.45) 0px 12px 32px;
    color: rgb(17, 17, 17) !important;
    background: #fff !important;
    border:1px solid #fff;
}

.btn--lg { padding: 16px 40px; font-size: 1rem; }

.btn-group { display: flex; align-items: center; gap: var(--space-4); flex-wrap: wrap; }

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-16);
}
.section-title   { font-size: clamp(1.75rem,3.2vw,var(--text-5xl)); margin-bottom: var(--space-4);color: var(--color-primary); }
.section-subtitle{ font-size: var(--text-lg); color: var(--color-primary); line-height: 1.75; margin: 0; }

/* On dark sections */
.section--dark .section-subtitle,
.section--dark p { color: rgba(255,255,255,.65); }

/* ============================================
   HERO  (stays dark — that's intentional)
   ============================================ */
.hero{
    
    padding:140px 0 80px;
    background:var(--gradient-hero);
    overflow:hidden;
}

.hero-content{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
}

.hero-text{
    max-width:650px;
}

.hero-title{
    font-size:clamp(3rem,5vw,5rem);
    line-height:1.05;
    color:#fff;
    margin-bottom:24px;
}

.hero-subtitle{
    font-size:1.125rem;
    color:#64748B !important  ;
    margin-bottom:40px;
    max-width:560px;
}

.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:40px;
}

.hero-stats{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}

.hero-visual{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

/* Mobile */
@media (max-width:1024px){

    .hero-content{
        grid-template-columns:1fr;
        text-align:center;
        gap:50px;
    }

    .hero-text{
        margin:auto;
    }

    .hero-subtitle{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-actions{
        justify-content:center;
    }

    .hero-stats{
        justify-content:center;
    }

    .hero-visual{
        max-width:600px;
        margin:auto;
    }

    .floating-card-1,
    .floating-card-2{
        display:none;
    }
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(197,178,127,.12);
  border: 1px solid rgba(197,178,127,.35);
  border-radius: var(--radius-full);
  padding: 7px 16px;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--color-accent-3);
  font-family: var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: var(--space-6);
  animation: fadeInUp .6s ease forwards;
}
.badge-dot {
  width: 6px; height: 6px;
  background: var(--color-accent);
  border-radius: 50%;
  animation: pulseDot 2s ease infinite;
}
@keyframes pulseDot {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.4; transform:scale(.75); }
}

/* Hero title */
.hero-title {
  font-size: clamp(2.6rem,5.5vw,4.8rem);
  line-height: 1.06;
  margin-bottom: var(--space-6);
  color: var(--color-white);
  animation: fadeInUp .6s ease .1s forwards;
  opacity: 0;
}
.hero-title .line { display: block; }
.hero-title .highlight { position: relative; display: inline-block; }
.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-accent);
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineExpand .9s ease .85s forwards;
}
@keyframes underlineExpand { to { transform: scaleX(1); } }

.hero-subtitle {
  font-size: var(--text-lg);
  color: rgba(255,255,255,.65);
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: var(--space-10);
  animation: fadeInUp .6s ease .2s forwards;
  opacity: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-12);
  animation: fadeInUp .6s ease .3s forwards;
  opacity: 0;
  flex-wrap: wrap;
}

/* Play button */
.hero-play {
  display: flex; align-items: center; gap: var(--space-3);
  color: rgba(255,255,255,.65);
  font-size: var(--text-sm); font-weight: 500;
  cursor: pointer;
  transition: color var(--transition-fast);
  text-decoration: none;
}
.hero-play:hover { color: var(--color-white); }

.play-icon {
  width: 48px; height: 48px;
  background: rgb(0, 0, 0);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition-base);
  position: relative; overflow: hidden; flex-shrink: 0;
}
.play-icon::before {
  content: ''; position: absolute; inset: 0;
  background: var(--gradient-accent);
  opacity: 0; transition: opacity var(--transition-base);
}
.hero-play:hover .play-icon { transform: scale(1.1); border-color: var(--color-accent); }
.hero-play:hover .play-icon::before { opacity: .25; }
.play-triangle {
  width: 0; height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
  position: relative; z-index: 1;
}

/* Hero stats */
.hero-stats {
  display: flex; gap: var(--space-8);
  animation: fadeInUp .6s ease .4s forwards; opacity: 0;
  flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; gap: 2px; }
.stat-number {
  font-family: var(--font-display);
  font-size: var(--text-3xl); font-weight: 800;
  background: #111111;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.stat-label {
  font-size: var(--text-xs);
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@keyframes fadeInUp   { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInRight{ from { opacity:0; transform:translateX(30px); } to { opacity:1; transform:translateX(0); } }

/* ── Hero Visual / Dashboard Mockup ── */
.hero-visual {
  position: relative;
  animation: fadeInRight .8s ease .3s forwards;
  opacity: 0;
}

.dashboard-mockup {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl), 0 0 60px rgba(197,178,127,.10);
  backdrop-filter: blur(12px);
}

.mockup-header {
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: var(--space-4) var(--space-6);
  display: flex; align-items: center; gap: var(--space-3);
}
.mockup-dots { display: flex; gap: 6px; }
.mockup-dot  { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot:nth-child(1) { background: #FF5F57; }
.mockup-dot:nth-child(2) { background: #FFBD2E; }
.mockup-dot:nth-child(3) { background: #28CA42; }
.mockup-title {
  font-size: var(--text-xs); color: rgba(255,255,255,.4);
  font-family: var(--font-mono);
  margin: 0 auto;
}
.mockup-body { padding: var(--space-6); }

.mockup-metrics {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: var(--space-4); margin-bottom: var(--space-5);
}
.metric-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md);
  padding: var(--space-4);
}
.metric-label {
  font-size: var(--text-xs); color: rgba(255,255,255,.45);
  margin-bottom: 4px; font-family: var(--font-mono);
}
.metric-value {
  font-family: var(--font-display);
  font-size: var(--text-2xl); font-weight: 700;
  background: var(--gradient-accent);
 
  background-clip: text;
}
.metric-change { font-size: var(--text-xs); color: #4ADE80; font-weight: 600; }

.mockup-chart {
  height: 110px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-md);
  overflow: hidden; margin-bottom: var(--space-4);
}
.chart-bars {
  display: flex; align-items: flex-end;
  gap: 4px; height: 100%; padding: var(--space-3);
}
.chart-bar {
  flex: 1; border-radius: 3px 3px 0 0;
  background: rgba(197,178,127,.25);
  animation: barGrow .9s ease forwards;
}
.chart-bar:nth-child(5),
.chart-bar:nth-child(7) { background: var(--gradient-accent); }
@keyframes barGrow { from { transform: scaleY(0); transform-origin: bottom; } to { transform: scaleY(1); } }

.mockup-calls { display: flex; flex-direction: column; gap: var(--space-2); }
.call-item {
  display: flex; align-items: center; gap: var(--space-3);
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
}
.call-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--gradient-accent);
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  font-size: var(--text-xs); font-weight: 700; color: var(--color-primary);
}
.call-info { flex: 1; }
.call-name  { font-size: var(--text-sm); font-weight: 600; color: #fff; line-height:1; margin-bottom: 2px; }
.call-detail{ font-size: var(--text-xs); color: rgba(255,255,255,.45); }
.call-status{
  font-size: var(--text-xs); font-family: var(--font-mono);
  font-weight: 600; padding: 3px 8px; border-radius: var(--radius-full);
}
.call-status.connected { background: rgba(74,222,128,.15); color: #4ADE80; }
.call-status.pending   { background: rgba(251,191,36,.15);  color: #FBC224; }

/* Floating notification cards */
.hero-floating-cards { position: absolute; pointer-events: none; }
.floating-card {
  position: absolute;
  background: rgba(15,23,42,.92);
  border: 1px solid rgba(197,178,127,.25);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  backdrop-filter: blur(12px);
  display: flex; align-items: center; gap: var(--space-3);
  box-shadow: var(--shadow-md);
  animation: floatCard 4s ease-in-out infinite;
  white-space: nowrap;
}
.floating-card-1 { bottom: 16px; left: -90px; animation-delay: 0s; }
.floating-card-2 { top: 20px;  right: -20px; animation-delay: 2s; }
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.floating-icon {
  width: 38px; height: 38px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.floating-icon img { width: 22px; height: 22px; object-fit: contain; }
.floating-text-label { font-size: var(--text-xs); color: rgba(255,255,255,.5); line-height:1.3; }
.floating-text-value { font-size: var(--text-sm); font-weight: 700; color: #fff; }

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: var(--space-8); left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: var(--space-2);
  animation: fadeInUp .6s ease 1.1s forwards; opacity: 0;
}
.scroll-mouse {
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,.20);
  border-radius: 11px;
  display: flex; justify-content: center;
}
.scroll-wheel {
  width: 3px; height: 8px;
  background: var(--color-accent);
  border-radius: 2px; margin-top: 5px;
  animation: scrollWheel 2s ease infinite;
}
@keyframes scrollWheel {
  0%   { opacity:1; transform:translateY(0); }
  100% { opacity:0; transform:translateY(8px); }
}
.scroll-text {
  font-size: var(--text-xs); color: rgba(255,255,255,.30);
  font-family: var(--font-mono); letter-spacing: .1em;
}

/* ============================================
   TICKER / MARQUEE  (light strip)
   ============================================ */
.ticker-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-4) 0;
  overflow: hidden;
}
.ticker-wrapper {
  display: flex; gap: 0;
  animation: ticker 32s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: var(--space-4);
  padding: 0 var(--space-8);
  font-family: var(--font-mono); font-size: var(--text-sm);
  color: var(--color-text-muted); font-weight: 500;
  white-space: nowrap; flex-shrink: 0;
}
.ticker-item strong { color: var(--color-accent); }
.ticker-sep { color: var(--color-border); font-size: var(--text-lg); }
@keyframes ticker { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }

/* ============================================
   SERVICES GRID  (light section)
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--space-6);
}

.service-card{
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    position: relative;
    overflow: hidden;

    transition:
        transform 0.45s cubic-bezier(.22,1,.36,1),
        box-shadow 0.45s cubic-bezier(.22,1,.36,1),
        border-color 0.45s ease,
        background 0.45s ease;

    box-shadow: var(--shadow-xs);

    will-change: transform;
}

.service-card::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:3px;
    background: var(--gradient-accent);

    transform: scaleX(0);
    transform-origin:left;

    transition: transform 0.5s cubic-bezier(.22,1,.36,1);
}

.service-card:hover{
      background: linear-gradient(
        90deg,
        #0A3D91 0%,
        #1565C0 35%,
        #1E88E5 60%,
        #18B6C9 80%,
        #20C7B7 100%
    );
    border-color: var(--color-border-gold);
    box-shadow: var(--shadow-lg);
     transform: translateY(-8px) scale(1.02);
}

.service-card:hover::after{
    transform: scaleX(1);
}
.service-card:hover p{
  color:#F1F5F9 !important;
}
.service-card h3,
.service-title {
  font-size: var(--text-xl); font-weight: 700;
  margin-bottom: var(--space-3);
  color: var(--color-primary);   /* dark on light card */
}

/* .service-icon {
  width: 72px; height: 72px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(197,178,127,.12), rgba(37,99,235,.06));
  border: 1px solid rgba(197,178,127,.20);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--space-6);
  font-size: 2rem;
  transition: all var(--transition-base);
} */
.service-icon img { width: 36px; height: 36px; object-fit: contain; }
.service-card:hover .service-icon {
  background: #fff;
  transform: scale(1.05);
}

.service-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7; margin-bottom: var(--space-6);
}
.service-features { display: flex; flex-direction: column; gap: var(--space-2); }
.service-feature  { display: flex; align-items: center; gap: var(--space-2); font-size: var(--text-sm); color: var(--color-text-muted); }
.feature-check {
  color: var(--color-accent); font-size: 10px;
  width: 16px; height: 16px; border-radius: 50%;
  border: 1px solid var(--color-border-gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; background: rgba(197,178,127,.08);
}

/* ── Services Detail List (Services page) ── */
.services-list { display: flex; flex-direction: column; gap: 28px; margin-top: 56px; }

.service-row {
  position: relative;
  display: flex; align-items: center; gap: 28px;
  padding: 36px 40px;
  border-radius: var(--radius-xl);
  background: var(--color-card);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: all .35s ease;
  overflow: hidden;
}
.service-row::before {
  content: '';
  position: absolute; inset: 0;
 background: radial-gradient(circle at top right, rgb(52 160 228 / 0%), #18b7c91a 55%);
  opacity: 0; transition: .35s ease;
}
.service-row::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--gradient-accent);
  transform: scaleX(0); transform-origin: left; transition: .35s ease;
}
.service-row:hover {
  transform: translateY(-6px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-md);
}
.service-row:hover::before { opacity: 1; }
.service-row:hover::after  { transform: scaleX(1); }

.service-number {
  font-size: 3.5rem; font-weight: 800; min-width: 80px;
  line-height: 1;
  color:#111111;
  
}
.service-content h3 { margin-bottom: 10px; font-size: 1.6rem; color: var(--color-primary); }
.service-content p  { margin: 0; color: var(--color-text-muted); line-height: 1.8; }

/* ============================================
   PROCESS STEPS  (surface section)
   ============================================ */
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: var(--space-6); position: relative;
}
.process-steps::before {
  content: '';
  position: absolute; top: 32px;
  left: calc(12.5% + 32px); right: calc(12.5% + 32px);
  height: 1px;
  background: linear-gradient(90deg, var(--color-accent), rgba(197,178,127,.15));
  z-index: 0;
}
.process-step { text-align: center; position: relative; z-index: 1; }
.step-number {
  width: 64px; height: 64px;
  background: var(--gradient-accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: var(--text-xl); font-weight: 800;
  color: var(--color-primary);
  margin: 0 auto var(--space-6);
  box-shadow: var(--shadow-gold);
}
.step-title { font-size: var(--text-lg); font-weight: 700; margin-bottom: var(--space-3); color: var(--color-primary); }
.step-desc  { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.65; }

/* ============================================
   STATS BAR  (surface)
   ============================================ */
.stats-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-16) 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: var(--space-8); text-align: center;
}
.stats-number {
  font-family: var(--font-display);
  font-size: clamp(2.4rem,5vw,4rem); font-weight: 800;
  background: var(--gradient-accent);
  /* -webkit-background-clip: text; -webkit-text-fill-color: transparent; */
  background-clip: text;
  line-height: 1; margin-bottom: var(--space-2);
}
.stats-label { font-size: var(--text-sm); color: var(--color-text-muted); font-weight: 500; }

/* ============================================
   TESTIMONIALS  (white bg)
   ============================================ */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: var(--space-6);
}
.testimonial-card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  position: relative;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-xs);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-md);
}
.testimonial-stars { display: flex; gap: 3px; margin-bottom: var(--space-4); }
.star { color: #F59E0B; font-size: var(--text-sm); }

.testimonial-quote {
  font-size: var(--text-base); color: var(--color-text);
  line-height: 1.75; margin-bottom: var(--space-6); font-style: italic;
  position: relative;
}
.testimonial-quote::before {
  content: '\201C';
  font-family: var(--font-display); font-size: 4rem;
  color: var(--color-accent); opacity: .25;
  position: absolute; top: -20px; left: -8px; line-height: 1;
}
.testimonial-author { display: flex; align-items: center; gap: var(--space-3); }
.author-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gradient-accent);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: var(--text-lg);
  color: var(--color-primary); flex-shrink: 0;
}
.author-name  { font-weight: 700; color: var(--color-primary); font-size: var(--text-sm); }
.author-title { font-size: var(--text-xs); color: var(--color-text-muted); }

/* ============================================
   CTA SECTION  (dark — deliberate contrast)
   ============================================ */
.cta-section {
  position: relative; overflow: hidden;
  padding: var(--space-24) 0;
  background: linear-gradient(135deg, #0F172A 0%, #1E3A8A 60%, #0B1120 100%);
}
.cta-glow {
  position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(197,178,127,.12) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none;
}
.cta-content { text-align: center; position: relative; z-index: 1; }
.cta-title   { font-size: clamp(1.9rem,4vw,3.5rem); color: var(--color-white); margin-bottom: var(--space-6); }
.cta-subtitle{ font-size: var(--text-lg); color: #fff !important; max-width: 560px; margin: 0 auto var(--space-10); }

/* ============================================
   ABOUT PAGE HERO  (dark)
   ============================================ */
.about-hero {
  padding-top: 175px; padding-bottom: var(--space-24);
  background: #f0f0f0;
  position: relative; overflow: hidden;
}
.about-hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: var(--space-16); border-radius:10px;
  align-items: self-start;
}
.about-image-wrapper { position: relative; }
.about-image {
  border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  width: 100%; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center; font-size: 5rem;
}
.about-image video {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius-xl); display: block;
}
.about-image-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: #fff;
  border-radius: var(--radius-lg); padding: 18px 24px;
  text-align: center; box-shadow: var(--shadow-glow);
}
.badge-number { font-family: var(--font-display); font-size: var(--text-3xl); font-weight: 800; color: var(--color-primary); line-height: 1; }
.badge-text   { font-size: var(--text-xs); color: rgba(15,23,42,.7); font-weight: 600; }

/* Values */
.values-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-6);
}
.value-card {
  display: flex; gap: var(--space-4);
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: var(--space-6);
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-base);
  animation: floatValueCard 5s ease-in-out infinite;
}
.value-card:nth-child(2) { animation-delay: .6s; }
.value-card:nth-child(3) { animation-delay: 1.2s; }
.value-card:nth-child(4) { animation-delay: 1.8s; }
.value-card:hover {
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
  animation-play-state: paused;
}
@keyframes floatValueCard {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
.value-icon {
  width: 54px; height: 54px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(197,178,127,.12), rgba(37,99,235,.06));
  border: 1px solid rgba(197,178,127,.20);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.value-title { font-size: var(--text-lg); font-weight: 700; color: var(--color-primary); margin-bottom: var(--space-2); }
.value-desc  { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.65; margin: 0; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-6); }
.team-card {
  text-align: center;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-6);
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-base);
}
.team-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-md);
}
.team-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--gradient-accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto var(--space-4);
  border: 3px solid rgba(197,178,127,.30);
  overflow: hidden;
}
.team-avatar img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.team-name { font-size: var(--text-lg); font-weight: 700; color: var(--color-primary); margin-bottom: 4px; }
.team-role { font-size: var(--text-sm); color: var(--color-accent); font-weight: 600; margin-bottom: var(--space-3); }
.team-bio  { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.6; }

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  padding: 130px 0 var(--space-16);
  background: var(--gradient-hero);
  text-align: center;
  position: relative; overflow: hidden;
}
.page-hero h1 { color: var(--color-white); }
.page-hero p  { color: rgba(255,255,255,.65); max-width: 640px; margin: 1rem auto 0; }

/* ============================================
   PORTFOLIO
   ============================================ */
.portfolio-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: var(--space-8);
}
.portfolio-card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
  cursor: pointer;
}
.portfolio-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-lg);
}
.portfolio-image {
  height: 240px;
  background: linear-gradient(135deg, var(--color-secondary), #0F172A);
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem; position: relative; overflow: hidden;
}
.portfolio-image::after {
  content:''; position:absolute; inset:0;
  background: radial-gradient(circle at center, rgba(197,178,127,.15), transparent 70%);
  opacity:0; transition: opacity var(--transition-base);
}
.portfolio-card:hover .portfolio-image::after { opacity:1; }

.portfolio-category {
  position: absolute; top: var(--space-4); left: var(--space-4);
  background: rgba(197,178,127,.20);
  border: 1px solid rgba(197,178,127,.40);
  color: var(--color-accent-3);
  font-size: var(--text-xs); font-weight: 600;
  font-family: var(--font-mono);
  padding: 4px 10px; border-radius: var(--radius-full);
}
.portfolio-body { padding: var(--space-8); }
.portfolio-title {
  font-size: var(--text-2xl); font-weight: 700;
  color: var(--color-primary); margin-bottom: var(--space-3);
}
.portfolio-desc {
  font-size: var(--text-sm); color: var(--color-text-muted);
  line-height: 1.7; margin-bottom: var(--space-6);
}
.portfolio-results { display: flex; gap: var(--space-6); margin-bottom: var(--space-6); }
.result-item  { text-align: center; }
.result-value {
  font-family: var(--font-display); font-size: var(--text-2xl); font-weight: 800;
  background: var(--gradient-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.result-label { font-size: var(--text-xs); color: var(--color-text-muted); margin-top: 2px; }

/* ============================================
   BLOG
   ============================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--space-8); }
.blog-card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-base);
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-md);
}
.blog-image {
  height: 200px;
  background: linear-gradient(135deg, var(--color-secondary), #0F172A);
  display: flex; align-items: center; justify-content: center; font-size: 3rem;
}
.blog-image img { width:100%; height:100%; object-fit:cover; }

.blog-card-content { padding: 20px 24px; }

.blog-meta { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-3); }
.blog-category {
  background: rgba(37,99,235,.08); color: var(--color-secondary);
  font-size: var(--text-xs); font-weight: 600;
  padding: 3px 10px; border-radius: var(--radius-full);
}
.blog-date { font-size: var(--text-xs); color: var(--color-text-muted); }
.blog-title {
  font-size: var(--text-xl); font-weight: 700;
  color: var(--color-primary); margin-bottom: var(--space-3); line-height: 1.3;
}
.blog-excerpt { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.65; margin-bottom: var(--space-4); }
.blog-read-more {
  font-size: var(--text-sm); color: var(--color-secondary); font-weight: 600;
  display: flex; align-items: center; gap: var(--space-2); text-decoration: none;
  transition: gap var(--transition-fast), color var(--transition-fast);
}
.blog-read-more:hover { gap: var(--space-3); color: var(--color-accent); }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: var(--space-16); align-items: start;
}
.contact-info h3   { font-size: var(--text-2xl); margin-bottom: var(--space-4); color: var(--color-primary); }
.contact-info p    { margin-bottom: var(--space-8); }

.contact-info-grid { display: flex; flex-direction: column; gap: 18px; margin-top: 2rem; }

.contact-info-card {
  display: flex; align-items: center; gap: 20px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  transition: all .3s ease;
}
.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-md);
}
.contact-icon {
  width: 52px; height: 52px; min-width: 52px;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
  border-radius: 50%;
  background: var(--gradient-accent);
  flex-shrink: 0;
}
.contact-info-card h4 { margin: 0 0 4px; font-size: 1rem; font-weight: 700; color: var(--color-primary); }
.contact-info-card p  { margin: 0; line-height: 1.6; color: var(--color-text-muted); }

.social-links { display: flex; gap: var(--space-3); margin-top: var(--space-6); }
.social-link {
  width: 44px; height: 44px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  transition: all var(--transition-fast); text-decoration: none;
}
.social-link:hover {
  background: var(--gradient-accent);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

/* Contact form */
.contact-form-wrapper {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-10);
  box-shadow: var(--shadow-sm);
}
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.form-group  { display: flex; flex-direction: column; gap: 8px; margin-bottom: var(--space-4); }

.form-label {
  font-size: var(--text-sm); font-weight: 600;
  color: var(--color-text);
}
.form-control {
  width: 100%; padding: 13px 16px;
  background: var(--color-surface);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-text);
  font-family: var(--font-body); font-size: var(--text-base);
  transition: all var(--transition-fast); outline: none;
}
.form-control:focus {
  border-color: var(--color-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(197,178,127,.15);
}
.form-control::placeholder { color: var(--color-text-light); }
textarea.form-control { resize: vertical; min-height: 140px; }
select.form-control    { appearance: none; cursor: pointer; }

/* Map */
.map-container {
  border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid var(--color-border);
  height: 300px; margin-top: var(--space-8);
  background: var(--color-surface);
}
.map-container iframe { width:100%; height:100%; border:0; }
.map-placeholder {
  width:100%; height:100%;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap: var(--space-3); text-align:center;
  background: linear-gradient(135deg, #F1F5F9, #E2E8F0);
  font-size: 3rem;
}
.map-placeholder p { font-size: var(--text-sm); color: var(--color-text-muted); margin:0; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--color-primary);
  border-top: 1px solid rgb(119 119 119 / 20%);
  padding: var(--space-16) 0 var(--space-8);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12); margin-bottom: var(--space-12);
}
.footer-brand p {
  font-size: var(--text-sm); line-height: 1.75;
  max-width: 300px; margin-top: var(--space-4);
  color: #032A5F;
}
.footer-col-title {
  font-size: var(--text-xs); font-weight: 700;
  color: var(--color-accent);
  text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: var(--space-5);
}
.footer-links { display: flex; flex-direction: column; gap: var(--space-3); }
.footer-links a {
  font-size: var(--text-sm); color: #032A5F; text-decoration: none;
  transition: color var(--transition-fast);
}
.footer-links a:hover { color: var(--color-accent); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07); padding-top: var(--space-6);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4); flex-wrap: wrap;
}
.footer-copyright { font-size: var(--text-sm); color: #032A5F; margin:0; }
.footer-legal { display: flex; gap: var(--space-6); }
.footer-legal a { font-size: var(--text-sm); color: #032A5F; }
.footer-legal a:hover { color: #000; }

/* Footer social links */
.site-footer .social-links { margin-top: var(--space-6); }
.site-footer .social-link {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
}
.site-footer .social-link:hover {
  background: var(--gradient-accent);
  border-color: var(--color-accent);
}

/* Footer logo text on dark bg */
.site-footer .logo-text { color: var(--color-white); }

/* ============================================
   CARDS (generic)
   ============================================ */
.card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: var(--space-8);
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-base);
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-lg);
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: .10s; }
.reveal-delay-2 { transition-delay: .20s; }
.reveal-delay-3 { transition-delay: .30s; }
.reveal-delay-4 { transition-delay: .40s; }

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 46px; height: 46px;
  background: var(--gradient-accent);
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; transform: translateY(12px);
  transition: all .3s ease;
  z-index: 900;
  font-size: 18px; color: var(--color-primary); font-weight: 700;
  box-shadow: var(--shadow-gold);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover   { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(197,178,127,.50); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
  .main-nav ul{ gap:10px;}
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-8); }
  .team-grid   { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:1024px){

    .hero-content{
        grid-template-columns:1fr;
        text-align:center;
        gap:50px;
    }

    .hero-text{
        margin:auto;
    }

    .hero-subtitle{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-actions,
    .hero-stats{
        justify-content:center;
    }

    .hero-visual{
        max-width:600px;
        margin:auto;
    }

    .floating-card-1,
    .floating-card-2{
        display:none;
    }
}


@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; gap: var(--space-12); }
  .hero-visual  { max-width: 560px; margin: 0 auto; width: 100%; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-steps::before { display: none; }
  .stats-grid   { grid-template-columns: repeat(2,1fr); }
  .about-hero-grid,
  .contact-grid { grid-template-columns: 1fr; gap: var(--space-10); }
  .portfolio-grid { grid-template-columns: 1fr; }
}
@media (max-width:991px){
    .nav-toggle {
        display: flex;        /* show the toggle */
        margin-left: auto; 
        width:50px;   /* push to right edge — don't use 65% */
    }

    /* Remove the nav-cta on mobile */
    .nav-cta {
        display: none;
    }
      .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
    }
    .site-header .container{
        height:80px;
        padding:0 20px;
    }

    .nav-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;   /* logo left, toggle right */
        width: 100%;
    }
   .site-logo img.custom-logo, .custom-logo-link img, img.custom-logo {
   width: 200px !important;
   }
     .nav-toggle span {
        width: 24px;
        height: 2px;
        background: #111;
        transition: .3s;
    }

   .main-nav {
        position: fixed;
        top: 0;
        right: -100%;          /* hidden off-screen to the right */
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 1001;
        padding: 100px 30px 40px;
        transition: right .35s ease;
        overflow-y: auto;
        box-shadow: -10px 0 30px rgba(0,0,0,.08);
        display: block;   
             /* NO !important here */
    }

    .main-nav.active {
        right: 0;
    }

    .main-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .main-nav li {
        width: 100%;
    }

    .main-nav a {
        display: block;
        width: 100%;
        font-size: 18px;
        padding: 10px 0;
    }

    .nav-cta {
        display: none;
    }

    body.menu-open {
        overflow: hidden;
    }
    .main-nav.open{
        display:block;
    }

   

  
    .site-logo img,
    .custom-logo{
        max-height:50px;
    }
}

@media (max-width: 768px) {
  #mission-heading{
  font-size:44px !important;
 }
  #about-heading{
  font-size:44px !important;
 }
  .services-grid,
  .testimonials-grid,
  .blog-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .values-grid { grid-template-columns: 1fr; }

    .hero{
        padding-top:120px;
    }

    .hero-title{
        font-size:clamp(2.3rem,8vw,3.5rem);
    }

    .hero-stats{
        gap:24px;
    }
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;          /* hidden off-screen to the right */
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 1001;
        padding: 100px 30px 40px;
        transition: right .35s ease;
        overflow-y: auto;
        box-shadow: -10px 0 30px rgba(0,0,0,.08);
        display: block;        /* NO !important here */
    }
  .main-nav.active { display: flex; }
  .main-nav ul   { flex-direction: column; width: 100%; }
  .main-nav li   { width: 100%; }
  .main-nav a    { width: 100%; padding: 12px 16px; }

  .nav-toggle { display: flex; }
  .nav-phone  { display: none; }

  .section { padding: var(--space-16) 0; }
  .hero-stats { gap: var(--space-6); }
  .form-grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-8); }
  .footer-bottom { flex-direction: column; text-align: center; }

  .service-row {
    flex-direction: column; text-align: center; padding: 28px 22px;
  }
  .service-number { min-width: auto; }

  .floating-card-1 { display: none; }
  .floating-card-2 { right: 0; top: 10px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .btn--lg    { padding: 14px 28px; font-size: .95rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid  { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/*** section 1 **/
.hero-title{
    font-size: clamp(3rem,4.8vw,5rem);
    line-height:1.05;
    max-width:650px;
    margin-bottom:24px;
}

/* ============================================
   TEXT VISIBILITY FIX
   ============================================ */

/* Default text */
body,
p,
li,
span,
div {
    color: #1E293B;
}

/* Main headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0F172A;
}

/* Section content */
.section p,
.section li,
.section span {
    color: #111111;
}

/* ==========================================
   FRONT PAGE STYLES
   ========================================== */

:root{
    --primary:#01b1ab;
    --dark:#1d1d1d;
    --text:#333333;
    --muted:#666666;
    --white:#ffffff;
    --light:#f8f8f8;
}

/* Main Sections */
.section{
    padding:100px 0;
    background:#fff;
    position:relative;
}

.section--surface{
    background:#f8f9fb;
}

/* .container{
    width:min(1400px,92%);
    margin:auto;
} */

/* Section Header */
.section-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;

    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    background: linear-gradient(
        90deg,
        #0A3D91 0%,
        #1565C0 35%,
        #1E88E5 60%,
        #18B6C9 80%,
        #20C7B7 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

    margin-bottom:15px;
}

.eyebrow::before{
    content:"";
    width:30px;
    height:3px;
    display:block;
    border-radius:10px;

    background: linear-gradient(
        90deg,
        #0A3D91 0%,
        #1565C0 35%,
        #1E88E5 60%,
        #18B6C9 80%,
        #20C7B7 100%
    );

    -webkit-text-fill-color:initial;
}

.section-title{
    font-size:clamp(2rem,4vw,3.5rem);
    font-weight:800;
    line-height:1.2;
    color:var(--dark);
    margin-bottom:20px;
}

.section-subtitle{
    font-size:1.1rem;
    color:var(--muted);
    line-height:1.8;
}

/* Text Gradient */
.text-gradient{
    background:#01b1ab;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

/* ==========================================
   TICKER
   ========================================== */

.ticker-section{
    background:#111;
    color:#fff;
    overflow:hidden;
    padding:18px 0;
}

.ticker-wrapper{
    display:flex;
    gap:60px;
    white-space:nowrap;
    animation:tickerMove 25s linear infinite;
}

.ticker-item{
    font-size:15px;
    color:#fff;
}

.ticker-item strong{
    color:#01b1ab;
    margin-right:8px;
}

.ticker-sep{
    margin-left:15px;
    opacity:.5;
}

@keyframes tickerMove{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* ==========================================
   SERVICES
   ========================================== */

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    /* background:#e7e7e7; */
    background: linear-gradient(
123deg, #01b1ab 19%, #FFFFFF 10%);
    padding:35px;
    border-radius:20px;
    border:2px solid #01b1ab;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    background:#111111;
}

.service-card:hover .service-desc{
color:#fff !important;
}
.service-card:hover .service-title{
color:#fff !important;
}
.service-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #111111;
    background:#fff;
    border-radius:50px;
    margin-bottom:25px;
}

.service-icon img{
    width:38px;
    height:38px;
    object-fit:contain;
}

.service-title{
    color:#222;
    font-size:1.35rem;
    font-weight:700;
    margin-bottom:15px;
}

.service-desc{
    color:#666;
    line-height:1.8;
    font-size:.98rem;
}

/* ==========================================
   STATS
   ========================================== */

.stats-section{
    background:#111;
    padding:100px 0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.stats-number{
    color:#01b1ab;
    font-size:3rem;
    font-weight:800;
    margin-bottom:10px;
}

.stats-label{
    color:#fff;
    font-size:1rem;
}

/* ==========================================
   PROCESS
   ========================================== */

.process-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.process-step{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.step-number{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#01b1ab;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.3rem;
    font-weight:700;
}

.step-title{
    color:#222;
    font-size:1.3rem;
    margin-bottom:15px;
}

.step-desc{
    color:#666;
    line-height:1.8;
}

/* ==========================================
   TESTIMONIALS
   ========================================== */

.testimonials-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.testimonial-stars{
    color:#f7b500;
    margin-bottom:20px;
    font-size:1.1rem;
}

.testimonial-quote{
    color:#444;
    line-height:1.9;
    margin-bottom:25px;
    font-size:1rem;
}

.testimonial-author{
    display:flex;
    align-items:center;
    gap:15px;
}

.author-avatar{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#01b1ab;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.author-name{
    color:#222;
    font-weight:700;
}

.author-title{
    color:#777;
    font-size:.9rem;
}

/* ==========================================
   CTA
   ========================================== */

.cta-section{
    position:relative;
    background:#111;
    padding:120px 0;
    overflow:hidden;
}

.cta-content{
    max-width:900px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.cta-title{
    color:#fff;
    font-size:clamp(2.3rem,4vw,4rem);
    line-height:1.2;
    margin-bottom:20px;
}

.cta-subtitle{
    color:#fff !important;
    font-size:1.1rem;
    line-height:1.8;
    margin-bottom:35px;
}

.cta-glow{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(197,178,127,.15);
    filter:blur(120px);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

/* ==========================================
   BUTTONS
   ========================================== */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.btn--lg{
    padding:16px 30px;
}

.btn--primary{
    background:#01b1ab;
    color:#fff;
    border:2px solid #01b1ab;
}

.btn--primary:hover{
    transform:translateY(-3px);
}

.btn--outline{
    border:2px solid #01b1ab;
    color:#01b1ab;
    background:transparent;
}

.btn--ghost{
    border:1px solid rgba(255,255,255,.3);
    color:#fff;
}

.btn-group{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

/* ==========================================
   REVEAL ANIMATION
   ========================================== */

.reveal{
    opacity:1;
    transform:none;
}

/* ==========================================
   MOBILE
   ========================================== */

@media(max-width:991px){

    .services-grid,
    .testimonials-grid,
    .process-steps,
    .stats-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:767px){

    .services-grid,
    .testimonials-grid,
    .process-steps,
    .stats-grid{
        grid-template-columns:1fr;
    }

    .section{
        padding:70px 0;
    }

    .section-title{
        font-size:42px;
    }

    .stats-number{
        font-size:2.3rem;
    }

    .btn-group{
        flex-direction:column;
        align-items:center;
    }
    .cta-title{
      font-size:42px;
    }
}


/* FORCE DASHBOARD VISIBILITY */

.dashboard-mockup{
    width:600px !important;
    max-width:700px !important;
    background:#ffffff !important;
    border-radius:30px !important;
    overflow:hidden !important;
}

.mockup-body{
    padding:30px !important;
}

.mockup-metrics{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:20px !important;
}

.metric-card{
    background:#f8fafc !important;
    padding:20px !important;
    border-radius:18px !important;
    min-height:140px !important;
}

.metric-label{
    color:#64748b !important;
    font-size:15px !important;
    font-weight:600 !important;
    display:block !important;
    opacity:1 !important;
}

.metric-value{
    color:#0f172a !important;
    font-size:48px !important;
    font-weight:800 !important;
    line-height:1 !important;
    margin:10px 0 !important;
    display:block !important;
    opacity:1 !important;
}

.metric-change{
    color:#22c55e !important;
    font-size:15px !important;
    font-weight:700 !important;
    display:block !important;
    opacity:1 !important;
}

/* CHART */

.mockup-chart{
    margin:40px 0 !important;
    height:180px !important;
}

.chart-bars{
    display:flex !important;
    align-items:flex-end !important;
    gap:12px !important;
    height:100% !important;
}

.chart-bar{
    flex:1 !important;
     background: linear-gradient(
        180deg,
        #0A3D91 0%,
        #1565C0 35%,
        #1E88E5 60%,
        #18B6C9 80%,
        #20C7B7 100%
    ) !important;
    border-radius:8px 8px 0 0 !important;
}

/* CALLS */

.call-item{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    background:#f8fafc !important;
    padding:15px !important;
    border-radius:15px !important;
}

.call-name{
    color:#0f172a !important;
    font-size:18px !important;
    font-weight:700 !important;
}

.call-detail{
    color:#64748b !important;
    font-size:14px !important;
}

.call-avatar{
    width:50px !important;
    height:50px !important;
    border-radius:50% !important;
    background:#1e293b !important;
    color:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

/* FLOATING CARDS */

.floating-card{
    background:#172554 !important;
    color:#fff !important;
    z-index:999 !important;
    min-width:260px !important;
    padding:18px 20px !important;
}

.floating-card-1{
    left:-480px !important;
    bottom:-370px !important;
}

.floating-card-2{
       right: 275px !important;
    top: 380px !important;
}

.floating-text-label{
    color:#cbd5e1 !important;
    font-size:14px !important;
}

.floating-text-value{
    color:#ffffff !important;
    font-size:22px !important;
    font-weight:700 !important;
}

/* ICONS */

.floating-icon img,
.service-icon img{
    width:40px !important;
    height:40px !important;
    object-fit:contain !important;
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:none !important;
}

/* MOBILE */

@media(max-width:991px){

    .dashboard-mockup{
        width:100% !important;
        max-width:100% !important;
    }

    .mockup-metrics{
        grid-template-columns:1fr !important;
    }

    .floating-card{
        position:relative !important;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        bottom:auto !important;
        margin:15px 0 !important;
    }
}

/* about heading */
#about-heading, #mission-heading{
 font-size:56px;
}
.counter{
  color: #01b1ab;
}
.about-hero-grid h1{
  font-size:56px;
}