body {
	height: 100%;
	background: #D6E1ED;
	font-family: "Cardo", serif;
	font-weight: 400;
	transition: background-color .9s ease;
	overflow-x: hidden;
	overflow-y: auto;
	margin:40px;
	border-radius:50px;
}

html{
	background:#fff;
}

/* SVG Preloader */
.preloader-bg {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* subtle gradient */
    background-image: linear-gradient(
        to bottom,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.05)
    );
}
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
}

.loader-panel {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

.logo-wrap {
    width: 180px;
    height: 220px;
}

body.bg-on {
  background-color: #e3d9a6;
}

body.bg-reset {
  background-color: #D6E1ED;
}

.add-padding{
	padding-top:100px;
	padding-bottom:100px;
}

.container-fluid {
  position: relative;
}

h3{
	font-weight:300;
}

.add-margin-top{
	margin-top:100px;
}

/* Expanding dot animation styles */
.relative {
  position: relative;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #3B38A0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.circle-full{
  border-radius:0;
}

.navbar-brand svg{
	width:70px;
	height:44px;
}

/* Custom hamburger icon styling */
.navbar-toggler {
  width: 45px;
  height: 45px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  z-index: 1050;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Hide the default toggler icon */
.navbar-toggler-icon {
  background-image: none !important;
  position: relative;
}

/* Create the white stripes */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s ease;
}

/* Position the stripes */
.navbar-toggler-icon::before {
  top: 40%;
}

.navbar-toggler-icon::after {
  bottom: 40%;
}

/* Animation for open state */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: translateX(-50%) rotate(-45deg);
  bottom: 46%;
}

.navbar{
	margin-top:30px;
}

.menu-center{
	width:50%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	padding-left:50px;
	padding-right:50px;
}

.navbar-nav{
	padding-top:20px;
	padding-bottom:20px;
}

.nav-item a{
	font-size:20px;
	color:#000;
	font-weight:600;
	padding-top:15px!important;
	padding-bottom:15px!important;
}

.nav-item a:hover{
	color:#000;
}

.nav-link{
	padding-left:30px!important;
	padding-right:30px!important;
}

.nav-item:hover{
	background-color:#f3f2f0;
	border-radius:50rem;
	transition: background-color .5s;
}

.active-menu{
	background:#fff!important;
}

.home-sections{
background-color: #ffffff;
}

.home-sections h1{
  font-size:60px;
  font-weight:900;
  float:left;
  margin-bottom:50px!important;
}

.home-sections p{
  font-size:22px;
  font-weight:300;
}

.btn-outline-light{
	font-size:25px;
	background:none!important;
	color:#3B38A0;
	transition: all .5s;
	border:none;
	text-decoration:underline;
	font-weight:300;
}

.btn-outline-light:hover{
	background:#3B38A0;
	color:#000!important;
	transform: scale(1.1);
}

.typewriter-js {
    display: inline;
    border-right: 2px solid #3B38A0;
    padding-right: 5px;
    min-height: 1.2em;
    vertical-align: bottom;
    white-space: pre-wrap;
    word-break: break-word;
    animation: blink-caret .75s step-end infinite;
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #3B38A0; }
}

.fade-div {
	opacity: 1;
	transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
	top: 20px;
	z-index: 1;
}

/* Sticky sections: base below other content */
#fadingsection .fade-div {
	z-index: 0;
	pointer-events: none; /* don't intercept by default */
}

/* Only the currently visible sticky section should be interactive */
#fadingsection .fade-div:not(.fade-out) {
	z-index: 10;
	pointer-events: auto;
}  

.fade-out {
	opacity: 0.25;
	filter: blur(2px);
	pointer-events: none !important; /* faded items never block */
}

.fade-hidden {
	visibility: hidden;
	opacity: 0;
	filter: none;
	pointer-events: none !important;
}




/* Home page styling */
.header{
	padding-top:320px;
	background-color:none!important;
	min-height:1050px;
}

.header h1{
	font-size:80px;
	margin-bottom:100px;
}

.header h1 span{
	font-weight:700;
}

.glitch-word{
	position:relative;
	display:inline-block;
	color:#212529;
	font-weight:700;
}

.glitch-word::before,
.glitch-word::after{
	content:attr(data-text);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	color:#fff;
	mix-blend-mode:screen;
	clip-path:inset(0 0 0 0);
	opacity:0;
}

.glitch-word::before{
	transform:translate(-2px,-1px);
	text-shadow:-2px 0 #f00;
}

.glitch-word::after{
	transform:translate(2px,1px);
	text-shadow:2px 0 #0ff;
}

