body {
    font-family: 'Inter', sans-serif;
    color: #1f2933;
}

h1, h2, h3, h5 {
    font-family: 'Playfair Display', serif;
}

/* Narrow container to match design */
/* .container {
    max-width: 1140px;
} */

.logo {
    height:80px;
}


.main-nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.main-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

.btn-webinar {
    background: #1f1f1f;
    color: #f2b705;
    border-radius: 30px;
    padding: 10px 22px;
}


/* ========== HERO SECTION ========== */

.hero-section {
    padding: 80px 0;
    background: #ffffff;
}

/* IMAGE SIDE */
.hero-image-col {
    min-height: 500px;
}

.yellow-block {
    position: absolute;
    width: 78%;
    height: 88%;
    background: #f2b705;
    left: 40px;
    top: 40px;
    z-index: 1;
}

.hero-image {
    position: relative;
    z-index: 2;
    width:100%;
}

/* TEXT SIDE */
.hero-text-col {
    padding-left: 40px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 1.25;
    color: #1f2933;
    margin-bottom: 24px;
}

.hero-title .green {
    color: #0a6b4f;
}

/* STARS – corrected positioning */
.hero-stars {
    position: absolute;
    top: -20px;
    right: 120px;
    display: flex;
    gap: 8px;
}

.hero-stars .star {
    font-size: 18px;
    line-height: 1;
}

.hero-stars .green {
    color: #0a6b4f;
}

.hero-stars .gold {
    color: #f2b705;
    font-size: 38px;
    top: 20px;
}


/* DIVIDER */
.hero-divider {
    width: 100px;
    height: 3px;
    background: #f2b705;
    margin-bottom: 20px;
}

/* DESCRIPTION */
.hero-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 520px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0;
    }

    .hero-text-col {
        padding-left: 0;
        margin-top: 40px;
    }

    .hero-title {
        font-size: 32px;
    }

    .yellow-block {
        left: 20px;
        top: 20px;
    }
}




/* ========== START YOUR JOURNEY SECTION ========== */

.start-journey-section {
    padding: 0px 0;
    background: #ffffff;
}

.start-journey-box {
    background: #0a6b4f;
    border-radius: 36px;
    padding: 60px 70px;
    color: #ffffff;
}

/* LEFT TITLE */
.journey-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: 1.05;
    color: #f2b705;
    margin: 0;
    text-align:center;
}

/* RIGHT TEXT */
.journey-text {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight:400;
    line-height: 1.4;
    max-width: 520px;
    margin-bottom: 28px;
}

/* BUTTON */
.journey-btn {
    background: #f2b705;
    color: #0a6b4f;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 600;
    border: none;
}

/* STARS */

.journey-stars {
    position: absolute;
}

.grey-star {
    top:10px;
    left:-20px;
}

.grey-star-2 {
    top:10px;
    bottom:-20px;
}

.gold-star {
    top:10px;
    right:30px;
}

.journey-stars .star {
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
}

.journey-stars .grey {
    color: rgba(255, 255, 255, 0.5);
}

.journey-stars .gold {
    color: #f2b705;
    font-size: 40px;
}

.journey-stars .bottom {
    display: block;
    margin-top: 40px;
    margin-left: 30px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .start-journey-box {
        padding: 40px 30px;
        text-align: center;
    }

    .journey-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .journey-text {
        margin-left: auto;
        margin-right: auto;
    }

    .journey-stars {
        left: 10px;
    }
}




/* ========== MILIND SECTION ========== */

.milind-section {
    padding: 0px 0;
    background: radial-gradient(
        circle at center,
        #f2f2f2 0%,
        #e5e5e5 60%,
        #dddddd 100%
    );
    margin:50px 0;
    border-radius:20px;
}

/* TEXT */
.milind-text {
    padding-left: 80px;
}

.milind-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #1f2933;
}

.milind-title span {
    color: #0a6b4f;
}

.milind-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 420px;
    margin-bottom: 24px;
    color: #4b5563;
}

/* LINK */
.milind-link {
    color: #0a6b4f;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.milind-link .arrow {
    background: #1f1f1f;
    color: #f2b705;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* STARS */
.milind-stars {
    position: absolute;
    top: -20px;
    right: 130px;
}

.milind-stars .star {
    font-size: 20px;
    margin-right: 6px;
}

.milind-stars .green {
    color: #0a6b4f;
}

.milind-stars .gold {
    color: #f2b705;
    font-size: 40px;
}

/* IMAGE */
.milind-image {
    max-width: 420px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .milind-section {
        padding: 60px 0;
        text-align: center;
    }

    .milind-text {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .milind-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .milind-stars {
        left: 50%;
        transform: translateX(-50%);
    }
}


/* ========== MY MISSION SECTION ========== */

.mission-section {
    padding: 10px 0;
    background: #ffffff;
}

/* IMAGE */
.mission-image {
    max-width: 420px;
}

/* TEXT */
.mission-text {
    padding-left: 40px;
}

.mission-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 20px;
    color: #1f2933;
}

.mission-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 460px;
}

