/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/about/about-us-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 35px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

p {
    text-align: justify !important;
}

/* ----- success formula specific styles (amazing, responsive) ----- */
.success-section {
    background: #0b0e12;
    color: #eef3f8;
    font-family: 'Outfit', sans-serif;
    padding: 3rem 0;
}

.success-container {
    position: relative;
    z-index: 5;
}

.tz-display-super {
    font-family: 'Teko', sans-serif;
    font-size: clamp(3rem, 10vw, 4rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(130deg, #fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.pillar-badge {
    font-family: 'Teko', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #85c815;
    display: inline-block;
    border-bottom: 3px solid #85c81540;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.content-card {
    background: rgba(20, 30, 40, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 180, 70, 0.15);
    border-radius: 2rem;
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 30px 50px -20px #00000080;
}

.content-card:hover {
    border-color: #85c815;
    background: rgba(30, 42, 54, 0.8);
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(132, 204, 22, 0.6),
                0 0 40px rgba(132, 204, 22, 0.4),
                0 0 60px rgba(132, 204, 22, 0.2);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.feature-list li {
    display: flex;
    gap: 0.8rem;
    align-items: baseline;
    margin-bottom: 0.7rem;
    color: #cbdae6;
    font-size: 0.95rem;
}

.feature-list li i {
    color: #85c815;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-list.text-danger li i {
    color: #ff6b6b;
}

.mindset-core {
    background: linear-gradient(145deg, #16232e, #0e1a24);
    border: 1px solid #85c81530;
    border-radius: 4rem;
    padding: 3rem 2.5rem;
    box-shadow: 0 40px 60px -20px black;
    margin: 4rem 0;
    position: relative;
    isolation: isolate;
}

.mindset-core::after {
    content: '⚡';
    position: absolute;
    bottom: -20px;
    right: 30px;
    font-size: 6rem;
    opacity: 0.06;
    transform: rotate(10deg);
}

.mindset-quote {
    font-size: 1.8rem;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    line-height: 1.4;
    color: #ffd59e;
    border-left: 6px solid #85c815;
    padding-left: 2rem;
    margin: 1.5rem 0;
}

.divider-glow {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #85c81560, transparent);
    margin: 3rem 0;
}

.badge-pillar {
    background: #85c815 !important;
    color: #000 !important;
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 400;
    display: inline-block;
}

.section-title {
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    color: #85c815;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #85c81540;
    padding-bottom: 0.5rem;
}

.highlight-box {
    background: rgba(133, 200, 21, 0.1);
    border-left: 4px solid #85c815;
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 1.5rem 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .success-section {
        padding: 2rem 0;
    }
    
    .mindset-quote {
        font-size: 1.4rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .content-card {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }
    
    .mindset-core {
        padding: 2rem 1.5rem;
        border-radius: 2.5rem;
    }
}

@media (max-width: 576px) {
    .tz-display-super {
        font-size: 2.5rem;
    }
    
    .pillar-badge {
        font-size: 1.4rem;
    }
    
    .feature-list li {
        font-size: 0.9rem;
    }
}

/* Main Banner */
.explore-banner {
   color: #85c815;
    
    text-decoration: none;
    background-color:#0e1a24;
    display: flex;
    justify-content: space-between;

    align-items: center;
    padding: 28px 40px;
    border-radius: 28px;
    border:solid 2px #85c815;
    transition: all 0.3s ease;
}

/* Text */
.explore-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

/* Arrow Icon */
.explore-icon {
    font-size: 1.8rem;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.explore-banner:hover {
   color: #ffffff;
    box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}

.explore-banner:hover .explore-icon {
    transform: translateX(8px);
}

/* Responsive */
@media (max-width: 768px) {
    .explore-banner {
        padding: 22px 24px;
        border-radius: 20px;
    }

    .explore-text {
        font-size: 1.1rem;
    }

    .explore-icon {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .explore-banner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .explore-icon {
        transform: none;
    }

    .explore-banner:hover .explore-icon {
        transform: translateY(5px);
    }
}


.pillar-side-img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 30px 50px -20px #00000080;
    transition: transform 0.4s ease;
}

.pillar-side-img:hover {
     transform: scale(1.03);
     box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);
}
.explore-wrapper {
    margin-top: 40px;
    gap: 20px;
}
.explore-banner {
    padding: 14px 20px;
   
    text-decoration: none;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-btn {
    justify-content: flex-start;
}

.next-btn {
    justify-content: flex-end;
}@media (max-width: 768px) {
    .explore-wrapper {
        flex-direction: column;
    }
}