html,
body {
    font-family: 'Geologica', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.trusted-box h3 {
        font-size: calc(1.3rem + .6vw);
}


.hero {
    background: linear-gradient(190deg, #f3f3ff 0%, #eaeaff 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    position: relative;

}

h1 {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 62px;
    color: #6675D7;
}


#mainNavbar {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}

.btn-nav-shell {
    padding-right: 80px;
}

.btn-nav {
    font-size: 20px;
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
}


body {
    padding-top: 0 !important;
}

@media (min-width: 1000px) {
    .navbar-brand {
        padding-left: 100px;
    }
}


.navbar-brand img {
    height: 58px;
    width: auto;
}

.btn-outline-primary {
    border-color: #6675D7;
    color: #6675D7;
}

.btn-outline-primary:hover {
    background-color: #6675D7;
    color: #fff;
}

.graph {
    width: 947px;
    height: 613px;
    position: relative;
    left: -150px;
    top: 20px;
}

.freebut {
    background-color: #42C79F;
    color: white;
    border-radius: 999px;
    border: none;
    padding: 12px 32px;
    font-size: 1.1rem;
    width: 226px;
    height: 59px;
    align-content: center;
}

.freebut:hover {
    background-color: #42C79F;
    color: white;
    box-shadow: 0 0px 38px rgba(66, 199, 159);
    /* green glow */
    transition: box-shadow 0.3s ease;
}

.btn-hero {
    padding: 10px 45px !important;
}

.btn-hero:hover {
    color: white;
    background-color: #6675D7;
}

.herotext {
    position: relative;
    padding-left: 120px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #24252C;
}

    .highlighted-price-half {
        /* This creates a gradient that's solid color for the top 50% and transparent for the bottom 50% */
        background-image: linear-gradient(to bottom, #F8ECC2 90%, transparent 50%);
        background-repeat: no-repeat;
        /* Adjust background-size to control the height of the highlighted portion.
           The '100% 50%' means 100% width, 50% height. */
        background-size: 100% 70%;
        background-position: bottom; /* This positions the highlight at the bottom of the text */
        display: inline; /* Ensure it behaves like text */
        padding: 0; /* Maintain padding if desired */
        box-decoration-break: clone; /* Important for multi-line text to apply highlight to each line */
    }
    
.trusted-box {
    background: white;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    margin-top: -80px;
    z-index: 2;
    position: relative;
    padding: 20px 0;
}

.trusted-box .flex-wrap {
    flex-wrap: nowrap !important;
}

.trusted-box img {
    height: 57px;
}

.features-section {
    margin-top: 60px;
}

.features-section hr {
    opacity: 0.2;
}

.features-section h2 {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #6675D7;
}

.feature-scroll-container {
    overflow-y: auto;
    max-height: 500px;
    /* Adjust height as needed */
    padding-right: 10px;
    margin-bottom: 25px;
}

/* Hide scrollbar (WebKit) */
.feature-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar (Firefox) */
.feature-scroll-container {
    scrollbar-width: none;
}

/* Optional smoother scroll and spacing fix */
.feature-scroll-container {
    -ms-overflow-style: none;
    /* IE/Edge */
    overscroll-behavior: contain;
}

.features-subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.phone-img {
    width: 654px;
    height: 721px;
    position: relative;
    left: -120px;
}

.feature-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.feature-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.feature-desc {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.color-box {
    background-color: #f8f8ff;
    border-radius: 25px;
    margin: -20px 20px;
    padding: 60px;
}

/* section 3 carousel */
.audience-heading {
    font-size: 40px;
    line-height: 46px;
    color: #6675D7;
    font-weight: 500;
    margin-bottom: 15px;
}

.audience-subheading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.audience-card {
    width: 570px;
    background: #f8f8ff;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    flex-shrink: 0;
}

.scroll-container {

    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.carousel-arrow.left {
    left: -20px;
}

.carousel-arrow.right {
    right: -20px;
}

.card-image-wrapper {
    width: 100%;
    height: 381px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    padding: 25px;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.audience-section h5 {
    font-size: 24px;
    line-height: 27px;
}

.audience-section .text-muted,
.audience-section .list-unstyled li {
    font-size: 18px;
    line-height: 25px;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    background-image: url('images/shield-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.carousel-arrow {
    background-color: #F5F4F9;
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-arrow img {
    width: 56px;
    height: 56px;
}

/* feuture cards sections */

.features-cards h4 {
    font-size: 32px;
    line-height: 37px;
}

.features-cards ul li {
    font-size: 18px;
    line-height: 25px;
    color: #24252C;
    font-weight: 300;
}

.features-cards p {
    font-size: 18px;
    line-height: 25px;
    color: #24252C;
    font-weight: 300;
}

.feature-img {
    width: 717px;
    height: 385px;
}

.features-cards h2 {
    font-size: 40px;
    line-height: 46px;
}

.features-cards .bg-light {
    border: 1px solid #e5e5f0;
}


.works-section {
    background-color: #586AE2;
    border-radius: 65px;
    color: white;
}

.works-section h2 {
    font-size: 40px;
    line-height: 46px;
}

.works-section h5 {
    font-size: 32px;
    line-height: 37px;
}

.min {
    font-size: 20px;
    line-height: 26px;
}

.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 96px;
    height: 96px;
}

.step {
    font-size: 20px;
    line-height: 37px;
}

.works-section ul li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.sec-work-pad {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.text-medium {
    font-weight: 500;
}

/* TABLE SECTION */


.table-advantages {
    background-color: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    /* Ensures rounded corners are visible */
}

.table-advantages th,
.table-advantages td {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 15px;
    border: none !important;
}

.table-advantages th {
    font-weight: 500;
}

.table-advantages td {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5f0;
    /* This will make the borders oval */
}

.table-advantages tr {
    border-radius: 25px;
}

.table-advantages tbody tr:nth-child(even) td {
    background-color: transparent;
}

.table-advantages tbody tr td:first-child {
    text-align: left;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.table-advantages tbody tr td:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.table-advantages .greenshield-icon {
    width: 31px;
    height: 31px;
}

.table-advantages .cross-icon {
    width: 26px;
    height: 26px;
}

.table-header {
    font-size: 40px;
    line-height: 62px;
}

.table-1 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.custom-padding {
    padding-top: 4rem;
    /* Vertical padding top */
    padding-bottom: 4rem;
    /* Vertical padding bottom */
    padding-left: 6rem;
    /* Horizontal padding left */
    padding-right: 6rem;
    /* Horizontal padding right */
}

.logo-table {
    width: 152px;
    height: 44px;
}


.table-advantages th:nth-child(2) {
    background-color: #6675D7;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.table-advantages tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #EAE6FA !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.table-advantages td:nth-child(2) {
    background-color: #f9f9f9;
    border-left: 1px solid #EAE6FA !important;
    border-right: 1px solid #EAE6FA !important;
}


.table-advantages th:nth-child(1),
.table-advantages td:nth-child(1) {
    width: 35%;
}

.table-advantages th:nth-child(2),
.table-advantages td:nth-child(2) {
    width: 20%;
}

.table-advantages th:nth-child(3),
.table-advantages td:nth-child(3) {
    width: 20%;
}

.table-advantages th:nth-child(4),
.table-advantages td:nth-child(4) {
    width: 10%;
}


/*reviews section*/
#testimonialCarousel {
    scrollbar-width: none;
    -ms-overflow-style: none;

}

#testimonialCarousel::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.testimonials-section {
    background-color: #f5f4f9;
    border-radius: 60px;
    margin: 0 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.testimonials-heading {
    color: #6675D7;
    font-size: 40px;
    line-height: 46px;
    margin-right: 30px;
}

.testimonials-section p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.testimonials-section h5 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
}

.quote-icon {
    width: 40px;
    height: auto;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 681px;
    max-width: 700px;

}

.testimonial-card .text-warning {
    margin-top: auto;
}


.testimonial-carousel-wrapper {
    position: relative;
}

.testimonial-carousel-wrapper::before,
.testimonial-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.testimonial-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f5f4f9 0%, rgba(245, 244, 249, 0) 100%);
}

.testimonial-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f5f4f9 0%, rgba(245, 244, 249, 0) 100%);
}

.stars {
    font-size: 1.8rem;
}

/* pricing-section */
.pricing-section h2 {
    color: #6675D7;
    font-size: 42px;
    line-height: 62px;
}

.pricing-section p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}


@media (min-width: 768px) {
    .arrow-allign-test{
    margin-left: 26px;
    }
}


.plans {
    font-size: 32px;
    line-height: 62px;
}

.pricing-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
    background-color: #ffffff;
}

.pricing-table {
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 2px 6px rgba(0, 0, 0, 0.06);
    border-collapse: separate;
    border-spacing: 0;
    width: 99%;
}

.pricing-table td {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    background-color: #f9f9f9;
    border: none;
    /* This will make the borders oval */
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.pricing-table tr {
    border-radius: 25px;
}

.pricing-table tbody tr:nth-child(even) td {
    background-color: transparent;
}

.pricing-table tbody tr td:first-child {
    text-align: left;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.pricing-table tbody tr td:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pricing-table th,
.pricing-table td {
    border: none;
}

/* New section after the table */
/* Info Boxes */
.pricing-info {
    background-color: #EEF0FF;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 6px 20px rgba(0, 0, 0, 0.08),
        0 12px 30px rgba(0, 0, 0, 0.05);
    margin-top: -32px;
    margin-left: 10px;
    width: 99%;
}

.info-box {
    padding: 20px;
    padding-top: 35px;
    display: flex;
    border-radius: 10px;
}

.info-box h5 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    color: #333;
    margin-left: 20px;
}

.info-box p {
    font-size: 18px;
    line-height: 25px;
    margin-left: 20px;
}

.info-box img {
    width: 95px;
    height: 95px;
}

.text-black {
    color: black !important;
}

.btn-buy {
    font-size: 20px;
    line-height: 30px;
    border-radius: 25px;
}

.pricing-table td:nth-child(2),
.pricing-table td:nth-child(3),
.pricing-table td:nth-child(4),
.pricing-table th:nth-child(2),
.pricing-table th:nth-child(3),
.pricing-table th:nth-child(4) {
    border-left: 1px solid #EAE6FA !important;
    border-right: 1px solid #EAE6FA !important;
}



/* section faqs */
.accordion-button {
    background-color: #f9f9ff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #24252C;
    border-radius: 25px !important;
    transition: all 0.3s ease;
    padding: 30px 60px;
}

.btn-faqs {
    border-color: #6675D7;
    color: #6675D7;
    font-size: 20px;
    line-height: 30px;
    padding: 14px 40px !important;
    margin-bottom: 10px;
}

.btn-faqs:hover {
    background-color: #6675D7;
    box-shadow: 0 12px 38px rgba(102, 117, 215, 0.55);
    color: white;
    /* keep text white */
}

.accordion-button::after {
    display: none !important;
}


.accordion-button:not(.collapsed) {
    background-color: #eef0ff;
    color: #6675D7;
    box-shadow: none;
    border-radius: 1rem 1rem 0 0 !important;
}

.accordion-body {
    padding: 30px 60px;
    background-color: #f9f9ff;
    border-top: 1px solid #EAE6FA;
    border-radius: 0 0 1rem 1rem;
    font-size: 16px;
    font-weight: 300;
    color: #444;
}

/* Custom Icon Styling */
.faq-toggle-icon {
    width: 35px;
    height: 35px;
    transition: 0.3s ease;
}

/* Change to minus when open */
.accordion-button:not(.collapsed) .faq-toggle-icon {
    content: url("images/minus-icon.png");
}

.accordion-button .text-faqs {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    /* optional: makes it more prominent */
    color: #24252C;
    /* optional: matches your body text color */
}

.text-faqs-collapse {
    font-size: 18px;
    line-height: 25px;
}

.section-faqs h6 {
    font-size: 20px;
    line-height: 46px;
    margin-bottom: -14px !important;
}

.section-faqs h2 {
    font-size: 40px;
    line-height: 62px;
}

.section-faqs p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

#faqAccordion {
    max-width: 1100px;
    /* or try 850px, 800px, adjust to your taste */
    margin: 0 auto;
    /* centers it */
}

.bg-primary-light {
    background-color: #6675D7;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.bg-primary-light::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
    z-index: 0;
}

.cta-final .text-white,
.cta-final .btn {
    position: relative;
    z-index: 1;
}

.cta-final {
    padding-top: 3rem;
}

.cta-final h2 {
    font-size: 40px;
    line-height: 62px;
}

.cta-final p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.cta-final-inner {
    padding-left: 6rem;
    padding-right: 6rem;
}

.custom-padding-final {
    padding-left: 6rem;
    padding-right: 6rem;
}

.freebut-blue {
    background-color: #ffffff;
    border-radius: 999px;
    border: none;
    padding: 12px 32px;
    font-size: 20px;
    line-height: 30px;
    width: 226px;
    height: 59px;
    align-content: center;
    color: #6675D7;
    /* make sure your text is the purple */
    transition: box-shadow .3s ease;
    /* smooth hover effect */
}

/* override Bootstrap’s grey hover and add a white glow */
.freebut-blue:hover,
.freebut-blue:focus {
    background-color: #ffffff !important;
    /* keep it white */
    color: #6675D7 !important;
    /* keep your purple text */
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.8);
    /* white glow around */
    text-decoration: none;
    /* no underline/grey text */
}

