body {
    font-family: 'Poppins', sans-serif;
    background-color: #0d1421;
    color: #000000;
}
html {
    scroll-behavior: smooth;
  }
  
h2 {
    color: #000000;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.bg-custom {
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
    /*backdrop-filter: saturate(180%) blur(20px);*/
    background-color: transparent;
}

.hero-bg {
    min-height: 100vh;
    width: 100%;
    background: radial-gradient(
            circle at 50% -20%,
            rgba(36, 76, 166, 0.65) 0%,
            rgba(13, 20, 33, 1) 55%
        ),
        linear-gradient(
            to bottom,
            #0d1628 0%,
            #0b1321 40%,
            #090f1b 75%,
            #070c16 100%
        );
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.bg-grad{
    background: radial-gradient(
            circle at 50% -20%,
            rgba(36, 76, 166, 0.65) 0%,
            rgba(13, 20, 33, 1) 55%
        ),
        linear-gradient(
            to bottom,
            #0d1628 0%,
            #0b1321 40%,
            #090f1b 75%,
            #070c16 100%
        );
        background-size: cover;
    background-position: center;
}


/* Navbar Styling */
nav {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
}

nav a.navbar-brand {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

nav a.navbar-brand:hover {
    color: #da5d5d;
}

nav ul.navbar-nav li a {
    color: #000;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

nav ul.navbar-nav li a:hover {
    color: #007bff;
}

.nav-link {
    position: relative;
    padding-bottom: 5px;
    color: #000;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #007bff;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.hero-section {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.hero-content {
    border-radius: 20px;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /*background: #222531;*/
    transition: all 0.3s ease;
}

/*.hero-content:hover {*/
/*    border-color: #007bff;*/
/*}*/

.navbar-nav .nav-link {
    color: white;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.hero-content p {
    font-size: 1.25rem;
    color: #555;
    margin: 1.5rem 0;
}

.btn-hero {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(90deg, #1040c1 10%, #7E32DF 100%);
    color: white;
    border-radius: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

/*.btn-hero:hover {*/
    /*background: linear-gradient(90deg, #7E32DF 10%, #1040c1 100%);*/
/*    transform: scale(1.05);*/
/*}*/

.btn-get-started {
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}



h2.minimal-gradient {
    font-size: 2rem;
    font-weight: 700;
    color: #2e3030;
    background: linear-gradient(to right, #3b82f6, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.minimal-card {
    min-width: 300px;
    /*height: 300px;*/
    margin: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding: 20px;
}


#products h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

.product-thumb {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.product-points {
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
    color: #d6d6d6;
}

.product-points li {
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.minimal-card {
    padding: 20px;
    border-radius: 14px;
    background: #222531;
    color: #fff;
    margin: 12px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 0 18px rgba(0, 157, 255, 0.06);
    transition: all .3s ease;
}

.minimal-card h5 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.2rem;
}

.minimal-card p {
    color: #bfc3cc;
    font-size: 0.95rem;
    line-height: 1.6;
}

.minimal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 157, 255, 0.25);
}

.minimal-card.active {
    border: 1px solid #1fa3ff;
    box-shadow: 0 0 25px rgba(31, 163, 255, 0.4);
}



    @media (max-width: 768px) {
        .hero-content h1 {
            font-size: 2rem;
        }

        .hero-content p {
            font-size: 1rem;
        }
    }

    /* For WebKit browsers (Chrome, Safari, Edge) */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        /* Dark track background */
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #2e3030;
        /* Thumb color */
        border-radius: 10px;
        border: 2px solid #101411;
        /* Adds a border around the thumb */
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #da5d5d;
        /* Change color on hover */
    }

    /* For Firefox */
 
  /* Section Styling */
.premium-section {
    padding: 80px 0;
    background-color: #f9f9f9; /* Subtle light background for contrast */
}

.premium-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2e2e2e; /* Neutral text color for balance */
}

.premium-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555; /* Softer tone for easy readability */
}

.premium-section .image-content img {
    max-width: 100%;
    border-radius: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.premium-section .image-content img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Gradient Header */
.gradient {
    background: linear-gradient(to right, #000000, #4b4b4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Spacing and Alignment */
.premium-section .row {
    margin-bottom: 40px;
}

.premium-section .row:last-child {
    margin-bottom: 0;
}


    /* Responsive Adjustments */
    @media (max-width: 768px) {

        .premium-section .text-content,
        .premium-section .image-content {
            text-align: center;
        }

        .premium-section .text-content {
            margin-bottom: 40px;
        }
    }

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
  }
  
  .contact-form {
    background-color: #222531;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .contact-form h2 {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .contact-form .form-control {
    background-color: #222531;
    border: 1px solid #4c4c4d;
    border-radius: 10px;
    padding: 15px;
    height: 50px;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  
  .contact-form .form-control:focus {
    border-color: 1px solid #4c4c4d;
    box-shadow: 0 0 8px rgba(106, 17, 203, 0.6);
  }
  
  .contact-form label {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
  }
  
  
  .map-container {
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
    /* Responsive Adjustments */
    @media (max-width: 768px) {

        .contact-form,
        .map-container {
            margin-bottom: 30px;
        }

        .contact-section .row {
            flex-direction: column;
        }
    }
    

    /* Footer Section */
    .footer-section {
        --tw-backdrop-blur: blur(8px);
        padding: 60px 0;
        border-top: 1px solid #2e3030;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .footer-column h4 {
        color: #000000;
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }

    .footer-column p,
    .footer-links li,
    .footer-contact li {
        color: #fff;
        margin-bottom: 10px;
        font-size: 0.95rem;
    }

    .footer-column a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer-column a:hover {
        color: #fff;
    }

    .footer-links {
        list-style: none;
        padding-left: 0;
    }

    .footer-contact {
        list-style: none;
        padding-left: 0;
    }

    .footer-contact li {
        display: flex;
        align-items: center;
        font-size: 0.95rem;
    }

    .footer-contact li i {
        margin-right: 10px;
    }

    .social-icons {
        display: flex;
        gap: 15px;
        margin-top: 10px;
    }

    .social-icons .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .social-icons .social-icon:hover {
        color: #ffffff;
    }

    /* Footer Bottom */
    .footer-bottom {
        margin-top: 40px;
    }

    .footer-bottom h5 {
        color: #fff;
        font-size: 0.85rem;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .footer-column {
            margin-bottom: 30px;
        }

        .footer-bottom {
            margin-top: 20px;
        }
    }

    #map {
        height: 480px;
        width: 100%;
        border-radius: 15px;
        border: 1px solid #2e3030;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .btn-get-started {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
        padding: 5px 12.5px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .btn-get-started i {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .btn-get-started:hover i {
        transform: translateX(5px);
        text-decoration: none;
        color: white;
        
        /* Move the icon slightly on hover */
    }
    
    a:hover {
    color: #fff !important;
    text-decoration: none !important;
}


    /* linking div starting from here */
    .latest-changes {
        background-color: #ffffff;
        border-radius: 20px;
        border: 1px solid #2e3030;
        padding: 20px;
        max-width: 400px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .gradient {
        background: linear-gradient(90deg, #1040c1 10%, #7E32DF  100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold; /* Optional for making the text stand out */
    }
    
    

    .changes-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        color: #000000;
        font-weight: 600;
    }

    .timeline {
        position: relative;
        padding-left: 30px;
    }

    .change-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        position: relative;
    }

    .change-item .status-check {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #000000;
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9rem;
        background-color: #222531;
        position: absolute;
        left: -30px;
        z-index: 1;
    }

    .change-item .content {
        padding-left: 10px;
    }

    .change-item .time {
        font-size: 0.9rem;
        color: #000000;
        margin-bottom: 5px;
    }

    .change-item .description {
        font-size: 1rem;
        color: #000;
    }

    /* Vertical line */
    .change-item::before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #222531;
        top: 20px;
        /* Start below the dot */
        left: -23px;
        bottom: -20px;
        /* Adjust to ensure it fits well below */
        z-index: 0;
        margin-bottom: 2px;
    }

    /* Remove the vertical line from the last item */
    .change-item:last-child::before {
        display: none;
    }

    /* Current (In Progress) Status */
    .change-item.current .status-check {
        background-color: #000;
        border: none;
    }

    .current-dot {
        width: 12px;
        height: 12px;
        margin-top: 5px;
        background-color: #000;
        border-radius: 50%;
    }

    .note {
        font-size: 0.85rem;
        color: #a2a3a2;
        margin-top: 5px;
    }

    /* "View changelog" link */
    .view-changelog {
        display: inline-block;
        margin-top: 20px;
        font-size: 1rem;
        color: #000000;
        text-decoration: none;
    }

    .view-changelog:hover {
        text-decoration: underline;
    }

    .our-clients {
        padding: 3rem 0;
        text-align: center;
    }
    
    .clients-container {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: auto;
    }
    
    .client {
        margin: 0 20px;
        position: relative;
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    
    .client img {
        mix-blend-mode: luminosity;
        width: 100px;
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    
    .client:hover img {
        transform: scale(1);  /* Slightly scale up the logo */
        filter: brightness(1.2);  /* Brighten the logo on hover */
    }
    
    .client:hover {
        transform: translateY(-1px); /* Slight lift on hover */
    }

