/* ============================================================
   GENTLE AIDE HOMECARE LLC — COMPLETE CSS
   Bari Sans Font Integration
   ============================================================ */

/* ── Bari Sans Font Imports ── */
@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Thin.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-ThinItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-ExtraLight.woff2') format('woff2'),
         url('/assets/fonts/BariSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-ExtraLightItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Light.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-LightItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Regular.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Italic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Medium.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-MediumItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-SemiBold.woff2') format('woff2'),
         url('/assets/fonts/BariSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-SemiBoldItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Bold.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-BoldItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-ExtraBold.woff2') format('woff2'),
         url('/assets/fonts/BariSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-ExtraBoldItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-Black.woff2') format('woff2'),
         url('/assets/fonts/BariSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bari Sans';
    src: url('/assets/fonts/BariSans-BlackItalic.woff2') format('woff2'),
         url('/assets/fonts/BariSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');

/* ── CSS Custom Properties ── */
:root {
  --white:        #FFFFFF;
  --gold:         #d08b3d;
  --gold-light:   #e8a855;
  --gold-dark:    #b5742e;
  --navy:         #2b4c6f;
  --navy-dark:    #1e3652;
  --navy-light:   #3a6291;
  --light-bg:     #f7f6f3;
  --grey-soft:    #e8e6e0;
  --text-dark:    #1a1a2e;
  --text-mid:     #4a4a6a;
  --text-muted:   rgba(255,255,255,0.7);

  --glass-bg:     rgba(255,255,255,0.18);
  --glass-border: rgba(255,255,255,0.32);
  --glass-blur:   blur(16px);

  --neu-bg:       #f0eeea;
  --neu-shadow:   6px 6px 14px #d1cfcb, -6px -6px 14px #ffffff;
  --neu-inset:    inset 4px 4px 10px #d1cfcb, inset -4px -4px 10px #ffffff;

  --font-head:    'Bari Sans', sans-serif;
  --font-body:    'Bari Sans', sans-serif;

  --radius-sm:    8px;
  --radius-md:    16px;
  --radius-lg:    28px;
  --radius-pill:  100px;

  --transition:   all 0.32s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: all 0.18s ease;
}

/* Logo Styles - Auto-Adjusting */
.logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(208,139,61,0.4);
    overflow: hidden;
    flex-shrink: 0;
}

.logo-icon img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.logo-text {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--white);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.logo-text span {
    display: block;
    font-weight: 300;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.8;
}

/* Scrolled state - text changes to navy */
#mainNav.scrolled .logo-text {
    color: var(--navy);
}

#mainNav.scrolled .logo-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
}

/* Mobile responsive */
@media (max-width: 768px) {
    .logo-icon {
        width: 36px;
        height: 36px;
    }
    
    .logo-text {
        font-size: 0.85rem;
    }
    
    .logo-text span {
        font-size: 0.55rem;
    }
    
    .logo-wrap {
        gap: 8px;
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .logo-icon {
        width: 32px;
        height: 32px;
    }
    
    .logo-text {
        font-size: 0.75rem;
    }
    
    .logo-text span {
        font-size: 0.5rem;
    }
}

/* ── Reset & Base ── */
*, *::before, *::after { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

html { 
  scroll-behavior: smooth; 
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { 
  max-width: 100%; 
  display: block; 
}

a { 
  text-decoration: none; 
  color: inherit; 
  transition: var(--transition-fast);
}

ul { 
  list-style: none; 
  margin: 0;
  padding: 0;
}

button { 
  cursor: pointer; 
  border: none; 
  background: none; 
  font-family: inherit; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

p { 
  font-family: var(--font-body); 
  font-size: 1.1rem; 
  margin-bottom: 1rem;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

/* ── Utility Classes ── */
.section-pad    { padding: 96px 0; }
.section-pad-sm { padding: 64px 0; }
.gold           { color: var(--gold); }
.navy           { color: var(--navy); }
.text-white-soft { color: rgba(255,255,255,0.85); }

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.section-sub {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: var(--text-mid);
  max-width: 600px;
  margin: 0 auto;
}

.gold-accent-bar {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 12px 0 24px;
}

.gold-accent-bar.center { 
  margin: 12px auto 24px; 
}

.text-center { text-align: center; }
.mb-5 { margin-bottom: 3rem; }
.mt-5 { margin-top: 3rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mt-3 { margin-top: 1rem; }


/* ============================================================
   NEW SERVICE SIMPLE CARDS (for services.php)
   ============================================================ */
.service-simple-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 4px 24px rgba(43,76,111,0.07);
    border: 1px solid rgba(208,139,61,0.1);
    height: 100%;
}

.service-simple-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(43,76,111,0.12);
    border-color: rgba(208,139,61,0.3);
}

.service-simple-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(208,139,61,0.12), rgba(208,139,61,0.04));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--gold);
    transition: var(--transition);
}

.service-simple-card:hover .service-simple-icon {
    background: var(--gold);
    color: white;
}

.service-simple-title {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 12px;
}

.service-simple-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ============================================================
   SERVICE AREAS BADGES (for services.php)
   ============================================================ */
.service-areas-grid {
    margin-top: 20px;
}

.area-badge {
    background: var(--white);
    border: 1px solid rgba(208,139,61,0.25);
    border-radius: var(--radius-pill);
    padding: 12px 20px;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--navy);
    transition: var(--transition-fast);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.area-badge:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(208,139,61,0.25);
}

