/* ================= General styles ================= */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FBFBFB;
}

/* Main container */
.main-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    min-height: auto;
    margin: 0 auto;
}

.fixed-top{
    height: 5px;
}

/* ================= First header (Dark) ================= */
.header-dark {
    position: relative;
    width: 100%;
    /*max-width: 1440px;*/
    max-width: 100%;
    height: 50px;
    background: #121212;
    margin: 0 auto;
}

/* Inner container */
.header-dark-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 300px;
    height: 100%;
    gap: 15px;
}

.header-right-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.custom-navbar {
    background-color: #FBFBFB !important;
}

/* Call */
.call-block {
    display: flex;
    align-items: center;
    gap: 6px;
}
.call-icon {
    width: 20px;
    height: 20px;
}
.phone-number a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

/* Email */
.sms-block {
    display: flex;
    align-items: center;
    gap: 6px;
}
.sms-icon {
    width: 20px;
    height: 20px;
}
.email a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

/* Location */
.location-block {
    display: flex;
    align-items: center;
    gap: 6px;
}
.location-icon {
    width: 20px;
    height: 20px;
}
.location-text a{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

.header-left-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* Terms and Privacy Frame */
.terms-privacy-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    width: 162px;
    height: 50px;
}
.terms-privacy {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

/* Support Frame */
.support-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    width: 94px;
    height: 50px;
}
.support {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

/* Cart Frame */
.cart-frame {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    width: 99px;
    height: 50px;
}
.bag {
    position: relative;
    width: 22px;
    height: 22px;
}
.bag img {
    width: 100%;
    height: 100%;
}
.cart {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .phone-number a,
    .email a,
    .location-text a {
        display: none;
    }
}

/* ================= Second header (Menu) ================= */

.navbar{
    max-height: 65px;
}
/* Login */
.navbar .btn-primary {
    background-color: #ECF1FA;
    color: #1D1F21;
    gap: 8px;
    width: 95px;
    height: 34px;
    padding: 8px 24px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.navbar .btn-primary:hover {
    background-color: #0d6efd;
    color: #FFFFFF;
}

/* Sign Up */
.navbar .btn-outline-primary {
    background-color: #0277BD;
    color: #FFFFFF;
    padding: 8px 24px;
    width: 108px;
    height: 34px;
    gap: 8px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.navbar .btn-outline-primary:hover {
    background-color: #0d6efd;
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1D1F21;
    padding-top: 14px;
    padding-left: 20px;
    gap: 20px;
}

.navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

/* Active Link */
.navbar-nav .nav-link.active {
    font-weight: 500;
    text-decoration: underline;
    color: #1D1F21;
}

 /*Navigation links burger */
.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1d1f21;
    text-decoration: none;
}

.call-icon img,
.sms-icon img,
.bag img,
.location-icon img {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

/* Main Section */
.hero-section {
    position: relative;
    max-width: 1440px;
    align-content: center;
    min-height: 895px;
    width: calc(100% - 32px);
    margin: 130px 0 0 16px;
    background-image: url('images/background-gradient.png');
    border-radius: 50px;
    background-repeat: no-repeat;
}

.hero-title {
    font-family: 'Lexend', sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.05;
    color: #ffffff;
    margin-bottom: 20px;
}
.hero-subtitle {
    font-family: 'Lexend', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #ffffff;
}
.hero-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FBFBFB;
    max-width: 600px;
    margin: 0 auto 30px;
}
.hero-buttons .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 8px;
}
.btn-primary {
    background: #0277BD;
    border: none;
}
.btn-outline-light {
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.06);
}

/* Features  (main) */
.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0 0;
}

.features-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Outline container with border */
.feature-box-wrapper {
    width: 200px;
    height: 105px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF00;
}

/* Inner container */
.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

/* Icons */
.feature-icon img {
    width: 32px;
    height: 32px;
}

/* Text */
.feature-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1D1F21;
    text-align: center;
    margin: 0;
}

