/*
Theme Name: Tasalla Theme
Theme URI: https://tasalla.co
Author: Tasalla Team
Description: Premium Custom WordPress Theme for Tasalla Playground & Park Solutions
Version: 1.0.0
Text Domain: tasalla
*/


/* ==========================================================================
   TASALLA CUSTOM FONTS - RELIABLE FONT-FACE REGISTRATION
   ========================================================================== */

/* --- 1. ALEXANDRIA FONT FAMILY --- */
@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url('assets/fonts/alexandria/Alexandria-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* --- 2. MARHEY FONT FAMILY --- */
@font-face {
  font-family: 'Marhey';
  src: url('assets/fonts/marhey/Marhey-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marhey';
  src: url('assets/fonts/marhey/Marhey-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marhey';
  src: url('assets/fonts/marhey/Marhey-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marhey';
  src: url('assets/fonts/marhey/Marhey-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marhey';
  src: url('assets/fonts/marhey/Marhey-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* --- 3. CAPO FONT FAMILY --- */
@font-face {
  font-family: 'Capo';
  src: url('assets/fonts/capo/capo-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Capo';
  src: url('assets/fonts/capo/capo-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ==========================================================================
   TASALLA (tasalla.co) - EXECUTIVE MODERN DESIGN SYSTEM (NO GRADIENTS, NO SHADES)
   - Font Family: 100% Marhey Google Font Enforced Globally
   - Text Alignment: Justified Body Text (text-align: justify)
   - Solid Flat Colors (NO Gradients, NO Button Shades/Shadows)
   - Color Palette: Emerald Green (#00B26A), Royal Purple (#9545CC), Gold (#FCB900), Dark Slate (#0F172A)
   - ZERO Blue Color Used
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Marhey:wght@300;400;500;600;700&family=Alexandria:wght@300;400;500;600;700;800;900&display=swap');

:root {
  /* Core Brand Color Tokens (NO BLUE) */
  --yellow-gold: #FCB900;
  --green-emerald: #00B26A;
  --red-coral: #FF4D4D;
  --purple-royal: #9545CC;
  --navy-dark: #0F172A;

  --dark-heading: #0F172A;
  --body-text: #334155;
  --border-light: #E2E8F0;
  --white: #FFFFFF;

  /* Typography - Marhey Font Family */
  --font-marhey: 'Marhey', cursive, sans-serif !important;
  --font-alexandria: 'Marhey', cursive, sans-serif !important;

  /* Clean Flat Borders and Subtle Containers (NO Gradients / NO Heavy Shadows) */
  /* --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08); */

  /* Layout Constants */
  --container-max: 1280px;
  --header-height: 86px;
}

/* ==========================================================================
   GLOBAL RESET & TYPOGRAPHY ENFORCEMENT (100% MARHEY)
   ========================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea,
select,
option {
  font-family: 'Marhey', cursive, sans-serif !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Marhey', cursive, sans-serif !important;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: 'Marhey', cursive, sans-serif !important;
}

body {
  font-family: 'Marhey', cursive, sans-serif !important;
  font-weight: 300;
  background-color: #FFFFFF;
  color: var(--body-text);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   EXACT TYPOGRAPHY SCALE (MATCHING LIVE SITE)
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Marhey', cursive, sans-serif !important;
  color: var(--dark-heading);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 400 !important;
}

h1 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400 !important;
}

h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  font-weight: 400 !important;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400 !important;
}

h4 {
  font-size: 1.125rem;
  font-weight: 400 !important;
}

a {
  color: var(--green-emerald);
  text-decoration: none;
  font-family: 'Marhey', cursive, sans-serif !important;
  transition: all 0.25s ease;
}

/* Paragraph Text */
p {
  font-family: 'Marhey', cursive, sans-serif !important;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--body-text);
  margin-bottom: 1rem;
  text-align: justify;
}

.about-card-box p,
.parallel-card-vision p,
.parallel-card-mission p,
.value-box-card p,
.service-bento-card p,
.modal-description,
.hero-description {
  text-align: center;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  font-family: 'Marhey', cursive, sans-serif !important;
}

/* Section Common */
.section {
  padding: 6.5rem 0;
  position: relative;
  font-family: 'Marhey', cursive, sans-serif !important;
}

/* Section Tag Badges - Flat Color Styles (NO Gradients) */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.15rem;
  background: rgb(150, 69, 204);
  border: 1px solid var(--purple-royal);
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 50px;
  margin-bottom: 1.25rem;
  font-family: 'Marhey', cursive, sans-serif !important;
}

.section-tag.yellow {
  background: rgb(255, 201, 0);
  border-color: var(--yellow-gold);
  color: #000000;
}

.section-tag.green {
  background: rgb(0, 178, 107);
  border-color: var(--green-emerald);
  color: #ffffff;
}

.section-tag.red {
  background: rgb(246, 80, 62);
  border-color: var(--red-coral);
  color: #ffffff;
}

.section-tag.light {
  background: rgba(15, 23, 42, 0.75);
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

/* .section-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
} */

.section-about,
.section-contact {
  position: relative;
  overflow: hidden;
}

.section-bg-icon {
  position: absolute;
  z-index: 0;
  width: clamp(150px, 20vw, 280px);
  height: auto;
  opacity: 0.11;
  pointer-events: none;
  user-select: none;
}

.section-bg-icon-about {
  top: 2rem;
  right: 4%;
  transform: rotate(12deg);
}

.section-bg-icon-values {
  bottom: 1.5rem;
  left: 3%;
  transform: rotate(-14deg);
}

.section-bg-icon-child-dev {
  top: 18%;
  right: max(1rem, calc((100% - 1180px) / 2 - 170px));
  width: 145px;
  opacity: 0.32;
  transform: translateY(-50%) rotate(10deg);
}

.section-bg-icon-play {
  top: 58%;
  left: max(1rem, calc((100% - 1180px) / 2 - 170px));
  width: 145px;
  opacity: 0.32;
  transform: translateY(-50%) rotate(-10deg);
}

.why-playgrounds-section {
  position: relative;
  overflow: hidden;
}

.section-header {
  margin-bottom: 3.5rem;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-tag {
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-bottom: 0.85rem;
  color: var(--dark-heading);
}

.section-subtitle {
  font-size: 1.05rem;
  max-width: 720px;
  color: var(--body-text);
  text-align: center;
  line-height: 1.75;
}

.section-header.center .section-subtitle {
  margin: 0 auto;
}

/* ==========================================================================
   BUTTON SYSTEM - SOLID FLAT COLORS ONLY (NO GRADIENTS, NO BUTTON SHADES)
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 2rem;
  font-weight: 400;
  font-size: 0.88rem;
  font-family: 'Marhey', cursive, sans-serif !important;
  border-radius: 50px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  box-shadow: none !important;
}

/* Solid Emerald Green Button (NO Gradient, NO Shade) */
.btn-primary,
.btn-green {
  background: #00B26A !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-green:hover {
  background: #008751 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: none !important;
}

/* Solid Royal Purple Button (NO Gradient, NO Shade) */
.btn-purple {
  background: #9645CC !important;
  color: #000000 !important;
  box-shadow: none !important;
}

.btn-purple:hover {
  background: #9645cc !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: none !important;
}

/* Solid Gold Button (NO Gradient, NO Shade) */
.btn-gold {
  background: #FCB900 !important;
  color: #000000 !important;
  box-shadow: none !important;
}

.btn-gold:hover {
  background: #E5A800 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: none !important;
}

/* ==========================================================================
   HEADER NAVIGATION ARCHITECTURE
   ========================================================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  transition: all 0.3s ease;
  border-top: 4px solid var(--purple-royal);
  background: rgb(246, 80, 62);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.header.scrolled {
  background: rgb(246, 80, 62);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.1);
  height: 76px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-wrapper:hover .logo-img {
  transform: scale(1.04);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-link {
  font-family: 'Marhey', cursive, sans-serif !important;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--dark-heading);
  position: relative;
  padding: 0.5rem 0;
  letter-spacing: 0.04em;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--purple-royal);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

.mobile-toggle span {
  width: 26px;
  height: 2.5px;
  background: var(--dark-heading);
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* ==========================================================================
   MAIN HERO BANNER (NO GRADIENTS ANYWHERE)
   ========================================================================== */

.hero {
  padding-top: 210px !important;
  padding-bottom: 6rem;
  min-height: 90vh;
  display: flex;
  align-items: flex-start !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.45) 100%), url('assets/images/banners/hero-playground-station.jpg') center/cover no-repeat fixed;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #00B26A;
}

.hero-content {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left !important;
  margin-top: 2rem !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 760px;
}

.hero-title {
  color: #FFFFFF;
  margin-bottom: 1.25rem !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85);
}

.hero-description {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.5rem !important;
  max-width: 680px;
  line-height: 1.85;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.hero-actions {
  display: flex;
  gap: 1.15rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.stat-number {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--yellow-gold);
  line-height: 1;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 0.4rem;
}

/* ==========================================================================
   ABOUT TASALLA SECTION
   ========================================================================== */

.section-about {
  background-color: #FFFFFF;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-card-box {
  background: #F8FAFC;
  padding: 2.75rem;
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--border-light);
  position: relative;
  transition: all 0.35s ease;
}

.about-card-box:hover {
  border-color: var(--purple-royal);
}

.about-highlight-box {
  background: rgba(0, 178, 106, 0.1);
  border-left: 5px solid var(--green-emerald);
  padding: 1.4rem 1.6rem;
  border-radius: 0 12px 12px 0;
  margin-top: 1.5rem;
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 300 !important;
  color: var(--dark-heading);
  font-size: 0.88rem;
  line-height: 1.8;
  text-align: justify;
}

/* ==========================================================================
   PARALLEL VISION & MISSION SHOWCASE (SOLID FLAT COLORS)
   ========================================================================== */

.section-parallel-vm {
  background-color: #F8FAFC;
  padding: 6.5rem 0;
}

.parallel-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

/* Left Parallel Card: OUR VISION (SOLID GOLD #FCB900) */
.parallel-card-vision {
  background: rgb(255, 201, 0);
  color: #FFFFFF;
  border-radius: 28px;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.parallel-card-vision:hover {
  transform: translateY(-6px);
}

.parallel-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1.25rem;
}

.parallel-card-vision h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 900;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.parallel-card-vision p {
  font-size: 1.02rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 1.75rem;
  text-align: left;
}

.parallel-card-media {
  width: 100%;
  height: 300px !important;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #FFFFFF;
}

.parallel-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right Parallel Card: OUR MISSION (SOLID ROYAL PURPLE #9545CC) */
.parallel-card-mission {
  background: rgb(150, 69, 204);
  color: #FFFFFF;
  border-radius: 28px;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.parallel-card-mission:hover {
  transform: translateY(-6px);
}

.parallel-card-badge.light {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #000000;
}

.parallel-card-mission h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.parallel-card-mission p {
  font-size: 1.02rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 1.75rem;
  text-align: left;
}

/* ==========================================================================
   4-PILLAR VALUES GRID (FLAT SOLID CARDS)
   ========================================================================== */

.section-values {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 6.5rem 0;
}

.values-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

.value-box-card {
  background: #F8FAFC;
  padding: 2.25rem 1.75rem;
  border-radius: 20px;
  border: 2px solid var(--border-light);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value-box-card.gold {
  border-top: 4px solid var(--yellow-gold);
}

.value-box-card.green {
  border-top: 4px solid var(--green-emerald);
}

.value-box-card.blue {
  border-top: 4px solid var(--green-emerald);
}

.value-box-card.purple {
  border-top: 4px solid var(--purple-royal);
}

.value-box-card.navy {
  border-top: 4px solid var(--navy-dark);
}

.value-box-card.red {
  border-top: 4px solid var(--red-coral);
}

.value-box-card:hover {
  transform: translateY(-5px);
  background: #FFFFFF;
}

.value-icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.value-icon-badge.gold {
  background: rgba(252, 185, 0, 0.15);
  border: 1.5px solid var(--yellow-gold);
  color: #D97706;
}

.value-icon-badge.green {
  background: rgba(0, 178, 106, 0.15);
  border: 1.5px solid var(--green-emerald);
  color: var(--green-emerald);
}

.value-icon-badge.navy {
  background: rgba(15, 23, 42, 0.12);
  border: 1.5px solid var(--navy-dark);
  color: var(--navy-dark);
}

.value-icon-badge.red {
  background: rgba(255, 77, 77, 0.12);
  border: 1.5px solid var(--red-coral);
  color: var(--red-coral);
}

.value-icon-badge.blue {
  background: rgba(0, 178, 106, 0.15);
  border: 1.5px solid var(--green-emerald);
  color: var(--green-emerald);
}

.value-icon-badge.purple {
  background: rgba(149, 69, 204, 0.15);
  border: 1.5px solid var(--purple-royal);
  color: var(--purple-royal);
}

.value-box-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
  color: var(--dark-heading);
}

.value-box-card p {
  font-size: 0.96rem;
  text-align: left;
}

/* ==========================================================================
   SERVICES & EQUIPMENT BENTO SHOWCASE
   ========================================================================== */

.section-services-bento {
  background-color: #F8FAFC;
  padding: 6.5rem 0;
}

.services-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.service-bento-card {
  background: #FFFFFF;
  padding: 2.5rem 2.25rem;
  border-radius: 24px;
  border: 2px solid var(--border-light);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.service-bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transition: height 0.3s ease;
}

.service-bento-card.card-01::before {
  background: #f35045;
}

.service-bento-card.card-02::before {
  background: var(--green-emerald);
}

.service-bento-card.card-03::before {
  background: var(--purple-royal);
}

.service-bento-card.card-04::before {
  background: #f35045;
}

.service-bento-card.card-05::before {
  background: var(--green-emerald);
}

.service-bento-card.card-06::before {
  background: var(--purple-royal);
}

.service-bento-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12), 0 0 20px rgba(243, 80, 69, 0.15);
  border-color: #f35045;
}

.service-bento-card.card-03:hover,
.service-bento-card.card-06:hover {
  border-color: var(--purple-royal);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12), 0 0 20px rgba(149, 69, 204, 0.18);
}

.bento-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-bento-card:hover .bento-card-badge {
  transform: scale(1.15) rotate(4deg);
}

.service-bento-card.card-01 .bento-card-badge {
  background: rgba(243, 80, 69, 0.15);
  color: #f35045;
  border: 1px solid rgba(243, 80, 69, 0.3);
}

.service-bento-card.card-02 .bento-card-badge {
  background: rgba(0, 178, 106, 0.15);
  color: var(--green-emerald);
  border: 1px solid rgba(0, 178, 106, 0.3);
}

.service-bento-card.card-03 .bento-card-badge {
  background: rgba(149, 69, 204, 0.15);
  color: var(--purple-royal);
  border: 1px solid rgba(149, 69, 204, 0.3);
}

.service-bento-card.card-04 .bento-card-badge {
  background: rgba(243, 80, 69, 0.15);
  color: #f35045;
  border: 1px solid rgba(243, 80, 69, 0.3);
}

.service-bento-card.card-05 .bento-card-badge {
  background: rgba(0, 178, 106, 0.15);
  color: var(--green-emerald);
  border: 1px solid rgba(0, 178, 106, 0.3);
}

.service-bento-card.card-06 .bento-card-badge {
  background: rgba(149, 69, 204, 0.15);
  color: var(--purple-royal);
  border: 1px solid rgba(149, 69, 204, 0.3);
}

.service-bento-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
  color: var(--dark-heading);
  line-height: 1.35;
  font-weight: 800;
}

.service-bento-card p {
  font-size: 0.95rem;
  color: var(--body-text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.bento-card-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--purple-royal);
  transition: transform 0.3s ease, color 0.3s ease;
}

.service-bento-card:hover .bento-card-action {
  transform: translateX(8px);
  color: #f35045;
}

/* Equipment Product Banner Cards Sub-grid */
.equipment-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.85rem;
}

.equip-banner-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.85rem;
  color: #FFFFFF;
  border: 2px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.equip-banner-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #f35045;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25), 0 0 25px rgba(243, 80, 69, 0.2);
}

.equip-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.equip-banner-card:hover .equip-banner-bg {
  transform: scale(1.12) rotate(1deg);
}

.equip-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.85) 100%); */
  z-index: 2;
  transition: opacity 0.3s ease;
}

.equip-banner-content {
  position: relative;
  z-index: 3;
}

.equip-banner-content h4 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.equip-banner-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   DEVELOPMENT IMPACT SECTION
   ========================================================================== */

.child-dev-banner {
  background: linear-gradient(rgba(15, 23, 42, 0), rgba(15, 23, 42, 0)), url('assets/images/photo-38.jpeg') center/cover no-repeat;
  color: #FFFFFF;
  padding: 5.5rem 0;
  border-radius: 32px;
  margin: 3rem 0;
  border: 2px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.child-dev-banner h2 {
  color: #FFFFFF;
  margin-bottom: 1.15rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.child-dev-banner>.container>p {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.303);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font: size 0.08em;
}

.skill-pills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.75rem;
}

.skill-pill-card {
  background: #FFFFFF;
  border: 2px solid var(--border-light);
  padding: 1.85rem 1.6rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.skill-pill-card h4 {
  color: #0F172A;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  font-weight: 400 !important;
  text-align: left;
}

.skill-pill-card p {
  text-align: left;
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
  line-height: 1.65;
}

/* ==========================================================================
   CONTACT SECTION & MAP
   ========================================================================== */

.section-contact {
  background-color: #FFFFFF;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
}

.contact-info-box {
  background: #0F172A;
  color: #FFFFFF;
  padding: 2.75rem 2.5rem;
  border-radius: 24px;
  border: 2px solid var(--purple-royal);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.35rem;
}

.contact-info-box h3 {
  color: #FFFFFF;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1rem;
}

.contact-item-phone {
  align-items: flex-start;
}

.contact-item-phone .contact-icon {
  margin-top: 0.15rem;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(252, 185, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow-gold);
  flex-shrink: 0;
  border: 1px solid var(--yellow-gold);
}

.contact-text label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.15rem;
}

.contact-text a,
.contact-text span {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.98rem;
}

.contact-info-whatsapp-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
}

