/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Your Name
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* =========================================================
   1. THEME VARIABLES - 3 LAYER SYSTEM (SCALABLE)
   ========================================================= */

:root {
  /* LAYER 1: GLOBAL TOKENS (RAW COLORS) - Change karo sirf yahan */
  --color-white: #ffffff;
  --color-black: #1B1B1D;
  --color-orange: #F93B00;
  --color-grey-100: #4C4C4F;
  --color-grey-200: #68686A;
  --color-grey-300: #A0A0A0;
  --color-grey-400: #E0E0E0;
  --color-grey-500: #E1E1E1;
  --color-grey-600: #28282A;
  --color-grey-700: #3A3A3A;
  --color-grey-800: #51504F;
  --color-dark-bg: #1B1B1D;
  --color-dark-surface: #000;
  --color-cream: #F9F1E3;
  --color-orange-light: #FED0C2;
  --color-orange-light02: #FB754C;
  --color-orange-surface: #F7EDDD;
  --color-orange-surface-2: #efdbba;
  --color-orange-surface-3: #f9e8d8;
  --color-orange-dark: #130A08;

  --btn-hover-text: #ffffff;
}

:root {
  /* LAYER 2: SEMANTIC TOKENS (LIGHT MODE DEFAULT) */

  /* Backgrounds */
  --bg-primary: var(--color-white);
  --bg-secondary: var(--color-dark-surface);
  --bg-hero: var(--color-cream);
  --bg-megamenu: var(--color-cream);
  --bg-orange: var(--color-orange);
  --bg-orange02: var(--color-orange);
  --bg-orange03: var(--color-orange);
  --bg-white: var(--color-white);
  --bg-white02: var(--color-white);
  --bg-orange-surface: var(--color-orange-surface-3);
  --bg-orange-surface02: var(--color-orange-surface-3);
  --bg-orange-surface03: var(--color-orange-surface-3);

  /* Text Colors */
  --text-dark: var(--color-black);
  --text-dark02: var(--color-black);
  --text-dark03: var(--color-black);
  --text-grey: var(--color-grey-100);
  --text-grey02: var(--color-grey-200);
  --text-grey03: var(--color-grey-200);
  --text-orange: var(--color-orange);
  --text-orange02: var(--color-orange);
  --text-orange03: var(--color-orange);
  --text-orange04: var(--color-orange);
  --text-white: var(--color-white);
  --text-white02: var(--color-white);

  /* Borders & Dividers */
  --divider-orange: var(--color-orange);
  --divider-selected: var(--color-grey-300);
  --divider-light: var(--color-grey-500);
  --divider-light02: var(--color-grey-400);
  --divider-light03: var(--color-grey-600);
  --divider-light04: var(--color-grey-400);


  /* Header Specific */
  --header-bg: var(--color-orange);

  /* Language Switcher */
  --lang-pill-bg: var(--color-white);
  --lang-pill-border: transparent;
  --lang-text-inactive: var(--color-grey-200);
  --lang-text-active: var(--color-white);
  --lang-btn-active-bg: var(--color-orange);

  /* Theme Toggle Button */
  --toggle-btn-bg: var(--color-white);
  --toggle-btn-border: transparent;
  --toggle-icon-color: var(--color-grey-200);

  /* Menu Button */
  --menu-btn-bg: var(--color-white);
  --menu-btn-border: transparent;
  --menu-btn-icon: var(--color-black);

  /* Hero Section */
  --hero-bg: var(--color-cream);
  --hero-title-color: var(--color-black);
  --hero-subtitle-color: var(--color-grey-200);

  /* Mega Menu */
  --megamenu-overlay-bg: rgba(0, 0, 0, 0.25);
  --megamenu-text-nav: var(--color-grey-200);
  --megamenu-text-nav-active: var(--color-orange);
  --megamenu-text-contact: var(--color-black);
  --megamenu-text-label: var(--color-grey-100);
  --megamenu-divider-v: var(--color-grey-500);
  --megamenu-cta-border: var(--color-orange);
  --megamenu-cta-text: var(--color-orange);
  --megamenu-cta-arrow-bg: var(--color-orange);
  --megamenu-social-bg: rgba(0, 0, 0, 0.06);
  --megamenu-social-border: transparent;
  --megamenu-social-color: var(--color-black);
  --megamenu-close-bg: var(--color-orange);
  --megamenu-close-icon: var(--color-white);
  --megamenu-sub-text: var(--color-grey-200);
}

/* LAYER 3: DARK MODE OVERRIDES */
body.theme-dark {
  --bg-primary: var(--color-dark-bg);
  --bg-secondary: var(--color-dark-surface);
  --bg-hero: var(--color-black);
  --bg-megamenu: var(--color-dark-surface);
  --bg-orange: var(--color-orange);
  --bg-orange02: var(--color-grey-600);
  --bg-orange03: var(--color-white);
  --bg-white: var(--color-dark-bg);
  --bg-white02: var(--color-white);
  --bg-orange-surface: var(--color-dark-bg);
  --bg-orange-surface02: var(--color-dark-bg);
  --bg-orange-surface03: var(--color-orange-dark);

  --text-dark: var(--color-white);
  --text-dark02: var(--color-white);
  --text-dark03: var(--color-black);
  --text-grey: var(--color-grey-200);
  --text-grey02: var(--color-grey-200);
  --text-grey03: var(--color-grey-200);
  --text-orange: var(--color-orange);
  --text-orange02: var(--color-orange);
  --text-orange03: var(--color-white);
  --text-orange04: var(--color-white);
  --text-white: var(--color-white);
  --text-white02: var(--color-black);

  --divider-orange: var(--color-orange);
  --divider-selected: var(--color-grey-600);
  --divider-light: var(--color-grey-800);
  --divider-light02: var(--color-grey-700);
  --divider-light03: var(--color-grey-600);
  --divider-light04: var(--color-grey-700);

  --header-bg: var(--color-dark-surface);

  --lang-pill-bg: var(--color-dark-bg);
  --lang-pill-border: var(--color-grey-600);
  --lang-text-inactive: var(--color-grey-200);
  --lang-text-active: var(--color-white);
  --lang-btn-active-bg: var(--color-grey-600);

  --toggle-btn-bg: var(--color-dark-bg);
  --toggle-btn-border: var(--color-grey-600);
  --toggle-icon-color: var(--color-grey-300);

  --menu-btn-bg: var(--color-orange);
  --menu-btn-border: transparent;
  --menu-btn-icon: var(--color-white);

  --hero-bg: var(--color-dark-surface);
  --hero-title-color: var(--color-white);
  --hero-subtitle-color: var(--color-grey-300);

  --megamenu-overlay-bg: rgba(0, 0, 0, 0.65);
  --megamenu-text-nav: var(--color-grey-200);
  --megamenu-text-nav-active: var(--color-orange);
  --megamenu-text-contact: var(--color-white);
  --megamenu-text-label: var(--color-grey-300);
  --megamenu-divider-v: var(--color-grey-600);
  --megamenu-cta-border: rgba(255, 255, 255, 0.15);
  --megamenu-cta-text: var(--color-white);
  --megamenu-cta-arrow-bg: var(--color-orange);
  --megamenu-social-bg: var(--color-dark-bg);
  --megamenu-social-border: var(--color-grey-600);
  --megamenu-social-color: var(--color-grey-300);
  --megamenu-close-bg: var(--color-orange);
  --megamenu-close-icon: var(--color-white);
  --megamenu-sub-text: var(--color-grey-100);
}

