#heroSec .heroSecInner {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    text-align: center;
}

[dir="rtl"] #heroSec .heroSecInner {
    align-items: center;
}

#heroSec .heroSecContent h1,
#heroSec .heroSecContent h2 {
    font-size: var(--fs-h1);
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    max-width: 1200px;
    line-height: 1.15;
    margin: 0 auto 20px auto;
}

#heroSec .heroSecContent p {
    font-size: 26px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0 auto 30px auto;
    max-width: 1200px;
    text-align: center;
}

.heroSecContentCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
}

.heroSecContentCtas {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
}

.heroSecReview {
    position: absolute;
    bottom: -40px;
    inset-inline-end: -30px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    z-index: 2;
}

[dir="rtl"] .heroSecReview {
    align-items: center;
    text-align: center;
}

#heroSec .heroSecReview p {
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

#overview {
    width: 100%;
    padding: 60px 0;
}

#overview .overviewInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#overview p {
    font-size: clamp(18px, 2.2vw, 24px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 1000px;
    letter-spacing: 0.02em;
    text-align: center;
}

#overview .overviewBoxes {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}

#overview .overviewBoxes .overviewBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
    padding: 40px 30px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s ease;
}

#overview .overviewBoxes .overviewBox:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

#overview .overviewBoxes .overviewBox img {
    max-width: 130px;
    margin: 0 auto;
}

#overview .overviewBoxes h2 {
    font-size: clamp(48px, 6vw, 64px);
    font-family: var(--heading-font);
    font-weight: 700;
    color: #38a4a7;
    line-height: 1;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 10px;
}

#overview .overviewBoxes h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #38a4a7;
    opacity: 0.3;
}

#overview .overviewBoxes h4 {
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}

#overview .overviewBoxes p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

#overview .overviewCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

#overview .overviewCtas .themeTransparentBtn {
    border-color: #38a4a7;
    color: #38a4a7;
}

#overview .overviewCtas .themeTransparentBtn:hover {
    background-color: #38a4a7;
    color: #fff;
}

#services {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0;
}

#services .servicesHead {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 20px;
    text-align: center;
}

#services .servicesHead h2 {
    font-size: var(--fs-h2);
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: var(--lh-heading);
    margin: 0;
    max-width: 100%;
}

#services .servicesHead p {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: var(--lh-body);
    margin: 0;
    max-width: 80%;
}

#services .serviceCtas {
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
}

#services .servicesSlider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    perspective: 1200px;
}

#services .servicesSliderBox {
    max-width: 547px;
    width: 100%;
    height: 580px;
    perspective: 1200px;
    cursor: pointer;
    border-radius: 20px;
    transform-style: preserve-3d;
}

#services .servicesSliderBox .cardInner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
}

#services .servicesSliderBox:hover .cardInner {
    transform: rotateY(180deg);
}

#services .servicesSliderBox .cardFront,
#services .servicesSliderBox .cardBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 56px;
    box-sizing: border-box;
    overflow: hidden;
}

#services .servicesSliderBox .cardFront {
    background: linear-gradient(145deg, #3db8bb 0%, #38a4a7 50%, #2e9598 100%);
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
}

#services .servicesSliderBox .cardFront::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

#services .servicesSliderBox .cardFront::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

#services .servicesSliderBox .cardBack {
    background: linear-gradient(145deg, #134142 0%, #0f3c3d 50%, #0a2e2f 100%);
    transform: rotateY(180deg);
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

#services .servicesSliderBox .cardBack::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #38a4a7, #4dd0d3, #38a4a7);
}

#services .servicesSliderBox .cardBack::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: rgba(56, 164, 167, 0.06);
    border-radius: 50%;
}

#services .servicesSliderBox img {
    max-width: 80px;
    filter: brightness(1.1);
}

#services .servicesSliderBox h3 {
    font-size: clamp(1.25rem, 4vw, 32px);
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
    white-space: normal;
}

@media (max-width:992px) {
    #services .servicesSliderBox h3 {
        font-size: clamp(1.25rem, 5vw, 24px);
        white-space: normal;
    }
}

