* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    box-sizing: border-box;
}

:root {
    --color-background-soft: #08090a08;
    --primary-color: rgba(12, 140, 94, 1);
}

body {
    background-image: url("https://www.mintlify.com/hero/bg-light.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

/* Navbar */
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    backdrop-filter: blur(5px);
}

.nav span {
    color: #fff;
}

.nav .logo {
    display: flex;
    align-items: center;
}

.logo span {
    font-size: 22px;
    font-weight: bold;
}

.nav-links {
    margin-left: 80px;
}

.nav-links span a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 18px;
}

.nav-links span a:hover {
    background-color: #ffffff15;
}

.nav-btn .contact-btn {
    color: #fff;
    padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 18px;
    background-color: rgba(210, 209, 209, 0.085);
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.nav-btn .start-btn {
    color: #121212;
    padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 18px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.nav-btn .start-btn:hover {
    background-color: rgb(210, 210, 210);
}


/* Hero Section */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.164);
    padding: 5px 6px 5px 4px;
    border-radius: 20px;
    color: #fff;
    margin: 30px 0 30px 0;
    cursor: pointer;
}

.bar:hover{
    background-color: rgba(0, 0, 0, 0.086);
}

.bar-new {
    background-color: rgba(12, 140, 94, 1);
    padding: 2px 6px 2px 6px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.bar-arrow {
    background-color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.rotate-right-bar{
    width: 20px;
    rotate: 90deg;
}

.hero .heading h1 {
    font-size: 58px;
    color: #fff;
}

.heading {
    width: 40%;
    text-align: center;
    margin-top: 10px;
}

.hero .para {
    width: 30%;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
}

.hero .para p {
    color: #fff;
}

.input {
    margin-top: 40px;
    display: flex;
    align-items: center;
    background-color: rgba(210, 209, 209, 0.377);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 99px;
    padding: 1px 4px 1px 1px; 
    width: 24%;
    max-width: 420px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input:focus-within {
    border-color: #0c8c5e;
    box-shadow: 0 0 0 4px rgba(12, 140, 94, 0.1);
}

.input #email {
    padding: 12px 14px 12px 14px;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    width: 100%;
}

::placeholder {
    color: #ffffff9c;
    opacity: 1;
}

.input button {
    color: #121212;
    padding: 8px 10px 8px 10px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    width: 32%;
    font-weight: 500;
    font-size: 14px;
}

.input button:hover {
    background-color: #ffffffd5;
}

.hero-img {
    margin-top: 80px;
}

.hero-img img {
    width: 98%;
    margin-left: 10px;
    border-radius: 20px;
    border-bottom: none;
}

/* Company logos */
.company-logos {
    margin-top: 100px;
    display: grid;
    grid-template-rows: 100px 100px;
    grid-template-columns: auto auto auto auto;
    gap: 50px;
}

.company-logos span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-heading h1 {
    color: #121212;
    margin-top: 12rem;
    margin-bottom: 18px;
    font-size: 38px;
}

.sub-para p {
    color: #121212cf;
    width: 52%;
    text-align: center;
    font-size: medium;
    margin: auto;
    line-height: 1.5rem;
}

.left-section {
    border: 0.5px solid rgba(0, 0, 0, 0.111);
    border-radius: 20px;
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding: 0px 30px 40px 30px;
}

.left-text {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 4rem;
}

.left-heading h6 {
    color: #121212;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.left-para {
    color: #121212cf;
    width: 22rem;
    margin-bottom: 65px;
}

.left-img {
    margin-left: 50px;
}

.left-img img {
    width: 80%;
    height: 40%;
}

.cards-section {
    display: flex;
    gap: 20px;
}

.right-section {
    border: 0.5px solid rgba(0, 0, 0, 0.111);
    border-radius: 20px;
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding: 0px 30px 40px 30px;
}

.right-text {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 4rem;
}

.right-heading h6 {
    color: #121212;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.right-para {
    color: #121212cf;
    width: 22rem;
    margin-bottom: 65px;
}

.right-img {
    margin-left: 40px;
    margin-top: 116px;
}

.right-img img {
    width: 80%;
    height: 40%;
}

/* Assistant section */

.assistant-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 0.5px solid rgba(0, 0, 0, 0.111);
    width: 72%;
    border-radius: 20px;
    padding: 3rem 0 0 0;
    margin-bottom: 8rem;
}

.assistant {
    font-size: 12px;
    color: var(--primary-color);
}

.ass-heading {
    font-weight: 500;
    font-size: 22px;
    margin: 18px 0 18px 0;
}

.ass-para {
    width: 30rem;
    font-size: 16px;
    color: #121212cf;
    line-height: 1.5rem;
}

.assistant-section .card {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.assistant-section .card img {
    width: 80%;
}

/* Enterprise Section */

.enterprise-container {
    background-color: rgba(247, 247, 247, 1);
    padding: 5.5rem 0 5.5rem 0;
}

.enterprise-section {
    width: 68%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.enterprise-section .text {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
}

.ent-heading {
    font-weight: 100;
    font-size: 26px;
    width: 40%;
    margin: 18px 0 18px 0;
}

.ent-CTA {
    display: flex;
    gap: 12rem;
    align-items: center;
}

.ent-CTA button {
    padding: 10px 16px 10px 16px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background-color: #121212;
    cursor: pointer;
    font-size: 16px;
}

.ent-CTA button:hover {
    background-color: #000000d5;
}

.ent-CTA p {
    color: #121212cf;
}

.enterprise-section .cards {
    display: flex;
    margin: 3rem 0 3rem 0;
}

.partnership-card {
    width: 50%;
    padding: 0 81px 0 0;
    line-height: 1.5rem;
}

.partnership-card h4 {
    font-size: 20px;
    margin: 16px 0 16px 0;
    font-weight: 600;
}

.partnership-card p {
    color: #121212cf;
}

.compliance-card {
    width: 50%;
    line-height: 1.5rem;
}

.compliance-card h4 {
    font-size: 20px;
    margin: 12px 0 16px 0;
}

.compliance-card p {
    color: #121212cf;
}

.img-container {
    background-image: url("https://www.mintlify.com/enterprise/anthropic.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 500px;
    min-width: 100%;
    border-radius: 20px;
    cursor: pointer;
}

.wrapper {
    padding: 4rem;
}

.cust-story {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.wrapper .para {
    color: #fff;
    width: 38%;
    font-size: 24px;
    font-weight: 500;
    line-height: 2rem;
    margin: 20px 0 20px 0;
}

.wrapper .read {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 20px 0;
}

.numbers {
    display: flex;
    gap: 46px;
    padding: 2rem 4rem 2rem 4rem;
}

.numbers .left h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.numbers .left p {
    color: #fff;
    font-size: 14px;
    color: #ffffffbb;
}

.numbers .right h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.numbers .right p {
    color: #fff;
    font-size: 14px;
    color: #ffffffbb;
    width: 54%;
}

.comp-img-logo img {
    width: 940px;
}

.comp-img-logo {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.customer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4rem 0 4rem 0;
}

.customer .wrapper .customers {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
}

.customer .wrapper h2 {
    font-size: 38px;
    color: #121212;
    margin: 1rem 0 1rem 0;
}

.customer .wrapper p {
    width: 44%;
    font-size: 16px;
    color: #121212cf;
    text-align: center;
    line-height: 1.5rem;
}

.cust-cards {
    display: flex;
    gap: 20px;
    margin: 48px 0 40px 0;
}

.cust-cards img {
    width: 400px;
    border-radius: 20px;
    margin: 0 0 18px 0;
    cursor: pointer;
}

.cust-cards .card {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    width: 400px;
}

.cust-cards .card .p1 {
    width: 100%;
    margin-bottom: 24px;
    color: #302c2ccf;
    cursor: pointer;
    text-align: start;
}

.cust-cards .card .p2{
    margin-top: auto;
    color: #8d8a8a;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    margin-left: 15px;
}

.forward-btn{
    display: flex;
    gap: 16px;
    margin: 1rem 0 1rem 0;
}

.rotate-left{
    transform: rotate(-90deg);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    filter: invert(100%);
}

.forward-btn .rot-btn1{
    border-radius: 50%;
    border: none;
    background-color: rgba(131, 132, 132, 1);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.rotate-right{
    transform: rotate(90deg);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    filter: invert(100%);
}

.forward-btn .rot-btn2{
    border-radius: 50%;
    border: none;
    background-color: #121212;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Documentation section */
.docs-heading{
    font-size: 40px;
    font-weight: 600;
    width: 32%;
    text-align: center;
    margin: 10rem 0 1rem 0;
}

.docs-btn-container{
    margin: 3rem 0 3rem 0;
    display: flex;
    gap: 10px;
}

.docs-btn-start{
    color: #000;
    padding: 10px 20px 10px 20px;
    border: none;
    border-radius: 18px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    filter: invert(100%);
    font-size: 16px;
}

.docs-btn-start:hover{
    background-color: rgba(255, 255, 255, 0.884);
}

.docs-btn-demo{
    color: #121212;
    padding: 10px 20px 10px 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.111);
    border-radius: 18px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.docs-btn-demo:hover{
    background-color: rgba(0, 0, 0, 0.047);
}

.docs-card{
    display: flex;
    gap: 210px;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 2rem 0;
}

.pricing{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pricing img{
    margin: 10px 0 18px 0;
    width: 68px;
}

.pricing h6{
    font-weight: 500;
    font-size: 20px;
}

#price-para{
    width: 100%;
    color: #121212;
}

.pricing button{
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    margin: 24px 0 10px 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.quickstart{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.quickstart img{
    margin: 10px 0 18px 0;
    width: 68px;
}

.quickstart h6{
    font-weight: 500;
    font-size: 20px;
}

#quickstart-para{
    width: 100%;
    color: #121212;
}

.quickstart button{
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    margin: 24px 0 10px 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* footer */
.mintlify-footer {
    background-color: #fafafa; 
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #0f172a; 
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
}

.brand-name {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.5px;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    color: #9ca3af; 
    transition: color 0.2s;
    width: 20px;
    height: 20px;
}

.social-icons a:hover {
    color: #000; 
}

.footer-divider {
    border: none;
    border-top: 1px solid #e5e7eb; 
    margin-bottom: 40px;
}

/* Link Grid */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px;
}

.footer-col h4 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #6b7280; 
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 0;
}

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

.footer-col li {
    margin-bottom: 16px; 
}

.footer-col a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #111827; 
    transition: color 0.2s ease;
}

.footer-col a:hover {
    color: #0c8c5e;
}

