/** Basic Styling, such as colours, fonts and whatnot **/
@font-face {
  font-family: "Barlow-Regular";
  src: url(/fonts/Barlow-Regular.ttf?e7eb634d040a6f3840336c988c10b188);
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "Barlow-Medium";
  src: url(/fonts/Barlow-Medium.ttf?75ccf963e09a8cc171934af313a343a2);
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url(/fonts/Barlow-SemiBold.ttf?8247eaeb0799c0acafc60af7a73f6021);
  font-weight: 600;
}
@font-face {
  font-family: "Barlow-ExtraBold";
  src: url(/fonts/Barlow-ExtraBold.ttf?777e300ed64d3d47cc85d85e645e1847);
  font-weight: 600;
}
@font-face {
  font-family: "PublicSans-Bold";
  src: url(/fonts/PublicSans-Bold.ttf?3e9a7b1100bf8a1fdd300b0a965daa7c);
  font-weight: 800;
}

@font-face {
    font-family: "Bree Serif";
    src: url(/fonts/BreeSerif-Regular.ttf?e7eb634d040a6f3840336c988c10b188);
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Special Gothic";
    src: url(/fonts/SpecialGothicCondensedOne-Regular.ttf?e7eb634d040a6f3840336c988c10b188);
    -webkit-font-smoothing: antialiased;
}