/* LAYER 3: ORANGE MODE OVERRIDES */
body.theme-orange {
  --bg-primary: var(--color-orange-surface);
  --bg-secondary: var(--color-orange-surface);
  --bg-hero: var(--color-orange);
  --bg-megamenu: var(--color-orange-light);
  --bg-orange: var(--color-orange-surface-2);
  --bg-orange02: var(--color-orange-surface-2);
  --bg-orange03: var(--color-orange);
  --bg-white02: var(--color-orange);
  --bg-orange-surface: var(--color-orange-surface-2);
  --bg-orange-surface02: var(--color-orange);
  --bg-orange-surface03: var(--color-orange);

  --text-dark: var(--color-black);
  --text-dark02: var(--color-white);
  --text-dark03: var(--color-white);
  --text-grey: var(--color-white);
  --text-grey02: var(--color-white);
  --text-grey03: var(--color-black);
  --text-orange: var(--color-white);
  --text-orange02: var(--color-black);
  --text-orange03: var(--color-orange);
  --text-orange04: var(--color-black);
  --text-white: var(--color-orange);
  --text-white02: var(--color-white);
  --btn-hover-text: var(--color-orange);

  --divider-orange: var(--color-white);
  --divider-selected: var(--color-grey-300);
  --divider-light: var(--color-grey-500);
  --divider-light02: var(--color-grey-400);
  --divider-light03: var(--color-grey-600);
  --divider-light04: var(--color-orange-light02);

  --header-bg: var(--color-orange-surface);

  --lang-pill-bg: var(--color-orange-surface);
  --lang-pill-border: var(--color-orange);
  --lang-text-inactive: var(--color-grey-200);
  --lang-text-active: var(--color-white);
  --lang-btn-active-bg: var(--color-orange);

  --toggle-btn-bg: var(--color-orange-surface);
  --toggle-btn-border: var(--color-orange);
  --toggle-icon-color: var(--color-orange);

  --menu-btn-bg: var(--color-orange-surface);
  --menu-btn-border: var(--color-orange);
  --menu-btn-icon: var(--color-orange);

  --hero-bg: var(--color-orange);
  --hero-title-color: var(--color-white);
  --hero-subtitle-color: var(--color-orange-light);

  --megamenu-overlay-bg: rgba(200, 100, 60, 0.20);
  --megamenu-text-nav: var(--color-black);
  --megamenu-text-nav-active: var(--color-orange);
  --megamenu-text-contact: var(--color-black);
  --megamenu-text-label: var(--color-grey-100);
  --megamenu-divider-v: rgba(0, 0, 0, 0.10);
  --megamenu-cta-border: var(--color-orange);
  --megamenu-cta-text: var(--color-orange);
  --megamenu-cta-arrow-bg: var(--color-orange);
  --megamenu-social-bg: rgba(255, 255, 255, 0.50);
  --megamenu-social-border: transparent;
  --megamenu-social-color: var(--color-black);
  --megamenu-close-bg: var(--color-orange);
  --megamenu-close-icon: var(--color-white);
  --megamenu-sub-text: var(--color-grey-200);
}

body.theme-white {
  --bg-primary: var(--color-cream);
  --bg-secondary: var(--color-dark-surface);
  --bg-hero: var(--color-white);
  --bg-megamenu: var(--color-white);
  --bg-orange: var(--color-orange);
  --bg-orange02: var(--color-orange);
  --bg-orange03: var(--color-orange);
  --bg-white: var(--color-white);
  --bg-white02: var(--color-white);
  --bg-orange-surface: var(--color-orange-surface-3);
  --bg-orange-surface02: var(--color-orange-surface-3);
  --bg-orange-surface03: var(--color-orange-surface-3);

  /* Text Colors */
  --text-dark: var(--color-black);
  --text-dark02: var(--color-black);
  --text-dark03: var(--color-black);
  --text-grey: var(--color-grey-100);
  --text-grey02: var(--color-grey-200);
  --text-grey03: var(--color-grey-200);
  --text-orange: var(--color-orange);
  --text-orange02: var(--color-orange);
  --text-orange03: var(--color-orange);
  --text-orange04: var(--color-orange);
  --text-white: var(--color-white);
  --text-white02: var(--color-white);

  /* Borders & Dividers */
  --divider-orange: var(--color-orange);
  --divider-selected: var(--color-grey-300);
  --divider-light: var(--color-grey-500);
  --divider-light02: var(--color-grey-400);
  --divider-light03: var(--color-grey-600);
  --divider-light04: var(--color-grey-400);


  /* Header Specific */
  --header-bg: var(--color-white);

  /* Language Switcher */
  --lang-pill-bg: var(--color-orange-surface-2);
  --lang-pill-border: var(--color-orange);
  --lang-text-inactive: var(--color-grey-200);
  --lang-text-active: var(--color-white);
  --lang-btn-active-bg: var(--color-orange);

  /* Theme Toggle Button */
  --toggle-btn-bg: var(--color-orange-surface-2);
  --toggle-btn-border: var(--color-orange);
  --toggle-icon-color: var(--color-orange);

  /* Menu Button */
  --menu-btn-bg: var(--color-orange-surface-2);
  --menu-btn-border: var(--color-orange);
  --menu-btn-icon: var(--color-orange);

  /* Hero Section */
  --hero-bg: var(--color-white);
  --hero-title-color: var(--color-black);
  --hero-subtitle-color: var(--color-grey-200);

  /* Mega Menu */
  --megamenu-overlay-bg: rgba(0, 0, 0, 0.25);
  --megamenu-text-nav: var(--color-grey-200);
  --megamenu-text-nav-active: var(--color-orange);
  --megamenu-text-contact: var(--color-black);
  --megamenu-text-label: var(--color-grey-100);
  --megamenu-divider-v: var(--color-grey-500);
  --megamenu-cta-border: var(--color-orange);
  --megamenu-cta-text: var(--color-orange);
  --megamenu-cta-arrow-bg: var(--color-orange);
  --megamenu-social-bg: rgba(0, 0, 0, 0.06);
  --megamenu-social-border: transparent;
  --megamenu-social-color: var(--color-black);
  --megamenu-close-bg: var(--color-orange);
  --megamenu-close-icon: var(--color-white);
  --megamenu-sub-text: var(--color-grey-200);
}

/* Hide Cookie Banner + Scroll Top + Accessibility Widget while loader is running */

body.loading .cky-consent-container,
body.loading .cky-overlay,
body.loading .cky-btn-revisit-wrapper,
body.loading .ast-scroll-top,
body.loading #ast-scroll-top,
body.loading #ea11y-root {
    display: none !important;
}

/* =========================================================
   2. GENERAL BASE STYLES
   ========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-dark);
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* =========================================================
   3. CUSTOM DYNAMIC HEADER
   ========================================================= */

.custom-header {
  background-color: var(--header-bg) !important;
  padding: 24px 60px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  transition: background-color 0.4s ease !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important; */
  border-bottom: 1px solid var(--divider-light02) !important;
}

