#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* Ensure the loader is above other content */
}

.capitalize-first-letter {
    text-transform: lowercase; /* Makes all letters lowercase */
}

.capitalize-first-letter:first-letter {
    text-transform: capitalize; /* Capitalizes only the first letter */
}

.btn {
    margin: 0px;
}

.iconsOnHover:hover .img1 {
    transform: rotate(15deg) translate(10px, -10px);
    /* Rotate by 15 degrees and move to top-right */
}

.RightBoxSignup {
    background: linear-gradient(to bottom left, rgba(158, 46, 134, 0.8) -150%, rgb(37, 27, 49) 65%);
    border-radius: 0px 10px 10px 0px;
    /* border: 1px solid; */
}

.or-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.line {
    height: 2px;
    width: 40%;
    /* Adjust the width as needed */
    background-color: #ccc;
    margin: 0 10px;
    /* Adds space around the 'ODER' text */
}

.or-text {
    font-size: 16px;
    /* Adjust size as needed */
    color: #666;
    /* Adjust color as needed */
}

.custom-checkbox label {
    margin-left: 0px;
    padding: 2px;
}

.googleBtn {
    /* padding: 10px; */
    color: black;
    text-decoration: none;
    align-items: center;
    text-align: center;
    display: flex;
    border: 1px solid #ccc;
    /* margin-right: 5px; */
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.tenPlus {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 500;
    color: #ca9e3f;
}

.feature-box {
    padding: 20px;
    border-radius: 8px;
    background-color: transparent;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease-in-out; */
}

/* .feature-box:hover {
    transform: translateY(-10px);
} */

.feature-icon {
    font-size: 40px;
    color: #ca9e3f;
    margin-bottom: 15px;
}

.feature-title {
    /* font-family: Poppins; */
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;

    margin-bottom: 10px;
}

.feature-description {
    /* font-family: Poppins; */
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;

    color: #6c757d;
}

.highlighted-text {
    /* font-weight: bold; */
    font-size: 57px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    display: inline-block;
}

.signupcontainer {
    margin-top: 40px;
    margin-bottom: 40px;
}

.video_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 15px; /* Optional: For rounded corners */
}

.video_iframe {
    width: 100%;
    height: 400px;
    filter: blur(6px); /* To blur the iframe */
    pointer-events: none; /* Disable interaction with the iframe */
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
}

.play_button {
    background-color: #ca9e3f; /* Button color */
    padding: 15px 30px;
    border-radius: 13px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* transition: background-color 0.3s ease; */
    z-index: 10; /* Ensure the button stays on top */
}

.play_button span {
    font-size: 16px;
}


.containerQuote {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

/* Title Section */
.quote-section {
    margin-bottom: 40px;
}

.quote-title {
    position: relative;
    font-size: 57px;
    font-weight: 500;
    line-height: 1.4;
}

.author {
    font-size: 22px;
    /* font-style: italic; */
    color: #6e6d6d;
    margin-top: 10px;
}

/* Stats Grid */

.scroll-container {
    overflow-x: auto; /* Enables horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Improves scroll behavior on mobile */
    white-space: nowrap;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-gap: 20px; */
    min-width: 1000px; /* Set a minimum width to ensure content can scroll */
    width: 100%;
}


.stat-item h2 {
    font-size: 57px;
    font-weight: 600;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 18px;
    color: #777;
}

/* Styling for the button */
/* Button styling */
.stat-item {
    transition: all 0.3s ease; /* Faster transition */
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    white-space: normal;
    text-align: left;
    position: relative; /* Allows the button to be positioned relative to this container */
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between; /* Pushes content to top and button to bottom */
    height: 260px; /* Ensure it takes up full height of its container */
}

.stat-btn {
    display: none; /* Hidden by default */
    padding: 10px 20px;
    background-color: #ca9e3f;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    position: absolute; /* Ensures the button is at the bottom */
    bottom: 20px; /* Adjust this value to control the spacing */
    width: calc(40%); /* Matches the padding size of .stat-item */
    left: 20px; /* Aligns with the padding */
}

/* Show button on hover */
.stat-item:hover .stat-btn {
    display: block;
    animation: fadeInUp 0.4s ease-in-out;
}

/* Hover effect for the stat-item */


/* Border animation starting from the center */
.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%; /* Start at the center */
    height: 4px;
    width: 0; /* Initially hidden */
    background-color: #ca9e3f;
    transition: width 0.3s ease, left 0.3s ease; /* Smooth transition */
}

