@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --dark-black: #1d1f1e;
    --font-family: Poppins, sans-serif;
    --off-white: #f9f9f9;
    --purple: #b162ff;
    --violet: #db74fe;
    --gray: #e0e0e0;
    --gray-text: #4e4e4e;
    --white: #fff;
    --transparent: #ddd0;
    --black: #231f20;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0f0f0f;
    margin: 0;
    padding: 0;
}

.navbar {
    padding: 1rem 2rem;
}

.navbar-brand {
    font-weight: 700;
    color: #a855f7 !important;
}

.btn-signup {
    border: 1px solid #a855f7;
    color: #a855f7;
    transition: 0.3s;
}

.btn-signup:hover {
    background: #a855f7;
    color: var(--white);
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6em;
}

.hero h1 {
    font-weight: 600;
    line-height: 100px;
    font-size: 5rem;
    color: #dad6d6;
}

.hero .tagline {
    color: #a855f7;
    margin-bottom: 1rem;
    background-image: linear-gradient(142deg, var(--purple), var(--violet));
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
    font-weight: 500;
}

.hero p {
    color: #b3b3b3;
    margin-top: 1rem;
    font-size: 20px;
}

.btn-contact {
    background: #a855f7;
    color: var(--white);
    margin-top: 2rem;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 24px;
    line-height: 24px;
}

.btn-contact:hover {
    background: #9333ea;
}

.btn-link {
    text-decoration: none;
}

.nav-link {
    padding-right: 30px !important;
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em 0em 0em 0em;
    width: 100%;
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.video-section.show {
    opacity: 1;
    transform: translateY(0);
}

.video-box {
    background: #333;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    padding: 15px;
    width: 100%;
}

.ipad-mockup {
    border: 2px solid #333;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
}

.videowrapper {
    position: relative;
    padding-top: 56.25%;
}

.videowrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.map-placeholder {
    height: 400px;
    background-color: #e0c1e0;
    border: 1px solid #ccc;
}

.feature-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.feature-item:last-child {
    border-bottom: none;
}

.map-placeholder {
    height: 400px;
    background-color: #e0c1e0;
    border: 1px solid #ccc;
}

.feature-item {
    padding: 15px 0;
}

.sidebar {
    background-color: #1a1a1a;
    color: var(--white);
    height: 600px;
    padding: 15px;
}


.sectionbusiness {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px;
}

.sectionbusiness h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: center;
}

.sectionbusiness p {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin-bottom: 2rem;
    text-align: center;
}

.btn-custom {
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 25px;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.btn-custom-contact {
    background-color: #a64d79;
    color: var(--white);
    border: none;
}

.btn-custom-signup {
    background-color: transparent;
    color: #a64d79;
    border: 2px solid #a64d79;
}

.btn-custom-contact:hover {
    background-color: #8b3f66;
    color: var(--white);
}

.btn-custom-signup:hover {
    background-color: #a64d79;
    color: var(--white);
}

.footercopyright {
    font-size: 12px;
    position: static;
    inset: auto 0% -100%;
}

.footer {
    background-color: #1a1a1a;
    color: var(--white);
    padding: 40px 0;
    text-align: center;
}

.footer .logo {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.footer .logo span {
    color: #a64d79;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
}

.footer ul li a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #a64d79;
}

.footer .contact p {
    margin: 5px 0;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
}

.footer .copyright {
    font-size: 0.9rem;
    color: #888;
    margin-top: 20px;
}

.footer .privacy {
    color: #a64d79;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer .privacy:hover {
    text-decoration: underline;
}

.scrollbox {
    max-height: 700px;
    overflow: scroll;
}

.stats-grid {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px 0;
}

.stats-grid h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.stats-grid p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.custom-border {
    border-color: #e5b80b !important;
    border-width: 2px !important;
    padding-left: 20px;
}

.feature-item {
    background-color: var(--white);
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 24px;
    height: 24px;
    color: #d63384;
    margin-right: 10px;
    vertical-align: middle;
}

.feature-item h4 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.feature-item p {
    margin: 0;
    color: #555;
}

@media (min-width: 768px) {
    .row-cols-md-2>.col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.contactbox {
    background-color: var(--white);;
    justify-content: center;
    align-items: center;
    padding: 36px 36px 48px;
}

.contactbox h2 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin: 0px 0px 20px 0px;
}

.contactboxpara {
    text-align: left;
    letter-spacing: .1px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #b3b3b3;
}

.form-check-label {
    font-size: 14px;
}

.form-label {
    margin-bottom: 0rem;
    font-size: 14px;
    font-weight: 500;
}

.form-control::placeholder {
    font-size: 13px;
}

.enquirybtn {
    background-image: linear-gradient(137deg, var(--purple), var(--violet));
    font-family: var(--font-family);
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
}

.div-block-187 {
    z-index: -1;
    background-image: linear-gradient(180deg, #000, #3a054c);
    opacity: .37;
    filter: saturate(300%) blur(8em) blur(8.1em);
    border-radius: 100%;
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
}

.feature-heading {
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    transition: color 0.3s;
}

.feature-heading.active {
    color: #9333ea;
}

.feature-desc {
    margin: 0;
}

.feature-item {
    margin-bottom: 25px;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000 !important;
    transition: background-color 0.3s ease-in-out;
    z-index: 1030;
}

.h580 {
    height: 580px;
}

.h680 {
    height: 680px;
}

@media (max-width: 576px) {
    .hero {
        padding: 4em;
    }

    .hero h1 {
        font-weight: 600;
        line-height: 55px;
        font-size: 3rem;
        color: #dad6d6;
    }

    .video-box {
        padding: 5px;
    }

    .h580 {
        height: 100%;
        width: 100%;
    }

    .h680 {
        height: 100%;
        width: 100%;
    }

    .sectionbusiness h1 {
        font-size: 2rem;
    }
}