#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;
    max-width: 70%;
}
#breadcrumbSec .breadcrumbSecContent p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    max-width: 50%;
}
#projectDetailSec1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 200px 0 100px 0;
}
#projectDetailSec1 h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#projectDetailSec1 p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
    text-align: center;
}
#projectDetailSec1 .projectDetailSec1Inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
#projectDetailSec2 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 100px 0;
}
#projectDetailSec2 h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#projectDetailSec2 p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
}
#projectDetailSec2 .projectDetailSec2Inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#projectDetailSec3 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 87px;
    padding: 0 0 100px 0;
}
#projectDetailSec3 .projectDetailSec3Item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#projectDetailSec3 .projectDetailSec3Item h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#projectDetailSec3 .projectDetailSec3Item p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
}
#projectDetailSec4 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 100px 0;
}

#projectDetailSec4 h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#projectDetailSec4 p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
}
#projectDetailSec4 .projectDetailSec4Highlight {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #c4e4e5;
    padding: 46px 92px 46px 55px;
}
#projectDetailSec4 .projectDetailSec4Highlight h4 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#projectDetailSec4 .projectDetailSec4Highlight p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
}
#projectDetailSec5 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 0 0 0;
}
#projectDetailSec5 .projectDetailSec5Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#projectDetailSec5 .projectDetailSec5InnerCol {
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
#projectDetailSec5 .projectDetailSec5InnerCol h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#projectDetailSec5 .projectDetailSec5InnerCol p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.875rem;
    margin: 0;
}
#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;
}