.glitch-word.glitch-active::before,
.glitch-word.glitch-active::after{
	opacity:1;
	animation:glitch-slices 120ms infinite steps(2,end);
}

.glitch-word.glitch-active{
	color:transparent;
	background-image:
		repeating-linear-gradient(90deg,#fff 0 1px,#111 1px 2px,#0ff 2px 3px,#f0f 3px 4px,#0f0 4px 5px),
		repeating-linear-gradient(0deg,#fff 0 1px,#111 1px 2px,#0ff 2px 3px,#f0f 3px 4px,#0f0 4px 5px);
	background-size:4px 4px,3px 3px;
	background-position:0 0,1px 1px;
	background-clip:text;
	-webkit-background-clip:text;
	animation:tv-static 120ms infinite steps(2,end);
}

@keyframes glitch-slices{
	0%{clip-path:inset(0 0 80% 0);}
	20%{clip-path:inset(10% 0 60% 0);}
	40%{clip-path:inset(40% 0 30% 0);}
	60%{clip-path:inset(70% 0 5% 0);}
	80%{clip-path:inset(20% 0 50% 0);}
	100%{clip-path:inset(0 0 80% 0);}
}

@keyframes tv-static{
	0%{background-position:0 0,1px 1px;}
	20%{background-position:-2px 1px,2px -1px;}
	40%{background-position:1px -2px,-1px 2px;}
	60%{background-position:-1px -1px,3px 0;}
	80%{background-position:2px 2px,-2px -2px;}
	100%{background-position:0 0,1px 1px;}
}

.header p{
	font-weight:300;
	font-size:22px;
	padding-top:20px;
	padding-bottom:20px;
}

.header-2{
	padding-top:100px;
}

.changebackground{
	margin-top:300px;
	opacity:1;
	transition: opacity .6s ease;
}

.changebackground.faded-out{
	opacity:0;
}

.first-section{
	padding-bottom:50px;
}

.first-section h1{
	display:inline;
	font-size:60px;
	color:#212529;
}

.first-section p{
	font-size:60px;
	color:#212529;
}

.second-section {
	text-align: center;
	padding-top: 160px;
	padding-bottom: 200px;
}

.scroll-word {
	display: block;
	transform-origin: center;
	transform: scale(1);
	opacity: 0.35;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.scroll-word.prev,
.scroll-word.next {
	transform: scale(1.1);
	opacity: 0.9;
}

.scroll-word.prev2,
.scroll-word.next2 {
	transform: scale(1.05);
	opacity: 0.5;
}

.scroll-word.active {
	transform: scale(1.2);
	opacity: 1;
	color:#597e8b;
	font-weight:700;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.wow.slideInUp {
	display: inline-block;
}

.second-section-words {
	display: inline-block;
	text-align: left;
	font-size: 90px;
	font-style:italic;
	line-height: 1.4;
}

.bg-dark-custom{
	background:#6f9f9f;
	margin-top:200px;
}

.third-section{
	margin-top:100px;
	padding-bottom:100px;
	overflow-x: hidden;
	overflow-y: visible;
}

/* Hide scrollbar completely */
.third-section::-webkit-scrollbar {
	display: none;
}

.third-section {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.third-section p{
	font-size:60px;
	line-height:60px;
	word-break: keep-all;
	overflow-wrap: break-word;
	hyphens: auto;
}

.muted-text-reveal {
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: break-word;
	hyphens: auto;
}

.muted-text-reveal .word {
	display: inline;
}

/* Skew Perspective Effect */
.skew-perspective-container {
	max-width:100%!important;
}

.skew-perspective-container p {
    font-size: 60px;
    color: #212529;
    margin: 0;
    padding: 20px;
    transform: translateZ(0);
}

.last-word {
    display: inline-block;
    /* This prevents the "shaking" or pixel-snapping on mobile */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    will-change: transform; 
    
    /* If the text looks blurry when scaled, 
       start with a larger font-size and scale DOWN to 1, 
       rather than scaling UP from small to large. */
}

/* Ensure the container doesn't "jitter" while the word grows */
.skew-perspective-container {
    contain: content;
}

.skew-perspective-container i, 
.last-word {
    color: #e3d9a6 !important; 
    font-weight: 700;
    font-style: italic; /* Keeps the slant if needed */
}

.stack-section, .third-section, .last-word {
    /* Tells the GPU: "Keep this on its own layer, don't re-calculate the whole page" */
    will-change: transform, filter; 
    transform: translateZ(0); 
}

.blur-content {
    display: inline;
    will-change: filter;
}

.fourth-section {
    margin-top:200px;
    margin-bottom:200px;
	padding-top:200px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.fourth-section h1{
	font-size:60px;
	color:#212529;
}

.fourth-section-btn {
    margin-top: 40px;
    padding: 25px 40px;
    border: 2px solid #212529;
	border-radius:20px;
    color: #212529;
    font-family: arial;
    font-size: 30px;
    text-decoration: none;
	outline:none;
	text-transform: uppercase;
	font-weight:700;
}

.fourth-section-btn::before {
    background: #597e8b;
}

.fourth-section-btn:hover {
	border:2px solid #597e8b;
}

.fourth-section-btn:hover span {
    color: #212529;
}

.magnetic-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
}

.magnetic-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.4s ease;
    z-index: 0;
}

.magnetic-btn:hover::before {
    transform: scaleY(1);
}

.magnetic-btn span {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

/* Container management */
.about-scroll-wrapper {
    background-color: #D6E1ED;
    overflow: hidden;
}

.about-sticky-container {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
}

/* The main container holding the flowing sentence */
.main-sentence-container {
    font-family: "Cardo", serif;
    font-size: 3rem; /* Base size */
    line-height: 1.4;
    text-align: center; /* Center-aligns the text block */
    max-width: 80%; /* Keeps text within comfortable reading width */
}

/* Phrase management */
.phrase {
    display: inline;
    white-space: nowrap; /* Prevents words breaking unnecessarily */
    margin: 0 5px; /* Subtle spacing */
}

.phrase-group {
    display: inline;
}

/* Sizing and Styling Logic */
.phrase-h1 { 
    font-size: 80px; /* Initial H1 size */
    display: block; /* Ensures name starts on its own line */
    margin-bottom: 20px;
}

.phrase-age { 
    font-size: 65px; /* Larger as requested */
}

.phrase-status { 
    font-size: 55px; /* Smaller as requested */
}

.phrase-mom { 
    font-size: 65px; /* Same size as 34 jaar */
    font-weight: 700;
}

.phrase-kids { 
    font-size: 60px; /* Smaller than status */
    display: block; /* Forces a new line, like image 2 */
	text-align:right;
}

/* About page */
/* Home page styling */
.header-about{
	padding-top:320px;
	background-color:none!important;
	min-height:1050px;
}

.header-about h1{
	font-size:80px;
	margin-bottom:100px;
}

.scroll-along-1, .scroll-along-2 {
    min-height: 200px; /* Or whatever height your content needs */
    display: block;
}

.canvas-section {
	padding-bottom: 80px; /* 👈 your offset */
}

.canvas-inner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-parallax-container {
    position: relative;
    width: 300px;
    max-width: 100%;
    height: 650px;
    min-height: 650px;
    background: #000;
    overflow: hidden;
    border-radius: 2rem;
	filter: contrast(1.1) saturate(1.1);
}

.video-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.custom-color-bg{
	background-color: #3B38A0;
	color:#fff;
}

/* The new footer-theme color */
body.bg-footer-custom {
    background-color: #903853 !important;
    transition: background-color 0.8s ease; /* Smooth transition */
}

.first-section-about h1{
	display:inline;
	font-size:60px;
	float:left;
}

.first-section-about p{
	font-size:60px;
	line-height:60px;
	padding-top:40px;
	padding-bottom:200px;
	padding-left:20px;
	padding-right:20px;
}

.parallax-image{
	position: absolute;
	right: 10%;
	top: 50px;
	max-width: 400px;
	width: 100%;
	height: auto;
	z-index: 3;
	will-change: transform;
}

.first-section-about img{
	max-height:500px;
}

.parallax-text{
	will-change: transform;
}

.reveal{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.8s ease;
}

.second-section-about{
	padding-top: 50px;
	padding-bottom: 50px;
	will-change: transform;
}

.second-section-about p{
	font-size:60px;
	line-height:60px;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
}

.about-image-reveal{
	overflow: hidden;
	width:100%;
	height:0;
	max-height:300px;
}

.about-image-container{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.margin-bottom{
	margin-bottom:150px;
}

.padding-top{
	padding-top:150px;
}

.background-about{
	background: url("../uploads/steph.png") no-repeat fixed;
	background-position: 70% 150px;
	min-height:400px;
}

.third-section-about i{
	color:#597e8b;
}

.quote-bg{
	background:#8d9b74;
}

blockquote {
	margin-left: 0;
	padding:10px;
	font-size:60px;
	line-height:60px;
	padding-top:100px;
	padding-bottom:100px;
}

blockquote::before,
blockquote::after {
   content: "“";
}

blockquote::after {
   content: "”";
}

.fourth-section-about{
	padding-top: 50px;
	padding-bottom: 50px;
	will-change: transform;
    position: relative;
    min-height: 60vh;
}

.fourth-section-about p{
	font-size:60px;
	line-height:60px;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
}

/* background layer */
.fourth-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.fourth-bg img {
    width: 100%;
    height: 120%; /* 👈 important for parallax */
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: 0;
}

.float-img {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    will-change: transform;
}

.float-1 {
    top: 30%;
    right: 30%;
    width: 280px;
}

.float-2 {
    top: 40%;
    right: 5%;
    width: 320px;
}

.float-3 {
    bottom: -15%;
    right: 20%;
    width: 300px;
}

.fourth-section-about .row {
    margin-left: 0;
    margin-right: 0;
}

/* Services page typography to match Home */
.section-services h1{
	font-size:60px;
	margin-bottom:40px;	
}

.section-services p{
	font-size:22px;
	font-weight:300;
}

.section-services i{
	color:#fff;
}

.section-services span{
	background:none!important;
}

.price{
	display:block;
	float:left;
	border-radius: 7px;
	padding:15px;
	color:#fff;
	background:#3B38A0;
}

.contact-section{
	margin-top:200px;
}

.contact-section h1{
	font-size:60px;
}

.contact-section p{
	font-size:22px;	
	font-weight:100;
	padding-top:20px;
	padding-bottom:20px;
}

.contact-section i{
	color:#fff;
}

.contact-input {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #d0d0d0 !important;
	border-radius: 0;
	font-size: 1.1rem;
	padding: 0.75rem 1rem;
	min-height: 50px;
}

.contact-input:focus {
	outline: none;
}

.contact-input::placeholder {
	color: #999;
	font-size: 1.1rem;
}

textarea.contact-input {
	min-height: 150px;
	resize: vertical;
}

textarea.fourth-section-image {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.fourth-section-image img {
    max-width: 70%;
    height: auto;
    /* Plectrum shape with asymmetrical rounded corners */
    border-radius: 20% 35% 40% 30% / 60% 40% 60% 40%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
    /* Add slight rotation for more organic feel */
    transform: rotate(-2deg);
}

.footer{
	padding-top:250px;
	padding-bottom:150px;
}

.footer-title{
	font-size:60px;
	line-height:55px;
}

.footer svg{
	width:50px;
	height:50px;
}

.socials p{
	padding-top:30px;
}

.socials a{
	font-size:40px;
	color:#8d9b74;
	text-decoration:none;
	font-style:italic;
	font-weight:700;
}

.socials a:hover{
	color:#597e8b;
}

.socials p{
	width:40px;
	display:inline-block;
}

.copyright{
	padding-top:150px;
}

.copyright p{
	font-size:22px;
}

.copyright strong{
	font-weight:700;
	vertical-align: middle;
}

/* 1. The Glass Navbar Expanding */
nav#mainNavbar .menu-center {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 50% !important; 
    max-width: 50% !important; 
    backdrop-filter: blur(50px) !important; 
    -webkit-backdrop-filter: blur(50px) !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    border-radius: 50px !important;
	margin-top: 30px;
}

.navbar-collapse {
    transition: all 0.3s ease;
}

.navbar-collapse {
    will-change: height;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
body{
	margin:20px;
}

.changebackground{
	margin-top:20px;
}

.main-sentence-container { 
	font-size: 1.8rem; 
	max-width: 95%; 
}

.menu-center{
	padding-left:20px;
	padding-right:20px;
}	

.margin-bottom{
	margin-bottom:50px;
}

.add-padding{
	padding-top:30px;
	padding-bottom:30px;	
}

.navbar {
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-nav{
	margin-top:30px;
}

.header{
	padding-top:300px;
	padding-bottom:20px;
	min-height:950px;
}

.header h1{
	font-size:45px!important;
}

.header p{
	font-size:16px;
	padding-top:5px;
	padding-bottom:0px;
}

.header-2{
	padding-top:0px;
}

.first-section h1{
	font-size:32px!important;
}

.first-section p{
	font-size:32px!important;
}

.second-section {
	padding-top: 60px;
	padding-bottom: 100px;
}

.second-section-words{
	font-size:35px!important;
}

.bg-dark-custom{
	width:90%;
}

.third-section{
	margin-top:50px;
	padding-bottom:50px;
}

.third-section p{
	font-size:32px!important;
	line-height:32px!important;
	word-break: keep-all;
	overflow-wrap: break-word;
	hyphens: auto;
}

.fourth-section h1{
	font-size:32px!important;
}

.fourth-section p{
	font-size:18px!important;
}

.fourth-section-btn {
    padding: 25px 40px;
    font-size: 20px;
}

.header-about h1{
	font-size:45px!important;
}

.first-section-about p {
    font-size:32px!important;
    line-height:30px;
}

.canvas-section{
	width:90%;
}

.stack-section.second-section-about {
	padding-top:100px;
	padding-bottom:100px;
}

.second-section-about p{
	font-size:25px!important;
	line-height:27px!important;	
	text-align:left;
}

.third-section-about p{
	font-size:32px!important;
	line-height:30px!important;	
}

blockquote {
	font-size:32px!important;
	line-height:30px!important;		
}

.fourth-section-about{
	margin-bottom:100px;
}

.fourth-section-about p{
	font-size:25px!important;
	line-height:27px!important;		
	text-align:left;
}

.float-1 {
    top: 30%;
    right: 5%;
    width: 180px;
}

.float-2 {
    top: 70%;
    left: 5%;
    width: 220px;
}

.float-3 {
    bottom: -15%;
    right: 10%;
    width: 200px;
}

.section-about{
	width:90%;
}

.section-about i{
	font-size:15px;
}

.section-about .btn{
	font-size:15px;
}

.section-about h1{
	font-size:25px!important;
}

.section-about p{
	font-size:16px;
}

.section-about img{
	display: block;
	max-width: 80%;
	height: auto;
}

.section-services{
	width:90%;
}

.section-services i{
	font-size:15px;
}

.section-services .btn{
	font-size:15px;
}

.section-services h1{
	font-size:25px!important;
}

.section-services p{
	font-size:16px;
}

.contacts a{
	font-size:16px;
}

.footer{
	padding-bottom:20px;
}

.footer-title{
	font-size:45px;
	line-height:35px;
}

.socials i{
	font-size:35px;
}

nav#mainNavbar .menu-center {
	width:95%!important;
	max-width: 95% !important; 
}

.navbar-toggler {
        margin-left: auto !important; /* This is the Flexbox version of 'float: right' */
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 44px !important; /* Lock the width so it can't jump */
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

	.nav-social-reveal {
		display: none !important;
	}

	nav#mainNavbar .menu-center {
		padding: 10px 70px !important;
	}

}

@media (min-width: 400px) and (max-width: 1401px) {
.menu-center {
	min-width:200px!important;
	max-width:300px!important;
}
.navbar-toggler {
        margin-left: auto !important; /* This is the Flexbox version of 'float: right' */
        margin-right: -10px !important; /* Pulls it closer to the right edge of the bubble */
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 44px !important; /* Lock the width so it can't jump */
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

	nav#mainNavbar .menu-center .nav-social-reveal,
    nav#mainNavbar .nav-social-reveal {
        display: none !important;
    }

	nav#mainNavbar .menu-center {
		padding: 10px 40px !important;
	}
	/* 2. Lock the Logo and Toggler row to the top so they don't move */
    .navbar-brand, 
    .navbar-toggler {
		margin-top: 10px !important; /* Fine-tune to match your logo alignment */
    }
}

/* 2. SCROLLED STATE - Expansion */
nav#mainNavbar.nav-scrolled .menu-center {
    /* This expands the 50% width to fill the screen on scroll */
    max-width: 1320px !important; 
    width: 95% !important;
}

/* 3. The Social Icons Reveal */
nav#mainNavbar .nav-social-reveal {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    width: 0 !important;
    opacity: 0 !important;
    transform: translateX(40px) !important;
    transition: all 0.5s ease-in-out !important;
    white-space: nowrap !important;
}

nav#mainNavbar.nav-scrolled .nav-social-reveal {
    width: 90px !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    margin-left: 20px !important;
}

/* 1. Target the icon's base state */
.nav-social-reveal i {
    font-size: 30px;
    margin-top: 25px !important;
    color: #8d9b74 !important; /* Default Green */
    transition: color 0.3s ease, transform 0.2s ease;
    /* inline-block is correct to allow margin-top to work */
    display: inline-block; 
}

/* 2. Target the ICON when the LINK is hovered */
/* This makes the hover trigger much more reliably */
.nav-social-reveal a:hover i,
.nav-social-reveal a:focus i {
    color: #597e8b !important; /* Dark Grey/Black */
    transform: translateY(-2px);
}