/* Approach Page Specific Styles */
/* This file extends style.css with Approach specific styles */

/* Active nav link styling */
.navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color);
}

/* Section 1: Page Header */
.approach-sec-1 {
    background-image: url("/assets/images/section-1-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Step Number Indicator */
.step-number {
    font-size: 80px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1;
}
h2.font-large-on-cstm{
    font-size: 120px;
}

/* Section 2: Start With Intent */
.approach-sec-2 {
    background-color: #ffffff;
    padding: 100px 0 100px;
    position: relative;
    overflow: hidden;
}
.lattis-sec-1.approch-hero h3{
    font-size:42px !important;
    color:black;
    font-weight:400;
    margin: 15px 0px;
}
.lattis-sec-1.approch-hero .hero-right{
    position:unset !important;
    display: contents;
}
.lattis-sec-1.approch-hero .hero-right img{
    right:unset;
    left:0;
    max-width:31%;
}
.lattis-sec-1.approch-hero{
    padding-top:225px !important;
    padding-bottom:100px !important;
}
.lattis-sec-1.approch-hero h1{
    text-align:left !important;
    font-size:30px !important;
    font-weight:600;
}

/* Geometric pattern background */
/*.approach-sec-2::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-image: */
/*        repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(0, 0, 0, 0.025) 30px, rgba(0, 0, 0, 0.025) 60px),*/
/*        repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(0, 0, 0, 0.02) 30px, rgba(0, 0, 0, 0.02) 60px),*/
/*        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(0, 0, 0, 0.015) 40px, rgba(0, 0, 0, 0.015) 80px);*/
/*    background-size: 100% 100%, 100% 100%, 100% 100%;*/
/*    opacity: 0.6;*/
/*    z-index: 0;*/
/*    mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);*/
/*    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);*/
/*}*/

.approach-content-intent {
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.intent-heading-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.intent-number {
    font-size: 200px;
    font-weight: 700;
    color: #F37024;
    line-height: 0.8;
    margin-top: -20px;
}

.intent-heading-text {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.intent-every {
    font-size: 50px;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
}

.intent-engagement {
    font-size: 96px;
    font-weight: 700;
    color: #cc5000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.intent-starts {
    font-size: 66px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
    line-height: 1.2;
}

.approach-list-intent {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    gap:18px;
}

.approach-list-intent li {
    font-size: 25px;
    color: #1f1f1f;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}

.approach-list-intent li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image: url('../images/check-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.intent-conclusion {
       font-size: 36px;
    color: #1f1f1f;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500
}

.approach-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: left;
}
.approach-sec-2 h2{
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #cc5000;
}
.approach-sec-2 h3{
    font-size: 32px;
    font-weight: 500;
}
.approach-sec-2 ul{
    margin:20px 0;
}
.smart-shape-011{
    max-width:400px;
}
.approach-sec-2 ul li{
    margin-bottom:4px;
    font-size:22px;
}
.approach-sec-3 h2,
.approach-sec-4 h2,
.approach-sec-5 h2,
.approach-sec-6 h2,
.approach-sec-7 h2 {
    color: var(--primary-color);
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.approach-sec-3 p,
.approach-sec-4 p,
.approach-sec-5 p,
.approach-sec-6 p,
.approach-sec-7 p {
    font-size: 25px;
    color: #1f1f1f;
    margin-bottom: 25px;
    line-height: 1.6;
}

.approach-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.approach-list li {
    font-size: 23px;
    color: #1f1f1f;
    margin-bottom: 15px;
    padding-left: 0;
    position: relative;
}

.approach-list li::before {
    content: '•';
    color: var(--primary-color);
    margin-right: 10px;
}

/* Section 3: Build Message Variations */
.approach-sec-3 {
    background-color: #e8e3dd;
    padding: 200px 0 160px;
}

.approach-sec-3 h2:last-of-type {
    font-size: 120px;
    margin-bottom: 30px;
}

.approach-abstract-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.abstract-block,
.grid-block,
.bar,
.approach-single-element {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.abstract-block:nth-child(1),
.grid-block:nth-child(1),
.bar:nth-child(1) {
    animation-delay: 0.1s;
}

.abstract-block:nth-child(2),
.grid-block:nth-child(2),
.bar:nth-child(2) {
    animation-delay: 0.2s;
}

.abstract-block:nth-child(3),
.grid-block:nth-child(3),
.bar:nth-child(3) {
    animation-delay: 0.3s;
}

.abstract-block:nth-child(4),
.grid-block:nth-child(4),
.bar:nth-child(4) {
    animation-delay: 0.4s;
}

.abstract-block:hover,
.grid-block:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 20px rgba(204, 80, 0, 0.2);
}

.bar:hover {
    transform: scaleX(1.05);
    box-shadow: 0 4px 12px rgba(204, 80, 0, 0.15);
}

.block-1 {
    width: 80%;
    height: 120px;
}

.block-2 {
    width: 70%;
    height: 100px;
    margin-left: 10%;
}

.block-3 {
    width: 85%;
    height: 110px;
    margin-left: 5%;
}

/* Section 4: Place With Discipline */
.approach-sec-4 {
    background-color: #f8f7f5;
    padding: 200px 0 160px;
}

.approach-sec-4 h2:last-of-type {
    font-size: 120px;
    margin-bottom: 30px;
}

.approach-grid-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px;
}

.grid-block {
    aspect-ratio: 1;
    background-color: rgba(204, 80, 0, 0.1);
    border: 1px solid rgba(204, 80, 0, 0.2);
}

.approach-content.ps-lg-5 {
    padding-left: 60px;
}

/* Section 5: Measure Response */
.approach-sec-5 {
    background-color: #e8e3dd;
    padding: 200px 0 160px;
}

.approach-sec-5 h2:last-of-type {
    font-size: 120px;
    margin-bottom: 30px;
}

.approach-bars {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px 0;
}

.bar {
    height: 40px;
    background-color: rgba(204, 80, 0, 0.2);
    border: 1px solid rgba(204, 80, 0, 0.3);
}

.bar-1 {
    width: 90%;
}

.bar-2 {
    width: 65%;
}

.bar-3 {
    width: 80%;
}

.bar-4 {
    width: 55%;
}

/* Section 6: Apply What Works */
.approach-sec-6 {
    background-color: #f8f7f5;
    padding: 200px 0 160px;
}

.approach-sec-6 h2:last-of-type {
    font-size: 120px;
    margin-bottom: 30px;
}

.approach-content-centered {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.approach-single-element {
    width: 200px;
    height: 200px;
    margin: 60px auto 0;
    background-color: rgba(204, 80, 0, 0.08);
    border: 1px solid rgba(204, 80, 0, 0.15);
    border-radius: 50%;
}

/* Section 7: Operating Principles */
.approach-sec-7 {
    background-color: #e8e3dd;
    padding: 250px 0 200px;
}

.approach-content-principles {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.approach-sec-7 h2:last-of-type {
    font-size: 120px;
    margin-bottom: 40px;
}

.approach-list-principles {
    margin: 50px 0;
}

.approach-list-principles li {
    font-size: 25px;
    margin-bottom: 25px;
}

.approach-list-principles li::before {
    display: none;
}

/* Section 8: Call to Action */
.approach-sec-8 {
    background-image: url("/assets/images/section-7-banner.png");
    border-bottom: 10px solid var(--primary-color);
}

.let-the-system-text {
    font-size: 12px !important;
}

.approach-btn {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.approach-btn:hover {
    background-color: #ff6700;
    color: #fff;
    border-color: #ff6700;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 103, 0, 0.3);
}

/* Responsive Styles */
@media screen and (max-width: 1400px) {
    .step-number {
        font-size: 70px;
    }
    .intent-number {
        font-size: 160px;
    }
    .intent-every {
        font-size: 42px;
    }
    .intent-engagement {
        font-size: 110px;
    }
    .intent-starts {
        font-size: 42px;
    }
    .approach-list-intent li {
        font-size: 24px;
    }
    .intent-conclusion {
        font-size: 24px;
    }
    .approach-sec-3 h2,
    .approach-sec-4 h2,
    .approach-sec-5 h2,
    .approach-sec-6 h2,
    .approach-sec-7 h2 {
        font-size: 60px;
    }
    .approach-sec-3 h2:last-of-type,
    .approach-sec-4 h2:last-of-type,
    .approach-sec-5 h2:last-of-type,
    .approach-sec-6 h2:last-of-type,
    .approach-sec-7 h2:last-of-type {
        font-size: 90px;
    }
    .approach-sec-3 p,
    .approach-sec-4 p,
    .approach-sec-5 p,
    .approach-sec-6 p,
    .approach-sec-7 p {
        font-size: 20px;
    }
    .approach-list li {
        font-size: 20px;
    }
    .approach-list-principles li {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .step-number {
        font-size: 60px;
    }
    .intent-number {
        font-size: 140px;
    }
    .intent-every {
        font-size: 38px;
    }
    .intent-engagement {
        font-size: 95px;
    }
    .intent-starts {
        font-size: 38px;
    }
    .approach-list-intent li {
        font-size: 22px;
    }
    .intent-conclusion {
        font-size: 22px;
    }
    .approach-sec-3 h2,
    .approach-sec-4 h2,
    .approach-sec-5 h2,
    .approach-sec-6 h2,
    .approach-sec-7 h2 {
        font-size: 50px;
    }
    .approach-sec-3 h2:last-of-type,
    .approach-sec-4 h2:last-of-type,
    .approach-sec-5 h2:last-of-type,
    .approach-sec-6 h2:last-of-type,
    .approach-sec-7 h2:last-of-type {
        font-size: 70px;
    }
    .approach-content,
    .approach-content-intent {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .approach-sec-2,
    .approach-sec-3,
    .approach-sec-4,
    .approach-sec-5,
    .approach-sec-6,
    .approach-sec-7 {
        padding: 120px 0 120px;
    }
    .step-number {
        font-size: 50px;
    }
    .intent-number {
        font-size: 120px;
    }
    .intent-every {
        font-size: 32px;
    }
    .intent-engagement {
        font-size: 75px;
    }
    .intent-starts {
        font-size: 32px;
    }
    .approach-list-intent li {
        font-size: 20px;
    }
    .intent-conclusion {
        font-size: 20px;
    }
    .approach-sec-3 h2,
    .approach-sec-4 h2,
    .approach-sec-5 h2,
    .approach-sec-6 h2,
    .approach-sec-7 h2 {
        font-size: 40px;
    }
    .approach-sec-3 h2:last-of-type,
    .approach-sec-4 h2:last-of-type,
    .approach-sec-5 h2:last-of-type,
    .approach-sec-6 h2:last-of-type,
    .approach-sec-7 h2:last-of-type {
        font-size: 60px;
        text-align: center;
    }
    .approach-sec-3 p,
    .approach-sec-4 p,
    .approach-sec-5 p,
    .approach-sec-6 p,
    .approach-sec-7 p {
        font-size: 18px;
    }
    .approach-list li {
        font-size: 18px;
    }
    .approach-list-principles li {
        font-size: 18px;
    }
    .approach-content,
    .approach-content-intent {
        text-align: center;
        padding: 0 30px;
    }
    .approach-content.ps-lg-5 {
        padding-left: 30px;
    }
    .intent-heading-wrapper {
        justify-content: center;
        text-align: center;
    }
    .approach-sec-3 h2,
    .approach-sec-4 h2,
    .approach-sec-5 h2 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .approach-sec-2,
    .approach-sec-3,
    .approach-sec-4,
    .approach-sec-5,
    .approach-sec-6,
    .approach-sec-7 {
        padding: 100px 0 100px;
    }
    .step-number {
        font-size: 42px;
    }
    .intent-number {
        font-size: 100px;
    }
    .intent-every {
        font-size: 28px;
    }
    .intent-engagement {
        font-size: 60px;
    }
    .intent-starts {
        font-size: 28px;
    }
    .approach-list-intent li {
        font-size: 18px;
        padding-left: 35px;
    }
    .approach-list-intent li::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }
    .intent-conclusion {
        font-size: 18px;
    }
    .approach-sec-3 h2,
    .approach-sec-4 h2,
    .approach-sec-5 h2,
    .approach-sec-6 h2,
    .approach-sec-7 h2 {
        font-size: 36px;
    }
    .approach-sec-3 h2:last-of-type,
    .approach-sec-4 h2:last-of-type,
    .approach-sec-5 h2:last-of-type,
    .approach-sec-6 h2:last-of-type,
    .approach-sec-7 h2:last-of-type {
        font-size: 50px;
    }
    .approach-sec-3 p,
    .approach-sec-4 p,
    .approach-sec-5 p,
    .approach-sec-6 p,
    .approach-sec-7 p {
        font-size: 16px;
    }
    .approach-list li {
        font-size: 16px;
    }
    .approach-list-principles li {
        font-size: 16px;
    }
    .approach-content,
    .approach-content-intent {
        padding: 0 20px;
    }
    .approach-content.ps-lg-5 {
        padding-left: 20px;
    }
    .abstract-block {
        height: 80px;
    }
    .approach-single-element {
        width: 150px;
        height: 150px;
    }
    .approach-sec-7 {
        padding: 150px 0 120px;
    }
    .approach-list-intent.d-flex{
        flex-direction:column;
        align-items:start;
        justify-content:start;
        gap:0;
    }
}

@media screen and (max-width: 576px) {
    .step-number {
        font-size: 36px;
    }
    .approach-sec-2 h2 {
    font-size: 36px;
    }
    .lattis-sec-1.approch-hero .hero-right{
        display:none;
    }
    .lattis-sec-1.approch-hero {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
    padding-left:15px;
    padding-right:15px;
}
    .approach-sec-2 {
        padding: 60px 0 60px;
    }
    .intent-number {
        font-size: 80px;
        margin-top: -10px;
    }
    .intent-every {
        font-size: 24px;
    }
    .intent-engagement {
        font-size: 34px;
    }
    .intent-starts {
        font-size: 24px;
    }
    .intent-heading-wrapper {
        gap: 10px;
        margin-bottom: 35px;
    }
    .approach-list-intent {
        margin: 30px 0 25px 0;
    }
    .approach-list-intent li {
        font-size: 16px;
        margin-bottom: 15px;
        text-align:left !important;
        padding-left: 30px;
        
    }
    .approach-list-intent li::before {
        width: 16px;
        height: 16px;
        top: 4px;
    }
    .intent-conclusion {
        font-size: 16px;
        margin-top: 25px;
    }
    .approach-sec-3 h2,
    .approach-sec-4 h2,
    .approach-sec-5 h2,
    .approach-sec-6 h2,
    .approach-sec-7 h2 {
        font-size: 32px;
    }
    .approach-sec-3 h2:last-of-type,
    .approach-sec-4 h2:last-of-type,
    .approach-sec-5 h2:last-of-type,
    .approach-sec-6 h2:last-of-type,
    .approach-sec-7 h2:last-of-type {
        font-size: 42px;
    }
    .approach-content,
    .approach-content-intent {
        padding: 0 15px;
    }
    .approach-content.ps-lg-5 {
        padding-left: 15px;
    }
    .abstract-block {
        height: 60px;
    }
    .bar {
        height: 30px;
    }
    .approach-single-element {
        width: 120px;
        height: 120px;
    }
    .approach-grid-blocks {
        gap: 15px;
    }
     .lattis-sec-1.approch-hero h3 {
        font-size:28px !important;
    }
}