.mission-desc strong {
    color: #0a6b4f;
    font-weight: 600;
}

/* STARS */
.mission-stars {
    position: absolute;
    top: -40px;
    left: 0;
}

.mission-stars .star {
    font-size: 20px;
    margin-right: 6px;
}

.mission-stars .green {
    color: #0a6b4f;
}

.mission-stars .gold {
    color: #f2b705;
    font-size:40px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .mission-section {
        padding: 60px 0;
    }

    .mission-text {
        padding-left: 0;
        text-align: center;
        margin-top: 40px;
    }

    .mission-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .mission-stars {
        left: 50%;
        transform: translateX(-50%);
    }
}


/* ========== WHAT I HELP YOU ACHIEVE ========== */

.achieve-section {
    background: #f4f4f4;
    padding: 70px 30px;
    border-radius:20px;
}

/* LEFT CARD */
.achieve-logo-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 0px 0px;
    text-align: center;
}

.achieve-logo-card img {
    width: 100%;
    border-radius: 28px;
}

/* RIGHT TEXT */
.achieve-text {
    padding-left: 40px;
}

.achieve-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 18px;
    color: #1f2933;
}

.achieve-intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #4b5563;
}

.achieve-intro strong {
    color: #0a6b4f;
}

/* LIST */
.achieve-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.achieve-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
}

.achieve-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 0px;
    color: #0a6b4f;
    font-size: 20px;
}

/* STARS */
.achieve-stars {
    position: absolute;
    top: -30px;
    right: 40px;
}

.achieve-stars .star {
    font-size: 20px;
    margin-left: 6px;
}

.achieve-stars .green {
    color: #0a6b4f;
}

.achieve-stars .gold {
    color: #f2b705;
    font-size:40px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .achieve-section {
        padding: 60px 0;
    }

    .achieve-text {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .achieve-list {
        text-align: left;
        max-width: 520px;
        margin: 0 auto;
    }

    .achieve-stars {
        right: 50%;
        transform: translateX(50%);
    }
}


/* ========== MY APPROACH SECTION ========== */

.approach-section {
    padding: 50px 0;
    background: #ffffff;
}

/* HEADER */
.approach-header {
    margin-bottom: 30px;
}

.approach-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 12px;
    color: #1f2933;
}

.approach-subtitle {
    font-size: 16px;
    color: #4b5563;
}

/* STARS */
.approach-stars {
    position: absolute;
    top: -40px;
    right: 40%;
}

.approach-stars .star {
    font-size: 18px;
    margin-left: 6px;
}

.approach-stars .grey {
    color: #d1d5db;
}

.approach-stars .gold {
    color: #f2b705;
    font-size: 40px;
}

/* PILLARS */
.approach-pillars {
    margin-bottom: 30px;
}

.pillar-card {
    background: #fdf1c7;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

/* TOP CAP */
.pillar-cap {
    height: 10px;
    background: #f2b705;
}

/* BODY */
.pillar-body {
    padding: 40px 30px;
}

.pillar-icon {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.pillar-icon img {
    width:100%;
}

.pillar-body h5 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight:600;
    color: #1f2933;
}

.pillar-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

/* BASE */
.pillar-base {
    height: 10px;
    background: #f2b705;
}

/* FOOTER TEXT */
.approach-footer {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

.approach-footer strong {
    color: #0a6b4f;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .approach-section {
        padding: 60px 0;
    }

    .approach-header {
        margin-bottom: 40px;
    }

    .approach-stars {
        right: 50%;
        transform: translateX(50%);
    }

    .pillar-card {
        margin-bottom: 30px;
    }
}




/* ========== CAREER FULFILLMENT FORUM ========== */

.cff-section {
    background: #fff2cc;
    padding: 50px;
    border-radius:20px;
}

/* HEADER */
.cff-header {
    max-width: 820px;
    margin: 0 auto 40px;
}

.cff-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 18px;
    color: #1f2933;
}

.cff-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

.cff-subtitle strong {
    color: #0a6b4f;
}

/* STARS */
.cff-stars {
    position: absolute;
    top: -40px;
    right: 80px;
}

.cff-stars .star {
    font-size: 18px;
    margin-left: 6px;
}

.cff-stars .grey {
    color: #d1d5db;
}

.cff-stars .gold {
    color: #f2b705;
    font-size: 40px;
}

/* CARDS */
.cff-card {
    border-radius: 26px;
    padding: 34px 34px;
    height: 100%;
    text-align: center;
}

/* LEFT CARD */
.cff-card-white {
    background: #ffffff;
    text-align: left;
}

.cff-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cff-feature-list li {
    text-align: center;
    padding: 14px 0;
    border-bottom: 2px solid #f2b705;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
}

