/*==================================
   GROWTH ASSOCIATE HERO
===================================*/

.growth-hero{
    padding:100px 0;
    background-color: inherit;
}

.growth-container{
width:90%;
max-width:1250px;
margin:auto;

display:grid;
grid-template-columns:repeat(2,1fr);

gap:60px;
align-items:center;
}

.growth-tag{
display:inline-block;
padding:10px 22px;
background-color: greenyellow;
color:black;
border-radius:30px;
font-size: 11px;
font-weight:600;
margin-bottom:25px;
}

.growth-content h1{
    font-size:50px;
    line-height:1.2;
    margin-bottom:25px;
    color:whitesmoke;
}

.growth-content h1 span{
    display:block;
    color:greenyellow;
}

.growth-content p{
    font-size:18px;
    line-height:1.8;
    color:white;
    margin-bottom:40px;
}

/* Info Cards */

.growth-info{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-bottom:35px;
}

.info-box{
display:flex;
align-items:center;
gap:15px;
padding:18px 20px;
border-radius:15px;
box-shadow:0 10px 30px black;
transition:.3s;
}

.info-box:hover{
transform:translateY(-8px);
box-shadow:1px 1px 10px greenyellow;  
border:0;
}

.info-box i{
font-size:28px;
color:greenyellow;
}

.info-box strong{
display:block;
color:greenyellow;
text-align: left;
}

.info-box span{
font-size:14px;
color:white;
text-align: left;
}

/* Buttons */

.hero-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:35px;
}

.demo-btn{
padding:16px 30px;
border:2px greenyellow solid;
color:white;
border-radius:50px;
font-size:11px;
font-weight:600;
transition:.3s;
}

.demo-btn:hover{
background:greenyellow;
color:black;
}

.demo-btn,
.download-btn {
    padding: 16px 22px;
    border: 2px solid greenyellow;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.demo-btn:hover,
.download-btn:hover {
    background: greenyellow;
    color: black;
}

/* Badges */

/* .growth-badges{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.growth-badges span{
background-color: whitesmoke;
color: black;
padding:12px 18px;
border-radius:30px;
box-shadow:0 8px 20px black;
font-size:14px;
font-weight:600;
}

.growth-badges span:hover{
        box-shadow:inset 0px 8px 20px #a68c55;color:black;
} */

/* Image */

.growth-image{
    position:relative;
}

.growth-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 25px 50px rgba(0,0,0,.18);
}

/* Floating Cards */

.growth-image .floating-card{
    position:absolute;
    background:rgba(0,0,0,.50);
    color:white;
    padding:15px 20px;
    border-radius:15px;
    font-weight:600;
    box-shadow:0 15px 35px rgba(37,99,235,.25);
}

.growth-image .top-card{
    top:25px;
    left:-35px;
}

.growth-image .bottom-card{
    bottom:35px;
    right:-30px;
}

/*==================================
        Responsive
===================================*/

@media(max-width:992px){

.growth-content{
    text-align:center;
}

.growth-image{
    margin-top:50px;
}

.growth-image .top-card{
    left:10px;
}

.growth-image .bottom-card{
    right:10px;
}

.growth-image img:hover{
    transform:scale(1.02);
    transition:.4s;
}

}

@media(max-width:768px){

.growth-hero{
    padding:70px 0;
}

.growth-container{
    grid-template-columns:1fr;
    text-align:center;
}

.growth-content h1{
    font-size:40px;
}

.growth-content p{
    font-size:16px;
}

.info-box{
/* display:flex; */
width: 80%;
}

} 

@media(max-width:480px){

.growth-content h1{
    font-size:32px;
}

.growth-image .floating-card{
    display:none;
}

}

/* ==========================================
   SECTION 1 : GROWTH ASSOCIATE
=========================================== */

.growth-intro {
    width: 100%;
    padding: 110px 0 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}


/* ==========================================
   BACKGROUND EFFECT
=========================================== */

.growth-intro::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: greenyellow;
    opacity: .035;
    border-radius: 50%;
    top: -180px;
    right: -150px;
    pointer-events: none;
}

.growth-intro::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: greenyellow;
    opacity: .025;
    border-radius: 50%;
    bottom: -150px;
    left: -120px;
    pointer-events: none;
}


/* ==========================================
   CONTAINER
=========================================== */

.growth-intro-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* ==========================================
   TAG
=========================================== */

.growth-intro-tag {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
}

/* ==========================================
   HEADING
=========================================== */

.growth-intro-content h1 {
    margin: 0 0 25px;
    color: whitesmoke;
    font-size: 58px;
    line-height: 1.12;
    font-weight: 800;
}

.growth-intro-content h1 span {
    display: block;
    color: greenyellow;
}

/* ==========================================
   DESCRIPTION
=========================================== */

.growth-intro-description {
    color: white;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 30px;
}

/* ==========================================
   GROWTH POINTS
=========================================== */

.growth-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 25px;
}

.growth-point {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(173,255,47,.12);
    transition: .3s ease;
}

.growth-point:hover {
    padding-left: 8px;
    border-bottom-color: greenyellow;
}

.growth-point span {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(173,255,47,.08); */
    border: 2px solid greenyellow;
    color: greenyellow;
    font-size: 9px;
    font-weight: 800;
}

.growth-point p {
    margin: 0;
    color: white;
    font-size: 14px;
    line-height: 1.5;
}

.growth-point:hover p {
    color: greenyellow;
}

/* ==========================================
   RIGHT VISUAL
=========================================== */

.growth-intro-visual {
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   MAIN CIRCLE
=========================================== */

.growth-circle {
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 2px solid greenyellow;
    background-color: rgb(81, 107, 30);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow:
        0 0 0 18px rgba(173,255,47,.025),
        0 0 0 40px rgba(173,255,47,.015),
        0 25px 70px rgba(0,0,0,.35);
}

.growth-circle::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: greenyellow;
    border-radius: 50%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px greenyellow;
}

/* ==========================================
   INNER CIRCLE
=========================================== */

.growth-circle-inner {
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background: rgb(48, 71, 13);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}


.growth-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: greenyellow;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.growth-icon i {
    font-size: 20px;
}

.growth-circle-inner h3 {
    margin: 0 0 12px;
    color: greenyellow;
    font-size: 24px;
    letter-spacing: 2px;
}

.growth-circle-inner p {
    margin: 0;
    color: white;
    font-size: 13px;
    line-height: 1.8;
}

/* ==========================================
   FLOATING LABELS
=========================================== */

.growth-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 17px;   
    border: 1px solid rgba(173,255,47,.35);
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 12px 30px black;
    transition: .35s ease;
}

.growth-label i {
    color: greenyellow;
}

.growth-label:hover {
    transform: scale(1.06);
    border-color: greenyellow;
}

.growth-label-one {
    top: 65px;
    left: 0;
}

.growth-label-two {
    top: 220px;
    right: -10px;
}

.growth-label-three {
    bottom: 65px;
    left: 20px;
}

/* ==========================================
   BOTTOM STATEMENT
=========================================== */

.growth-intro-bottom {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.growth-intro-bottom p {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 17px;
    line-height: 1.8;
}

.growth-intro-bottom strong {
    color: greenyellow;
}

.growth-bottom-line {
    height: 1px;
    flex: 1;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(173,255,47,.5)
    );
}

.growth-bottom-line:last-child {

    background: linear-gradient(
        90deg,
        rgba(173,255,47,.5),
        transparent
    );
}


/* ==========================================
   TABLET
=========================================== */

@media (max-width: 1000px) {

    .growth-intro-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .growth-intro-content {
        text-align: center;
    }

    .growth-points {
        max-width: 700px;
        margin: auto;
        text-align: left;
    }

    .growth-intro-visual {
        min-height: 430px;
    }

    .growth-label-one {
        left: 12%;
    }

    .growth-label-two {
        right: 12%;
    }

    .growth-label-three {
        left: 15%;
    }

}