.header-left {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

/* Logo Layout */
.header-logo {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
}

.logo-main-group {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Header Controls Area */
.header-controls {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

/* Language Selector */
.lang-switcher {
  display: flex !important;
  background-color: var(--lang-pill-bg) !important;
  border: 1px solid var(--lang-pill-border) !important;
  border-radius: 50px !important;
  padding: 5px 10px !important;
  align-items: center !important;
  transition: background-color 0.4s ease !important, border-color 0.4s ease !important;
  height: 42px !important;
}

.lang-btn {
  background: none !important;
  border: none !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 18px !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  color: var(--lang-text-inactive) !important;
  transition: color 0.3s ease !important, background-color 0.3s ease !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

.lang-btn.active {
  background-color: var(--lang-btn-active-bg) !important;
  color: var(--lang-text-active) !important;
}

/* Theme Switcher Button */
.theme-toggle-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background-color: var(--toggle-btn-bg) !important;
  border: 1px solid var(--toggle-btn-border) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background-color 0.4s ease !important, border-color 0.4s ease !important, transform 0.3s ease !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.theme-toggle-btn svg {
  width: 20px !important;
  height: 20px !important;
  stroke: var(--toggle-icon-color) !important;
  fill: none !important;
  stroke-width: 2.5px !important;
  transition: stroke 0.4s ease, transform 0.5s ease !important;
  display: block !important;
}

.theme-toggle-btn:hover svg {
  transform: rotate(35deg) !important;
}

/* Hamburger Menu Button */
.menu-toggle-btn {
  width: 52px !important;
  height: 40px !important;
  border-radius: 12px !important;
  background-color: var(--menu-btn-bg) !important;
  border: 1px solid var(--menu-btn-border) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  cursor: pointer !important;
  transition: background-color 0.4s ease !important, border-color 0.4s ease !important, transform 0.3s ease !important;
  padding: 0 12px !important;
  box-shadow: none !important;
  outline: none !important;
}

.menu-line {
  height: 2px !important;
  background-color: var(--menu-btn-icon) !important;
  border-radius: 2px !important;
  transition: background-color 0.4s ease !important, width 0.3s ease !important;
}

.menu-line:nth-child(1) {
  width: 20px !important;
}

.menu-line:nth-child(2) {
  width: 20px !important;
}

.gradient-text {
  background: linear-gradient(90deg,
      rgba(249, 59, 0, 1) 0%,
      rgba(250, 70, 23, 1) 10%,
      rgba(251, 81, 37, 1) 20%,
      rgba(252, 90, 48, 1) 30%,
      rgba(253, 98, 58, 1) 40%,
      rgba(253, 107, 66, 1) 50%,
      rgba(254, 114, 74, 1) 60%,
      rgba(254, 122, 82, 1) 70%,
      rgba(255, 129, 90, 1) 80%,
      rgba(255, 136, 97, 1) 90%,
      rgba(255, 143, 105, 1) 100%);

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

/* =========================================================
   4. HOVER & FOCUS OVERRIDES
   ========================================================= */


.lang-switcher button:hover,
.lang-switcher button:focus {
  color: var(--lang-text-inactive) !important;
  background-color: transparent !important;
}

.lang-switcher button.active,
.lang-switcher button.active:hover,
.lang-switcher button.active:focus {
  background-color: var(--lang-btn-active-bg) !important;
  color: var(--lang-text-active) !important;
}

.theme-toggle-btn:hover,
.theme-toggle-btn:focus {
  background-color: var(--toggle-btn-bg) !important;
  border-color: var(--toggle-btn-border) !important;
}

.menu-toggle-btn:hover,
.menu-toggle-btn:focus {
  background-color: var(--menu-btn-bg) !important;
  border-color: var(--menu-btn-border) !important;
}

/* =========================================================
   5. ELEMENTOR UTILITY CLASSES
   ========================================================= */

/* Theme Display Utilities */
.show-only-dark {
  display: none !important;
}

.show-only-orange {
  display: none !important;
}

.show-only-light {
  display: block !important;
}

body.theme-dark .show-only-light {
  display: none !important;
}

body.theme-dark .show-only-orange {
  display: none !important;
}

body.theme-dark .show-only-dark {
  display: block !important;
}

body.theme-orange .show-only-light {
  display: none !important;
}

body.theme-orange .show-only-dark {
  display: none !important;
}

body.theme-orange .show-only-orange {
  display: block !important;
}


/* White Theme */
body.theme-white .show-only-light {
  display: none !important;
}

body.theme-white .show-only-dark {
  display: none !important;
}

body.theme-white .show-only-orange {
  display: block !important;
}

/* Icon Toggle Utilities */
.theme-toggle-btn .moon-icon {
  display: none !important;
}

.theme-toggle-btn .sun-icon {
  display: block !important;
}

body.theme-dark .theme-toggle-btn .sun-icon {
  display: none !important;
}

body.theme-dark .theme-toggle-btn .moon-icon {
  display: block !important;
}

/* =========================================================
   6. GLOBAL BACKGROUND & TEXT CLASSES (ELEMENTOR SAFE)
   ========================================================= */

/* Background Classes */
.bg-primary,
.bg-primary>.elementor-container,
.bg-primary>.elementor-widget-wrap {
  background-color: var(--bg-primary) !important;
  background-image: none !important;
  transition: background-color 0.4s ease !important;
}

.bg-secondary,
.bg-secondary>.elementor-container,
.bg-secondary>.elementor-widget-wrap {
  background-color: var(--bg-secondary) !important;
  background-image: none !important;
  transition: background-color 0.4s ease !important;
}

.bg-hero,
.bg-hero>.elementor-container,
.bg-hero>.elementor-widget-wrap {
  background-color: var(--hero-bg) !important;
  background-image: none !important;
  transition: background-color 0.4s ease !important;
}

.bg-megamenu,
.bg-megamenu>.elementor-container,
.bg-megamenu>.elementor-widget-wrap {
  background-color: var(--bg-megamenu) !important;
  background-image: none !important;
  transition: background-color 0.4s ease !important;
}

/* Text Classes */
.text-theme-dark,
.text-theme-dark *,
.text-theme-dark .elementor-heading-title {
  color: var(--text-dark) !important;
  transition: color 0.4s ease !important;
}

.text-theme-dark02,
.text-theme-dark02 *,
.text-theme-dark02 .elementor-heading-title {
  color: var(--text-dark02) !important;
  transition: color 0.4s ease !important;
}

.text-theme-dark03,
.text-theme-dark03 *,
.text-theme-dark03 .elementor-heading-title {
  color: var(--text-dark03) !important;
  transition: color 0.4s ease !important;
}

.text-theme-orange,
.text-theme-orange *,
.text-theme-orange .elementor-heading-title {
  color: var(--text-orange) !important;
  transition: color 0.4s ease !important;
}

.text-theme-orange02,
.text-theme-orange02 *,
.text-theme-orange02 .elementor-heading-title {
  color: var(--text-orange02) !important;
  transition: color 0.4s ease !important;
}

.text-theme-orange03,
.text-theme-orange03 *,
.text-theme-orange03 .elementor-heading-title {
  color: var(--text-orange03) !important;
  transition: color 0.4s ease !important;
}

.text-theme-orange04,
.text-theme-orange04 *,
.text-theme-orange04 .elementor-heading-title {
  color: var(--text-orange04) !important;
  transition: color 0.4s ease !important;
}

.text-theme-grey,
.text-theme-grey *,
.text-theme-grey .elementor-heading-title {
  color: var(--text-grey) !important;
  transition: color 0.4s ease !important;
}

.text-theme-white,
.text-theme-white *,
.text-theme-white .elementor-heading-title {
  color: var(--text-white) !important;
  transition: color 0.4s ease !important;
}

.text-theme-white02,
.text-theme-white02 *,
.text-theme-white02 .elementor-heading-title {
  color: var(--text-white02) !important;
  transition: color 0.4s ease !important;
}

.text-theme-grey02,
.text-theme-grey02 *,
.text-theme-grey02 .elementor-heading-title {
  color: var(--text-grey02) !important;
  transition: color 0.4s ease !important;
}

.text-theme-grey03,
.text-theme-grey03 *,
.text-theme-grey03 .elementor-heading-title {
  color: var(--text-grey03) !important;
  transition: color 0.4s ease !important;
}

.border-orange {
  border: 1px solid var(--divider-orange) !important;
  transition: color 0.4s ease !important;
}

.text-theme-grey02 *,
.text-theme-grey02 .elementor-heading-title {
  color: var(--text-grey02) !important;
  transition: color 0.4s ease !important;
}

.bg-orange {
  background-color: var(--bg-orange) !important;
}

.bg-orange03 {
  background-color: var(--bg-orange03) !important;
}

.text-white {
  color: var(--text-white) !important;
}

.text-white2 {
  color: var(--text-white) !important;
}

.bg-white {
  background-color: var(--bg-white) !important;
}

.bg-white02 {
  background-color: var(--bg-white02) !important;
}


/* =========================================
   WITHOUT BACKGROUND BUTTON
   ========================================= */

.without-background .elementor-button {
  background: transparent !important;
  border: 1px solid var(--text-orange) !important;
  border-radius: 999px !important;

  color: var(--text-orange) !important;

  padding: 14px 28px !important;
  transition: all 0.3s ease !important;
}


/* =========================================
   BACKGROUND BUTTON
   ========================================= */

.background-btn .elementor-button {
  background: var(--bg-orange02) !important;
  border: 1px solid var(--bg-orange02) !important;
  border-radius: 999px !important;

  color: var(--text-white) !important;

  padding: 14px 28px !important;
  transition: all 0.3s ease !important;
}

.background-btn .elementor-button-icon svg,
.background-btn .elementor-button-icon svg * {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
  stroke: currentColor !important;
}

.background-btn .elementor-button:hover svg {
  transform: translate(2px, 2px);
}

.btn-withoutbg-border .elementor-button {
  background: transparent !important;
  color: var(--text-orange) !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
  */
}

.btn-withoutbg-border .elementor-button-icon svg,
.btn-withoutbg-border .elementor-button-icon svg * {
  fill: currentColor !important;
}

.btn-withoutbg-border .elementor-button:hover {
  transform: translateY(-2px) !important;
}

.btn-navigation .elementor-button {
  background: transparent !important;
  color: var(--text-grey03) !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
  */
}


.elementor-element .hover-card:hover {
  border: 1px solid var(--divider-orange) !important;
  background: var(--bg-orange-surface03) !important;
  transition: color 0.4s ease !important;
}

body.theme-orange .hover-card:hover .elementor-heading-title,
body.theme-orange .hover-card:hover .elementor-widget-text-editor p,
body.theme-orange .hover-card:hover .elementor-widget-text-editor p span {
  color: var(--color-white) !important;
  transition: color 0.4s ease;
}

body.theme-orange .hover-card:hover .icon-border {
  background: var(--color-orange-dark) !important;
  transition: background 0.4s ease;
}


.contact-form-card {
  border-radius: 24px;
  background: var(--bg-white);
  border: 1px solid var(--divider-light);
}

.contact-form-custom input:not([type="submit"]),
.contact-form-custom textarea {
  width: 100%;
  background: transparent !important;

  border: none !important;
  border-bottom: 1px solid var(--divider-light02) !important;

  color: var(--text-dark) !important;

  padding: 0 0 10px 0 !important;

  border-radius: 0 !important;
  box-shadow: none !important;
}

.contact-form-custom textarea {
  height: 80px;
  min-height: 80px;
  resize: none;
}

.contact-form-custom input:focus,
.contact-form-custom textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.contact-form-custom label,
.contact-form-custom p label,
.contact-form-custom .wpcf7-form-control-wrap+label {
  color: var(--color-grey-200) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 6px !important;
}

.contact-form-custom input::placeholder,
.contact-form-custom textarea::placeholder {
  color: var(--color-grey-600) !important;
}


.contact-form-custom input[type="submit"] {
  width: 100%;
  height: 56px;

  background: var(--bg-orange03);
  color: var(--text-white02);

  border: none;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 500;

  cursor: pointer;
  transition: .3s;
}

.contact-form-custom input[type="submit"]:hover {
  opacity: .9;
  transform: translateY(-2px);
}


.icon-border {
  width: 54px;
  height: 54px;
  border: 2px solid var(--divider-light02);
  border-radius: 50%;
}

/* header fixed */
.main-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
}


.orange-surface-bg {
  background-color: var(--bg-orange-surface) !important;
}

.orange-surface-bg02 {
  background-color: var(--bg-orange-surface02) !important;
}


.text-orange .elementor-heading-title {
  color: var(--color-orange) !important;
}


.newsletter-form .wpcf7 form {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
}

.newsletter-form input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(40, 40, 42, 1) !important;
  background: transparent;
  padding: 10px 0;
  border-radius: 0;
  box-shadow: none;
}

.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="email"]:focus-visible {
  border-bottom-color: rgba(40, 40, 42, 1) !important;
  outline: none !important;
  box-shadow: none !important;
}

.newsletter-form input[type="submit"] {
  background: var(--bg-orange03);
  color: var(--text-white02);
  border: none;
  border-radius: 999px;
  padding: 12px 35px;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .newsletter-form .wpcf7 form {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-form .field-group {
    width: 100%;
    max-width: 100%;
  }
}

.left-border {
  border-color: var(--divider-orange) !important;
}


/* =========================================================
   7. MEGA MENU — OVERLAY & PANEL
   ========================================================= */

.mega-menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background-color: var(--megamenu-overlay-bg) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.35s ease !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

body.mega-menu-open .mega-menu-overlay {
  opacity: 1 !important;
  pointer-events: all !important;
}

.mega-menu-panel {
  position: relative !important;
  background-color: var(--bg-megamenu) !important;
  border-radius: 16px !important;
  padding: 52px 48px 20px 20px !important;
  width: 100% !important;
  max-width: 900px !important;
  min-height: 500px !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  transform: translateY(24px) scale(0.97) !important;
  opacity: 0 !important;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    background-color 0.4s ease !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.18) !important;
}

body.mega-menu-open .mega-menu-panel {
  transform: translateY(0) scale(1) !important;
  opacity: 1 !important;
}

/* Close Button */
.mega-menu-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  border-radius: 10px !important;
  background-color: var(--megamenu-close-bg) !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, background-color 0.3s ease !important;
  outline: none !important;
  box-shadow: 0 4px 12px rgba(249, 59, 0, 0.35) !important;
  z-index: 10 !important;
  padding: 8px !important;
}

.mega-menu-close svg {
  width: 20px !important;
  height: 20px !important;
  stroke: var(--megamenu-close-icon, #ffffff) !important;
  fill: none !important;
  stroke-width: 2.5px !important;
  stroke-linecap: round !important;
  display: block !important;
  pointer-events: none !important;
  overflow: visible !important;
}

/* Left Panel */
.mega-menu-left {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
  min-width: 260px !important;
  max-width: 280px !important;
  flex-shrink: 0 !important;
}

/* CTA Button */
.mega-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 20px !important;
  border-radius: 50px !important;
  border: 1.5px solid var(--megamenu-cta-border) !important;
  color: var(--megamenu-cta-text) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  align-self: flex-start !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

.mega-cta-btn:hover {
  background-color: var(--megamenu-cta-border) !important;
  color: #ffffff !important;
}

.mega-cta-arrow {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background-color: var(--megamenu-cta-arrow-bg) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important;
}

.mega-cta-btn:hover .mega-cta-arrow {
  transform: translate(2px, -2px) !important;
}

.mega-cta-arrow svg {
  width: 12px !important;
  height: 12px !important;
  stroke: #ffffff !important;
}

/* Contact Block */
.mega-contact-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.mega-address {
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: var(--megamenu-text-contact) !important;
  line-height: 1.6 !important;
  transition: color 0.4s ease !important;
}

.mega-contact-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  color: var(--megamenu-text-contact) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: opacity 0.2s ease, color 0.4s ease !important;
}

.mega-contact-row:hover {
  opacity: 0.7 !important;
}

.mega-contact-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid var(--megamenu-divider-v) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: border-color 0.4s ease !important;
}