.contact-form-box {
  background: #FFFFFF;
  padding: 3rem 2.75rem;
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--border-light);
}

.form-group {
  margin-bottom: 1.35rem;
}

.form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--dark-heading);
  margin-bottom: 0.4rem;
}

.form-control {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-size: 0.96rem;
  border: 2px solid var(--border-light);
  border-radius: 10px;
  background: #F8FAFC;
  transition: all 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--purple-royal);
  background: #FFFFFF;
}

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

.footer-map-mini {
  width: 100%;
  height: 200px;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #FFFFFF;
  clear: both;
  position: relative;
  z-index: 1;
  margin-top: 0.75rem;
}

.footer-map-mini iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ==========================================================================
   AUTHENTIC ROYAL PURPLE (#9545CC) NEWSLETTER SECTION (FLAT SOLID)
   ========================================================================== */

.newsletter-live-card {
  background-color: var(--purple-royal) !important;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  color: #FFFFFF !important;
  margin-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}

.newsletter-live-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.newsletter-live-text h3 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #FFFFFF !important;
  margin-bottom: 0.65rem;
}

.newsletter-live-text p {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.95) !important;
  margin: 0;
  text-align: justify;
}

.newsletter-live-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.newsletter-live-input {
  width: 100%;
  padding: 1rem 1.35rem;
  font-size: 0.96rem;
  border: none;
  border-radius: 12px;
  background: #FFFFFF !important;
  color: #000000 !important;
  font-family: 'Marhey', cursive, sans-serif !important;
}