/* Responsive adjustments for badges */
@media (max-width: 768px) {
    .area-badge {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .service-simple-card {
        padding: 24px 16px;
    }
    
    .service-simple-title {
        font-size: 1rem;
    }
}

/* ============================================================
   IMPROVED FLOATING CONTACT BUBBLES WITH CHAT DIALOGUE
   ============================================================ */

.floating-bubbles {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-family: var(--font-head);
}

.bubbles-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Main Bubble Button */
.bubble-main {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(208, 139, 61, 0.4);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    z-index: 2;
}

.bubble-main i {
    font-size: 26px;
    color: white;
    transition: transform 0.3s ease;
}

.bubble-main:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 30px rgba(208, 139, 61, 0.6);
}

.bubble-main:hover i {
    transform: rotate(15deg);
}

/* Pulse Animation */
.bubble-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.6;
    animation: pulse-ring 2s infinite;
    z-index: -1;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

/* Child Bubbles */
.bubble-child {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.bubbles-container.open .bubble-child {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
}

.bubbles-container.open .bubble-child:nth-child(2) { transition-delay: 0.05s; }
.bubbles-container.open .bubble-child:nth-child(3) { transition-delay: 0.1s; }
.bubbles-container.open .bubble-child:nth-child(4) { transition-delay: 0.15s; }

.bubble-child i {
    font-size: 24px;
    color: white;
    transition: transform 0.2s ease;
}

.bubble-child:hover {
    transform: scale(1.15) !important;
}

.bubble-child:hover i {
    transform: scale(1.1);
}

/* Bubble Tooltips */
.bubble-tooltip {
    position: absolute;
    right: 60px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
    font-family: var(--font-head);
}

.bubble-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0.85);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.bubble-child:hover .bubble-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-5px);
}