/* ==========================================
   TABLET / MOBILE
=========================================== */

@media (max-width: 700px) {

    .growth-intro {
        padding: 80px 0 65px;
    }

    .growth-intro-container {
        width: 88%;
    }

    .growth-intro-content h1 {
        font-size: 43px;
    }

    .growth-intro-description {
        font-size: 16px;
    }

    .growth-points {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .growth-intro-visual {
        min-height: 400px;
    }

    .growth-circle {
        width: 280px;
        height: 280px;
    }

    .growth-circle-inner {
        width: 210px;
        height: 210px;
    }

    .growth-label {
        font-size: 11px;
        padding: 9px 13px;
    }

    .growth-label-one {
        top: 35px;
        left: 0;
    }

    .growth-label-two {
        top: 175px;
        right: 0;
    }

    .growth-label-three {
        bottom: 35px;
        left: 5px;
    }

    .growth-intro-bottom {
        margin-top: 55px;
    }

    .growth-bottom-line {
        display: none;
    }

    .growth-intro-bottom p {
        font-size: 15px;
    }

}

/* ==========================================
   SMALL MOBILE
=========================================== */

@media (max-width: 450px) {

    .growth-intro {
        padding: 65px 0 55px;
    }

    .growth-intro-content h1 {
        font-size: 34px;
    }


    .growth-intro-tag {
        font-size: 8px;
        padding: 8px 15px;
    }

    .growth-intro-description {
        font-size: 14px;
    }

    .growth-point {
        gap: 10px;
    }

    .growth-point span {
        width: 29px;
        height: 29px;
    }

    .growth-point p {
        font-size: 13px;
    }

    .growth-intro-visual {
        min-height: 330px;
    }

    .growth-circle {
        width: 220px;
        height: 220px;
    }

    .growth-circle-inner {
        width: 165px;
        height: 165px;
        padding: 15px;
    }

    .growth-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
    }

    .growth-icon i {
        font-size: 15px;
    }

    .growth-circle-inner h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .growth-circle-inner p {
        font-size: 9px;
        line-height: 1.5;
    }

    .growth-label {
        font-size: 9px;
        padding: 7px 10px;
    }

    .growth-label i {
        font-size: 10px;
    }

    .growth-label-one {
        top: 15px;
        left: 0;
    }

    .growth-label-two {
        top: 145px;
        right: 0;
    }

    .growth-label-three {
        bottom: 15px;
        left: 0;
    }

    .growth-intro-bottom p {
        font-size: 13px;
    }

}

/* ==========================================
   REDUCED MOTION
=========================================== */

@media (prefers-reduced-motion: reduce) {

    .growth-point,
    .growth-label,
    .growth-circle {
        transition: none;
    }

}

 /* ==========================================
    SECTION 2 : SALES IS STILL IN DEMAND
 ========================================== */

.sales-demand-section {
    width: 100%;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   BACKGROUND
========================================== */

.sales-demand-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(173,255,47,.1);
    top: -220px;
    right: -180px;
    pointer-events: none;
}


.sales-demand-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: greenyellow;
    opacity: .025;
    bottom: -180px;
    left: -120px;
    pointer-events: none;
}

/* ==========================================
   CONTAINER
========================================== */

.sales-demand-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   HEADER
========================================== */

.sales-demand-header {
    margin-bottom: 70px;
    text-align: center;
}

.sales-demand-tag {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.sales-demand-header h2 {
    margin: 0;
    color: whitesmoke;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
}

.sales-demand-header h2 span {
    color: greenyellow;
}

/* ==========================================
   MAIN LAYOUT
========================================== */

.sales-demand-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: stretch;
}

/* ==========================================
   LEFT STAT
========================================== */

.sales-demand-stat {
    padding: 45px 35px;
    border-left: 2px solid greenyellow;
    /* background:
        linear-gradient(
            135deg,
            rgba(173,255,47,.06),
            transparent
        ); */

    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 20px black;
}

.sales-stat-number {
    color: greenyellow;
    font-size: 105px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -5px;
}

.sales-stat-line {
    width: 75px;
    height: 4px;
    background: yellowgreen;
    margin: 25px 0;
}

