/********** Template CSS **********/
body {
  overflow-x: hidden;
	 font-family: 'Inter', sans-serif;
    background-color: #f4f7f9;
}

:root {

  /* --primary: #d5af33; */
  --primary: #E6FC81 !important;
  --secondary: #fbfbfb !important;
  --light: #f8f8f8;
  --dark: #252525;
	    --mbc-navy: #0a1d37;
    --mbc-blue: #1b75bc;
    --mbc-teal: #00aeef;
    --mbc-light-bg: #f8fba;
    --mbc-white: #ffffff;
    --mbc-text-dark: #1b2534;
    --mbc-text-muted: #64748b;
    --mbc-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    --mbc-glass-bg: rgba(255, 255, 255, 0.75);
    --mbc-glass-border: rgba(226, 232, 240, 0.8);
}

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

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

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {


font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {

}

h2,
.h2 {
color: #414040;
font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {
 
}

h3,
h4,
.h3,
.h4,
.fw-medium {
   font-family: 'Poppins', sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
   font-family: 'Poppins', sans-serif !important;
}

p,
.p {
color: #5A5959;
font-family: 'Poppins', sans-serif !important;
}

ul,
li {
   font-family: 'Poppins', sans-serif !important;
}



figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}


/* Images Animation */

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.what-we-image-1 figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-image-1 figure img{
	aspect-ratio: 1 / 0.73;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #fff;
  background-color: var(--mbc-blue);
  border-radius: 10px;
  font-weight: 600 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-btn {
  padding: 10px 25px 10px 25px !important;
}



/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin-top: 20px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
  /* ✅ This centers the line */
}



/* **************************************** */
/* Responsive Screens */
/* **************************************** */


@media (max-width: 768px) {

  /* ************************ */
  /* Globally Fonts */
  /* ************************ */

    h1,
  .h1 {
    font-size: 24px;

  }

 h2,
  .h2 {
    font-size: 24px !important;

  }

  p,
  .p {

    font-size: 15px;
  }


  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
}

/* --- Top Info Bar --- */
.mbc-top-bar {
    background-color: var(--mbc-navy);
    font-size: 0.825rem;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mbc-badge-pill {
    background: rgba(0, 174, 239, 0.15);
    color: var(--mbc-teal);
    padding: 2px 10px;
    border-radius: 50px;
    font-weight: 600;
}

.mbc-top-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--mbc-transition);
}

.mbc-top-link:hover {
    color: var(--mbc-teal);
}

/* --- Main Navbar Container --- */
.mbc-custom-navbar {
    background-color: var(--mbc-white);
    box-shadow: 0 4px 25px rgba(10, 29, 55, 0.06);
    padding: 12px 0;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(27, 117, 188, 0.08);
}

.mbc-brand-logo {
    height: 52px;
    width: auto;
    object-fit: contain;
    transition: var(--mbc-transition);
}

.mbc-brand-logo:hover {
    transform: scale(1.02);
}

/* --- Nav Links --- */
.mbc-nav-list .mbc-nav-link {
    color: var(--mbc-text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 16px !important;
    position: relative;
    transition: var(--mbc-transition);
}

.mbc-nav-list .mbc-nav-link:hover,
.mbc-nav-list .mbc-nav-link.active {
    color: var(--mbc-blue);
}

/* Animated Underline Effect */
.mbc-nav-list .mbc-nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2.5px;
    bottom: 0;
    left: 16px;
    background: linear-gradient(90deg, var(--mbc-blue), var(--mbc-teal));
    border-radius: 4px;
    transition: var(--mbc-transition);
}

.mbc-nav-list .mbc-nav-link:hover::after,
.mbc-nav-list .mbc-nav-link.active::after {
    width: calc(100% - 32px);
}

.mbc-arrow-icon {
    font-size: 0.75rem;
    transition: var(--mbc-transition);
}

.mbc-dropdown:hover .mbc-arrow-icon {
    transform: rotate(180deg);
}

/* --- Dropdowns Custom Styling --- */
.mbc-dropdown-menu {
    border-radius: 12px;
    padding: 10px;
    min-width: 310px;
    background-color: var(--mbc-white);
    margin-top: 15px !important;
    animation: mbcSlideUp 0.3s ease forwards;
}

@keyframes mbcSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mbc-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    transition: var(--mbc-transition);
}

.mbc-dropdown-item:hover {
    background-color: #f0f7fc;
}

.mbc-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 1rem;
    flex-shrink: 0;
}

.mbc-icon-blue { background: rgba(27, 117, 188, 0.1); color: var(--mbc-blue); }
.mbc-icon-navy { background: rgba(10, 29, 55, 0.1); color: var(--mbc-navy); }
.mbc-icon-teal { background: rgba(0, 174, 239, 0.1); color: var(--mbc-teal); }

.mbc-item-title {
    display: block;
    font-weight: 600;
    color: var(--mbc-navy);
    font-size: 0.9rem;
}

.mbc-item-sub {
    color: var(--mbc-text-muted);
    font-size: 0.75rem;
}

.mbc-mega-menu {
    min-width: 460px;
}

.mbc-mini-market-item {
    font-weight: 500;
    font-size: 0.85rem;
    padding: 8px;
    border-radius: 6px;
    color: var(--mbc-text-dark);
}

.mbc-mini-market-item:hover {
    background-color: #f0f7fc;
    color: var(--mbc-blue);
}
.mbc-nav-list .dropdown-toggle::after {
    display: none !important;
}

/* --- CTA Button --- */
.mbc-btn-primary {
    background: linear-gradient(135deg, var(--mbc-navy) 0%, var(--mbc-blue) 100%);
    color: var(--mbc-white);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 22px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 15px rgba(27, 117, 188, 0.25);
    transition: var(--mbc-transition);
    display: inline-flex;
    align-items: center;
}

