body {
    font-family: 'Inter', sans-serif;
    color: #e0e0e0;
    background-image: url(../images/back2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p {
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}


.navbar {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
    background: rgba(131, 131, 131, 0);
    border: 0.5px solid rgba(134, 134, 134, 0.227);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.0px);
    -webkit-backdrop-filter: blur(2.0px);

}

.items {
    margin-right: 1rem;
    display: flex;
    gap: 1rem;
    font-weight: 500;
    color: #d1d5db;
    transition-property: color;
    transition-duration: 200ms;
}

.nav-link:hover {
    color: #ffffff;
}

.hero {
    /* background-size: 100vw 100vh; */
    height: 570px;
}

/* Add this to your mycss.css file */

.gradient-byte {
    background-image: linear-gradient(45deg, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 50px;
    font-weight: bold;
}

.getstarted {
    background-color: #d1d5db;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.getstarted:hover {
    transform: translateY(-2px);
}

.customcard {
    /* Semi-transparent background is essential for backdrop-filter to work */
    background: rgba(131, 131, 131, 0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    /* This is the main property for the blurry effect */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    color: white;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.section {
    padding: 6rem 1rem;
}

/* Glassmorphism for cards and sections */
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}



/* Custom Tabs Styling */
.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    margin-bottom: 2rem;
}

.nav-tabs .nav-link {
    background: transparent;
    color: #ccc;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 1rem;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    color: #fff;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e0e0e000;
    border-color: #6a11cb;
    font-weight: bold;
}

/* Fixed height for tab content */
.tab-content {
    padding: 2rem;
    height: 400px;
    /* Fixed height */
    overflow-y: auto;
    /* Enable vertical scrolling */
}

.Features {
    /* Remove position: sticky, top: 0, z-index from here */
    position: relative;

    background: rgba(131, 131, 131, 0);
    /* Your existing background */
    border: 0.5px solid rgba(134, 134, 134, 0.227);
    /* Your existing border */
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.0px);
    -webkit-backdrop-filter: blur(3.0px);

    margin-bottom: 4rem;
    /* Add a bottom margin if there's content below it */
}

/* responsive cards 4 */
@media (max-width: 1200px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 400px;
        margin-bottom: 1rem;
    }
}

.Pricing {
    position: relative;
    border-radius: 16px;
    margin-bottom: 4rem;
}


.pricing-section {
    padding: 6rem 1rem;
}


.custom-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-8px);
}

@media (max-width: 1300px) {
    .custom-card {
        flex-direction: column;
        align-items: center;
    }

    .custom-card {
        width: 100%;
        max-width: 400px;
        margin-bottom: 1rem;
    }
}

.card-body {
    padding: 2.5rem 1.5rem;
}

.highlight-card {
    border: 2px solid #6a11cb;
    box-shadow: 0 8px 32px 0 rgba(106, 17, 203, 0.5);
}

.list-group-item {
    background-color: transparent !important;
    border: none;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

.list-group-item svg {
    color: #6a11cb;
    margin-right: 0.5rem;
}


.Solutions {
    position: relative;
    border-radius: 16px;
    margin-bottom: 4rem;
}

/* Styling for the main footer container */
.footer-20192 {
    position: relative;
    width: 100%;
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.05);
    /* A darker, slightly translucent background */
    color: #a0a0a0;
    /* Lighter text for contrast */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Styles for the "Ready for a next project?" section */
.footer-20192 .cta {
    background: rgba(45, 45, 45, 0.9);
    /* A slightly darker, solid background for the CTA */
    padding: 2.5rem 3rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    color: #ffffff;
}

.footer-20192 .cta h2,
.footer-20192 .cta h3 {
    color: #ffffff;
    margin: 0;
}

/* Styles for the main content rows within the footer */
.footer-20192 .site-section {
    padding: 0;
}

/* Styles for the links */
.footer-20192 .links a {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-20192 .links a:hover {
    color: #fff;
    /* White on hover for a subtle effect */
}

/* Heading styles */
.footer-20192 h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

/* Logo and copyright */
.footer-20192 .footer-logo {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
}

.footer-20192 .copyright {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    text-align: left;
    /* This is the fix to align the text left */
}

