body {
font-family: 'Source Sans Pro', sans-serif;
}
.font-display {
font-family: 'Cormorant Garamond', serif;
} .bg-primary {
background-color: #1e3a5f !important;
}
.text-primary {
color: #1e3a5f !important;
}
.border-primary {
border-color: #1e3a5f !important;
}
.bg-primary\/10 {
background-color: rgba(30, 58, 95, 0.1) !important;
}
.bg-primary\/30 {
background-color: rgba(30, 58, 95, 0.3) !important;
} .hero-overlay {
background: linear-gradient(90deg, rgba(30, 58, 95, 0.9) 0%, rgba(30, 58, 95, 0.4) 100%);
} html.lenis,
html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-smooth iframe {
pointer-events: none;
} .about-image {
line-height: 0;
font-size: 0;
}
.about-image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
border-radius: 1rem;
} #about .about-image {
box-shadow: none !important;
overflow: visible;
}
#about .about-image img {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
} .team-card {
position: relative;
cursor: pointer;
}
.team-card .team-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(30, 58, 95, 0.95) 0%, rgba(30, 58, 95, 0.7) 50%, rgba(30, 58, 95, 0.3) 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.team-card:hover .team-overlay {
opacity: 1;
}
.team-card .team-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 2rem;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s ease;
overflow-y: auto;
}
.team-card:hover .team-content {
opacity: 1;
transform: translateY(0);
}
.team-card:hover img {
transform: scale(1.1);
} .mobile-menu {
transform: translateX(100%);
transition: transform 0.3s ease-in-out;
}
.mobile-menu.active {
transform: translateX(0);
} .custom-logo-link {
display: block;
}
.custom-logo {
max-width: 250px;
height: auto;
width: 100%;
}
@media screen and (max-width: 1024px) {
.custom-logo {
max-width: 200px;
}
}
@media screen and (max-width: 768px) {
.custom-logo {
max-width: 160px;
}
} .header-scrolled {
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
} .client-tag {
transition: all 0.3s ease;
}
.client-tag:hover {
transform: translateY(-3px);
box-shadow: 0 4px 15px rgba(30, 58, 95, 0.2);
} .partnership-card {
transition: all 0.3s ease;
}
.partnership-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(30, 58, 95, 0.15);
} .logo-reveal {
clip-path: inset(0 100% 0 0);
visibility: hidden;
} @keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-10px);
}
60% {
transform: translateY(-5px);
}
}
.scroll-indicator .material-icons {
animation: bounce 2s infinite;
} .alignwide {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.alignfull {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} body.admin-bar .fixed {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar .fixed {
top: 46px;
}
} .floating-label-group {
position: relative;
}
.floating-input,
.floating-input:focus,
.floating-input:active,
input.floating-input,
textarea.floating-input {
width: 100%;
padding: 1rem 1rem 0.5rem 1rem;
background: transparent !important;
background-color: transparent !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
border-radius: 0.375rem;
color: #ffffff !important;
caret-color: #ffffff !important;
font-size: 1rem;
transition: border-color 0.3s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-text-fill-color: #ffffff !important;
} .floating-input:-webkit-autofill,
.floating-input:-webkit-autofill:hover,
.floating-input:-webkit-autofill:focus,
.floating-input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #2A4467 inset !important;
-webkit-text-fill-color: #ffffff !important;
caret-color: #ffffff !important;
}
.floating-input:focus {
outline: none !important;
border-color: rgba(255, 255, 255, 0.6) !important;
box-shadow: none !important;
}
.floating-input::placeholder {
color: transparent;
}
.floating-label {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: rgba(255, 255, 255, 0.7);
font-size: 1rem;
pointer-events: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: transparent;
padding: 0 0.25rem;
} textarea.floating-input + .floating-label {
top: 1rem;
transform: translateY(0);
} .floating-input:focus + .floating-label,
.floating-input:not(:placeholder-shown) + .floating-label {
top: 0;
transform: translateY(-50%);
font-size: 0.75rem;
color: white;
letter-spacing: 0.05em;
font-weight: 500;
background-color: #2A4467;
padding: 0 0.5rem;
} textarea.floating-input:focus + .floating-label,
textarea.floating-input:not(:placeholder-shown) + .floating-label {
top: 0;
transform: translateY(-50%);
} .skip-link {
position: absolute;
top: -100%;
left: 50%;
transform: translateX(-50%);
background: #1e3a5f;
color: white;
padding: 0.75rem 1.5rem;
border-radius: 0 0 0.5rem 0.5rem;
z-index: 9999;
text-decoration: none;
font-weight: 600;
transition: top 0.3s ease;
}
.skip-link:focus {
top: 0;
outline: none;
} *:focus-visible {
outline: 2px solid #1e3a5f;
outline-offset: 2px;
} .dark *:focus-visible {
outline-color: #60a5fa;
} *:focus:not(:focus-visible) {
outline: none;
} a:focus-visible,
button:focus-visible {
outline: 2px solid #1e3a5f;
outline-offset: 2px;
border-radius: 0.25rem;
} .floating-input:focus-visible {
outline: none;
} .gsap-animate {
opacity: 0;
transform: translateY(40px);
}
.gsap-animate-left {
opacity: 0;
transform: translateX(-40px);
}
.gsap-animate-right {
opacity: 0;
transform: translateX(40px);
}
.gsap-animate-scale {
opacity: 0;
transform: scale(0.95) translateY(40px);
} .gsap-animated {
opacity: 1;
transform: none;
}