.sales-demand-stat h3 {
    color: #fff;
    font-size: 27px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.sales-demand-stat h3 span {
    color: greenyellow;
    display: block;
}

.sales-demand-stat p {
    color: white;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

/* ==========================================
   RIGHT INFORMATION
========================================== */

.sales-demand-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ==========================================
   INFORMATION ROW
========================================== */

.sales-info-row {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 25px;
    padding: 35px 0;
    border-bottom: 1px solid rgba(173,255,47,.15);
    transition: .35s ease;
}

.sales-info-row:first-child {
    border-top: 1px solid rgba(173,255,47,.15);
}

.sales-info-row:hover {
    padding-left: 12px;
    border-bottom-color: rgba(173,255,47,.5);
}

/* ==========================================
   NUMBER
========================================== */

.sales-info-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2 solid greenyellow;
    color: greenyellow;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}

/* ==========================================
   CONTENT
========================================== */

.sales-info-content h3 {
    margin: 0 0 14px;
    color: greenyellow;
    font-size: 20px;
    letter-spacing: .5px;
}

.sales-info-content p {
    margin: 0;
    color: white;
    font-size: 15px;
    line-height: 1.85;
}

/* ==========================================
   SALARY
========================================== */

.salary-row {
    padding-bottom: 20px;
}

.salary-highlight {
    color: greenyellow;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
}

.salary-row .sales-info-content h3 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.salary-row .sales-info-content p {
    color: yellowgreen;
    font-weight: 600;
    margin-bottom: 15px;
}

.salary-row small {
    display: block;
    color: white;
    font-size: 12px;
    line-height: 1.7;
    max-width: 650px;
}

/* ==========================================
   SOURCE
========================================== */

.sales-demand-source {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(173,255,47,.12);
    text-align: center;
}

.sales-demand-source span {
    color: greenyellow;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.sales-demand-source p {
    margin: 10px auto 0;
    max-width: 700px;
    color: white;
    font-size: 12px;
    line-height: 1.7;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

    .sales-demand-section {
        padding: 90px 0;
    }

    .sales-demand-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sales-demand-stat {
        max-width: 700px;
        margin: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .sales-demand-header h2 {
        font-size: 50px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

    .sales-demand-section {
        padding: 75px 0;
    }

    .sales-demand-container {
        width: 88%;
    }

    .sales-demand-header {
        margin-bottom: 50px;
    }

    .sales-demand-header h2 {
        font-size: 39px;
    }

    .sales-demand-stat {
        padding: 30px 22px;
    }

    .sales-stat-number {
        font-size: 80px;
    }

    .sales-demand-stat h3 {
        font-size: 23px;
    }

    .sales-demand-stat p {
        font-size: 14px;
    }

    .sales-info-row {
        grid-template-columns: 42px 1fr;
        gap: 15px;
        padding: 28px 0;
    }

    .sales-info-number {
        width: 36px;
        height: 36px;
        font-size: 9px;
    }

    .sales-info-content h3 {
        font-size: 17px;
    }

    .sales-info-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .salary-highlight {
        font-size: 38px;
    }

    .salary-row .sales-info-content h3 {
        font-size: 15px;
    }

    .salary-row small {
        font-size: 11px;
    }

    .sales-demand-source {
        margin-top: 45px;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .sales-demand-section {
        padding: 60px 0;
    }

    .sales-demand-header h2 {
        font-size: 32px;
    }

    .sales-demand-tag {
        font-size: 8px;
        padding: 8px 15px;
    }

    .sales-stat-number {
        font-size: 68px;
    }


    .sales-demand-stat h3 {
        font-size: 20px;
    }

    .sales-info-row {
        grid-template-columns: 35px 1fr;
        gap: 12px;
    }

    .sales-info-number {
        width: 32px;
        height: 32px;
    }

    .sales-info-content h3 {
        font-size: 15px;
    }

    .sales-info-content p {
        font-size: 13px;
    }


    .salary-highlight {
        font-size: 32px;
    }

}

/* ==========================================
   ACCESSIBILITY
========================================== */

@media (prefers-reduced-motion: reduce) {

    .sales-info-row {
        transition: none;
    }

}

/* ==========================================
   SECTION 3 : EVERY BUSINESS NEEDS GROWTH
========================================== */

.business-growth-section {
    width: 100%;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   BACKGROUND ELEMENTS
========================================== */

.business-growth-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(173, 255, 47, .05);
    border-radius: 50%;
    top: -300px;
    left: -250px;
    pointer-events: none;
}

.business-growth-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: greenyellow;
    opacity: .018;
    border-radius: 50%;
    bottom: -200px;
    right: -150px;
    pointer-events: none;
}

/* ==========================================
   CONTAINER
========================================== */

.business-growth-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   HEADER
========================================== */

.business-growth-header {
    text-align: center;
    margin-bottom: 75px;
}

.business-growth-tag {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.business-growth-header h2 {
    margin: 0;
    color: whitesmoke;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
}

.business-growth-header h2 span {
    color: greenyellow;
}

/* ==========================================
   BUSINESS FLOW
========================================== */

.business-growth-flow {
    max-width: 900px;
    margin: auto;
    position: relative;
}

/* ==========================================
   BUSINESS ITEM
========================================== */

/* =========================================
   BUSINESS GROWTH - 2 COLUMN DESIGN
========================================= */

.business-growth-flow {
    width: 90%;
    max-width: 1100px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    position: relative;
}

/* =========================================
   ITEM
========================================= */

.business-growth-item {
    min-height: 150px;
    display: grid;
    grid-template-columns: 65px 1fr;
    align-items: center;
    gap: 22px;
    padding: 25px 28px;
    position: relative;
    border-bottom: 1px solid rgba(173,255,47,.18);
    transition:
        transform .35s ease,
        border-color .35s ease,
        background .35s ease;
}

/* =========================================
   HOVER
========================================= */

.business-growth-item:hover {
    transform: translateY(-6px);

    border-bottom-color: greenyellow;
    background:
        linear-gradient(
            90deg,
            rgba(173,255,47,.05),
            transparent
        );
}

/* =========================================
   ICON
========================================= */

.business-growth-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid greenyellow;
    color: greenyellow;
    font-size: 22px;
    transition: .35s ease;
}

/* Icon hover */

.business-growth-item:hover
.business-growth-icon {
    background: greenyellow;
    color: #080a08;
    border-color: greenyellow;
    transform: scale(1.08) rotate(-5deg);
}


/* =========================================
   CONTENT
========================================= */

.business-growth-content h3 {
    margin: 0 0 8px;
    color: greenyellow;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.business-growth-content p {
    margin: 0;
    color: white;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================================
   5TH ITEM
   CENTER UNDER THE TWO COLUMNS
========================================= */

.business-growth-center {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {
    .business-growth-flow {
        width: 90%;
        grid-template-columns: 1fr;
        gap: 10px;
    }


    .business-growth-item {
        grid-template-columns: 58px 1fr;
        padding: 22px 15px;
    }

    .business-growth-center {
        grid-column: auto;
        width: 100%;
        justify-self: auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {
    .business-growth-flow {
        width: 92%;
    }

    .business-growth-item {
        grid-template-columns: 50px 1fr;
        gap: 16px;
        padding: 20px 5px;
    }

    .business-growth-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .business-growth-content h3 {
        font-size: 16px;
    }

    .business-growth-content p {
        font-size: 13px;
    }
}
/* ==========================================
   ICON
========================================== */
/* 
.business-growth-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid greenyellow;
    display: flex;
    align-items: center;
    justify-content: center;
    color: greenyellow;
    font-size: 21px;
    transition: .35s ease;
}

.business-growth-item:hover .business-growth-icon {
    background: greenyellow;
    color: #000;
    transform: rotate(8deg) scale(1.08);
} */

/* ==========================================
   TEXT
========================================== */

/* .business-growth-item h3 {
    margin: 0 0 6px;
    color: yellowgreen;
    font-size: 19px;
    font-weight: 700;
}

.business-growth-item p {
    margin: 0;
    color: white;
    font-size: 15px;
    line-height: 1.7;
} */

/* ==========================================
   CONNECTOR
========================================== */
/* 
.business-growth-connector {
    height: 28px;
    position: relative;
    margin-left: 27px;
}

.business-growth-connector::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(173, 255, 47, .25);
    left: 0;
    top: 0;
}

.business-growth-connector span {
    position: absolute;
    width: 7px;
    height: 7px;
    background: greenyellow;
    border-radius: 50%;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 12px rgba(173, 255, 47, .7);
} */

/* ==========================================
   FINAL MESSAGE
========================================== */

.business-growth-message {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 80px auto 0;
    max-width: 1100px;
}

.business-growth-message-line {
    height: 1px;
    flex: 1;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(173, 255, 47, .45)
    );
}

.business-growth-message-line:last-child {
    background: linear-gradient(
        90deg,
        rgba(173, 255, 47, .45),
        transparent
    );
}

.business-growth-message-content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 780px;
}

.business-growth-message-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    background: greenyellow;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.business-growth-message p {
    margin: 0;
    color: white;
    font-size: 17px;
    line-height: 1.8;
}

.business-growth-message strong {
    color: greenyellow;
}

/* ==========================================
   LARGE TABLET
========================================== */
/* 
@media (max-width: 1000px) {

    .business-growth-section {
        padding: 90px 0;
    }

    .business-growth-header h2 {
        font-size: 50px;
    }

    .business-growth-flow {
        max-width: 800px;
    }

    .business-growth-message {
        margin-top: 65px;
    }

} */

/* ==========================================
   TABLET / MOBILE
========================================== */

/* @media (max-width: 700px) {

    .business-growth-section {
        padding: 75px 0;
    }


    .business-growth-container {
        width: 88%;
    }

    .business-growth-header {
        margin-bottom: 50px;
    }

    .business-growth-header h2 {
        font-size: 40px;
    } */
/* 
    .business-growth-item {
        grid-template-columns: 50px 1fr;
        gap: 18px;
        padding: 18px 12px;
    }

    .business-growth-icon {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .business-growth-item h3 {
        font-size: 17px;
    }

    .business-growth-item p {
        font-size: 14px;
    } */

    /* .business-growth-connector {
        margin-left: 22px;
        height: 22px;
    }

    .business-growth-message {
        margin-top: 55px;
    }

    .business-growth-message-line {
        display: none;
    } */
/*     
    .business-growth-message-content {
        width: 100%;
        align-items: flex-start;
    }

    .business-growth-message-icon {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .business-growth-message p {
        font-size: 15px;
    } 

}*/

/* ==========================================
   SMALL MOBILE
========================================== */
/* 
@media (max-width: 450px) {

    .business-growth-section {
        padding: 60px 0;
    }


    .business-growth-header h2 {
        font-size: 32px;
    }


    .business-growth-tag {
        font-size: 8px;
        padding: 8px 15px;
    }

    .business-growth-item {
        grid-template-columns: 42px 1fr;
        gap: 14px;
        padding: 15px 5px;
    }

    .business-growth-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .business-growth-item h3 {
        font-size: 15px;
    }

    .business-growth-item p {
        font-size: 13px;
        line-height: 1.6;
    }

    .business-growth-connector {
        margin-left: 19px;
        height: 18px;
    }

    .business-growth-connector span {
        width: 6px;
        height: 6px;
    }

    .business-growth-message-content {
        gap: 13px;
    }

    .business-growth-message-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .business-growth-message p {
        font-size: 13px;
        line-height: 1.7;
    }

} */

/* ==========================================
   REDUCED MOTION
========================================== */

/* @media (prefers-reduced-motion: reduce) {

    .business-growth-item,
    .business-growth-icon {
        transition: none;
    }

} */

/* ==========================================
   SECTION 4 : THIS IS NOT JUST TELECALLING
========================================== */

.growth-skill-section {
    width: 100%;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   BACKGROUND
========================================== */

.growth-skill-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(173, 255, 47, .06);
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.growth-skill-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: greenyellow;
    opacity: .018;
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    pointer-events: none;
}

/* ==========================================
   CONTAINER
========================================== */

.growth-skill-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   HEADER
========================================== */

.growth-skill-header {
    text-align: center;
    margin-bottom: 75px;
}

.growth-skill-tag {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.growth-skill-header h2 {
    color: whitesmoke;
    font-size: 58px;
    line-height: 1.15;
    margin: 0 0 20px;
    font-weight: 800;
}

.growth-skill-header h2 span {
    color: greenyellow;
}

.growth-skill-header p {
    margin: 0;
    color: white;
    font-size: 18px;
    line-height: 1.8;
}

/* ==========================================
   NETWORK
========================================== */

.growth-skill-network {
    display: grid;
    grid-template-columns: 1fr 280px 1fr;
    gap: 55px;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

/* ==========================================
   SKILL COLUMNS
========================================== */

.growth-skill-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ==========================================
   SKILL ITEM
========================================== */

.growth-skill-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 58px;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(173,255,47,.15);
    transition: .35s ease;
    position: relative;
}

#item-left{
    justify-content: right;
}

.growth-skill-item:hover {
    border-bottom-color: greenyellow;
    transform: translateX(7px);
}

.growth-skill-column:last-child
.growth-skill-item:hover {
    transform: translateX(-7px);
}

.growth-skill-item span {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    border: 2px solid greenyellow;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: greenyellow;
    font-size: 9px;
    font-weight: 800;
}

.growth-skill-item p {
    margin: 0;
    color: white;
    font-size: 15px;
    line-height: 1.5;
}

.growth-skill-item:hover p {
    color: greenyellow;
}

/* ==========================================
   CENTER
========================================== */

.growth-skill-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.growth-skill-orbit {
    width: 260px;
    height: 260px;
    border: 1px solid rgba(173,255,47,.35);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.growth-skill-orbit::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border: 1px dashed rgba(173,255,47,.25);
    border-radius: 50%;
}


.growth-skill-orbit::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: greenyellow;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px greenyellow;
}

/* ==========================================
   CORE
========================================== */

.growth-skill-core {
    width: 155px;
    height: 155px;
    border-radius: 50%;
  
    border: 2px solid greenyellow;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow:
        0 0 35px rgba(173,255,47,.12),
        0 20px 50px rgba(0,0,0,.3);
    position: relative;
    z-index: 2;
}

.growth-skill-core i {
    color: greenyellow;
    font-size: 30px;
    margin-bottom: 10px;
}

.growth-skill-core strong {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}

.growth-skill-core small {
    color: yellowgreen;
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-top: 4px;
}

/* ==========================================
   DESKTOP CONNECTING LINES
========================================== */

.growth-skill-column:first-child
.growth-skill-item::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    background: rgba(173,255,47,.2);
    right: -55px;
    top: 50%;
}

.growth-skill-column:last-child
.growth-skill-item::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    background: rgba(173,255,47,.2);
    left: -55px;
    top: 50%;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

    .growth-skill-section {
        padding: 90px 0;
    }

    .growth-skill-header h2 {
        font-size: 50px;
    }

    .growth-skill-network {
        grid-template-columns: 1fr 220px 1fr;
        gap: 25px;
    }

    .growth-skill-orbit {
        width: 210px;
        height: 210px;
    }

    .growth-skill-orbit::before {
        width: 170px;
        height: 170px;
    }

    .growth-skill-core {
        width: 130px;
        height: 130px;
    }

    .growth-skill-core i {
        font-size: 24px;
    }

    .growth-skill-core strong {
        font-size: 14px;
    }

    .growth-skill-item {
        gap: 12px;
        padding: 8px 5px;
    }

    .growth-skill-item p {
        font-size: 13px;
    }

    .growth-skill-column:first-child
    .growth-skill-item::after {
        width: 25px;
        right: -25px;
    }

    .growth-skill-column:last-child
    .growth-skill-item::before {
        width: 25px;
        left: -25px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .growth-skill-section {
        padding: 75px 0;
    }

    .growth-skill-container {
        width: 88%;
    }

    .growth-skill-header {
        margin-bottom: 50px;
    }

    .growth-skill-header h2 {
        font-size: 39px;
    }

    .growth-skill-header p {
        font-size: 15px;
    }

    .growth-skill-network {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .growth-skill-center {
        order: -1;
    }

    .growth-skill-orbit {
        width: 220px;
        height: 220px;
    }

    .growth-skill-orbit::before {
        width: 180px;
        height: 180px;
    }

    .growth-skill-core {
        width: 135px;
        height: 135px;
    }

    .growth-skill-column {
        width: 100%;
        gap: 8px;
    }

    .growth-skill-item {
        min-height: 50px;
        padding: 10px 5px;
    }

    .growth-skill-item span {
        width: 32px;
        height: 32px;
    }

    .growth-skill-item p {
        font-size: 14px;
    }

    .growth-skill-column:first-child
    .growth-skill-item::after,

    .growth-skill-column:last-child
    .growth-skill-item::before {
        display: none;
    }

    .growth-skill-column:last-child
    .growth-skill-item:hover,

    .growth-skill-column:first-child
    .growth-skill-item:hover {
        transform: translateX(5px);
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 450px) {

    .growth-skill-section {
        padding: 60px 0;
    }

    .growth-skill-header h2 {
        font-size: 32px;
    }

    .growth-skill-tag {
        font-size: 8px;
        padding: 8px 15px;
    }

    .growth-skill-header p {
        font-size: 14px;
    }

    .growth-skill-orbit {
        width: 185px;
        height: 185px;
    }

    .growth-skill-orbit::before {
        width: 150px;
        height: 150px;
    }

    .growth-skill-core {
        width: 115px;
        height: 115px;
    }

    .growth-skill-core i {
        font-size: 21px;
    }

    .growth-skill-core strong {
        font-size: 12px;
    }

    .growth-skill-core small {
        font-size: 7px;
    }

    .growth-skill-item p {
        font-size: 13px;
    }

    .growth-skill-item span {
        width: 29px;
        height: 29px;
        font-size: 8px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .growth-skill-item,
    .growth-skill-icon {
        transition: none;
    }

}


/* ==========================================
   SECTION 5 : WHAT YOU WILL MASTER
========================================== */

.growth-master-section {
    width: 100%;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   CONTAINER
========================================== */

.growth-master-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   HEADER
========================================== */

.growth-master-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.growth-master-tag {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.growth-master-header h2 {
    margin: 0 0 20px;
    color: whitesmoke;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 800;
}

.growth-master-header h2 span {
    color: greenyellow;
}

.growth-master-header p {
    margin: auto;
    max-width: 760px;
    color: white;
    font-size: 17px;
    line-height: 1.8;
}

/* ==========================================
   MASTER LIST
========================================== */

.growth-master-list {
    max-width: 1050px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 45px;
    position: relative;
}

/* ==========================================
   ITEM
========================================== */

.growth-master-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 10px;
    border-bottom: 1px solid rgba(173, 255, 47, .18);
    position: relative;
    transition: .35s ease;
}

.growth-master-item:hover {
    transform: translateY(-5px);
    border-bottom-color: greenyellow;}

/* ==========================================
   NUMBER
========================================== */

.growth-master-number {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(173, 255, 47, .08); */
    border: 2px solid greenyellow;
    color: greenyellow;
    font-size: 15px;
    font-weight: 800;
    transition: .35s ease;
}

.growth-master-item:hover .growth-master-number {
    background: greenyellow;
    color: #000;
    transform: rotate(8deg);
    box-shadow: 0 0 20px rgba(173, 255, 47, .25);
}

/* ==========================================
   CONTENT
========================================== */

.growth-master-content {
    flex: 1;
    padding-top: 3px;
}

.growth-master-content h3 {
    margin: 0 0 9px;
    color: greenyellow;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: .5px;
}

.growth-master-content p {
    margin: 0;
    color: white;
    font-size: 15px;
    line-height: 1.75;
}

/* ==========================================
   SUBTLE BACKGROUND EFFECT
========================================== */

.growth-master-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid rgba(173, 255, 47, .1);
    left: -220px;
    top: 20%;
    pointer-events: none;
}

.growth-master-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(154, 205, 50, .05);
    right: -200px;
    bottom: 5%;
    pointer-events: none;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .growth-master-section {
        padding: 90px 0;
    }

    .growth-master-header h2 {
        font-size: 45px;
    }

    .growth-master-list {
        gap: 15px 30px;
    }

    .growth-master-item {
        gap: 15px;
        padding: 22px 5px;
    }

    .growth-master-number {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 13px;
    }

    .growth-master-content h3 {
        font-size: 15px;
    }

    .growth-master-content p {
        font-size: 14px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .growth-master-section {
        padding: 75px 0;
    }

    .growth-master-container {
        width: 88%;
    }

    .growth-master-header {
        margin-bottom: 45px;
    }

    .growth-master-header h2 {
        font-size: 38px;
    }

    .growth-master-header p {
        font-size: 15px;
    }

    .growth-master-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .growth-master-item {
        padding: 22px 0;
    }

    .growth-master-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .growth-master-content h3 {
        font-size: 15px;
    }

    .growth-master-content p {
        font-size: 14px;
        line-height: 1.7;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 450px) {

    .growth-master-section {
        padding: 60px 0;
    }

    .growth-master-header h2 {
        font-size: 31px;
    }

    .growth-master-tag {
        font-size: 9px;
        padding: 8px 15px;
    }

    .growth-master-header p {
        font-size: 14px;
    }

    .growth-master-item {
        gap: 12px;
    }

    .growth-master-number {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 11px;
    }

    .growth-master-content h3 {
        font-size: 14px;
    }

    .growth-master-content p {
        font-size: 13px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .growth-master-item,
    .growth-master-number {
        transition: none;
        transform: none;
    }

}



/* ==========================================
   SECTION 6 : SALES LAB
========================================== */

.sales-lab-section {

    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   CONTAINER
========================================== */

.sales-lab-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   TOP AREA
========================================== */

.sales-lab-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 80px;
}

.sales-lab-title {
    flex: 1;
}

.sales-lab-title > span {
    color: greenyellow;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.sales-lab-title h2 {
    margin: 18px 0 0;
    color: white;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
}

.sales-lab-title h2 em {
    display: block;
    color: greenyellow;
    font-style: normal;
}

.sales-lab-description {
    max-width: 420px;
}

.sales-lab-description p {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 1.9;
}

/* ==========================================
   MAIN LAB
========================================== */

.sales-lab-main {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 70px;
    align-items: center;
}

/* ==========================================
   CIRCLE
========================================== */

.sales-lab-circle {
    width: 270px;
    height: 270px;
    border: 2px solid greenyellow;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    animation: salesCirclePulse 4s ease-in-out infinite;
}

.sales-lab-circle::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px dashed greenyellow;
    border-radius: 50%;
    animation: salesCircleRotate 18s linear infinite;
}

.sales-lab-circle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: greenyellow;
    border-radius: 50%;
    top: 18px;
    right: 45px;
    box-shadow: 0 0 20px greenyellow;
}

.sales-lab-circle-inner {
    text-align: center;
    position: relative;
    z-index: 2;
}

.sales-lab-circle-inner strong {
    display: block;
    color: greenyellow;
    font-size: 38px;
    letter-spacing: 3px;
    line-height: 1;
}

.sales-lab-circle-inner span {
    display: block;
    color: white;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 8px;
    margin-top: 8px;
}

.sales-lab-circle-inner small {
    display: block;
    color: white;
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-top: 20px;
}

/* ==========================================
   PROJECT STREAM
========================================== */

.sales-lab-projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
}

/* ==========================================
   PROJECT
========================================== */

.sales-lab-project {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 68px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: relative;
    transition: .35s ease;
}

.sales-lab-project::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: greenyellow;
    transition: .4s ease;
}


.sales-lab-project:hover {
    transform: translateX(8px);
}

.sales-lab-project:hover::before {
    width: 100%;
}

/* NUMBER */

.sales-lab-project b {
    color: greenyellow;
    font-size: 11px;
    min-width: 25px;
}

/* TEXT */

.sales-lab-project span {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    transition: .3s ease;
}

.sales-lab-project:hover span {
    color: yellowgreen;
}

/* ==========================================
   FINAL PROJECT
========================================== */

.sales-lab-final {
    margin-top: 65px;
    padding: 30px 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    background:
        linear-gradient(
            100deg,
            greenyellow,
            yellowgreen
        );
    color: #000;
    position: relative;
    transition: .4s ease;
}

.sales-lab-final:hover {
    transform: translateY(-5px);
    box-shadow:
        0 20px 50px rgba(173,255,47,.18);
}

/* FINAL NUMBER */

.sales-lab-final-number {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;   
    color: greenyellow;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
}


/* ==========================================
   ANIMATIONS
========================================== */

@keyframes salesCirclePulse {

    0%, 100% {
        box-shadow:
            0 0 0 rgba(173,255,47,0);
    }

    50% {
        box-shadow:
            0 0 45px rgba(173,255,47,.12);
    }

}


@keyframes salesCircleRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

/* ==========================================
   BACKGROUND
========================================== */

.sales-lab-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid rgba(173,255,47,.03);
    left: -400px;
    top: 10%;
}

.sales-lab-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(154,205,50,.04);
    right: -200px;
    bottom: 5%;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

    .sales-lab-section {
        padding: 90px 0;
    }

    .sales-lab-top {
        gap: 40px;
    }

    .sales-lab-title h2 {
        font-size: 48px;
    }

    .sales-lab-main {
        grid-template-columns: 220px 1fr;
        gap: 45px;
    }

    .sales-lab-circle {
        width: 210px;
        height: 210px;
    }

    .sales-lab-circle::before {
        width: 170px;
        height: 170px;
    }

    .sales-lab-circle-inner strong {
        font-size: 30px;
    }

    .sales-lab-circle-inner span {
        font-size: 22px;
    }

    .sales-lab-projects {
        column-gap: 25px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 750px) {

    .sales-lab-section {
        padding: 75px 0;
    }

    .sales-lab-container {
        width: 88%;
    }

    .sales-lab-top {
        display: block;
        margin-bottom: 50px;
        text-align: center;
    }

    .sales-lab-title h2 {
        font-size: 38px;
    }

    .sales-lab-description {
        max-width: 600px;
        margin: 25px auto 0;
    }

    .sales-lab-description p {
        font-size: 15px;
    }

    .sales-lab-main {
        display: block;
    }

    .sales-lab-circle {
        width: 190px;
        height: 190px;
        margin-bottom: 50px;
    }

    .sales-lab-circle::before {
        width: 155px;
        height: 155px;
    }

    .sales-lab-circle-inner strong {
        font-size: 27px;
    }

    .sales-lab-circle-inner span {
        font-size: 20px;
    }

    .sales-lab-projects {
        grid-template-columns: 1fr;
    }

    .sales-lab-project {
        min-height: 62px;
    }

    .sales-lab-project span {
        font-size: 14px;
    }

    .sales-lab-final {
        margin-top: 45px;
        padding: 25px 20px;
        gap: 16px;
        align-items: flex-start;
    }

    .sales-lab-final-number {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .sales-lab-final-text h3 {
        font-size: 19px;
    }

    .sales-lab-final-text p {
        font-size: 13px;
    }

    .sales-lab-final-mark {
        display: none;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 420px) {

    .sales-lab-section {
        padding: 60px 0;
    }

    .sales-lab-title h2 {
        font-size: 31px;
    }

    .sales-lab-title > span {
        font-size: 9px;
    }

    .sales-lab-circle {
        width: 165px;
        height: 165px;
    }

    .sales-lab-circle::before {
        width: 135px;
        height: 135px;
    }

    .sales-lab-circle-inner strong {
        font-size: 23px;
    }

    .sales-lab-circle-inner span {
        font-size: 17px;
    }

    .sales-lab-circle-inner small {
        font-size: 7px;
    }

    .sales-lab-project span {
        font-size: 13px;
    }

    .sales-lab-final-text h3 {
        font-size: 17px;
    }

    .sales-lab-final-text p {
        font-size: 12px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .sales-lab-circle {
        animation: none;
    }

    .sales-lab-circle::before {
        animation: none;
    }

    .sales-lab-project,
    .sales-lab-final {
        transition: none;
    }

}


/* ==========================================
   SECTION 7 : CAREER OPPORTUNITIES
========================================== */

.career-opportunities {
    width: 100%;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   CONTAINER
========================================== */

.career-opportunities-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   HEADING
========================================== */

.career-opportunities-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 75px;
}

.career-label {
    display: inline-block;
    color: #000;
    background: greenyellow;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.career-opportunities-heading h2 {
    margin: 22px 0 18px;
    color: whitesmoke;
    font-size: 56px;
    line-height: 1.15;
    font-weight: 800;
}

.career-opportunities-heading h2 span {
    color: greenyellow;
}

.career-opportunities-heading p {
    margin: auto;
    color: white;
    font-size: 17px;
    line-height: 1.9;
    max-width: 760px;
}

/* ==========================================
   MAIN CONTENT
========================================== */

.career-opportunities-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 70px;
    align-items: start;
}

/* ==========================================
   INTRO SIDE
========================================== */

.career-opportunities-intro {
    position: sticky;
    top: 30px;
    padding: 35px 0;
}

.career-opportunities-number {
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    color: greenyellow;
    margin-bottom: 20px;
}

.career-opportunities-intro h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1.3;
}

.career-line {
    width: 65px;
    height: 4px;
    background: greenyellow;
    margin: 25px 0;
}

.career-opportunities-intro p {
    color: white;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* ==========================================
   ROLE LIST
========================================== */

.career-role-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,.12);
    border-left: 1px solid rgba(255,255,255,.12);
}

/* ==========================================
   ROLE ITEM
========================================== */

.career-role {
    min-height: 88px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 22px;
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    position: relative;
    overflow: hidden;
    transition: .35s ease;
    box-sizing: border-box;
}

.career-role::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: greenyellow;
    transition: .35s ease;
}

.career-role:hover {
    background: rgba(173,255,47,.05);
    transform: translateX(5px);
}

.career-role:hover::before {
    height: 100%;
}

/* NUMBER */

.career-role span {
    min-width: 30px;
    color: greenyellow;
    font-size: 12px;
    font-weight: 800;
}

/* ROLE */

.career-role strong {
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    transition: .3s ease;
}

.career-role:hover strong {
    color: greenyellow;
}

/* ==========================================
   DISCLAIMER
========================================== */

.career-opportunities-note {
    margin-top: 60px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-left: 3px solid greenyellow;
    box-shadow: 0 10px 20px black;
    /* width:75%; */
}

.career-note-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: greenyellow;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 17px;
}

.career-opportunities-note p {
    margin: 0;
    color: white;
    font-size: 13px;
    line-height: 1.7;
}

/* ==========================================
   BACKGROUND DECORATION
========================================== */

.career-opportunities::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(173,255,47,.035);
    top: -220px;
    right: -180px;
}

.career-opportunities::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(154,205,50,.035);
    bottom: -160px;
    left: -130px;
}

/* ==========================================
   LARGE TABLET
========================================== */

@media (max-width: 1000px) {

    .career-opportunities {
        padding: 90px 0;
    }

    .career-opportunities-heading h2 {
        font-size: 48px;
    }

    .career-opportunities-content {
        grid-template-columns: 230px 1fr;
        gap: 40px;
    }

    .career-opportunities-number {
        font-size: 60px;
    }

    .career-opportunities-intro h3 {
        font-size: 23px;
    }

    .career-role {
        padding: 18px;
        gap: 15px;
    }

}

/* ==========================================
   TABLET / MOBILE
========================================== */

@media (max-width: 768px) {

    .career-opportunities {
        padding: 75px 0;
    }

    .career-opportunities-container {
        width: 88%;
    }

    .career-opportunities-heading {
        margin-bottom: 50px;
    }

    .career-opportunities-heading h2 {
        font-size: 39px;
    }

    .career-opportunities-heading p {
        font-size: 15px;
    }

    .career-opportunities-content {
        display: block;
    }

    .career-opportunities-intro {
        position: static;
        text-align: center;
        padding: 0;
        margin-bottom: 45px;
    }

    .career-opportunities-number {
        font-size: 55px;
    }

    .career-line {
        margin: 20px auto;
    }

    .career-opportunities-intro p {
        max-width: 500px;
        margin: auto;
    }

    .career-role-list {
        grid-template-columns: 1fr;
    }

    .career-role {
        min-height: 68px;
    }

    .career-opportunities-note {
        margin-top: 45px;
        align-items: flex-start;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .career-opportunities {
        padding: 60px 0;
    }

    .career-opportunities-container {
        width: 90%;
    }

    .career-label {
        font-size: 9px;
        padding: 7px 14px;
    }

    .career-opportunities-heading h2 {
        font-size: 31px;
        line-height: 1.25;
    }

    .career-opportunities-heading p {
        font-size: 14px;
        line-height: 1.8;
    }

    .career-opportunities-number {
        font-size: 48px;
    }

    .career-opportunities-intro h3 {
        font-size: 21px;
    }

    .career-opportunities-intro p {
        font-size: 14px;
    }

    .career-role {
        min-height: 64px;
        padding: 16px 14px;
        gap: 12px;
    }

    .career-role span {
        min-width: 24px;
        font-size: 10px;
    }

    .career-role strong {
        font-size: 13px;
    }

    .career-opportunities-note {
        padding: 18px 15px;
        gap: 12px;
    }

    .career-note-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 14px;
    }

    .career-opportunities-note p {
        font-size: 12px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .career-role {
        transition: none;
    }

}


/* ==========================================
   SECTION 8 : INDUSTRY SIGNAL
========================================== */

.industry-signal-section {
    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   CONTAINER
========================================== */

.industry-signal-container {
    width: 90%;
    max-width: 1150px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   LABEL
========================================== */

.industry-signal-label {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

/* ==========================================
   HEADING
========================================== */

.industry-signal-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
}

.industry-signal-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1px;
}

.industry-signal-heading h2 span {
    color: greenyellow;
}

.industry-signal-heading p {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 1.9;
    max-width: 500px;
}

/* ==========================================
   SIGNALS
========================================== */

.industry-signals {
    position: relative;
    padding-left: 80px;
}

/* Vertical Line */

.industry-signals::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: rgba(173,255,47,.3);
}

/* ==========================================
   SIGNAL ITEM
========================================== */

.industry-signal-item {
    display: flex;
    align-items: center;
    gap: 35px;
    min-height: 110px;
    position: relative;
    transition: .35s ease;
}

/* Number */

.signal-index {
    position: absolute;
    left: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid greenyellow;
    border-radius: 50%;
    background: #2a2d32;
    color: greenyellow;
    font-size: 12px;
    font-weight: 800;
    z-index: 2;
    transition: .35s ease;
}

/* Content */

.signal-content {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: .35s ease;
    box-sizing: border-box;
}

.signal-line {
    width: 35px;
    height: 3px;
    background: greenyellow;
    flex-shrink: 0;
    transition: .35s ease;
}

.signal-content h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.signal-content h3 em {
    color: greenyellow;
    font-style: normal;
}

/* Hover */

.industry-signal-item:hover {
    transform: translateX(12px);
}

.industry-signal-item:hover .signal-index {
    background: greenyellow;
    color: #000;
    transform: scale(1.08);
}

.industry-signal-item:hover .signal-content {
    border-bottom-color: greenyellow;
}

.industry-signal-item:hover .signal-line {
    width: 55px;
    background: yellowgreen;
}

/* ==========================================
   BOTTOM STATEMENT
========================================== */

.industry-signal-bottom {
    max-width: 850px;
    margin: 80px auto 0;
    padding: 35px 40px;
    border-top: 1px solid rgba(173,255,47,.25);
    border-bottom: 1px solid rgba(173,255,47,.25);
    display: flex;
    align-items: flex-start;
    gap: 25px;
    box-sizing: border-box;
}

.signal-quote {
    color: greenyellow;
    font-size: 65px;
    line-height: .7;
    font-family: Georgia, serif;
    flex-shrink: 0;
}

.industry-signal-bottom p {
    margin: 0;
    color: white;
    font-size: 17px;
    line-height: 1.9;
}

/* ==========================================
   BACKGROUND DECORATION
========================================== */

.industry-signal-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(173,255,47,.025);
    border-radius: 50%;
    right: -300px;
    top: -250px;
}

.industry-signal-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(154,205,50,.025);
    border-radius: 50%;
    left: -180px;
    bottom: -180px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .industry-signal-section {
        padding: 90px 0;
    }

    .industry-signal-heading {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 60px;
    }

    .industry-signal-heading h2 {
        font-size: 48px;
    }

    .industry-signal-heading p {
        max-width: 700px;
    }

    .signal-content h3 {
        font-size: 23px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {

    .industry-signal-section {
        padding: 75px 0;
    }

    .industry-signal-container {
        width: 88%;
    }

    .industry-signal-label {
        font-size: 9px;
        padding: 8px 16px;
    }

    .industry-signal-heading {
        margin-bottom: 50px;
    }

    .industry-signal-heading h2 {
        font-size: 39px;
        letter-spacing: 0;
    }

    .industry-signal-heading p {
        font-size: 14px;
        line-height: 1.8;
    }

    .industry-signals {
        padding-left: 60px;
    }

    .industry-signals::before {
        left: 19px;
    }

    .industry-signal-item {
        min-height: 100px;
    }

    .signal-index {
        left: -60px;
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .signal-content {
        padding: 20px 10px;
        gap: 15px;
    }

    .signal-line {
        width: 25px;
    }

    .signal-content h3 {
        font-size: 19px;
    }

    .industry-signal-item:hover {
        transform: translateX(5px);
    }

    .industry-signal-bottom {
        margin-top: 55px;
        padding: 25px 20px;
        gap: 15px;
    }

    .signal-quote {
        font-size: 50px;
    }

    .industry-signal-bottom p {
        font-size: 14px;
        line-height: 1.8;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .industry-signal-section {
        padding: 60px 0;
    }

    .industry-signal-container {
        width: 90%;
    }

    .industry-signal-heading h2 {
        font-size: 31px;
        line-height: 1.2;
    }

    .industry-signal-heading p {
        font-size: 13px;
    }

    .industry-signals {
        padding-left: 48px;
    }

    .industry-signals::before {
        left: 15px;
    }

    .industry-signal-item {
        min-height: 90px;
    }

    .signal-index {
        left: -48px;
        width: 32px;
        height: 32px;
        font-size: 9px;
    }

    .signal-content {
        padding: 18px 5px;
        gap: 10px;
    }

    .signal-line {
        width: 18px;
        height: 2px;
    }

    .signal-content h3 {
        font-size: 16px;
    }

    .industry-signal-bottom {
        padding: 20px 15px;
        margin-top: 45px;
    }

    .signal-quote {
        font-size: 42px;
    }

    .industry-signal-bottom p {
        font-size: 13px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .industry-signal-item,
    .signal-index,
    .signal-content,
    .signal-line {
        transition: none;
    }

}

/* ==========================================
   SECTION 9 : WHY NXTGENBUDDY
========================================== */

.nxt-why-section {
    width: 100%;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   CONTAINER
========================================== */

.nxt-why-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ==========================================
   HEADER
========================================== */

.nxt-why-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 70px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.nxt-why-heading {
    flex: 1;
}

.nxt-why-tag {
    display: inline-block;
    padding: 9px 20px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.nxt-why-heading h2 {
    margin: 0;
    color: whitesmoke;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 800;
}

.nxt-why-heading h2 span {
    color: greenyellow;
    display: block;
}

.nxt-why-header > p {
    flex: 0 0 350px;
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 1.9;
}

/* ==========================================
   FEATURE GRID
========================================== */

.nxt-why-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 0;
}

/* ==========================================
   FEATURE
========================================== */

.nxt-why-feature {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 22px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    position: relative;
    transition: .35s ease;
    box-sizing: border-box;
}

/* ==========================================
   NUMBER CIRCLE
========================================== */

.nxt-why-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid greenyellow;
    display: flex;
    justify-content: center;
    align-items: center;
    color: greenyellow;
    font-size: 12px;
    font-weight: 800;
    transition: .35s ease;
    position: relative;
}

/* Small center dot */

.nxt-why-icon::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: yellowgreen;
    border-radius: 50%;
    bottom: 5px;
    right: 5px;
}

/* ==========================================
   FEATURE TEXT
========================================== */

.nxt-why-feature h3 {
    margin: 2px 0 8px;
    color: yellowgreen;
    font-size: 20px;
    line-height: 1.4;
    transition: .3s ease;
}

.nxt-why-feature p {
    margin: 0;
    color: white;
    font-size: 14px;
    line-height: 1.75;
}

/* ==========================================
   HOVER
========================================== */

.nxt-why-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px black;
}

.nxt-why-feature:hover .nxt-why-icon {
    background: greenyellow;
    color: #000;
    border-color: greenyellow;
    transform: rotate(8deg);
    box-shadow: 0 0 25px rgba(173,255,47,.2);
}

.nxt-why-feature:hover h3 {
    color: greenyellow;
}

/* ==========================================
   BACKGROUND DECORATION
========================================== */

.nxt-why-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(173,255,47,.025);
    border-radius: 50%;
    top: -350px;
    right: -250px;
}

.nxt-why-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(154,205,50,.025);
    border-radius: 50%;
    bottom: -200px;
    left: -150px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .nxt-why-section {
        padding: 90px 0;
    }

    .nxt-why-header {
        display: block;
        margin-bottom: 55px;
    }

    .nxt-why-header > p {
        max-width: 650px;
        margin-top: 25px;
    }

    .nxt-why-heading h2 {
        font-size: 45px;
    }

    .nxt-why-features {
        column-gap: 45px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .nxt-why-section {
        padding: 75px 0;
    }

    .nxt-why-container {
        width: 88%;
    }

    .nxt-why-heading h2 {
        font-size: 37px;
    }

    .nxt-why-header > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .nxt-why-features {
        grid-template-columns: 1fr;
    }

    .nxt-why-feature {
        grid-template-columns: 52px 1fr;
        gap: 18px;
        padding: 22px 0;
    }

    .nxt-why-icon {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }

    .nxt-why-feature h3 {
        font-size: 18px;
    }

    .nxt-why-feature p {
        font-size: 13px;
    }

    .nxt-why-footer {
        padding: 22px;
        gap: 18px;
    }

    .nxt-why-footer-number {
        font-size: 30px;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .nxt-why-section {
        padding: 60px 0;
    }

    .nxt-why-container {
        width: 90%;
    }

    .nxt-why-tag {
        padding: 7px 15px;
        font-size: 9px;
    }

    .nxt-why-heading h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .nxt-why-header > p {
        font-size: 13px;
    }

    .nxt-why-feature {
        grid-template-columns: 42px 1fr;
        gap: 13px;
        padding: 19px 0;
    }

    .nxt-why-icon {
        width: 41px;
        height: 41px;
        font-size: 9px;
    }

    .nxt-why-icon::after {
        width: 4px;
        height: 4px;
        bottom: 3px;
        right: 3px;
    }

    .nxt-why-feature h3 {
        font-size: 16px;
    }

    .nxt-why-feature p {
        font-size: 12.5px;
        line-height: 1.65;
    }

    .nxt-why-footer {
        padding: 18px;
        gap: 14px;
        margin-top: 35px;
    }

    .nxt-why-footer-number {
        font-size: 25px;
    }

    .nxt-why-footer-text strong {
        font-size: 13px;
    }

    .nxt-why-footer-text span {
        font-size: 11px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .nxt-why-feature,
    .nxt-why-icon,
    .nxt-why-feature h3 {
        transition: none;
    }

}


/* ==========================================
   SECTION 10 : SUITABLE FOR
========================================== */

.growth-audience-section {
    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================
   CONTAINER
========================================== */

.growth-audience-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* ==========================================
   LEFT INTRO
========================================== */

.growth-audience-intro {
    position: relative;
    padding: 20px 0;
}

.growth-audience-label {
    display: inline-block;
    padding: 9px 19px;
    background: greenyellow;
    color: #000;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.growth-audience-intro h2 {
    margin: 0 0 25px;
    color: whitesmoke;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}

.growth-audience-intro h2 span {
    display: block;
    color: greenyellow;
}

.growth-audience-intro p {
    max-width: 430px;
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 1.9;
}

/* ==========================================
   ACCENT
========================================== */

.growth-audience-accent {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 45px;
    padding-left: 18px;
    border-left: 3px solid greenyellow;
}

.growth-audience-accent b {
    color: greenyellow;
    font-size: 38px;
    line-height: 1;
}

.growth-audience-accent span {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
}

/* ==========================================
   RIGHT LIST
========================================== */

.growth-audience-list {
    width: 100%;
    border-top: 1px solid rgba(173,255,47,.25);
}

/* ==========================================
   ROW
========================================== */

.growth-audience-row {
    min-height: 78px;
    display: grid;
    grid-template-columns: 55px 1fr 40px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    position: relative;
    transition: .35s ease;
}

/* Green sliding background */

.growth-audience-row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: greenyellow;
    z-index: 0;
    transition: .4s ease;
}

.growth-audience-row > * {
    position: relative;
    z-index: 1;
}

/* ==========================================
   NUMBER
========================================== */

.growth-audience-number {
    color: greenyellow;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: .3s ease;
}

/* ==========================================
   TEXT
========================================== */

.growth-audience-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease;
}

/* ==========================================
   PLUS
========================================== */

.growth-audience-mark {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(173,255,47,.3);
    border-radius: 50%;
    color: greenyellow;
    font-size: 18px;
    transition: .35s ease;
}

/* ==========================================
   HOVER
========================================== */

.growth-audience-row:hover {
    padding-left: 18px;
}

.growth-audience-row:hover::before {
    width: 100%;
}

.growth-audience-row:hover
.growth-audience-number {
    color: #000;
}

.growth-audience-row:hover
.growth-audience-text {
    color: #000;
    font-weight: 700;
}

.growth-audience-row:hover
.growth-audience-mark {
    background: #0F172A;
    border-color: #0F172A;
    color: greenyellow;
    transform: rotate(45deg);
}

/* ==========================================
   BACKGROUND DECORATION
========================================== */

.growth-audience-section::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border: 1px solid rgba(173,255,47,.025);
    border-radius: 50%;
    left: -330px;
    bottom: -250px;
}

.growth-audience-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(173,255,47,.025);
    filter: blur(90px);
    right: -150px;
    top: -150px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

    .growth-audience-section {
        padding: 90px 0;
    }

    .growth-audience-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .growth-audience-intro {
        text-align: center;
    }

    .growth-audience-intro p {
        margin: auto;
    }

    .growth-audience-accent {
        width: fit-content;
        margin: 35px auto 0;
        text-align: left;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .growth-audience-section {
        padding: 70px 0;
    }

    .growth-audience-container {
        width: 88%;
        gap: 45px;
    }

    .growth-audience-label {
        padding: 7px 14px;
        font-size: 8px;
    }

    .growth-audience-intro h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .growth-audience-intro p {
        font-size: 14px;
        line-height: 1.8;
    }

    .growth-audience-accent {
        margin-top: 30px;
    }

    .growth-audience-accent b {
        font-size: 30px;
    }

    .growth-audience-accent span {
        font-size: 10px;
    }

    .growth-audience-row {
        min-height: 68px;
        grid-template-columns: 38px 1fr 30px;
        gap: 10px;
    }

    .growth-audience-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .growth-audience-number {
        font-size: 9px;
    }

    .growth-audience-mark {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .growth-audience-row:hover {
        padding-left: 8px;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .growth-audience-section {
        padding: 60px 0;
    }

    .growth-audience-container {
        width: 90%;
    }

    .growth-audience-intro h2 {
        font-size: 34px;
    }

    .growth-audience-intro p {
        font-size: 13px;
    }

    .growth-audience-row {
        min-height: 62px;
        grid-template-columns: 32px 1fr 27px;
    }

    .growth-audience-text {
        font-size: 12px;
    }

    .growth-audience-mark {
        width: 23px;
        height: 23px;
        font-size: 12px;
    }

}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .growth-audience-row,
    .growth-audience-row::before,
    .growth-audience-mark,
    .growth-audience-number,
    .growth-audience-text {
        transition: none;
    }

}

/*==========================================
      SECTION 15 : FINAL CTA
==========================================*/

.final-cta{
    padding:50px 20px;
    background:yellowgreen;
    color:black;
    text-align:center;
}

.final-cta-container{
    width:90%;
    max-width:900px;
    margin:auto;
}

.final-cta h2{
    font-size:46px;
    margin:20px 0;
    line-height:1.3;
    color:black;
}

.final-cta p{
    font-size:18px;
    color:black;
    line-height:1.8;
    max-width:750px;
    margin:0 auto 45px;
    /* text-align:justify; */
}

.final-cta .section-tag{
    display:inline-block;
    background:white;
    color:black;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
    text-align: center;
}

/* Buttons */

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

/* Secondary */

.cta-primary, .cta-secondary{
    border:2px solid #fff;
    color:black;
    padding:16px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.cta-primary:hover, .cta-secondary:hover{
    background:#fff;
    color:#0F172A;
}

/* Icons */

.cta-buttons i{
    margin-right:8px;
}

/*=========================
      Tablet
=========================*/

@media(max-width:768px){

.final-cta{
padding:80px 20px;
}

.final-cta h2{
font-size:36px;
}

.final-cta p{
font-size:16px;
}

.cta-buttons{
flex-direction:column;
align-items:center;
}

.cta-primary,
.cta-whatsapp,
.cta-secondary{

width:100%;
max-width:350px;
text-align:center;
}
}

/*=========================
      Mobile
=========================*/

@media(max-width:480px){

.final-cta h2{
font-size:30px;
}

.final-cta p{
font-size:15px;
line-height:1.7;
}
}