/* On hover, expand the border from the center */
.stat-item:hover::before {
    width: 100%; /* Full width on hover */
    left: 0; /* Move back to the start */
}

/* Show button on hover with animation */
.stat-item:hover .stat-btn {
    display: block; /* Show button on hover */
    animation: fadeInUp 0.4s ease-in-out; /* Faster fade-in */
}

.cardBody {
    font-family: poppins;
    /* font-size: 1.5rem; */
    /* font-weight: 550; */
    line-height: normal;
    color: #000000;
    text-align: left;

}

/* Faster fade-in animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px); /* Smaller distance */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item h2 {
        font-size: 1.7rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .author {
        font-size: 13px;
        font-style: italic;
        color: #555;
        margin-top: 10px;
    }

    .stat-btn {
        width: 100%;
        display: block;
        margin-top: 0; /* No margin in mobile view */
    }

    .stat-item {
        height: 256px;

        width: 254px;
        justify-content: flex-end;
        text-align: center; /* Center content for mobile */
    }

    .stat-item:hover .stat-btn {
        animation: none; /* Disable animation for mobile */
    }

    .stat-btn {
        margin-bottom: 10px; /* Position button above heading */
    }
}

/* Pricing Table */

.pricing-table {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
}

.pricing-options {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pricing-option {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    flex: 1;
}

.plan-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.plan-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    height: 100px;
}

.price {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    color: #222;
}

.price .currency {
    font-size: 24px;
    vertical-align: top;
}

.price .amount {
    font-size: 42px;
}

.price .per {
    font-size: 18px;
    vertical-align: top;
    color: #666;
}

.cta-button {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}

.cta-button:hover {
    background: #ca9e3f;
}

.cta-button2 {
    width: 100%;
    background-color: #ca9e3f;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}

.cta-button2:hover {
    background: #8F702D;
    color: white;
}

#dynamicBTN:hover {
    background-color: #8F702D;
    border-radius: 8px;
    /* Color on hover */
}

.fragenFont {
    font-size: 21px

}

.cta-option {
    font-size: 14px;
    color: #666;
}

.cta-option a {
    color: #000;
    text-decoration: underline;
}

.features {
    text-align: left;
    margin-top: 20px;
}

.features li {
    font-size: 13px;
    color: #666;
    margin: 10px 0;
}

.features li .new {
    background-color: #ca9e3f;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 5px;
    color: #fff;
}

.features li .soon {
    background-color: #ddd;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 5px;
    color: #666;
}

