:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #1da1f2;
    --secondary: #71717A;
    --neutral-50: #FAFAFA;
    --neutral-100: #F4F4F5;
    --neutral-200: #E4E4E7;
    --neutral-300: #D4D4D8;
    --neutral-400: #A1A1AA;
    --neutral-500: #71717A;
    --neutral-600: #52525B;
    --neutral-700: #3F3F46;
    --neutral-800: #27272A;
    --neutral-900: #18181B;
    --neutral-950: #09090B;
    --body: #EDECEC;
    --heading-font: "Urbanist", sans-serif;
    --body-font: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: #2d3748;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    /*linear-gradient(95.5deg, #61666A 1.91%, #292C2E 43.92%);*/
    font-weight: 600;
}

.primary-color {
    color: var(--primary)
}

.brand-text {
    font-weight: 600;
    font-size: 20px;
}

.btn {
    border-radius: 99px;
    font-family: var(--heading-font);
    padding: 14px 24px;
    font-weight: 600;
    border-color: #ddd7d7;
    display: flex;
    align-items: center;
}

.btn .bx {
    font-size: 23px;
    margin-right: -10px;
    margin-left: 6px;
}

.btn-white {
    background: var(--white);
    color: #000;
}

.btn-request {
    background: var(--primary);
    color: white;
    border: none;
    background: radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, var(--primary), var(--primary));
    font-family: var(--heading-font);
}

.btn-request:hover,
.btn-white:hover {
    background: radial-gradient(62.56% 62.56% at 50% -13%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #1da1f2, #1da1f2);
}

.text-primary {
    color: var(--primary) !important;
}

.nav-link {
    font-weight: 600;
    font-size: 15px;
}

.hero-section {
    inset: 16px 16px 0 16px;
    border-radius: 40px;
    background-image: url(/landing/images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 16px 0;
}

.hero-title {
    font-size: 65px;
    font-weight: 700;
}

.hero-subtitle {
    max-width: 750px;
}

.feature-card {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    border: 1px solid #e6eef7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    text-align: left;
}

.icon-box {
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0px 3.44px 5.57px 0px rgba(0, 0, 0, 0.0862745098), 0px 22.91px 37.08px 0px #0d6efd5e, 0px 46px 50px 0px rgba(255, 59, 0, 0.0509803922), 0px 1px 2px 0px #0d6efde8, 0px -3px 0px 0px rgba(0, 0, 0, 0.0588235294) inset;
    font-size: 30px;
}

.section-title {
    font-size: 50px;
    font-weight: 700;
}

.btn-primary {
    background: var(--primary);
}

.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) inset;
    text-align: left;
    border: 2px solid var(--bs-gray-300);
}

.pricing-card p {
    min-height: 50px;
}

.pricing-card ul {
    padding-left: 0;
}

.pricing-card li {
    list-style: none;
    padding-bottom: 10px;
}

.pricing-card li i {
    color: var(--primary);
    margin-right: 5px;
}

.pricing-item {
    padding: 40px 40px 49px;
    border-radius: 40px;
    background: radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, var(--neutral-900, #18181B), var(--neutral-900, #18181B));
    box-shadow: 0px -8px 0px 0px #2E2E2E inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.3019607843) inset, 0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}

.popular {
    border: 2px solid #1da1f2;
    position: relative;
}

.popular .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
}

.process-step {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.industries-section {
    background: var(--neutral-50);
}

.industry-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 20px;
    border: 1px solid var(--neutral-200);
    box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -5px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
    text-align: left;
}

.industry-desc {
    color: #4b5563;
    font-size: 14px;
}

.industry-pill {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--neutral-100);
    color: #111827;
    font-size: 12px;
    font-weight: 500;
}

.fit-section {
    /* background: var(--neutral-50); */
}

.fit-wrapper {
    background: #f9fafc;
    border-radius: 32px;
    padding: 48px 40px 40px;
    border: 1px solid var(--neutral-200);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.fit-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--neutral-200);
    padding: 24px 24px 18px;
}

.fit-card h5 {
    font-size: 18px;
    margin-bottom: 16px;
}

.fit-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fit-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 14px;
}

.fit-check {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #020617;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 2px;
}

.fit-cta-btn {
    min-width: 260px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    border-top: 4px solid #1da1f2;
}

.quote-icon {
    font-size: 48px;
    color: #dbe9f4;
    position: absolute;
    top: 15px;
    left: 20px;
    font-weight: bold;
}

.testimonial-text {
    color: #44566c;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 50px;
}

.impact-box {
    background: #f2f6fa;
    border-radius: 10px;
    padding: 12px 15px;
    margin-top: 20px;
}

.impact-box span {
    display: block;
    font-size: 13px;
    color: #7b8a9a;
}

.impact-box strong {
    font-size: 14px;
    color: #1f2d3d;
}

.avatar {
    width: 48px;
    height: 48px;
    background: #1da1f2;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #43ACF4;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*.footer {*/
/*    background: linear-gradient(180deg, #0b1c2d 0%, #091521 100%);*/
/*}*/

/*.footer hr {*/
/*    border-color: rgba(255, 255, 255, 0.1);*/
/*}*/

.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
    background: linear-gradient(180deg, #0b1c2d 0%, #091521 100%);
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

@media (max-width: 768px) {
    .text-md-center {
        text-align: center;
    }

    .w-md-100 {
        width: 100%;
    }

    .hero-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 28px;
    }

    .fit-wrapper {
        padding: 35px 30px 35px;
    }
}