/* Bubble Colors */
.bubble-child.whatsapp { 
    background: linear-gradient(135deg, #25D366, #128C7E);
}
.bubble-child.call { 
    background: linear-gradient(135deg, #2b4c6f, #1e3652);
}
.bubble-child.email { 
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
}

/* Chat Dialogue */
.chat-dialogue {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
    overflow: hidden;
}

.chat-dialogue.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.dialogue-header {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: white;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.dialogue-header i {
    font-size: 20px;
}

.dialogue-header span {
    flex: 1;
    font-size: 0.9rem;
}

.close-dialogue {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    padding: 0;
    line-height: 1;
}

.close-dialogue:hover {
    opacity: 1;
}

.dialogue-body {
    padding: 20px;
}

.dialogue-body p {
    margin: 0 0 12px 0;
    font-size: 0.9rem;
    color: #333;
}

.dialogue-options {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 15px !important;
}

.dialogue-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.dialogue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--font-head);
}

.dialogue-btn i {
    font-size: 18px;
}

.call-btn {
    background: #2b4c6f;
    color: white;
}

.call-btn:hover {
    background: #1e3652;
    transform: translateY(-2px);
}

.whatsapp-btn {
    background: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.email-btn {
    background: var(--gold);
    color: white;
}

.email-btn:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
}

.dialogue-footer {
    font-size: 0.7rem !important;
    color: #999 !important;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

/* Animation for the main bubble when dialogue opens */
.bubbles-container.open .bubble-main {
    transform: scale(0.95);
}

.bubbles-container.open .bubble-main i {
    transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
    .floating-bubbles {
        bottom: 20px;
        right: 20px;
    }
    
    .bubble-main {
        width: 52px;
        height: 52px;
    }
    
    .bubble-main i {
        font-size: 22px;
    }
    
    .bubble-child {
        width: 44px;
        height: 44px;
    }
    
    .bubble-child i {
        font-size: 20px;
    }
    
    .chat-dialogue {
        width: 280px;
        bottom: 70px;
    }
    
    .dialogue-header {
        padding: 12px 15px;
    }
    
    .dialogue-body {
        padding: 15px;
    }
    
    .bubble-tooltip {
        display: none;
    }
}

/* Entry Animation */
@keyframes bubbleEntry {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-bubbles {
    animation: bubbleEntry 0.5s ease-out;
}

/* Shake animation for attention */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.bubble-main.attention {
    animation: shake 0.5s ease-in-out;
}

/* ── Grid System (Bootstrap-like fallback) ── */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

[class*="col-"] {
  padding: 0 12px;
}

.col-lg-6, .col-md-6, .col-md-4, .col-md-3, .col-lg-4, .col-lg-3 {
  flex: 1;
  min-width: 250px;
}

@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
}

/* ── Buttons ── */
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  border: none;
  box-shadow: 0 4px 18px rgba(208,139,61,0.35);
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
}

.btn-gold:hover {
  background: var(--gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(208,139,61,0.45);
  color: var(--white);
  text-decoration: none;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(255,255,255,0.75);
  transition: var(--transition);
  text-decoration: none;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
  border-color: white;
  color: white;
  transform: translateY(-3px);
  text-decoration: none;
}

.btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  transition: var(--transition);
  box-shadow: 0 4px 18px rgba(43,76,111,0.3);
  text-decoration: none;
}

.btn-navy:hover {
  background: var(--navy-dark);
  transform: translateY(-3px);
  color: var(--white);
  text-decoration: none;
}

@keyframes pulse-gold {
  0%   { box-shadow: 0 0 0 0 rgba(208,139,61,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(208,139,61,0); }
  100% { box-shadow: 0 0 0 0 rgba(208,139,61,0); }
}

.btn-pulse { animation: pulse-gold 2.4s infinite; }

/* ============================================================
   NAVIGATION
   ============================================================ */
#mainNav {
  position: fixed;
  top: 0; 
  left: 0; 
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
  background: transparent;
}

#mainNav.scrolled {
  padding: 10px 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(18px);
  box-shadow: 0 2px 24px rgba(43,76,111,0.1);
}

#mainNav.scrolled .nav-link { 
  color: var(--navy) !important; 
}

#mainNav.scrolled .logo-text { 
  color: var(--navy); 
}

#mainNav.scrolled .hamburger span { 
  background: var(--navy); 
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(208,139,61,0.4);
}

.logo-icon svg { color: white; }

.logo-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.logo-text span { 
  display: block; 
  font-weight: 300; 
  font-size: 0.7rem; 
  letter-spacing: 0.12em; 
  text-transform: uppercase; 
  opacity: 0.8; 
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9) !important;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
  position: relative;
  text-decoration: none;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px; 
  left: 14px; 
  right: 14px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.nav-link:hover::after, 
.nav-link.active::after { 
  transform: scaleX(1); 
}

.nav-link:hover { 
  color: var(--white) !important; 
}

.nav-link.active { 
  color: var(--white) !important; 
}