.icon-phone {
  background: url("/images/icons/phone.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-email {
  background: url("/images/icons/email.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.chevron-right-blue {
  background: url("/images/icons/chevron-right-blue.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.chevron-right-white {
  background: url("/images/icons/chevron-right-white.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-emoji {
  background: url("/images/icons/emoji-without-eyes.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-add-pic {
  background: url("/images/icons/add-picture.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-paperclip {
  background: url("/images/icons/paperclip.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-microphone {
  background: url("/images/icons/microphone.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-web {
  background: url("/images/icons/web.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.icon-sm {
  width: 18px;
  height: 18px;
}

.icon-md {
  width: 32px;
  height: 32px;
}

.icon-lg {
  width: 48px;
  height: 48px;
}

:root {
  --background: #F4F6F8;
  --primary: #335476;
  --primary-2: #335476;
  --secondary: #8fb6d8;
  --secondary-2: #8fb6d8;
  --tertiary: #637381;
  --blue: #8fb6d8;
  --light-tertiary: #919EAB;

    --about_uw_gradient: linear-gradient(to top right, #2d9c9f, #73bb67, #eadf24, #ee811f);
    --hsua_gradient: linear-gradient(to top right, #002954, #3645dc, #59d2db);
    --altamont_gradient: linear-gradient(to top right, #b62d87, #dc72b7, #ffb2e5);
    --cz_gradient: linear-gradient(to bottom, #335476, #7393ae);
}

.txt-white {
  color: #ffffff !important;
}

.txt-black {
    color: #000000 !important;
}

.txt-primary {
  color: var(--primary);
}

.txt-secondary {
  color: var(--secondary);
}

.txt-tertiary {
  color: var(--tertiary);
}

.txt-lgt-tertiary {
  color: var(--light-tertiary);
}

.txt-blue {
  color: var(--blue) !important;
}

.txt-sm {
  font-size: 12px;
}

.txt-md {
  font-size: 16px;
}

.txt-lg {
  font-size: 24px;
}

.gradient-text {
  background: -webkit-linear-gradient(#64E0F6, #006C9C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
  background: -webkit-linear-gradient(#1ABCFE, #61F3F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-secondary-hover:hover {
  color: var(--secondary);
}

h1 {
  font-size: 64px;
  line-height: 63px;
}

h2 {
  font-size: 64px;
  line-height: 63px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

li {
  line-height: 24px;
}

.fw-medium {
  font-family: "Barlow-Medium", sans-serif;
  font-weight: 500;
}

.fw-bold {
  font-family: "Barlow-SemiBold", sans-serif;
  font-weight: 600;
}

.fw-extra-bold {
  font-family: "Barlow-ExtraBold", sans-serif;
  font-weight: 700;
}

@media (max-width: 600px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  h2.section-header {
    font-size: 48px;
    line-height: 64px;
  }
}
.cur-pointer {
  cursor: pointer;
}

.bdr-24 {
  border-radius: 24px;
}

.bdt-24 {
  border-radius: 24px 24px 0 0;
}

.z-1000 {
  z-index: 1000;
}

.min-h-100 {
  min-height: 100%;
}

.bdr-none {
  border: none;
}

.bdr-tertiary {
  border-color: var(--tertiary);
  border: 1px solid !important;
}

.crv-md {
  border: none;
  border-radius: 16px;
}

.btn-radius {
  border: none;
  border-radius: 8px;
}

.spacer-top-120 {
  padding-top: 120px;
}

.spacer-bottom-120 {
  padding-bottom: 120px;
}

.spacer-top-80 {
  padding-top: 80px;
}

.spacer-bottom-80 {
  padding-bottom: 80px;
}

.spacer-top-40 {
  padding-top: 40px;
}

.spacer-bottom-40 {
  padding-bottom: 40px;
}

.contact-input {
  border: none;
  border-radius: 8px;
  padding: 0 10px;
}

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

.sml-input {
  height: 50px;
  padding: 0 8px;
}

.lg-input {
  height: 200px;
  resize: none;
  padding: 8px 8px;
}

.contact-input-sm {
  height: 54px;
  padding: 12px 20px;
  border: 1px var(--light-tertiary);
  box-shadow: var(--background) 20%;
}

.contact-input-md {
  height: 98px;
  padding: 12px 20px;
  border: 1px var(--light-tertiary);
  box-shadow: var(--background) 20%;
}

.bg-clear {
  background: transparent !important;
}

.bg-primary {
  background-color: var(--primary) !important;
  color: #fff;
}

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

.bg-secondary-2-hover:hover {
  background-color: var(--secondary-2) !important;
  color: #fff;
}

.bg-tertiary {
  background-color: var(--tertiary);
}

.bg-blue {
    background-color: var(--blue) !important;
    color: #fff;
}

.bg-tertiary-hover:hover {
  background-color: var(--tertiary);
}

.bg-paper {
  background-color: #F4F6F8;
}

.bg-red-hover:hover {
  background-color: var(--bs-red);
}

.primary-gradient {
  background: -webkit-linear-gradient(#1ABCFE, #00D5DD);
}

.box-shadow {
  box-shadow: -40px 40px 80px 0 rgba(145, 158, 171, 0.16);
}

.hsua-btn {
  height: 48px;
  border: none;
  font-size: 15px;
  border-radius: 8px;
  font-family: "PublicSans-Bold", sans-serif !important;
  font-weight: 600;
  line-height: 24px !important;
}

.hsua-btn.btn-md {
  width: 190px !important;
}

.btn-primary {
  background-color: var(--primary) !important;
  color: #fff;
  border: unset;
}

.btn-primary:hover {
  background-color: var(--primary-2) !important;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 26px !important;
  border: none;
}

.btn-secondary:hover {
  background-color: var(--primary) !important;
}

.btn-tertiary {
  color: #fff;
  background-color: #006C9C;
}

.disabled-btn {
  background-color: #d3d3d3;
  opacity: 70%;
}

.icn-lg {
  width: 120px;
}

.icn-md {
  font-size: 25px;
}

.hero-icon {
    font-size: 15rem;
}
.hero-replacement-title {
    width: 300px;
    padding-left: 15px;
}

@media (max-width: 990px) {
    .hero-icon {
        font-size: 5rem;
    }
    .hero-replacement-title {
        width: auto;
    }
}

@media (max-width: 600px) {
    .header-logo {
        padding: 0px 0px 0px 10px;
    }
    .icon-card {
        font-size: 4rem !important;
    }
}
.icon-card {
    color: var(--primary) !important;
    font-size: 5rem !important;
}

#what-we-do-section, #capabilities-section, #history-section, #purpose-section, #contact-section {
    scroll-margin-top: 100px;
}

.wwd-card {
    height: 495px;
}





.company-card{
    cursor: default;
    color: white;
    background: var(--cz_gradient);
}

.txt-menu-title {
    padding: 0px 0px 0px 20px;
    margin: unset;
}
@media (max-width: 1350px){
    .txt-menu-title {
        font-size: 42px;
    }
}
@media (max-width: 600px){
    .txt-menu-title {
        font-size: 40px;
    }
}

.text-justify {
    text-align: justify;
}



/* Carousel heading */
.heading {
    display: block;
    text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
    cursor: grab;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
    cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
    box-sizing: border-box;
    flex: 0 0 33.333333%;
    padding: 0 5px;
    position: relative; /* Essential for item-number positioning */
    height: 450px !important;
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 30px;
    padding: unset;
    z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
    left: 0px;
}

.multi-carousel-control-next {
    right: 0px;
}

/* Image container with dynamic height */
.img-container {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
    height: 100%;
    object-fit: scale-down;
    object-position: top;
    pointer-events: none;
    user-drag: none;
    width: 100%;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 35px;
    z-index: 2; /* Higher than default but below controls */
    /* Isolation prevents z-index context issues */
    isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
    cursor: grab;
    touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
    user-select: none;
    -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
    .multi-carousel-item,
    .clone {
        flex: 0 0 100%;
    }
}

.inner-card-c {
    margin: 4vh;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

@media (max-width: 800px) {
    .inner-card-c {
        margin: 3vh;
    }
}




.black-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 2px solid white;
    background: black;
    color: white;
}

.white-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    background: white;
    color: black;
}


.company-card, .model-section-card {
    cursor: pointer;
    position: relative;
    padding: 20px;
}

.card-front,
.card-back {
    transition: opacity 0.25s ease;
    flex: 1;
}

/* Default */
.card-front {
    display: block;
    opacity: 1;
    align-content: center;
}

.card-back {
    display: none;
    opacity: 0;
    padding: 5px;
}

/* Active */
.company-card.active .card-front, .model-section-card.active .card-front {
    display: none;
}

.company-card.active .card-back, .model-section-card.active .card-back{
    display: block;
    opacity: 1;
}







.reveal {
    /* no fade, no movement */
    opacity: 1;
    transform: none;
    cursor: pointer;

    /* 🔥 high-detail slice system (15+ slices) */
    --slice: 6px;
    --gap: 6px;

    -webkit-mask-image: repeating-linear-gradient(
        to bottom,
        black 0px,
        black var(--slice),
        transparent var(--slice),
        transparent calc(var(--slice) + var(--gap))
    );

    mask-image: repeating-linear-gradient(
        to bottom,
        black 0px,
        black var(--slice),
        transparent var(--slice),
        transparent calc(var(--slice) + var(--gap))
    );

    -webkit-mask-size: 100% 200%;
    mask-size: 100% 200%;

    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;

    transition: none;
}



.wrapper {
    display: flex;
    align-items: flex-end;
}

.eleven-av-col {
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.stripe-layer {
    width: 100%;
    transition: opacity 0.2s ease;
}
.about_uw_bg {
    background: var(--about_uw_gradient);
}
.hsua_bg {
    background: var(--hsua_gradient);
}
.altamont_bg {
    background: var(--altamont_gradient);
}
.cz_bg {
    background: var(--cz_gradient);
}
.column-font {
    font-family: "Bree Serif", sans-serif;
}
.zero-font {
    font-family: "Special Gothic", sans-serif;
    padding-bottom: 12px;
}
.cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
