@font-face {
    font-family: 'AvenirLTStd';
    src: url('../fonts/Avenir\ LT\ Std\ 65\ Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: AvenirLTStd;
    background-color: #fff;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: 400;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}

.feature-title {
    margin-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ff7b00, #ff3300);
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-weight: 700;
}

button,
input,
optgroup,
select,
textarea {
    line-height: normal;
}

/* Navbar css*/
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    font-size: 1rem;
    color: #000 !important;
    margin-right: 1rem;
    font-family: AvenirLTStd;
}

.btn-outline-danger {
    border-radius: 20px;
    font-weight: 500;
    padding: 6px 18px;
    border-color: #f24137;
    color: #f24137;
}

.btn-outline-danger:hover {
    background-color: #f24137;
    color: #fff;
}

.btn-warning {
    background: linear-gradient(to right, #ff7b00, #ff3300);
    border: none;
    border-radius: 20px;
    font-weight: 500;
    padding: 6px 18px;
}

.btn-warning:hover {
    opacity: 0.9;
}

.main-section {
    padding-top: 160px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.main-section h4 {
    font-size: 44px;
    color: #333;
    margin-bottom: 10px;
}

.main-heading {
    font-size: 100px;
    font-weight: 700;
    color: #000;
}

.page-section {
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.page-section h1 {
    font-size: 50px;
    color: #333;
    margin-bottom: 5px;
}

.page-section h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.highlight {
    background: linear-gradient(to right, #ff7b00, #ff3300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.floating-camera {
    position: absolute;
    top: 80px;
    right: 60px;
    width: 180px;
    z-index: 10;
}

.dash-cam-img {
    width: 500px;
    height: auto;
    margin-top: 2rem;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2.5rem;
    }

    .floating-camera {
        display: none;
    }
}

/* Why Novae Avenue */
section.text-center h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
    text-align: center;
}

section.text-center p {
    max-width: 750px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 23px !important;
    line-height: 36px;
    text-align: center;
}

.text-orange {
    color: orange;
    font-weight: 700;
}

.text-orangered {
    color: orangered;
    font-weight: 700;
}

/* App Download */
.bg-light {
    background-color: #dadbdc !important;
}

.btn-store img {
    height: 50px;
    transition: transform 0.3s ease;
}

.btn-store img:hover {
    transform: scale(1.05);
}

/* FAQ Accordion */
.accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
}

.accordion-body {
    font-size: 1rem;
    color: #333;
}

/* Hero Banner */
.hero-section {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    opacity: 0.75;
    object-fit: cover;
    height: auto;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
}

.btn-outline-light {
    border: 2px solid #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2.25rem;
    }

    section.text-center h2 {
        font-size: 2rem;
    }

    section.text-center p {
        font-size: 1rem;
    }

    .accordion-button {
        font-size: 1rem;
    }
}

.highlight-orange {
    color: #ff5c00;
}

/* --- Dashcam Comparison --- */
/* General layout and font */

.highlight-orange {
    color: #ff5c00;
    font-weight: 600;
}

/* Column section styling */
.section {
    padding: 20px;
}

/* Left column: Features with icons */
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.feature-item .icon {
    width: 24px;
    margin-right: 12px;
    filter: grayscale(100%);
    opacity: 0.7;
}

.feature-text {
    font-size: 15px;
    color: #777;
    margin: 0;
}

/* Center column: 4G card */
.comparison-card {
    background-color: #fff;
    border: 2px solid #ff5c00;
    border-radius: 18px;
    padding: 30px 25px;
    box-shadow: 0px 0px 20px rgba(255, 92, 0, 0.1);
    text-align: center;
}

.comparison-card h5 {
    font-size: 20px;
    font-weight: bold;
    color: #ff5c00;
    margin-bottom: 35px;
}

.comparison-text {
    font-size: 15px;
    margin-bottom: 25px;
    color: #333;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    border-top: 1px rgba(146, 146, 146, 0.15);
    border-bottom: 1px solid rgba(146, 146, 146, 0.15);
    text-align: center;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Right column: WiFi dashcam */
.section:last-child h5 {
    color: #000;
    margin-bottom: 25px;
}

.section:last-child .comparison-text {
    color: #444;
}

@media (max-width: 768px) {
    .feature-item {
        flex-direction: row;
    }

    .comparison-card {
        margin-top: 20px;
    }

    .section:last-child {
        margin-top: 30px;
    }
}

/* --- Feature Section --- */
.feature-section {
    padding: 60px 20px;
}

.feature-box {
    margin-bottom: 60px;
}

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

.discover-btn {
    border: 1px solid #000;
    padding: 12px 20px;
    border-radius: 30px;
    background: transparent;
    transition: 0.3s ease;
}

.discover-btn:hover {
    background: #000;
    color: #fff;
}

.rounded-img {
    border-radius: 20px;
}

/* --- Tracking --- */
.overlay-box {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 450px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    z-index: 2;
    text-align: left;
    height: 600px;
    display: flex;
    align-items: center;
}

.mySwiper {
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.tab-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tab-text {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.5;
    text-align: justify !important;
}

.bottom-border {
    height: 1px;
    background-color: #666;
    margin-top: 12px;
}

.tracking-section {
    padding: 60px 0;
}

.highlight-orange {
    color: #ff5c00;
    font-weight: 700;
}

.tracking-wrapper {
    max-width: 1000px;
    border-radius: 20px;
    position: relative;
}

.background-car {
    border-radius: 20px;
}

.menu-item h5 {
    font-size: 18px;
    font-weight: 600;
}

.menu-item .desc {
    font-size: 13px;
    color: #ccc;
    line-height: 1.5;
    margin-top: 8px;
}

.divider {
    height: 1px;
    background-color: #666;
    margin: 10px 0;
}

.floating-phone {
    position: absolute;
    right: 0%;
    top: -5%;
    max-height: 700px;
    z-index: 3;
}

/* Overlay info box on top-left */
.overlay-info {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 18px 22px;
    border-radius: 16px;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.overlay-info .tag {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .overlay-info {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 15px;
        text-align: left;
    }

    .floating-phone {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0;
        display: block;
    }

    .tracking-wrapper {
        padding: 0 15px;
    }
}


video {
    object-fit: cover;
}

.doa {
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 50px;
}

.paragraph-30 {
    margin-bottom: 48px;
    padding-top: 0px;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.heading-35 {
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-weight: 500;
}

.privacyHeading {
    margin-bottom: 16px;
    padding-left: 12px;
    background-color: #e2e2e2;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

/* Footer CSS */
.footer-title {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #000;
}

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

.footer-list li {
    margin-bottom: 0.5rem;
}

.footer-list a {
    text-decoration: none;
    color: #222;
    font-size: 0.875rem;
}

.footer-list a:hover {
    color: #007bff;
    text-decoration: underline;
}

.footer-contact {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.footer-contact a {
    color: #333;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.dropdown-toggle::after {
    margin-right: 10px;
}

.custom-section {
    background-color: #f1f1f2 !important;
    padding: 40px 0;
    text-align: center;
    color: #333;
}

.custom-section a {
    color: #007bff;
    text-decoration: none;
}

.custom-section a:hover {
    text-decoration: underline;
}

.whatsappmebutton {
    position: fixed;
    z-index: 100;
    bottom: 70px;
    right: 20px;
    cursor: pointer;
    transition: background-color 500ms ease-in-out;
}

.callbutton {
    position: fixed;
    z-index: 100;
    bottom: 140px;
    right: 20px;
    cursor: pointer;
    transition: background-color 500ms ease-in-out;
}

.formbox {
    width: 60%;
    padding: 48px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 16px 0px;
    margin: 0px auto;
}

.vehicle-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(to right, #ff7b00, #ff3300);
    border: none;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-input {
    width: 200px;
    max-width: 100%;
}

.industry-option {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 10px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.industry-option:hover {
    background-color: #f0f0f0;
}

.industry-option.active {
    background: linear-gradient(to right, #ff7b00, #ff3300);
    color: white;
    font-weight: bold;
    border-color: #ff3300;
}

.industry-icon {
    width: 40px;
    height: 40px;
}

.submit-btn {
    background: linear-gradient(to right, #ff7b00, #ff3300);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    opacity: 0.9;
}

.captcha-box {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f9f9f9;
}

.captcha-question {
    font-weight: bold;
    font-size: 18px;
    min-width: 60px;
}

.required {
    color: red;
}

.industrytitle {
    font-size: 12px;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 14px;
}

.form-control::placeholder {
    font-size: 13px;
}

.videoTitle {
    font-size: 3.75rem !important;
}

.badge {
    font-size: 20px;
}