#services .servicesSliderBox .cardBack p {
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6em;
    margin: 0;
}

#services .servicesSliderBox .cardBack img {
    max-width: 55px;
    opacity: 0.85;
}

#projects {
    background-color: #231f20;
    width: 100%;
    padding: 60px 0;
}

#projects .projectsInner {
    max-width: 1440px;
    margin: auto;
    content-visibility: auto;
    contain-intrinsic-size: 0 800px;
}

.projectsHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
    gap: 30px;
    text-align: center;
}

.projectsHead h2 {
    font-size: clamp(1.5rem, 3.5vw, var(--fs-h2));
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: var(--lh-heading);
    margin: 0;
    max-width: 100%;
}

@media (max-width:1200px) {
    .projectsHead h2 {
        white-space: normal;
    }
}

.projectsHead p {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: var(--lh-body);
    margin: 0;
    max-width: 40%;
}

.projectsHeadRight {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.projectsHeadRight p {
    max-width: 100%;
}

.projectsHead .fitoutList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.projectsHead .fitoutList li {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.projectsHead .fitoutList li i {
    color: #38a4a7;
    font-size: 14px;
    flex-shrink: 0;
}

.projectsHead .fitout-footer {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-top: 4px;
}

.projectsCard h4 {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: var(--lh-heading);
    margin: 0 0 15px 0;
}

.projectsCard h2 {
    font-size: var(--fs-h3);
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    line-height: var(--lh-heading);
    margin: 0 0 10px 0;
}

.projectsCard p {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: var(--lh-body);
    margin: 0;
}

.projectsCardCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.projectValues {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.projectValuesCol {
    max-width: calc(50% - 30px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projectValuesCol img {
    width: 100%;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.projectValuesCol img:hover {
    opacity: 1;
}

.projectValuesCol h2 {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto 35px auto;
    text-align: center;
    width: 100%;
    display: block;
}

.valueSubtitle {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

.valueMainTitle {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    display: block;
}

.projectValuesInner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 10%);
    padding: 25px 0;
    column-gap: 60px;
    width: 100%;
}

@media (max-width:992px) {
    .projectValuesInner {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 40px 0;
    }
}

.projectValuesInnerCol {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.projectValuesInnerCol h3 {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    transition: color 0.4s ease;
    cursor: pointer;
}

.projectValuesInnerCol:hover h3 {
    color: #4dbdc0;
}

.projectValueContent {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.8s cubic-bezier(0.33, 1, 0.68, 1), margin 0.4s ease;
    overflow: hidden;
}

.projectValuesInnerCol:hover .projectValueContent {
    grid-template-rows: 1fr;
    margin-top: 15px;
}

.projectValueContent p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    min-height: 0;
    opacity: 0;
    padding-bottom: 2px;
    text-align: center;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.projectValuesInnerCol:hover .projectValueContent p {
    opacity: 1;
    transform: translateY(0);
}

.projectValuesCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
}

.projectCtaBanner .projectCtaBannerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.projectCtaBanner h2 {
    font-size: var(--fs-h2);
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: var(--lh-heading);
    margin: 0;
    max-width: 90%;
    text-align: center;
}

.projectCtaBanner p {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: var(--lh-body);
    margin: 0;
    max-width: 80%;
    text-align: center;
}

@media (max-width:992px) {
    #team {
        padding-top: 60px;
    }
}

#team .teamInner .teamCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 70px;
}

#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: 24px;
    max-width: 510px;
    width: 100%;
    content-visibility: auto;
    contain-intrinsic-size: 0 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

#discussProject .discussProjectCard h4 {
    font-size: clamp(28px, 3.5vw, 38px);
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin: 0;
    white-space: normal;
}

#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;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#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: 12px 16px;
    border: none;
    border-radius: 4px;
    color: #231f20;
    box-sizing: border-box;
}

#discussProject .discussProjectCard form .inputField::placeholder {
    color: #231f20;
}

#fitout {
    width: 100%;
    padding: 80px 0;
    background-color: #f7f9fa;
}

#fitout .fitoutInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

