﻿@font-face {
    font-family: 'inter-regular';
    src: url('../../fonts/inter/inter-regular.otf') format('opentype');
}
@font-face {
    font-family: 'inter-medium';
    src: url('../../fonts/inter/inter-medium.otf') format('opentype');
}
@font-face {
    font-family: 'inter-semibold';
    src: url('../../fonts/inter/inter-semibold.otf') format('opentype');
}
@font-face {
    font-family: 'inter';
    src: url('../../fonts/inter/inter-light-beta.otf') format('opentype');
}
.dark_button {
    background-color: #1D1D1D !important;
    height: 40px !important;
    border: #1D1D1D !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    color: #1d1d1d;
    font-family: 'inter-medium', 'inter-regular';
}


    .dark_button:hover,
    .dark_button:focus,
    .dark_button:active {
        background: #1D1D1D !important;
        color: #fff !important;
    }
.card .Homepage_container {
    font-size: 16px;
    font-family: 'inter-regular';
    color: rgba(29, 29, 29, 0.5);
}
.text-block .Homepage_container {
    font-size: 16px;
    font-family: 'inter-regular';
    color: rgba(29, 29, 29, 0.5);
}
.new_top_bar .container_inner {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.heading {
    font-size: 58px;
    font-family: 'inter-semibold';
    color: rgba(34, 45, 57, 1);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 10px;
    padding-bottom: 15px;
    letter-spacing: -1px;
    line-height: 70px;
}
.semitext {
    font-size: 16px; /* exact font size */
    font-family: 'inter';
    font-weight: 400; /* normal weight */
    
    color: rgba(29, 29, 29, 1);
    text-align: center; /* center align under the title */
    margin-top: 1.25rem; /* space between heading and subtitle */
    line-height: 1.6; /* comfortable reading */
    letter-spacing: 0; /* clean, modern look */
    padding: 0rem 1.5rem;
}
.top_bg {
    width: 100%;
    float: left;
    background-image: url(../../img/top_bg.jpg);
    background-size: cover;
    background-color: rgba(29, 29, 29, 0.03);
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: -70px;
    padding-top: 50px;
}
.new_top_bar {
    position: sticky;
    top: 0px;
    z-index: 99;
    background-color: transparent;
    transition: 1s;
}
.features {
    text-align: center;
    margin-bottom: 80px;
}

    .features h2 {
        font-size: 1.8rem;
        font-weight: 600;
        color: #111827;
    }

    .features .card-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        max-width: 1170px;
        margin: 30px auto;
        padding: 0 20px;
    }
    .rt_pd {
        padding-top:45px;
    }
.rttm_text_block {
    width: 100%;
    float: left;
    padding-top:20px;
}
.card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    border: 0px;
    box-shadow: 0px 5px 20px 5px #919EAB17;
}

    .card img {
        height: 40px;
        margin-bottom: 10px;
    }

    .card h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        color: #1e1e2f;
        margin-top: 15px;
    }

    .card p {
        font-size: 0.9rem;
        color: #666;
    }
