* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
}

.bg-image {
    position: absolute;
    background-image: url("assets/mintlify-bgImage.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -50px;
    z-index: -1;
}

/* Header */
header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 65px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    /* Glass effect */
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0);

    /* box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2); */
}

.header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 66rem;
    width: 100%;
    margin-inline: auto;

}

.mintlify-logo {
    width: 100px;
    height: 20px;
}

.nav-items {
    display: flex;
    flex-direction: row;
    gap: 30px;
    list-style-type: none;
}

.nav-item a {
    text-decoration: none;
    color: #FAFCFC;
    font-size: 15px;
}

.contact-sales-btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50px;
    margin-right: 5px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    color: #F9FBFC;
    font-size: 15px;
}

.start-free-btn {
    background-color: #ededed;
    border: 1px solid black;
    border-radius: 50px;
    margin-right: 8px;
    padding: 5px 10px;
    font-size: 15px;

}

/* Hero section */
.main {
    margin-top: 1px;
}

.hero-section {
    position: relative;
    isolation: isolate;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 6rem;
    margin: 0px auto;
    text-align: center;
    max-width: 37rem;
}

.hero-section-link {
    background-color: #054C67;
    padding: 8px;
    border-radius: 50px;
}

.sub-line {
    background-color: #0C8C5E;
    padding: 5px;
    font-size: 12px;
    color: #F9FBFB;
    border-radius: 50px;
    margin-right: 5px;
    font-weight: bold;
}

.hero-section-link a {
    color: #F9FBFB;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
    font-weight: bold;

}

.arrow-icon {
    background-color: #FFFFFF;
    font-size: 12px;
    border-radius: 1100%;
    padding: 1px 2px;

}

.hero-section-content h1 {
    font-size: 62px;
    color: white;
    margin-top: 45px;
}

.hero-section-content p {
    font-size: 16px;
    color: white;
    margin: 30px auto;
    max-width: 24rem;
}

.email-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 6px 4px 16px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    width: fit-content;
    margin-inline: auto;
}

/* Input */
.email-cta input {
    background: transparent;
    border: none;
    outline: none;

    color: white;
    font-size: 16px;
}

.email-cta input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Button */
.email-cta button {
    background: white;
    color: #111;
    border: none;

    padding: 10px 18px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}


.doc-prev-section {
    margin-bottom: 100px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
}



.doc-prev-section img {
    border-radius: 20px;
}

.logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 55rem;
    width: 100%;
    margin-inline: auto;
    justify-content: space-around;
    margin-bottom: 150px;
}

.logos img {
    width: 130px;
    height: 25px;

}



/* Feature */

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.features {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.feature-title {
    color: #111;
    font-size: 43px;
    font-weight: 550;
    margin-bottom: 30px;
}
.feature-subtitle {
    color: #111;
    font-size: 17px;
    text-align: center;
    width: 39%;
    margin-bottom: 50px;
}
.feature-card {
    height: 550px;
    width: 33%;
    border: 1px solid #f2f1f1;
    border-radius: 20px;
    padding: 30px;
}
.card-head {
    color: lab(51.3415% -41.5657 15.3527);
    font-size: 14px;
}
.card-title {
    color: #111;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}
.card-description {
    color: #5a5858;
    font-size: 16px;
    width: 62%;
}
.feature-card img {
    height: 60%;
    width: 90%;
    margin-top: 20px;
}

/* intelligence assistant */
.intelligence{
    text-align: center;
    display: flex;
    justify-content: center;
}
.intelli-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    border: 1px solid #f2f1f1;
    border-radius: 20px;
    width: 69%;
    margin-bottom: 120px;
}
.intelli-card img{
    height: 60%;
    width: 90%;
}
.card-head{
    margin-top: 80px;
    font-size: 12px;
}

/* Enterprises */
.Enterprise{
    background-color: lab(98 0.02 0);
    padding: 100px 250px;
    position: relative;
}
.ent-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ent-hero-head {
    color: #0c8c5e;
    font-size: 12px;
    margin-bottom: 23px;
}
.ent-hero-title {
    color: #111;
    font-size: 40px;
    margin-bottom: 20px;
    width: 60%;
    font-weight: 600;
}
.ent-hero-subtitle {
    color: #5a5858;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.explore-btn {
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #111;
    align-self: flex-end;
    margin-bottom: 25px;
    border: none;
    color: #fff;
    font-size: medium;
}

.ent-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 90px;
}
.ent-card {
    border: none;
    width: 50%;
    align-self: flex-start;
}
.ent-card img {
    height: auto;
    width: 13%;
    margin-bottom: 20px;
}
.ent-card-title {
    color: #111;
    font-size: 20px;
    margin-bottom: 20px;
}
.ent-card-description {
    color: #959393;
    font-size: 16px;
    line-height: 1.4;
}

