/* =========================================
   UI UX HERO SECTION
   Well Spring Talent Solutions
========================================= */
a {
    color:#fa9805;
    text-decoration:none;
}
.uiux-hero {
    width: 100%;
    background: #ffffff;
    padding: 80px 20px;
    overflow: hidden;
}

.uiux-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.uiux-hero-content {
    max-width: 680px;
}

.uiux-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;

    background: #fff3e0;
    color: #fa9805;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;

    border-radius: 30px;
}

.uiux-hero h1 {
    margin: 0 0 22px;

    color: #111111;

    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.12;
    font-weight: 800;
}

.uiux-description {
    margin: 0 0 16px;

    color: #555555;
    text-align: justify;
    font-size: 17px;
    line-height: 1.75;
}

.uiux-description strong {
    color: #222222;
    font-weight: 700;
}

/* =========================================
   HIGHLIGHTS
========================================= */

.uiux-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 28px;
    margin-bottom: 32px;
}

.uiux-highlights span {
    display: inline-flex;
    align-items: center;

    padding: 10px 15px;

    background: #f7f7f7;
    border: 1px solid #eeeeee;

    border-radius: 8px;

    color: #333333;

    font-size: 14px;
    font-weight: 600;
}

.uiux-highlights span::first-letter {
    color: #fa9805;
}

/* =========================================
   BUTTONS
========================================= */

.uiux-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.uiux-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 145px;
    padding: 14px 25px;

    border-radius: 7px;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.uiux-btn-primary {
    background: #fa9805;
    color: #ffffff;

    border: 2px solid #fa9805;
}

.uiux-btn-primary:hover {
    background: #e88900;
    border-color: #e88900;
    transform: translateY(-2px);
}

.uiux-btn-secondary {
    background: #ffffff;
    color: #fa9805;

    border: 2px solid #fa9805;
}

.uiux-btn-secondary:hover {
    background: #fa9805;
    color: #ffffff;

    transform: translateY(-2px);
}

/* =========================================
   RIGHT IMAGE
========================================= */

.uiux-hero-image {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.uiux-image-card {
    position: relative;

    width: 100%;
    max-width: 560px;

    border-radius: 24px;
    overflow: visible;
}

.uiux-image-card img {
    display: block;

    width: 100%;
    height: auto;

    min-height: 430px;

    object-fit: cover;

    border-radius: 24px;
}

/* =========================================
   FLOATING CARDS
========================================= */

.uiux-floating-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 14px 17px;

    background:#fff2e1;

    border-radius: 12px;
    border: 1px solid #fa9805;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

    z-index: 2;
}

.uiux-floating-card strong {
    display: block;

    color: #222222;

    font-size: 14px;
    font-weight: 700;
}

.uiux-floating-card small {
    display: block;

    margin-top: 3px;

    color: #777777;

    font-size: 12px;
}

.uiux-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    background: #fff3e0;

    border-radius: 10px;

    font-size: 20px;
}

.uiux-card-one {
    left: -25px;
    bottom: 55px;
}

