@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

/* Smooth micro-interactions (avoid `transition: all` everywhere) */
a, button, input, textarea{
    transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
}
html{
    font-size: 62.5%;
}

body{
    overflow-x: hidden;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
}

.header .logo img{
    height: 34px;
    width: auto;
    display: block;
}

.header .navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .navbar ul li{
    margin: 0 1.5rem;
}

.header .navbar ul li a{
    font-size: 2rem;
    color: #fff;
}

.header .navbar ul li a:hover{
    color: #00bfff;
    text-decoration: underline;
}

.header .logo i{
    padding: 0.5rem;
}

.header .fa-bars{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.home{
    min-height: 70vh;
    width: 100vw;
    background-image: url(../images/img3.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}

.home h2{
    color: #fff;
    font-size: 5.5rem;
}

.career-heading{
    text-align: center;
}

.heading{
    padding-top: 6rem;
    display: inline-block;
    font-size: 3.5rem;
    color: #002e5f;
    position: relative;
    letter-spacing: .2rem;
    margin: -2rem auto 2rem auto;
}

.career-heading p{
    font-size: 2rem;
    color: #333;
}

.heading::before, .heading::after{
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    border-top: .4rem solid #002e5f;
    border-left: .4rem solid #002e5f;
}

.heading::before{
    top: 5.8rem;
    left: -2rem;
}

.heading::after{
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}

.career
		{
			width: 80%;
			height: auto;
			margin: 5rem auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}
		.career-form
		{
            margin-top: .5rem;
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.career-form-txt, .career-form-experience
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
            font-size: 1.5rem;
		}
        .career-form-email
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
            font-size: 1.5rem;
		}
		.career-form-txt::placeholder, .career-form-experience::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .career-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .radio-class
		{
            margin-left: 1rem;
			width: 110%;
            margin-top: -2rem;
			height: 40px;
			color: #000;
			margin-bottom: 5rem;
			padding: 15px;
		}
        .radio
        {
            margin-top: .75rem;
            font-size: 1.5rem;
            margin-right: 9.5rem;
        }
		.career-form-txtarea
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 130px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
            font-size: 1.5rem;
		}
		.career-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .file   
		{
            margin-left: 1rem;
			width: 100%;
            margin-top: -2.5rem;
			height: 40px;
			color: #000;
			margin-bottom: 5rem;
			padding: 15px;
		}
        .upload
        {
            margin-top: .75rem;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
		.career-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border: 1px solid rgba(0, 46, 95, .28);
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            margin-top: 1rem;
            margin-bottom: .5rem;
            width: 15rem;
            box-shadow: 0 12px 26px rgba(0,0,0,.14);
		}
        .career-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
		.career-form-phone
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
            font-size: 1.5rem;
		}
		.career-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #333;
}