.nav-cta {
  margin-left: 12px;
  padding: 10px 22px !important;
  font-size: 0.82rem !important;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.open span:nth-child(1) { 
  transform: translateY(7px) rotate(45deg); 
}

.hamburger.open span:nth-child(2) { 
  opacity: 0; 
  transform: scaleX(0); 
}

.hamburger.open span:nth-child(3) { 
  transform: translateY(-7px) rotate(-45deg); 
}

/* Mobile Drawer */
.nav-drawer {
  position: fixed;
  top: 0; 
  right: -100%;
  width: min(320px, 85vw);
  height: 100vh;
  background: rgba(43,76,111,0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  padding: 80px 32px 40px;
  transition: right 0.36s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 1px solid rgba(255,255,255,0.12);
}

.nav-drawer.open { 
  right: 0; 
}

.nav-drawer .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-size: 1rem;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-drawer .btn-gold { 
  margin-top: 20px; 
  justify-content: center; 
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.drawer-overlay.open { 
  opacity: 1; 
  pointer-events: all; 
}

/* ============================================================
   FLOATING CONTACT BUBBLES
   ============================================================ */
.floating-bubbles {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  font-family: var(--font-head);
}

.bubbles-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bubble-main {
  width: 56px;
  height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.bubble-main:hover {
  transform: scale(1.1);
  background: var(--gold-dark);
}

.bubble-child {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.bubbles-container.open .bubble-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.bubble-child.whatsapp { background: #25D366; }
.bubble-child.call { background: #2b4c6f; }
.bubble-child.email { background: var(--gold); }

.bubble-child:hover { 
  transform: scale(1.1) translateX(0) !important; 
}

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  height: 60vh;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-hero-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43,76,111,0.82), rgba(0,0,0,0.35));
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

.breadcrumb-nav {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}

.breadcrumb-nav span { 
  color: var(--gold); 
}

.page-hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 1rem;
}

.page-hero-sub {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: rgba(255,255,255,0.75);
  margin-top: 14px;
}

/* ============================================================
   HOME - HERO SWIPER
   ============================================================ */
.hero-swiper {
  height: 100vh;
  min-height: 600px;
  width: 100%;
}

.hero-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43,76,111,0.72), rgba(0,0,0,0.28));
}

.hero-content-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.hero-glass-card {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--radius-lg);
  padding: 48px 52px;
  max-width: 620px;
}

.hero-eyebrow {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--gold-light);
  border-radius: 2px;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-family: var(--font-head);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 18px;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-btns { 
  display: flex; 
  gap: 14px; 
  flex-wrap: wrap; 
}

/* ============================================================
   ANIMATED PROCESS STEPS (for services.php)
   ============================================================ */
.process-steps-wrapper {
    margin: 40px 0 20px;
}

.process-step-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px 24px;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 4px 20px rgba(43, 76, 111, 0.06);
    border: 1px solid rgba(208, 139, 61, 0.08);
}

.process-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(43, 76, 111, 0.12);
    border-color: rgba(208, 139, 61, 0.2);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: white;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(208, 139, 61, 0.3);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(208, 139, 61, 0.1), rgba(208, 139, 61, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--gold);
    transition: all 0.3s ease;
}

.process-step-card:hover .step-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: white;
    transform: scale(1.05);
}

.step-title {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 12px;
}

.step-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.6;
    margin-bottom: 0;
}

.step-connector {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-light), transparent);
}

/* ============================================================
   CONTACT FORM STYLES (for contact.php)
   ============================================================ */
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: 0 20px 50px rgba(43, 76, 111, 0.12);
    border: 1px solid rgba(208, 139, 61, 0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--navy);
    letter-spacing: 0.02em;
}

.required {
    color: var(--gold);
    font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    border: 1.5px solid #e8e6e0;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 1rem;
    background: #fefefe;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(208, 139, 61, 0.15);
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
    border-color: var(--gold-light);
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
}

.form-checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--gold);
}

.form-checkbox label {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--text-mid);
    cursor: pointer;
}

.submit-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: white;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(208, 139, 61, 0.35);
}

.form-footer {
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: #999;
    margin-top: 20px;
    margin-bottom: 0;
}

.alert-success-custom {
    background: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    border-left: 4px solid #28a745;
}

.alert-error-custom {
    background: #f8d7da;
    color: #721c24;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    border-left: 4px solid #dc3545;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-form-card {
        padding: 30px 24px;
    }
    
    .step-connector {
        display: none;
    }
    
    .process-step-card {
        margin-bottom: 20px;
    }
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: var(--neu-bg);
  padding: 48px 0;
  position: relative;
  z-index: 2;
}

.stat-item {
  text-align: center;
  padding: 24px 20px;
}

.stat-icon {
  width: 54px; 
  height: 54px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.stat-icon svg { 
  color: white; 
  width: 24px;
  height: 24px;
}

.stat-number {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--navy);
  line-height: 1;
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-mid);
  margin-top: 6px;
}

/* ============================================================
   INTRO SECTION
   ============================================================ */
.intro-img {
  border-radius: var(--radius-lg);
  box-shadow: 18px 18px 48px rgba(43,76,111,0.14);
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.intro-heading-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 8px;
}