.mbc-btn-primary:hover {
    background: linear-gradient(135deg, var(--mbc-blue) 0%, var(--mbc-teal) 100%);
    color: var(--mbc-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.35);
}

/* --- Custom Mobile Toggler Button --- */
.mbc-toggler-btn {
    border: none;
    padding: 8px;
    background: transparent;
}

.mbc-toggler-btn:focus {
    box-shadow: none;
}

.mbc-toggler-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--mbc-navy);
    position: relative;
    transition: var(--mbc-transition);
}

.mbc-toggler-icon::before,
.mbc-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--mbc-navy);
    transition: var(--mbc-transition);
}

.mbc-toggler-icon::before { transform: translateY(-7px); }
.mbc-toggler-icon::after { transform: translateY(7px); }

/* Animated Cross Icon when menu expanded */
.mbc-toggler-btn:not(.collapsed) .mbc-toggler-icon { background-color: transparent; }
.mbc-toggler-btn:not(.collapsed) .mbc-toggler-icon::before { transform: rotate(45deg); }
.mbc-toggler-btn:not(.collapsed) .mbc-toggler-icon::after { transform: rotate(-45deg); }

/* --- Responsive Adjustments --- */
@media (max-width: 1199.98px) {
    .mbc-mega-menu {
        min-width: 100%;
    }
    
    .mbc-dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: none !important;
        margin-top: 0 !important;
    }

    .navbar-collapse {
        background-color: var(--mbc-white);
        padding: 20px;
        border-radius: 12px;
        margin-top: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
}

/* ==========================================================================
   Meridian Business Consultancy - Dynamic Aurora Glass Aesthetic
   ========================================================================== */

/* Modern Mesh Gradient Hero Container */
.mbc-hero-section {
    background: 
        radial-gradient(at 0% 0%, rgba(0, 174, 239, 0.12) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(27, 117, 188, 0.15) 0px, transparent 50%),
        radial-gradient(at 50% 100%, rgba(10, 29, 55, 0.05) 0px, transparent 60%),
        linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding: 90px 0 110px;
    position: relative;
    overflow: hidden;
}

/* Subtle Geometric Grid Overlay with Mask Gradient */
.mbc-hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(10, 29, 55, 0.08) 1.2px, transparent 1.2px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 1;
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}

/* Enhanced Aurora Glow Orbs */
.mbc-ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

.mbc-orb-1 {
    width: 550px;
    height: 550px;
    top: -150px;
    right: -80px;
    background: conic-gradient(from 180deg at 50% 50%, #00aeef 0deg, #1b75bc 180deg, #0a1d37 360deg);
    animation: orbSpin 22s linear infinite;
}

.mbc-orb-2 {
    width: 450px;
    height: 450px;
    bottom: -100px;
    left: -120px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.25) 0%, rgba(27, 117, 188, 0.1) 70%, transparent 100%);
    animation: orbPulse 8s ease-in-out infinite alternate;
}

.mbc-orb-3 {
    width: 350px;
    height: 350px;
    top: 35%;
    left: 40%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(0, 174, 239, 0.15) 100%);
    filter: blur(80px);
}

@keyframes orbSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes orbPulse {
    from { transform: scale(1); opacity: 0.7; }
    to { transform: scale(1.15); opacity: 0.95; }
}

/* Glassmorphic Live Indicator Badge */
.mbc-badge-pill-modern {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 7px 20px;
    border-radius: 100px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 20px rgba(10, 29, 55, 0.05);
}

.mbc-pulse-dot {
    width: 9px;
    height: 9px;
    background-color: var(--mbc-teal, #00aeef);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px var(--mbc-teal, #00aeef);
    animation: mbcPulse 1.8s infinite;
}

@keyframes mbcPulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(0, 174, 239, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 174, 239, 0); }
}