.newsletter-live-btn {
  width: 100%;
  padding: 0.9rem;
  font-weight: 800;
  font-size: 1rem;
  background: var(--yellow-gold) !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Marhey', cursive, sans-serif !important;
  box-shadow: none !important;
}

.newsletter-live-btn:hover {
  background: #E5A800 !important;
  color: #000000 !important;
}

/* ==========================================================================
   FUTURISTIC EXECUTIVE CORPORATE FOOTER
   ========================================================================== */

.footer-futuristic {
  background: #0F172A;
  color: rgba(255, 255, 255, 0.82);
  padding-top: 4.5rem;
  padding-bottom: 2.25rem;
  position: relative;
}

.footer-top-accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--purple-royal);
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand-box img {
  height: 48px;
  width: auto;
  margin-bottom: 1.25rem;
}

.footer-brand-box p {
  font-size: 0.94rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 1.25rem;
  text-align: justify;
}

.footer-col-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #FFFFFF !important;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--yellow-gold);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-links-list a:hover {
  color: var(--yellow-gold) !important;
  padding-left: 6px;
}

.footer-contact-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-contact-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(252, 185, 0, 0.18);
  border: 1px solid var(--yellow-gold);
  color: var(--yellow-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.footer-contact-badge-text label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact-badge-text a {
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 0.92rem;
}

.footer-whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.4rem;
  background: #25D366;
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 50px;
  margin-top: 0.85rem;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.footer-whatsapp-pill:hover {
  transform: translateY(-2px);
  background: #20BA5A;
}

.footer-bottom-bar {
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   MODAL STYLES
   ========================================================================== */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(18px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: #FFFFFF;
  width: 100%;
  max-width: 820px;
  max-height: 90vh;
  border-radius: 28px;
  border: 2px solid var(--border-light);
  overflow-y: auto;
  position: relative;
  transform: scale(0.88) translateY(30px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.active .modal-container {
  transform: scale(1) translateY(0);
}

.modal-banner {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}

.modal-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.65);
}

.modal-close-btn {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.modal-close-btn:hover {
  background: var(--red-coral);
  transform: rotate(90deg);
}

.modal-body {
  padding: 2.5rem;
}

.modal-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  background: rgba(149, 69, 204, 0.15);
  border: 1px solid var(--purple-royal);
  color: var(--purple-royal);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.modal-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 0.85rem;
}

.modal-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--body-text);
  margin-bottom: 1.75rem;
  text-align: justify;
}