.uiux-card-two {
    right: -25px;
    top: 55px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .uiux-hero {
        padding: 65px 20px;
    }

    .uiux-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .uiux-hero-content {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .uiux-highlights {
        justify-content: center;
    }

    .uiux-buttons {
        justify-content: center;
    }

    .uiux-hero-image {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }

    .uiux-card-one {
        left: -15px;
    }

    .uiux-card-two {
        right: -15px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .uiux-hero {
        padding: 50px 16px;
    }

    .uiux-container {
        width: 100%;
        gap: 40px;
    }

    .uiux-tag {
        font-size: 11px;
        padding: 7px 13px;
    }

    .uiux-hero h1 {
        font-size: 34px;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .uiux-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .uiux-highlights {
        gap: 8px;
        margin-top: 23px;
        margin-bottom: 26px;
    }

    .uiux-highlights span {
        padding: 8px 11px;
        font-size: 12px;
    }

    .uiux-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .uiux-btn {
        width: 100%;
        max-width: 280px;
    }

    .uiux-hero-image {
        width: 100%;
    }

    .uiux-image-card img {
        min-height: 300px;
        border-radius: 18px;
    }

    .uiux-floating-card {
        padding: 10px 12px;
    }

    .uiux-floating-card strong {
        font-size: 12px;
    }

    .uiux-floating-card small {
        font-size: 10px;
    }

    .uiux-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .uiux-card-one {
        left: 5px;
        bottom: 25px;
    }

    .uiux-card-two {
        right: 5px;
        top: 25px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .uiux-hero h1 {
        font-size: 30px;
    }

    .uiux-description {
        font-size: 14px;
    }

    .uiux-floating-card {
        transform: scale(0.9);
    }
}



* {
    box-sizing: border-box;
}

.uiux-skills-section {
    width: 100%;
    background: #dae2eb;
    padding: 80px 20px;
}

.uiux-skills-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

/* ==============================
   LEFT CONTENT
============================== */

.uiux-skills-content {
    max-width: 650px;
}

.uiux-skills-label {
    display: inline-block;

    margin-bottom: 18px;
    padding: 8px 16px;

    background: #ffffff;
    color: #fa9805;

    border-radius: 30px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.uiux-skills-content h2 {
    margin: 0 0 24px;

    color: #111111;

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;
}

.uiux-skills-content p {
    margin: 0 0 18px;
    text-align: justify;
    color: #444444;

    font-size: 17px;
    line-height: 1.75;
}

.uiux-skills-content strong {
    color: #222222;
    font-weight: 700;
}

/* ==============================
   RIGHT CARDS
============================== */

.uiux-skills-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.uiux-skills-card {
    background: #ffffff;

    padding: 28px 24px;

    border-radius: 16px;

    border: 1px solid #fa9805;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;
}

.uiux-skills-card:last-child {
    grid-column: 1 / -1;
}

.uiux-skills-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* ==============================
   ICON
============================== */

.uiux-skills-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    background: #fff3e0;

    border-radius: 12px;

    font-size: 25px;
}

.uiux-skills-card h3 {
    margin: 0 0 9px;

    color: #111111;

    font-size: 19px;
    font-weight: 700;
}

.uiux-skills-card p {
    margin: 0;
    text-align: justify;
    color: #666666;

    font-size: 14px;
    line-height: 1.6;
}

/* ==============================
   TABLET
============================== */

@media (max-width: 992px) {

    .uiux-skills-section {
        padding: 65px 20px;
    }

    .uiux-skills-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .uiux-skills-content {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .uiux-skills-visual {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 600px) {

    .uiux-skills-section {
        padding: 50px 16px;
    }

    .uiux-skills-container {
        width: 100%;
        gap: 35px;
    }

    .uiux-skills-label {
        font-size: 11px;
        padding: 7px 13px;
        margin-bottom: 15px;
    }

    .uiux-skills-content h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .uiux-skills-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .uiux-skills-visual {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .uiux-skills-card {
        padding: 23px 20px;
    }

    .uiux-skills-card:last-child {
        grid-column: auto;
    }

    .uiux-skills-icon {
        width: 46px;
        height: 46px;
        font-size: 22px;
        margin-bottom: 14px;
    }

    .uiux-skills-card h3 {
        font-size: 17px;
    }

    .uiux-skills-card p {
        font-size: 13px;
    }
}

/* ==============================
   SMALL MOBILE
============================== */

@media (max-width: 400px) {

    .uiux-skills-content h2 {
        font-size: 29px;
    }

    .uiux-skills-content p {
        font-size: 14px;
    }

    .uiux-skills-card {
        padding: 20px 18px;
    }
}
/* why choose us */

.why-choose-uiux {
    width: 100%;
    background:white;
    padding: 80px 20px;
}

.why-choose-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}

/* =========================
   HEADING
========================= */

.why-choose-heading {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose-heading span {
   display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    background: #fff3e0;
    color: #fa9805;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    border-radius: 30px;
}

.why-choose-heading h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.2;
    font-weight: 800;
}

/* =========================
   GRID
========================= */

.why-choose-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

/* =========================
   CARD
========================= */

.why-choose-card {
    position: relative;

    background: #ffffff;

    padding: 32px 26px;

    border-radius: 16px;

    border: 1px solid #fa9805;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.why-choose-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* =========================
   ICON
========================= */

.why-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    background: #fff3e0;

    border-radius: 12px;

    font-size: 25px;
}

/* =========================
   CARD CONTENT
========================= */

.why-choose-card h3 {
    margin: 0 0 12px;

    color: #111111;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.why-choose-card p {
    margin: 0;
   text-align: justify;
    color: #666666;

    font-size: 15px;
    line-height: 1.7;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-card {
        padding: 30px 24px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .why-choose-uiux {
        padding: 55px 16px;
    }

    .why-choose-container {
        width: 100%;
    }

    .why-choose-heading {
        margin-bottom: 35px;
    }

    .why-choose-heading span {
        font-size: 11px;
        padding: 7px 13px;
    }

    .why-choose-heading h2 {
        font-size: 32px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .why-choose-card {
        padding: 25px 22px;
    }

    .why-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 16px;

        font-size: 22px;
    }

    .why-choose-card h3 {
        font-size: 17px;
    }

    .why-choose-card p {
        font-size: 14px;
        line-height: 1.65;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

    .why-choose-heading h2 {
        font-size: 29px;
    }

    .why-choose-card {
        padding: 22px 19px;
    }
}



/* ==========================================
   UI/UX TOOLS SECTION
========================================== */

.uiux-tools-section {
    width: 100%;
    background: #dae2eb;
    padding: 85px 20px;
}

.uiux-tools-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}


/* ==========================================
   SECTION HEADING
========================================== */

.uiux-tools-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.uiux-tools-label {
    display: inline-block;

    padding: 8px 17px;
    margin-bottom: 15px;

    background: #ffffff;
    color: #fa9805;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.uiux-tools-heading h2 {
    margin: 0 0 15px;

    color: #111111;

    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;
}

.uiux-tools-heading > p {
    margin: 0;

    color: #555555;

    font-size: 17px;
    line-height: 1.7;
}


/* ==========================================
   TOOLS GRID
========================================== */

.uiux-tools-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


/* ==========================================
   TOOL CARD
========================================== */

.uiux-tool-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    min-height: 190px;

    padding: 27px 25px;

    background: #ffffff;

    border: 1px solid #fa9805;

    border-radius: 16px;

    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.uiux-tool-card:hover {
    transform: translateY(-7px);

    border-color:#fa9805;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.11);
}


/* ==========================================
   TOOL LOGO
========================================== */

.uiux-tool-logo {
    flex: 0 0 65px;

    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f7f7;

    border-radius: 14px;

    border: 1px solid #eeeeee;
}

.uiux-tool-logo img {
    width: 39px;
    height: 39px;

    object-fit: contain;
}


/* ==========================================
   FIGMA / SPECIAL LOGOS
========================================== */

.figma-logo {
    background: #f7f7f7;
}

.figjam-logo {
    background: #fff8ed;
}

.adobe-xd-logo {
    background: #f7f7f7;
}


/* ==========================================
   TOOL CONTENT
========================================== */

.uiux-tool-content {
    flex: 1;
}

.uiux-tool-content h3 {
    margin: 2px 0 9px;

    color: #111111;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.uiux-tool-content p {
    margin: 0;
    text-align: justify;
    color: #666666;

    font-size: 14px;
    line-height: 1.65;
}


/* ==========================================
   CURRICULUM NOTE
========================================== */

.uiux-tools-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    max-width: 850px;

    margin: 35px auto 0;
    padding: 15px 20px;

    background: rgba(255, 255, 255, 0.65);

    border-radius: 10px;

    border: 1px solid rgba(255, 255, 255, 0.9);
}

.uiux-tools-note p {
    margin: 0;

    color: #555555;

    font-size: 13px;
    line-height: 1.5;

    text-align: center;
}

.uiux-note-icon {
    color: #fa9805;

    font-size: 18px;
    font-weight: 700;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {

    .uiux-tools-section {
        padding: 70px 20px;
    }

    .uiux-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .uiux-tool-card {
        min-height: 175px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

    .uiux-tools-section {
        padding: 55px 16px;
    }

    .uiux-tools-container {
        width: 100%;
    }

    .uiux-tools-heading {
        margin-bottom: 35px;
    }

    .uiux-tools-label {
        font-size: 11px;
        padding: 7px 14px;
    }

    .uiux-tools-heading h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .uiux-tools-heading > p {
        font-size: 15px;
    }

    .uiux-tools-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .uiux-tool-card {
        min-height: auto;

        padding: 23px 20px;

        gap: 17px;

        border-radius: 14px;
    }

    .uiux-tool-logo {
        flex: 0 0 55px;

        width: 55px;
        height: 55px;

        border-radius: 12px;
    }

    .uiux-tool-logo img {
        width: 33px;
        height: 33px;
    }

    .uiux-tool-content h3 {
        font-size: 17px;
        margin-top: 0;
    }

    .uiux-tool-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .uiux-tools-note {
        margin-top: 25px;
        padding: 13px 15px;
    }

    .uiux-tools-note p {
        font-size: 12px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .uiux-tools-heading h2 {
        font-size: 29px;
    }

    .uiux-tool-card {
        gap: 14px;
        padding: 20px 17px;
    }

    .uiux-tool-logo {
        flex: 0 0 50px;

        width: 50px;
        height: 50px;
    }

    .uiux-tool-logo img {
        width: 30px;
        height: 30px;
    }

    .uiux-tool-content h3 {
        font-size: 16px;
    }

    .uiux-tool-content p {
        font-size: 12.5px;
    }
}



.uiux-duration-section {
    width: 100%;
    background: #ffffff;
    padding: 85px 20px;
}

.uiux-duration-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.uiux-duration-content {
    max-width: 600px;
}

.uiux-duration-label {
    display: inline-block;

    padding: 8px 16px;
    margin-bottom: 17px;

    background: #fff3e0;
    color: #fa9805;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.uiux-duration-content h2 {
    margin: 0 0 18px;

    color: #111111;

    font-size: clamp(35px, 4vw, 50px);
    line-height: 1.15;
    font-weight: 800;
}

.uiux-duration-intro {
    margin: 0 0 28px;
    text-align: justify;
    color: #555555;

    font-size: 17px;
    line-height: 1.75;
}


/* ==========================================
   DURATION BOX
========================================== */

.uiux-duration-box {
    padding: 27px 30px;

    background: #dae2eb;

    border-left: 5px solid #fa9805;

    border-radius: 12px;

    margin-bottom: 28px;
}

.duration-small-title {
    display: block;

    margin-bottom: 8px;

    color: #555555;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.uiux-duration-box h3 {
    margin: 0 0 8px;

    color: #111111;

    font-size: 27px;
    font-weight: 800;
}

.uiux-duration-box p {
    margin: 0;

    color: #555555;

    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================
   BUTTON
========================================== */

.uiux-duration-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 14px 24px;

    background: #fa9805;
    color: #ffffff;

    border: 2px solid #fa9805;
    border-radius: 7px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.uiux-duration-btn span {
    font-size: 20px;
    line-height: 1;
}

.uiux-duration-btn:hover {
    background: #e88900;
    border-color: #e88900;

    transform: translateY(-2px);
}


/* ==========================================
   RIGHT DETAILS
========================================== */

.uiux-duration-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.duration-detail-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 20px 22px;

    background:#fffcf7;

    border: 1px solid #fa9805;

    border-radius: 12px;

    transition: all 0.3s ease;
}

.duration-detail-card:hover {
    background: #ffffff;

    border-color: rgba(250, 152, 5, 0.4);

    transform: translateX(5px);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}


/* ==========================================
   ICON
========================================== */

.duration-detail-icon {
    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff3e0;

    border-radius: 10px;

    font-size: 22px;
}


/* ==========================================
   CARD CONTENT
========================================== */

.duration-detail-card h3 {
    margin: 2px 0 6px;

    color: #111111;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.duration-detail-card p {
    margin: 0;

    color: #666666;

    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.uiux-duration-note {
    width: 92%;
    max-width: 1400px;

    margin: 35px auto 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: #666666;
}

.uiux-duration-note span {
    color: #fa9805;
    font-size: 17px;
}

.uiux-duration-note p {
    margin: 0;

    font-size: 13px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

    .uiux-duration-section {
        padding: 70px 20px;
    }

    .uiux-duration-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .uiux-duration-content {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .uiux-duration-box {
        text-align: left;
    }

    .uiux-duration-btn {
        margin: 0 auto;
    }

    .uiux-duration-details {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .uiux-duration-section {
        padding: 55px 16px;
    }

    .uiux-duration-container {
        width: 100%;
        gap: 35px;
    }

    .uiux-duration-label {
        font-size: 11px;
        padding: 7px 13px;
    }

    .uiux-duration-content h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .uiux-duration-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .uiux-duration-box {
        padding: 22px 20px;

        border-left-width: 4px;
    }

    .uiux-duration-box h3 {
        font-size: 23px;
    }

    .uiux-duration-box p {
        font-size: 13px;
    }

    .uiux-duration-btn {
        width: 100%;
        max-width: 280px;
    }

    .duration-detail-card {
        padding: 18px 17px;
        gap: 14px;
    }

    .duration-detail-icon {
        flex: 0 0 45px;

        width: 45px;
        height: 45px;

        font-size: 20px;
    }

    .duration-detail-card h3 {
        font-size: 16px;
    }

    .duration-detail-card p {
        font-size: 13px;
    }

    .uiux-duration-note {
        width: 100%;
        margin-top: 25px;
    }

    .uiux-duration-note p {
        font-size: 12px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .uiux-duration-content h2 {
        font-size: 29px;
    }

    .uiux-duration-box h3 {
        font-size: 21px;
    }

    .duration-detail-card {
        padding: 17px 15px;
    }

    .duration-detail-icon {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;

        font-size: 18px;
    }
}



/* ==========================================
   ONLINE & OFFLINE UI/UX CLASSES
========================================== */

.uiux-learning-mode {
    width: 100%;
    background: #dae2eb;
    padding: 85px 20px;
}

.uiux-learning-container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}


/* ==========================================
   HEADING
========================================== */

.uiux-learning-heading {
    text-align: center;
    margin-bottom: 50px;
}

.uiux-learning-label {
    display: inline-block;

    padding: 8px 17px;
    margin-bottom: 15px;

    background: #ffffff;
    color: #fa9805;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.uiux-learning-heading h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;
}


/* ==========================================
   CARDS GRID
========================================== */

.uiux-learning-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 28px;
}


/* ==========================================
   CARD
========================================== */

.uiux-learning-card {
    overflow: hidden;

    background: #ffffff;

    border-radius: 18px;

    border: 1px solid rgba(255, 255, 255, 0.9);

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.uiux-learning-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.13);
}


/* ==========================================
   IMAGE
========================================== */

.uiux-learning-image {
    position: relative;

    width: 100%;
    height: 260px;

    overflow: hidden;
}

.uiux-learning-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.uiux-learning-card:hover .uiux-learning-image img {
    transform: scale(1.05);
}


/* ==========================================
   MODE BADGE
========================================== */

.uiux-mode-badge {
    position: absolute;

    left: 18px;
    bottom: 18px;

    padding: 8px 14px;

    background: #fa9805;
    color: #ffffff;

    border-radius: 30px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
}


/* ==========================================
   CONTENT
========================================== */

.uiux-learning-content {
    padding: 28px 28px 30px;
}

.uiux-learning-content h3 {
    margin: 0 0 12px;

    color: #111111;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 750;
}

.uiux-learning-content p {
    margin: 0 0 24px;
    text-align: justify;
    color: #555555;

    font-size: 15px;
    line-height: 1.75;
}


/* ==========================================
   BUTTON
========================================== */

.uiux-join-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 145px;

    padding: 13px 22px;

    background: #fa9805;
    color: #ffffff;

    border: 2px solid #fa9805;

    border-radius: 7px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.uiux-join-btn span {
    font-size: 19px;
    line-height: 1;
}

.uiux-join-btn:hover {
    background: #e88900;
    border-color: #e88900;

    transform: translateY(-2px);
}


/* ==========================================
   BOTTOM TEXT
========================================== */

.uiux-learning-bottom {
    margin-top: 35px;

    text-align: center;
}

.uiux-learning-bottom p {
    margin: 0;

    color: #333333;

    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 800px) {

    .uiux-learning-mode {
        padding: 70px 20px;
    }

    .uiux-learning-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
        margin: 0 auto;
    }

    .uiux-learning-image {
        height: 280px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .uiux-learning-mode {
        padding: 55px 16px;
    }

    .uiux-learning-container {
        width: 100%;
    }

    .uiux-learning-heading {
        margin-bottom: 35px;
    }

    .uiux-learning-label {
        font-size: 11px;
        padding: 7px 14px;
    }

    .uiux-learning-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .uiux-learning-grid {
        gap: 18px;
    }

    .uiux-learning-card {
        border-radius: 14px;
    }

    .uiux-learning-image {
        height: 220px;
    }

    .uiux-mode-badge {
        left: 14px;
        bottom: 14px;

        padding: 7px 12px;

        font-size: 10px;
    }

    .uiux-learning-content {
        padding: 23px 20px 25px;
    }

    .uiux-learning-content h3 {
        font-size: 19px;
    }

    .uiux-learning-content p {
        font-size: 14px;
        line-height: 1.7;

        margin-bottom: 20px;
    }

    .uiux-join-btn {
        width: 100%;
    }

    .uiux-learning-bottom {
        margin-top: 25px;
    }

    .uiux-learning-bottom p {
        font-size: 14px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .uiux-learning-heading h2 {
        font-size: 29px;
    }

    .uiux-learning-image {
        height: 200px;
    }

    .uiux-learning-content {
        padding: 21px 18px 23px;
    }

    .uiux-learning-content h3 {
        font-size: 18px;
    }

    .uiux-learning-content p {
        font-size: 13px;
    }
}



/* ==========================================
   WHAT YOU'LL LEARN
========================================== */

.uiux-learn-section {
    width: 100%;
    background:white;
    padding: 85px 20px;
}

.uiux-learn-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}


/* ==========================================
   HEADING
========================================== */

.uiux-learn-heading {
    text-align: center;
    margin-bottom: 50px;
}

.uiux-learn-label {
   display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    background: #fff3e0;
    color: #fa9805;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    border-radius: 30px;
}

.uiux-learn-heading h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;
}


/* ==========================================
   GRID
========================================== */

.uiux-learn-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}


/* ==========================================
   CARD
========================================== */

.uiux-learn-card {
    position: relative;

    padding: 32px 27px 30px;

    background:#fffaf3;

    border-radius: 16px;

    border: 1px solid #fa9805;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.uiux-learn-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}


/* ==========================================
   NUMBER
========================================== */

.uiux-learn-number {
    position: absolute;

    top: 18px;
    right: 20px;

    color: #d8d8d8;

    font-size: 30px;
    font-weight: 800;

    line-height: 1;
}


/* ==========================================
   ICON
========================================== */

.uiux-learn-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    background: #fff3e0;

    border-radius: 13px;

    font-size: 25px;
}


/* ==========================================
   CARD CONTENT
========================================== */

.uiux-learn-card h3 {
    margin: 0 0 12px;

    color: #111111;

    font-size: 20px;
    line-height: 1.35;
    font-weight: 750;
}

.uiux-learn-card p {
    margin: 0;
    text-align: justify;
    color: #666666;

    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================
   BOTTOM ACCENT
========================================== */

.uiux-learn-line {
    width: 45px;
    height: 3px;

    margin-top: 24px;

    background: #fa9805;

    border-radius: 10px;

    transition: width 0.3s ease;
}

.uiux-learn-card:hover .uiux-learn-line {
    width: 75px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {

    .uiux-learn-section {
        padding: 70px 20px;
    }

    .uiux-learn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .uiux-learn-section {
        padding: 55px 16px;
    }

    .uiux-learn-container {
        width: 100%;
    }

    .uiux-learn-heading {
        margin-bottom: 35px;
    }

    .uiux-learn-label {
        font-size: 11px;
        padding: 7px 14px;
    }

    .uiux-learn-heading h2 {
        font-size: 32px;
    }

    .uiux-learn-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .uiux-learn-card {
        padding: 25px 21px 24px;

        border-radius: 14px;
    }

    .uiux-learn-number {
        top: 16px;
        right: 17px;

        font-size: 25px;
    }

    .uiux-learn-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 17px;

        font-size: 21px;
    }

    .uiux-learn-card h3 {
        font-size: 18px;
    }

    .uiux-learn-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .uiux-learn-line {
        margin-top: 20px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .uiux-learn-heading h2 {
        font-size: 29px;
    }

    .uiux-learn-card {
        padding: 22px 18px;
    }

    .uiux-learn-card h3 {
        font-size: 17px;
    }

    .uiux-learn-card p {
        font-size: 12.5px;
    }
}



/* ==========================================
   BUILD REAL UI/UX PROJECTS
========================================== */

.uiux-projects-section {
    width: 100%;
    background: #dae2eb;
    padding: 90px 20px;

    overflow: hidden;
}

.uiux-projects-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    align-items: center;

    gap: 70px;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.uiux-projects-content {
    max-width: 620px;
}

.uiux-projects-label {
    display: inline-block;

    padding: 8px 16px;
    margin-bottom: 17px;

    background: #ffffff;
    color: #fa9805;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.uiux-projects-content h2 {
    margin: 0 0 20px;

    color: #111111;

    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 800;
}

.uiux-projects-intro {
    margin: 0 0 15px;

    color: #444444;

    font-size: 18px;
    line-height: 1.7;
}

.uiux-projects-intro strong {
    color: #111111;
}

.uiux-projects-subtitle {
    margin: 0 0 20px;

    color: #555555;

    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================
   PROJECT LIST
========================================== */

.uiux-project-list {
    list-style: none;

    margin: 0 0 27px;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 12px;
}

.uiux-project-list li {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 12px 14px;

    background: #ffffff;

    border-radius: 8px;

    color: #333333;

    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.project-check {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 22px;

    width: 22px;
    height: 22px;

    background: #fa9805;
    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 800;
}


/* ==========================================
   FOOTER CONTENT
========================================== */

.uiux-projects-footer {
    margin: 0;

    color: #444444;

    font-size: 16px;
    line-height: 1.75;
}

.uiux-projects-footer strong {
    color: #111111;
}


/* ==========================================
   LAPTOP AREA
========================================== */

.uiux-laptop-area {
    position: relative;

    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 30px;
}


/* ==========================================
   LAPTOP
========================================== */

.uiux-laptop {
    position: relative;

    width: min(100%, 650px);

    perspective: 1000px;
}


/* ==========================================
   LAPTOP SCREEN
========================================== */

.uiux-laptop-screen {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 10;

    padding: 12px;

    background: #1b1b1b;

    border-radius: 18px 18px 8px 8px;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.22);

    border: 3px solid #2b2b2b;

    overflow: hidden;
}


/* ==========================================
   SCREEN TOP BAR
========================================== */

.uiux-screen-top {
    display: flex;
    align-items: center;

    gap: 5px;

    height: 18px;

    padding-left: 5px;
}

.uiux-screen-top span {
    width: 6px;
    height: 6px;

    background: #777777;

    border-radius: 50%;
}


/* ==========================================
   DESIGN SCREEN
========================================== */

.uiux-design-screen {
    display: flex;

    width: 100%;
    height: calc(100% - 18px);

    background: #f8f8f8;

    border-radius: 4px;

    overflow: hidden;
}


/* ==========================================
   SIDEBAR
========================================== */

.design-sidebar {
    width: 12%;

    background: #222222;

    padding: 20px 10px;
}

.design-sidebar span {
    display: block;

    width: 70%;
    height: 6px;

    margin: 0 auto 17px;

    background: #777777;

    border-radius: 5px;
}

.design-sidebar span:first-child {
    width: 80%;
    background: #fa9805;
}


/* ==========================================
   WORKSPACE
========================================== */

.design-workspace {
    flex: 1;

    padding: 20px;
}


/* ==========================================
   DESIGN HEADER
========================================== */

.design-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
}

.design-title {
    width: 32%;
    height: 11px;

    background: #222222;

    border-radius: 5px;
}

.design-profile {
    width: 27px;
    height: 27px;

    background: #fa9805;

    border-radius: 50%;
}


/* ==========================================
   DESIGN BLOCKS
========================================== */

.design-main {
    display: flex;
    flex-direction: column;

    gap: 13px;
}

.design-block {
    height: 70px;

    background: #dae2eb;

    border-radius: 7px;
}

.design-block.large {
    width: 100%;
    height: 85px;

    background: #fa9805;

    opacity: 0.85;
}


/* ==========================================
   BLOCK ROW
========================================== */

.design-block-row {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
}


/* ==========================================
   CONTENT ROW
========================================== */

.design-content-row {
    display: grid;

    grid-template-columns: 1.5fr 1fr;

    gap: 10px;
}

.design-chart {
    height: 105px;

    background:
        linear-gradient(
            135deg,
            #dae2eb 25%,
            #ffffff 25%,
            #ffffff 50%,
            #dae2eb 50%,
            #dae2eb 75%,
            #ffffff 75%
        );

    border-radius: 7px;
}

.design-card {
    height: 105px;

    background: #222222;

    border-radius: 7px;
}


/* ==========================================
   LAPTOP BASE
========================================== */

.uiux-laptop-base {
    position: relative;

    width: 112%;

    height: 22px;

    margin-left: -6%;

    background: #303030;

    border-radius: 0 0 18px 18px;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.18);
}

.uiux-laptop-trackpad {
    position: absolute;

    left: 50%;

    top: 5px;

    transform: translateX(-50%);

    width: 18%;
    height: 7px;

    background: #555555;

    border-radius: 5px;
}


/* ==========================================
   FLOATING DESIGN ICONS
========================================== */

.uiux-floating-tool {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    background: #ffffff;

    color: #fa9805;

    border-radius: 14px;

    font-size: 25px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

    animation: uiuxFloat 3s ease-in-out infinite;
}

.tool-one {
    top: 10%;
    left: 2%;
}

.tool-two {
    right: 1%;
    bottom: 12%;

    animation-delay: 1.2s;
}

@keyframes uiuxFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {

    .uiux-projects-section {
        padding: 70px 20px;
    }

    .uiux-projects-container {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .uiux-projects-content {
        max-width: 800px;

        margin: 0 auto;

        text-align: center;
    }

    .uiux-project-list {
        text-align: left;
    }

    .uiux-projects-footer {
        text-align: center;
    }

    .uiux-laptop-area {
        max-width: 750px;

        margin: 0 auto;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .uiux-projects-section {
        padding: 55px 16px;
    }

    .uiux-projects-container {
        width: 100%;

        gap: 40px;
    }

    .uiux-projects-label {
        font-size: 11px;

        padding: 7px 14px;
    }

    .uiux-projects-content h2 {
        font-size: 32px;
    }

    .uiux-projects-intro {
        font-size: 15px;
    }

    .uiux-projects-subtitle {
        font-size: 14px;
    }

    .uiux-project-list {
        grid-template-columns: 1fr;

        gap: 9px;
    }

    .uiux-project-list li {
        padding: 11px 12px;

        font-size: 13px;
    }

    .uiux-projects-footer {
        font-size: 14px;
    }

    .uiux-laptop-area {
        padding: 20px 5px;
    }

    .uiux-laptop-screen {
        padding: 7px;

        border-radius: 10px 10px 5px 5px;
    }

    .uiux-screen-top {
        height: 12px;
    }

    .uiux-screen-top span {
        width: 4px;
        height: 4px;
    }

    .design-workspace {
        padding: 10px;
    }

    .design-sidebar {
        padding: 12px 5px;
    }

    .design-sidebar span {
        margin-bottom: 10px;
        height: 4px;
    }

    .design-main {
        gap: 7px;
    }

    .design-block {
        height: 35px;
    }

    .design-block.large {
        height: 45px;
    }

    .design-content-row {
        gap: 6px;
    }

    .design-chart,
    .design-card {
        height: 55px;
    }

    .design-block-row {
        gap: 6px;
    }

    .uiux-laptop-base {
        height: 13px;
    }

    .uiux-laptop-trackpad {
        height: 4px;
        top: 3px;
    }

    .uiux-floating-tool {
        width: 40px;
        height: 40px;

        border-radius: 9px;

        font-size: 18px;
    }

    .tool-one {
        left: -2px;
    }

    .tool-two {
        right: -2px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .uiux-projects-content h2 {
        font-size: 29px;
    }

    .uiux-projects-intro {
        font-size: 14px;
    }

    .uiux-projects-footer {
        font-size: 13px;
    }

    .uiux-laptop-area {
        padding: 15px 0;
    }

    .uiux-floating-tool {
        display: none;
    }
}



/* ==========================================
   UI UX CAREER SUPPORT
========================================== */

.uiux-career-support {
    width: 100%;

    padding: 90px 20px;

    background:white;
}

.career-support-container {
    width: 92%;
    max-width: 1250px;

    margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.career-support-header {
    text-align: center;

    margin-bottom: 60px;
}

.career-support-tag {
    display: inline-block;

    padding: 8px 17px;

    margin-bottom: 15px;

    background: #ffffff;

    color: #fa9805;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.8px;
}

.career-support-header h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(35px, 4vw, 50px);

    line-height: 1.15;

    font-weight: 800;
}


/* ==========================================
   CAREER PATH
========================================== */

.career-path {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    margin-bottom: 65px;
}


/* ==========================================
   CAREER STEP
========================================== */

.career-step {
    width: 190px;

    padding: 25px 15px;

    background: #ffffff;

    border-radius: 16px;

    text-align: center;
    border:  1px solid #fa9805;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;
}

.career-step:hover {
    transform: translateY(-8px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}


/* ==========================================
   ICON
========================================== */

.career-icon-wrap {
    position: relative;

    width: 82px;
    height: 82px;

    margin: 0 auto 18px;
}

.career-icon {
    width: 82px;
    height: 82px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #fff3e0;

    border: 2px solid #fa9805;

    border-radius: 50%;

    font-size: 34px;

    transition: transform 0.3s ease;
}

.career-step:hover .career-icon {
    transform: rotate(5deg) scale(1.05);
}


/* ==========================================
   NUMBER
========================================== */

.career-step-number {
    position: absolute;

    right: -5px;
    bottom: -2px;

    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #fa9805;

    color: #ffffff;

    border: 3px solid #ffffff;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;
}


/* ==========================================
   STEP TITLE
========================================== */

.career-step h3 {
    margin: 0;

    color: #111111;

    font-size: 19px;

    font-weight: 750;
}


/* ==========================================
   CONNECTOR
========================================== */

.career-connector {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;

    color: #fa9805;

    font-size: 30px;

    font-weight: 700;
}


/* ==========================================
   GUIDANCE HEADING
========================================== */

.career-guidance-heading {
    text-align: center;

    margin-bottom: 25px;
}

.career-guidance-heading h3 {
    margin: 0;

    color: #111111;

    font-size: 24px;

    font-weight: 750;
}


/* ==========================================
   GUIDANCE GRID
========================================== */

.career-guidance-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 14px;
}


/* ==========================================
   GUIDANCE ITEM
========================================== */

.career-guidance-item {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 13px;

    min-height: 145px;

    padding: 20px 14px;

    background:#fffaf4;
    border: 1px solid #fa9805;
    border-radius: 13px;

    text-align: center;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);

    transition: all 0.3s ease;
}

.career-guidance-item:hover {
    transform: translateY(-5px);

    background: #fffaf4;
}


/* ==========================================
   GUIDANCE ICON
========================================== */

.guidance-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #fff3e0;

    border-radius: 12px;

    font-size: 24px;
}


/* ==========================================
   GUIDANCE TEXT
========================================== */

.career-guidance-item span {
    color: #333333;

    font-size: 13px;

    font-weight: 650;

    line-height: 1.5;
}


/* ==========================================
   NOTE
========================================== */

.career-support-note {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    gap: 9px;

    max-width: 850px;

    margin: 32px auto 0;

    padding: 15px 20px;

    background: rgba(255, 255, 255, 0.55);

    border-radius: 9px;

    color: #555555;
}

.career-support-note > span {
    color: #fa9805;

    font-size: 17px;
}

.career-support-note p {
    margin: 0;

    font-size: 13px;

    line-height: 1.6;

    text-align: center;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {

    .uiux-career-support {
        padding: 70px 20px;
    }

    .career-path {
        gap: 8px;
    }

    .career-step {
        width: 170px;
    }

    .career-connector {
        width: 30px;
    }

    .career-guidance-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .uiux-career-support {
        padding: 55px 16px;
    }

    .career-support-container {
        width: 100%;
    }

    .career-support-header {
        margin-bottom: 40px;
    }

    .career-support-tag {
        padding: 7px 14px;

        font-size: 11px;
    }

    .career-support-header h2 {
        font-size: 32px;
    }


    /* Career path */

    .career-path {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 12px;

        margin-bottom: 45px;
    }

    .career-step {
        width: auto;

        padding: 22px 12px;
    }

    .career-icon-wrap {
        width: 68px;
        height: 68px;

        margin-bottom: 14px;
    }

    .career-icon {
        width: 68px;
        height: 68px;

        font-size: 28px;
    }

    .career-step-number {
        width: 24px;
        height: 24px;

        font-size: 9px;
    }

    .career-step h3 {
        font-size: 17px;
    }

    .career-connector {
        display: none;
    }


    /* Guidance */

    .career-guidance-heading {
        margin-bottom: 20px;
    }

    .career-guidance-heading h3 {
        font-size: 20px;
    }

    .career-guidance-grid {
        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }

    .career-guidance-item {
        min-height: 125px;

        padding: 18px 10px;
    }

    .guidance-icon {
        width: 45px;
        height: 45px;

        font-size: 21px;
    }

    .career-guidance-item span {
        font-size: 12px;
    }


    /* Note */

    .career-support-note {
        margin-top: 22px;

        padding: 13px 14px;
    }

    .career-support-note p {
        font-size: 12px;

        text-align: left;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .career-support-header h2 {
        font-size: 29px;
    }

    .career-step {
        padding: 19px 8px;
    }

    .career-icon-wrap,
    .career-icon {
        width: 60px;
        height: 60px;
    }

    .career-icon {
        font-size: 25px;
    }

    .career-step h3 {
        font-size: 15px;
    }

    .career-guidance-item {
        min-height: 115px;
    }

    .career-guidance-item span {
        font-size: 11.5px;
    }
}



/* ==========================================
   FINAL UI/UX CTA
========================================== */

.uiux-final-cta {
    position: relative;

    width: 100%;

    padding: 90px 20px;

    background:white;

    overflow: hidden;
}

.uiux-final-cta-container {
    position: relative;

    width: 92%;
    max-width: 1050px;

    margin: 0 auto;

    padding: 65px 50px;

    background: #ffffff;

    border-radius: 22px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.09);

    overflow: hidden;
}


/* ==========================================
   ORANGE TOP ACCENT
========================================== */

.uiux-final-cta-container::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: #fa9805;
}


/* ==========================================
   CONTENT
========================================== */

.uiux-final-cta-content {
    position: relative;

    z-index: 2;

    max-width: 820px;

    margin: 0 auto;

    text-align: center;
}


/* ==========================================
   LABEL
========================================== */

.uiux-final-cta-label {
    display: inline-block;

    padding: 8px 17px;

    margin-bottom: 18px;

    background: #fff3e0;

    color: #fa9805;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.8px;
}


/* ==========================================
   HEADING
========================================== */

.uiux-final-cta-content h2 {
    margin: 0 0 20px;

    color: #111111;

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1.15;

    font-weight: 800;
}


/* ==========================================
   DESCRIPTION
========================================== */

.uiux-final-cta-content > p {
    max-width: 720px;

    margin: 0 auto 27px;

    color: #555555;

    font-size: 17px;

    line-height: 1.75;
}

.uiux-final-cta-content > p strong {
    color: #111111;
}


/* ==========================================
   READY TO START
========================================== */

.uiux-final-cta-content h3 {
    margin: 0 0 24px;

    color: #111111;

    font-size: 22px;

    font-weight: 750;
}


/* ==========================================
   BUTTONS
========================================== */

.uiux-final-cta-buttons {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}


.uiux-cta-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 13px 21px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* ==========================================
   PRIMARY
========================================== */

.uiux-cta-btn.primary {
    background: #fa9805;

    color: #ffffff;

    border: 2px solid #fa9805;

    box-shadow: 0 7px 18px rgba(250, 152, 5, 0.22);
}

.uiux-cta-btn.primary:hover {
    background: #e88900;

    border-color: #e88900;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(250, 152, 5, 0.28);
}


/* ==========================================
   SECONDARY
========================================== */

.uiux-cta-btn.secondary {
    background: #111111;

    color: #ffffff;

    border: 2px solid #111111;
}

.uiux-cta-btn.secondary:hover {
    background: #333333;

    border-color: #333333;

    transform: translateY(-3px);
}


/* ==========================================
   WHATSAPP
========================================== */

.uiux-cta-btn.whatsapp {
    background: #ffffff;

    color: #111111;

    border: 2px solid #dddddd;
}

.uiux-cta-btn.whatsapp:hover {
    border-color: #fa9805;

    color: #fa9805;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}


/* ==========================================
   BUTTON ICON
========================================== */

.cta-btn-icon {
    font-size: 16px;

    line-height: 1;
}

.cta-arrow {
    font-size: 18px;

    line-height: 1;
}


/* ==========================================
   DECORATIONS
========================================== */

.cta-decoration {
    position: absolute;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    background: #fff3e0;

    color: #fa9805;

    border-radius: 14px;

    font-size: 25px;

    z-index: 1;

    animation: ctaFloat 3s ease-in-out infinite;
}

.cta-decoration-left {
    left: 35px;

    top: 35px;
}

.cta-decoration-right {
    right: 35px;

    bottom: 35px;

    animation-delay: 1.2s;
}

@keyframes ctaFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 800px) {

    .uiux-final-cta {
        padding: 70px 20px;
    }

    .uiux-final-cta-container {
        padding: 55px 35px;
    }

    .cta-decoration-left {
        left: 20px;
        top: 20px;
    }

    .cta-decoration-right {
        right: 20px;
        bottom: 20px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .uiux-final-cta {
        padding: 55px 16px;
    }

    .uiux-final-cta-container {
        width: 100%;

        padding: 45px 20px;

        border-radius: 15px;
    }

    .uiux-final-cta-label {
        padding: 7px 14px;

        font-size: 11px;
    }

    .uiux-final-cta-content h2 {
        font-size: 31px;

        line-height: 1.2;
    }

    .uiux-final-cta-content > p {
        font-size: 14px;

        line-height: 1.7;
    }

    .uiux-final-cta-content h3 {
        font-size: 20px;
    }


    /* Buttons */

    .uiux-final-cta-buttons {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }

    .uiux-cta-btn {
        width: 100%;

        min-height: 49px;
    }


    /* Decorations */

    .cta-decoration {
        width: 38px;
        height: 38px;

        font-size: 17px;

        border-radius: 9px;
    }

    .cta-decoration-left {
        left: 12px;
        top: 12px;
    }

    .cta-decoration-right {
        right: 12px;
        bottom: 12px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .uiux-final-cta-container {
        padding: 40px 17px;
    }

    .uiux-final-cta-content h2 {
        font-size: 28px;
    }

    .uiux-final-cta-content > p {
        font-size: 13px;
    }

    .uiux-final-cta-content h3 {
        font-size: 19px;
    }
}




/* FAQ Section - White Background with Smooth Animations */
.faq-section {
    background:#dae2eb;
    padding: 40px 60px;
    position: relative;
}

.faq-fluid {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-title {
    font-size: 38px;
    font-weight: 800;
    color: #0a0e27;
    position: relative;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fa9805;
    border-radius: 2px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #eef2f7;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #fa9805;
}

.faq-item.active {
    border-color: #fa9805;
    box-shadow: 0 4px 20px rgba(250, 152, 5, 0.1);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #0a0e27;
    text-align: left;
    transition: all 0.3s ease;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.faq-question span {
    flex: 1;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question span {
    color: #fa9805;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: #fa9805;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-shrink: 0;
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.faq-item.active .faq-icon {
    transform: rotate(135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.4s ease,
                padding 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    opacity: 1;
}

.faq-answer-inner {
    padding: 0 25px 0 25px;
    transform: translateY(-10px);
    transition: transform 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer-inner {
    padding: 0 25px 25px 25px;
    transform: translateY(0);
}

.faq-answer-inner p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
    animation: fadeInContent 0.5s ease;
}

.faq-answer-inner strong {
    color: #0a0e27;
    font-weight: 700;
}

@keyframes fadeInContent {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet Devices */
@media screen and (max-width: 992px) {
    .faq-section {
        padding: 60px 30px;
    }
    
    .faq-title {
        font-size: 32px;
    }
    
    .faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }
    
    .faq-item.active .faq-answer-inner {
        padding: 0 20px 20px 20px;
    }
    
    .faq-answer-inner p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* Mobile Devices */
@media screen and (max-width: 768px) {
    .faq-section {
        padding: 50px 20px;
    }
    
    .faq-title {
        font-size: 28px;
    }
    
    .faq-title::after {
        width: 60px;
        bottom: -8px;
    }
    
    .faq-header {
        margin-bottom: 30px;
    }
    
    .faq-question {
        font-size: 15px;
        padding: 16px 18px;
        gap: 12px;
    }
    
    .faq-icon {
        font-size: 20px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    
    .faq-item.active .faq-answer-inner {
        padding: 0 18px 18px 18px;
    }
    
    .faq-answer-inner p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    .faq-section {
        padding: 40px 15px;
    }
    
    .faq-title {
        font-size: 24px;
    }
    
    .faq-title::after {
        width: 50px;
        height: 3px;
        bottom: -6px;
    }
    
    .faq-question {
        font-size: 14px;
        padding: 14px 15px;
        gap: 10px;
    }
    
    .faq-icon {
        font-size: 18px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    
    .faq-item.active .faq-answer-inner {
        padding: 0 15px 15px 15px;
    }
    
    .faq-answer-inner p {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Extra Small Devices */
@media screen and (max-width: 360px) {
    .faq-question {
        font-size: 13px;
        padding: 12px 12px;
    }
    
    .faq-icon {
        font-size: 16px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    
    .faq-item.active .faq-answer-inner {
        padding: 0 12px 12px 12px;
    }
    
    .faq-answer-inner p {
        font-size: 12px;
        line-height: 1.6;
    }
}