.footer .footer-top {
    background: #002e5f;
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #00bfff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #00bfff;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #00bfff;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: black;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #00bfff;
    border: 1px solid #00bfff;
    letter-spacing: .2rem;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.back-to-top {
    position: fixed;
    display: none;
    background-color: #00bfff;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top i:hover {
    color: black;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
}

@media (max-width: 1000px){
    html{
        font-size: 50%;
    }

    .header .logo img{
        width: 20%;
        height: 3rem;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .header .fa-bars{
        display: block;
        color: 	white;
    }

    .header .fa-bars:hover{
        color: #00bfff;
    }

    .header .navbar{
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0,0,0,.3);
    }

    .header .navbar ul{
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li{
        margin: 1rem 0;
    }

    .header .navbar ul li a{
        color: grey;
        font-size: 2.4rem;
    }

    .header .fa-times{
        transform: rotate(90deg);
    }

    .header .nav-toggle{
        top: 5.8rem;
    }

    .home{
        min-height: 60vh;
    }

    .home h2{
        color: #fff;
        font-size: 4rem;
    }

    .back-to-top {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

@media (max-width: 1500px){
    .career
    {
        width: 80%;
        height: auto;
        margin: 5rem auto 5rem auto;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px #666;
    }
    .career-form
    {
        margin-top: .5rem;
        width: 100%;
        height: auto;
        flex: 50%;
        text-align: left;
    }
    .career-form-txt, .career-form-experience
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 40px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .career-form-email
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 40px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .career-form-txt::placeholder, .career-form-experience::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
    .career-form-email::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
    .radio-class
    {
        margin-left: 0;
        width: 110%;
        margin-top: -2.5rem;
        height: auto;
        color: #000;
        margin-bottom: auto;
        padding: 15px;
    }
    .radio
    {
        font-size: 1.5rem;
        margin-right: 5rem;
    }
    .career-form-txtarea
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 130px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 10px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;
    }
    .career-form-txtarea::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
    .file   
    {
        margin-left: 0;
        width: 100%;
        margin-top: -2.5rem;
        height: 40px;
        color: #000;
        margin-bottom: 5rem;
        padding: 15px;
    }
    .upload
    {
        margin-top: .75rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .career-form-btn
    {
        margin-left: 1rem;
        outline: none;
        border: none;
        border-radius: 5rem;
        background: white;
        border-style: groove;
        border-color: #002e5f;
        font-size: 1.5rem;
        cursor: pointer;
        height: 3.5rem;
        margin-top: 1rem;
        margin-bottom: .5rem;
        width: 15rem;
        box-shadow: 0 12px 26px rgba(0,0,0,.14);
    }
    .career-form-btn:hover{
        letter-spacing: .1rem;
        opacity: .9;
        color: white;
        background: #002e5f;
    }
    .career-form-phone
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 40px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .career-form-phone::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
}


/* =========================================================
   Hero-only 3D background (Vanta.js) — Careers page
   ========================================================= */

.hero--vanta{
  position: relative;
  background: #0a192f; /* fallback */
  isolation: isolate;
}

.hero--vanta #vanta-hero{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero--vanta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(2,6,23,.62), rgba(11,94,215,.22));
}

.hero--vanta > *{
  position: relative;
  z-index: 2;
}

/* Remove static hero image so Vanta is visible */
.home{
  background: transparent !important;
}

/* Not-plain white overall background */
body{
  background:
    radial-gradient(900px 420px at 12% 8%, rgba(11,94,215,.10), transparent 60%),
    radial-gradient(900px 420px at 88% 14%, rgba(0,191,255,.10), transparent 60%),
    radial-gradient(900px 420px at 50% 110%, rgba(255,138,0,.08), transparent 65%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 60%, #f6f8fc 100%);
}

/* Ensure headings + body text remain readable */
.heading{ color:#0b1b2b; }
.career-heading p{ color: rgba(15,23,42,.72); }


/* =========================================================
   Careers page polish (match main site look)
   ========================================================= */

/* Make navbar match main glass style */
.header{
  background: rgba(10, 25, 47, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
  padding: 1.2rem 2.2rem;
}
.header.is-scrolled{
  background: rgba(10, 25, 47, 0.92);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  padding: .8rem 2.2rem;
}
.header .logo{
  background: rgba(255,255,255,.92);
  padding: 6px 10px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

/* Hero title should be readable */
.home h2{
  text-shadow: 0 12px 30px rgba(0,0,0,.35);
}

/* Career form container: glass card */
.career{
  width: min(980px, 92vw) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 18px 60px rgba(2,6,23,.10) !important;
  overflow: hidden;
}

/* Add inner padding and remove old left margins */
.career-form{
  padding: 22px 22px;
}

.career-form-txt,
.career-form-experience,
.career-form-email,
.career-form-phone,
.career-form-txtarea{
  margin-left: 0 !important;
  width: 100% !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  background: rgba(255,255,255,.92);
}

/* Radio group + file upload aligned */
.radio-class,
.file{
  margin-left: 0 !important;
  width: 100% !important;
  height: auto !important;
}

.radio{
  margin-right: 2.2rem !important;
}

.career-form-btn{
  margin-left: 0 !important;
  height: 4.4rem !important;
  width: auto !important;
  padding: 0 2.2rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 46, 95, .28) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%) !important;
  color: #002e5f !important;
  font-weight: 700 !important;
}
.career-form-btn:hover{
  transform: translateY(-1px);
}

/* Mobile: keep things tight */
@media (max-width: 575px){
  .career-form{ padding: 18px 14px; }
  .radio{ display:inline-block; margin-right: 1.2rem !important; }
}



/* =========================================================
   Brand / Logo polish (navbar)
   - replaces the "sticker" logo look with a clean lockup
   ========================================================= */
.header .logo{
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .35rem .8rem;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.header .logo:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
}
.header .logo .brand-icon{
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
}
.header .logo .brand-text{
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.header .logo .brand-title{
  font-size: 2.05rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: .5px;
  text-transform: none;
}
.header .logo .brand-sub{
  font-size: 1.15rem;
  font-weight: 500;
  color: rgba(255,255,255,.72);
  text-transform: none;
}

@media (max-width: 1000px){
  .header .logo{ padding: .25rem .6rem; }
  .header .logo .brand-icon{ width: 34px; height: 34px; }
  .header .logo .brand-sub{ display: none; }
}



/* =========================================================
   Logo / Navbar brand (v3) — cleaner, more "product" feel
   - fixes the "sticker" look
   - keeps it readable on dark glass header
   ========================================================= */

.header .logo{
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  padding: .55rem 1.05rem;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header .logo::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(420px 220px at 0% 0%, rgba(0,191,255,.18), transparent 55%),
    radial-gradient(420px 220px at 100% 0%, rgba(11,94,215,.16), transparent 55%);
  opacity: .65;
  pointer-events:none;
}

.header .logo > *{ position: relative; z-index: 1; }

.header .logo:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  border-color: rgba(0,191,255,.28);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

/* Icon */
.header .logo .brand-icon{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 22px rgba(0,0,0,.18);
}

/* Text */
.header .logo .brand-text{
  display:flex;
  flex-direction: column;
  line-height: 1.05;
}

.header .logo .brand-title{
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: .6px;
  color: rgba(255,255,255,.96);
  text-transform: none;
}

.header .logo .brand-sub{
  margin-top: .2rem;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(255,255,255,.70);
  text-transform: none;
}

/* Optional: if you ever switch to the wordmark image */
.header .logo .brand-lockup{
  height: 40px;
  width: auto;
  display:block;
}

/* Tighten on scroll */
.header.is-scrolled .logo{
  padding: .45rem .95rem;
  border-radius: 16px;
}

/* Mobile */
@media (max-width: 1000px){
  .header .logo{ padding: .42rem .8rem; border-radius: 16px; }
  .header .logo .brand-icon{ width: 36px; height: 36px; flex-basis: 36px; }
  .header .logo .brand-title{ font-size: 1.9rem; }
  .header .logo .brand-sub{ display:none; }
}




/* =========================================================
   Mobile polish (v2) — fixes nav + spacing on phones
   ========================================================= */

/* Reduce accidental horizontal scroll on mobile */
html, body{ max-width:100%; overflow-x:hidden; }
img, video, iframe{ max-width:100%; height:auto; }

/* Better anchor alignment with fixed header */
section[id]{ scroll-margin-top: 92px; }

@media (max-width: 1000px){

  /* ---------- Header / Mobile nav (full-screen overlay) ---------- */
  .header{
    padding: .9rem 1.2rem;
  }

  /* Make the hamburger a real tap-target */
  .header .fa-bars{
    display: grid !important;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
  }

  /* Keep logo size sane on phones */
  .header .logo img{ width: auto !important; height: 36px !important; }

  /* Full-screen menu panel (matches the dark tech theme) */
  .header .navbar{
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10,25,47,.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: none !important;

    transform: translateY(-110%);
    transition: transform .25s ease;

    visibility: hidden;
    pointer-events: none;

    padding-top: calc(76px + env(safe-area-inset-top));
    padding-bottom: calc(22px + env(safe-area-inset-bottom));

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* Your JS toggles this class on the navbar */
  .header .navbar.nav-toggle,
  .header .nav-toggle{
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .header .navbar ul{
    flex-flow: column;
    justify-content: flex-start;
    gap: .7rem;
    padding: 0 1.2rem;
    margin: 0;
  }

  .header .navbar ul li{
    margin: 0;
    width: 100%;
  }

  .header .navbar ul li a{
    color: rgba(255,255,255,.92) !important;
    font-size: 2.05rem;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.15rem 1rem;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    text-decoration: none !important;
  }

  .header .navbar ul li a:hover{
    background: rgba(0,191,255,.12);
    border-color: rgba(0,191,255,.30);
    color: #fff !important;
    text-decoration: none !important;
  }

  /* ---------- General mobile spacing ---------- */
  .heading{
    font-size: 3.0rem;
    margin: 1.6rem;
    padding-top: 5.4rem;
  }

  /* Kill legacy negative offsets that make sections look “broken” on phones */
  .about{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }

  /* Better contact/map stack */
  .contact-in{
    width: min(1100px, 94vw) !important;
  }

  /* Back-to-top button not too large */
  .back-to-top{
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 575px){

  /* Hero typography + CTAs */
  .home{
    padding: 0 1.2rem;
  }

  .home h1{
    font-size: 3.35rem;
    line-height: 1.12;
  }

  .home h2{
    font-size: 1.85rem;
    margin-top: .4rem;
  }

  .home-cta{
    flex-direction: column;
    width: 100%;
    gap: .9rem;
  }

  .home-cta .btn{
    width: min(360px, 92vw);
  }

  /* Trust pills wrap nicely */
  .trust-strip{
    gap: .55rem;
  }
}