.modal-features-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.modal-feature-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #F8FAFC;
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  font-weight: 600;
  font-size: 0.9rem;
  color: #000000;
}

.modal-feature-item span {
  color: var(--green-emerald);
  font-weight: 800;
}

.modal-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

/* Persistent Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none !important;
}

.floating-whatsapp:hover {
  transform: scale(1.08);
  background-color: #20BA5A;
}

.floating-whatsapp-tooltip {
  position: absolute;
  right: 74px;
  background: rgba(15, 23, 42, 0.94);
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.floating-whatsapp:hover .floating-whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  right: 78px;
}

/* GLOBAL RESPONSIVE MOBILE & TABLET SYSTEM (TASALLA EXECUTIVE) */

/* Mobile Backdrop Overlay */
.nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.nav-backdrop.active {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden !important;
}

/* --- TABLET & DESKTOP MEDIUM (max-width: 1024px) --- */
@media (max-width: 1024px) {
  .container {
    padding: 0 1.5rem;
  }

  .values-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .spec-matrix-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* --- MAIN MOBILE & TABLET PORTRAIT (max-width: 991px) --- */
@media (max-width: 991px) {
  :root {
    --header-height: 76px;
  }

  /* Header & Navigation Drawer */
  .header {
    height: var(--header-height);
    z-index: 1050;
  }

  .header.scrolled {
    height: 70px;
  }

  nav {
    display: contents;
  }

  .mobile-toggle {
    display: flex !important;
    z-index: 110000;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
  }

  .mobile-toggle span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }

  /* Hamburger X Animation */
  .mobile-toggle.open span {
    background: #FFFFFF !important;
  }

  .mobile-toggle.open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .mobile-toggle.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-8px);
  }

  .mobile-toggle.open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 82% !important;
    max-width: 320px !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #FFFFFF !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 5.5rem 1.75rem 2.5rem !important;
    gap: 0 !important;
    box-shadow: -10px 0 35px rgba(15, 23, 42, 0.35) !important;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 100000 !important;
    overflow-y: auto !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .nav-menu.mobile-open {
    transform: translateX(0) !important;
  }

  .nav-menu li {
    width: 100%;
    border-bottom: 1px solid #E2E8F0;
    list-style: none;
  }

  .nav-menu .nav-link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #0F172A !important;
  }

  .nav-actions {
    gap: 0.75rem;
  }

  .nav-actions .btn {
    padding: 0.5rem 1.15rem;
    font-size: 0.88rem !important;
  }

  /* Hero Banner Resets */
  .hero {
    padding-top: 150px !important;
    padding-bottom: 4rem;
    min-height: auto;
    background-attachment: scroll;
  }

  .hero-content {
    margin-left: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
  }

  .hero-title {
    margin-bottom: 1.25rem !important;
    font-size: clamp(1.85rem, 5.5vw, 2.6rem) !important;
  }

  .hero-description {
    margin-bottom: 1.75rem !important;
    max-width: 100% !important;
    font-size: 1.02rem !important;
    text-align: center !important;
  }

  .hero-actions {
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 2.25rem;
  }

  .hero-floating-badges-row {
    justify-content: center;
  }

  /* Section Grids Single Column */
  .about-grid,
  .parallel-vm-grid,
  .services-bento-grid,
  .contact-grid,
  .newsletter-live-grid,
  .child-grid-2 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .equipment-banner-grid,
  .skill-pills-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .parallel-card-media {
    height: 240px !important;
  }

  /* Single Project Details */
  .project-section-block>div {
    grid-template-columns: 1fr !important;
    gap: 2.25rem !important;
  }

  .results-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- SMALL MOBILE & PHONES (max-width: 768px) --- */