.text-final {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}



@media (max-width: 1000px) {

    .cont-mob {
        padding-top: 30px !important;
    }

    .hero {
        padding-top: 140px;
        padding-bottom: 0px;
    }

    .hero-overlay {
        position: relative;
        z-index: 1;
    }

    /* hero section */
    .container {
        max-width: 100% !important;
    }


    .graph {
        width: 386px !important;
        height: 264px !important;
        position: relative !important;
        left: -20px !important;
        top: 0 !important;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .herotext {
        padding-left: 40px;
        padding-right: 40px;
        left: 0 !important;
    }


    .navbar img {
        width: auto;
        height: 58px;
    }

    .herotext h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .herotext p {
        font-size: 18px;
        line-height: 25px;
    }

    .features-list li span {
        text-align: left !important;
    }

    .trusted-box .flex-wrap {
        flex-wrap: wrap !important;
    }


    /* section2 feautures */
    .features-list {
        font-size: 18px;
        line-height: 25px;
    }

    .color-box {
        padding: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 0px 0px;
    }


    .features-section h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .phone-img {
        display: none !important;
        width: auto;
        height: 377px;
        left: 0;
    }

    .phone-mobile-sec2 {
        display: inline-block !important;
        width: auto;
        height: 377px;
        left: 0;
    }

    .feature-scroll-container {
        max-height: none;
    }

    /* section3 audience */

    .audience-section {
        padding-left: 18px;
        padding-right: 10px;
    }

    .header-body {
        text-align: center !important;
        padding-left: 45px;
        padding-right: 45px;
        margin-bottom: 25px !important;
    }

    .audience-heading {
        font-size: 24px;
        line-height: 27px;
    }

    .audience-subheading {
        font-size: 18px;
        line-height: 25px;
    }

    .audience-section h5 {
        font-size: 24px;
        line-height: 27px;
    }

    .audience-card {
        scroll-snap-align: start;
        flex: 0 0 auto;
        /* ensure cards don't shrink */
        width: 100%;
        margin: 0px auto;
    }

    .card-image-wrapper {
        height: 250px;
        /* Προσαρμογή ύψους εικόνας για κινητά */
        padding: 15px;
    }

    .mobile-hide {
        display: none;
    }

    /* section4 features-card */
    .features-cards h2 {
        font-size: 24px;
        line-height: 27px;
    }


    .features-cards h4 {
        font-size: 24px;
        line-height: 27px;
    }


    .feature-img {
        width: auto;
        height: auto;
    }

    /* section4-works */
    .min {
        font-size: 20px;
        line-height: 46px;
    }

    .works-section h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .sec-work-pad {
        padding-left: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .works-section h5 {
        font-size: 24px;
        line-height: 27px;
    }

    /* section5firsttable */
    .table-header {
        font-size: 24px;
        line-height: 27px;
    }

    .table-1 p {
        font-size: 18px;
        line-height: 25px;
    }

    .custom-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }


    .table-advantages th {
        font-size: 12px;
        line-height: 15px;
        padding: 5px;
    }

    .table-advantages td {
        font-size: 16px;
        line-height: 19px;
        padding: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-table {
        width: 75px;
        height: auto;
    }

    .testimonials-section {
        background-color: #f5f4f9;
        border-radius: 60px;
        margin: 0 0px;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    /* section6testimoninals */
    .testimonials-heading {
        font-size: 24px;
        line-height: 27px;
    }

    .testimonial-carousel-wrapper::before,
    .testimonial-carousel-wrapper::after {
        display: none;
    }

    #testimonialCarousel {
        padding-left: 0.1rem !important;
        padding-right: 0 !important;
    }

    .testimonial-card {
        min-width: 95%;
        max-width: 95%;
        scroll-snap-align: start;
        flex: 0 0 auto;
        /* ensures they don't shrink */
    }

    .testimonials-section h5 {
        font-size: 24px;
        line-height: 27px;
    }

    .testimonial-card.last-card {
        margin-right: 0 !important;

    }

    #testimonialCarousel {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-right: 0 !important;
    }

    /*section8 faq*/
    .section-faqs h6 {
        margin-bottom: 0px !important;
    }


    .section-faqs h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .section-faqs p {
        font-size: 18px;
        line-height: 25px;
    }

    .accordion-button .text-faqs {
        font-size: 24px;
        line-height: 27px;
    }

    .accordion-button {
        padding: 30px 12px;
    }

    .accordion-body {
        padding: 20px 20px;
    }


    /*lastsection*/
    .cta-final h2 {
        font-size: 24px;
        line-height: 27px;
        text-align: center;
    }

    .cta-final p {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .custom-padding-final {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .cta-final-inner {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .img-cta {
        margin-right: 20px;
        height: 430px;
    }


    .cta-final-text {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }


    .text-final {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .freebut-blue {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* pricing section table2 good luck */
    .pricing-section h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .pricing-section p {
        font-size: 18px;
        line-height: 25px;
    }

    .pricing-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 0rem;
        padding-right: 0rem;
        background-color: #ffffff;
    }

    .pricing-table td {
        font-size: 16px;
        line-height: 19px;
    }

    .plans {
        font-size: 16px;
        line-height: 62px;
    }

    .btn-buy {
        font-size: 10px;
        line-height: 15px;
    }

    .num-price {
        font-size: 12px;
        line-height: 16px;
    }

    .pricing-table {
        margin-top: 10px;
        margin-left: 5px;
        padding: 0px;
        border-radius: 33px;
        margin-bottom: 40px;
    }



    .no-scrollbar {
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE & Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .no-scrollbar::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    

    .pricing-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }

    .table-responsive {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .pricing-header {
        padding-left: 35px;
        padding-right: 35px;
    }

    .info-box h5 {
        margin-left: 0px;
    }

    .info-box p {
        text-align: start;
    }


    .dropdown-menu {
        white-space: normal;
        max-width: 90vw;
        /* prevents going off-screen */
    }

    .dropdown-item {
        font-size: 0.85rem;
        /* optional - slightly smaller */
    }


    .soft-dashed-hr {
        border: none;
        border-top: 2px dashed rgba(0, 0, 0, 1);
        /* light purple-ish */
    }

    .trusted-box h3 {
        font-size: calc(1.3rem + .6vw);
}

}

@media (min-width: 1290px){
.last-sec-phone{
    width: 687px;
    height: auto;
}
}

@media (min-width: 1001px) and (max-width: 1250px) {
    .trusted-box h3 {
        font-size: 14px;
    }
}

@media (min-width: 1251px) and (max-width: 1650px) {
    
    .phone-img {
    width: 554px;
    height: auto;
    position: relative;
    left: -50px; 
}


}
@media (min-width: 1000px) and (max-width: 1250px) {
.feature-img {
    width: auto;
    height: 540px;
}
}

@media (min-width: 768px) and (max-width: 1290px) {
.last-sec-phone {
        width: 400px;
        height: auto;
}

    .cta-final h2 {
        font-size: 24px;
        line-height: 27px;
        text-align: center;
    }
.freebut-blue {
            margin-left: 30px;
}

    .herotext h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .phone-img {
    width: 454px;
    height: auto;
    position: relative;
    left: -50px;
}
}


@media (min-width: 768px) and (max-width: 1000px) {
.navbar-brand {
        padding-left: 100px;
    }
    .features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-list li {
    text-align: left; /* Ensures normal text flow */
    max-width: 500px; /* Optional: for controlling the width of each item */
}
}


@media (min-width: 1001px) and (max-width: 1199px) {
    .graph {
        width: 650px;
        height: auto;
    }

    .herotext {
    padding-left: 0px;
}

    .features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.features-list li {
    text-align: left; /* Ensures normal text flow */
    max-width: 500px; /* Optional: for controlling the width of each item */
}

}

@media (min-width: 1200px) and (max-width: 1650px) {
.graph {
    width: 707px;
    height: auto;
    position: relative;
    left: -80px;
    top: 20px;
}


}