.home .hero_section {
    padding-bottom: 60px;
}
.home .hero_section::before {
    display: none;
}
.home .hero_section .hero_overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 1) 100%);
    opacity: .2;
}
.home .hero_section .content_left {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}
.home .hero_section .hero_content .description{
    max-width: 540px;
    margin: 0 auto;
}
.home .scroll_down {
    left: auto;
    transform: none;
    right: 4%;
}
.home .primary_btn.light_green_btn{
    background: #80C72B;
    color: var(--black);
    border: none;
}
.home .hero_section .intro_header .tagline{
    color: var(--secondary);
    margin-bottom: 7px;
    margin-top: 29px;
}
.home .hero_section .hero_content .title {
    margin-bottom: 10px;
}

.home .hero_section .hero_content .btn-group {
    margin-top: 25px;
}
.home .main {
    margin-top: 0px;
}
/* Section Our Stories */
.story_section {
    padding: 70px 0 72px;
    /* border-radius: 30px;
    background-color: #0C0E19;
    overflow: hidden; */
}

.story_section .intro_header .tagline{
    /* color: #80C72B;
    margin-top: 2px;
    margin-bottom: 16px; */
}
.story_section .intro_header .tagline {
    margin-bottom: 14px;
    color: var(--aviation-deep);
}

.story_section .intro_header .title{
    /* color: var(--white);
    max-width: 320px;
    margin-bottom: 0; */
}
.story_section figure.figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .2;
}
.story_section figure.figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-grid {
    display: grid;
    grid-template-columns:1fr;
    gap: 52px;
    align-items: start;
    position: relative;
}
.story-grid .story-content{
    text-align: center;
}


/* Right Stats */

.story-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    row-gap: 40px;
}

.stat_card {
    /* background-color: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 16px; */
}
.stat_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stat_card h3 {
    /*margin-bottom: 7px;
    color: var(--white);
    gap: 4px;
    margin-top: 51px; */
}
.stat_card h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.stat_card h3 span.suffix {
    color:var(--primary-green);
}
.stat_card:nth-child(3) h3 span.suffix i {
    color: var(--primary-green);
    font-style: normal;
}

.stat_card h3 span.suffix img {
    margin-left: 8px;
}

.stat_card .description  {
    font-size: 12px;
    line-height: 16px;
    letter-spacing:normal;
    text-transform: uppercase;
    /* color:var(--secondary); */

    font-family: "Manrope", sans-serif;
    font-weight: 500;
    /* position: relative;
    padding-bottom: 11px; */
}

.stat_card .description:after {
    /* content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg, rgba(232, 236, 242, 0) 0%, rgba(232, 236, 242, 1) 100%);
    opacity: .5; */
}


/* Our Companies Section */
.companies_section{
    border-radius:30px 30px 0px 0px;
    overflow:hidden;
    padding-block: 0px;
    min-height: 729px;
    margin-bottom: 40px;
}
.companies_hero .figure {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: -1;
}
.companies_hero .figure img {
    width: 100%;
}
.companies_hero .figure::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
    position: absolute;
    bottom: 0;
    height: 65%;
    width: 100%;
    z-index: 0;
}

.companies_header {
    padding-top: 118px;
    padding-bottom: 126px;
}

.companies_header .intro_header {
    max-width: 410px;
    width: 100%;
}
.companies_header .intro_header .description {
    color:var(--bg-dark-green);
}

.companies_grid{
    /* display:grid;
    grid-template-columns:repeat(2,1fr); */

    display: flex;
    flex-wrap: wrap;
    gap:24px;
}

/* Cards */

.company_card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 236, 242, 1) 100%);
    border-radius:12px;
    padding:16px;
    display:flex;
    flex-direction:column;
    max-width: 440px;
    width:100%;

}
.company_card .figure {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_card .figure img{
    max-height: 60px;
    object-fit: contain;
}

.company_card h3{
    margin-bottom:16px;
    margin-top: 30px;
    color: var(--steel-blue);
}

.company_card .description {
    margin-bottom:40px;
}
.company_card .link_wrap {
    margin-top: auto;
}

.company_card_xl, .company_card:nth-child(1), .company_card:nth-child(4) {
    max-width: 712px;
}
.company_card_lg, .company_card:nth-child(5) {
    max-width: 626px;
}
.company_card_md, .company_card:nth-child(6) {
    max-width: 526px;
}
/* Companies Responsive */
@media screen and (max-width:1279px){
    .companies_grid {
        gap: 16px;
    }
    .company_card {
        max-width: 40%;
    }
    .company_card_xl, .company_card:nth-child(1), .company_card:nth-child(4) {
        max-width: calc(60% - 16px);
    }
    .company_card_lg, .company_card:nth-child(5) {
        max-width: calc(60% - 16px);
    }
    .company_card_md, .company_card:nth-child(6) {
        max-width: 40%;
    }
}



/* CAPABILITIES SECTION */

.capabilities_section {
    padding-block: 72px;
    overflow:hidden;
    border-radius:30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 236, 242, 1) 100%);
}