.mega-contact-icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--megamenu-text-contact) !important;
  transition: stroke 0.4s ease !important;
}

/* Social Block */
.mega-social-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-top: auto !important;
}

.mega-social-label {
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: var(--megamenu-text-contact) !important;
  margin: 0 !important;
  transition: color 0.4s ease !important;
}

.mega-social-icons {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.mega-social-btn {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background-color: var(--megamenu-social-bg) !important;
  border: 1px solid var(--megamenu-social-border) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--megamenu-social-color) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.3s ease, color 0.4s ease, border-color 0.4s ease !important;
}

.mega-social-btn:hover {
  transform: translateY(-2px) !important;
  background-color: var(--color-orange) !important;
  color: #ffffff !important;
  border-color: var(--color-orange) !important;
}

.mega-social-btn svg {
  width: 20px !important;
  height: 20px !important;
  fill: currentColor !important;
  stroke: none !important;
}

.mega-social-btn svg[fill="none"] {
  fill: none !important;
  stroke: currentColor !important;
}

/* Vertical Divider */
.mega-v-divider {
  width: 1px !important;
  background-color: var(--megamenu-divider-v) !important;
  margin: 0 40px !important;
  flex-shrink: 0 !important;
  align-self: stretch !important;
  transition: background-color 0.4s ease !important;
}

/* Right Panel - Navigation */
.mega-menu-nav {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}

.mega-nav-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
}

.mega-nav-item {
  list-style: none !important;
  opacity: 0 !important;
  transform: translateX(16px) !important;
  transition: opacity 0.35s ease, transform 0.35s ease !important;
}

.mega-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 13px 0 !important;
  text-decoration: none !important;
  color: var(--megamenu-text-nav) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  transition: color 0.25s ease !important;
  border-bottom: 1px solid var(--megamenu-divider-v) !important;
  position: relative !important;
}

.mega-nav-list>.mega-nav-item:last-child .mega-nav-link,
.mega-nav-list>.mega-nav-item:last-child [data-slot="collapsible-trigger"] {
  border-bottom: none !important;
}

.mega-nav-dash {
  color: var(--color-orange) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  opacity: 0 !important;
  transform: translateX(-6px) !important;
  transition: opacity 0.25s ease, transform 0.25s ease !important;
  flex-shrink: 0 !important;
  letter-spacing: -2px !important;
}

.mega-nav-item.mega-nav-active>.mega-nav-link,
.mega-nav-item.current-menu-item>.mega-nav-link,
.mega-nav-item.current-menu-parent>.mega-nav-link,
.mega-nav-item.current-menu-ancestor>.mega-nav-link {
  color: var(--megamenu-text-nav-active) !important;
}

.mega-nav-item.mega-nav-active>.mega-nav-link .mega-nav-dash,
.mega-nav-item.current-menu-item>.mega-nav-link .mega-nav-dash,
.mega-nav-item.current-menu-parent>.mega-nav-link .mega-nav-dash,
.mega-nav-item.current-menu-ancestor>.mega-nav-link .mega-nav-dash {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.mega-nav-link:hover {
  color: var(--megamenu-text-nav-active) !important;
}

.mega-nav-link:hover .mega-nav-dash {
  opacity: 0.5 !important;
  transform: translateX(0) !important;
}

.mega-nav-arrow {
  width: 14px !important;
  height: 14px !important;
  margin-left: auto !important;
  stroke: currentColor !important;
  transition: transform 0.25s ease !important;
  flex-shrink: 0 !important;
}

.mega-nav-item.mega-sub-open>.mega-nav-link .mega-nav-arrow {
  transform: rotate(180deg) !important;
}

.mega-sub-menu {
  list-style: none !important;
  padding: 0 0 8px 28px !important;
  margin: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.35s ease !important;
}

.mega-nav-item.mega-sub-open>.mega-sub-menu {
  max-height: 300px !important;
}

.mega-sub-menu li a {
  display: block !important;
  padding: 7px 0 !important;
  color: var(--megamenu-sub-text) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.mega-sub-menu li a:hover {
  color: var(--color-orange) !important;
}

/* Stagger Animation */
body.mega-menu-open .mega-nav-item:nth-child(1) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.10s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(2) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.14s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(3) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.18s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(4) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.22s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(5) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.26s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(6) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.30s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(7) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.34s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(8) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.38s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(9) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.42s !important;
}

body.mega-menu-open .mega-nav-item:nth-child(10) {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.46s !important;
}

/* Hamburger to X Animation */
body.mega-menu-open .menu-toggle-btn .menu-line:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg) !important;
  width: 18px !important;
}

body.mega-menu-open .menu-toggle-btn .menu-line:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg) !important;
  width: 18px !important;
}

body.mega-menu-open {
  overflow: hidden !important;
}

/* =========================================================
   7.5 DYNAMIC COLLAPSIBLE SUBMENU
   ========================================================= */

/* Wrapper */
.group-collapsible {
  width: 100%;
}

/* Trigger Button — matches .mega-nav-link style exactly */
[data-slot="collapsible-trigger"] {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  padding: 13px 0 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--megamenu-text-nav) !important;
  transition: color 0.25s ease !important;
  border-bottom: 1px solid var(--megamenu-divider-v) !important;
  position: relative !important;
}