@media (max-width: 768px) {
  .section {
    padding: 4.5rem 0;
  }

  .section-header {
    margin-bottom: 2.5rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 4.8vw, 1.85rem);
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .about-card-box,
  .contact-form-box,
  .contact-info-box,
  .child-showcase-card,
  .newsletter-live-card {
    padding: 1.75rem 1.25rem;
    border-radius: 20px;
  }

  .parallel-card-vision,
  .parallel-card-mission {
    padding: 2rem 1.35rem;
    border-radius: 22px;
  }

  .skill-pills-grid,
  .equipment-banner-grid,
  .spec-matrix-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .equip-banner-card {
    height: 260px;
  }

  .child-dev-banner {
    padding: 3.5rem 1.25rem;
    margin: 2rem 0;
    border-radius: 20px;
  }

  .newsletter-live-text p {
    text-align: center !important;
  }

  .newsletter-live-text h3 {
    font-size: 1.5rem;
  }

  .section-bg-icon {
    width: 120px;
    opacity: 0.07;
  }

  .section-bg-icon-child-dev,
  .section-bg-icon-play {
    display: none;
  }

  /* Modals */
  .modal-container {
    width: 94%;
    max-height: 85vh;
    border-radius: 20px;
  }

  .modal-banner {
    height: 180px;
  }

  .modal-body {
    padding: 1.5rem 1.25rem;
  }

  .modal-features-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .modal-footer {
    flex-direction: column;
    width: 100%;
  }

  .modal-footer .btn {
    width: 100%;
  }

  /* Project Details */
  .project-subnav-bar {
    top: 70px;
  }

  .project-subnav-container {
    gap: 1.5rem;
  }

  .gallery-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
    gap: 1.25rem;
  }

  .feature-card-image img {
    height: 280px;
  }
}