/* Custom Navigation Styles */
.custom-nav {
    background-color: #f5f5f5;
    padding: 15px;
    /* border-bottom: 1px solid #ddd; */
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left-section p {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.currency-dropdown {
    padding: 5px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-size: 14px;
}

.nav-right-section {
    background-color: #f5f5f5;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-btn {
    background-color: #eaeaea;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.nav-btn-monthly.active {
    margin: 5px;
    background-color: #ca9e3f;
    color: white;
}

.nav-btn-yearly {
    background-color: #f5f5f5;
}

.nav-btn-yearly .yearly-discount {
    color: black;
    font-size: 14px;
    margin-left: 5px;
}

.nav-btn.active {
    background-color: #ca9e3f; /* Active background color */
    color: #fff; /* Active text color */
}

.nav-btn:hover {
    background-color: #ca9e3f;
    color: #fff;
    transition: 0.3s;
}

.nav-btn .yearly-discount:hover {
    color: black;
    transition: 0.3s;
}

.nav-btn-yearly .yearly-discount:hover {
    color: black;
    font-size: 14px;
    margin-left: 5px;
}

.hero-section {
    background-color: #ca9e3f; /* Mustard yellow background */
    padding: 20px;
    height: 360px;
    text-align: center;
    color: #333; /* Dark text color */
    position: relative;
    border-radius: 20px; /* Optional: Rounded corners */
}

/* Image positioning */
.hero-image {
    position: absolute;
    width: 50px;
    height: auto;
}

.image-top-left {
    width: 10%;
    top: 5%;
    left: 7%;
}

.image-bottom-left {
    width: 4.5%;
    bottom: 10px;
    top: 65%;
    left: 6%;
}

.image-top-right {
    width: 10%;
    top: 10px;
    right: 10px;
}

.image-middle {
    width: 7%;
    top: 35%;
    left: 23%;
}

.image-bottom-right {
    width: 13%;
    bottom: 55%;
    right: 16%;
}

.image-bottom-right-brush {
    width: 8.8%;
    right: 13%;
}

.hero-text {
    font-size: 36px;
    font-weight: bold;
    margin-top: 30px;
}

.hero-subtext {
    font-size: 18px;
    margin-top: 10px;
}

.button {
    background-color: white;
    color: black;
    padding: 15px 30px;
    text-decoration: none;
    border: none;
    border-radius: 10px; /* Rounded button corners */
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

/* .button:hover {
    background-color: #333;
} */
/* Image now matches box width */
.image-Box {
    height: 90%;
    width: 100%; /* Ensures the image takes up the entire box width */
    border-radius: 10px; /* Matches the border radius of the box */
}

.imgAvatar {
    height: 100%;
    margin-right: 10px;
}

.section-title-uber {
    font-family: Poppins;
    font-size: 57px;
    font-weight: 600;
    /* color: #333; */
    margin-bottom: 30px;
}


.testimonial-box {
    height: 90%;
    background-color: #ca9e3f;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    flex: 0 0 300px; /* Fixed width for each box */
    margin-right: 10px; /* Reduced space between boxes */
    display: flex;
    flex-direction: column; /* This makes sure content is aligned vertically */
    justify-content: space-between; /* Spreads out content with space between top and bottom */
}

.testimonial-text {
    font-size: 18px;
    color: #fff;
    text-align: left;
    white-space: normal; /* Ensure text wraps properly */
    word-wrap: break-word; /* Break words when needed */
    line-height: 1.6; /* Adjust line height for readability */
    flex-grow: 1; /* Ensures that this text takes up remaining space */
}

.testiContainer {
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents the boxes from wrapping to the next line */
    padding-bottom: 20px;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For IE and Edge */
}

.testiContainer::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.testiRow {
    display: flex; /* Aligns the boxes in a row */
    flex-wrap: nowrap; /* Prevents the boxes from wrapping onto multiple lines */
}

.rating {
    font-size: 18px;
    color: #fff;
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    color: #fff;
}

.testimonial-role {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}

.testimonial-footer {
    margin-top: auto; /* Pushes the footer section to the bottom */
}


.fragen {
    font-family: Poppins;
    font-size: 57px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}

.FragenBg {
    background-color: #fff !important; /* Lighter background for the FAQ */
    padding: 30px;
    border-radius: 10px;
}


.card-header button {
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

.card-header button.collapsed::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 1.7rem;
}

.card-header button::after {
    content: '-';
    position: absolute;
    right: 0;
    font-size: 1.7rem;
}

.bg-primary {
    background-color: fff !important; /* Sets the background color */
}

.AppHolen {
    background-color: #ca9e3f !important; /* Lighter background for the FAQ */
    border-radius: 10px;
}

.faq {
    width: 15%;
    margin-top: -40px;
}

.FragenBg {
    background-color: #fff !important; /* Lighter background for the FAQ */
    padding: 30px;
    border-radius: 10px;
}

.card {
    margin-bottom: 1rem;
    border: none;
}

.card-header {
    background-color: transparent;

}

.comparison-section {
    padding: 60px 0;
    /* text-align: center; */
}

.comparison-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comparison-section .icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.comparison-section .list-group-item {
    border: none;
    padding: 10px 0;
    font-size: 16px;
}

.comparison-section .without-fineme {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 20px;
}

.comparison-section .with-fineme {
    border: 1px solid #ccc;

    background-color: #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
}

.register-btn {
    background-color: #e6b800;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 30px;
}


.hero-sectionPartner {
    padding: 50px 0;
}

.hero-sectionPartner h1 {
    font-size: 57px;
    font-weight: bold;
    margin-bottom: 20px;
    /* line-height: 1.2; */
}

.hero-sectionPartner h1 span {
    font-size: 57px;
    font-weight: bold;
    margin-bottom: 20px;
    /* line-height: 1.2; */
}

/* .highlight {
    background-color: #FFDD9E;
    padding: 5px;
    border-radius: 5px;
} */
.description {
    font-size: 16px;
    color: #666;
    text-align: left;
}

.image-wrapper {
    position: relative;
    width: 32vw; /* Adjust according to the viewport width for responsiveness */
    height: auto; /* Automatically adjust the height to maintain proportions */
}

.earth-image {
    width: 100%;
    border-radius: 50%; /* Makes it a circle */
}

.comworld-image {
    position: absolute;
    top: 50%; /* Centering vertically */
    left: 50%; /* Centering horizontally */
    transform: translate(-50%, -50%); /* Keep the image centered */
    width: 70%; /* Adjust size based on the parent element */
    height: auto;
    animation: spin 7s linear infinite; /* Infinite spinning animation */
}

/* Spin keyframes for a smooth GIF-like effect */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg); /* Start position */
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg); /* Full rotation */
    }
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .image-wrapper {
        margin-left: 10%;
        width: 80vw; /* Larger size on smaller screens */
    }

    .comworld-image {
        width: 70%; /* Adjust comworld size inside the circle */
    }
}