[data-slot="collapsible-trigger"]:hover,
[data-slot="collapsible-trigger"][data-state="open"] {
  color: var(--megamenu-text-nav-active) !important;
}

/* Orange dash indicator — styled like .mega-nav-dash */
.collapsible-orange-line {
  color: var(--color-orange) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  opacity: 0 !important;
  transform: translateX(-6px) !important;
  transition: opacity 0.25s ease, transform 0.25s ease !important;
  flex-shrink: 0 !important;
  letter-spacing: -2px !important;
  /* show as a short orange line like ——— */
  display: inline-block !important;
  width: 24px !important;
  height: 2px !important;
  background-color: var(--color-orange) !important;
  border-radius: 2px !important;
  position: static !important;
}

[data-slot="collapsible-trigger"]:hover .collapsible-orange-line,
[data-slot="collapsible-trigger"][data-state="open"] .collapsible-orange-line {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Title text */
.collapsible-title {
  flex: 1 !important;
}

/* Chevron Icon — pushed to far right */
.collapsible-chevron {
  flex-shrink: 0 !important;
  stroke: currentColor !important;
  transition: transform 0.3s ease !important;
  width: 14px !important;
  height: 14px !important;
  margin-left: auto !important;
}

[data-slot="collapsible-trigger"][data-state="open"] .collapsible-chevron {
  transform: rotate(180deg) !important;
}

/* Collapsible Content Area */
[data-slot="collapsible-content"] {
  display: none;
  /* hidden by default; JS sets to flex on open */
  flex-direction: column !important;
  align-items: flex-start !important;
  overflow: hidden !important;
  max-height: 0;
  /* NO !important — JS inline style must override this */
  transition: max-height 0.35s ease;
  /* NO !important — JS controls animation */
  width: 100% !important;
  padding-bottom: 4px !important;
  /* Indent sub-links to align text under the main menu item title
     (orange-line 24px + gap 14px = 38px offset) */
  padding-left: 38px !important;
}

[data-slot="collapsible-content"][data-state="open"] {
  display: flex !important;
}

/* Submenu Links — styled like reference nav items */
.mega-sub-link {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 8px 0 !important;
  color: var(--megamenu-sub-text) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}

/* Orange dash indicator before each sub-link */
.mega-sub-link::before {
  content: '' !important;
  display: inline-block !important;
  width: 16px !important;
  height: 2px !important;
  background-color: var(--color-orange) !important;
  border-radius: 2px !important;
  flex-shrink: 0 !important;
  opacity: 0 !important;
  transform: translateX(-4px) !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

/* Sub-link text fills available space */
.mega-sub-text {
  flex: 1 !important;
}

/* Right-pointing arrow SVG */
.mega-sub-arrow {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  stroke: currentColor !important;
  opacity: 0 !important;
  transform: translateX(-4px) !important;
  transition: opacity 0.2s ease, transform 0.2s ease, stroke 0.2s ease !important;
  margin-left: auto !important;
}

/* Hover state */
.mega-sub-link:hover {
  color: var(--color-orange) !important;
}

.mega-sub-link:hover::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.mega-sub-link:hover .mega-sub-arrow {
  opacity: 1 !important;
  transform: translateX(0) !important;
  stroke: var(--color-orange) !important;
}

/* Active state — current page service */
.mega-sub-link.mega-sub-active {
  color: var(--color-orange) !important;
}

.mega-sub-link.mega-sub-active::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.mega-sub-link.mega-sub-active .mega-sub-arrow {
  opacity: 1 !important;
  transform: translateX(0) !important;
  stroke: var(--color-orange) !important;
}

/* =========================================================
   8. RESPONSIVE STYLES
   ========================================================= */

@media (max-width: 768px) {
  .custom-header {
    padding: 16px 20px !important;
  }

  .lang-switcher {
    height: 40px !important;
  }

  .lang-btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  .theme-toggle-btn,
  .menu-toggle-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .theme-toggle-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .mega-menu-overlay {
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0 !important;
    }

    .mega-menu-panel {
        width: 88vw !important;
        max-width: 420px !important;

        height: 100vh !important;
        max-height: 100vh !important;

        border-radius: 0 20px 20px 0 !important;

        padding: 48px 24px 36px 24px !important;

        flex-direction: column !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .mega-menu-left {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mega-v-divider {
        width: 100% !important;
        height: 1px !important;
        margin: 28px 0 !important;
    }

  .mega-menu-close {
    top: 16px !important;
    right: 16px !important;
/*     position: sticky !important; */
    align-self: flex-end !important;
    margin-bottom: -40px !important;
  }

  .mega-menu-left {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mega-v-divider {
        width: 100% !important;
        height: 1px !important;
        margin: 28px 0 !important;
    }

  .mega-nav-link {
    font-size: 13px !important;
    padding: 11px 0 !important;
  }
}

@media (max-width: 480px) {
  .mega-menu-panel {
    padding: 40px 20px 32px 20px !important;
  }

  .mega-cta-btn {
    font-size: 13px !important;
    padding: 10px 16px !important;
  }
}

.process-card-section {
  width: 100%;
  max-width: 1300px;
  background-color: var(--bg-primary);
  border: var(--divider-light) solid 1px;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  transition: background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  box-sizing: border-box;
}

.process-card-section2 {
  width: 100%;
  background-color: var(--bg-primary);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  transition: background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.process-left-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 500px;
}

.process-circle-container {
  position: relative;
  width: 350px;
  height: 320px;
  margin: 0 auto;
}

.process-circle-container2 {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
}


@media (max-width: 768px) {
  /* … other existing mobile rules … */

  /* Responsive arrows for Process Card Section 2 */
  .process-circle-container2 .process-arrow-1 {
    top: 20px;
    left: 20px;
    width: 20px;
    height: 30px;
  }

  .process-circle-container2 .process-arrow-2 {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 30px;
  }

  .process-circle-container2 .process-arrow-3 {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 10px;
  }

  /* arrows mobile par hide */
  .process-arrow-svg {
    display: block;
  }
}


.arrow-left-curve {
  position: absolute;
  top: 45px;
  left: 0px;
}

.arrow-right-curve {
  position: absolute;
  top: 45px;
  right: 10px;
}

.arrow-bottom-curve {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}



.process-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-orange);
  z-index: 2;
  transition: color 0.4s ease, opacity 0.25s ease;
  text-align: center;
}



/* Interactive Icon Nodes */
.process-icon-node {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.node-top {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.node-top:hover {
  transform: translateX(-50%) scale(1.08);
}

.node-bottom-left {
  position: absolute;
  left: 5px;
  bottom: 25px;
}

.node-bottom-left:hover {
  transform: scale(1.08);
}

.node-bottom-right {
  position: absolute;
  right: 5px;
  bottom: 25px;
}

.node-bottom-right:hover {
  transform: scale(1.08);
}

.process-icon-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon-wrapper svg {
  width: auto;
  height: 85%;
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: color 0.35s ease, transform 0.35s ease;
}

.process-card-section {
  color: var(--color-grey-200);
}

.process-card-section .active {
  color: var(--color-orange);

}


/* Right Column Styles */
.process-right-col {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.process-desc-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-desc-card {
  border: var(--divider-light02) solid 1px;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.process-desc-text {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-grey-300);
  transition: color 0.35s ease;
}

.process-desc-text p {
  margin-bottom: 0 !important;
}

.process-desc-card.active {
  border: var(--color-dark-bg) solid 1px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

body.theme-dark .process-desc-card.active {
  background-color: rgb(61, 61, 61);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.process-desc-card.active .process-desc-text {
  color: var(--text-dark);
  font-weight: 500;
}

.process-desc-card:not(.active):hover {
  transform: translateX(4px);
  border-color: var(--divider-light);
}

.process-desc-card:not(.active):hover .process-desc-text {
  color: var(--pc-card-active-text);
}

.process-footer-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}

.process-nav-item {
  color: var(--color-grey-200);
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

.process-nav-item:hover {
  color: var(--color-orange);
}

.process-nav-item.active {
  color: var(--color-orange);
  font-weight: 500;
}

.process-nav-separator {
  color: var(--color-grey-200);
}

/* responsive arrow adjustment */
@media (max-width: 560px) {
  .arrow-1 {
    width: 80px;
    top: 75px;
    left: 20px;
  }

  .arrow-2 {
    width: 66px;
    top: 70px;
    right: 20px;
  }

  .arrow-3 {
    width: 100px;
    bottom: 50px;
  }
}


/* Responsive queries */
@media (max-width: 860px) {
  .process-card-section {
    flex-direction: column;
    padding: 36px 24px;
    gap: 40px;
  }

  .process-card-section2 {
    flex-direction: column;
    padding: 36px 24px;
    gap: 40px;
  }

  .process-left-col {
    min-width: 100%;
  }

  .process-right-col {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .process-circle-container {
    width: 295px;
    height: 295px;
  }

  .node-bottom-left {
    bottom: 15px;
    left: 5px;
  }

  .node-bottom-right {
    bottom: 15px;
    right: 5px;
  }

  .process-icon-node {
    width: 80px;
    height: 80px;
  }

  .process-arrow-1 {
    top: 80px;
    left: 45px;
    width: 50px;
    height: 75px;
  }

  .process-arrow-2 {
    top: 80px;
    right: 45px;
    width: 65px;
    height: 85px;
  }

  .process-arrow-3 {
    bottom: 30px;
    width: 90px;
    height: 30px;
  }

  .process-center-text {
    font-size: 13px;
  }

  .process-desc-card {
    padding: 16px 20px;
  }

  .process-desc-text {
    font-size: 14px;
  }

  .process-footer-nav {
    font-size: 11px;
    gap: 8px;
    justify-content: center;
  }
}


.services-accordion {
  max-width: 1300px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid var(--divider-light02);
  padding: 30px 0;
}

.accordion-header {
  cursor: pointer;
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.accordion-icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--divider-light02);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.accordion-number {
  font-family: 'Inter', sans-serif;
  color: var(--text-orange02);
  font-size: 36px;
  font-weight: 400;
}

.accordion-title h3 {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: var(--text-dark02);
}

.accordion-content {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 30px;
  padding-left: 130px;
  display: flex;
  gap: 60px;
}

.accordion-content p {
  color: var(--text-grey02);
  line-height: 1.8;
}

.accordion-left {
  flex: 1;
}

.accordion-left p {
  color: var(--text-grey02);
  line-height: 1.8;
}

.industry {
  margin-top: 20px;
}

.industry-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-orange);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.tags span {
  border: 1px solid var(--divider-light02);
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--text-dark02);
}

.explore-link {
  color: var(--text-orange02);
  text-decoration: underline;
  font-weight: 500;
}

.explore-link:hover,
.explore-link:focus {
  color: var(--text-dark02);
}



.divider {
  width: 1px;
  background: var(--divider-light02);
}

.accordion-right {
  width: 330px;
}

.accordion-right h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2.09px;
  margin-bottom: 25px;
  color: var(--text-dark02);
}

.accordion-right h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--text-orange04);
}

.accordion-right p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-grey02);
  line-height: 1.6;
}

@media(max-width:991px) {

  .accordion-title h3 {
    font-size: 22px;
  }

  .accordion-number {
    font-size: 24px;
  }

  .accordion-content {
    flex-direction: column;
    padding-left: 0;
  }

  .divider {
    display: none;
  }

  .accordion-right {
    width: 100%;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: all .45s ease;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
  opacity: 1;
  margin-top: 30px;
}

.accordion-item .accordion-icon {
  transition: .3s ease;
}

.accordion-item.active .accordion-icon {
  background: var(--text-orange02);
  color: var(--text-white02);
  border-color: var(--text-orange02);
}

.accordion-title h3 {
  transition: .3s ease;
}

.accordion-item:hover h3 {
  text-decoration: underline;
}


.dots-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  width: fit-content;

  margin-top: -22px;
  margin-right: -23px;
  margin-left: auto;
}

.dot {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--divider-light04);
  /* bg-border color */
  transition: all .3s ease;
}

.hover-card:hover .dot.active {
  background: var(--text-orange);
  /* orange color */
}

.dot.active {
  background: var(--text-grey03);
  /* orange color */
}

@media (max-width:1024px) {
  .dot {
    width: 32px;
    height: 32px;
  }
}

@media (max-width:767px) {
  .dot {
    width: 24px;
    height: 24px;
  }
}


ul.values-list {
  padding: 0px
}

.values-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.values-list li {
  margin-bottom: 16px;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.value-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: var(--color-orange);
  margin-top: 8px;
}

.value-item h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  color: var(--text-dark);
}

