/* ─────────────────────────────────────────────────────────────────────────
   FLEIMZ OFFICIAL DESIGN SYSTEM & BRAND STYLES
   Colors:
   - Deep Navy Blue: #031138 (Text, Headings, Circle Outer Accent, Dark Sections)
   - Emerald / Jade Green: #14A36B (Arrow, Tall Bar, Subtext, Badges, Highlights)
   - White: #FFFFFF (Text on Overlays)
   - Fonts: TT Hoves Pro Trial & Inter
───────────────────────────────────────────────────────────────────────── */

/* 1. Original Template Fonts (TT Hoves Pro Trial & Inter) */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/TT-Hoves-Pro-Trial-Light.woff") format("woff"),
       url("../fonts/TT%20Hoves%20Pro%20Trial%20Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/TT-Hoves-Pro-Trial-Regular.woff") format("woff"),
       url("../fonts/TT%20Hoves%20Pro%20Trial%20Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/TT-Hoves-Pro-Trial-Medium.woff") format("woff"),
       url("../fonts/TT%20Hoves%20Pro%20Trial%20Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/TT-Hoves-Pro-Trial-DemiBold.woff") format("woff"),
       url("../fonts/TT%20Hoves%20Pro%20Trial%20DemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/TT-Hoves-Pro-Trial-Bold.woff") format("woff"),
       url("../fonts/TT%20Hoves%20Pro%20Trial%20Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

:root {
  --tp-ff-body: 'TT Hoves Pro Trial', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --tp-ff-heading: 'TT Hoves Pro Trial', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --tp-ff-tt-pro: 'TT Hoves Pro Trial', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Official Fleimz Brand Color Tokens */
  --fleimz-navy: #031138;
  --fleimz-green: #14A36B;
  --fleimz-green-hover: #0f8255;
  --fleimz-green-light: #19c280;
  --fleimz-bg-light: #F6F7F9;

  /* Template Theme Overrides */
  --tp-theme-primary: #14A36B;
  --tp-theme-secondary: #031138;
  --tp-consulting-primary: #14A36B;
  --tp-consulting-secondary: #031138;
  --tp-finance-primary: #14A36B;
  --tp-finance-secondary: #031138;
}

body, html, button, input, select, textarea, p, span, a, h1, h2, h3, h4, h5, h6,
.tp-btn, .tp-header-menu nav > ul > li > a {
  font-family: 'TT Hoves Pro Trial', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Logos */
.fleimz-brand-logo { max-height: 62px; width: auto; display: block; object-fit: contain; }
.tp-header-logo img { max-height: 62px; width: auto; }

/* Buttons with Emerald Green #14A36B & Deep Navy #031138 */
.tp-btn, .theme-bg-color {
  background-color: var(--fleimz-green) !important;
  border-color: var(--fleimz-green) !important;
  color: #FFFFFF !important;
}
.tp-btn:hover {
  background-color: var(--fleimz-navy) !important;
  border-color: var(--fleimz-navy) !important;
  color: #FFFFFF !important;
}
.tp-cn-hero-btn .tp-btn {
  background: var(--fleimz-green) !important;
  border-color: var(--fleimz-green) !important;
  color: #FFFFFF !important;
}
.tp-cn-hero-btn .tp-btn:hover {
  background: var(--fleimz-navy) !important;
  border-color: var(--fleimz-navy) !important;
}

/* Navigation Links */
.tp-header-menu nav > ul > li.current-menu-ancestor > a,
.tp-header-menu nav > ul > li:hover > a {
  color: var(--fleimz-green) !important;
}
a:hover {
  color: var(--fleimz-green) !important;
}


/* ── 2. HIGH-CONTRAST OVERLAYS & TEXT ON ALL IMAGES ───────────────── */

/* HERO SECTION OVERLAY & BRIGHT WHITE TEXT */
.tp-cn-hero-item-thumb {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tp-cn-hero-item-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 17, 56, 0.84) 0%, rgba(3, 17, 56, 0.68) 50%, rgba(3, 17, 56, 0.78) 100%);
  z-index: 1;
}
.tp-cn-hero-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.05);
}

.tp-cn-hero-wrapper {
  position: relative;
  z-index: 3;
}

.tp-cn-hero-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  font-weight: 700;
}
.tp-cn-hero-title span, .tp-cn-hero-title em {
  color: var(--fleimz-green-light) !important;
}