.mbc-pill-content {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--mbc-navy, #0a1d37);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Gradient & Vibrant Typography */
.fw-black { font-weight: 900; }

.mbc-hero-title {
    color: var(--mbc-navy, #0a1d37);
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mbc-highlight-text {
    background: linear-gradient(135deg, #0a1d37 0%, #1b75bc 40%, #00aeef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.mbc-hero-description {
    color: #334155;
    font-size: 1.15rem;
    line-height: 1.75;
}

/* High-Contrast Interactive Buttons */
.mbc-btn-glow {
    background: linear-gradient(135deg, var(--mbc-navy, #0a1d37) 0%, var(--mbc-blue, #1b75bc) 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 8px 10px 8px 26px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 12px 30px rgba(10, 29, 55, 0.22);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mbc-btn-glow:hover {
    color: #ffffff;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(27, 117, 188, 0.35);
}

.mbc-btn-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.mbc-btn-glass {
    background: rgba(255, 255, 255, 0.7);
    color: var(--mbc-navy, #0a1d37);
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mbc-btn-glass:hover {
    background: var(--mbc-navy, #0a1d37);
    color: #ffffff;
    border-color: var(--mbc-navy, #0a1d37);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(10, 29, 55, 0.15);
}

/* Dynamic Frosted Bottom Metric Card */
.mbc-stats-glass-card {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 35px rgba(10, 29, 55, 0.05);
}

.mbc-v-divider {
    width: 1px;
    height: 32px;
    background: linear-gradient(180deg, transparent, rgba(10, 29, 55, 0.15), transparent);
}

/* Glassmorphic Interactive Dashboard Container */
.mbc-glass-dashboard {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 30px 70px rgba(10, 29, 55, 0.1);
    transition: transform 0.5s ease;
}

.mbc-glass-dashboard:hover {
    transform: translateY(-4px);
}

.mbc-brand-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--mbc-navy, #0a1d37), var(--mbc-blue, #1b75bc));
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(27, 117, 188, 0.25);
}

.mbc-live-badge {
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.2);
    color: #15803d;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 100px;
}

/* Service Chips with Subtle Hover Glow */
.mbc-services-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mbc-chip {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 9px 16px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--mbc-navy, #0a1d37);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}

.mbc-chip:hover {
    background: #ffffff;
    border-color: var(--mbc-teal, #00aeef);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 174, 239, 0.12);
}

.mbc-analytics-box {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.mbc-bar-stacked {
    background-color: #cbd5e1;
    border-radius: 20px;
    overflow: hidden;
}

/* Floating Overlay Cards with Ambient Lighting */
.mbc-float-card {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 20px 40px rgba(10, 29, 55, 0.08) !important;
    animation: mbcFloatSmooth 6s ease-in-out infinite;
}

.mbc-card-pos-1 {
    top: -25px;
    right: -25px;
}

.mbc-card-pos-2 {
    bottom: -30px;
    left: -25px;
    animation-delay: 3s;
}

.mbc-circle-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes mbcFloatSmooth {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-14px) rotate(0.8deg); }
}

/* Responsive Handling */
@media (max-width: 991.98px) {
    .mbc-card-pos-1, .mbc-card-pos-2 {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 14px;
        animation: none;
    }
    
    .mbc-hero-section {
        padding: 60px 0 80px;
    }
}

/* ==========================================================================
   About Section - Dark Radial Gradient Theme Integration
   ========================================================================== */

/* Main Section Container */
.mbc-about-section {
    background: radial-gradient(circle at 50% 20%, #1b75bc 0%, #09203f 100%);
    position: relative;
    isolation: isolate;
    color: #ffffff;
}

/* Base Utility Overrides for Dark Background */
.text-navy { color: var(--mbc-teal); }
.text-cyan { color: var(--mbc-teal); }
.bg-navy { background-color: rgba(10, 25, 47, 0.6); }
.bg-cyan { background-color: var(--mbc-teal); }
.fw-black { font-weight: 900; }
.extra-small { font-size: 0.75rem; }
.tracking-wider { letter-spacing: 1.5px; }

/* Light Leaks & Mesh Grid */
.mbc-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.mbc-light-leak {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(160px);
    pointer-events: none;
    opacity: 0.4;
}

.mbc-leak-top {
    top: -200px;
    left: -150px;
    background: radial-gradient(circle, var(--mbc-teal) 0%, rgba(27, 117, 188, 0.2) 70%, transparent 100%);
}

.mbc-leak-bottom {
    bottom: -200px;
    right: -150px;
    background: radial-gradient(circle, #1b75bc 0%, rgba(0, 174, 239, 0.15) 70%, transparent 100%);
}

/* Header Text & Badge Pill */
.mbc-pill-accent {
    background: rgba(0, 174, 239, 0.12);
    border: 1px solid rgba(0, 174, 239, 0.3);
    color: #00aeef;
}

.mbc-sparkle-icon {
    color: #00aeef;
    font-size: 0.85rem;
}

.mbc-text-glow {
    background: linear-gradient(135deg, #ffffff 0%, #00aeef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

/* Left Hero Bento Card */
.mbc-hero-bento {
    background: rgba(9, 32, 63, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.4);
}

.mbc-card-noise {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.3;
}

.mbc-glow-orb {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.3), transparent 70%);
    filter: blur(50px);
}

.mbc-tech-tag {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #00aeef;
    background: rgba(0, 174, 239, 0.15);
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 174, 239, 0.35);
}

.mbc-status-chip {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 6px;
}

.mbc-dot-live {
    width: 7px;
    height: 7px;
    background-color: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 10px #10B981;
}

/* Right Glass Bento Cards */
.mbc-glass-card {
    background: rgba(10, 25, 47, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.3);
    transition: var(--mbc-transition);
    color: #ffffff;
}

.mbc-glass-card p,
.mbc-glass-card .text-muted {
    color: #cbd5e1 !important;
}

.mbc-glass-card h1, 
.mbc-glass-card h2, 
.mbc-glass-card h3, 
.mbc-glass-card h4 {
    color: #ffffff !important;
}

.mbc-glass-card:hover {
    transform: translateY(-6px);
    background: rgba(10, 25, 47, 0.85);
    border-color: #00aeef;
    box-shadow: 0 25px 45px -12px rgba(0, 174, 239, 0.25);
}

.mbc-icon-wrapper {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.12);
    border: 1px solid rgba(0, 174, 239, 0.25);
    color: #00aeef;
    border-radius: 12px;
}

.mbc-accent-border {
    border-left: 4px solid #00aeef;
}

/* Bottom Action Ribbon */
.mbc-pulse-ring {
    width: 12px;
    height: 12px;
    background-color: #00aeef;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.25);
}

.mbc-btn-hyper {
    background: linear-gradient(135deg, #1b75bc 0%, #00aeef 100%);
    color: #ffffff;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--mbc-transition);
}

.mbc-btn-hyper:hover {
    background: linear-gradient(135deg, #00aeef 0%, #1b75bc 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(0, 174, 239, 0.4);
    transform: translateX(2px);
}

/* ==========================================================================
   Ultra-Modern Bento Services Grid Refactor
   ========================================================================== */

.mbc-services-section {
    background-color: var(--mbc-light-bg);
    position: relative;
}

/* Subtle Kinetic Overlay Background */
.mbc-services-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(27, 117, 188, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.mbc-services-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.45;
}

.mbc-s-orb-1 {
    width: 500px;
    height: 500px;
    top: -100px;
    left: -150px;
    background: radial-gradient(circle, var(--mbc-teal), transparent 70%);
}

.mbc-s-orb-2 {
    width: 550px;
    height: 550px;
    bottom: -150px;
    right: -150px;
    background: radial-gradient(circle, var(--mbc-blue), transparent 70%);
}

/* Header Elements */
.mbc-badge-pill-modern {
    background: rgba(27, 117, 188, 0.06);
    border: 1px solid rgba(27, 117, 188, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
}

.mbc-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--mbc-teal);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--mbc-teal);
}

.mbc-pill-content {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #00aeef;
}

.mbc-highlight-text {
    background: linear-gradient(135deg, var(--mbc-blue) 0%, var(--mbc-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Base Bento Card Glassmorphism */
.mbc-service-bento {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(226, 232, 240, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(10, 29, 55, 0.03);
    transition: var(--mbc-transition);
    z-index: 2;
}

.mbc-card-glow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mbc-teal), var(--mbc-blue));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mbc-service-bento:hover {
    transform: translateY(-6px);
    background: var(--mbc-white);
    border-color: rgba(0, 174, 239, 0.4);
    box-shadow: 0 20px 40px rgba(10, 29, 55, 0.08);
}

.mbc-service-bento:hover .mbc-card-glow-overlay {
    opacity: 1;
}

/* Hero & Accent Bento Cards */
.mbc-bento-hero {
    background: linear-gradient(145deg, #ffffff 0%, #f1f7fc 100%);
    border: 1px solid rgba(27, 117, 188, 0.15);
}

.mbc-bento-accent {
    background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid rgba(0, 174, 239, 0.25);
}

/* Feature Badges & Chips */
.mbc-feature-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--mbc-text-dark);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.bg-teal-subtle {
    background-color: rgba(0, 174, 239, 0.1);
}

.text-teal-light {
    color: #94e2ff;
}

/* Icons & Card Index */
.mbc-icon-wrapper {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbc-card-index {
    font-size: 1.5rem;
    font-weight: 900;
    color: #cbd5e1;
    letter-spacing: -1px;
    transition: color 0.3s ease;
}

.mbc-service-bento:hover .mbc-card-index {
    color: var(--mbc-teal);
}

/* Links & Typography */
.mbc-card-link {
    color: var(--mbc-navy);
    transition: var(--mbc-transition);
    display: inline-flex;
    align-items: center;
}

.mbc-card-link i {
    transition: transform 0.25s ease;
}

.mbc-service-bento:hover .mbc-card-link {
    color: var(--mbc-teal);
}

.mbc-service-bento:hover .mbc-card-link i {
    transform: translateX(6px);
}

.border-slate {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

/* Dark Bento Spotlight Card */
.mbc-bento-dark {
    background: linear-gradient(135deg, var(--mbc-navy) 0%, #102647 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(10, 29, 55, 0.25);
}

.mbc-dark-noise {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}

/* Fix whiteout issue on dark bento card hover */
.mbc-service-bento.mbc-bento-dark:hover {
    background: linear-gradient(135deg, var(--mbc-navy) 0%, #0d203e 100%) !important;
    border-color: var(--mbc-teal);
    box-shadow: 0 20px 50px rgba(10, 29, 55, 0.4);
}

/* Ensure text elements remain bright and visible on hover */
.mbc-service-bento.mbc-bento-dark:hover h3,
.mbc-service-bento.mbc-bento-dark:hover p {
    color: #ffffff !important;
}

.mbc-service-bento.mbc-bento-dark:hover .text-white-50 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.mbc-dark-orb {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.25), transparent 70%);
    filter: blur(60px);
    pointer-events: none;
}

.bg-white-10 {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mbc-btn-glow {
    background: linear-gradient(135deg, var(--mbc-teal) 0%, var(--mbc-blue) 100%);
    color: var(--mbc-white);
    border: none;
    box-shadow: 0 8px 25px rgba(0, 174, 239, 0.3);
    transition: var(--mbc-transition);
}

.mbc-btn-glow:hover {
    color: var(--mbc-white);
    box-shadow: 0 12px 35px rgba(0, 174, 239, 0.5);
    transform: translateY(-2px);
}
/* ==========================================================================
   Difference Section - Dark Radial Gradient Theme Integration
   ========================================================================== */

/* Main Section Container */
.mbc-diff-section {
    background: radial-gradient(circle at 50% 20%, #1b75bc 0%, #09203f 100%);
    position: relative;
    isolation: isolate;
    color: #ffffff;
}

/* Custom Text & Border Utility Mappings */
.text-navy { color:var(--mbc-teal); }
.text-teal { color: var(--mbc-teal) !important; }
.text-blue { color: #00aeef !important; }
.bg-navy { background-color: rgba(10, 25, 47, 0.6) !important; }
.bg-teal { background-color: var(--mbc-teal) !important; }
.bg-light-bg { background-color: rgba(0, 174, 239, 0.15) !important; }
.border-slate { border-color: rgba(255, 255, 255, 0.15) !important; }

.bg-teal-subtle {
    background-color: rgba(0, 174, 239, 0.15) !important;
}

/* Right-Side Radial Gradient Aura */
.mbc-diff-aura-right {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.25) 0%, rgba(27, 117, 188, 0.1) 45%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

/* Background Grid Mesh */
.mbc-diff-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.mbc-diff-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
}

.mbc-d-orb-1 {
    width: 400px;
    height: 400px;
    top: -50px;
    left: -100px;
    background: radial-gradient(circle, #00aeef, transparent 70%);
}

/* Base Bento Matrix Cards */
.mbc-diff-card {
    background: rgba(10, 25, 47, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: var(--mbc-transition);
    z-index: 2;
    color: #ffffff;
}

.mbc-diff-card p,
.mbc-diff-card .text-muted {
    color: #cbd5e1 !important;
}

.mbc-diff-card h1,
.mbc-diff-card h2,
.mbc-diff-card h3,
.mbc-diff-card h4,
.mbc-diff-card h5,
.mbc-diff-card h6 {
    color: #ffffff !important;
}

.mbc-diff-card:hover {
    transform: translateY(-6px);
    background: rgba(10, 25, 47, 0.85);
    border-color: #00aeef;
    box-shadow: 0 20px 45px rgba(0, 174, 239, 0.25);
}

/* Spotlight Dark Bento Card (Card 1) */
.mbc-diff-dark {
    background: rgba(9, 32, 63, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
}

.mbc-diff-dark:hover {
    background: rgba(9, 32, 63, 0.95) !important;
    border-color: #00aeef !important;
    box-shadow: 0 22px 50px rgba(0, 174, 239, 0.3) !important;
}

.mbc-dark-ambient-glow {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.3), transparent 70%);
    filter: blur(40px);
    pointer-events: none;
}

/* Explicit Icon Container Styling */
.mbc-diff-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
}

.mbc-diff-icon-navy {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #00aeef !important;
}

.mbc-diff-icon-navy i {
    color: #00aeef !important;
}

.mbc-diff-icon-teal {
    background-color: var(--mbc-teal) !important;
    color: #ffffff !important;
}

.mbc-diff-icon-blue {
    background-color: rgba(0, 174, 239, 0.18) !important;
    border: 1px solid rgba(0, 174, 239, 0.3) !important;
    color: #00aeef !important;
}

/* Typography & Badges */
.mbc-diff-step {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: -1px;
    transition: color 0.3s ease;
}

.mbc-diff-card:hover .mbc-diff-step {
    color: #00aeef;
}

.mbc-stat-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: var(--mbc-transition);
}

.mbc-stat-pill:hover {
    border-color: #00aeef !important;
    transform: translateY(-2px);
}

.display-7 {
    font-size: 1.75rem;
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.bg-white-10 {
    background: rgba(255, 255, 255, 0.1);
}

.extra-small {
    font-size: 0.75rem;
}

.py-2-5 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}


/* ==========================================================================
   Modern Interactive Roadmap & Process Styling
   ========================================================================== */

.mbc-roadmap-section {
    background-color: var(--mbc-light-bg);
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Radiant Background Glow System */
.mbc-roadmap-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(10, 29, 55, 0.05) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    pointer-events: none;
}

.mbc-roadmap-aura-1 {
    position: absolute;
    top: -10%;
    right: 5%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.18) 0%, rgba(27, 117, 188, 0.06) 50%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.mbc-roadmap-aura-2 {
    position: absolute;
    bottom: -10%;
    left: 0%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(10, 29, 55, 0.12) 0%, rgba(0, 174, 239, 0.08) 45%, transparent 70%);
    filter: blur(90px);
    pointer-events: none;
    z-index: 1;
}

/* Connected Track Line Across Desktop Cards */
.mbc-timeline-wrapper {
    position: relative;
    padding-top: 2rem;
}

.mbc-timeline-track {
    position: absolute;
    top: 52px;
    left: 8%;
    right: 8%;
    height: 4px;
    background: rgba(226, 232, 240, 0.8);
    border-radius: 99px;
    z-index: 1;
}

.mbc-timeline-progress {
    width: 78%;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--mbc-navy) 0%, var(--mbc-blue) 40%, var(--mbc-teal) 100%);
    box-shadow: 0 0 16px rgba(0, 174, 239, 0.8);
}

/* Modern Card Layout */
.mbc-timeline-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--mbc-glass-border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 28px !important;
    box-shadow: 0 15px 35px rgba(10, 29, 55, 0.04);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

.mbc-timeline-card:hover {
    transform: translateY(-10px);
    background: var(--mbc-white);
    border-color: rgba(0, 174, 239, 0.5);
    box-shadow: 0 25px 50px rgba(10, 29, 55, 0.12);
}

/* Step Node & Animated Pulse Pin */
.mbc-timeline-node {
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--mbc-white);
    border: 3px solid var(--mbc-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 0 15px rgba(0, 174, 239, 0.4);
    transition: var(--mbc-transition);
}

.mbc-node-inner {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mbc-teal);
    display: block;
}

.mbc-timeline-card:hover .mbc-timeline-node {
    transform: translateX(-50%) scale(1.3);
    border-color: var(--mbc-navy);
    box-shadow: 0 0 22px rgba(0, 174, 239, 0.8);
}

/* Glowing Featured Dark Tile (Final Phase) */
.mbc-timeline-card-dark {
    background: linear-gradient(145deg, var(--mbc-navy) 0%, #0d2242 100%) !important;
    border: 1px solid rgba(0, 174, 239, 0.3) !important;
    box-shadow: 0 20px 45px rgba(10, 29, 55, 0.25) !important;
}

.mbc-timeline-card-dark:hover {
    border-color: var(--mbc-teal) !important;
    box-shadow: 0 30px 60px rgba(0, 174, 239, 0.3) !important;
}

/* Step Indicator Pills */
.mbc-step-badge {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
}

.mbc-step-badge-light {
    background: rgba(0, 174, 239, 0.12);
    color: var(--mbc-teal);
    border: 1px solid rgba(0, 174, 239, 0.2);
}

.mbc-step-badge-dark {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mbc-teal);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Floating Step Number Watermark */
.mbc-step-watermark {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--mbc-navy);
    opacity: 0.12;
    letter-spacing: -1px;
}

/* Icon Box Containers */
.mbc-roadmap-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--mbc-transition);
}

.mbc-roadmap-icon-teal {
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.15) 0%, rgba(27, 117, 188, 0.1) 100%);
    color: var(--mbc-teal);
    border: 1px solid rgba(0, 174, 239, 0.25);
}

.mbc-roadmap-icon-blue {
    background: linear-gradient(135deg, rgba(27, 117, 188, 0.15) 0%, rgba(10, 29, 55, 0.08) 100%);
    color: var(--mbc-blue);
    border: 1px solid rgba(27, 117, 188, 0.25);
}

.mbc-roadmap-icon-navy {
    background: linear-gradient(135deg, var(--mbc-navy) 0%, #152e50 100%);
    color: var(--mbc-teal);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mbc-timeline-card:hover .mbc-roadmap-icon {
    transform: scale(1.08) rotate(-3deg);
}

/* Deliverables Pill Badges */
.mbc-deliverable-chip {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    border-radius: 10px;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid var(--mbc-glass-border);
    color: var(--mbc-text-dark);
}

.mbc-deliverable-chip-dark {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--mbc-white);
}

@media (max-width: 991.98px) {
    .mbc-timeline-track,
    .mbc-timeline-node {
        display: none;
    }
    .mbc-timeline-wrapper {
        padding-top: 0;
    }
}

/* ==========================================================================
   Advanced Pricing & Engagement Models Styling - Dark Radial Gradient Integration
   ========================================================================== */

.mbc-pricing-section {
    background: radial-gradient(circle at 50% 20%, #1b75bc 0%, #09203f 100%);
    position: relative;
    isolation: isolate;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   Background Ambiance & Mesh System
   -------------------------------------------------------------------------- */
.mbc-pricing-mesh {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px),
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px, 64px 64px, 64px 64px;
    pointer-events: none;
    z-index: 1;
}

.mbc-pricing-aura-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(
        circle, 
        rgba(0, 174, 239, 0.22) 0%, 
        rgba(27, 117, 188, 0.1) 40%, 
        transparent 70%
    );
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
    animation: pulseAura 8s ease-in-out infinite alternate;
}

@keyframes pulseAura {
    0% { transform: translate(-50%, -50%) scale(0.95); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

/* --------------------------------------------------------------------------
   Pricing Card Architecture
   -------------------------------------------------------------------------- */
.mbc-pricing-card {
    background: rgba(10, 25, 47, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 
        0 4px 20px -2px rgba(0, 0, 0, 0.3),
        0 12px 35px -4px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
}

.mbc-pricing-card p,
.mbc-pricing-card .text-muted {
    color: #cbd5e1 !important;
}

.mbc-pricing-card h1,
.mbc-pricing-card h2,
.mbc-pricing-card h3,
.mbc-pricing-card h4,
.mbc-pricing-card h5,
.mbc-pricing-card h6 {
    color: #ffffff !important;
}

/* Subtle Hover Top Gradient Line */
.mbc-pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00aeef, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mbc-pricing-card:hover {
    transform: translateY(-10px);
    background: rgba(10, 25, 47, 0.85);
    border-color: #00aeef;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 30px 60px -15px rgba(0, 174, 239, 0.25);
}

.mbc-pricing-card:hover::before {
    opacity: 1;
}

/* --------------------------------------------------------------------------
   Featured Tier (Spotlight Card)
   -------------------------------------------------------------------------- */
.mbc-pricing-featured {
    background: rgba(9, 32, 63, 0.85) !important;
    border: 1px solid rgba(0, 174, 239, 0.45) !important;
    box-shadow: 
        0 20px 50px -10px rgba(0, 0, 0, 0.5),
        0 0 35px 0 rgba(0, 174, 239, 0.25) !important;
}

/* Glowing Ambient Backlight for Featured Card */
.mbc-pricing-featured::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.2), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.mbc-pricing-featured > * {
    position: relative;
    z-index: 2;
}

.mbc-pricing-featured:hover {
    transform: translateY(-12px);
    background: rgba(9, 32, 63, 0.95) !important;
    border-color: #00aeef !important;
    box-shadow: 
        0 25px 65px -10px rgba(0, 0, 0, 0.6),
        0 0 50px 0 rgba(0, 174, 239, 0.4) !important;
}

/* --------------------------------------------------------------------------
   Badges, Ribbons & Typography Accent
   -------------------------------------------------------------------------- */
.mbc-pricing-badge {
    padding: 0.4rem 0.85rem;
    border-radius: 50px;
    font-size: 0.725rem;
    letter-spacing: 0.75px;
    font-weight: 700;
    background: rgba(0, 174, 239, 0.15);
    border: 1px solid rgba(0, 174, 239, 0.3);
    color: #00aeef;
}

.mbc-popular-ribbon {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 4;
}

.mbc-popular-ribbon span {
    background: linear-gradient(135deg, var(--mbc-teal) 0%, #0088cc 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 174, 239, 0.4);
    letter-spacing: 0.5px;
}

/* Price Typography Styling */
.mbc-pricing-card .h1 {
    letter-spacing: -1.5px;
    background: linear-gradient(180deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mbc-pricing-featured .h1 {
    background: linear-gradient(180deg, #ffffff 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------------------------------------------------------------------
   Buttons & Interactive States
   -------------------------------------------------------------------------- */
.btn-outline-navy {
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.btn-outline-navy:hover {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 174, 239, 0.35);
    transform: translateY(-2px);
}

.mbc-pricing-featured .mbc-btn-primary {
    background: linear-gradient(135deg, var(--mbc-teal) 0%, #008fcc 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 174, 239, 0.35);
    transition: all 0.3s ease;
}

.mbc-pricing-featured .mbc-btn-primary:hover {
    background: linear-gradient(135deg, #008fcc 0%, var(--mbc-teal) 100%);
    box-shadow: 0 12px 30px rgba(0, 174, 239, 0.5);
    transform: translateY(-2px);
}

/* List Item Checks Animation */
.mbc-pricing-card li i {
    color: #00aeef;
    transition: transform 0.3s ease;
}

.mbc-pricing-card:hover li i {
    transform: scale(1.15);
}

/* --------------------------------------------------------------------------
   Utilities & Layout Elements
   -------------------------------------------------------------------------- */
.gap-2-5 {
    gap: 0.75rem;
}

.me-2-5 {
    margin-right: 0.75rem;
}

.mbc-pricing-mini-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: rgba(0, 174, 239, 0.12);
    border: 1px solid rgba(0, 174, 239, 0.25);
    border-radius: 12px;
    color: #00aeef;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 12px rgba(0, 174, 239, 0.2);
}

/* ==========================================================================
   Interactive Global Reach & Regional Hubs Styling
   ========================================================================== */

.mbc-regions-section {
    background-color: var(--mbc-light-bg);
    position: relative;
    isolation: isolate;
}

/* Background Ambiance */
.mbc-regions-mesh {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(10, 29, 55, 0.05) 1.5px, transparent 1.5px),
        linear-gradient(to right, rgba(0, 174, 239, 0.02) 1px, transparent 1px);
    background-size: 32px 32px, 64px 64px;
    pointer-events: none;
    z-index: 1;
}

.mbc-regions-aura-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.12) 0%, rgba(27, 117, 188, 0.04) 50%, transparent 70%);
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
}

/* Central Dashboard Frame */
.mbc-regions-dashboard {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 20px 50px -10px rgba(10, 29, 55, 0.06);
    position: relative;
    z-index: 2;
}

/* Active Beacon Status Indicator */
.mbc-status-beacon {
    position: relative;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beacon-dot {
    width: 8px;
    height: 8px;
    background-color: var(--mbc-teal);
    border-radius: 50%;
}

.beacon-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 174, 239, 0.4);
    border-radius: 50%;
    animation: beaconPulse 2s infinite ease-in-out;
}

@keyframes beaconPulse {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(2.2); opacity: 0; }
}

/* Regional Nodes */
.mbc-hub-node {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.9);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mbc-hub-node:hover {
    transform: translateY(-6px);
    background: var(--mbc-white);
    border-color: rgba(0, 174, 239, 0.4);
    box-shadow: 0 15px 35px -5px rgba(10, 29, 55, 0.08);
}

/* Spotlight Node */
.mbc-hub-spotlight {
    background: linear-gradient(145deg, var(--mbc-navy) 0%, #0d2242 100%) !important;
    border: 1px solid rgba(0, 174, 239, 0.3) !important;
    box-shadow: 0 15px 35px rgba(10, 29, 55, 0.2) !important;
}

.mbc-hub-spotlight:hover {
    border-color: var(--mbc-teal) !important;
    box-shadow: 0 20px 45px rgba(0, 174, 239, 0.3) !important;
}

/* Chips & Pills */
.mbc-region-chip {
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.25rem 0.65rem;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-uppercase: uppercase;
}

.mbc-tech-pill {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.9);
    color: var(--mbc-navy);
}

.mbc-tech-pill-dark {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.gap-1-5 {
    gap: 0.375rem;
}

.mbc-region-mini-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

/* ==========================================================================
   Client Success Continuous Marquee Carousel Styles
   ========================================================================== */

/* Main Section Container */
.mbc-success-section {
    background: radial-gradient(circle at 50% 20%, #1b75bc 0%, #09203f 100%);
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

/* Subtle Dark Grid Mesh Overlay */
.mbc-success-mesh {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 28px 28px, 56px 56px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.4;
}

/* Header Text Styling */
.mbc-text-teal {
    color: #00aeef;
}

.mbc-header-desc {
    color: #cbd5e1;
}

/* Top Pill Badge */
.mbc-badge-pill-light {
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    background: #07172b;
    border: 1px solid rgba(0, 174, 239, 0.4);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mbc-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00aeef;
    box-shadow: 0 0 8px #00aeef;
}

/* Marquee Track & Mask Layout */
.mbc-marquee-wrapper {
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    z-index: 2;
}

.mbc-marquee-track {
    width: max-content;
    gap: 1.5rem;
    animation: marqueeScroll 35s linear infinite;
}

/* Pause motion on hover */
.mbc-marquee-wrapper:hover .mbc-marquee-track {
    animation-play-state: paused;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Testimonial Glassmorphic Cards */
.mbc-testimonial-card {
    width: 380px;
    flex-shrink: 0;
    background: rgba(10, 25, 47, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mbc-testimonial-card:hover {
    transform: translateY(-6px);
    background: rgba(10, 25, 47, 0.95);
    border-color: #00aeef;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(0, 174, 239, 0.25);
}

/* High-Contrast Badge Tags */
.mbc-card-tag {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.3rem 0.65rem;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #040d1a;
    color: #00aeef;
    border: 1px solid rgba(0, 174, 239, 0.35);
}

/* Typography Formatting */
.mbc-card-text {
    color: #f1f5f9;
    font-size: 0.88rem;
    line-height: 1.65;
}

.mbc-company-name {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
}

.mbc-subtext {
    color: #94a3b8;
    font-size: 0.75rem;
}

.mbc-metric-val {
    color: #00aeef;
    font-size: 1.15rem;
    font-weight: 900;
}

.mbc-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}
/* ==========================================================================
   FAQ Section - Radial Gradient Theme Integration
   ========================================================================== */

.mbc-faq-section {
   background-color: var(--mbc-light-bg);
    position: relative;
    isolation: isolate;
    color: #ffffff;
    padding: 90px 0;
}

/* Background Ambient Lighting */
.mbc-faq-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
    background-size: 30px 30px;
    pointer-events: none;
}

/* Accordion Wrapper Styling */
.mbc-faq-accordion .accordion-item {
    background: rgba(10, 25, 47, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px !important;
    margin-bottom: 1.25rem;
    overflow: hidden;
    transition: var(--mbc-transition);
}

.mbc-faq-accordion .accordion-item:hover {
    background: rgba(10, 25, 47, 0.85);
    border-color: #00aeef;
    box-shadow: 0 15px 35px rgba(0, 174, 239, 0.2);
}

/* Accordion Header & Button */
.mbc-faq-accordion .accordion-button {
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
}

.mbc-faq-accordion .accordion-button:not(.collapsed) {
    color: #00aeef;
    background: rgba(0, 174, 239, 0.12);
    box-shadow: inset 0 -1px 0 rgba(0, 174, 239, 0.25);
}

.mbc-faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1); /* Turns arrow icon white */
    transition: transform 0.3s ease;
}

/* Accordion Body Copy */
.mbc-faq-accordion .accordion-body {
    color: #cbd5e1;
    font-size: 0.975rem;
    line-height: 1.7;
    padding: 1.25rem 1.5rem;
}

/* Badge Pill Accent */
.mbc-faq-badge {
    background: rgba(0, 174, 239, 0.15);
    border: 1px solid rgba(0, 174, 239, 0.3);
    color: #00aeef;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================================================
   Modern Aesthetic Footer Styling - Radial Gradient Background
   ========================================================================== */

.mbc-footer-section {
    background: radial-gradient(circle at 50% 20%, #1b75bc 0%, #09203f 100%);
    position: relative;
    isolation: isolate;
    color: #ffffff;
    padding-top: 80px;
    overflow: hidden;
}

/* Background Atmosphere */
.mbc-footer-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    pointer-events: none;
}

.mbc-footer-aura {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.25) 0%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}

/* Top Callout Banner */
.mbc-footer-banner {
    background: rgba(10, 25, 47, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mbc-footer-chip {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(0, 174, 239, 0.15);
    border: 1px solid rgba(0, 174, 239, 0.3);
    color: #00aeef;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mbc-btn-glow {
    background: linear-gradient(135deg, #00aeef 0%, #1b75bc 100%);
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 174, 239, 0.35);
    transition: all 0.3s ease;
}

.mbc-btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 174, 239, 0.5);
    border-color: #ffffff;
}

/* Typography & Accent Colors */
.text-cyan { color: #00aeef !important; }
.text-slate-300 { color: #cbd5e1 !important; }
.text-slate-400 { color: #94a3b8 !important; }
.text-slate-500 { color: #64748b !important; }
.border-bottom-slate { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.extra-small { font-size: 0.8rem; }

/* Links Styling */
.mbc-footer-links li {
    margin-bottom: 0.75rem;
}

.mbc-footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25 ease;
}

.mbc-footer-links a:hover {
    color: #00aeef;
    padding-left: 4px;
}

/* Social Media Icons */
.mbc-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mbc-social-btn:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 174, 239, 0.35);
}

/* Legal Links Bar */
.mbc-legal-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.25s ease;
}

.mbc-legal-links a:hover {
    color: #00aeef;
}

/* ==========================================================================
   Advanced Contact Section - High-End Corporate Aesthetics
   ========================================================================== */

.mbc-contact-section {
    background: linear-gradient(135deg, #eef7fc 0%, #d8ecf8 40%, #3a8ebd 100%);
    position: relative;
    isolation: isolate;
    color: #0f172a;
    padding: 100px 0;
    overflow: hidden;
}

/* Background Animated Light Orbs & Mesh */
.mbc-contact-mesh {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(0, 174, 239, 0.22) 1.5px, transparent 1.5px),
        linear-gradient(to right, rgba(0, 174, 239, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 174, 239, 0.05) 1px, transparent 1px);
    background-size: 28px 28px, 56px 56px, 56px 56px;
    pointer-events: none;
}

.mbc-contact-orb-1 {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.25) 0%, transparent 70%);
    filter: blur(90px);
    pointer-events: none;
}

.mbc-contact-orb-2 {
    position: absolute;
    bottom: -15%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(27, 117, 188, 0.35) 0%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}

/* Badge Pill Accent */
.mbc-contact-badge {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 174, 239, 0.3);
    color: #0077b6;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 174, 239, 0.1);
}

/* Glassmorphism Main Form Card */
.mbc-contact-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    box-shadow: 
        0 20px 50px -10px rgba(15, 23, 42, 0.12),
        0 0 30px rgba(255, 255, 255, 0.5) inset;
    position: relative;
    overflow: hidden;
}

/* Decorative Top Border Accent */
.mbc-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00aeef 0%, #1b75bc 100%);
}

/* Floating Input Group Design */
.mbc-form-floating {
    position: relative;
}

.mbc-form-floating .form-control,
.mbc-form-floating .form-select {
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid rgba(180, 205, 225, 0.6);
    border-radius: 14px;
    padding: 1rem 1rem 1rem 2.8rem;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mbc-form-floating textarea.form-control {
    padding-left: 2.8rem;
}

.mbc-input-icon {
    position: absolute;
    left: 1.1rem;
    top: 1.1rem;
    color: #00aeef;
    font-size: 1.05rem;
    transition: color 0.3s ease;
    z-index: 4;
}

.mbc-form-floating .form-control:focus,
.mbc-form-floating .form-select:focus {
    background: #ffffff;
    border-color: #00aeef;
    box-shadow: 0 10px 25px -5px rgba(0, 174, 239, 0.2);
    outline: none;
}

.mbc-form-floating .form-control:focus + .mbc-input-icon,
.mbc-form-floating .form-select:focus + .mbc-input-icon {
    color: #1b75bc;
}

/* Interactive Info Cards */
.mbc-info-item {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mbc-info-item:hover {
    background: #ffffff;
    transform: translateX(8px);
    box-shadow: 0 12px 30px rgba(0, 174, 239, 0.15);
    border-color: #00aeef;
}

.mbc-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00aeef 0%, #1b75bc 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(0, 174, 239, 0.3);
    transition: transform 0.3s ease;
}

.mbc-info-item:hover .mbc-info-icon {
    transform: scale(1.1) rotate(-5deg);
}

/* Trust Metric Highlights */
.mbc-trust-stat {
    background: rgba(255, 255, 255, 0.5);
    border: 1px dashed rgba(0, 174, 239, 0.4);
    border-radius: 16px;
    padding: 0.85rem 1.25rem;
}

/* Glowing Submit Button */
.mbc-btn-submit {
    background: linear-gradient(135deg, #00aeef 0%, #1b75bc 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    border-radius: 14px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 174, 239, 0.35);
    transition: all 0.35s ease;
}

.mbc-btn-submit:hover {
    background: linear-gradient(135deg, #0098d4 0%, #155f9a 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 174, 239, 0.5);
    color: #ffffff;
}

.mbc-btn-submit i {
    transition: transform 0.3s ease;
}

.mbc-btn-submit:hover i {
    transform: translateX(5px) translateY(-2px);
}