/* Heading */

.capabilities_section .intro_header {
    margin-bottom:32px;
}

.capabilities_section .intro_header .tagline, 
.capabilities_section .intro_header .title, 
.capabilities_section .intro_header .description {
    color: var(--main-text);
}

.capabilities_section .intro_header .tagline{
    margin-bottom: 32px;
}

/* Grid */

.capabilities-grid{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:50px;
}
.capability_card {
    display: flex;
    gap: 52px;
    position: relative;
}
.capability_card::after{
    content: '';
    background-color: #D4DEF3;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 1px;
}
.capability_card:last-child::after{
    display: none;
}
.capability_card:nth-child(even) .figure {
    order: 2;
}
.capability_card:nth-child(even) .context {
    text-align: right;
}
.capability_card .figure {
    width:calc(51.701% - 31px);
    border-radius: 12px;
    aspect-ratio: 476 / 222;
    min-width: 476px;
}
.capability_card .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.capability_card .context {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width:calc(48.299% - 31px); */
}
.capability_card h3{
color: var(--main-text);
    margin-bottom:12px;
}

.capability_card .description {
    color: var(--secondary);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    padding-right: 60px;
}
.capability_card:nth-child(even) .context .description{
    padding-right: 0;
    padding-left: 60px;
}

.capabilities_section .btn_group {
    margin-top: 72px;
    text-align: center;
}





/* GET IN TOUCH SECTION */

.contact_section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 236, 242, 1) 100%);
    border-radius:30px;
    padding-block:24px;
}

.contact_grid{
    display:grid;
    grid-template-columns:580px 1fr;
    gap:52px;
}
.contact_section .contact_info {
    /* padding-top: 44px; */
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.contact_section .intro_header .tagline {
    margin-bottom: 40px;
    color: var(--main-text);
}
.contact_section .intro_header .title {
    margin-bottom: 16px;
    color: var(--main-text);
}
.contact_section .intro_header .description {
    color: var(--secondary);
}

.details_row { 
    display: grid;
    grid-template-columns:180px auto ;
    gap: 68px;
    margin-block: 40px;
}
.contact_detail {
    position: relative;
    padding-left: 24px;
}
.contact_detail::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #80C72B;
    background: linear-gradient(180deg, rgba(128, 199, 43, 0) 0%, rgba(128, 199, 43, 1) 50%, rgba(128, 199, 43, 0) 100%);
    display: block;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_detail label{
    display:block;
    margin-bottom:10px;

    color:var(--bg-green);
}

.contact_detail a{
    text-decoration:none;
    font-size:20px;
    line-height: 28px;
    color: var(--bg-green);
}

.contact_detail:last-child a{
    color:var(--primary-green);
}

.contact_media_wrap .figure {
    border-radius: 30px;
    overflow: hidden;
}
.contact_media_wrap .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */


.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.swiper{
    overflow:visible;
}

.swiper-slide{
    height:auto;
}


/* Responsive */

@media screen and (max-width:1199px){
    /* Capabilities */
    .capabilities_section {
        padding-block: 60px;
    }
    .capabilities_section .intro_header {
        margin-bottom: 40px;
    }
    .capability_card {
        gap: 40px;
    }
    .capability_card .figure {
        width: calc(51.701% - 20px);
        min-width: auto;
    }
    .capability_card .context {
        width: calc(48.299% - 20px);
    }
    .capability_card .description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }
    .capabilities_section .btn_group {
        margin-top: 48px;
    }


    /* Contact */
    .contact_section .contact_info {
        padding-top: 0;
    }
}

@media screen and (max-width:991px){
    /* Story */
    .story-grid {
        gap: 16px;
    }

   

    /* Capabilities */
    .capabilities-grid {
       gap: 40px;
    }
    .capability_card::after {
        bottom: -20px;
    }
    .capability_card {
        gap: 24px;
    }
    .capability_card .figure {
        width: calc(51.701% - 12px);
    }
    .capability_card .context {
        width: calc(48.299% - 12px);
    }
    .capabilities_section .intro_header .tagline {
        margin-bottom: 12px;
    }

   

    /* Contact */
    .contact_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media screen and (max-width:767px){
    section {
        padding-block: 48px;
    }
    /* Story */
    .story_section {
        padding: 48px 0;
    }
    .story-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    

    
    /* Capabilities */
    .capability_card .figure {
        aspect-ratio: auto;
    }
    .capabilities_section {
        padding-block: 48px;
    }
    .capability_card {
        flex-direction: column;
        gap: 20px;
    }
    .capability_card .figure, .capability_card .context {
        width: 100%;
    }
    .capability_card:nth-child(even) .figure {
        order: inherit;
    }
    .capability_card:nth-child(even) .context {
        text-align: left;
    }
    .capability_card:nth-child(even) .context .description {
        padding-left: 0;
    }

    

    /* Contact */
    .contact_section {
        padding-block: 48px;
    }
    .details_row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-block: 24px;
    }
}

@media screen and (max-width:350px){
    .story-stats {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}