/* --- EXTRA SMALL MOBILES (max-width: 576px) --- */
@media (max-width: 576px) {
  .container {
    padding: 0 1rem;
  }

  .logo-img {
    height: 38px;
  }

  .nav-actions .btn {
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem !important;
  }

  .hero {
    padding-top: 130px !important;
    padding-bottom: 3rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    padding: 0.85rem 1.5rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .stat-number {
    font-size: 2.1rem;
  }

  .values-grid-4,
  .services-bento-grid,
  .footer-main-grid,
  .results-grid-4 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .floating-whatsapp {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp-tooltip {
    display: none;
  }

  .cta-project-banner {
    padding: 2.75rem 1.25rem;
    margin: 2.5rem 0 1.5rem;
  }

  .cta-project-banner .btn {
    width: 100%;
  }
}

/* ==========================================================================
   BUGLO-INSPIRED CHILD PLAY SHOWCASE SECTION (TASALLA BRANDING)
   ========================================================================== */
.child-showcase-section {
  position: relative;
  padding: 5rem 0;
  background: #FFFFFF;
}

.child-showcase-card {
  background: #FFFFFF;
  border-radius: 24px;
  border: 2px solid var(--border-light);
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.child-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  border-color: var(--purple-royal);
}

.buglo-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.buglo-badge-pill.coral {
  background: rgba(243, 80, 69, 0.1);
  color: #f35045;
  border: 1px solid rgba(243, 80, 69, 0.25);
}

.buglo-badge-pill.purple {
  background: rgba(149, 69, 204, 0.1);
  color: var(--purple-royal);
  border: 1px solid rgba(149, 69, 204, 0.25);
}

.child-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.child-feature-box {
  background: #F8FAFC;
  border-radius: 18px;
  padding: 1.5rem;
  border: 1px solid var(--border-light);
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  transition: transform 0.25s ease;
}

.child-feature-box:hover {
  transform: translateX(4px);
  background: #FFFFFF;
}

.child-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f35045;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.child-icon-circle.purple {
  background: var(--purple-royal);
}

/* ==========================================================================
   BACKGROUND VECTOR PLAY ANIMATIONS
   ========================================================================== */
@keyframes floatGentle {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(4deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes swingPendulum {
  0% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

@keyframes pulsePlayRing {
  0% {
    transform: scale(0.95);
    opacity: 0.1;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.22;
  }

  100% {
    transform: scale(0.95);
    opacity: 0.1;
  }
}

.vector-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.vector-play-swing {
  position: absolute;
  top: 10px;
  right: 6%;
  color: #f35045;
  opacity: 0.14;
  animation: swingPendulum 4.5s ease-in-out infinite;
  transform-origin: top center;
}

.vector-play-rocket {
  position: absolute;
  bottom: 25px;
  left: 4%;
  color: var(--purple-royal);
  opacity: 0.14;
  animation: floatGentle 5.5s ease-in-out infinite;
}

.vector-play-stars {
  position: absolute;
  top: 25px;
  left: 30%;
  color: #f35045;
  opacity: 0.15;
  animation: pulsePlayRing 4s ease-in-out infinite;
}

/* ==========================================================================
   FEATURE 1: FLOATING HERO PLAY BADGES
   ========================================================================== */
@keyframes floatHeroBadge {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}

.hero-floating-badges-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.hero-floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.5rem 1.15rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  animation: floatHeroBadge 5s ease-in-out infinite;
}

.hero-floating-badge.coral-glow {
  border-color: rgba(243, 80, 69, 0.6);
  background: rgba(243, 80, 69, 0.25);
}

.hero-floating-badge.purple-glow {
  border-color: rgba(149, 69, 204, 0.6);
  background: rgba(149, 69, 204, 0.25);
  animation-delay: 1.5s;
}

/* ==========================================================================
   FEATURE 2: PLAY ACTIVITY BADGE RINGS FOR SERVICES
   ========================================================================== */
.play-activity-badge-ring {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(243, 80, 69, 0.1);
  border: 1px solid rgba(243, 80, 69, 0.25);
  color: #f35045;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.play-activity-badge-ring.purple {
  background: rgba(149, 69, 204, 0.1);
  border-color: rgba(149, 69, 204, 0.25);
  color: var(--purple-royal);
}

.equip-banner-card:hover .play-activity-badge-ring {
  transform: scale(1.1);
}

/* ==========================================================================
   FEATURE 3: PLAY PATH TRAJECTORY VECTOR CURVES
   ========================================================================== */
.play-trajectory-curve {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 140px;
  height: 140px;
  pointer-events: none;
  opacity: 0.18;
  z-index: 1;
}

/* ==========================================================================
   UNIQUE INTERACTIVE HOTSPOT & AGE-ZONE SHOWCASE COMPONENT
   ========================================================================== */
@keyframes pulseGlow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(243, 80, 69, 0.7);
  }

  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 14px rgba(243, 80, 69, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(243, 80, 69, 0);
  }
}

@keyframes pulseGlowPurple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(149, 69, 204, 0.7);
  }

  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 14px rgba(149, 69, 204, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(149, 69, 204, 0);
  }
}

.hotspot-dot {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f35045;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  z-index: 10;
  animation: pulseGlow 2.5s infinite;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hotspot-dot.purple {
  background: var(--purple-royal);
  animation: pulseGlowPurple 2.5s infinite 0.8s;
}

.hotspot-tooltip {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FFFFFF;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.hotspot-dot:hover .hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.tab-btn-pill {
  background: #F8FAFC;
  color: var(--dark-heading);
  border: 1px solid var(--border-light);
  padding: 0.6rem 1.35rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn-pill.active {
  background: #f35045;
  color: #FFFFFF;
  border-color: #f35045;
  box-shadow: 0 6px 20px rgba(243, 80, 69, 0.3);
}

/* ==========================================================================
   FEATURE: SERVICES FLOATING GLASSMORPHISM SPEC MATRIX BAR
   ========================================================================== */
.services-spec-matrix {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 1.75rem 2rem;
  margin: 2.75rem 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.services-spec-matrix::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f35045, #9545CC, var(--yellow-gold), #f35045);
}

.spec-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.spec-matrix-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.spec-matrix-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.25);
}

.spec-matrix-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(243, 80, 69, 0.25);
  color: #f35045;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spec-matrix-icon.purple {
  background: rgba(149, 69, 204, 0.25);
  color: var(--purple-royal);
}

.spec-matrix-info h5 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
}

.spec-matrix-info p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}


/* ==========================================================================
   TASALLA (tasalla.co) - ULTRA-MODERN PROFESSIONAL ANIMATIONS SYSTEM
   - Scroll-Triggered Reveal Animations (Fade, Slide, Scale, Stagger)
   - Micro-Interactions & Floating Accents
   - Counter Animations & Smooth Transitions
   - ZERO Heavy Libraries - 100% Native CSS Keyframes & Intersection Observer
   ========================================================================== */