.bottom {
    height: 35vw;
    width: 100%;
}
.ent-bg-img{
    z-index: -1;
    border-radius: 30px;
    max-width: 69rem;
    width: 100%;
}


.case-studies {
    width: 100%;
}

.study-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 80px;
}
.stud-title {
    color: #0c8c5e;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}
.stud-subtitle {
    color: #111;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.stud-desc {
    font-size: 17px;
    width: 43%;
    margin-bottom: 30px;
}

.study-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
    margin-bottom: 40px;
    margin-left: 99px;
}

.study-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.study-imgs {
    position: relative;
    display: inline-block;
}
.study-imgs img {
    display: block;
    height: 40vh;
    width: 30vw;
    border-radius: 15px;
}
.study-imgs svg {
    position: absolute;
    top: 40%;
    left: 22%;
    height: 17%;
    width: 140px;
    border-radius: 20px;
}
.card-desc {
    color: #4b4a4a;
    width: 90%;
}

.read-story {
    color:#6e6c6c;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 30%;
    font-weight: 600;
}
.read-story:hover {
    color: #0f9714;
}


.pre-foot-head{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}

.pre-foot-title {
    color: #0a0d0c;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 33%;
}
.pre-foot-subtitle {
    font-size: 17px;
    line-height: 1.4;
    width: 43%;
}
.pre-foot-btns :nth-child(1) {
    padding: 10px 25px;
    border-radius: 25px;
    background-color: #111;
    border: none;
    color: #fff;
    font-size: medium;
    margin-top: 45px;
}
.pre-foot-btns :nth-child(1):hover {
    background-color: #323030;
}
.pre-foot-btns :nth-child(2) {
    padding: 10px 25px;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid #111; 
    color: #111;
    font-size: medium;
    margin-top: 45px;
}
.pre-foot-btns :nth-child(2):hover {
    background-color: #c0c0c0;
    color: #fff;
}

.pre-foot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
}
.pre-foot-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.card-img {
    height: 20%;
    width: 30%;
}
.pre-foot-card-title {
    font-size: 21px;
    color: black;
    margin-top: 35px;
}
.pre-foot-card-description {
    font-size: 17px;
    color: rgb(70, 69, 69);
    margin-top: 18px;
}
.pre-foot-card a {
    width: 50%;
    margin-top: 40px;
    font-size: 16px ;
    color: #0c8c5e;
}
.line{
    background-color: #edecec;
    height: 300px;
    width: 1px;
    margin-top: 50px;
}

.footer {
  background-color: #F7F7F7;
  border-top: 1px solid #eee;
  padding: 0px 200px;
  font-family: system-ui, sans-serif;
  color: #111;
  margin-top: 150px;
}
.container-last {
     border: 1px solid #eee;
     padding: 50px 0;
     border-top: none;
}
.logo-img2 {
    width: 120px;
    height: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-direction: column;
  margin-top: 15px;
}

.footer-brand {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
  align-items: center;
 
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.logo-icon {
  width: 20px;
  height: 20px;
  background: #22c55e;
  border-radius: 50%;
}

.socials a {
  margin-left: 12px;
  text-decoration: none;
  color: #999;
  font-size: 20px;
  width: 60px;
}

.git-img {
    height: 30px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex: 1;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.col {
    width: 90%;
    text-align: left;
}
.col h4 {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}

.col a {
  display: block;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 30px;
  text-align: left;
}

.col a:hover {
  background-color: #f6f6f6;
}

.footer-middle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
  padding: 40px 70px 0px;
  border-top: 1px solid #eee;
}

.footer-middle p {
    color: black;
}
.footer-middle img{
    height: 60px;
    border-radius: 50px;
}

.badge {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding:30px 70px 20px;
  font-size: 14px;
  color: #666;
}

.status {
  background: #f5f5f5;
  padding: 8px 19px;
  border-radius: 999px;
  font-size: 13px;
  color: #0a0d0c;
}
.footer-bottom p {
    color: #919090;
}
.theme-toggle img {
  border-radius: 40px;
  height: 30px;
}
