@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.navbar{
    background: rgba(1, 3, 3, 0.18);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 5rem;
}

.navbar.scrolled {
    background: rgba(0 0 0 / 55%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.nav-logo{
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo img{
    height: 60%;
}

.nav-links{
    width: 40%;
}

.nav-links ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}

.nav-links a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.active-link{
    color: #FFB703 !important;
}

.linkedin-icon-nav {
    width: 1.5rem;
    filter: invert(32%) sepia(99%) saturate(749%) hue-rotate(179deg) brightness(93%) contrast(101%);
}

.social-link{
    padding: .2rem .3rem;
    background-color: #fff;
    border-radius: 5px;
}

.hero{
    background: 
        linear-gradient(135deg, #0A163D 0%, rgba(94, 145, 228, 0.00) 100%),
        url('../media/home_hero_banner_01.jpeg') center/cover no-repeat;
    width: 100svw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-phrase{
    display: flex;
    width: 62rem;
    height: 13rem;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    padding: 5rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

.hero-phrase p{
    font-weight: 100;
}

gold-gradient{
    background: radial-gradient(37.52% 101.19% at 50% 50%, #FCD66C 0%, #D3AF37 50.48%, #FCD66C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

blue-gradient-1{
    background: var(--TextBlue, linear-gradient(110deg, #023047 0%, #8ECAE6 47.6%, #023047 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

blue-gradient-2{
    background: var(--IconSecondary, linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f-vp-w{
    width: 100svw;
    max-width: 100svw;
}

.f-vp-h{
    height: 95svh;
    max-height: max-content;
}

.sect-title-c{
    color: #1F2937;
    text-align: center;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
}

.sect-title-c p{
    margin-top: 5rem;
}
.sect-title-c h2{
    color: #1F2937;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700 !important;
    width: 100%;
    margin-top: 2rem;
    margin-right: 3rem;
}
.sect-title-r{
    color: #1F2937;
    text-align: right;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: max-content;
}

.sect-title-r h2{
    color: #1F2937;
    text-align: right;
    font-size: 2.5rem;
    font-weight: 700 !important;
    width: 30%;
    margin-top: 2rem;
    margin-right: 3rem;
}

.sect-title-l{
    color: #1F2937;
    text-align: left;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: max-content;
    margin-bottom: 4rem;
}

.sect-title-l h2{
    color: #1F2937;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700 !important;
    width: 40%;
    margin-top: 2rem;
    margin-left: 3rem;
}

.sect-title-r-2{
    color: #1F2937;
    text-align: right;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: max-content;
    margin-bottom: 5rem;
}

.sect-title-r-2 h2{
    color: #1F2937;
    text-align: right;
    font-size: 2.2rem;
    font-weight: 600 !important;
    width: 50%;
    margin-right: 3rem;
}

.sect-title-r-2 p{
    margin-right: 3rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 200;
}

.sect-title-l-2{
    color: #1F2937;
    text-align: left;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
}

.sect-title-l-2 h2{
    color: #1F2937;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 600 !important;
    width: 50%;
    margin-left: 3rem;
}

.sect-title-l-2 p{
    margin-left: 3rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 200;
}

.sect-content{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 80%;
}

.section-graphics-content{
    width: 35%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-graphics-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4rem;
}

.solid-foreground-1{
    border-radius: 4rem;
    background: var(--TextGold, radial-gradient(37.52% 101.19% at 50% 50%, #FCD66C 0%, #D3AF37 50.48%, #FCD66C 100%));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -3%;
    bottom: -2%;
}

.solid-foreground-2{
    border-radius: 4rem;
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -3%;
    bottom: -2%;
}

.section-text-content{
    width: 55%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.section-text-content h3{
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.section-text-content p{
    font-size: 1.5rem;
    font-weight: 400;
    color: #4B5563;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.card-container-home{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-radius: 80.5rem;
    margin-top: 1rem;
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.card-1{
    width: 46%;
    height: max-content;
    padding: 1rem;
    border-top: 10px solid transparent;
    border-radius: 1.75rem;
    background: 
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(135deg, #5E91E4 0%, #1A2F72 100%) border-box;
    box-shadow: 4px 4px 10.9px 0 rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .7rem;
    width: 90%;
}

.card-header h3{
    margin: 0;
    font-size: 1.3rem;
}

.card-icon{
    width: 10%;
}

.card-content p{
    font-size: 1rem;
    text-align: justify;
    width: 90%;
    margin-left: 5%;
}

.card-home-1{
    position: absolute;
    right: 5%;
    top: 40%;
    z-index: 0 !important;
}

.card-home-2{
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 2 !important;
}

.blur-dec{
    background: linear-gradient(135deg, rgba(94, 145, 228, 0.12) 0%, rgba(26, 47, 114, 0.12) 100%);
    filter: blur(67.0999984741211px);
    width: 100%;
    height: 100%;
}

.hl-section-home{
    background: linear-gradient(135deg, #0A163D 0%, #678ECF 100%);
    height: max-content;
    width: 100svw;
    padding-bottom: 5rem;
}

.hl-section-home h2{
    color: #fff;
}

/* full-width content; same padding as the heading block */
.hl-section-home .sect-title-l,
.hl-section-home .sect-content{
  max-width: none;     /* don't center in a narrow column */
  margin: 0;           /* remove auto-centering */
  padding-left: 4vw;   /* match these to your design */
  padding-right: 4vw;
}


/* each card ~same width so wrapping looks like your original */
.services-tags .tag{
  flex: 0 0 340px;               /* try 320–360px to taste */
  max-width: 360px;
  display: grid;
  grid-template-rows: auto 1fr auto;  /* title / spacer / paragraph */
}

.services-tags .tag h2{
  margin: 0;
  line-height: 1.25;
  min-height: 2.75em;    
}

.services-tags .tag p{
  margin-top: 0.4rem;    
  line-height: 1.45;
}

.services-tags, .values-tags{
    display: flex;
    width: 90%;
    height: max-content;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.tag{
    width: 20rem;
    height: max-content;
    padding: 1rem;
}

.tag h2{
    background: var(--TextGold, radial-gradient(37.52% 101.19% at 50% 50%, #FCD66C 0%, #D3AF37 50.48%, #FCD66C 100%));
    background-clip: text;
    color: transparent;
}

.tag p{
    color: #dadada;
    font-size: 1rem;
}

.hl-section-home-2{
    width: 100svw;
    height: max-content;
    background: linear-gradient(167deg, rgba(94, 130, 191, 0.18) 0%, rgba(10, 22, 61, 0.00) 50%);
    height: max-content !important;
    margin-bottom: 5rem;
}

.values-tags{
    width: 100% !important;
    gap: 4rem;
}

.value-tag{
    border-radius: 1.75rem;
    border: 2px solid var(--IconSecondary, #3B82F6);
    background: #FFF;
    box-shadow: 0 4px 9.6px 0 rgba(0, 0, 0, 0.10);
    height: 13rem;
    width: 16rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    position: relative;
}

.value-tag img{
    width: 2.5rem;
}

.value-tag h3{
    width: 100%;
    font-size: 1.3rem;
}

.value-tag p{
    width: 100%;
    font-size: 1rem;
    color: #6B7280;
}

.solid-foreground-3{
    border-radius: 1.75rem;
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -4%;
    bottom: -5%;
}

.hl-banner{
    background: linear-gradient(91deg, rgba(35, 76, 144, 0.10) 0%, rgba(59, 130, 246, 0.00) 50%, rgba(35, 76, 144, 0.10) 100%);
    padding: 2rem;
    text-align: center;
    height: 20svh;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hl-banner p{
    font-size: 1.6rem;
}

.footer-full{
    border-radius: 2.0625rem;
    width: 98svw;
    height: 35svh;
    margin: 1rem 1svw;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: blur(5px);
}

.footer-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2.0625rem;
    background: linear-gradient(90deg, #10161B 0%, rgba(16, 22, 27, 0.84) 50%, rgba(16, 22, 27, 0.00) 100%);
}

.footer-content{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
    position: relative;
}

.footer-details{
    display: flex;
    flex-direction: column;
    height: 80%;
}

.footer-text-details{
    margin: 1rem auto auto 2rem;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    color: #fff;
    font-size: .9rem;
}

.footer-details img{
    width: 13rem;
}

.footer-credits{
    color: #aaaaaa;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.footer-links{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 25%;
}

.footer-links .links-group{
    padding: 1rem;
}

.links-group{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.links-group h3{
    width: 100%;
    margin-bottom: 1rem;
}

.links-group ul{
    width: 75%;
    list-style: none;
}

.links-group li{
    margin: .7rem 0;
}

.links-group a{
    text-decoration: none;
    color: #fff;
}

.services-section{
    max-height: unset !important;
    height: max-content !important;
    position: relative;
}

.blur-section{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(94, 145, 228, 0.12) 0%, rgba(26, 47, 114, 0.12) 100%);
    filter: blur(67.0999984741211px);
    z-index: -1;
    border-radius: 50%;
    opacity: .6;
}

.blur-section-2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(94, 145, 228, 0.12) 0%, rgba(26, 47, 114, 0.12) 100%);
    filter: blur(67.0999984741211px);
    z-index: -1;
    border-radius: 50%;
    opacity: .6;
}


.services-hero, .careers-hero{
    border-radius: 0 0 3.5rem 3.5rem;
    background: linear-gradient(135deg, #1A2F72 0%, #5E91E4 100%);
    width: 99%;
    height: 60svh;
    margin: auto .5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.careers-hero{
    background: linear-gradient(135deg, #0d2a8bd6 0%, #678dcf63 100%), url("../media/careers_banner.jpeg");
    height: 50svh;
    position: relative;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.careers-blur{
    border-radius: 0 0 3.6875rem 3.6875rem;
    background: linear-gradient(180deg, rgba(54, 61, 133, 0.00) 0%, rgba(0, 0, 0, 0.10) 25.77%);
    backdrop-filter: blur(40.400001525878906px);
    mask: linear-gradient(transparent, rgba(0, 0, 0, 0.527), black);
    backdrop-filter: blur(8px);
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 99;
    bottom: 0;
}

.careers-cards{
    width: 100%;
    height: 35%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-evenly;
}

.careers-card{
    width: 20%;
    padding: 1rem;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.careers-card img{
    width: 3rem;
    margin-bottom: 1rem;
}

.careers-card h3{
    margin-bottom: .6rem;
    font-weight: 600;
}

.careers-card p {
    color: #dddddd;
}

.career-descriptions{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 70%;
}

.career-desc{
    max-height: unset !important;
    width: 30% !important;
    height: max-content;
    min-height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    height: 80% !important;
}

.career-desc img{
    width: 2.5rem;
    margin-bottom: .5rem;
}

.career-desc h3{
    font-size: 1.7rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    background: var(--IconSecondary, linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.career-desc ul{
    width: 65%;
    min-height: max-content;
    height: max-content !important;
}

.career-desc li{
    margin-top: .8rem;
}

.services-hero-phrase{
    width: 80%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-hero{
    height: 40%;
}

.roles-section{
    max-height: max-content;
    min-height: 30svh;
    padding: 2rem 0;
}

.roles-section .sect-content{
    max-height: max-content;
    margin-top: 3rem;
}

.services-hero-phrase h1{
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    margin-top: 2rem;
}

.services-hero-phrase p{
    font-size: 1.25rem;
    font-weight: normal;
    width: 85%;
    margin-top: 3rem;
}

.services-hero-graphic{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 45%;
    position: relative;
}

.services-hero-graphic img{
    position: absolute;
    bottom: -5rem;
    width: 90%;
}


.services-hero-graphic img{
    max-width: 100%;
    height: auto;
}

.services-pill-l,
.services-pill-r{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 75%;
    margin-top: 3rem;
}

.services-pill-l:nth-child(1){
    margin-top: 6rem;
}

.services-pill-r:last-child{
    margin-bottom: 2rem;
}

.services-pill-l{
    align-items: flex-start;
}

.services-pill-r{
    align-items: flex-end;
}

.pill-header-l{
    border-radius: 1.8125rem;
    background: linear-gradient(315deg, #1E40AF 0%, #3B82F6 100%);
    box-shadow: 0 4px 9.6px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    color: #fff;
    padding: 1rem;
    width: max-content;
    position: absolute;
    z-index: 0;
    top: -3.2rem;
    left: -3.5rem;
}

.pill-header-r{
    border-radius: 1.8125rem;
    background: linear-gradient(315deg, #1E40AF 0%, #3B82F6 100%);
    box-shadow: 0 4px 9.6px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: space-between;
    color: #fff;
    padding: 1rem;
    width: max-content;
    position: absolute;
    z-index: 0;
    top: -3.2rem;
    right: -3.5rem;
}

.pill-header-l h1{
    font-size: 3rem;
    margin-right: 2rem;
}

.pill-header-r h1{
    font-size: 3rem;
    margin-left: 2rem;
}

.pill-header h3{
    font-size: 1.5rem;
}

.pill-content{
    border-radius: 1.8125rem;
    border: 1px solid #B4B4B4;
    background: #FFF;
    box-shadow: 0 4px 9.6px 0 rgba(0, 0, 0, 0.10);
    width: 70%;
    padding: 1.5rem 3rem;
    z-index: 1;
}

.vertical{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: max-content;
}

.recent-work-section{
    max-height: unset !important;
    height: max-content;
    margin-bottom: 5rem !important;
    position: relative;
}

.recent-work-tags{
    width: 100% !important;
    gap: 4rem;
    display: flex;
    width: 90%;
    height: max-content;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.work-tag{
    border-radius: 1.75rem;
    border: 2px solid var(--IconSecondary, #3B82F6);
    background: #FFF;
    box-shadow: 0 4px 9.6px 0 rgba(0, 0, 0, 0.10);
    height: 16rem;
    width: 30rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    position: relative;
}

.work-tag img{
    width: 4rem;
    margin-bottom: 1rem;
}

.work-tag h3{
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.work-tag p{
    width: 100%;
    font-size: 1rem;
    color: #6B7280;
}

.delivery-approach-section{
    background: linear-gradient(180deg, rgba(35, 76, 144, 0.10) 0%, rgba(59, 130, 246, 0.00) 100%);
    max-height: unset !important;
    height: max-content !important;
    margin-top: 6rem !important;
    margin-bottom: 10rem;
}

.delivery-approach-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    justify-content: center;
    align-items: center;
    margin-top: 6rem !important;
}

.delivery-approach-tags svg{
    position: absolute;
}

.delivery-tag{
    border-radius: 1.75rem;
    border: 2px solid var(--IconSecondary, #3B82F6);
    background: #FFF;
    box-shadow: 0 4px 9.6px 0 rgba(0, 0, 0, 0.10);
    width: 20rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
}

.delivery-tag h2{
    font-size: 2rem;
    margin-bottom: .5rem;
}

.delivery-tag p{
    font-size: 1rem;
    color: #6B7280;
}

.delivery-step{
    font-size: 8rem;
    font-weight: 900;
    position: absolute;
    top: -4rem;
    left: -2rem;
    background: var(--GradientSecond, linear-gradient(91deg, #43758E -19.4%, #132128 109.83%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-main svg{
    width: 100%;
    height: auto;
    position: absolute;
    top: -20svh;
    left: 0;
    z-index: -1;
}

.contact-main{
    height: 100svh;
    width: 100svw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contact-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80svw;
}

.contact-form,
.location-section{
    border-radius: 3.6875rem;
    border: 1px solid #B2B2B2;
    background: #FFF;
    height: 70svh;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
}

.contact-form{
    width: 40%;
}

.location-section{
    width: 55%;
}

.contact-form-header{
    width: 100%;
}

.contact-form-header h4{
    margin: 0;
    font-weight: 500;
    width: 100%;
    font-size: 1.2rem;
}

.contact-form-header p{
    font-size: 1.9rem;
    font-weight: 800;
    width: 100%;
    text-align: left;
    margin: .7rem 0;
}

#contact{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#contact input,
#contact textarea{
    border-radius: 0.75rem;
    border: 1px solid #D1D5DB;
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    padding: 2.5%;
    max-width: 90%;
    max-height: 40%;
}

#contact button{
    border-radius: 0.75rem;
    background: linear-gradient(104deg, #3B82F6 0%, #1E40AF 100%);
    box-shadow: 0 4px 15px 0 rgba(59, 130, 246, 0.30);
    width: max-content;
    color: #fff;
    padding: .5rem 1rem;
}

.hidden{
    display: none;
}

.map-section{
    width: 100%;
    height: 90%;
    border-radius: 2rem;
}

.map-section iframe{
    border-radius: 2rem;
    border: 1px solid rgb(133, 133, 133) !important;
}

.location-info{
    width: 100%;
}

.location-details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

.location-detail{
    border-radius: 1.1875rem;
    border: 1px solid #B2B2B2;
    background: #FFF;
    height: 5rem;
    padding: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.location-detail img{
    height: 100%;
    margin-right: .5rem;
}

.location-detail h5{
    font-weight: 400;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.w100{
    width: 100%;
}

.w45{
    width: 45%;
}

.w45 div{
    width: 100%;
}

.w45 h3{
    font-size: 1rem;
    width: 100%;
}

.privacy-policy-section{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.privacy-policy-section .sect-title-l{
    margin-bottom: 1rem;
    width: 70svw;
}
.privacy-policy-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.privacy-policy-column {
max-width: 70svw;
background: #fff;
padding: 2rem 2.5rem;
border-radius: 8px;
box-shadow: 0 2px 16px rgba(0,0,0,0.06);
font-size: 1.05rem;
line-height: 1.7;
}
.privacy-policy-column ol {
padding-left: 1.2em;
}
.privacy-policy-column ul {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-left: 1.2em;
}
.privacy-policy-column li {
margin-bottom: 1em;
}
.hero-section-privacy{
position: relative;
width: 100svw;
height: 30svh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-filling{
position: absolute;
top: 0;
left: 0;
width: 100svw;
overflow: hidden;
z-index: -1;
}
.hero-filling img {
    width: 100%;
}
.hero-title-privacy{
font-size: 3rem;
color: white;
text-align: center;
padding: 0 1rem;
margin-top: 2rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
position: absolute;
left: 10%;
bottom: 15%;
text-wrap: wrap;
}

.hero-section-about,
.hero-section-privacy{
    position: relative;
    width: 100svw;
    height: 30svh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    background: url('../media/banner3.png') center/cover no-repeat;
}
.hero-title-about,
.hero-title-privacy {
    width: 50%;
    margin-left: 5%;
}

.hero-title-privacy{
    text-align: left;
}

.about-subhero {
    height: 30svh;
    margin-top: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-subhero p{
    font-size: 1.3rem;
    font-weight: 400;
    width: 80%;
    margin-top: 1rem;
}

.geo-shape-1{
    position: absolute;
    left: 7%;
    top: 10%;
}

.geo-shape-2{
    position: absolute;
    right: 7%;
    bottom: 10%;
}

.about-section-leadership{
    width: 100svw;
    height: 60svh;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 7.5rem 0;
}

.about-section-leadership .sect-title-c h2{
    margin-bottom: 2.5rem;
    color: #4B5563;
    font-weight: 400 !important;
    font-size: 1.7rem;

}

.graphic-dec{
    border-radius: 33.75rem;
    background: linear-gradient(135deg, rgba(94, 145, 228, 0.05) 0%, rgba(26, 47, 114, 0.18) 100%);
    filter: blur(67.0999984741211px);
    width: 500px;
    height: 400px;
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 0;
}

.graphic-dec-2{
    border-radius: 33.75rem;
    background: linear-gradient(135deg, rgba(94, 145, 228, 0.05) 0%, rgba(26, 47, 114, 0.18) 100%);
    filter: blur(67.0999984741211px);
    width: 500px;
    height: 400px;
    position: absolute;
    z-index: -1;
    right: 10%;
    bottom: 0;
}

.about-section-leadership .card-1{
  width: 100%;
  max-width: 280px;     
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* shared sizes */
.team-cards{
  --tile: 260px;       /* your old card width */
  --col-gap: 32px;     /* horizontal gap */
  --row-gap: 24px;     /* vertical gap */

  display: flex;
  flex-wrap: wrap;
  justify-content: center;      /* center every wrapped line */
  gap: var(--row-gap) var(--col-gap);
  margin: 0 auto;
}

/* cards keep the same size as before */
.team-cards > .card-1{
  flex: 0 0 var(--tile);
  max-width: var(--tile);
}

/* ===== Desktop: force exactly 4 on the first row ===== */
@media (min-width: 1200px){
  /* 4 tiles + 3 gaps = fixed container width; centers automatically */
  .team-cards{
    max-width: calc(4 * var(--tile) + 3 * var(--col-gap));
  }
}

/* ===== Tablet: show 3 per row, same tile size ===== */
@media (max-width: 1199px) and (min-width: 760px){
  .team-cards{
    max-width: calc(3 * var(--tile) + 2 * var(--col-gap));
  }
}

/* PHONE: exactly 1 per row, but cap the card size */
@media (max-width: 759px){
  .team-cards{
    display: grid !important;
    grid-template-columns: 1fr;   /* one column only */
    justify-items: center;        /* center each card */
    gap: 16px;
    padding: 0 16px;
    max-width: none;
  }

  /* each card fills the row but is capped in width */
  .team-cards > .card-1{
    width: min(100%, 260px);      /* 1 per row, max ~260px */
    margin: 0 auto;
  }

  /* keep the photo tidy inside the card */
  .team-cards .employee-card{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
  }
  .team-cards .employee-photo{
    width: 100%; height: 100%;
    object-fit: cover; object-position: 50% 20%;
    display: block;
  }
}


.employee-card{
  width: 100%;
  aspect-ratio: 1 / 1; 
  border-radius: 12px;       
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, #fdfdfd, #f5d074);

}



.employee-card .employee-photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%; /* move up a bit so faces stay centered */
  display: block;
}

.employee-card:hover .employee-photo{
  transform: scale(1.02);
  transition: transform 180ms ease;
}



.employee-icon{
    border-radius: 50%;
    background: var(--B2, linear-gradient(135deg, #5E91E4 0%, #1A2F72 100%));
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
}

.employee-name{
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.employee-title{
    font-weight: 400;
    font-size: .85rem;
    color: #6B7280;
    margin-top: .5rem;
}

@media (max-width: 1000px) {
    .navbar {
        height: 6rem;
        padding: 1rem 0;
        width: 100svw;
    }
    .nav-logo {
        display: none;
    }
    .nav-links {
        width: 100%;
    }
    .nav-links ul {
        flex-direction: row;
        gap: 1rem;
    }
    .social-link{
        display: none;
    }
    .section-graphics-content{
        display: none;
    }
    .sect-content{
        flex-direction: column;
        height: max-content;
        margin-top: 3rem;
    }
    .section-text-content{
        width: 90%;
        height: max-content;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
    }
    .section-text-content h3{
        font-size: 1.2rem !important;
    }
    .section-text-content p{
        font-size: 1rem !important;
    }
    .card-container-home{
        width: 90% !important;
        display: flex;
        border-radius: unset;
        justify-content: space-between !important;
        flex-direction: column;
    }
    .card-home-1,
    .card-home-2{
        background-color: red;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        height: 100%;
        width: 100%;
        margin-top: 2rem;
    }
    .blur-dec{
        position: absolute;
    }
    .hero-phrase{
        width: 100%;
        font-size: 100%;
        text-align: center;
    }
    .hero-phrase p{
        font-size: 1rem;
    }
    .sect-title-r > *{
        text-align: center !important;
        width: 100% !important;
        height: max-content;
        font-size: 1.7rem !important;
        margin: 1rem 0 0 0  !important;
    }
    .sect-title-l > *{
        text-align: center !important;
        width: 100% !important;
        height: max-content;
        font-size: 1.7rem !important;
        margin: 1rem 0 0 0  !important;
    }
    .sect-title-r-2 > * {
        text-align: center !important;
        width: 100% !important;
        height: max-content;
        font-size: 1.7rem !important;
        margin: 1rem 0 0 0  !important;
    }
    .values-tags{
        flex-direction: column;
        gap: .7rem !important;
    }
    .value-tag{
        width: 80% !important;
        height: max-content !important;
    }
    .hl-banner{
        height: max-content !important;
        padding: 1rem;
    }
    .hl-banner p{
        font-size: 1.2rem !important;
    }
    .footer-full{
        height: max-content !important;
    }
    .footer-content{
        flex-direction: column;
        height: max-content !important;
        gap: 2rem;
    }
    .footer-details{
        align-items: center;
        justify-content: center;
        height: max-content !important;
        gap: 1rem;
        margin-top: 2rem;
    }
    .footer-text-details{
        align-items: center;
        gap: .4rem;
        margin: 0;
    }
    .footer-links{
        display: none;
    }
    .footer-credits{
        font-size: .7rem !important;
        margin: 1rem 0;
    }
    .services-hero{
        flex-direction: column;
        height: max-content !important;
        padding: 2rem 0;
        gap: 2rem;
    }
    .services-hero-phrase{
        width: 90% !important;
        font-size: 1rem !important;
    }
    .services-hero-phrase h1{
        font-size: 1.8rem !important;
        margin-top: 6rem !important;
    }
    .services-hero-phrase p {
        font-size: .8rem !important;
        margin-top: 1rem !important;
        width: 100% !important;
    }
    .sect-title-l-2{
        margin-bottom: 1rem !important;
    }
    .sect-title-l-2 > *{
        text-align: center !important;
        width: 100% !important;
        height: max-content;
        font-size: 1.7rem !important;
        margin: 1rem 0 0 0  !important;
    }
    .services-pill-l,
    .services-pill-r{
        width: 90% !important;
        margin: 0 !important;
        align-items: center !important;
        margin-top: 1rem !important;
    }
    .pill-header-l,
    .pill-header-r {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 1rem !important;
        width: 100%;
        border-radius: 1rem 1rem 0 0;
    }
    .pill-header-l h1,
    .pill-header-r h1{
        display: none;
    }
    .pill-header-l h3,
    .pill-header-r h3{
        width: 100%;
        text-align: center;
    }
    .pill-content{
        width: 100% !important;
        margin-top: -1rem;
        border-radius: 0 0 1rem 1rem;
    }
    .recent-work-tags{
        flex-direction: column;
        gap: 1.5rem !important;
    }
    .work-tag{
        width: 90%;
        padding: .5rem;
    }
    .work-tag img{
        width: 3rem !important;
        margin-bottom: .5rem !important;
    }
    .work-tag h3{
        font-size: 1.2rem !important;
    }
    .work-tag p{
        font-size: .9rem !important;
    }
    .sect-title-c{
        text-align: center !important;
        width: 100% !important;
        height: max-content;
        font-size: 1.5rem !important;
        margin: 1rem 0 0 0  !important;
    }
    .sect-title-c h2{
        margin: 1.5rem 0 !important;
        width: 90% !important;
        font-size: 1.2rem !important;
        text-align: center !important;
    }
    .delivery-approach-tags svg{
        display: none;
    }
    .delivery-approach-tags{
        flex-direction: column;
        gap: 2rem !important;
    }
    .delivery-approach-section{
        margin-bottom: 3rem !important;
    }
    .hero-section-about,
    .hero-section-privacy{
        height: 45svh !important;
    }
    .hero-title-about{
        width: 80% !important;
        font-size: 1.7rem !important;
        margin-left: 5% !important;
    }
    .about-subhero{
        font-size: 1rem;
        height: max-content !important;
        margin: 2rem 0 !important;
    }
    .about-subhero p{
        font-size: 1rem !important;
        width: 90% !important;
        margin: .5rem 0 !important;
    }
    .geo-shape-1,
    .geo-shape-2{
        display: none;
    }
    .about-section-leadership{
        height: max-content !important;
        margin: 3rem 0 !important;
    }
    .team-cards > .card-1{
        width: 100% !important;
        height: max-content !important;
    }
    .careers-hero{
        display: none;
    }
    .roles-section{
        margin-top: 6rem;
        height: max-content !important;
    }
    .roles-section .sect-content{
        margin-top: 3rem !important;
        height: max-content !important;
    }
    .career-descriptions{
        flex-direction: column;
        height: max-content !important;
        gap: 2rem !important;
    }
    .career-desc{
        width: 80% !important;
        height: max-content !important;
    }
    .contact-main{
        height: max-content !important;
        padding: 1rem 0 !important;
        align-items: flex-start !important;
        margin-top: 7rem;
    }
    .contact-main svg{
        height: 50svh;
    }
    .contact-section{
        flex-direction: column;
        width: 90svw !important;
        height: max-content !important;
        gap: 2rem !important;
    }
    .contact-form,
    .location-section{
        width: 100% !important;
        height: max-content !important;
        border-radius: 2rem;
    }
    .contact-form form{
        height: max-content !important;
        gap: 1rem !important;
        margin-top: 1rem !important;
    }
    .location-section{
        display: none;
    }
    .privacy-policy-column{
        max-width: 90svw !important;
        font-size: 1rem !important;
    }
    .hero-title-privacy{
        bottom: unset !important;
        font-size: 2.5rem;
        left: unset !important;
        width: 100%;
    }.privacy-policy-section{
        margin: 1rem 0 !important;
    }
    .f-vp-h{
        height: max-content !important;
        margin-bottom: 2rem !important;
    }
}