.home .main {
    margin-top: 0px;
}
/* Section Our Stories */
.story_section {
    padding: 70px 0;
    border-radius: 0 0 32px 32px;
}

.story_section .intro_header {
    text-align: center;
}
.story-grid {
    display: grid;
    grid-template-columns:1fr;
    gap: 52px;
    align-items: start;
}

/* Right Stats */

.story-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    row-gap: 40px;
}

.stat_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.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:nth-child(3) h3 span.suffix,
.stat_card:nth-child(4) h3 span.suffix {
    color: var(--black);
}
.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(--bg-green);

    font-family: "Manrope", sans-serif;
    font-weight: 500;
}


/* 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:60px;
}

.capabilities_section .intro_header .tagline, 
.capabilities_section .intro_header .title, 
.capabilities_section .intro_header .description {
    color: var(--main-text);
}

/* Grid */

.capabilities-grid{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:72px;
}
.capability_card {
    display: flex;
    gap: 62px;
}
.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;
}
.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(--main-text);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.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: 20px;
}

.contact_section .intro_header .tagline {
    margin-bottom: 20px;
    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);
    }
    .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 {
        gap: 24px;
    }
    .capability_card .figure {
        width: calc(51.701% - 12px);
    }
    .capability_card .context {
        width: calc(48.299% - 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 */
    .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;
    }

    

    /* Contact */
    .contact_section {
        padding-block: 48px;
    }
    .details_row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-block: 24px;
    }
}

@media screen and (max-width:539px){
    
}