/* Hero */
.industries-page .hero{ height: 860px; align-items: flex-end; padding-bottom: 130px; color: var(--white); background: #000 url("../img/studios/software-engineering/hero.jpg"); background-size: auto 100%; background-position: center top; background-repeat: no-repeat; }
.industries-page .hero .bottom{ display: flex; justify-content: space-between; align-items: flex-end; width: 100%; }
.industries-page .hero .bottom .left{ max-width: 600px;}
.industries-page .hero .bottom .left .label{ text-transform: uppercase; font-size: 13px; letter-spacing: 2px; font-weight: 500; margin-bottom: 30px; font-family: var(--vietnam); }
.industries-page .hero .bottom .left .title{ font-size: 56px; letter-spacing: -1px; margin-bottom: 30px; line-height: 1.1; font-weight: 600; font-family: var(--hanken); }
.industries-page .hero .bottom .left .title span{ display: block; }
.industries-page .hero .bottom .left .description{ line-height: 1.6; font-weight: 300; font-size: 16px; }
.industries-page .hero .bottom .left .description span{ display: block; }
.industries-page .hero .bottom .right{}
.industries-page .hero .bottom .right .button{}

/* Solutions */
.industries-page .solutions{ padding: 80px 0 50px; position: relative; z-index: 10; background: var(--black); color: var(--white); }
.industries-page .solutions .content{ position: relative; }

.industries-page .solutions .head{ text-align: center; margin: 0 auto 90px; max-width: 600px; }
.industries-page .solutions .head .section-title{ letter-spacing: -1px; font-size: 38px; margin-bottom: 20px; font-weight: 500; }
.industries-page .solutions .head .section-title span{ display: block; }

.industries-page .solutions .timeline{}
.industries-page .solutions .timeline .section-title{ font-size: 48px; font-weight: 300; text-align: center; padding: 120px 0 30px; letter-spacing: -1px; margin-bottom: 80px; }
.industries-page .solutions .timeline ul{ position: relative; padding: 60px 0 30px; max-width: 1024px; margin: 0 auto; }
.industries-page .solutions .timeline ul li{ display: flex; justify-content: space-between; flex-direction: row; align-items: center; margin-bottom: 140px; position: relative; }
.industries-page .solutions .timeline ul li .main-image{ width: 360px; height: auto; overflow: hidden; line-height: 0; }
.industries-page .solutions .timeline ul li .main-image img{ width: 100%; height: 100%; object-fit: cover; }
.industries-page .solutions .timeline ul li .text{ width: 560px; }
.industries-page .solutions .timeline ul li .text h2{ color: var(--white); margin-bottom: 20px; font-weight: 500; font-size: 36px; line-height: 1.2; position: relative; }
.industries-page .solutions .timeline ul li .text h2 span{ display: block; }
.industries-page .solutions .timeline ul li .text p{ color: #C4C4C4; font-size: 16px; line-height: 1.8; font-weight: 300; padding-right: 40px; }
.industries-page .solutions .timeline ul li .text .button{ margin-top: 25px; }
.industries-page .solutions .timeline ul li:nth-child(2n){ flex-direction: row-reverse; }

/* Nearshore */
.industries-page .nearshore{ background: var(--black); color: var(--white); padding: 140px 0 160px; z-index: 5; margin-top: -40px; position: relative; }
.industries-page .nearshore .content{ position: relative; }

.industries-page .nearshore .map{ position: absolute; width: 900px; top: -150px; right: -120px; }
.industries-page .nearshore .map img{ width: 100%; }

.industries-page .nearshore .head{ margin-bottom: 80px; }
.industries-page .nearshore .head .pre-title{ text-transform: uppercase; font-size: 14px; font-weight: 600; }
.industries-page .nearshore .head .title{ font-size: 38px; font-weight: 600; letter-spacing: -1px; line-height: 1.3; margin-top: 10px; }
.industries-page .nearshore .head .description{ font-size: 16px; line-height: 1.6; margin-top: 20px; max-width: 500px; font-weight: 300; }

.industries-page .nearshore .nearshore-list {}
.industries-page .nearshore .nearshore-list ul{ max-width: 750px; display: flex; flex-wrap: wrap; align-items: stretch; }
.industries-page .nearshore .nearshore-list ul li{ width: 50%; padding: 10px; }
.industries-page .nearshore .nearshore-list ul li .nearshore-content{ background: var(--white); color: var(--black); border-radius: 20px; padding: 30px; height: 100%; }
.industries-page .nearshore .nearshore-list ul li .nearshore-content i{ margin-bottom: 15px; display: flex; width: 45px; height: 45px; align-items: center; justify-content: center; border-radius: 10px; font-size: 26px; }
.industries-page .nearshore .nearshore-list ul li .nearshore-content i:befopre{ margin: 0; padding: 0; }
.industries-page .nearshore .nearshore-list ul li .nearshore-content h3{ font-weight: 600; font-size: 20px; margin-bottom: 15px; }
.industries-page .nearshore .nearshore-list ul li .nearshore-content p{ line-height: 1.4; font-size: 15px; color: #383838; }

    .industries-page .nearshore .nearshore-list ul li.time i{ color: #309A45; background: #BCF2C6; }
    .industries-page .nearshore .nearshore-list ul li.cultural i{ color: #29B5E8; background: #D6F4FF; } 
    .industries-page .nearshore .nearshore-list ul li.faster i{ color: #938613; background: #FFECA9; }
    .industries-page .nearshore .nearshore-list ul li.skills i{ color: #8844D2; background: #EDDCFF; }

    .industries-page .nearshore .security{ display: flex; justify-content: space-between; margin-top: 130px; } 
    .industries-page .nearshore .security .left{ max-width: 500px; }
    .industries-page .nearshore .security .left .small-title{ text-transform: uppercase; font-size: 14px; font-weight: 600; }
    .industries-page .nearshore .security .left .title{ font-size: 34px; font-weight: 300; letter-spacing: -1px; line-height: 1.3; margin-top: 10px; }
    .industries-page .nearshore .security .left .title span{ display: block; }
    
    .industries-page .nearshore .security .right{ display: flex; max-width: 650px; padding-top: 20px; }
    .industries-page .nearshore .security .right ul{ display: flex; gap: 0 20px; align-items: center; margin-right: 50px; }
    .industries-page .nearshore .security .right ul li{}
    .industries-page .nearshore .security .right ul li figure{ width: 80px; }
    .industries-page .nearshore .security .right ul li figure img{ width: 100%; }

        .industries-page .nearshore .security .right ul li.soc figure{ width: 70px; }
        .industries-page .nearshore .security .right ul li.iso figure{}
        .industries-page .nearshore .security .right ul li.nist figure{}

    .industries-page .nearshore .security .right .text{}
    .industries-page .nearshore .security .right .text .title{ font-weight: 400; font-size: 16px; margin-bottom: 5px; }
    .industries-page .nearshore .security .right .text .description{ color: #979797; font-size: 13px; line-height: 1.5; font-weight: 300; }

@media screen and (max-width: 1600px){

    /* Hero */
    .industries-page .hero{ background-size: cover; }

}

@media screen and (max-width: 1280px){

	/* Hero */  
    .industries-page .hero .bottom .left .label{ font-size: 13px; }
    .industries-page .hero .bottom .left .title{ font-size: 46px; }
    .industries-page .hero .bottom .left .description{ font-size: 16px; }

    /* Solutions */
    .industries-page .solutions .timeline ul li .text{ padding-right: 30px; }
    .industries-page .solutions .timeline ul li:nth-child(2n) .text{ padding-right: 0; padding-left: 30px; }
    
    /* Nearshore */
    .industries-page .nearshore .head .title{ font-size: 32px; }
    .industries-page .nearshore .head .description{ font-size: 15px; }
    .industries-page .nearshore .map{ position: absolute; width: 600px; top: -150px; right: 30px; }

}

@media screen and (max-width: 1024px){

	/* Hero */
    .industries-page .hero{ height: 700px; }
    .industries-page .hero .bottom .left .label{ font-size: 12px; }
    .industries-page .hero .bottom .left .title{ font-size: 32px; }
    .industries-page .hero .bottom .left .title span{ display: inline; }
    .industries-page .hero .bottom .left .description{ font-size: 15px; margin-bottom: 20px; }
    .industries-page .hero .bottom .left .description span{ display: inline; }
    .industries-page .hero .bottom{ flex-direction: column; justify-content: flex-start; align-items: flex-start; }

    /* Solutions */
    .industries-page .solutions{ padding: 40px 0 70px; }
    .industries-page .solutions .head{ margin-bottom: 40px; }
    .industries-page .solutions .head .section-title{ font-size: 32px; }
    .industries-page .solutions .head .description{ font-size: 14px; }

    .industries-page .solutions .timeline ul{ padding: 30px 0; }
    .industries-page .solutions .timeline ul li{ max-width: 600px; margin: 0 auto 40px; }
    .industries-page .solutions .timeline ul li,
    .industries-page .solutions .timeline ul li:nth-child(2n){ flex-direction: column; }

    .industries-page .solutions .timeline ul li .main-image{ margin-bottom: 30px; width: 100%; height: auto; }
    .industries-page .solutions .timeline ul li .text{ width: 100%; }
    .industries-page .solutions .timeline ul li .text p{ font-size: 14px; padding-right: 0; line-height: 1.5; }
    
    .industries-page .solutions .timeline ul li .text{ padding-right: 0; }
    .industries-page .solutions .timeline ul li .text h2{ font-size: 22px; font-weight: 600; line-height: 1.3; }
    .industries-page .solutions .timeline ul li:nth-child(2n) .text{ padding-right: 0; padding-left: 0; }

    /* Nearshore */
    .industries-page .nearshore{ padding: 120px 0 110px; }
    .industries-page .nearshore .map{ display: none; }
    .industries-page .nearshore .head{ margin-bottom: 40px; }
    .industries-page .nearshore .head .description{ max-width: 100%; }
    .industries-page .nearshore .nearshore-list ul{ max-width: 100%; }
    .industries-page .nearshore .security{ flex-direction: column; margin-top: 80px; }
    .industries-page .nearshore .security .left .title{ font-size: 28px; }
    .industries-page .nearshore .security .left .title span{ display: inline; }
    .industries-page .nearshore .security .right{ flex-direction: column; }
    .industries-page .nearshore .security .right ul{ margin-bottom: 40px; }

}

@media screen and (max-width: 767px){

    /* Nearshore */
    .industries-page .nearshore .nearshore-list ul li{ width: 100%; padding: 0; margin-bottom: 15px; }

}