.intro-accent-bar {
  width: 4px;
  height: auto;
  min-height: 60px;
  background: linear-gradient(180deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-right: 18px;
  flex-shrink: 0;
  align-self: stretch;
}

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.service-preview-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  border: 1px solid rgba(208,139,61,0.1);
  box-shadow: 0 4px 24px rgba(43,76,111,0.07);
  transition: var(--transition);
  height: 100%;
}

.service-preview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(43,76,111,0.14);
}

.service-icon-box {
  width: 60px; 
  height: 60px;
  background: linear-gradient(135deg, rgba(208,139,61,0.12), rgba(208,139,61,0.04));
  border: 2px solid rgba(208,139,61,0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--gold);
}

.service-preview-card:hover .service-icon-box {
  background: var(--gold);
  color: white;
}

.service-card-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 12px;
}

.service-card-desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-learn-more {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-learn-more:hover { 
  gap: 12px; 
  color: var(--gold-dark); 
}

/* ============================================================
   WHY CHOOSE US SECTION
   ============================================================ */
.why-section {
  background: var(--navy);
  position: relative;
}

.why-card {
  text-align: center;
  padding: 28px 20px;
}

.why-icon {
  width: 64px; 
  height: 64px;
  background: rgba(208,139,61,0.15);
  border: 1px solid rgba(208,139,61,0.3);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--gold);
  transition: var(--transition);
}

.why-card:hover .why-icon {
  background: var(--gold);
  color: white;
}

.why-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 10px;
}

.why-desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-section { 
  background: var(--light-bg); 
}

.testi-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: 0 4px 24px rgba(43,76,111,0.07);
  border-left: 4px solid var(--gold);
  height: 100%;
}

.testi-quote {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 24px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-avatar {
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
}

.testi-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

.testi-role {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-mid);
}

.stars { 
  color: var(--gold); 
  font-size: 0.9rem; 
  letter-spacing: 2px; 
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.cta-banner h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--white);
  margin-bottom: 24px;
}

.cta-banner p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
}

/* ============================================================
   FOOTER
   ============================================================ */
#mainFooter {
  background: var(--navy);
  color: var(--text-muted);
  padding: 72px 0 0;
  border-top: 3px solid var(--gold);
}

.footer-logo-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-tagline {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-socials a {
  width: 40px; 
  height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
}

.footer-socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: white;
}

.footer-heading {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-links li { 
  margin-bottom: 10px; 
}

.footer-links a {
  color: rgba(255,255,255,0.65);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.footer-links a:hover { 
  color: var(--gold); 
  padding-left: 6px; 
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.footer-contact-item svg { 
  color: var(--gold); 
  flex-shrink: 0; 
  margin-top: 3px;
}

.footer-bottom {
  margin-top: 56px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   TEAM CARDS
   ============================================================ */
.team-card {
  background: var(--neu-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--neu-shadow);
  overflow: hidden;
  transition: var(--transition);
}

.team-card:hover { 
  transform: translateY(-8px); 
}

.team-photo-wrap {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.team-photo {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-photo { 
  transform: scale(1.07); 
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43,76,111,0.85);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: var(--transition);
}

.team-card:hover .team-overlay { 
  opacity: 1; 
}

.team-bio {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  text-align: center;
  line-height: 1.6;
}

.team-info { 
  padding: 20px; 
}

.team-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy);
}

.team-role {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gold);
  margin-top: 4px;
}

/* ============================================================
   JOB CARDS (Careers Page)
   ============================================================ */
.job-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 4px 24px rgba(43,76,111,0.07);
  transition: var(--transition);
  height: 100%;
  border-left: 4px solid var(--gold);
}

.job-card:hover { 
  transform: translateY(-6px); 
}

.job-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 12px;
}

.job-badge {
  background: rgba(208,139,61,0.12);
  color: var(--gold-dark);
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 16px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .nav-links { 
    display: none; 
  }
  .hamburger { 
    display: flex; 
  }
  .section-pad { 
    padding: 72px 0; 
  }
  .hero-glass-card { 
    padding: 28px 24px; 
    margin: 0 24px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .footer-bottom { 
    flex-direction: column; 
    text-align: center; 
  }
  .service-full-img { 
    min-height: 200px; 
  }
  .floating-bubbles { 
    bottom: 20px; 
    right: 20px; 
  }
  .bubble-main { 
    width: 50px; 
    height: 50px; 
  }
}

@media (max-width: 576px) {
  .hero-btns {
    flex-direction: column;
  }
  .btn-gold, .btn-outline-white, .btn-navy {
    width: 100%;
    justify-content: center;
  }
}