.tp-cn-hero-sub {
  color: var(--fleimz-green-light) !important;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tp-fi-hero-sub p {
  color: #F0F4F8 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  font-size: 17px;
  line-height: 1.6;
}

.tp-cn-hero-btn-box span {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 18px;
  border-radius: 30px;
}


/* BREADCRUMB / PAGE HEADER BANNER (about, service, contact, service-details) */
.tp-breadcrumb-ptb {
  position: relative;
  overflow: hidden;
}
.tp-cc-chose-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tp-cc-chose-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-cc-chose-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 17, 56, 0.88) 0%, rgba(3, 17, 56, 0.72) 100%);
  z-index: 1;
}
.tp-breadcrumb-content {
  position: relative;
  z-index: 3;
}
.tp-breadcrumb-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.tp-breadcrumb-list li,
.tp-breadcrumb-list li a {
  color: #E2E8F0 !important;
  font-weight: 500;
}
.tp-breadcrumb-list li a:hover {
  color: var(--fleimz-green-light) !important;
}
.tp-breadcrumb-content p {
  color: #F1F5F9 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  font-size: 17px;
}


/* SUCCESS STORY CARDS */
.tp-cn-success-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.tp-cn-success-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 17, 56, 0.94) 0%, rgba(3, 17, 56, 0.65) 60%, rgba(3, 17, 56, 0.45) 100%);
  z-index: 1;
}
.tp-cn-success-item-content,
.tp-cn-success-item-bottom {
  position: relative;
  z-index: 3;
}
.tp-cn-success-item-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.tp-cn-success-item-sub {
  color: var(--fleimz-green-light) !important;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.tp-cn-success-item-2 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.tp-cn-success-item-2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 17, 56, 0.82);
  z-index: 1;
}
.tp-cn-success-item-2-content {
  position: relative;
  z-index: 3;
}
.tp-cn-success-item-2-title {
  color: #FFFFFF !important;
}


/* BUSINESS CARD ITEM WITH BACKGROUND PHOTO */
.tp-cn-business-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.tp-cn-business-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 17, 56, 0.88) 0%, rgba(3, 17, 56, 0.72) 100%);
  z-index: 1;
}
.tp-cn-business-item-content {
  position: relative;
  z-index: 3;
}
.tp-cn-business-item .tp-section-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.tp-cn-business-item-btn {
  position: relative;
  z-index: 3;
}


/* CTA SECTION WITH BACKGROUND PHOTO */
.tp-cn-cta-ptb {
  position: relative;
  overflow: hidden;
}
.tp-cn-cta-ptb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 17, 56, 0.90) 0%, rgba(3, 17, 56, 0.80) 100%);
  z-index: 1;
}
.tp-cn-cta-ptb .container {
  position: relative;
  z-index: 3;
}
.tp-cn-cta-ptb .tp-section-title,
.tp-cn-cta-ptb h3, .tp-cn-cta-ptb h2 {
  color: #FFFFFF !important;
}
.tp-cn-cta-ptb p {
  color: #F1F5F9 !important;
}


/* SERVICE CARD WITH PHOTO BACKGROUND */
.tp-fi-service-item-2 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tp-fi-service-item-2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 17, 56, 0.88) 0%, rgba(3, 17, 56, 0.76) 100%);
  z-index: 1;
}
.tp-fi-service-item-2-content {
  position: relative;
  z-index: 3;
}
.tp-fi-service-item-2-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}


/* BANNER VIDEO / GOT A PROJECT IN MIND SECTION */
.tp-fi-banner-ptb {
  position: relative;
}
.tp-fi-banner-wrapper {
  position: relative;
}
.tp-fi-banner-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 17, 56, 0.68);
}
.tp-fi-banner-text,
.tp-fi-banner-text a {
  color: #FFFFFF !important;
}


/* PHILOSOPHY & ABOUT IMAGE SHAPES */
.tp-service-philosopy-ptb .tp-cc-chose-bg::after,
.tp-fa-about-ptb .tp-fa-about-shape::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 17, 56, 0.58);
  z-index: 1;
}


/* ── 3. GENERAL SECTION STYLING & BRAND HIGHLIGHTS ─────────────────── */
.tp-section-title,
.tp-cn-service-item-title,
.tp-cn-feature-item-title,
.tp-fi-service-item-title {
  color: var(--fleimz-navy);
}

.tp-section-subtitle,
.tp-section-sub,
.tp-section-cn-sub {
  color: var(--fleimz-green) !important;
  font-weight: 600;
}

/* Footer Colors */
.tp-footer-2-area,
.tp-footer-3-area {
  background-color: var(--fleimz-navy) !important;
}

/* Hide footer logo */
.tp-footer-logo {
  display: none !important;
}

/* Hide accordion icons */
.tp-faq-icon, .tp-accordion-icon, .accordion-button::after {
  display: none !important;
}