#fitout .fitoutContent {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#fitout .fitoutContent h2 {
    font-size: var(--fs-h2);
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: var(--lh-heading);
    margin: 0;
}

#fitout .fitout-intro {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #444;
    line-height: var(--lh-body);
    margin: 0;
}

#fitout .fitoutList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#fitout .fitoutList li {
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#fitout .fitoutList li:hover {
    transform: translateX(6px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

[dir="rtl"] #fitout .fitoutList li:hover {
    transform: translateX(-6px);
}

#fitout .fitoutList li i {
    color: #38a4a7;
    font-size: 18px;
    flex-shrink: 0;
}

#fitout .fitout-footer {
    font-size: var(--fs-body);
    font-family: var(--heading-font);
    font-weight: 400;
    color: #555;
    line-height: var(--lh-body);
    margin: 0 auto;
    max-width: 900px;
    border-left: 4px solid #38a4a7;
    padding-left: 20px;
    text-align: center;
}

[dir="rtl"] #fitout .fitout-footer {
    border-left: none;
    border-right: 4px solid #38a4a7;
    padding-left: 0;
    padding-right: 20px;
    text-align: center;
}

#finalCta {
    width: 100%;
    padding: 80px 0;
    background-color: #0f3c3d;
}

#finalCta .finalCtaInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

#finalCta h4 {
    font-size: 22px;
    font-family: var(--aesthetic-font);
    font-weight: 500;
    color: #38a4a7;
    line-height: 1.4;
    margin: 0;
}

#finalCta h2 {
    font-size: var(--fs-h2);
    font-family: var(--aesthetic-font);
    font-style: italic;
    font-weight: 700;
    color: #fff;
    line-height: var(--lh-heading);
    margin: 0;
}

#finalCta p {
    font-size: var(--fs-body);
    font-family: var(--aesthetic-font);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: var(--lh-body);
    margin: 0;
    max-width: 800px;
}

#finalCta .themePrimaryBtn {
    margin-top: 10px;
}

#gallery {
    margin: 100px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

#gallery .swiper {
    width: 100%;
}

#gallery .swiper-slide {
    border-radius: 4px;
    height: 400px;
}

#gallery .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width:1440px) {
    #heroSec .heroSecInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    #heroSec .heroSecContent h1,
    #heroSec .heroSecContent h2 {
        font-size: 72px;
        max-width: 600px;
    }

    #heroSec .heroSecContent p {
        font-size: 18px;
        max-width: 500px;
    }

    .overviewInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .projectsInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    #services .servicesHead {
        max-width: 1140px;
        padding: 0px 30px;
    }

    #services .serviceCtas {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .teamInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .testimonialsInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .discussProjectInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .fitoutInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .footerInner {
        max-width: 1140px;
        padding: 0px 30px;
    }
}

@media (max-width:1140px) {
    #heroSec .heroSecInner {
        max-width: 95%;
    }

    .overviewInner {
        max-width: 95%;
    }

    .projectsInner {
        max-width: 95%;
    }

    #services .servicesHead {
        max-width: 95%;
    }

    #services .serviceCtas {
        max-width: 95%;
    }

    .testimonialsInner {
        max-width: 95%;
    }

    .discussProjectInner {
        max-width: 95%;
    }

    .fitoutInner {
        max-width: 95%;
    }

    .footerInner {
        max-width: 95%;
    }
}

