@font-face {
    font-family: 'Campton';
    src: url('/Transitarius/fonts/CamptonBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('/Transitarius/fonts/CamptonMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('/Transitarius/fonts/CamptonLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.hero-section {
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, auto 100%;
    background-position: left top, right center;
    background-image:
        linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.8) 64%,
            rgba(255, 255, 255, 0) 75%),
        var(--hero-bg);
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 180px 20px 80px 20px;
}

.hero-content {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
}

.hero-title {
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    color: #000000;
    margin: 0 0 20px 0;
}

.hero-description {
    font-family: 'Campton', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    color: #333333;
    margin: 0 0 35px 0;
}

.hero-image-wrapper {
    display: none;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.app-store-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.store-badge {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.store-badge img {
    height: 44px;
    width: auto;
    display: block;
    object-fit: contain;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 195px;
}

.feature-icon {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    flex-shrink: 0;
}

.feature-text {
    font-family: 'Campton', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    text-wrap: balance;
}

.contact-hero-btn {
    display: inline-block;
    align-self: flex-start;
    background-color: #1800FE;
    color: #ffffff;
    font-family: 'Campton', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 14px 36px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 20px;
}

.contact-hero-btn:hover {
    background-color: #1100b3;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(24, 0, 254, 0.2);
}

.transitarius-contact-section {
    background-color: #E8E8FF;
    background: linear-gradient(180deg, #F2EFFF 0%, #E8E8FF 100%);
    padding: 64px 24px;
    font-family: 'Campton', "Inter", system-ui, -apple-system, sans-serif;
    text-align: center;
}

.transitarius-contact-section h2 {
    font-family: 'Campton', sans-serif;
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 48px;
    border: none;
}

.transitarius-contact-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    gap: 0;
}

.transitarius-contact-item {
    flex: 1;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transitarius-contact-item.middle-col {
    border-left: 1px solid #D4D4E8;
    border-right: 1px solid #D4D4E8;
}

.transitarius-icon-circle {
    background-color: #1800FE;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.transitarius-icon-circle img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.transitarius-contact-link {
    font-family: 'Campton', sans-serif;
    color: #1800FE !important;
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 16px;
    text-align: center;
}

.transitarius-contact-link:hover {
    text-decoration: underline;
}

.transitarius-contact-desc {
    font-family: 'Campton', sans-serif;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 33px;
    margin: 0;
    max-width: 380px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-section {
        min-height: auto;
        background-image: none;
        background-color: #ffffff;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 0;
    }

    .hero-image-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
        max-height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .hero-content {
        margin: 0 auto;
        padding: 40px 60px 60px 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-title {
        font-size: 38px;
        line-height: 48px;
    }

    .hero-description {
        font-size: 20px;
        line-height: 28px;
    }

    .hero-features {
        flex-direction: row;
        justify-content: center;
        gap: 20px 32px;
        margin-top: 20px;
    }

    .feature-item {
        max-width: none;
        flex: 0 1 auto;
        text-align: left;
    }

    .contact-hero-btn {
        align-self: center;
        margin-top: 30px;
    }

    .transitarius-contact-item {
        width: 100%;
        padding: 0 16px;
    }

    .transitarius-contact-link,
    .transitarius-contact-desc {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
        background-image: none;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    .hero-image-wrapper {
        display: block;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .hero-image {
        height: 280px;
        object-fit: cover;
        object-position: center top;
    }

    .hero-content {
        padding: 32px 20px 40px 20px;
        align-items: center;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .hero-description {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 28px;
    }

    .app-store-links {
        justify-content: center;
        gap: 12px;
    }

    .store-badge img {
        height: 40px;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .feature-item {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .feature-text {
        font-size: 16px;
    }

    .transitarius-contact-grid {
        flex-direction: column;
        align-items: center;
        /* Horizontally centers all column items */
        width: 100%;
        gap: 48px;
    }

    .transitarius-contact-item.middle-col {
        border-left: none;
        border-right: none;
        border-top: 1px solid #D4D4E8;
        border-bottom: 1px solid #D4D4E8;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .contact-hero-btn {
        align-self: center;
        font-size: 16px;
        padding: 12px 28px;
        width: 100%;
        max-width: 300px;
        margin-top: 30px;
    }

    #footer {
        text-align: center !important;
    }

    #footer>div,
    #footer [class*="container"],
    #footer [class*="row"],
    #footer [class*="col"] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #footer img,
    #footer .logo {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    #footer p,
    #footer ul,
    #footer li,
    #footer a {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (min-width: 1025px) and (max-width: 1450px) {
    .hero-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .hero-title {
        font-size: 44px;
        line-height: 54px;
    }
}
.mt40 {
margin-top: 40px !important;
}