.heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #060100;
    margin: 0;
}

.subHeading {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1D1D1D;
    margin: 0;
}

.description {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1%;
    color: #060100;
    margin: 0;
}

.aboutCardImage {
    height: 557px;
    border-radius: 16px;
    overflow: hidden;
}

.aboutCardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.aboutCardImage img:hover {
    transform: scale(1.05);
}

.aboutPageContent {
    max-width: 597px;
}

.aboutAgencySection .aboutAgencyContent {
    max-width: 597px;
}

.aboutAgencySection .aboutAgencyItem {
    border-top: 1px solid #1D1D1D33;
    margin-bottom: 0 !important;
    padding-block: 36px;
    align-items: center;
    position: relative;
    cursor: pointer;
    isolation: isolate;
}

.aboutAgencySection .aboutAgencyItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 115%;
    height: 100%;
    background: #1D1D1D;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 0;
}

.aboutAgencySection .aboutAgencyItem:hover::before {
    clip-path: inset(0 0 0 0);
}

.aboutAgencySection .aboutAgencyItem h3,
.aboutAgencySection .aboutAgencyItem p {
    position: relative;
    z-index: 1;
    transition: color 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
}

.aboutAgencySection .aboutAgencyItem:hover h3 {
    color: #fff !important;
}

.aboutAgencySection .aboutAgencyItem:hover p {
    color: #fff !important;
}

.aboutAgencySection .aboutAgencyItem.last {
    border-bottom: 1px solid #1D1D1D33;
}

.aboutAgencySection .aboutAgencyCount h3 {
    font-size: 148px;
    line-height: 124px;
    font-weight: 400 !important;
    letter-spacing: 0%;
    margin-bottom: 0;
}

.aboutAgencySection .aboutAgencyCount h3 span {
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -4%;
    line-height: 62px;
    margin-bottom: 0;
}

.workingWithUsSection .heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #1D1D1D33;
    margin-bottom: 48px;
}

.workingWithUsSection .whyCards h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 96%;
    text-transform: uppercase;
    color: #fff;
}

.workingWithUsSection .whyCards p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #fff;
}

.workingWithUsSection .whyCards .whyCardsImage {
    width: fit-content;
    height: 143px;
    position: relative;
}

.workingWithUsSection .whyCards .whyCardsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.workingWithUsSection .whyCards:hover .whyCardsImage img {
    transform: scale(1.1);
}

.workingWithUsSection .whyCards {
    padding: 40px 32px;
    height: 470px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #1D1D1D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sectionCsMarquee .heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #1D1D1D33;
}

.aboutMarquee-wrapper .cardsOffin {
    background-color: #1D1D1D;
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    min-height: 355px;
    max-height: 355px;
    flex-direction: column;
    max-width: 351px;
    width: 100%;
}

.aboutMarquee-wrapper .cardsOffinLink {
    padding-top: 24px;
    border-top: 1px solid #F6F6F633;
}

.aboutMarquee-wrapper .cardsOffinLink a {
    color: #fff;
}

.aboutMarquee-wrapper .portfolioVsliderItem img {
    max-height: 454px;
    min-height: 454px;
    max-width: 352px;
    border-radius: 16px;
}

.aboutMarquee-wrapper .portfolioVsliderItem video {
    max-height: 454px;
    max-width: 352px;
    border-radius: 16px;
    min-height: 454px;
    width: 100%;
    object-fit: cover;
}

.teamSectionHeading {
    border-bottom: 1px solid #1D1D1D33;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

.teamItemContent .teamItemProfile {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1D1D1D;
}

.teamItemContent .teamItemDes {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #1D1D1D;
}

.SectionSwiper {
    cursor: grab;
}

.flightModePurposeContent {
    padding: 64px;
}

.flightModePurposeContent .heading {
    margin-bottom: 24px;
}

.flightModePurposeContent .description {
    margin-bottom: 64px;
    max-width: 510px;
}

.purposeFeatureList {
    max-width: 475px;
}


.purposeFeatureItem {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #1D1D1D33;
    padding-bottom: 24px;
}

.purposeFeatureItem .purposeIcon {
    width: 48px;
    height: 48px;
    transition: all 0.2s ease-in-out;
}

.purposeFeatureItem:hover .purposeIcon {
    filter: invert(1);
}

.purposeFeatureItem .purposeIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purposeFeatureItem h6 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
    color: #060100;
}

.purposeFeatureItem p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #1D1D1D;

}

.flightModePurposeImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 990px) {
    .aboutAgencySection .aboutAgencyItem {
        margin-bottom: 32px;
        border: none;
    }

    .subHeading {
        font-size: 12px;
    }

    .aboutCardImage {
        height: 324px;
    }

    .heroSectionAbout .heroSectionPanel {
        height: 630px !important;
    }

    .heading {
        font-size: 24px;
        line-height: 96%;
    }

    .description {
        font-size: 14px;
        line-height: 140%;
    }

    .aboutPageContent {
        max-width: 100%;
        margin-top: 24px;
    }

    .aboutAgencySection .aboutAgencyContent {
        max-width: 100%;
    }

    .aboutAgencySection .aboutAgencyCount h3 {
        font-size: 64px;
        line-height: 44px;
    }

    .aboutAgencySection .aboutAgencyCount h3 span {
        font-size: 26px;
        line-height: 120%;
    }

    .aboutAgencyCount h3 {
        border-bottom: none !important;
    }

    .aboutAgencySection .aboutAgencyItem {
        padding-block: 24px;
    }

    .aboutAgency {
        margin: 0 !important;
    }

    .workingWithUsSection .whyCards {
        padding: 32px 20px;
        height: 344px;
        min-width: 284px;
    }

    .workingWithUsSection .whyCards h3 {
        font-size: 30px;
    }

    .workingWithUsSection .whyCards p {
        font-size: 12px;
        line-height: 140%;
    }

    .workingWithUsSection .whyCards .whyCardsImage {
        height: 120px;
    }

    .flightModePurposeContent {
        padding: 0 30px !important;
    }

    .purposeFeatureItem {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .purposeFeatureList {
        max-width: 100%;
    }

    .purposeFeatureItem:hover .purposeIcon {
        filter: unset;
    }

    .purposeFeatureItem p {
        max-width: 294px;
    }

    .flightModePurposeSection .row.align-items-center {
        flex-direction: column-reverse;
    }

    .missionTable .accordion-button .icon {
        display: none;
    }

    #accordionWeeks .accordion-header .accordion-button {
        justify-content: space-between;
    }

    .missionTable {
        margin-bottom: 48px;
    }

    .singleRow {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sectionCsMarquee .singleRow {
        border-bottom: 1px solid #1D1D1D33;
    }

    .sectionCsMarquee .heading {
        padding-bottom: 20px;
        border-bottom: none;
    }

    .aboutMarquee-wrapper .cardsOffin {
        min-height: 270px;
        max-height: 270px;
        max-width: 284px;
    }

    .aboutMarquee-wrapper .portfolioVsliderItem video,
    .aboutMarquee-wrapper .portfolioVsliderItem img {
        max-height: 368px;
        max-width: 284px;
        min-height: 368px;
    }

    .teamSectionHeading h6 {
        margin-bottom: 16px !important;
    }

    .teamItemContent .teamItemProfile {
        font-size: 16px;
    }

    .teamItemContent .teamItemDes {
        font-size: 12px;
    }

    .aboutAgencySection {
        padding-top: 0;
    }
}