/* Reveal Base Classes */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Directional Slide Reveals */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale.active {
  opacity: 1;
  transform: scale(1);
}

/* Stagger Delays for Grid Elements */
.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

/* Subtle Floating Animation for Badges & Icons */
@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.animate-float {
  animation: floatY 4s ease-in-out infinite;
}

/* Subtle Pulse for Call-to-Action Highlights */
@keyframes pulseSubtle {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

.animate-pulse {
  animation: pulseSubtle 3s ease-in-out infinite;
}

/* Card Hover Elevation Motion */
.hover-lift {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-6px);
}

/* Smooth Accordion & Tab Motion */
.tab-fade-enter {
  animation: fadeInTab 0.4s ease forwards;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   HERO ENTRANCE KEYFRAME ANIMATIONS (WITHOUT BOXES)
   ========================================================================== */
@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(35px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBadgePop {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(15px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.hero-animate-badge {
  animation: heroBadgePop 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-animate-title {
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
  opacity: 0;
}

.hero-animate-desc {
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
  opacity: 0;
}

.hero-animate-btn {
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
  opacity: 0;
}

/* ==========================================================================
   DYNAMIC MULTI-DIRECTIONAL RANDOM PATH BACKGROUND ANIMATIONS
   ========================================================================== */
@keyframes bgIconRandom1 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(40px, -45px) rotate(22deg) scale(1.18);
  }

  50% {
    transform: translate(-35px, -70px) rotate(-18deg) scale(0.92);
  }

  75% {
    transform: translate(45px, -25px) rotate(26deg) scale(1.12);
  }

  100% {
    transform: translate(0, 0) rotate(360deg) scale(1);
  }
}

@keyframes bgIconRandom2 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(-50px, 30px) rotate(-25deg) scale(1.2);
  }

  40% {
    transform: translate(35px, 55px) rotate(18deg) scale(0.86);
  }

  60% {
    transform: translate(-30px, -40px) rotate(-22deg) scale(1.15);
  }

  80% {
    transform: translate(40px, 25px) rotate(28deg) scale(0.94);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes bgIconRandom3 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(0.9);
  }

  33% {
    transform: translate(-55px, -40px) rotate(135deg) scale(1.24);
  }

  66% {
    transform: translate(50px, 45px) rotate(250deg) scale(0.85);
  }

  100% {
    transform: translate(0, 0) rotate(360deg) scale(0.9);
  }
}

@keyframes bgIconRandom4 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(55px, 35px) rotate(-28deg) scale(1.16);
  }

  50% {
    transform: translate(-45px, -40px) rotate(20deg) scale(0.88);
  }

  75% {
    transform: translate(-25px, 50px) rotate(-22deg) scale(1.18);
  }

  100% {
    transform: translate(0, 0) rotate(-360deg) scale(1);
  }
}

@keyframes bgIconRandom5 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(0.95);
  }

  30% {
    transform: translate(-65px, -35px) rotate(32deg) scale(1.22);
  }

  60% {
    transform: translate(40px, -60px) rotate(-24deg) scale(0.88);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(0.95);
  }
}

@keyframes bgIconRandom6 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(-40px, -50px) rotate(-35deg) scale(1.15);
  }

  50% {
    transform: translate(45px, -25px) rotate(24deg) scale(0.86);
  }

  75% {
    transform: translate(-20px, 40px) rotate(-18deg) scale(1.18);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

.bg-icon-animated-1 {
  animation: bgIconRandom1 4.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.bg-icon-animated-2 {
  animation: bgIconRandom2 4.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.bg-icon-animated-3 {
  animation: bgIconRandom3 3.9s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.bg-icon-animated-4 {
  animation: bgIconRandom4 5.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.bg-icon-animated-5 {
  animation: bgIconRandom5 4.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.bg-icon-animated-6 {
  animation: bgIconRandom6 3.7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}




/* WordPress Admin Bar Compatibility Fix */
body.admin-bar .header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px !important;
  }
}

/* ==========================================================================
   SINGLE PROJECT DETAIL PAGE STYLES (MATCHING USER REFERENCE DESIGN)
   ========================================================================== */

/* Project Sub-navigation Bar */
.project-subnav-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: var(--header-height, 80px);
  z-index: 90;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.project-subnav-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 0.5rem;
}

.project-subnav-container::-webkit-scrollbar {
  display: none;
}

.project-subnav-link {
  display: inline-block;
  padding: 1.15rem 0.25rem;
  font-family: 'Alexandria', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--body-text);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.project-subnav-link:hover,
.project-subnav-link.active {
  color: var(--green-emerald);
  border-bottom-color: var(--green-emerald);
}

/* Project Section Blocks */
.project-section-block {
  padding: 4.5rem 0 2.5rem;
  scroll-margin-top: 140px;
}

.project-section-block+.project-section-block {
  border-top: 1px solid var(--border-light);
}

/* Specifications Vertical Card Sidebar */
.specs-vertical-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.spec-item-row {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #F1F5F9;
}

.spec-item-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.spec-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(0, 178, 106, 0.1);
  color: var(--green-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spec-text-col label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748B;
  margin-bottom: 0.2rem;
}

.spec-text-col span {
  display: block;
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--dark-heading);
  line-height: 1.35;
}

/* Checkmark List */
.checkmark-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.checkmark-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--body-text);
  margin-bottom: 0.9rem;
  font-weight: 500;
}

.checkmark-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 178, 106, 0.15);
  color: var(--green-emerald);
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Feature Image Container */
.feature-card-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--border-light);
}

.feature-card-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.feature-card-image:hover img {
  transform: scale(1.03);
}

/* Results Grid 4 Columns */
.results-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-top: 2rem;
}

.result-card-box {

  background: #F8FAFC;
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  box-shadow: none;
  transition: all 0.3s ease;
}

.result-card-box:nth-child(1) {
  border-top: 4px solid var(--yellow-gold);
}

