#breadcrumbSec .breadcrumbSecInner {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}
#breadcrumbSec .breadcrumbSecContent h2 {
    font-size: 96px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
}
#breadcrumbSec .breadcrumbSecContent p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    max-width: 40%;
}


#projects {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 55px;
    padding: 200px 0 0 0;
}
#projects .projectsHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    width: 100%;
}
#projects .projectsHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 80%;
}
#projects .projectsHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
    max-width: 80%;
}
#projects .projectsRow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 55px;
}
#projects .projectsRow .projectsBox {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 12px;
    box-shadow: 6px 14px 64px rgba(0, 0, 0, 10%);
    padding: 23px 22px 23px 29px;
}
#projects .projectsRow .projectsBox h4 {
    font-size: 28px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.3;
    margin: 0;
}
#projects .projectsRow .projectsBox p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
    flex: 1;
}
#projects .projectsRow .projectsBox a {
    margin-top: 9px;
}

#testimonials {
    width: 100%;
    padding: 200px 0;
}
#testimonials .testimonialsInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
#testimonials .testimonialSlider .testimonialSliderCol:first-child {
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;

    gap: 25px;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child {
    flex: 1;
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

#testimonials .testimonialSlider .testimonialSliderBox {
    display: flex;
    align-items: start;
    justify-content: center;
}
#testimonials .testimonialsHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0 0 26px 0;
}
#testimonials .testimonialsHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider {
    margin-top: 80px;
}
#testimonials .testimonialSlider .testimonialSliderCol:first-child h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 60%;
}
#testimonials .testimonialSliderActions {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    margin-left: 20%;
    margin-top: 20px;
}
#testimonials .testimonialSliderActions button {
    background: #d9d9d9;
    border: none;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10.5px;
}
#discussProject .discussProjectInner {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#discussProject .discussProjectInner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0 0 26px 0;
}
#discussProject .discussProjectInner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 50%;
}
#discussProject .discussProjectCard {
    background-color: rgba(255, 255, 255, 5%);
    box-shadow: 0px 6px 17.1px rgba(0, 0, 0, 3%);
    backdrop-filter: blur(10.9px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px 24px;
    max-width: 510px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 80px;
}

#discussProject .discussProjectCard h4 {
    font-size: 40px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
#discussProject .discussProjectCard p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: unset;
}

#discussProject .discussProjectCard form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}
#discussProject .discussProjectCard form .inputField {
    width: 100%;
    background-color: rgba(255, 255, 255, 54%);
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    color: #231f20;
}
#discussProject .discussProjectCard form .inputField::placeholder {
    color: #231f20;
}
