a {
    text-decoration: none;
    color: inherit;
}
/* .shapes-icon {
    position: absolute;
    top: 10px;
    left: calc(20%);
    width: 1500px;
    height: 1300px;
    object-fit: cover;
    filter: brightness(80%) opacity(50%)
} */
 body{
    position: relative;
    overflow-y: auto;
    width: 100%;
background-color: #030712;
overflow-x: hidden;
 }
 .top-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(80%) opacity(10%);
    z-index: 2;
    pointer-events: none; 

}
.light-shadow{
position: absolute;
left: 40%;
transform: translateX(-50%);
z-index: 2;
pointer-events: none; 

}
.dark-shadow{
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 2;
pointer-events: none; 

}
@media (max-width:1200px) {
    .top-bg {
        width: 100%;
    }
}
@media  (max-width:768px) {
    .dark-shadow{
        width: 100%;
    }
    .light-shadow{
        width: 100%;
    }
}
.logo-ai-1-icon {
    height: 60px;
    object-fit: cover;
    width: 38.63777160644531px;
height: 60px;
padding-left: 78px;

}
.find-what-matters {
    font-family: Raleway;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -1.5px;
    text-align: center;
    width: 304px;
}
.co-title {
    display: flex;
    align-items: center;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-links{
    display: flex;
    justify-content: space-between;
    align-self: center;
    gap: 2rem;
    padding-right: 78px;
}

    .header-links a {

        display: inline-block; 
        border-bottom: 1px solid; 
        border-image-source: linear-gradient(90deg, #1F2937 0%, #4B5563 50%, #1F2937 100%);
        border-image-slice: 1;
        text-decoration: none;
        padding-bottom: 4px; 
font-weight: 500;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: center;

    }
.header {
    width: 100%;
    height: 100px; 
    font-size: 32px;
    color: #f4f4f5;
    font-family: Raleway;
    background-color: #030712; 
}

body {
    background-color: #030712;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: Raleway;

}

.fcf-body-1 {
    margin: 0;
    font-family: Raleway;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #838aa7;
    text-align: left;
    background-color: #030712;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 50%;
}

.fcf-body {
    width: 100%;
    background-color: #030712;
    color: #838aa7;
    font-family: Raleway;
    margin-top: 1px; 
    /* height: calc(100vh - 100px); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section {
    width: 100%;
    max-width: 600px; /* Adjust the max-width as needed */
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    background-color: #030712;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0 auto;
    margin-top: 3rem;
}

#fcf-form {
    display:block;
}

.fcf-h3{
    font-size: 40px;
    font-weight: 200;
    line-height: 1.2;
    color: #838aa7;
    margin-top: 5px;
    margin-bottom: 2rem;
}

.contact-details {
    color: #838aa7;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.contact-details p {
    margin-bottom: 0.5rem;
}

.contact-details a {
    color: #c7d2fe;
    font-weight: 500;
}

.fcf-form-group {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.16) inset;
    border-radius: 8px;
    background: linear-gradient(0deg, #4f46e5, #6366f1);
}

.fcf-btn-primary:hover {
    color: #fff;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.16) inset;
    border-radius: 8px;
    background: linear-gradient(0deg, #4f46e5, #6366f1);
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.16) inset;
    border-radius: 8px;
    background: linear-gradient(0deg, #4f46e5, #6366f1);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

/* Mobile Menu Toggle Button */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}
.section {
    margin-top: 3rem;
}
/* Responsive Design */
@media (max-width: 992px) {
  
    .section {
        margin: 0 auto;
        margin-top: 3rem;
    }
    .menu-toggle {
        display: block;
        margin-right: 78px;
    }

    .header-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100px;
        right: 20px;
        background-color: #030712;
        padding: 15px;
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        z-index: 1000;
        width: 200px;
    }

    .header-links.active {
        display: flex;
    }

    .menu-item {
        padding: 10px 0;
        text-align: center;
    }

    .menu-item a {
        font-size: 16px;
        color: white;
    }
    .fcf-h3 {
        font-size: 28px;
    }
    .section {
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) {
    .menu-toggle {
        margin-right: 48px;
    }
    .logo-ai-1-icon{
        padding-left: 48px;
    }
    .section {
        width: 96%;
    }
    .find-what-matters {
        font-size: 24px;
        width: 217px;
    }
}
@media (max-width: 500px) {
    .menu-toggle {
        margin-right: 28px;
    }
    .logo-ai-1-icon{
        padding-left: 28px;
    }
}
@media (max-width: 400px) {
    .find-what-matters {
        font-size: 20px;
        width: 172px;
    }
    .menu-toggle {
        font-size: 22px;
    }
    .fcf-form-group {
        font-size: 1rem;
    }
    .fcf-h3 {
        font-size: 1.4rem;
    }
    .fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
        font-size: 1rem;
    }
}