@media (max-width:992px) {

    body,
    html {
        overflow-x: hidden;
    }

    #breadcrumbSec {
        padding: 20px;
    }

    #heroSec {
        height: auto;
        min-height: 100vh;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    #heroSec .heroSecInner {
        max-width: 100%;
        gap: 30px;
        margin-top: 0;
        padding: 0 20px;
    }

    #heroSec .heroSecContent h1,
    #heroSec .heroSecContent h2 {
        font-size: clamp(38px, 10vw, 56px);
        line-height: 1.15;
        max-width: 100%;
        margin-bottom: 20px;
        text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
        font-weight: 700;
    }

    #heroSec .heroSecContent p {
        font-size: clamp(16px, 4.5vw, 20px);
        line-height: 1.5;
        max-width: 100%;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    }

    .heroSecContentCtas,
    .teamHead {
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
    }

    .heroSecContentCtas .serviceCtaWrap,
    .heroSecContentCtas .ctaContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .heroSecContentCtas .themePrimaryBtn,
    .heroSecContentCtas .themeTransparentBtn {
        width: 100%;
        justify-content: center;
        padding: 16px 0;
        font-size: 18px;
        border-radius: 12px;
    }

    .heroSecReview {
        position: relative;
        bottom: 0;
        inset-inline-end: 0;
        margin-top: 30px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 20px 24px;
        border-radius: 20px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    #serviceSec2,
    #services,
    #overview,
    #fitout,
    #projects {
        padding: 60px 20px !important;
    }

    #overview .overviewInner,
    .servicesHead,
    #services .serviceCtas,
    .projectsHead,
    .teamHead,
    .fitoutInner {
        padding: 0px !important;
        gap: 20px !important;
    }

    .projectsHead h2,
    #services .servicesHead h2,
    #fitout .fitoutContent h2 {
        font-size: clamp(22px, 6.5vw, 42px) !important;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .projectsHead p,
    #services .servicesHead p,
    #overview p {
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.85);
    }

    #overview p,
    #services .servicesHead p {
        color: #555;
    }

    #overview .overviewBoxes,
    #services .servicesSlider {
        flex-direction: column !important;
        gap: 24px !important;
    }

    .overviewBox {
        padding: 35px 24px !important;
        border-radius: 20px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04) !important;
        border: 1px solid rgba(0, 0, 0, 0.03) !important;
    }

    #services .servicesSliderBox {
        height: 440px !important;
        max-width: 100% !important;
        border-radius: 20px !important;
    }

    #services .servicesSliderBox .cardFront,
    #services .servicesSliderBox .cardBack {
        padding: 40px 24px !important;
        border-radius: 20px !important;
    }

    #projects .projectsInner {
        display: flex !important;
        flex-direction: column !important;
        gap: 60px !important;
    }

    .projectsCard {
        margin-bottom: 0 !important;
        padding: 50px 24px !important;
        border-radius: 20px !important;
        min-height: auto !important;
        gap: 20px !important;
        align-items: center !important;
        text-align: center;
        background-position: center !important;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
    }

    .projectsCard h2 {
        font-size: clamp(28px, 8vw, 40px) !important;
    }

    .projectsCardCtas .ctaContainer,
    .projectsCard .serviceCtaWrap .ctaContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .projectsCardCtas .themePrimaryBtn,
    .projectsCardCtas .themeTransparentBtn,
    .projectsCard .themePrimaryBtn,
    .projectsCard .themeTransparentBtn {
        width: 100%;
        justify-content: center;
        padding: 16px 0;
        border-radius: 12px;
    }

    .overviewBoxRow:hover h3,
    .overviewBoxRow:active h3 {
        color: var(--primary-color) !important;
    }

    #services .servicesSliderBox:hover h3,
    #services .servicesSliderBox:active h3 {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    #services .servicesSliderBox:active {
        transform: scale(0.98);
        transition: transform 0.2s ease;
    }

    .projectsCol:hover .projectsColContent h3,
    .projectsCol:active .projectsColContent h3 {
        color: var(--primary-color) !important;
    }

    .projectsCol:active {
        transform: scale(0.98);
    }

    .projectValues {
        width: 100% !important;
        margin: 0 !important;
        flex-direction: column !important;
        gap: 30px !important;
    }

    #discussProject .discussProjectInner h2 {
        font-size: clamp(28px, 8vw, 36px) !important;
        line-height: 1.25 !important;
        margin-bottom: 10px;
        text-align: center;
        white-space: normal !important;
        word-wrap: break-word !important;
        width: 100% !important;
    }

    #discussProject .discussSubtitle,
    #discussProject .discussDesc {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: center;
        max-width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    #discussProject .discussProjectCard {
        max-width: 100% !important;
        padding: 30px 20px !important;
        margin: 30px 15px 0 15px !important;
        width: calc(100% - 30px) !important;
    }

    #discussProject .discussProjectCard h4 {
        font-size: clamp(24px, 7vw, 32px) !important;
        text-align: center;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    #discussProject .discussProjectCard p {
        text-align: center;
    }

    #finalCta h2 {
        font-size: clamp(30px, 8vw, 42px) !important;
        line-height: 1.25 !important;
        margin-bottom: 10px;
    }

    #finalCta p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .projectValuesCol {
        max-width: 100% !important;
        width: 100% !important;
    }

    .projectValuesCol img.img-fluid {
        margin-bottom: 20px !important;
        border-radius: 24px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
    }

    .projectValuesCol h2 {
        font-size: clamp(32px, 8vw, 42px) !important;
        margin-bottom: 25px !important;
        color: var(--primary-color) !important;
        font-weight: 800 !important;
    }

    .projectValuesInner {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 0 !important;
        border-bottom: none !important;
    }

    .projectValuesInnerCol {
        width: 100% !important;
        padding: 28px 24px !important;
        margin-bottom: 25px !important;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 20px !important;
        backdrop-filter: blur(16px) !important;
        -webkit-backdrop-filter: blur(16px) !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        transition: transform 0.3s ease, border-color 0.3s ease, padding 0.3s ease !important;
        cursor: pointer;
    }

    .projectValueHeading {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
    }

    .projectValueHeading h3 {
        font-size: 24px !important;
        text-align: center !important;
        margin-bottom: 5px !important;
    }

    .projectValuesInnerCol:active {
        transform: scale(0.98) !important;
        border-color: rgba(56, 164, 167, 0.5) !important;
    }

    .projectValuesInnerCol h3 {
        font-size: 22px !important;
        color: #fff !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
    }

    .projectValueContent {
        grid-template-rows: 0fr !important;
        opacity: 0 !important;
        visibility: hidden !important;
        margin-top: 0 !important;
        transition: grid-template-rows 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, margin-top 0.4s ease !important;
    }

    .projectValuesInnerCol:active .projectValueContent,
    .projectValuesInnerCol:focus .projectValueContent,
    .projectValuesInnerCol:hover .projectValueContent {
        grid-template-rows: 1fr !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 10px !important;
    }

    .projectValueContent p {
        opacity: 1 !important;
        transform: translateY(0) !important;
        font-size: 16px !important;
        color: rgba(255, 255, 255, 0.85) !important;
        transition: opacity 0.4s ease, transform 0.4s ease !important;
        text-align: center !important;
        line-height: 1.6 !important;
    }

    .projectValuesCol .serviceCtaWrap .ctaContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
        margin-top: 15px;
    }

    .projectValuesCol .themePrimaryBtn,
    .projectValuesCol .themeTransparentBtn {
        width: 100%;
        justify-content: center;
        padding: 16px 0;
        border-radius: 12px;
    }

    .projectCtaBanner {
        width: 100% !important;
        margin: 0 !important;
        min-height: auto !important;
        padding: 60px 24px !important;
        background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85)), url("../img/projectBannerImg.png") !important;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 24px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
    }

    .projectCtaBanner h2 {
        font-size: clamp(30px, 8vw, 40px) !important;
        line-height: 1.25 !important;
        margin-bottom: 15px !important;
        color: #fff !important;
        font-weight: 800 !important;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
    }

    .projectCtaBanner p {
        font-size: 17px !important;
        line-height: 1.6 !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
        color: rgba(255, 255, 255, 0.95) !important;
    }

    .projectCtaBanner .serviceCtaWrap,
    .projectCtaBanner .ctaContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .projectCtaBanner .themePrimaryBtn,
    .projectCtaBanner .themeTransparentBtn {
        width: 100%;
        justify-content: center;
        padding: 16px 0;
        border-radius: 12px;
        font-size: 18px;
    }

    .projectsHeadRight {
        max-width: 100% !important;
    }

    #finalCta .finalCtaInner {
        padding: 0 15px !important;
        text-align: center !important;
        width: 100% !important;
    }

    #finalCta h2 {
        font-size: clamp(24px, 7vw, 32px) !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #finalCta p {
        font-size: 16px !important;
        width: 100% !important;
    }
}