* {
    font-family: Arial;
}

/* Index Page */
.bg-image {
    background-image: url("./images/Hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navbar {
    background-color: transparent !important;
    border: none;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.signup-btn {
    width: auto;
    height: auto;
    max-width: 144.78px;
    padding: 10px 22px;
    border-radius: 9999px;
    font-size: 15.88px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-align: center;
    text-decoration: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.login-btn {
    max-width: 144.78px;
    padding: 10px 22px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border: none;
    text-decoration: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.login-btn:hover,
.signup-btn:hover {
    background-color: rgba(79, 209, 197, 1);
    color: rgb(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.hero {
    margin-top: 100px;
    padding-bottom: 100px;
}

.hero-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.hero-section .row {
    padding: 0 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-section .content {
    padding-right: 20px;
    padding-left: 20px;
}

.hero-section .text-center img {
    max-width: 100%;
    object-fit: cover;
}

.Heading {
    width: 100%;
    max-width: 730px;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.12px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.lead {
    width: 100%;
    max-width: 690px;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.44px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.track {
    width: 169px;
    height: 56px;
    max-width: 618px;
    padding: 14px 26px;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.18px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.track:hover {
    background-color: rgba(79, 209, 197, 1);
    color: rgb(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.nav-section .container {
    padding: 0 60px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .hero {
        margin-top: 10px;
    }
    .Heading {
        font-size: 34px;
        text-align: center;
    }
    .lead {
        font-size: 16px;
        text-align: center;
    }

    .track {
        width: 100%;
        max-width: 50%;
        font-size: 16px;
    }

    .content {
        text-align: center;
        padding: 20px;
    }

    .text-center img {
        margin-top: 50px;
        width: 90%;
        height: auto;
    }
    .bg-image {
        height: auto;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-top: 10px;
    }

    .Heading {
        font-size: 28px;
        text-align: center;
    }

    .lead {
        font-size: 14px;
        text-align: center;
    }

    .track {
        width: 100%;
        font-size: 16px;
    }

    .content {
        padding: 10px;
        text-align: center;
    }

    .text-center img {
        margin-top: 30px;
        width: 50%;
        height: auto;
    }

    .bg-image {
        height: auto;
    }

    .nav {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero {
        margin-top: 5px;
    }

    .Heading {
        font-size: 24px;
        text-align: center;
    }

    .lead {
        font-size: 12px;
        text-align: center;
    }

    .track {
        width: 150px;
        height: 56px;
        max-width: 618px;
        padding: 14px 26px;
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.18px;
        border-radius: 9999px;
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 1);
    }

    .content {
        padding: 10px;
        text-align: center;
    }

    .text-center img {
        margin-top: 20px;
        width: 70%;
        height: auto;
    }

    .bg-image {
        height: auto;
    }
}

/* footer */
.custom-container {
    padding: 0 60px;
    max-width: 100%;
}

.custom-footer {
    margin: 0;
}

.custom-row {
    margin-top: 70px;
}

.custom-link {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

.custom-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.custom-ul li a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: color 0.3s ease;
}

.custom-ul li a:hover {
    color: #007bff;
}

#dropdownButton {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    background-color: none;
    border: none;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dropdownButton:hover {
    background-color: #f8f9fa;
    color: #000;
}

.dropdown-menu {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    background-color: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.dropdown-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(24, 24, 27, 1);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
}

@media (max-width: 768px) {
    #dropdownButton {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }

    .dropdown-item {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }
}

.nav-link {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(24, 24, 27, 1);
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-link:hover {
    color: #007bff;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.nav-item {
    margin-right: 10px;
}

.nav-item:last-child {
    margin-right: 0;
}

hr {
    border: none;
    height: 2px;
    background-color: #949494;
    margin: 2rem 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .nav-item {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .custom-container {
        padding: 0 20px;
    }

    .custom-row {
        margin-top: 40px;
    }

    .custom-link {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .custom-ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    #dropdownButton {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }

    .dropdown-item {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }
    .d-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-link {
        font-size: 14px;
        padding: 0rem;
    }

    .last-icons {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .footer-logo img {
        margin-top: 0px;
        width: 20%;
    }
}

@media (max-width: 576px) {
    .custom-row .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .custom-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .row.align-items-start {
        flex-direction: column;
        text-align: center;
    }

    .last-icons {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .d-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-link {
        display: block;
        padding: 0;
        margin-bottom: 0px;
    }
}

/* Service Page */

.backg-image {
    background-image: url("./images/Image\ \(2\).png");
    background-size: cover;
    background-position: center;
    height: 50vh;
}
.terms {
    font-size: 45.56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.9599999785423279px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}
.terms-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    width: 100%;
    max-width: 633px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .backg-image {
        height: 35vh;
    }

    .terms {
        font-size: 24px;
        line-height: 32px;
    }

    .terms-p {
        font-size: 14px;
        line-height: 20px;
        max-width: 90%;
    }
}

.service-box {
    background-color: #f8f9fa;
    padding: 40px;
    margin-top: 50px;
}

.custom-card {
    background-color: rgba(246, 248, 249, 1);
    border-radius: 6px;
    padding: 16px 24px 16px 24px;
    border: 1px solid rgba(229, 233, 235, 1);
}

.custom-card h5 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(37, 44, 50, 1);
    letter-spacing: -0.006em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.custom-card p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.006em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(91, 104, 113, 1);
}

@media (max-width: 768px) {
    .custom-card {
        padding: 15px;
    }
    .custom-card h5 {
        font-size: 12px;
    }
    .custom-card p {
        font-size: 12px;
    }
}

.overview h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.022em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(37, 44, 50, 1);
}

.revise {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(37, 44, 50, 1);
}

.left-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.011em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(37, 44, 50, 1);
}

@media (max-width: 768px) {
    .overview h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .revise {
        font-size: 18px;
        line-height: 24px;
    }

    .left-text {
        font-size: 12px;
        line-height: 18px;
    }
}

.custom-bg {
    background-image: url("./images/letter_send 1.png");
    background-size: contain;
    background-position: bottom calc(100% - 80px) right;
    background-repeat: no-repeat;
    position: relative;
}

.custom-bg .left-text {
    color: #333;
}

/* Login Page */

.log-image {
    background-image: url("./images/Image.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.content-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.wel h2 {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 209, 197, 1);
}

.wel p {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(160, 174, 192, 1);
}

.form-container .form-label {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(45, 55, 72, 1);
}

.form-check .remember {
    margin-left: 60px;
}

.mb-3.form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 16px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: rgba(79, 209, 197, 1);
}

input:focus + .slider {
    box-shadow: 0 0 1px rgba(79, 209, 197, 1);
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.form-check .form-check-label {
    margin-left: 30px !important;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(45, 55, 72, 1);
}

label.form-label {
    display: block;
    position: relative;
    margin-left: 20px;
    font-weight: bold;
    color: #343a40;
}

input.form-control {
    width: 100%;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 15px;
    padding: 10px 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input.form-control::placeholder {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgb(170, 170, 170);
}

input.form-control:hover {
    border-color: rgba(79, 209, 197, 1);
    box-shadow: 0 0 5px rgba(79, 209, 197, 1);
}

input.form-control:focus {
    border-color: rgba(79, 209, 197, 1);
    box-shadow: 0 0 8px rgba(79, 209, 197, 1);
    outline: none;
}

label.form-label {
    font-weight: bold;
    color: #343a40;
    margin-bottom: 4px;
    display: block;
}

.forgot {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(160, 174, 192, 1);
}

.sign {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(160, 174, 192, 1);
}

.forgot a,
.sign a {
    color: rgba(79, 209, 197, 1);
    text-decoration: none;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.d-grid .btn-primary {
    background-color: rgba(79, 209, 197, 1);
    border: none;
    padding: 15px 20px;
    font-family: Helvetica;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 15px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.d-grid .btn-primary:hover {
    background-color: #048d8d;
}

.center-image {
    width: 100%;
    max-width: 518px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.api-access-section {
    margin-top: 50px;
}
.api-accesss-subheading p {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.3199999928474426px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
}

.api-accesss-subheading h2 {
    font-family: Arial;
    font-size: 34px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.9599999785423279px;
    color: rgba(0, 0, 0, 1);
}

.api-accesss-right-side-subheading p {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3199999928474426px;
    color: rgba(63, 63, 70, 1);
    margin-bottom: 20px;
}

.api-accesss-right-side-subheading h2 a {
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    justify-content: space-between;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.api-accesss-right-side-subheading h2 a:hover {
    text-decoration: none;
}

.api-accesss-right-side-subheading h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 16px;
}

.api-accesss-right-side-subheading h2 span img {
    width: 16px;
    height: auto;
    object-fit: contain;
    margin-right: 50px;
}
.api-access-card-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 10px;
    margin-top: 50px;
}

.api-access-card {
    flex: 1 1 calc(20% - 20px);
    max-width: 200px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px rgba(66, 71, 76, 0.06),
        0px 8px 48px rgba(238, 238, 238, 1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 240px;
}

.api-access-card-img img {
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-bottom: 16px;
}

.api-access-card-content h2 {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 6px;
}

.api-access-card-content p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(82, 82, 91, 1);
}

.gap-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.home-page-side-video {
    position: relative;
}

.home-page-video-controls a img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-page-side-video img {
    border-radius: 20px;
}

.start-tracking-section-side-content {
    max-width: 420px !important;
}

.start-free-trail-section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 70px;
    background: linear-gradient(
        89.78deg,
        #89ffbf 10.26%,
        #a4fa84 53.53%,
        #b3a7ff 100%
    );
}

.start-free-trail p {
    font-family: IBM Plex Mono;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
    margin: 0px;
}

.start-free-trail img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    margin-right: 30px;
}

.start-free-trail-section div {
    margin: 0px;
}

.packages-card-section {
    margin-bottom: 50px;
}

.save-container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.save-container {
    font-family: Inter;
    font-size: 10px;
    font-weight: 700;
    color: rgba(134, 69, 255, 1);
    border-radius: 4px;
    padding: 0px 12px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 1);
}

.packages-cards-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.card-container {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.06);
}

.card-content h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(24, 16, 89, 1);
    margin-bottom: 20px;
}

.short-desc {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(24, 16, 89, 1);
    margin-bottom: 14px;
}

.short-desc span {
    /* margin-right: 10px; */
}

.rough-short-desc {
    color: #bab7cd !important;
}

.price {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(24, 16, 89, 1);
    margin-top: 16px;
    margin-bottom: 15px;
}

.price span {
    font-family: Inter;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(24, 16, 89, 1);
}

.credits {
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    color: #625c8e !important;
}

.credits-light {
    color: rgba(255, 255, 255, 1) !important;
}

.price-light {
    color: rgba(255, 255, 255, 1) !important;
}

.price-light span {
    color: rgba(255, 255, 255, 1) !important;
}

.card-content-light {
    color: rgba(255, 255, 255, 1) !important;
}

.card-content-light h2 {
    color: rgba(255, 255, 255, 1) !important;
}

.card-container-dark-bg {
    background-color: rgba(0, 0, 0, 1) !important;
}

.cards-dark-btn {
    background: linear-gradient(
        89.78deg,
        #89ffbf 10.26%,
        #a4fa84 53.53%,
        #b3a7ff 100%
    ) !important;
}

.cross-content {
    color: #4c4c4c !important;
}

.cards-button {
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border: 0px;
    border-radius: 8px;
    background-color: rgba(242, 242, 242, 1);
    padding: 14px 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-button {
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border: 0px;
    border-radius: 8px;
    background-color: rgba(242, 242, 242, 1);
    padding: 14px 0px;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.cards-button:hover {
    background-color: rgba(79, 209, 197, 1);
    color: rgb(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    text-decoration: none;
}

.pricing-bundles-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.pricing-bundles-section h2 {
    font-family: Arial;
    font-size: 34px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.9599999785423279px;
    color: rgba(0, 0, 0, 1);
}

.pricing-bundles-section p {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    margin-top: 18px;
    max-width: 632px;
    text-align: center;
}

.pricing_and_billing {
    background-color: rgba(249, 250, 251, 1);
    padding: 70px 0px;
}
.learn-more-btn a {
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.learn-more-btn {
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.learn-more-btn img {
    width: 16px;
    height: auto;
    object-fit: contain;
}

.learn-more-btn a:hover {
    text-decoration: none;
}

.start-tracing-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.brand-name {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.3199999928474426px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
}

.start-tracking-section-side-content h2 {
    font-family: Arial;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.800000011920929px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 16px;
}

.start-tracking-section-side-content p {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    max-width: 420px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .api-access-card {
        flex: 1 1 calc(25% - 20px);
    }

    .api-access-card-container {
        gap: 20px;
    }

    .start-free-trail p {
        font-size: 20px !important;
    }
    .start-free-trail img {
        width: 22px !important;
        height: 22px !important;
        object-fit: contain !important;
    }
}

@media screen and (max-width: 992px) {
    .api-access-card {
        flex: 1 1 calc(33.33% - 20px);
    }
    .third-trail {
        display: none !important;
    }
    .nav-section .container {
        padding: 0 20px !important;
    }
    #navbarNav ul {
        gap: 18px;
        margin-top: 18px;
    }
    .signup-btn {
        display: block;
    }
    .login-btn {
        padding: 10px 9px;
    }
    .hero-section {
        padding: 0px;
    }
    .hero-section div {
        padding: 0px;
        padding-bottom: 70px;
    }
    .content,
    .Heading,
    .lead {
        text-align: start !important;
    }
    .content {
        padding: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .api-access-card {
        flex: 1 1 calc(50% - 20px);
    }
    .second-trail {
        display: none !important;
    }
    .start-tracking-section-side-content {
        margin-bottom: 50px !important;
    }
    .packages-lines {
        flex-wrap: unset !important;
        justify-content: flex-start !important;
    }
    .hero-section .text-center img {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .api-access-card {
        flex: 1 1 calc(100% - 20px);
        max-width: none;
    }

    .gap-icon {
        display: none;
    }

    .api-accesss-subheading h2 {
        font-size: 28px !important;
    }
    .start-tracking-section-side-content h2 {
        font-size: 28px !important;
        margin-bottom: 16px !important;
    }
    .start-tracking-section-side-content p {
        margin-bottom: 5px !important;
    }
    .pricing-bundles-section h2 {
        font-size: 28px !important;
    }
    .pricing-bundles-section {
        align-items: flex-start !important;
    }
    .short-desc span {
        margin-right: 6px !important;
    }
    .footer-logo {
        justify-content: flex-start !important;
    }
    .custom-link {
        text-align: start !important;
    }
    .custom-ul li {
        text-align: start !important;
    }
    .custom-row {
        margin-top: 0px !important;
    }
    .packages-lines {
        justify-content: flex-start !important;
    }
    .api-access-section {
        margin-top: 50px;
    }

    
}
