/* =========================================================
   KEY PROJECTS SECTION
========================================================= */

.kp11-projects-section {
    position: relative;

    width: 100%;

    padding: 0 25px 100px;

    background: transparent;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.kp11-projects-container {
    max-width: 1250px;

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.kp11-projects-heading {
    max-width: 1100px;

    margin: 0 auto 48px;
}


.kp11-projects-heading h2 {
    margin: 0 0 12px;

    color: #25292e;

    font-size: clamp(42px, 5vw, 58px);

    font-family: var(--font-heading, "Playfair Display", Georgia, serif);

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -0.5px;
}


.kp11-projects-heading p {
    max-width: 1150px;

    margin: 0 auto;

    color: #34383d;

    font-size: 18px;

    line-height: 1.55;

    font-weight: 400;
}


/* =========================================================
   PROJECT ROW
========================================================= */

.kp11-projects-row {
    align-items: stretch;
}


/* =========================================================
   PROJECT CARD
========================================================= */

.kp11-project-card {
    height: 100%;

    padding: 25px 17px 28px;

    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);

    border-radius: 12px;

    color: #292d32;

    box-shadow: var(--glass-shadow);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background-color .3s ease;
}


.kp11-project-card:hover {
    transform: translateY(-5px);

    background: rgba(255, 255, 255, 0.6);

    box-shadow:
        0 15px 35px rgba(198, 154, 57, .08);
}


/* =========================================================
   PROJECT TITLE
========================================================= */

.kp11-project-card h3 {
    margin: 0 0 35px;

    color: #302916;

    font-size: 23px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.4px;
}


/* =========================================================
   META
========================================================= */

.kp11-project-meta {
    margin-bottom: 28px;

    color: #292d32;

    font-size: 17px;

    line-height: 1.55;
}


.kp11-project-meta div {
    margin-bottom: 1px;
}


.kp11-project-meta strong {
    font-weight: 800;
}


/* =========================================================
   CONTENT BLOCK
========================================================= */

.kp11-project-block {
    margin-bottom: 23px;
}


.kp11-project-block p {
    margin: 0;

    color: #34383d;

    font-size: 17px;

    line-height: 1.55;
}


.kp11-project-block strong {
    color: #292d32;

    font-weight: 800;
}


/* =========================================================
   KEY IMPACT TITLE
========================================================= */

.kp11-block-title {
    margin-bottom: 12px !important;

    font-weight: 800 !important;

    color: #292d32 !important;
}


/* =========================================================
   LIST
========================================================= */

.kp11-project-block ul {
    margin: 0;

    padding-left: 31px;
}


.kp11-project-block li {
    padding-left: 3px;

    margin-bottom: 5px;

    color: #34383d;

    font-size: 17px;

    line-height: 1.48;
}


.kp11-project-block li::marker {
    font-size: 12px;
}


/* =========================================================
   SKILLS
========================================================= */

.kp11-skills {
    margin-top: 25px;

    padding-top: 2px;

    color: #34383d;

    font-size: 16px;

    line-height: 1.55;
}


.kp11-skills strong {
    color: #292d32;

    font-weight: 800;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .kp11-projects-container {
        max-width: 1350px;
    }


    .kp11-project-card {
        padding: 27px 17px 32px;
    }


    .kp11-project-card h3 {
        font-size: 24px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .kp11-projects-section {
        padding: 60px 22px 80px;
    }


    .kp11-projects-heading {
        margin-bottom: 35px;
    }


    .kp11-projects-heading h2 {
        font-size: 45px;
    }


    .kp11-projects-heading p {
        font-size: 17px;
    }


    .kp11-project-card {
        padding: 28px 22px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .kp11-projects-section {
        padding: 45px 15px 65px;
    }


    .kp11-projects-heading {
        margin-bottom: 28px;
    }


    .kp11-projects-heading h2 {
        font-size: 37px;

        letter-spacing: -1px;
    }


    .kp11-projects-heading p {
        font-size: 15px;

        line-height: 1.65;
    }


    .kp11-project-card {
        padding: 24px 20px 27px;

        border-radius: 7px;
    }


    .kp11-project-card h3 {
        margin-bottom: 28px;

        font-size: 22px;

        line-height: 1.25;
    }


    .kp11-project-meta {
        margin-bottom: 25px;

        font-size: 15.5px;
    }


    .kp11-project-block {
        margin-bottom: 21px;
    }


    .kp11-project-block p {
        font-size: 15.5px;

        line-height: 1.65;
    }


    .kp11-project-block li {
        font-size: 15.5px;

        line-height: 1.55;

        margin-bottom: 7px;
    }


    .kp11-skills {
        font-size: 14.5px;

        line-height: 1.65;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .kp11-projects-section {
        padding-left: 12px;

        padding-right: 12px;
    }


    .kp11-projects-heading h2 {
        font-size: 32px;
    }


    .kp11-projects-heading p {
        font-size: 14.5px;
    }


    .kp11-project-card {
        padding: 22px 17px 24px;
    }


    .kp11-project-card h3 {
        font-size: 20px;
    }


    .kp11-project-block p,
    .kp11-project-block li {
        font-size: 14.5px;
    }

}






/* =========================================================
   KEY ACHIEVEMENTS - FLOW SECTION
========================================================= */

.ka31-section {
    position: relative;
    width: 100%;

    padding: 110px 30px;

    background: transparent;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.ka31-container {
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.ka31-header {
    max-width: 760px;

    margin-bottom: 80px;
}


.ka31-label {
    display: inline-block;

    margin-bottom: 18px;

    color: var(--primary-dark);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


.ka31-header h2 {
    margin: 0 0 22px;

    color: #25292e;

    font-size: clamp(44px, 5.5vw, 68px);

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -2.5px;
}


.ka31-header p {
    max-width: 700px;

    margin: 0;

    color: #5b6065;

    font-size: 18px;

    line-height: 1.65;
}


/* =========================================================
   FLOW
========================================================= */

.ka31-flow {
    position: relative;
}


/* =========================================================
   STEP
========================================================= */

.ka31-step {
    position: relative;

    display: grid;

    grid-template-columns: 100px minmax(0, 1fr) 190px;

    align-items: center;

    gap: 35px;

    min-height: 180px;

    padding: 30px 35px;

    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);

    border-radius: 12px;

    box-shadow: var(--glass-shadow);

    transition: all .35s ease;
}


.ka31-step:hover {
    transform: translateX(8px);

    background: rgba(255, 255, 255, 0.65);

    box-shadow: 0 15px 35px rgba(198, 154, 57, 0.08);
}


/* =========================================================
   NUMBER
========================================================= */

.ka31-step-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;

    border: 2px solid #25292e;

    border-radius: 50%;

    color: #25292e;

    font-size: 20px;

    font-weight: 800;

    background: #ffffff;

    transition: all .35s ease;
}


.ka31-step:hover .ka31-step-number {
    background: var(--primary);

    color: #ffffff;

    border-color: var(--primary);

    transform: rotate(8deg);
}


/* =========================================================
   CONTENT
========================================================= */

.ka31-step-content {
    max-width: 650px;
}


.ka31-step-tag {
    display: block;

    margin-bottom: 8px;

    color: var(--primary-dark);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.ka31-step-content h3 {
    margin: 0 0 10px;

    color: #292d32;

    font-size: 25px;

    line-height: 1.25;

    font-weight: 800;
}


.ka31-step-content p {
    margin: 0;

    color: #555b60;

    font-size: 16px;

    line-height: 1.6;
}


/* =========================================================
   RESULT
========================================================= */

.ka31-step-result {
    position: relative;

    padding-left: 25px;

    border-left: 1px solid #d4d0c5;
}


.ka31-step-result strong {
    display: block;

    margin-bottom: 4px;

    color: #292d32;

    font-size: 30px;

    line-height: 1;

    font-weight: 800;
}


.ka31-step-result span {
    display: block;

    color: #6a6d70;

    font-size: 13px;

    line-height: 1.4;

    font-weight: 600;
}


/* =========================================================
   CONNECTOR
========================================================= */

.ka31-connector {
    position: relative;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* vertical line */

.ka31-connector::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    width: 2px;

    background: #dedbd4;
}


/* yellow dot */

.ka31-connector span {
    position: relative;

    z-index: 2;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: var(--primary);

    border: 3px solid #ffffff;

    box-shadow: 0 0 0 1px #dedbd4;
}


/* =========================================================
   FINAL STEP
========================================================= */

.ka31-final-step {
    background: var(--primary);
    border: 1px solid var(--primary-dark);
}

.ka31-step.ka31-final-step:hover {
    background: var(--primary-dark) !important;
    box-shadow: 0 15px 35px rgba(198, 154, 57, 0.2) !important;
    transform: translateX(8px);
}

.ka31-step.ka31-final-step:hover .ka31-step-number {
    background: #ffffff !important;
    color: var(--primary) !important;
    border-color: #ffffff !important;
}


.ka31-final-step .ka31-step-number {
    border-color: #ffffff;

    background: #ffffff;

    color: var(--primary);
}


.ka31-final-step .ka31-step-tag {
    color: #FBF8F3;
}


.ka31-final-step .ka31-step-content h3 {
    color: #ffffff;
}


.ka31-final-step .ka31-step-content p {
    color: #FBF8F3;
}


.ka31-final-step .ka31-step-result {
    border-color: rgba(255, 255, 255, 0.3);
}


.ka31-final-step .ka31-step-result strong {
    color: #ffffff;
}


.ka31-final-step .ka31-step-result span {
    color: #FBF8F3;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .ka31-section {
        padding: 85px 22px;
    }


    .ka31-header {
        margin-bottom: 55px;
    }


    .ka31-step {
        grid-template-columns: 80px minmax(0, 1fr);

        gap: 25px;

        padding: 28px;
    }


    .ka31-step-result {
        grid-column: 2;

        padding-left: 0;

        padding-top: 15px;

        border-left: 0;

        border-top: 1px solid #d4d0c5;
    }


    .ka31-final-step .ka31-step-result {
        border-top-color: #555a60;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .ka31-section {
        padding: 65px 15px;
    }


    .ka31-header {
        margin-bottom: 45px;
    }


    .ka31-header h2 {
        font-size: 40px;

        letter-spacing: -1.5px;
    }


    .ka31-header p {
        font-size: 15px;
    }


    .ka31-step {
        grid-template-columns: 58px minmax(0, 1fr);

        gap: 18px;

        min-height: auto;

        padding: 24px 20px;
    }


    .ka31-step-number {
        width: 54px;
        height: 54px;

        font-size: 15px;
    }


    .ka31-step-content h3 {
        font-size: 20px;
    }


    .ka31-step-content p {
        font-size: 14.5px;

        line-height: 1.65;
    }


    .ka31-step-tag {
        font-size: 10px;
    }


    .ka31-step-result {
        grid-column: 2;

        margin-top: 5px;

        padding-top: 14px;
    }


    .ka31-step-result strong {
        font-size: 25px;
    }


    .ka31-connector {
        height: 48px;
    }


    .ka31-step:hover {
        transform: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ka31-section {
        padding: 50px 12px;
    }


    .ka31-header h2 {
        font-size: 34px;
    }


    .ka31-step {
        padding: 22px 17px;

        grid-template-columns: 50px minmax(0, 1fr);

        gap: 15px;
    }


    .ka31-step-number {
        width: 48px;
        height: 48px;

        font-size: 13px;
    }


    .ka31-step-content h3 {
        font-size: 18px;
    }


    .ka31-step-content p {
        font-size: 14px;
    }

}





/* =========================================================
   STORY 42 SECTION
========================================================= */

.story42-section {
    position: relative;
    padding: 110px 0 120px;
    background: transparent;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.story42-heading {
    max-width: 800px;
    margin: 0 auto 100px;
}

.story42-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.story42-heading h2 {
    margin: 0 0 22px;

    color: #25292e;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;
}

.story42-heading p {
    max-width: 680px;
    margin: auto;

    color: #64686c;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   STORY ITEM
========================================================= */

.story42-item {
    position: relative;

    margin-bottom: 130px;
}

.story42-item:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.story42-image-wrap {
    position: relative;

    padding: 18px;

    overflow: visible;
}

.story42-image-wrap::before {
    content: "";

    position: absolute;

    width: 70%;
    height: 70%;

    top: -10px;
    left: -10px;

    background: var(--primary);

    z-index: 0;
}

.story42-image-wrap::after {
    content: "";

    position: absolute;

    width: 65%;
    height: 65%;

    right: -5px;
    bottom: -5px;

    border: 2px solid #25292e;

    z-index: 0;
}

.story42-image {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    height: 500px;

    object-fit: cover;

    border-radius: 4px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);

    transition: transform .4s ease;
}

.story42-image-wrap:hover .story42-image {
    transform: translate(8px, -8px);
}


/* =========================================================
   NUMBER
========================================================= */

.story42-number {
    position: absolute;

    top: 0;
    right: 0;

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    background: var(--primary);

    color: #ffffff;

    font-size: 20px;
    font-weight: 800;

    border-radius: 50%;
}


/* =========================================================
   CONTENT
========================================================= */

.story42-content {
    max-width: 560px;

    padding: 35px 50px;
}

.story42-small-title {
    display: inline-block;

    margin-bottom: 18px;

    color: var(--primary-dark);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.story42-content h3 {
    margin: 0 0 22px;

    color: #25292e;

    font-size: clamp(34px, 4vw, 48px);

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;
}

.story42-content p {
    margin-bottom: 18px;

    color: #5d6267;

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================================
   BUTTON
========================================================= */

.story42-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 15px;
    padding: 14px 23px;

    background: var(--primary);

    color: #25292e;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    border-radius: 5px;

    transition: all .3s ease;
}

.story42-btn span {
    font-size: 21px;

    transition: transform .3s ease;
}

.story42-btn:hover {
    background: #25292e;
    color: #ffffff;
}

.story42-btn:hover span {
    transform: translateX(5px);
}


/* =========================================================
   REVERSE ITEM
========================================================= */

.story42-reverse .story42-content {
    margin-left: auto;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .story42-section {
        padding: 80px 0 90px;
    }

    .story42-heading {
        margin-bottom: 70px;
    }

    .story42-item {
        margin-bottom: 90px;
    }

    .story42-content {
        padding: 30px 20px;
    }

    .story42-content h3 {
        font-size: 36px;
    }

    .story42-image {
        height: 420px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .story42-section {
        padding: 65px 15px 75px;
    }

    .story42-heading {
        margin-bottom: 55px;
    }

    .story42-heading h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .story42-heading p {
        font-size: 15px;
    }


    /* Every item becomes image -> content */

    .story42-item {
        margin-bottom: 75px;
    }

    .story42-item > div {
        width: 100%;
    }


    .story42-image-wrap {
        padding: 12px;
        margin-bottom: 25px;
    }

    .story42-image {
        height: 330px;
    }


    .story42-number {
        width: 55px;
        height: 55px;

        font-size: 16px;
    }


    .story42-content {
        max-width: 100%;
        padding: 10px 5px;
    }

    .story42-content h3 {
        font-size: 30px;
        letter-spacing: -.5px;
    }

    .story42-content p {
        font-size: 15px;
        line-height: 1.7;
    }


    /*
       Important:
       Bootstrap order ko override karke
       mobile par har item:
       IMAGE
       CONTENT
       banega.
    */

    .story42-reverse .story42-content {
        order: 2;
    }

    .story42-reverse > div:last-child {
        order: 1;
    }

    .story42-reverse .story42-content {
        margin-left: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .story42-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .story42-heading h2 {
        font-size: 33px;
    }

    .story42-image {
        height: 280px;
    }

    .story42-content h3 {
        font-size: 27px;
    }

    .story42-btn {
        padding: 13px 20px;
    }

}




/* =========================================================
   PORTFOLIO SECTION
========================================================= */

.pf52-section {
    padding: 110px 0 120px;
    background: transparent;
}


/* =========================================================
   HEADING
========================================================= */

.pf52-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;

    margin-bottom: 55px;
}


.pf52-eyebrow {
    display: block;

    margin-bottom: 14px;

    color: var(--primary-dark);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


.pf52-heading h2 {
    margin: 0;

    color: #25292e;

    font-size: clamp(42px, 5vw, 62px);

    line-height: 1;

    font-weight: 800;

    letter-spacing: -2px;
}


.pf52-heading > p {
    max-width: 480px;

    margin: 0;

    color: #62676c;

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================================
   CARD
========================================================= */

.pf52-card {
    height: 100%;

    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);

    border-radius: 12px;

    overflow: hidden;

    box-shadow: var(--glass-shadow);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background-color .35s ease;
}


.pf52-card:hover {
    transform: translateY(-7px);

    background: rgba(255, 255, 255, 0.6);

    box-shadow:
        0 18px 40px rgba(198, 154, 57, .08);
}


/* =========================================================
   IMAGE
========================================================= */

.pf52-image {
    position: relative;

    display: block;

    height: 310px;

    overflow: hidden;

    background: #dedbd4;
}


.pf52-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .55s ease;
}


.pf52-card:hover .pf52-image img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE ARROW
========================================================= */

.pf52-image-arrow {
    position: absolute;

    right: 18px;
    bottom: 18px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--primary);

    color: #25292e;

    border-radius: 50%;

    font-size: 20px;

    opacity: 0;

    transform: translateY(10px);

    transition: all .35s ease;
}


.pf52-card:hover .pf52-image-arrow {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   CONTENT
========================================================= */

.pf52-content {
    padding: 28px 27px 30px;
}


.pf52-category {
    display: block;

    margin-bottom: 12px;

    color: var(--primary-dark);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.pf52-content h3 {
    margin: 0 0 13px;

    color: #292d32;

    font-size: 24px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.5px;
}


.pf52-content p {
    margin: 0 0 22px;

    color: #62676c;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   VIEW PROJECT
========================================================= */

.pf52-view {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #25292e;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

    transition: all .3s ease;
}


.pf52-view i {
    font-size: 17px;

    transition: transform .3s ease;
}


.pf52-view:hover {
    color: var(--primary-dark);
}


.pf52-view:hover i {
    transform: translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .pf52-section {
        padding: 80px 20px 90px;
    }


    .pf52-heading {
        align-items: start;

        flex-direction: column;

        gap: 20px;

        margin-bottom: 40px;
    }


    .pf52-image {
        height: 270px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .pf52-section {
        padding: 65px 15px 75px;
    }


    .pf52-heading h2 {
        font-size: 40px;

        letter-spacing: -1px;
    }


    .pf52-heading > p {
        font-size: 15px;
    }


    .pf52-image {
        height: 260px;
    }


    .pf52-content {
        padding: 24px 21px 27px;
    }


    .pf52-content h3 {
        font-size: 21px;
    }


    .pf52-content p {
        font-size: 14.5px;
    }


    /* Always show arrow on mobile */

    .pf52-image-arrow {
        opacity: 1;

        transform: none;

        width: 43px;
        height: 43px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .pf52-section {
        padding-left: 12px;
        padding-right: 12px;
    }


    .pf52-heading h2 {
        font-size: 34px;
    }


    .pf52-image {
        height: 230px;
    }

}


/* =========================================================
   PREMIUM POLISH & INTERACTIVE UX OVERRIDES
========================================================= */

/* Custom Smooth Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(27, 42, 74, 0.04);
}
::-webkit-scrollbar-thumb {
    background: rgba(198, 154, 57, 0.25);
    border-radius: 8px;
    transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(198, 154, 57, 0.5);
}

/* Card Elevations & Glow Effects */
.pf52-card {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    overflow: hidden;
    position: relative;
}
.pf52-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 22px 45px rgba(198, 154, 57, 0.12) !important;
    border-color: rgba(198, 154, 57, 0.3) !important;
}

.kp11-project-card {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.kp11-project-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 22px 45px rgba(198, 154, 57, 0.1) !important;
    border-color: rgba(198, 154, 57, 0.3) !important;
}

/* Interactive Timeline Polish */
.y2-timeline-content {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.y2-timeline-content:hover {
    transform: translateY(-5px) scale(1.01) !important;
    border-color: rgba(198, 154, 57, 0.35) !important;
    box-shadow: 0 15px 35px rgba(198, 154, 57, 0.08) !important;
}

/* Custom Animation for Modal Slide In */
.modal-content {
    animation: modalSlideUp 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes modalSlideUp {
    from {
        transform: translateY(40px) scale(0.96);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.text-gradient-indigo {
    background: linear-gradient(135deg, #D1A64D 0%, #C69A39 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* Category Filter Button Transitions */
.filter-btn {
    transition: all 0.3s ease !important;
    border-radius: 30px !important;
}
.filter-btn.active {
    box-shadow: 0 4px 15px rgba(198, 154, 57, 0.3) !important;
}

/* Skill highlight list */
.badge {
    transition: all 0.25s ease !important;
}
.badge:hover {
    transform: translateY(-2px) scale(1.05);
}


/* =========================================================
   CAPABILITY MATRIX (FIT VISUALIZED) STYLING
========================================================= */
.fit-matrix-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2px;
    background-color: rgba(27, 42, 74, 0.06);
    border-radius: 12px;
    overflow: hidden;
}

.fit-matrix-quadrant {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background 0.3s ease;
}

.fit-matrix-quadrant:hover {
    background: rgba(255, 255, 255, 0.85);
}

.fit-matrix-quadrant-title {
    color: var(--primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
}

.fit-matrix-quadrant-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

.fit-matrix-clusters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    width: 100%;
}

.fit-matrix-cluster {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(27, 42, 74, 0.05);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease, 
                border-color 0.3s ease, 
                background 0.3s ease;
}

.fit-matrix-cluster:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 12px 24px rgba(198, 154, 57, 0.12);
    background: #FBF8F3;
    border-color: rgba(198, 154, 57, 0.3);
}

.fit-matrix-cluster strong {
    font-size: 0.85rem;
    color: var(--dark);
    display: block;
    margin-bottom: 6px;
    line-height: 1.25;
}

.fit-matrix-cluster span {
    font-size: 0.72rem;
    color: var(--muted);
    line-height: 1.3;
}

/* Border separation logic */
.fit-matrix-quadrant.q-tl {
    border-right: 1px solid rgba(27, 42, 74, 0.06);
    border-bottom: 1px solid rgba(27, 42, 74, 0.06);
}
.fit-matrix-quadrant.q-tr {
    border-bottom: 1px solid rgba(27, 42, 74, 0.06);
}
.fit-matrix-quadrant.q-bl {
    border-right: 1px solid rgba(27, 42, 74, 0.06);
}

/* Responsiveness */
@media (max-width: 991.98px) {
    .fit-matrix-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
        background-color: transparent;
    }
    .fit-matrix-quadrant {
        background-color: rgba(255, 255, 255, 0.65);
        border: 1px solid rgba(27, 42, 74, 0.05) !important;
        border-radius: 12px;
    }
}

/* =========================================================
   DYNAMIC RESUME SHEET STYLING (PREMIUM SCREEN VIEW)
========================================================= */

.resume-sheet {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-radius: 20px;
    padding: 50px;
    box-shadow: var(--glass-shadow);
    color: var(--text);
    transition: all 0.3s ease;
}

.resume-header-block {
    border-bottom: 2px dashed rgba(198, 154, 57, 0.15);
    padding-bottom: 30px;
}

.resume-name-gradient {
    font-size: clamp(34px, 4.5vw, 48px);
    font-weight: 900;
    background: linear-gradient(135deg, var(--dark) 30%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1.8px;
    margin-bottom: 12px;
}

.resume-title-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.resume-title-badge {
    font-size: 13px;
    font-weight: 750;
    color: var(--primary);
    background: rgba(198, 154, 57, 0.08);
    border: 1.5px solid rgba(198, 154, 57, 0.15);
    padding: 6px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resume-experience-badge {
    font-size: 13px;
    font-weight: 750;
    color: #0d9488;
    background: rgba(13, 148, 136, 0.08);
    border: 1.5px solid rgba(13, 148, 136, 0.15);
    padding: 6px 16px;
    border-radius: 30px;
    letter-spacing: 0.2px;
}

.resume-contact-card {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(27, 42, 74, 0.02);
}

.contact-pill-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 13.5px;
    font-weight: 600;
}

.contact-pill-item:last-child {
    margin-bottom: 0;
}

.contact-pill-item .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(198, 154, 57, 0.08);
    color: var(--primary);
    border-radius: 50%;
    font-size: 12px;
}

.contact-pill-item a {
    color: var(--text);
    transition: color 0.2s ease;
}

.contact-pill-item a:hover {
    color: var(--primary);
}

.resume-main-section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid rgba(198, 154, 57, 0.12);
    padding-bottom: 12px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.title-icon, .widget-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--primary);
    color: var(--white);
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(198, 154, 57, 0.2);
}

.resume-timeline-container {
    position: relative;
    padding-left: 24px;
}

.timeline-line {
    position: absolute;
    left: 4px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary) 0%, rgba(198, 154, 57, 0.12) 100%);
    border-radius: 1px;
}

.timeline-card-item {
    position: relative;
    margin-bottom: 35px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.timeline-node {
    position: absolute;
    left: -24px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: var(--white);
    border: 3px solid var(--primary);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 0 3px rgba(198, 154, 57, 0.15);
    transition: all 0.3s ease;
}

.timeline-card-item:hover .timeline-node {
    background: var(--primary);
    transform: scale(1.3);
    box-shadow: 0 0 0 5px rgba(198, 154, 57, 0.25);
}

.timeline-card-item:hover {
    transform: translateX(6px);
}

.timeline-card-header {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 18px 24px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom: 1px solid rgba(198, 154, 57, 0.08);
}

.timeline-card-body {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-top: none;
    padding: 24px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0 8px 30px rgba(27, 42, 74, 0.01);
}

.timeline-company {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 0;
    letter-spacing: -0.3px;
}

.timeline-date-tag {
    font-size: 12.5px;
    font-weight: 750;
    color: var(--primary);
    background: rgba(198, 154, 57, 0.08);
    padding: 4px 14px;
    border-radius: 30px;
    border: 1px solid rgba(198, 154, 57, 0.12);
}

.timeline-role {
    font-size: 14.5px;
    font-weight: 700;
}

.timeline-group {
    font-size: 13px;
    font-weight: 600;
}

.timeline-project-block {
    margin-bottom: 22px;
}

.timeline-project-block:last-child {
    margin-bottom: 0;
}

.timeline-project-title {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.timeline-project-title i {
    font-size: 10px;
    margin-top: 5px;
}

.timeline-bullets {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 0;
}

.timeline-bullets li {
    font-size: 13.8px;
    line-height: 1.6;
    margin-bottom: 6px;
    color: var(--text);
    font-weight: 500;
}

.timeline-bullets li:last-child {
    margin-bottom: 0;
}

.sidebar-resume-widget {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 25px rgba(27, 42, 74, 0.015);
}

.widget-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid rgba(198, 154, 57, 0.12);
    padding-bottom: 12px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget-profile-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--text);
    font-weight: 500;
    margin-bottom: 0;
}

.widget-chips-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-pill-chip {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 650;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.skill-pill-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(27, 42, 74, 0.06);
    filter: brightness(0.95);
}

.human-chip {
    background: rgba(239, 68, 68, 0.06);
    border: 1px solid rgba(239, 68, 68, 0.15);
    color: #dc2626;
}

.business-chip {
    background: rgba(198, 154, 57, 0.06);
    border: 1px solid rgba(198, 154, 57, 0.15);
    color: var(--primary);
}

.tech-chip {
    background: rgba(198, 154, 57, 0.08);
    border: 1px solid rgba(198, 154, 57, 0.2);
    color: #C69A39;
}

.cert-chip {
    background: rgba(13, 148, 136, 0.06);
    border: 1px solid rgba(13, 148, 136, 0.15);
    color: #0d9488;
}

/* =========================================================
   PREMIUM & EYE-CATCHING TIMELINE CARDS
========================================================= */

/* Central Timeline Spine */
.y2-timeline {
    position: relative;
    padding: 30px 0;
}

.y2-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px !important;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(198, 154, 57, 0.15) 0%, rgba(198, 154, 57, 0.5) 50%, rgba(198, 154, 57, 0.15) 100%) !important;
    border-radius: 4px;
}

/* Timeline Item Container */
.y2-timeline-item {
    position: relative;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

/* Center Glowing Node Dot */
.y2-timeline-item::after {
    content: "";
    position: absolute;
    top: 25px;
    width: 18px !important;
    height: 18px !important;
    background: #C69A39 !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 0 0 3px rgba(198, 154, 57, 0.25), 0 4px 12px rgba(198, 154, 57, 0.3) !important;
    border-radius: 50% !important;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.y2-timeline-item.y2-left::after {
    right: -9px !important;
}

.y2-timeline-item.y2-right::after {
    left: -9px !important;
}

/* Connector Dot Hover State */
.y2-timeline-item:hover::after {
    transform: scale(1.4) !important;
    background: #D1A64D !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 0 6px rgba(225, 190, 115, 0.3), 0 0 20px rgba(198, 154, 57, 0.5) !important;
}

/* Authentic Executive Timeline Card Frame */
.y2-timeline-content {
    position: relative;
    max-width: 460px !important;
    padding: 26px 28px 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(198, 154, 57, 0.2) !important;
    border-left: 4px solid #C69A39 !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 20px rgba(27, 42, 74, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: hidden;
    text-align: left !important;
}

.y2-timeline-content::before {
    display: none !important;
}

.y2-timeline-content:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 35px rgba(27, 42, 74, 0.08) !important;
    border-color: rgba(198, 154, 57, 0.45) !important;
    border-left-color: #B3882A !important;
}

/* Date Tag */
.y2-date {
    display: inline-block !important;
    margin: 0 0 10px 0 !important;
    padding: 3px 10px !important;
    background: #FAF7F2 !important;
    border: 1px solid rgba(198, 154, 57, 0.2) !important;
    border-radius: 6px !important;
    color: #C69A39 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

/* Company / Organization Logo Container */
.y2-company-logo {
    display: none !important;
}

/* Role Title */
.y2-timeline-content h3 {
    color: #1B2A4A !important;
    font-size: 18.5px !important;
    font-weight: 700 !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: -0.3px !important;
    line-height: 1.35 !important;
    margin: 0 0 6px 0 !important;
    text-align: left !important;
}

/* Group / Subtitle Tag */
.y2-timeline-group {
    display: inline-block !important;
    color: #C69A39 !important;
    background: rgba(198, 154, 57, 0.08) !important;
    padding: 3px 10px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
}

/* Detail Bullet List */
.y2-timeline-highlights {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 14px !important;
    margin-bottom: 0 !important;
}

.y2-timeline-highlights li {
    position: relative !important;
    padding-left: 22px !important;
    margin-bottom: 10px !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    text-align: left !important;
    transition: color 0.2s ease;
}

.y2-timeline-highlights li:last-child {
    margin-bottom: 0 !important;
}

/* Custom Bullet Dot */
.y2-timeline-highlights li::before {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 9px !important;
    width: 6px !important;
    height: 6px !important;
    background: #C69A39 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 3px rgba(198, 154, 57, 0.18) !important;
    transition: all 0.25s ease !important;
}

.y2-timeline-highlights li:hover {
    color: #233350 !important;
}

.y2-timeline-highlights li:hover::before {
    background: #E1BE73 !important;
    box-shadow: 0 0 0 5px rgba(225, 190, 115, 0.3) !important;
    transform: scale(1.2);
}

/* =========================================================
   HIGH-VISIBILITY AVAILABILITY STATUS BADGE SYSTEM
========================================================= */

.availability-status-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 14px;
}

.availability-status-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    cursor: default;
    z-index: 5;
}

.availability-status-badge .status-text {
    line-height: 1.2;
    white-space: nowrap;
}

.availability-status-badge:hover {
    transform: translateY(-2px) scale(1.03) !important;
}

/* Status 1: 🟢 Open to Opportunities (Neon Emerald Glass) */
.status-badge-open {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(5, 150, 105, 0.32)) !important;
    border: 1.5px solid #10b981 !important;
    color: #024e3a !important;
    box-shadow: 0 6px 20px -2px rgba(16, 185, 129, 0.4), 0 0 15px rgba(16, 185, 129, 0.2) !important;
}

.status-badge-open:hover {
    box-shadow: 0 8px 25px -2px rgba(16, 185, 129, 0.55), 0 0 20px rgba(16, 185, 129, 0.35) !important;
}

/* Status 2: 🟡 Open to Selective Opportunities (Vibrant Amber Glass) */
.status-badge-selective {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.22), rgba(217, 119, 6, 0.32)) !important;
    border: 1.5px solid #f59e0b !important;
    color: #78350f !important;
    box-shadow: 0 6px 20px -2px rgba(245, 158, 11, 0.4), 0 0 15px rgba(245, 158, 11, 0.2) !important;
}

.status-badge-selective:hover {
    box-shadow: 0 8px 25px -2px rgba(245, 158, 11, 0.55), 0 0 20px rgba(245, 158, 11, 0.35) !important;
}

/* Status 3: ⚪ Not Currently Available (Sleek Slate Glass) */
.status-badge-unavailable {
    background: linear-gradient(135deg, rgba(100, 116, 139, 0.2), rgba(71, 85, 105, 0.3)) !important;
    border: 1.5px solid #64748b !important;
    color: #233350 !important;
    box-shadow: 0 6px 18px -2px rgba(100, 116, 139, 0.3) !important;
}

/* Live Dual-Ring Radar Pulsating Dots */
.status-pulse-dot {
    position: relative;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    display: inline-block;
    flex-shrink: 0;
}

.status-pulse-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Green Dual Radar Ripple */
.status-pulse-dot.dot-green {
    background-color: #10b981 !important;
    box-shadow: 0 0 10px #10b981 !important;
}

.status-pulse-dot.dot-green::before {
    background-color: rgba(16, 185, 129, 0.6);
    animation: statusRadarRipple 2s infinite cubic-bezier(0, 0.2, 0.8, 1);
}

/* Amber Dual Radar Ripple */
.status-pulse-dot.dot-yellow {
    background-color: #f59e0b !important;
    box-shadow: 0 0 10px #f59e0b !important;
}

.status-pulse-dot.dot-yellow::before {
    background-color: rgba(245, 158, 11, 0.6);
    animation: statusRadarRipple 2s infinite cubic-bezier(0, 0.2, 0.8, 1);
}

/* Gray Dot */
.status-pulse-dot.dot-gray {
    background-color: #64748b !important;
}

@keyframes statusRadarRipple {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.9;
    }
    100% {
        width: 320%;
        height: 320%;
        opacity: 0;
    }
}



/* =========================================================
   PRINT STYLESHEET (PROFESSIONAL 2-PAGE LAYOUT)
========================================================= */

@media print {
    .portfolio-sidebar,
    .mobile-navbar,
    .mobile-overlay,
    .mobile-offcanvas,
    .y6-page-header,
    .y5-footer,
    .no-print,
    .r8-resume-intro,
    .r8-resume-lines,
    #btn-download-pdf,
    #btn-print-resume {
        display: none !important;
    }
    
    body {
        background: #ffffff !important;
        color: #000000 !important;
        font-family: "Outfit", "Arial", sans-serif;
    }
    
    .portfolio-main {
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .resume-sheet {
        background: #ffffff !important;
        border: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        padding: 0 !important;
        margin: 0 !important;
        color: #000000 !important;
        width: 100% !important;
    }
    
    .resume-name-gradient {
        background: none !important;
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: initial !important;
        color: #000000 !important;
        font-size: 28px !important;
        font-weight: 800 !important;
        margin-bottom: 6px !important;
    }
    
    .resume-title-badge {
        background: transparent !important;
        border: 1px solid #cbd5e1 !important;
        color: #B3882A !important;
        padding: 4px 12px !important;
        font-size: 12px !important;
    }
    
    .resume-experience-badge {
        display: none !important;
    }
    
    .resume-contact-card {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    
    .contact-pill-item {
        margin-bottom: 4px !important;
        font-size: 12.5px !important;
    }
    
    .contact-pill-item .icon-wrap {
        display: none !important;
    }
    
    .resume-main-section-title, .widget-title {
        color: #000000 !important;
        border-bottom: 2px solid #000000 !important;
        padding-bottom: 6px !important;
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }
    
    .title-icon, .widget-icon {
        display: none !important;
    }
    
    .timeline-line {
        display: none !important;
    }
    
    .timeline-node {
        display: none !important;
    }
    
    .resume-timeline-container {
        padding-left: 0 !important;
    }
    
    .timeline-card-item {
        margin-bottom: 25px !important;
        transform: none !important;
        page-break-inside: avoid;
    }
    
    .timeline-card-header {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        border-bottom: 1px solid #cbd5e1 !important;
        margin-bottom: 10px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    
    .timeline-card-body {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: none !important;
    }
    
    .timeline-company {
        color: #000000 !important;
        font-size: 14px !important;
    }
    
    .timeline-date-tag {
        color: #000000 !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        font-weight: 700 !important;
        font-size: 12px !important;
    }
    
    .timeline-role {
        color: #B3882A !important;
        font-size: 13px !important;
    }
    
    .timeline-group {
        color: #475569 !important;
        font-size: 12px !important;
    }
    
    .timeline-project-block {
        margin-bottom: 15px !important;
    }
    
    .timeline-project-title {
        color: #000000 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        margin-bottom: 4px !important;
    }
    
    .timeline-project-title i {
        display: none !important;
    }
    
    .timeline-bullets li {
        color: #334155 !important;
        font-size: 12.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 4px !important;
    }
    
    .sidebar-resume-widget {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin-bottom: 25px !important;
        page-break-inside: avoid;
    }
    
    .widget-profile-desc {
        color: #334155 !important;
        font-size: 12.5px !important;
    }
    
    .skill-pill-chip {
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #000000 !important;
        padding: 4px 8px !important;
        font-size: 11.5px !important;
        box-shadow: none !important;
        transform: none !important;
    }
    
    .border-end {
        border-right: none !important;
    }
}

/* =========================================================
   EXECUTIVE RESUME CUSTOM STYLES
========================================================= */

.text-primary-light {
    color: #E1BE73 !important;
}

.shadow-2xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
}

.transition-all {
    transition: all 0.25s ease-in-out;
}

.hover-bg-opacity-20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.bullet-dot {
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(198, 154, 57, 0.15);
}

.timeline-item:hover .timeline-node {
    transform: translate(-50%, -5%) scale(1.15) !important;
    background-color: #B3882A !important;
    transition: transform 0.25s ease;
}

.project-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* =========================================================
   FIT VISUALIZED SECTION - CLEAN & PREMIUM DESIGN
========================================================= */

.fit-visualized-section {
    position: relative;
    width: 100%;
    padding: 70px 25px 90px;
    margin-bottom: 20px;
    background: transparent;
    overflow: hidden;
}

.fit-visualized-container {
    max-width: 1240px;
    margin: 0 auto;
}

.fit-visualized-heading {
    max-width: 900px;
    margin: 0 auto 36px;
}

.fit-visualized-heading h2 {
    margin: 10px 0 0;
    color: #233350;
    font-size: clamp(34px, 4.8vw, 52px);
    font-family: var(--font-heading, "Playfair Display", Georgia, serif);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.fit-image-card {
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    box-shadow: 0 20px 50px -10px rgba(198, 154, 57, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: inline-block;
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.fit-image-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 65px -12px rgba(198, 154, 57, 0.14), 0 0 0 1px rgba(255, 255, 255, 1) inset;
}

.fit-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.fit-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 42, 74, 0.2);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fit-image-card:hover .fit-image-overlay {
    opacity: 1;
}

.fit-image-card:hover .fit-image {
    transform: scale(1.01);
}

.overlay-text {
    background: #ffffff;
    color: #1B2A4A;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    display: inline-flex;
    align-items: center;
}

/* Modal Styling */
.fit-modal-content {
    background: #ffffff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.fit-modal-header {
    background: linear-gradient(135deg, #FAF7F2 0%, #F5EFE6 100%);
    color: #1B2A4A;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(198, 154, 57, 0.2);
}

.fit-modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
}

/* Print Rules */
@media print {
    .print-hide, .portfolio-sidebar, .mobile-navbar, .y6-breadcrumb, .y6-page-header {
        display: none !important;
    }

    body, .portfolio-main {
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
        color: #000000 !important;
    }

    .container-fluid {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .card {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
        page-break-inside: avoid;
    }

    .col-lg-4, .col-lg-8 {
        width: 100% !important;
    }
}