.result-card-box:nth-child(2) {
  border-top: 4px solid var(--red-coral);
}

.result-card-box:nth-child(3) {
  border-top: 4px solid var(--purple-royal);
}

.result-card-box:nth-child(4) {
  border-top: 4px solid var(--green-emerald);
}

.result-card-box:hover {
  transform: translateY(-5px);
  background: #FFFFFF;
}

.result-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  align-self: center;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0;
}

.result-icon-circle img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.result-card-box:nth-child(1) .result-icon-circle {
  background: rgba(252, 185, 0, 0.15);
  border: 1.5px solid var(--yellow-gold);
}

.result-card-box:nth-child(2) .result-icon-circle {
  background: rgba(255, 77, 77, 0.12);
  border: 1.5px solid var(--red-coral);
}

.result-card-box:nth-child(3) .result-icon-circle {
  background: rgba(149, 69, 204, 0.15);
  border: 1.5px solid var(--purple-royal);
}

.result-card-box:nth-child(4) .result-icon-circle {
  background: rgba(0, 178, 106, 0.15);
  border: 1.5px solid var(--green-emerald);
}

.result-card-box h4 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark-heading);
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

/* Gallery Grid 3 Columns */
.gallery-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
  gap: 1.75rem;
  margin-top: 2rem;
}

.gallery-thumb-item {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 812 / 621;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
  border: 1px solid var(--border-light);
}

.gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* 
.gallery-thumb-item:hover img {
  transform: scale(1.06);
} */

/* CTA Project Banner (Using Exact Brand Green Token var(--green-emerald)) */
.cta-project-banner {
  background: linear-gradient(135deg, var(--green-emerald) 0%, #008851 100%);
  border-radius: 24px;
  padding: 4rem 2.5rem;
  text-align: center;
  color: var(--white);
  margin: 4.5rem 0 3rem;
  box-shadow: 0 20px 40px rgba(0, 178, 106, 0.25);
  position: relative;
  overflow: hidden;
}

.cta-project-banner h2 {
  color: var(--white) !important;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.cta-project-banner p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-weight: 400;
}

.cta-project-banner .btn {
  display: inline-block;
  background: transparent;
  border: 2px solid var(--white);
  /* color: var(--white) !important; */
  padding: 0.85rem 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-project-banner .btn:hover {
  background: var(--white);
  color: var(--green-emerald) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.35);
}

.projects-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}

/* Responsive adjustments for project detail components */
@media screen and (max-width: 992px) {
  .projects-portfolio-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.75rem !important;
  }

  .project-section-block>div {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .results-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-page-banner {
    padding: calc(var(--header-height) + 3rem) 1rem 3.5rem !important;
  }
}

@media screen and (max-width: 640px) {
  .projects-portfolio-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .results-grid-4 {
    grid-template-columns: 1fr;
  }

  .feature-card-image img {
    height: 260px;
  }

  .hero-page-banner {
    padding: calc(var(--header-height) + 2rem) 1rem 2.5rem !important;
  }
}

/* ==========================================================================
   MINIMAL EXECUTIVE FOOTER RESPONSIVE SYSTEM
   ========================================================================== */
.footer-grid-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: flex-start;
}

.footer-about-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
  line-height: 1.8;
  text-align: left;
  max-width: 480px;
  margin-bottom: 0;
}

.footer-heading {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer-subtext {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.footer-social-links {
  display: flex;
  gap: 1rem;
}

.footer-social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-link:hover {
  background: #FFFFFF;
  color: #f35045;
  transform: translateY(-3px);
  border-color: #FFFFFF;
}

.footer-copyright {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

@media (max-width: 768px) {
  .footer-grid-container {
    grid-template-columns: 1fr !important;
    gap: 2.25rem !important;
    text-align: center !important;
  }

  .footer-left-col {
    text-align: center !important;
  }

  .footer-about-text {
    text-align: center !important;
    max-width: 100% !important;
    font-size: 0.95rem !important;
  }

  .footer-right-col {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
  }

  .footer-subtext {
    text-align: center !important;
  }

  .footer-social-links {
    justify-content: center !important;
  }

  .footer-copyright {
    text-align: center !important;
    font-size: 0.82rem !important;
  }
}

/* ==========================================================================
   COMPLETE BILINGUAL & RTL OVERRIDES FOR TASALLA WEBSITE
   ========================================================================== */
html[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] body {
  font-family: 'Alexandria', sans-serif;
  text-align: right;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
  font-family: 'Alexandria', sans-serif;
}

html[dir="rtl"] .section-header.center,
html[dir="rtl"] .section-header.center * {
  text-align: center;
}

html[dir="rtl"] .hero-animate-desc {
  text-align: center;
}

html[dir="rtl"] .checkmark-list {
  padding-left: 0;
  padding-right: 0;
}

html[dir="rtl"] .checkmark-list li {
  position: relative;
  padding-left: 0;
  padding-right: 2rem;
  text-align: right;
}

html[dir="rtl"] .checkmark-icon {
  left: auto;
  right: 0;
}

html[dir="rtl"] .spec-item-row {
  flex-direction: row;
}

html[dir="rtl"] .spec-text-col {
  text-align: right;
}

html[dir="rtl"] .nav-menu {
  flex-direction: row;
}

html[dir="rtl"] .nav-actions {
  flex-direction: row;
}

html[dir="rtl"] .lang-switch-btn {
  font-family: 'Alexandria', sans-serif;
  direction: ltr;
}

html[dir="rtl"] .btn-arrow,
html[dir="rtl"] .arrow-icon {
  transform: scaleX(-1);
  display: inline-block;
}

html[dir="rtl"] input[type="text"],
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .header-container {
  flex-direction: row;
}

html[dir="rtl"] .hero-content {
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

html[dir="rtl"] .hero-content * {
  text-align: right !important;
}