.demand-section {
    padding: 50px 0;
    text-align: center;
}

.demand-section h1 {
    font-size: 57px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.highlight {
    background-color: #FFDD9E;
    padding: 5px;
    border-radius: 5px;
}

.demand-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.bar {
    height: 20px;
    width: 300px;
    background: linear-gradient(to right, #E6E6E6, #FFDD9E, #B58639);
    border-radius: 10px;
}

.triangle {
    margin-top: -20px;
    font-size: 24px;
}

.demand-labels {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 10px auto 0;
}

.description {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.forPostion {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner img {
    height: 700px;
    /* Ensure images fill the carousel */
    /* Maintain aspect ratio */
    transition: transform 0.5s ease; /* Smooth transition effect */
}

/* Optionally, you can adjust the size of the carousel and prevent zoom effect */
.carousel-item {
    display: flex; /* Use flex to center images */
    justify-content: center; /* Center images horizontally */
    align-items: center; /* Center images vertically */
    height: 100%; /* Full height to keep images in place */
}

.phone-frame {
    position: relative;
    display: inline-block;
}

/* Optional: Adjust the arrows positioning if needed */
.arrow-left,
.arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13%; /* Adjust arrow size if necessary */
}

.arrow-left {
    left: 0%; /* Adjust the distance from the phone image */
}

.arrow-right {
    right: 0%; /* Adjust the distance from the phone image */
}

/* For mobile view, arrows appear below the phone image */
.arrows-mobile img {
    width: 20%; /* Adjust the size of the mobile arrows if necessary */
}


/* Responsive Styles */
@media (max-width: 768px) {
    .warumImage {
        width: 25%;
    }

    .arrow-left, .arrow-right {
        display: none; /* Hide the desktop arrows on mobile */
    }

    .demand-section h1 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .hero-sectionPartner h1 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
        /* line-height: 1.2; */
    }

    .fragen {
        font-family: Poppins;
        font-size: 2rem;
        font-weight: 600;
        color: #000;
        line-height: normal;
    }

    .image-top-left {
        width: 16%;
        top: 3%;
        left: 7%;
    }

    .hero-text {
        font-size: 28px;
        font-weight: 600;
        margin-top: 50px;
    }

    .image-bottom-right {
        width: 21%;
        bottom: 78%;
        right: 11%;
    }

    .image-middle {
        width: 11%;
        top: 77%;
        left: 45%;
    }

    .image-bottom-left {
        width: 9.5%;
        bottom: 69px;
        top: 80%;
        left: 5%;
    }

    .image-bottom-right-brush {
        width: 16.8%;
        top: 81%;
        right: 0%;
    }

    .hero-section {
        background-color: #ca9e3f;
        padding: 20px;
        height: 420px;
        text-align: center;
        color: #333;
        position: relative;
        border-radius: 20px;
    }

    .scrollable-container {
        display: flex;
        overflow-x: auto;
        /* Enables horizontal scrolling */
        white-space: nowrap;
        /* Keeps images in a single line */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
    }

    .scrollable-container::-webkit-scrollbar {
        display: none;
        /* Hides scrollbar in WebKit browsers */
    }

    .scrollable-container img {
        margin-left: 5px;
        /* Adjust margin as needed */
        height: auto;
        /* Adjust height as needed */
    }

    .scrollable-container img:first-child {
        margin-left: 0;
        /* No margin on the first image */
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-right-section {
        flex-direction: row;
        gap: 5px;
        width: 100%;
    }

    .nav-btn {
        width: 100%;
    }

    .nav-right-section {
        background-color: #f5f5f5;
        border-radius: 25px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-btn {
        background-color: #eaeaea;
        color: #333;
        border: none;
        padding: 5px 10px;
        border-radius: 25px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
    }

    .nav-btn-monthly.active {
        margin: 5px;
        background-color: #ca9e3f;
        color: white;
    }

    .nav-btn-yearly {
        width: 100%;
        font-size: 9px;
        background-color: #f5f5f5;
    }

    .nav-btn-yearly .yearly-discount {
        color: #ca9e3f;
        font-size: 9px;
        margin-left: 5px;
    }

    .nav-btn-yearly .yearly-discount:hover {
        color: black;
        font-size: 9px;
        margin-left: 5px;
    }

    .pricing-options {
        flex-direction: column;
        gap: 20px;
    }
}

.btn-warning {
    background-color: #ca9e3f;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}

.questionImage {
    padding-bottom: 23%;
    width: 73px;
}

.question-text {
    /* font-weight: 600; */
    font-size: 57px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    display: inline-block;
}

@media (max-width: 576px) {
    .FragenBg {
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(3, minmax(250px, 1fr)); /* Adjusts column width */
        grid-auto-flow: column; /* Ensures grid scrolls horizontally */
    }

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

@media (max-width: 768px) {
    .iconUber {
        width: 22%;
    }

    .question-text {
        text-align: center;
        /* font-weight: bold; */
        font-size: 1.7rem;
        font-weight: 600;
        line-height: normal;
        color: #000;
        display: inline-block;
    }

    .section-title-uber {
        font-family: Poppins;
        font-size: 1.7rem;
        font-weight: 600;
        /* color: #333; */
        margin-bottom: 30px;

    }

    .questionImage {
        padding-bottom: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .highlighted-text {
        /* font-weight: bold; */
        font-size: 2rem;
        font-weight: 600;
        line-height: normal;
        color: #000;
        display: inline-block;
    }

    .signupcontainer {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


/* Footer */
.footer-nav-link {
    text-decoration: none;
    color: #fff;
}

.navColr {
    background-color: #101828;
}

.footer-services-container {
    display: flex;
    justify-content: space-between;
}

.footer-navbar-nav {
    width: 48%;
    /* Adjust width for both columns */
}

/* Base styles for footer services list */
.footer-services-list {
    display: flex;
    flex-wrap: wrap;
}

.footer-services-list li {
    flex: 1 1 50%;
}

@media (max-width: 576px) {
    .footer-services-container {
        flex-direction: column;
    }

    .footer-services-list li {
        flex: 1 1 100%;
    }

    .footer-navbar-nav {
        width: 100%;
    }
}

.warum-item {
    transition: all 0.3s ease;
    background-color: #fff;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out items */
    height: 100%; /* Ensure it takes full height */
}

.feature-footer {
    position: relative; /* For proper button placement */
    padding-top: 20px;

}

.warum-btn {
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Hidden by default */
    padding: 10px 20px;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show button on hover */
.warum-item:hover .warum-btn {
    opacity: 1; /* Make button visible on hover */
    visibility: visible; /* Ensure it's visible */
    animation: fadeInUp 0.4s ease-in-out;
}

/* Border animation starting from the center */
.warum-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 4px;
    width: 0;
    background-color: #ca9e3f;
    transition: width 0.3s ease, left 0.3s ease;
}

/* On hover, expand the border from the center */
.warum-item:hover::before {
    width: 100%;
    left: 0;
}

/* Faster fade-in animation for the button */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