.value-item p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin: 2px 0 0;
  font-size: 15px;
  color: var(--color-grey-200);
}

.comparison-section {
  width: 100%;
  max-width: 1300px;
  display: flex;
  gap: 50px;
}

.comparison-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--divider-light02);
}

.comparison-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.comparison-icon svg {
  width: 27px;
  height: auto;
}

/* LEFT SIDE */

.comparison-list-left .comparison-icon {
  border: 1px solid var(--divider-light02);
  background: transparent;
}

.comparison-list-left li span:last-child {
  font-family: 'Inter', sans-serif;
  color: var(--text-grey02);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

/* RIGHT SIDE */

.comparison-list-right .comparison-icon {
  background: var(--bg-orange);
  border: none;
}

.comparison-list-right li span:last-child {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark02);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.comparison-list-left .comparison-icon {
  color: var(--text-grey02);
}

.comparison-list-right .comparison-icon {
  color: var(--text-white);
}

/* Tablet */

@media (max-width: 1024px) {

  .comparison-section {
    gap: 30px;
  }

  .comparison-list li {
    gap: 14px;
  }

  .comparison-list-left li span:last-child,
  .comparison-list-right li span:last-child {
    font-size: 16px;
  }
}

/* Mobile */

@media (max-width: 767px) {

  .comparison-section {
    flex-direction: column;
    gap: 0;
  }

  .comparison-list li {
    gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    align-items: flex-start;
  }

  .comparison-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .comparison-icon svg {
    width: 22px;
  }

  .comparison-list-left li span:last-child,
  .comparison-list-right li span:last-child {
    font-size: 15px;
    line-height: 1.5;
  }
}

.process-center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  z-index: 2;
}

.process-center-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arrow-top-right {
  top: 115px;
  left: 260px;
}

.arrow-right-bottom {
  top: 220px;
  left: 395px;
}

.arrow-bottom-left {
  top: 315px;
  left: 170px;
}

.arrow-left-top {
  top: 170px;
  left: 110px;
}

.node-top2 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.node-bottom-left2 {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.node-bottom-right2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.node-bottom2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.process-icon-wrapper span {
  font-family: 'Inter', sans-serif;
  color: var(--color-grey-200);
  font-size: 18px;
  font-weight: 500;
}

.process-icon-wrapper span {
  transition: color 0.3s ease;
}

.process-icon-node.active .process-icon-wrapper span {
  color: var(--color-orange);
}

.process-arrow-svg {
  position: absolute;
  overflow: visible;
  z-index: 1;
}

/* TOP -> RIGHT */
.arrow-top-right {
  width: 180px;
  height: 70px;
  top: 100px;
  left: 290px;
}

/* RIGHT -> BOTTOM */
.arrow-right-bottom {
  width: 180px;
  height: 70px;
  top: 320px;
  left: 290px;
  transform: rotate(80deg);

}

/* BOTTOM -> LEFT */
.arrow-bottom-left {
  width: 180px;
  height: 70px;
  top: 320px;
  left: 40px;
  transform: rotate(185deg);
}

/* LEFT -> TOP */
.arrow-left-top {
  width: 180px;
  height: 70px;
  top: 100px;
  left: 40px;
  transform: rotate(260deg);
}

@media (max-width: 768px) {

  .process-card-section2 {
    padding: 24px 16px;
    gap: 30px;
  }

  .process-center-image {
    width: 80px;
    height: 80px;
  }

  .process-icon-wrapper span {
    font-size: 14px;
    line-height: 1.3;
  }

  .node-top2 {
    top: 10px;
  }

  .node-bottom2 {
    bottom: 10px;
  }

  .node-bottom-left2 {
    left: 0;
  }

  .node-bottom-right2 {
    right: 0;
  }

  /* arrows mobile par hide */
  .process-arrow-svg {
    display: block;
  }
}

/* =========================================================
   6. DYNAMIC BLOGS & PROGRAMS CAROUSEL
   ========================================================= */
.bp-section {
  color: var(--text-dark);
  font-family: 'Inter', sans-serif;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.bp-container {
  max-width: 1300px;
  margin: 0 auto;
}

.bp-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid var(--text-orange);
  color: var(--text-orange);
  border-radius: 9999px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.bp-header-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .bp-header-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
  }
}

.bp-title {
  font-family: 'Manrope';
  font-size: 60px;
  font-weight: 200;
  margin: 0;
  line-height: 1.2;
  color: var(--text-dark);
}

@media (min-width: 768px) {
  .bp-title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .bp-title {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .bp-title {
    font-size: 60px;
  }
}

.bp-link-btn {
  background: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02) !important;
  border-radius: 9999px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bp-link-btn,
.bp-link-btn:hover,
.bp-link-btn:focus,
.bp-link-btn:active,
.bp-link-btn:visited {
  text-decoration: none !important;
  background: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02) !important;
}

@media (min-width: 1024px) {
  .bp-link-btn {
    padding: 12px 26px;
    font-size: 16px;
  }
}

.bp-link-btn:hover {
  background: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02) !important;
  opacity: 0.9;
}

.bp-link-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.bp-link-btn:hover svg {
  transform: translate(2px, 2px);
}