.features .card {
    display: flex;
    gap: 20px;
}
.size_title {
    color: rgba(29, 29, 29, 1);
    font-size: 35px;
    font-family: 'inter-medium';
}
.size_title2 {
    color: rgba(6, 11, 19, 1);
    font-size: 20px;
    font-family: 'inter-medium';
}
.size_title3 {
    color: rgba(29, 29, 29, 1);
    font-size: 16px;
    font-family: 'inter';
}
.graph-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 20px;
    max-width: 1170px;
    margin: 0 auto;
    gap: 30px;
}
.text-block {
    flex: 1 1 400px;
}

    .text-block h4 {
        color: #888;
        font-size: 0.9rem;
    }

    .text-block h2 {
        font-size: 36px;
        margin: 10px 0;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .text-block span {
        color: #2c53ff;
        font-weight: bold;
    }

    .text-block p {
        color: #555;
        margin-top: 10px;
        max-width: 400px;
    }

.graph-block {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .graph-block img {
        width: 100%;
        max-width: 615px;
    }

.bar-chart, .line-chart {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

    .line-chart .value {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .line-chart span {
        color: #2c53ff;
    }
.display {
    display: flex;
    align-items: center;
}
.icon-text {
    display: flex; /* puts children side by side */
    align-items: center; /* vertically centers svg & text */
    gap: 15px; /* adds space between them */
    margin-bottom: 15px;
}
.icon-text p {
        margin: 0; /* removes default paragraph spacing */
}
.bg {
    width: 100%;
    float: left;
    background-image: url('../../img/top_bg.png');
    background-size: cover;
    background-color: rgba(29, 29, 29, 0.03);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.features-column {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 10px;
}
.features-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 600px; /* optional */
}
.content-left {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ===== Footer styles (based on your navbar structure) ===== */
.new_footer_bar {
    background: #1D1D1D; /* dark bar */
    color: #ffffff;
}

    .new_footer_bar .container_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 16px 10px; /* matches the navbar vertical rhythm */
    }

    .new_footer_bar .footer_brand svg {
        display: block;
        height: 26px;
        width: auto;
    }

    .new_footer_bar .footer_tagline {
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.75); /* softer center text like the screenshot */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new_footer_bar .footer_copy {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.65);
        white-space: nowrap;
    }
.graph_custom .display {
    padding: 30px 0px;
}
.pt_image_cont {
    width:100%;
    float:left;
}
.pt_image_cont img {
    max-width: 400px !important;
    float: right;
}
.ad_image_cont {
    width: 100%;
    float: left;
    padding-top: 10px;
    overflow: hidden;
}
    .ad_image_cont img {
        width: 130% !important;
    }
.features_right_width {
    width: calc(100% - 50px);
}
.pt_features .card {
    margin-bottom: 35px;
    padding: 25px 30px;
}
.pt_features .card:first-child {
    margin-top:20px !important;
}
.pt_features .card:last-child {
    margin-bottom:0px !important;
}
.ad_margin {
    width: 100%;
    float: left;
    margin: 60px 0px;
}
.devide_top_img {
    width: auto;
    margin-top: 40px;
}
.desktop_none_img {
    display: none;
}
.icon-text svg {
    width:20px;
    height:20px;
}
.aut_tel_block {
    width:100%;
    float:left;
}
.aut_tel_head {
    width: 100%;
    float: left;
    color: rgba(29, 29, 29, 0.5);
    font-size:12px;
}
.aut_tel_img {
    width: 100%;
    float: left;
    display: flex;
    gap: 10px;
}
.pt_img_block {
    display:none;
}
.top_bg_color {
    background-color: #fff !important;
    box-shadow: 2px 2px 8px #ebebeb;
}
.aut_tel_img svg {
}
/* Stack nicely on small screens */
@media (max-width: 640px) {
    .top_bg {
        background-position-x: center;
    }
    .pt_img_block {
        width: 100%;
        float: left;
        display: block;
        padding: 20px 0px;
        overflow: hidden;
        height: 420px;
    }

    .dni_margin {
        margin: 30px 0px;
    }
    .icon-text {
        display: unset;
        width: 100%;
        float: left;
    }
        .icon-text svg {
            float:left;
        }
    .icon_text_right {
        width: calc(100% - 25px);
        float: left;
        padding-left: 5px;
    }
    body {
        overflow-x: hidden;
        width: 100%;
        float: left;
    }
    .features {
        width: 100%;
    }
    .heading {
        font-size: 35px;
    }
    .graph-section {
        display: unset;
        width: 100%;
        float: left;
    }
    .pt_image_cont img {
        max-width:100% !important;
    }
    .devide_top_img {
        width: 100%;
        margin-top: 0px;
    }
    .new_footer_bar .container_inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .new_footer_bar .footer_tagline,
    .new_footer_bar .footer_copy {
        white-space: normal;
    }
    .new_footer_bar {
        width: 100%;
        float: left;
    }
    .size_title {
        font-size: 30px;
        line-height: 34px;
    }
    .backdrop {
        padding-bottom:30px;
    }
    .features-container {
        display:unset;
    }
    .features-column {
        display: unset;
    }
    .Homepage_container .backdrop:last-child {
        padding-bottom:0px !important;
    }
    .device_none_img {
        display: none;
    }
    .desktop_none_img {
        width:100%;
        display:block;
    }
}

.backdrop {
    width: 100%;
    float: left;
    background-size: cover;
    background-color: rgba(29, 29, 29, 0.03);
    padding-top: 50px;
}