.hero-buttons .btn-outline-light {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.phone-icon {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

/* When hovering, change the color of the icon text */
.hero-buttons .btn-outline-light:hover {
    color: #000; /* Black color text */
}

/* Filter for SVG (change color to black) */
.hero-buttons .btn-outline-light:hover .phone-icon {
    filter: brightness(0);
}

/* ================= Tracking ================= */

.real-time{
    max-width: 1240px;
    position: relative;
    top: -80px;
}

@media (max-width: 768px) {
    .real-time{
        top: -30px;
    }
}

@media (max-width: 480px) {
    .real-time{
        top: 0;
    }

}

.gradient-text {
    background: linear-gradient(91.96deg, #4CA0F5 -1.9%, #356DE3 99.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    text-align: center;
}

.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #161B22;
}

/* Block with map */
.gradient-map {
    background: url('images/basemap.png');
    background-size: cover;
    border: 2px solid #DCE6FC;
    border-radius: 70px;
    height: 460px;
    position: relative;
    overflow: hidden;
}

/* Ellipses */
.ellipse {
    position: absolute;
    border-radius: 50%;
}

.ellipse-105 {
    width: 211px;
    height: 211px;
    background: rgba(40, 168, 40, 0.16);
    top: 124px;
    left: 50%;
    transform: translateX(-50%);
}

.ellipse-104 {
    width: 123px;
    height: 123px;
    background: rgba(0, 122, 0, 0.2);
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
}

.ellipse-103 {
    width: 63px;
    height: 63px;
    background: rgba(4, 129, 4, 0.4);
    top: 198px;
    left: 50%;
    transform: translateX(-50%);
}

/* location icon */
.location-icon-map {
    position: absolute;
    top: 217px;
    left: 50%;
    transform: translateX(-50%);
}

/* Input for tracking*/
.input-field {
    width: 412px;
    height: 56px;
    border: 1px solid #CAD6EE;
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    margin: 12px 0 20px;
    background-color: #fff;
}

.input-field input {
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4F5970;
    background: transparent;
    padding-right: 40px;
}

.input-field .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.input-field .search-icon img {
    width: 100%;
    height: 100%;
}

/* ================= TMS ================= */


.container-tms {
    max-width: 1130px;
}

@media (max-width: 768px) {
    .container-tms{
        margin-top: 40px;
    }
}

/* Icons */
.icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

/* Icon in block */
.icon img {
    width: 24px;
    height: 24px;
}

/* background for icons */
.bg-primary-soft {
    /*background: rgba(2, 119, 189, 0.1);*/
    background: none;
}

.card-title.mb-0 {
    font-family: Inter, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #315880;
}

.card-text.text-muted {
    font-family: Inter, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #4F5970;
}
/* Media styles for TMS */
@media (max-width: 768px) {
    .gradient-text {
        font-size: 36px;
    }
}

/* ELD Dashboard */
.custom-container {
    background: #FBFBFB;
    border: 2px solid #DCE6FC;
    border-radius: 70px;
    overflow: hidden;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}

/* Left side */
.left-section {
    background: #F3F3F3CC;
    border-radius: 70px 0 0 70px;
    padding: 90px;
}

/* Right side */
.right-section {
    background: #FBFBFB;
    border-radius: 0 70px 70px 0;
    padding: 90px 40px;
}

/* Dashboard picture */
.custom-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.text-block {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #1D1F21;
    margin-bottom: 32px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #DCE6FC;
    margin: 32px 0;
}

/* ================= ELD ================= */
.eld-container {
    background: #161B22;
    border-radius: 70px;
    margin-top: -200px;
    padding-top: 300px;
    padding-bottom: 40px;
    max-width: 1408px;
}

.inner-container {
    max-width: 1240px;
    margin: 0 auto;
}

.gradient-text {
    background: linear-gradient(91.96deg, #4CA0F5 -1.9%, #356DE3 99.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
}

.description-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #FBFBFB;
    letter-spacing: 0.02em;
}

.custom-card {
    background: rgba(37, 45, 58, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    border: none;
    padding: 20px;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FBFBFB;
    margin-bottom: 10px;
}

.card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #A7ACB3;
    line-height: 130%;
}

/* Container for picture */
.image-container {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

/* Picture */
.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-app-eld {
    max-width: 200px;
}

/* ================= Get started ================= */
.get-started-container {
    max-width: 1124px;
    width: 90%;
    margin-top: 0;
    padding: 40px 0;
    position: relative;
}

.get-started-gradient-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(30px, 6vw, 70px);
    line-height: 120%;
    background: linear-gradient(86.67deg, #4CA0F5 -6.34%, #356DE3 105.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: left;
}

/* Button "Get Started" */
.get-started-btn {
    width: 203px;
    height: 44px;
    background: #0277BD;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 82%;
    top: 41%;
    margin: 0 auto 20px;
}

.get-started-btn a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Orange figure */
.get-started-orange-badge {
    width: auto;
    height: 34px;
    background: #FF542C;
    border-radius: 50px 30px 30px 2px;
    position: absolute;
    right: -3%;
    top: 25%;
    transform: translateY(-50%);
    padding: 0 10px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started-orange-badge .badge-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.icon-orange {
    position: absolute;
    left: -21px;
    top: 27px;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* Green figure */
.get-started-green-badge {
    width: auto;
    height: 34px;
    background: #689F38;
    border-radius: 30px 2px 50px 30px;
    position: absolute;
    left: 5%;
    top: 97%;
    transform: translateY(-50%);
    padding: 0 10px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started-green-badge .badge-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.icon-green {
    position: absolute;
    right: -21px;
    bottom: 30px;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* ================= Media Queries ================= */

@media (max-width: 820px) {
    .get-started-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .get-started-gradient-text {
        text-align: center;
    }

    .get-started-btn {
        position: static;
        margin: 0;
    }

    .get-started-orange-badge,
    .get-started-green-badge,
    .icon-orange,
    .icon-green {
        display: none;
    }
}

 /*Medium screens (tablet) */
@media (max-width: 1024px) {
    .get-started-container {
        padding: 30px;
    }

    .get-started-gradient-text {
        font-size: clamp(35px, 8vw, 60px);
    }

    .get-started-btn {
        width: 180px;
        height: 42px;
        top: 72%;
        left: 50%;
    }

    .get-started-orange-badge {
        right: 15%;
        top: 60%;
    }

    .get-started-green-badge {
        left: 10%;
        top: 97%;
    }

    .icon-orange, .icon-green {
        width: 26px;
        height: 26px;
    }
}

/* ================= Products ================= */
/* Products Container */
.products-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 15px;
}

/* Discover Products */
.discover-products {
    text-align: center;
    margin-bottom: 40px;
}

.products-gradient-text {
    background: linear-gradient(91.96deg, #4CA0F5 -1.9%, #356DE3 99.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: 10px;
}

.product-card {
    background: rgba(244, 247, 254, 0.7);
    border: 1px solid #DCE6FC;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 400px;
}
/* temporarily commented */
/*.product-card.large {*/
/*    grid-row: span 2;*/
/*    height: 641px;*/
/*}*/

/*.product-card.small {*/
/*    height: 641px;*/
/*    !*max-height: 400px;*!*/
/*}*/

/*.product-card.small:last-child {*/
/*    height: auto;*/
/*    grid-row: span 2;*/
/*}*/

.card-content {
    position: relative;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 70%;
    height: auto;
    max-height: 60%;
    object-fit: contain;
    margin-bottom: 10px;
}

.product-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.product-name, .product-price {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin: 0;
}

.bag-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
}

/* Other Products Button */
.other-products {
    grid-column: span 2;
    display: flex;
    justify-content: center;
}

.btn-outline-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #0277BD;
    background: transparent;
    cursor: pointer;
    border: none;
}

.arrow-icon {
    width: 24px;
    height: 24px;
}

/* Media styles for products */
@media (max-width: 767.98px) {
    .products-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .product-card.large, .product-card.small {
        height: auto;
    }

    .products-gradient-text {
        font-size: 2rem;
    }

    .product-image {
        width: 80%;
        max-height: 70%;
    }

    .other-products {
        grid-column: span 1;
        display: flex;
        justify-content: center;
    }
}

/* ================= FAQ ================= */
.faq-header {
    margin-bottom: 40px;
}

.faq-title {
    background: linear-gradient(91.96deg, #4CA0F5 -1.9%, #356DE3 99.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #1D1F21;
}

.faq-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px;
}

/* Left side */
.faq-header {
    flex: 1 1 40%;
    padding-right: 20px;
}

/* Right side */
.faq-questions {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #F2F6FF;
    border-radius: 26px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

.faq-question p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #313F5E;
    margin: 0;
}

.faq-icon {
    font-size: 18px;
    color: #C8D1E5;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #1D1F21;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 400;
}

/* Active question */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-icon .active-icon {
    display: none;
}

.faq-item.active .faq-icon .active-icon {
    display: inline-block;
}

.faq-item.active .faq-icon .inactive-icon {
    display: none;
}

/* Size for icon arrow */
.faq-icon .icon {
    width: 36px;
    height: 36px;
}

.faq-item.active {
    border: 1px solid #DCE6FC;
}

.faq-item.active .faq-question p {
    color: #0277BD;
    font-weight: 500;
}

/* Media styles for FAQ */
@media (max-width: 767.98px) {
    .faq-container {
        flex-direction: column;
        gap: 20px;
    }

    .faq-header, .faq-questions {
        flex: 1 1 100%;
        padding-right: 0;
    }

    .faq-title {
        font-size: 2rem;
    }

    .faq-question p {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}


/* ================= Footer ================= */
.footer {
    background: #161B22;
    border-radius: 30px;
    padding: 40px 20px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
    margin-top: 50px;
    width: calc(100% - 32px);
    max-width: 1408px;
}

.footer-content {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* Logo */
.footer-logo img {
    width: 208px;
    height: 65px;
}

/* Navigation links */
.footer-nav {
    display: flex;
    gap: 60px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/* Contact info */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-phone {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}

.contact-subtext {
    font-size: 14px;
    font-weight: 300;
    color: #8491A4;
    margin: 0;
}

.contact-email,
.contact-address {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
    text-align: left;


}
.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon {
    width: 20px;
    height: 20px;
}

.contact-info-24 {
    margin-bottom: 10px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social img {
    max-width: 190px;
    max-height: 58px;
    width: auto;
    height: auto;
}

/* Media styles for footer */
@media (max-width: 767.98px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
        gap: 20px;
    }

    .contact-phone {
        font-size: 24px;
    }

    .footer-social {
        justify-content: center;
    }
}

/* ================= Media styles ================= */

/* --- For screens up to 1024px --- */
@media (max-width: 1024px) {
    .header-dark-inner {
        padding: 0 50px;
        gap: 16px;
    }
}

/* --- For screens up to до 768px --- */
@media (max-width: 768px) {
    .header-dark {
        height: auto;
        padding: 0 20px;
    }

    .header-dark-inner {
        flex-direction: row;
        gap: 8px;
        padding: 0 10px;
    }
    .nav-link {
        padding: 10px 15px;
        font-size: 12px;
    }
    .header-right-info,
    .header-left-info {
        flex-direction: row;
        gap: 8px;
    }
    .support-frame,
    .terms-privacy-frame,
    .cart-frame {
        padding: 7px 10px;
    }
    .features-container {
        flex-direction: column;
        align-items: center;
    }
    .hero-title{
        font-size: 46px;
    }
}

/* --- For screens up to 480px --- */
@media (max-width: 480px) {
    .header-dark {
        padding: 0 20px;
    }
    .header-dark-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        gap: 4px;
        padding: 0 5px;
        flex-wrap: nowrap;
    }

    .header-right-info,
    .header-left-info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 5px;
        width: auto;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }

    .nav-link {
        padding: 8px 10px;
        font-size: 11px;
    }

    .terms-privacy-frame,
    .support-frame {
        display: none;
    }

    .cart-frame {
        padding: 2px 2px;
        justify-content: right;
    }

    .hero-title {
        font-size: 36px;
    }

    .col-md-3 {
        margin-bottom: 10px;
    }
}

/* ================= Tabs with cards ================= */

.first-container {
    max-width: 1240px;
    margin: 30px auto 50px;
    padding: 20px;
    position: relative;
}

/* Tab container */
.first-tab-container {
    display: flex;
    justify-content: space-between;
    background: #F0F5FF;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 20px;
}

/* Styles for tabs */
.first-tab-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    background: #F0F5FF;
    border-radius: 40px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #4F5970;
    transition: background 0.3s ease;
    text-align: center;
}

.first-tab-item.first-tab-active {
    background: #FFFFFF;
    border: 1px solid #E2E9FA;
    color: #0277BD;
    font-weight: 600;
}

/* Container for cards */
.first-content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: #F0F5FF;
    border-radius: 30px;
    padding: 30px;
    justify-content: center;
}

.first-card-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

/* Wrapper for card and progress bar */
.first-card-wrapper {
    flex: 1 1 calc(25% - 30px); /* 4 cards in a row, taking into account the indentations */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Indentation between card and progress bar */
    min-width: 220px; /* Minimum card width */
}

/* Styles for cards */
.first-card {
    background: rgba(226, 233, 250, 0.6);
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    height: 190px; /* Fixed card height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first-card-number {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #C5D1EE;
    margin-bottom: 10px;
}

.first-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 6px;
    flex-grow: 1; /* Stretch the header inside the card */
}

.first-card p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 140%;
    margin-bottom: 0;
    flex-grow: 2; /* Give more space for text */
}

/* Progress bar */
.first-progress-bar {
    width: 100%;
    height: 4px;
    background: #E8EEFC;
    border-radius: 30px;
    position: relative;
}

.first-progress {
    width: 0; /* Initial progress value */
    height: 4px;
    background: #F7613E;
    border-radius: 30px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease; /* Smooth width change */
}

/* Orange color for active elements */
.first-card-number.completed {
    color: #F7613E;
}

.first-card h3.completed {
    color: #F7613E;
}

/* --- Adaptability for tabs with cards --- */

/* Tablets */
@media (max-width: 1024px) {
    .first-tab-container {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 30px;
    }

    .first-tab-item {
        font-size: 16px;
        padding: 12px 16px;
    }

    .first-card-group {
        gap: 20px;
        justify-content: center;
    }

    .first-card-wrapper {
        flex: 1 1 calc(50% - 20px); /* 2 cards in a row */
        min-width: 250px;
    }

    .first-card {
        height: 200px; /* Increase height for tablets */
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .first-container {
        padding: 10px;
    }

    .first-tab-container {
        flex-direction: column;
        border-radius: 20px;
    }

    .first-tab-item {
        padding: 10px;
        font-size: 14px;
    }

    .first-content-container {
        padding: 20px;
    }

    .first-card-wrapper {
        flex: 1 1 100%; /* 1 card per row */
    }

    .first-card {
        height: auto;
        padding: 15px;
    }

    .first-card h3 {
        font-size: 14px;
    }

    .first-card p {
        font-size: 12px;
        -webkit-line-clamp: 4; /* Allow more lines of text */
    }
}

/* =================  End Tabs with cards ================= */

/* =================  HIGHWAY SECTION ================= */

.highway-section {
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 20px;
}

/* Container for width limitation */
.highway-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* “Highway” header with gradient text */
.highway-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(91.96deg, #4CA0F5 -1.9%, #356DE3 99.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

/* The subtitle */
.highway-intro-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    max-width: 400px;
    margin: 0 auto 40px auto;
    color: #1D1F21;
    text-align: center;
}

.highway-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #0088CC;
    text-decoration: none;
}

.highway-link:hover {
    text-decoration: underline;
}


/* Main area with image and tabs */
.highway-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

/* Left column (image) */
.highway-image-container {
    flex: 1 1 500px;
    max-width: 600px;
    background: #111418;
    border-radius: 25px;
    border: 4px solid transparent;
}
.highway-image-container img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

/* Right column (tabs and content) */
.highway-tabs-container {
    flex: 1 1 400px;
    max-width: 500px;
    text-align: left;
    margin-top: 20px;
}

/* Tabs */
.highway-tabs {
    list-style: none;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
}

.highway-tab {
    font-size: 16px;
    font-weight: 400;
    color: #4F5970;
    cursor: pointer;
    padding-bottom: 8px;
    transition: color 0.2s;
    position: relative;
}

/* Active tab */
.highway-tab.active {
    font-weight: 600;
    color: #0088CC;
}

/* Emphasizing the active tab */
.highway-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #0088CC;
}

/* Hover effect for other tabs */
.highway-tab:hover {
    color: #0088CC;
}

/* Header within the content */
.highway-tab-content-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
    color: #000000;
}

/* The main text in the content */
.highway-tab-content-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #4F5970;
    margin-bottom: 24px;
}

/* Button box */
.highway-buttons-row {
    display: flex;
    gap: 16px;
}

/* Styles for buttons */
.highway-btn {
    font-size: 16px;
    line-height: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

/* Light button */
.highway-btn-light {
    background-color: #ECF1FA;
    color: #4F5970;
}

.highway-btn-light:hover {
    background-color: #dce6f4;
}

/* Main button */
.highway-btn-primary {
    background-color: #0277BD;
    color: #FFFFFF;
}

.highway-btn-primary:hover {
    background-color: #015f99;
}
/* =================  END HIGHWAY SECTION ================= */