.cff-launching {
    margin-top: 24px;
    font-weight: 700;
    text-align: center;
    color: #0a6b4f;
}

/* GOLD CARDS */
.cff-card-gold {
    background: #f2b705;
    position: relative;
}

.cff-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.cff-icon img {
    width:100%;
}

.cff-level {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #1f2933;
}

.cff-level-sub {
    font-size: 18px;
    margin-bottom: 18px;
    color: #1f2933;
}

.cff-highlight {
    border: 4px solid rgba(0, 0, 0, 0.35);
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size:25px;
    color: #0a6b4f;
}

.cff-price {
    margin-top:-45px;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1f2933;
}

.cff-price span {
    background:#f2b705;
}

/* ARROW */
.cff-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0a6b4f;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .cff-section {
        padding: 70px 0;
    }

    .cff-title {
        font-size: 34px;
    }

    .cff-card {
        margin-bottom: 30px;
    }

    .cff-stars {
        right: 50%;
        transform: translateX(50%);
    }
}



/* ========== IDEAS ON DEMAND SECTION ========== */

.ideas-section {
    padding: 50px 0;
    background: #ffffff;
}

/* BOOK IMAGE */
.ideas-book {
    width: 80%;
}

/* TEXT */
.ideas-text {
    padding-left: 40px;
}

.ideas-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 20px;
    color: #0a6b4f;
}

.ideas-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 520px;
    margin-bottom: 28px;
}

/* BUTTON */
.ideas-btn {
    display: inline-block;
    color: #1f1f1f;
    background: #f2b705;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 12px;
    cursor:pointer;
}

.ideas-btn-a {
    text-decoration: none;
}

.ideas-btn:hover {
    background: #000000;
    color: #f2b705;
}

/* NOTE */
.ideas-note {
    font-size: 18px;
    color: #6b7280;
}

/* STARS */
.ideas-stars {
    position: absolute;
    top: -40px;
    left: 0;
}

.ideas-stars .star {
    font-size: 18px;
    margin-right: 6px;
}

.ideas-stars .green {
    color: #0a6b4f;
}

.ideas-stars .gold {
    color: #f2b705;
    font-size: 40px;
}

.ideas-btn-icon {
    width:50px;
    height:50px;
    margin-right:20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ideas-section {
        padding: 70px 0;
    }

    .ideas-text {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .ideas-stars {
        left: 50%;
        transform: translateX(-50%);
    }

    .ideas-desc {
        margin-left: auto;
        margin-right: auto;
    }
}


/* ========== NEWSLETTER SECTION ========== */

.newsletter-section {
    background: #0a6b4f;
    padding: 50px 0;
}

/* IMAGE */
.newsletter-image {
    max-width: 320px;
}

/* CONTENT */
.newsletter-content {
    padding-left: 40px;
    color: #ffffff;
}

.newsletter-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #f2b705;
}

.newsletter-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 32px;
}

/* FORM */
.newsletter-form {
    max-width: 520px;
}

.newsletter-form input {
    width: 100%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 14px 20px;
    margin-bottom: 16px;
    color: #ffffff;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form button {
    width: 100%;
    background: #f2b705;
    color: #0a6b4f;
    border: none;
    border-radius: 30px;
    padding: 14px 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* STARS */
.newsletter-stars {
    position: absolute;
    top: -20px;
    right: 60px;
}

.newsletter-stars .star {
    font-size: 18px;
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-stars .star.gold {
    font-size: 40px;
    margin-left: 6px;
    color: #f2b705;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .newsletter-section {
        padding: 70px 0;
    }

    .newsletter-content {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .newsletter-form {
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-stars {
        right: 50%;
        transform: translateX(50%);
    }
}



/* ========== FOOTER SECTION ========== */

/* TOP CTA */
.footer-cta {
    background: #fff2cc;
    padding: 50px 0;
}

.footer-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #0a6b4f;
    margin-bottom: 14px;
}

.footer-cta-text {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 32px;
}

.footer-cta-btn {
    display: inline-block;
    background: #0a6b4f;
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

/* STARS */
.footer-stars {
    position: absolute;
    top: -40px;
    right: 45%;
}

.footer-stars .star {
    font-size: 18px;
    margin-left: 6px;
}

.footer-stars .gold {
    color: #f2b705;
}

.footer-stars .green {
    color: #0a6b4f;
    font-size: 40px;
}

/* MAIN FOOTER */
.footer-main {
    background: #ffffff;
    padding: 70px 0;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

/* SOCIAL */
.footer-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: #0a6b4f;
    color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-decoration: none;
    font-weight: 600;
}

/* ADDRESS */
.footer-address p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #374151;
}

.footer-address a {
    color: #0a6b4f;
    text-decoration: none;
}

/* LINKS */
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    color: #0a6b4f;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .footer-stars {
        right: 50%;
        transform: translateX(50%);
    }

    .footer-main {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-links ul {
        margin-top: 20px;
    }
}