.bp-tabs-list {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
}

.bp-tabs-list::-webkit-scrollbar {
  display: none;
}

.bp-tab-trigger {
  font-family: inherit;
  background-color: var(--bg-hero);
  border: 1px solid var(--divider-light02);
  color: var(--text-dark02);
  padding: 0.7rem 1.25rem;
  font-size: 0.675rem;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: none;
}

@media (min-width: 768px) {
  .bp-tab-trigger {
    padding: 0.9rem 1.50rem;
    font-size: 0.875rem;
  }
}

.bp-tab-trigger:hover,
.bp-tab-trigger:focus{
  color: var(--text-dark02);
  border-color: var(--divider-light02);
  background: none;
}

.bp-tab-trigger.active {
  background: var(--text-orange);
  border-color: var(--text-orange);
  color: var(--text-white);
}

.bp-carousel {
  position: relative;
  width: 100%;
}

.bp-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.bp-carousel-container {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.bp-carousel-item {
  flex: 0 0 100%;
  min-width: 0;
  padding-right: 100px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .bp-carousel-item {
    flex: 0 0 50%;
  }
}

.bp-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .bp-card {
    gap: 24px;
  }
}

.bp-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em;
}

.bp-card-title a {
  color: var(--text-dark02);
  text-decoration: none !important;
}

@media (min-width: 1024px) {
  .bp-card-title {
    font-size: 32px;
  }
}

.bp-card-badge {
  font-family: 'Inter', sans-serif;
  border: 1px solid var(--text-orange);
  color: var(--text-orange);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bp-card-badge,
.bp-card-badge:hover,
.bp-card-badge:focus {
  text-decoration: none !important;
  color: var(--text-orange);
}

.bp-card-date {
  font-family: 'Inter', sans-serif;
  color: var(--text-grey02);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

/* =========================================================
   6. DYNAMIC BLOGS & PROGRAMS CAROUSEL - FIXED ARROWS
   ========================================================= */

.bp-section {
  color: var(--text-dark);
  font-family: 'Inter', sans-serif;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.bp-container {
  max-width: 1300px;
  margin: 0 auto;
}

.bp-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid var(--text-orange);
  color: var(--text-orange);
  border-radius: 9999px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.bp-header-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .bp-header-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
  }
}

.bp-title {
  font-family: 'Manrope';
  font-size: 60px;
  font-weight: 200;
  margin: 0;
  line-height: 1.2;
  color: var(--text-dark);
}

@media (min-width: 768px) {
  .bp-title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .bp-title {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .bp-title {
    font-size: 60px;
  }
}

.bp-link-btn {
  background: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02) !important;
  border-radius: 9999px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bp-link-btn,
.bp-link-btn:hover,
.bp-link-btn:focus,
.bp-link-btn:active,
.bp-link-btn:visited {
  text-decoration: none !important;
  background: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02) !important;
}

@media (min-width: 1024px) {
  .bp-link-btn {
    padding: 12px 26px;
    font-size: 16px;
  }
}

.bp-link-btn:hover {
  background: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02) !important;
  opacity: 0.9;
}

.bp-link-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.bp-link-btn:hover svg {
  transform: translate(2px, 2px);
}

.bp-tabs-list {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
}

.bp-tabs-list::-webkit-scrollbar {
  display: none;
}

.bp-tab-trigger {
  font-family: inherit;
  background-color: var(--bg-hero);
  border: 1px solid var(--divider-light02);
  color: var(--text-dark02);
  padding: 0.7rem 1.25rem;
  font-size: 0.675rem;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: none;
}

@media (min-width: 768px) {
  .bp-tab-trigger {
    padding: 0.9rem 1.50rem;
    font-size: 0.875rem;
  }
}

.bp-tab-trigger:hover {
  color: var(--text-dark02);
  border-color: var(--divider-light02);
  background: none;
}

.bp-tab-trigger.active {
  background: var(--text-orange);
  border-color: var(--text-orange);
  color: var(--text-white);
}

.bp-carousel {
  position: relative;
  width: 100%;
}

.bp-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.bp-carousel-container {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.bp-carousel-item {
  flex: 0 0 100%;
  min-width: 0;
  padding-right: 100px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .bp-carousel-item {
    flex: 0 0 50%;
  }
}

.bp-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .bp-card {
    gap: 24px;
  }
}

.bp-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em;
}

.bp-card-title a {
  color: var(--text-dark02);
  text-decoration: none !important;
}

@media (min-width: 1024px) {
  .bp-card-title {
    font-size: 32px;
  }
}

.bp-card-badge {
  font-family: 'Inter', sans-serif;
  border: 1px solid var(--text-orange);
  color: var(--text-orange);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bp-card-badge,
.bp-card-badge:hover,
.bp-card-badge:focus {
  text-decoration: none !important;
  color: var(--text-orange);
}

.bp-card-date {
  font-family: 'Inter', sans-serif;
  color: var(--text-grey02);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

/* ========== FIXED CAROUSEL FOOTER & ARROWS ========== */
.bp-carousel-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .bp-carousel-footer {
    margin-top: 50px;
  }
}

/* Button Base Styles - Improved */
.bp-carousel-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  color: var(--text-dark);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  line-height: 1;
  overflow: hidden;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .bp-carousel-btn {
    width: 52px;
    height: 52px;
  }
}

/* SVG inside button - Perfect Centering */
.bp-carousel-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: var(--text-dark);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin: 0 auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

@media (min-width: 1024px) {
  .bp-carousel-btn svg {
    width: 24px;
    height: 24px;
  }
}

/* Hover Effects */
.bp-carousel-btn:hover {
  background: var(--bg-primary);
  color: var(--text-dark);
  transform: scale(1.05);
  cursor: pointer;
}

.bp-carousel-btn:active {
  transform: scale(0.98);
}

/* Disabled State */
.bp-carousel-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.bp-carousel-btn:disabled:hover {
  background: var(--bg-primary);
  color: var(--text-dark);
  transform: none;
}

/* Remove any conflicting styles */
.bp-carousel-btn svg path {
  stroke: var(--text-dark) !important;
  fill: none !important;
}



/* ============================================
   Expertise Tabs - ORIGINAL DESIGN
   Horizontal Scroll, No Visible Scrollbar
   FIXED: All images same height & width
   ============================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.expertise-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  background: transparent;
}

/* ========== TABS LIST - HORIZONTAL SCROLL, NO SCROLLBAR ========== */
.tabs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.75rem;
  padding: 0.5rem 0.25rem 1.5rem 0.25rem;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
  /* Hide scrollbar but keep functionality */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabs-list::-webkit-scrollbar {
  display: none;
}

/* Tab Buttons - Original Pill Style */
.tab-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border: 1px solid var(--divider-light02);
  background-color: transparent;
  padding: 0.6rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-grey);
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .tab-btn {
    padding: 0.7rem 1.75rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .tab-btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}

.tab-btn:hover {
  background-color: transparent;
  border-color: var(--divider-light02);
  color: var(--text-grey);
}

.tab-btn.active {
  background-color: var(--text-orange);
  border-color: var(--text-orange);
  color: var(--text-white);
}

.tab-btn:focus {
  background-color: var(--text-orange);
  border-color: var(--text-orange);
  color: var(--text-white);
}

/* ========== TAB CONTENT PANELS ========== */
.tabs-content {
  position: relative;
  width: 100%;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.25s ease-out;
}

.tab-panel.active-panel {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== EXPERTISE GRID - ORIGINAL CARD DESIGN ========== */
.expertise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  background-color: var(--bg-primary);
  border-radius: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--divider-light02);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02); */
}

@media (min-width: 768px) {
  .expertise-grid {
    grid-template-columns: 1fr 1fr;
    padding: 1.25rem;
    gap: 2rem;
    border-radius: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .expertise-grid {
    padding: 1.5rem;
    gap: 2.5rem;
    border-radius: 2rem;
  }
}

/* Left Content Area */
.expertise-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  order: 2;
}

@media (min-width: 768px) {
  .expertise-info {
    order: 1;
  }
}

.expertise-title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  color: var(--color-orange);
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .expertise-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .expertise-title {
    font-size: 2.25rem;
  }
}

.expertise-description {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-dark);
  font-weight: 300;
  max-width: 90%;
}

@media (min-width: 768px) {
  .expertise-description {
    font-size: 1rem;
  }
}

/* Outline Button */
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 9999px;
  padding: 0.6rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

@media (min-width: 768px) {
  .btn-outline {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .btn-outline {
    padding: 0.85rem 1.8rem;
    font-size: 1rem;
  }
}

.btn-outline:hover,
.btn-outline:focus {
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: var(--color-white);
  transform: translateY(-1px);
}

.btn-outline svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s;
}

.btn-outline:hover svg {
  transform: translate(2px, 2px);
}

/* ========== IMAGE MEDIA - FIXED SIZE (UNIFORM) ========== */
.expertise-media {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  /* Fixed height for image container */
  height: 280px;
}

