body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    font-smooth: always;
}

b, strong {
    font-weight: 700;
}

.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: #002954;
    --primary-2: #335476;
    --secondary: #00D5DD;
    --secondary-2: #CAFDF5;
    --tertiary: #637381;
    --blue: #006C9C;
    --light-tertiary: #e9ecee;

    --white: #ffffff;
    --black: #000000;

    --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);

}

html {
    scroll-behavior: smooth;
}

.header-logo {
    height: 55px;
    padding: 10px 0px 10px 100px;
}

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

.txt-primary {
    color: #212B36;
}

.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 solid var(--light-tertiary);
    box-shadow: var(--background) 20%;
}

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

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


.bg-white {
    background-color: var(--white) !important;
    color: var(--black);
}

.bg-black {
    background-color: var(--black) !important;
    color: var(--white);
}


.bg-primary {
    background-color: var(--black) !important;
    color: var(--white);
}

.bg-secondary {
    background-color: var(--white) !important;
    color: var(--black);
}

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

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

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

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

.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);
}

.ele-ave-btn {
    padding: 12px 20px;
    border: none;
    font-size: 15px;
    /*font-family: "PublicSans-Bold", sans-serif !important;*/
    font-weight: 600;
}

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

.btn-primary {
    background-color: var(--white) !important;
    color: var(--black);
    border: 1px solid black;
}

.btn-primary:hover {
    text-decoration: underline;
}

.btn-secondary {
    background-color: var(--black) !important;
    color: #fff !important;
    font-size: 15px !important;
}

.btn-secondary:hover {
    text-decoration: underline;
}

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

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

.icn-lg {
    width: 120px;
}

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










/* 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: 40px;
    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: 10px;
}

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

/* 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%;
    }
}






.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;
}

.about_uw_bg {
    background: var(--about_uw_gradient);
}
.hsua_bg {
    background: var(--hsua_gradient);
}
.altamont_bg {
    background: var(--altamont_gradient);
}




.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;
}

#brands-section,#model-section,#contact-section {
    scroll-margin-top: 80px;
}


@media (max-width: 991px) {
    #headerNavbar {
        background-color: var(--black);
    }

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

    .nav-item a {
        font-size: 20px;
        padding: 20px;
    }
}




.hero-title {
    font-size: 7rem;
}

@media (max-width: 1400px) {
    .hero-title {
        font-size: 5rem;
    }
}

@media (min-width: 800px) {
    .hero-gap {
        row-gap: 40px;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-gap {
        row-gap: 70px;
    }
    .header-logo {
        height: 45px;
        padding: 0px 0px 0px 10px;
    }
}
