/* Hero section styles */
.belief-hero {
    background: #ce5a3c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #e65245, #ce5a3c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #e65245, #ce5a3c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    padding: 2rem 5rem;
    position: relative;
    overflow: hidden;
     min-height: 100vh;

}
.belief-cta-button {
    background-color: #5e2013bd;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease-in-out;
}

.belief-cta-button:hover {
    background-color:#5A6268; /* Darker shade on hover */
}
.belief-hero-title {
    font-family: "Roboto", sans-serif;/* Change to your preferred color */
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 604px;
    font-weight: 700;
}

.belief-hero-subtitle {
    /* font-size: 1.2rem; */
    margin-bottom: 2rem;
    max-width: 500px;
    opacity: 0.8;
    /* line-height: 1.2; */
}

.belief-hero-image {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 600px;
}

.belief-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* ------------------------Limiting vs. Empowering Beliefs section--------------------- */
.belief-limiting-empowering {
    padding: 5rem;
    /* background-color: #f8f9fa; */
    background: #e8f9ff;
    min-height: 100vh;
}

.Limiting-card {
    padding: 1.5rem;
    border: none;
    border-radius: 10px;
}

.Limiting-card ul li {
    font-size: 15px;
    color: #333;
    font-weight: bold;

    list-style-type: none;
    position: relative;
}

.Limiting-belief-card {
    background-color: #ffcccb;
}
.Limiting-empowering-card {
    background-color: #90ee90;
}
.Limiting-belief-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.belief-affects  {
    padding: 3rem 0rem;
    background: #db564136;
    min-height: 100vh;
}

.belief-affects-imagebox {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.belief-affects-imagebox img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;

}
.list-icon {
    font-size: 1.2rem;
    /* margin-right: 1rem; */
    color: #f94134;
}
.btn-secondary {
    background-color: #ce5a3c;
    border: none;
}

.cta-redefine {
    background-color: #ce5a3c;
    color: #fff;
    text-align: center;
    padding: 40px 0;

}
/* ------------------------End Limiting vs. Empowering Beliefs section--------------------- */

/* Responsive design */
/* @media (max-width: 1024px) {

} */

@media (max-width: 768px) {

    .belief-hero-image {
        position: static;
        transform: none;
        width: 100%;
        max-width: 500px;
        margin: 3rem auto 0;
    }

    .belief-hero {
        padding: 3rem 0 5rem;
        text-align: center;
        min-height: 80vh;

    }
    .Limiting-card {
        padding: 1rem;
        border-radius: 8px;
        
    }

    .belief-hero-title,
    .belief-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .belief-limiting-empowering {
        padding: 2rem;
    }
    .belief-nav {
        flex-direction: column;
    }

    .belief-menu {
        margin-top: 1rem;
    }

    .belief-menu li {
        margin: 0 1rem;
    }

    .belief-hero-title {
        font-size: 2.0rem;
    }

    .belief-section-title {
        font-size: 2.5rem;
    }

    .belief-feature-grid {
        grid-template-columns: 1fr;
    }

    .belief-steps {
        flex-direction: column;
    }

    .belief-step {
        width: 100%;
    }
}