@media (min-width: 768px) {
  .expertise-media {
    order: 2;
    border-radius: 1.25rem;
    height: 320px;
  }
}

@media (min-width: 1024px) {
  .expertise-media {
    border-radius: 1.5rem;
    height: 360px;
  }
}

/* Image styling - uniform size, cover */
.expertise-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.expertise-media:hover .expertise-img {
  transform: scale(1.03);
}

/* Fallback for images that might load differently */
.expertise-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-group {
  width: 100%;
}

/* Responsive - Adjust heights for mobile */
@media (max-width: 640px) {
  .expertise-grid {
    padding: 1rem;
  }

  .expertise-title {
    font-size: 1.5rem;
  }

  .expertise-description {
    max-width: 100%;
  }

  .expertise-media {
    height: 220px;
  }
}

/* Scroll Hint - Optional (shows that you can scroll) */
.tabs-list {
  cursor: grab;
  scroll-behavior: smooth;
}

.tabs-list:active {
  cursor: grabbing;
}




/* ============================================
   Dynamic Testimonials Cards - Vanilla CSS
   BLACK OVERLAY + BLACK CARD BACKGROUND
   NAME & TITLE - FIXED AT BOTTOM
   ============================================ */

.dynamic-testimonials-section {
  max-width: 1280px;
  margin: 0px !important;
  padding: 0px !important;
}

/* Cards Grid */
.dynamic-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

@media (min-width: 640px) {
  .dynamic-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .dynamic-cards-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 4rem 0;
  }
}

/* Individual Card - BLACK BACKGROUND */
.dynamic-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  background-color: var(--color-dark-surface);
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--text-dark);
}

body.theme-dark .dynamic-testimonial-card {
  border: 1px solid var(--color-grey-100);
}

@media (min-width: 1024px) {
  .dynamic-testimonial-card {
    border-radius: 1.5rem;
    min-height: 450px;
  }
}

@media (max-width: 640px) {
  .dynamic-testimonial-card {
    min-height: 380px;
  }
}

/* Image Wrapper */
.card-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  flex-shrink: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .card-image-wrapper {
    height: 260px;
  }
}

@media (max-width: 640px) {
  .card-image-wrapper {
    height: 200px;
  }
}

/* BLACK OVERLAY - Gradient from Black to Transparent */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to top, var(--color-dark-surface) 10%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 100%);
  transition: opacity 0.5s ease;
  opacity: 1;
}

.dynamic-testimonial-card:hover .image-overlay {
  opacity: 0;
}

/* Card Image */
.card-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  transition: transform 0.7s ease-out;
}

.dynamic-testimonial-card:hover .card-image {
  transform: scale(1.05);
}

/* Divider - White/Grey Line */
.card-divider {
  height: 1px;
  background-color: #28282A;
  margin: 0 1.5rem;
  flex-shrink: 0;
}

/* Card Header - Testimonial Text (Takes remaining space) */
.card-header {
  padding: 1rem 1.5rem 0 1.5rem;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.testimonial-text {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.5;
  color: #68686A;
  margin: 0;
}

@media (min-width: 768px) {
  .testimonial-text {
    font-size: 0.9rem;
  }
}

/* Card Content - Name & Title (ALWAYS AT BOTTOM) */
.card-content {
  padding: 3rem 1.5rem 0.25rem 1.5rem;
  flex-shrink: 0;
  margin-top: auto;
}

.person-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px !important;
  line-height: 1.3;
  color: var(--color-white);
}

@media (min-width: 768px) {
  .person-name {
    font-size: 18px;
  }
}

.person-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: var(--color-orange);
}

/* Button - Updated for Dark Theme */
.button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .button-wrapper {
    margin-top: 4rem;
  }
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02);
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

@media (min-width: 768px) {
  .view-all-btn {
    padding: 1rem 1.75rem;
    font-size: 1rem;
  }
}

.view-all-btn:hover,
.view-all-btn:focus {
  background-color: var(--bg-orange02);
  color: var(--text-white);
  border: 1px solid var(--bg-orange02);
}

.view-all-btn svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s;
}

.view-all-btn:hover svg {
  transform: translate(2px, 2px);
}

.no-testimonials {
  text-align: center;
  padding: 3rem;
  color: var(--text-grey);
}

/* Mobile Grid Fix */
@media (max-width: 640px) {
  .dynamic-testimonial-card {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }

  .dynamic-cards-grid {
    justify-items: center;
  }
}

.elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--text-orange02) !important;
}

/* Parent image container */
.elementor-element-5a27056 {
  justify-content: flex-end;
}

/* White Badge */
.elementor-element-6a754f9 {
  background: var(--color-white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 30px;
  width: fit-content;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

/* Text */
.elementor-element-6d53f6c .elementor-heading-title {
  color: var(--color-orange) !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}


#ast-scroll-top {
  width: 50px;
  height: 50px;
  background: var(--bg-orange);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

body.theme-orange #ast-scroll-top .ast-arrow-svg {
  color: var(--text-white) !important;
}

#ast-scroll-top .ast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0;
}

#ast-scroll-top .ast-arrow-svg {
  width: 12px;
  height: 12px;
  display: block;
}

/* Contact Form */

.required {
  color: #ff4d00;
  margin-left: 2px;
}

/* Hide default CF7 spinner */
.wpcf7-spinner {
  display: none !important;
}

/* Disable button while submitting */
.wpcf7 form.submitting input[type="submit"] {
  opacity: .6;
  pointer-events: none;
  cursor: wait;
  transition: opacity .3s ease;
}

div#ast-scroll-top {
    right: 24px !important;
    bottom: 90px !important;
}

/* Accept All Button - Orange */
.cky-btn-accept {
    background-color: var(--color-orange) !important;
    border-color: var(--color-orange) !important;
    color: #ffffff !important;
}

/* Reject All Button */
.cky-btn-reject {
    background-color: transparent !important;
    border-color: var(--color-orange) !important;
    color: var(--color-orange) !important;
}

/* Manage Cookies / Customise Button */
.cky-btn-customize {
    background-color: transparent !important;
    border-color: var(--color-orange) !important;
    color: var(--color-orange) !important;
}

/* Hover Effects */
.cky-btn-accept:hover {
    opacity: 0.85 !important;
}
.cky-btn-reject:hover,
.cky-btn-customize:hover {
    background-color: var(--color-orange) !important;
    color: #ffffff !important;
}

.cky-notice {
    margin-bottom: 40px;
    margin-top: 20px;
}

/* Show More / Show Less links ka color */
.cky-show-desc-btn,
.cky-show-desc-btn:hover,
.cky-accordion-btn,
.cky-accordion-btn:hover {
    color: var(--bg-orange, orange) !important;
}

/* Save My Preferences button - Border aur Text orange */
.cky-btn-preferences {
    background-color: transparent !important;
    border-color: var(--bg-orange, orange) !important;
    color: var(--bg-orange, orange) !important;
}

/* Save My Preferences - Hover effect */
.cky-btn-preferences:hover {
    background-color: var(--bg-orange, orange) !important;
    color: #ffffff !important;
}

/* Toggle switches ka active color orange */
.cky-switch input:checked + .cky-slider {
    background-color: var(--bg-orange, orange) !important;
}

/* Koi bhi bacha hua blue link */
.cky-preference-content-box a,
.cky-preference-body-wrapper a {
    color: var(--bg-orange, orange) !important;
}

/* Powered by CookieYes - Hide karne ke liye */
[data-cky-tag="powered-by"],
[data-cky-tag="detail-powered-by"] {
    display: none !important;
}


/* =========================================================
   LEFT DRAWER - DESKTOP
   ========================================================= */

.mega-menu-overlay {
    position: fixed !important;
    inset: 0 !important;

    display: flex !important;
    justify-content: flex-start !important;
    align-items: stretch !important;

    padding: 0 !important;

    background: rgba(0, 0, 0, 0.25) !important;

    z-index: 99999 !important;

    overflow: hidden !important;
}


/* Drawer */
.mega-menu-panel {
    width: 900px !important;
    max-width: 90vw !important;

    height: 100vh !important;
    max-height: 100vh !important;

    margin: 0 !important;

    border-radius: 0 24px 24px 0 !important;

    padding: 48px 40px !important;

    transform: translateX(-100%) !important;

    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
}


/* Open */
body.mega-menu-open .mega-menu-panel {
    transform: translateX(0) !important;
}

.mega-menu-left {
    width: 300px !important;
    max-width: 300px !important;
    flex-shrink: 0 !important;
}

.mega-v-divider {
    /* margin: 0 40px !important; */
    flex-shrink: 0 !important;
}

.mega-menu-nav {
    flex: 1 !important;
    min-width: 0 !important;
}


html,
body {
    overflow-x: hidden !important;
}

.mega-menu-overlay {
    overflow-x: hidden !important;
}

.mega-menu-panel {
    overflow-x: hidden !important;
}