@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');

html {
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'KoHo', sans-serif !important;
    overflow-x: hidden !important;
    background-color: #614D90;
}

#navbar {
  background: transparent !important;
  border-bottom: none;
}
#navbar .nav-links li a {
    color: #ffffff;
}

#navbar.scrolled .nav-links li a {
    color: #000000 !important;
}

#navbar.scrolled {
  background: #fff !important;
    border-bottom: 1px solid #ededed;
}

#navbar .logo a img {
  width: 135px;
  display: none;
}
#navbar .logo-white a img {
  width: 135px;
  display: block;
}
#navbar.scrolled .logo a img {
  width: 135px;
  display: block;
}
#navbar.scrolled .logo-white a img {
  width: 135px;
  display: none;
}


#navbar.mob-header{
    background: #ffffff !important;
}
#navbar.mob-header .logo a img {
  display: flex;
}


/* ================== Hero Section ================= */

.hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #614D90;
    padding-top: 150px;
    /* padding-bottom: 80px; */
    overflow: hidden;
}

.hero-bottom-grid {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: start;
}

.hero-title-area {
    margin-bottom: 60px;
}

.hero-title {
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -2px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.h-text {
    font-size: 7rem;
}

.text-green {
    color: #1CB785;
    margin-right: 26px;
}

.text-yellow {
    color: #E9FA49;
    padding-right: 200px;
}

.text-orange {
    color: #FF8F27;
    padding-left: 200px;
}

.badge-ai {
    position: absolute;
    top: -3px;
    left: -40px;
    background-color: #E61956;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 18px;
    letter-spacing: .8px;
    border-radius: 50px;
    border: 1px solid #000;
    transform: rotate(-10deg);
    z-index: 2;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.425);
}

.hero-desc {
    font-size: 17px;
    line-height: 1.6;
    max-width: 480px;
    color: #e0dced;
}

.stat-card {
    padding: 40px;
    min-width: 260px;
    border-radius: 24px;
}

.card-green-hero {
    background-color: #1CB785;
}

.card-yellow-hero {
    background-color: #E9FA49;
}

.card-arrow {
    position: absolute;
    top: 56px;
    right: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}

.top-curve {
    position: absolute;
    top: 0;
    right: 32px;
    height: 32px;
    z-index: 1;
}

.bottom-curve {
    position: absolute;
    bottom: 0;
    left: 32px;
    height: 32px;
    z-index: 1;
    transform: rotate(180deg);
}

.stat-num {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.font-medium {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

/* Floating icons positions */
.icon-spiral {
    position: absolute;
    left: -140px;
    top: 10px;
    z-index: 1;
}

.icon-spiral-2 {
    position: absolute;
    left: 255px;
    top: 0px;
    width: 40px;
    z-index: 1;
}


.icon-crown {
    position: absolute;
    left: 167px;
    top: -8px;
    width: 60px;
    z-index: 1;
}

.icon-hand {
    position: absolute;
    right: 55px;
    top: -20px;
    width: 85px;
    z-index: 1;
}

.icon-x {
    position: absolute;
    right: 90px;
    bottom: 0px;
    width: 55px;
    z-index: 3;
}

.icon-pentool-left {
    position: absolute;
    left: -75px;
    bottom: -30px;
    width: 65px;
    z-index: 1;
}

.icon-sun {
    position: absolute;
    right: 60px;
    top: 20px;
    width: 90px;
    z-index: 1;
}

.icon-star-1 {
    position: absolute;
    right: 140px;
    bottom: 85px;
    width: 35px;
    z-index: 1;
}

.icon-star-2 {
    position: absolute;
    right: 254px;
    top: -47px;
    width: 35px;
    z-index: 1;
}

.icon-plus-2 {
    position: absolute;
    left: 260px;
    bottom: 0px;
    width: 35px;
    z-index: 1;
}

.icon-pentool-right {
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 65px;
    z-index: 1;
}

.banner_substract {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    text-align: center;
}


/* ================= Form Section ================= */
.form_section {
    position: relative;
    padding: 80px 0 80px 0;
    background: radial-gradient(circle at 50% 100%, rgba(246, 238, 255, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

.form-text-content {
    color: #4A4A4A;
}

.form-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.form-title {
    font-size: 56px;
    font-weight: 800;
    color: #4A4A4A;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.form-subtitle-bottom {
    font-size: 32px;
    font-weight: 700;
    color: #4A4A4A;
}

.form-card-wrapper {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    margin-left: 60px;
    max-width: 100%;
}

.form-hand {
    position: absolute;
    top: -82px;
    left: -80px;
    width: 150px;
    z-index: 3;
    animation: popScale 4s ease-in-out infinite 1s;
}

.form-card {
    border: 1px solid #080808;
    border-radius: 30px;
    padding: 32px;
}

.custom-input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 12px 0 8px 0;
    font-size: 18px;
    color: #000;
    background-color: transparent;
    box-shadow: none !important;
    width: 100%;
    outline: none;
}

.custom-input:focus {
    border-bottom-color: #614D90;
    background-color: transparent;
}

.custom-input::placeholder {
    color: #222;
    opacity: 1;
}

.custom-select {
    color: #222;
    padding-left: 0;
    cursor: pointer;
    outline: none;
}

.btn-submit {
    display: inline-block;
    background-color: #614D90;
    color: #fff;
    border-radius: 14px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #000;
    box-shadow: 0px 4px 0px rgb(58, 58, 58);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #4b3b70;
    color: #fff;
    box-shadow: 0px 0px 0px rgb(58, 58, 58);
    transform: translateY(4px);
}

/* ====================== Our Courses Section ====================== */
.our_courses {
    position: relative;
    padding: 80px 0 80px 0;
    background-image: url('../../images/gd/checks_bg.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.courses-title {
    font-size: 40px;
    font-weight: 800;
    color: #2D2D2D;
    /* line-height: 1.25; */
    position: relative;
}

.text-coral {
    color: #FF5C3B;
}

.courses-qmark {
    position: absolute;
    top: 42px;
    left: 21%;
}

.courses-spiral {
    position: absolute;
    right: 5%;
    top: 10px;
    width: 140px;
    z-index: 1;
    animation: floatDown 5s ease-in-out infinite;
}

.courses-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #F8B423;
    margin-bottom: 0;
}

.course-card {
    border-radius: 30px;
    padding: 50px;
    min-height: 250px;
    transition: transform 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.bg-purple {
    background-color: #9D89FC;
    /* background: url(https://images.unsplash.com/photo-1613909207039-6b173b755cc1?q=80&w=1247&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

/* .bg-purple:hover{
    background: #9a7bf762 !important;
    transition: all 0.3s ease;
} */

.bg-lime {
    background-color: #E9FA49;
}

.bg-orange {
    background-color: #FF8A24;
}

.bg-red {
    background-color: #FF4D3B;
}

.card-badge {
    display: inline-block;
    background-color: #D31D5E;
    color: white;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #111;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.425);
    letter-spacing: 0.5px;
    margin-bottom: 1.4rem;
}

.course-name {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
}

.course-duration {
    font-size: 24px;
    font-weight: 600;
    color: #111;
}

.card-arrow-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 25px;
}

.color-white-arrow {
    filter: invert(1) brightness(100);
}

.internship-title {
    font-size: 26px;
    font-weight: 700;
    color: #614D90;
}

.card-corner-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    z-index: 2;
}

.icon-small {
    width: 60px;
    top: -20px;
    right: -20px;
}

.icon-spin {
    animation: popScale 3s ease-in-out infinite;
}

.icon-pop {
    animation: popScale 3s ease-in-out infinite;
}

/*.icon-float {
    animation: popScale 3s ease-in-out infinite;
} */

.card-top-curve {
    position: absolute;
    top: -1px;
    left: 20%;
    height: 30px;
    z-index: 1;
}

.card-bottom-curve {
    position: absolute;
    bottom: -1px;
    right: 20%;
    height: 30px;
    z-index: 1;
    transform: rotate(180deg);
}

/* Animations */
@keyframes floatUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes spinSlow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes popScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes tiltSwing {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

/* Applying animations */
.icon-spiral {
    animation: floatUp 4s ease-in-out infinite;
}

.icon-spiral-2 {
    animation: spinSlow 10s linear infinite;
}

.icon-crown {
    animation: floatUp 4s ease-in-out infinite;
}

.icon-hand {
    animation: tiltSwing 4s ease-in-out infinite;
    transform-origin: bottom center;
}

.icon-x {
    animation: floatDown 5s ease-in-out infinite;
}

.icon-pentool-left {
    animation: tiltSwing 4s ease-in-out infinite;
    transform-origin: bottom center;
}

.icon-sun {
    animation: popScale 4s ease-in-out infinite 1s;
}

.icon-star-1 {
    animation: spinSlow 8s linear infinite reverse;
}

.icon-star-2 {
    animation: popScale 4s ease-in-out infinite 2s;
}

.icon-plus-2 {
    animation: spinSlow 8s linear infinite reverse;
}

.icon-pentool-right {
    animation: floatDown 6s ease-in-out infinite 1s;
}

.inetrship_journey {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.journey_box {
    display: inline-block;
    background-color: #D31D5E;
    color: white;
    padding: 16px 26px;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 500;
    border: 1px solid #111;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .5);
    letter-spacing: 0.5px;
    text-align: center;
    width: 140px;
}

.intern-types {
    display: flex;
    align-items: center;
    gap: 24px;
}

.intern-types p {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

/* .horizontal_white_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 80px 0 40px 0;
} */

.btn-download {
    display: inline-block;
    background-color: #614D90;
    color: #fff;
    border-radius: 14px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #000;
    box-shadow: 0px 4px 0px rgb(58, 58, 58);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-download:hover {
    background-color: #4b3b70;
    color: #fff;
    box-shadow: 0px 0px 0px rgb(58, 58, 58);
    transform: translateY(4px);
}

.brochure_icon {
    margin-left: 4px;
}

.skilz-for-reason {
    padding: 100px 0;
    background: linear-gradient(to bottom, #B41B5C, #614D90);
    position: relative;
}

.design_web_top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.design_web_bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    z-index: 999;
}

.reason-header {
    margin-bottom: 10px;
}

.reason-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.reason-title .text-yellow {
    color: #F8B423;
    padding-right: 0;
}

.reason-title .text-white {
    color: #FFF;
}

.reason-hand-icon {
    position: absolute;
    top: -70px;
    right: -80px;
    width: 120px;
    z-index: 2;
    animation: tiltSwing 4s ease-in-out infinite;
}

.reason-img-wrapper {
    border-radius: 30px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.reason-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-in-out;
}

.reason-list {
    display: flex;
    flex-direction: column;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.reason-item:last-child {
    border-bottom: none;
}

.reason-icon-box {
    margin-right: 24px;
    flex-shrink: 0;
}

.reason-icon-box img {
    width: 48px;
    height: 48px;
}

.reason-content h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.reason-content p {
    color: #e0dced;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

.reason-item:hover .reason-content h4,
.reason-item.active .reason-content h4 {
    color: #F8B423;
}

/* ================== Career Paths Section ================== */
.career-paths {
    background-color: #fff;
    padding: 100px 0;
}

.rocket-child {
    position: absolute;
    top: -20px;
    right: 5%;
    /* width: 200px; */
    z-index: 0;
    animation: floatUp 4s ease-in-out infinite;
}


.career-box {
    background-color: #0A192F;
    border-radius: 40px;
    padding: 70px 110px;
    position: relative;
    /* Adding box shadow for a better look */
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); */
}

.cutout-top {
    position: absolute;
    top: 0px;
    left: 50%;
    height: 40px;
    z-index: 1;
    transform: translateX(-50%);
}

.cutout-left {
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
}

.cutout-right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 80px;
    transform: translateY(-50%);
    z-index: 1;
}

.career-title {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4;
}

.career-title .text-green {
    color: #01C27B;
    margin-right: 0;
}

.career-title .text-yellow {
    color: #D8FA3D;
    padding-right: 0;
}

.career-title .text-orange {
    color: #FA8B24;
    padding-left: 0;
}

.career-title .text-light_blue {
    color: #C8DDF1;
}

.title-star-1 {
    position: absolute;
    top: 0px;
    right: -11px;
    width: 25px;
}

.title-star-2 {
    position: absolute;
    margin-left: -82px;
    margin-top: 37px;
    width: 25px;
}

.plus-icon {
    position: absolute;
    top: 33px;
    left: -23px;
    width: 25px;
}

.career-desc {
    color: #DEDEDE;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
}

.career-card {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.career-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.career-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.career-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

/* Card Background Colors */
.bg-light-yellow {
    background-color: #FFF3D8;
}

.bg-light-blue {
    background-color: #EAEBFC;
}

.bg-light-peach {
    background-color: #FFE8E5;
}

.bg-light-purple {
    background-color: #E9E5FC;
}

.bg-light-pink {
    background-color: #FDE2EE;
}

.bg-light-cyan {
    background-color: #E1F8FA;
}

.bg-light-peach2 {
    background-color: #FFE2DE;
}

.bg-light-mint {
    background-color: #DAFAEE;
}

/* ================== Doubt Section ================== */




.career-box {
    background-color: #0A192F;
    border-radius: 40px;
    padding: 70px 110px;
    position: relative;
    /* Adding box shadow for a better look */
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); */
}

.cutout-top {
    position: absolute;
    top: 0px;
    left: 50%;
    height: 40px;
    z-index: 1;
    transform: translateX(-50%);
}

.cutout-left {
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
}

.cutout-right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 80px;
    transform: translateY(-50%);
    z-index: 1;
}

.career-title {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4;
}

.career-title .text-green {
    color: #01C27B;
    margin-right: 0;
}

.career-title .text-yellow {
    color: #D8FA3D;
    padding-right: 0;
}

.career-title .text-orange {
    color: #FA8B24;
    padding-left: 0;
}

.career-title .text-light_blue {
    color: #C8DDF1;
}

.title-star-1 {
    position: absolute;
    top: 0px;
    right: -11px;
    width: 25px;
}

.title-star-2 {
    position: absolute;
    margin-left: -82px;
    margin-top: 37px;
    width: 25px;
}

.plus-icon {
    position: absolute;
    top: 33px;
    left: -23px;
    width: 25px;
}

.career-desc {
    color: #DEDEDE;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
}

.career-card {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.career-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.career-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.career-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

/* Card Background Colors */
.bg-light-yellow {
    background-color: #FFF3D8;
}

.bg-light-blue {
    background-color: #EAEBFC;
}

.bg-light-peach {
    background-color: #FFE8E5;
}

.bg-light-purple {
    background-color: #E9E5FC;
}

.bg-light-pink {
    background-color: #FDE2EE;
}

.bg-light-cyan {
    background-color: #E1F8FA;
}

.bg-light-peach2 {
    background-color: #FFE2DE;
}

.bg-light-mint {
    background-color: #DAFAEE;
}

/* ================== Doubt Section ================== */
.doubt-section {
    padding: 20px 0 100px 0;
    background-color: #fff;
    overflow: hidden;
}

.doubt-title {
    font-size: 46px;
    font-weight: 800;
    color: #2D2D2D;
    line-height: 1.3;
    margin-bottom: 16px;
}

.text-green-doubt {
    color: #01C27B;
}

.doubt-star-icon {
    position: absolute;
    top: 35px;
    left: 52px;
    width: 25px;
    z-index: 1;
}

.doubt-realstar-icon {
    position: absolute;
    top: 0px;
    right: 120px;
    width: 25px;
    z-index: 1;
}

.doubt-realstar-icon {
    position: absolute;
    top: 0px;
    right: 120px;
    width: 25px;
    z-index: 1;
}

.doubt-qmark-icon {
    position: absolute;
    top: -3px;
    right: -90px;
    width: 115px;
    margin-bottom: 10px;
}

.doubt-subtitle-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.doubt-design-icon {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 40px;
}

.doubt-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0;
}

.doubt-content {
    margin-top: 40px;
    z-index: 0;
    animation: floatUp 7s ease-in-out infinite;
}

.doubt-main-img {
    max-width: 100%;
    width: 650px;
}

.doubt-pill {
    position: absolute;
    background-color: #D31D5E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 24px;
    border-radius: 50px;
    border: 1px solid #111;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.425);
    z-index: 5;
    white-space: nowrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
    animation: floatUp 4s ease-in-out infinite;
}

.doubt-pill:hover {
    transform: translateY(-2px);
    /* box-shadow: 3px 4px 0px #111; */
    box-shadow: 3px 6px 0px rgb(58, 58, 58);

}

.pill-career {
    top: 12%;
    left: -22%;
}

.pill-students {
    top: 50%;
    left: -21%;
}

.pill-marketers {
    bottom: -5%;
    left: 32%;
}

.pill-freelancers {
    bottom: 18%;
    right: -15%;
}

.pill-jobseekers {
    top: 34%;
    right: -9%;
}

/* ================== Mentors Section ================== */

.mentors-section {
    padding: 80px 0 80px 0;
    background-color: #fff;
    overflow: hidden;
}

.mentors-title {
    font-size: 46px;
    font-weight: 800;
    color: #2D2D2D;
    line-height: 1.3;
    margin-bottom: 16px;
}

.text-green-bold {
    color: #01C27B;
}

.text-coral-mentors {
    color: #FF5A4B;
}

.mentors-star-icon {
    position: absolute;
    top: 5px;
    left: 172px;
    width: 25px;
    z-index: 1;
}

.mentors-realstar-icon {
    position: absolute;
    top: 32px;
    right: -5px;
    width: 25px;
    z-index: 1;
}

.mentor-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.mentor-card:hover {
    transform: translateY(-5px);
}

.all_mentors {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 4rem;
}

.mentor_shape {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.mentor_shape img {
    filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.15));
    /* max-width: 250px; */
}


.mentor-name {
    font-size: 20px;
    font-weight: 700;
    color: #614D90;
    margin-top: 16px;
    margin-bottom: 6px;
}

.mentor-role {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
}

/* ================== Students Work Section ================== */
.students_work_section {
    padding: 80px 0 0 0;
    overflow: hidden;
    position: relative;
    /* z-index: 2; */
}

.students_work_title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 40px;
}

.all_works_show {
    position: relative;
}

.violet-text {
    color: #614D90;
}

.pink-text {
    color: #FF3F85;
}

.green-text {
    color: #1CB785;
}

.works-star-1 {
    position: absolute;
    top: 3px;
    right: -12px;
    width: 25px;
    z-index: 1;
}

.works-plus {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 25px;
    z-index: 1;
}

.works-star-2 {
    position: absolute;
    top: 29px;
    right: -14px;
    width: 25px;
    z-index: 1;
}

.works-spiral {
    position: absolute;
    z-index: 999;
    right: 100px;
    top: -60px;
    animation: tiltSwing 4s ease-in-out infinite;
    transform-origin: bottom center;
}

.slider-nav-wrapper button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #E9FA49;
    color: white;
    border: none;
    transition: all 0.3s ease;
    border: 2px solid #3a3a3a;
}

.slider-1 {
    margin-bottom: 1px;
}

.slider-nav-wrapper button:hover {
    background-color: #E9FA49;
    border: 2px solid #3a3a3a;
    box-shadow: 2px 4px 0px rgb(58, 58, 58);

}

.slider-nav-wrapper button.slick-disabled {
    opacity: 0;
    visibility: hidden;
    cursor: not-allowed;
    background-color: #444;
}

.slider-nav-wrapper .custom-prev {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 999;
}

.slider-nav-wrapper .custom-next {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    z-index: 999;
}




.slider-item {
    padding: 0 .5px;
    outline: none;
}

.gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 9/11;
    display: block;
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-img-wrapper:hover img {
    transform: scale(1.1);
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-img-wrapper:hover .hover-overlay {
    opacity: 1;
}

.hover-overlay span {
    color: white;
    font-size: 18px;
    font-weight: 500;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery-img-wrapper:hover .hover-overlay span {
    transform: translateY(0);
}

/* Modal Styles */
.custom-gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.custom-gallery-modal.show {
    display: flex;
    animation: fadeIn 0.3s;
}

.modal-content {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
    background: transparent;
    border: none;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #E9FA49;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ====================== Tools Cover Section ====================== */
.tools-cover {
    padding: 48px 0;
    background-color: #fff;
    position: relative;
    /* overflow: hidden; */
}

.tools-title {
    font-size: 56px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.tools-green-bold {
    color: #FE5E3A;
}

.tools-star-icon {
    position: absolute;
    top: 5px;
    left: -28px;
    width: 25px;
    z-index: 1;
}

.tools-yellow-icon {
    position: absolute;
    top: 36px;
    right: -13px;
    width: 25px;
    z-index: 1;
}

.sub_design_tools {
    position: absolute;
    top: -44px;
    right: -33px;
    width: 88px;
    z-index: 1;
}

.tools-title .text-black {
    color: #111;
}

.tools-icon-x {
    width: 35px;
    margin: 0 5px;
    position: relative;
    top: -5px;
    animation: popScale 3s ease-in-out infinite;
}




.tools-title .text-orange {
    color: #FF5C3B;
}

.tools-icon-sun {
    position: absolute;
    top: -45px;
    right: -20px;
    width: 60px;
    animation: floatUp 4s ease-in-out infinite;
}

.tools-icon-plus {
    width: 30px;
    margin-left: 10px;
    position: relative;
    top: 5px;
    animation: spinSlow 8s linear infinite reverse;
}

.tools-desc {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 1.6;
    font-weight: 500;
    max-width: 95%;
    margin-bottom: 48px;
}

.btn-tools-enquire {
    display: inline-block;
    background-color: #614D90;
    color: #fff;
    border-radius: 14px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #000;
    box-shadow: 0px 4px 0px rgb(58, 58, 58);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-tools-enquire:hover {
    background-color: #4b3b70;
    color: #fff;
    box-shadow: 0px 0px 0px rgb(58, 58, 58);
    transform: translateY(4px);
}

.hanging-tools-container {
    min-height: 550px;
    position: relative;
}

.hanging-tool {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    z-index: 999;
}

.rope-line {
    width: 7px;
    background-image: url('../../images/gd/rope.svg');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
}

.tool-icon {
    width: 130px;
    margin-top: -45px;
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.15));
    z-index: 2;
}

.tool-1 {
    top: -56px;
    left: 30%;
    animation: swing 6s ease-in-out infinite alternate;
    transform-origin: top center;
}

.rope-1 {
    height: 370px;
}

.tool-2 {
    top: -59px;
    left: 45%;
    animation: swing 5s ease-in-out infinite alternate-reverse;
    transform-origin: top center;
}

.rope-2 {
    height: 520px;
}

.tool-3 {
    top: -58px;
    left: 60%;
    animation: swing 7s ease-in-out infinite alternate;
    transform-origin: top center;
}

.rope-3 {
    height: 270px;
}

.tool-4 {
    top: -59px;
    left: 75%;
    animation: swing 6.5s ease-in-out infinite alternate-reverse;
    transform-origin: top center;
}

.rope-4 {
    height: 420px;
}

@keyframes swing {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

.tool-float-1 {
    animation: tiltSwing 4s infinite;
}

.tool-float-2 {
    animation: floatUp 5s infinite;
}

.tool-float-3 {
    animation: tiltSwing 6s infinite reverse;
}

.tool-float-4 {
    animation: floatDown 5s infinite;
}

/* ====================== Creative Journey Section ====================== */
.creative_journey {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.journey-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.journey-title .text-dark {
    color: #1a1a1a;
}

.journey-title .text-yellow {
    color: #FFB323;
}

.journey-card {
    padding: 30px 25px;
    border-radius: 16px;
    height: 100%;
    transition: transform 0.3s ease;
}

.journey-card:hover {
    transform: translateY(-8px);
}

.card-pink {
    background-color: #FFE0F3;
    border: 1px solid #FFCFEC;
}

.card-blue {
    background-color: #E4F9FF;
    border: 1px solid #ADECFF;
}

.card-purple {
    background-color: #EDEBFF;
    border: 1px solid #DBD7FF;
}

.card-yellow {
    background-color: #FFF6E0;
    border: 1px solid #FFE4A3;
}

.card-light-red {
    background-color: #FFE2E0;
    border: 1px solid #FFBCB7;
}

.card-green {
    background-color: #D3FFF1;
    border: 1px solid #99F3D5;
}

.journey-icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 20px;
}

.journey-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.4;
}

.journey-card-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
}

/* ====================== Testimonials Section ====================== */
.testimonials_section {
    padding: 80px 0 100px 0;
    background: linear-gradient(180deg, #614D90 0%, #FF2D62 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-title {
    font-size: 40px;
    letter-spacing: 1px;
    font-family: inherit;
}

.testimonials-slider {
    margin-top: 40px;
}

.testimonial-item {
    padding: 0 10px;
    outline: none;
}

.testimonial-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3/4;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.2); */
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.testimonial-card:hover .testimonial-img {
    transform: scale(1.05);
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.play-btn-overlay i {
    font-size: 16px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #614D90;
    line-height: 45px;
    background: #ffffff80;
    backdrop-filter: blur(5px);
    border-radius: 50px;
}

.testimonial-card:hover .play-btn-overlay {
    color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.slider-nav-wrapper .testi-prev {
    position: absolute;
    top: 63%;
    left: -40px;
    transform: translateY(-50%);
    z-index: 999;
}

.slider-nav-wrapper .testi-next {
    position: absolute;
    top: 63%;
    right: -40px;
    transform: translateY(-50%);
    z-index: 999;
}

/* Dots */
.testimonials_section .slick-dots {
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.testimonials_section .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}

.testimonials_section .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    text-indent: -9999px;
    /* hide text */
    transition: all 0.3s ease;
    border: none;
}

.testimonials_section .slick-dots li button:before {
    display: none;
}

.testimonials_section .slick-dots li.slick-active button {
    width: 25px;
    background-color: white;
    border-radius: 10px;
}

/* Youtube Modal */
.custom-youtube-modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.custom-youtube-modal.show {
    display: flex;
    animation: fadeIn 0.3s;
}

.modal-content-wrapper {
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16/9;
    position: relative;
}

.close-yt-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s;
}

.close-yt-modal:hover {
    color: #E9FA49;
}

/* ================== Placements Section ================== */
.placememts_section {
    position: relative;
    z-index: 2;
    padding: 80px 0 40px 0;
}

.placements-title {
    font-size: 40px;
    font-weight: 800;
    color: #2D2D2D;
    line-height: 1.3;
    margin-bottom: 16px;
}

.placements-slider .placement-item {
    outline: none;
    text-align: center;
    padding: 20px 10px;
    /* added padding to prevent shadow cutoff */
}

.placements-slider .placement-item img {
    display: inline-block;
    max-width: 100%;
    border-radius: 15px;
    transition: transform 0.3s ease;
    box-shadow: rgb(47 47 47 / 14%) 0px 5px 15px 0px;
}

.placements-slider .placement-item img:hover {
    transform: translateY(-5px);
}

.placement-name {
    font-size: 20px;
    font-weight: 700;
    color: #614D90;
}

/* ====================== Related Courses Section ====================== */
.related_courses {
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.related-courses-title {
    font-size: 32px;
    font-weight: 800;
    color: #2D2D2D;
    margin-bottom: 40px;
}

.rc-card {
    padding: 60px 40px 40px 40px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rc-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.rc-card-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.rc-card-desc {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 500;
    flex-grow: 1;
}

.rc-buttons {
    display: flex;
    gap: 15px;
}

.rc-buttons .btn {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #614D90;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.rc-btn-outline {
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    background: transparent !important;
}

.rc-btn-solid {
    background: #614D90 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rc-btn-solid:hover {
    background: #4b3b70 !important;
    color: #fff;
}

/* Orange Card */
.rc-orange {
    background: #FF8F27 !important;
    color: #fff;
}

.rc-orange .rc-card-title,
.rc-orange .rc-card-desc {
    color: #fff;
}

.rc-orange .rc-btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.rc-orange .rc-btn-outline:hover {
    background: #fff !important;
    color: #FF8F27;
}

/* Lime Card */
.rc-lime {
    background-color: #E9FA49;
    color: #051A2F;
}

.rc-lime .rc-card-title,
.rc-lime .rc-card-desc {
    color: #051A2F;
}

.rc-lime .rc-btn-outline {
    border: 2px solid #111;
    color: #051A2F;
}

.rc-lime .rc-btn-outline:hover {
    background: #051A2F !important;
    color: #E9FA49;
}

/* Purple Card */
.rc-purple {
    background-color: #9D89FC;
    color: #fff;
}

.rc-purple .rc-card-title,
.rc-purple .rc-card-desc {
    color: #fff;
}

.rc-purple .rc-btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.rc-purple .rc-btn-outline:hover {
    background: #fff !important;
    color: #9D89FC;
}

/* ====================== CTA Section ====================== */
.cta-section {
    margin-top: 40px;
    padding-bottom: 80px;
}

.cta-box {
    background-color: #051A2F;
    border-radius: 40px;
    padding: 100px 40px;
    position: relative;
}

.cta-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.text-lime {
    color: #E9FA49;
}

.text-teal {
    color: #1CB785;
}

.cta-spiral {
    width: 80px;
    height: auto;
    animation: floatUp 4s ease-in-out infinite;
}

.cta-desc {
    color: #fff;
    font-size: 18px;
    max-width: 850px;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 20px;
}

.pos-rel {
    position: relative;
    display: inline-block;
}

.cta-star-1 {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 25px;
}

.cta-plus {
    position: absolute;
    bottom: -6px;
    right: -10px;
    width: 25px;
}

.cta-star-2 {
    position: absolute;
    top: 0px;
    right: -13px;
    width: 25px;
}

.btn-join {
    display: inline-block;
    background-color: #614D90;
    color: #fff;
    border-radius: 14px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #000;
    box-shadow: 0px 4px 0px rgb(58, 58, 58);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-join:hover {
    background-color: #fff;
    color: #051A2F;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px rgb(58, 58, 58);
    transform: translateY(4px);
}

.btn-enquire {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border-radius: 14px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: 0px 4px 0px rgb(131, 131, 131);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-enquire:hover {
    background-color: #fff;
    color: #051A2F;
    box-shadow: 0px 0px 0px rgb(58, 58, 58);
    transform: translateY(4px);
}



.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 16px;
}


/* =============== RESPONSIVE ================ */

@media (max-width: 1400px) {
    .h-text {
        font-size: 6rem;
    }
}

@media (max-width: 1200px) {
    .h-text {
        font-size: 4.8rem;
    }

    .icon-hand {
        width: 70px;
        right: 0;
    }

    .icon-sun {
        right: -50px;
    }

    .icon-spiral {
        left: -50px;
    }
}

@media (max-width: 991px) {
    .h-text {
        font-size: 4.5rem;
    }

    .hero-desc {
        text-align: center;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-bottom-grid {
        text-align: center;
    }

    .icon-spiral {
        width: 90px;
        left: -80px;
    }

    .icon-flower {
        width: 35px;
    }

    .icon-crown {
        width: 45px;
        left: 103px;
    }

    .icon-spiral-2 {
        left: 162px;
        width: 30px;
    }

    .icon-sun {
        right: -90px;
        width: 70px;
        top: 9px;
    }

    .icon-hand {
        width: 80px;
        right: 0px;
        top: -32px;
    }

    .icon-x {
        width: 25px;
    }

    .icon-pentool-left {
        width: 45px;
        left: -80px;
    }

    .icon-x {
        width: 45px;
        right: 50px;
    }

    .icon-star-1 {
        width: 30px;
        bottom: 48px;
        right: 87px;
    }

    .icon-star-2 {
        width: 30px;
        right: 30px;
        top: -40px;
    }

    .icon-plus-2 {
        width: 30px;
        left: 36px;
        bottom: -8px;
    }

    .icon-pentool-right {
        width: 50px;
        right: -40px;
    }

    .text-yellow {
        padding-right: 0px;
    }

    .text-orange {
        padding-left: 0px;
    }

    .text-green {
        margin-right: 5px;
    }

    .hero-title-area {
        margin-bottom: 0px;
    }

    .hero-bottom-grid {
        margin-top: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-bottom-grid .row {
        flex-direction: column;
        align-items: center !important;
        gap: 20px;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .badge-ai {
        top: -15px;
        left: -33px;
    }

    .hero {
        min-height: 80vh;
    }

    .banner_substract img {
        width: 150px;
        bottom: -1px;
    }

    .bottom-curve {
        bottom: -1px;
    }

    .top-curve {
        top: -1px;
    }

    .form-card-wrapper {
        margin-left: 20px;
    }

    .form-text-content {
        text-align: center;
    }

    .inetrship_journey {
        margin-top: 40px;
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .our_courses {
        padding: 40px 0 80px 0;
    }

    .courses-qmark {
        left: 38%;
    }

    .courses-spiral {
        right: 0%;
        width: 110px;
    }

    .skilz-for-reason {
        padding: 80px 0;
    }

    .career-box {
        border-radius: 30px;
        padding: 40px 40px;
    }

    .career-desc br {
        display: none;
    }

    .cutout-right {
        right: -1px;
        height: 60px;
    }

    .cutout-left {
        left: -1px;
        height: 60px;
    }

    .cutout-top {
        top: -1px;
        height: 30px;
    }

    .rocket-child {
        top: -20px;
        right: -70px;
        width: 350px;
    }

    .career-paths {
        background-color: #fff;
        padding: 80px 0;
    }

    .design_web_top {
        width: 1400px;
    }

    .design_web_bottom {
        width: 1400px;
    }

    .doubt-main-img {
        width: 500px;
    }

    .students_work_section {
        padding: 60px 0 0 0;
    }

    .slider-nav-wrapper .custom-next {
        right: 40px;
    }

    .slider-nav-wrapper .custom-prev {
        left: 40px;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .hanging-tools-container {
        min-height: 450px;
    }

    .rope-line {
        width: 6px;
    }

    .tool-icon {
        width: 100px;
    }

    .tool-1 {
        top: -58px;
        left: 17%;
    }

    .tool-2 {
        top: -54px;
        left: 32%;
    }

    .tool-3 {
        top: -58px;
        left: 46%;
    }

    .tool-4 {
        top: -58px;
        left: 60%;
    }

    .rope-1 {
        height: 240px;
    }

    .rope-2 {
        height: 400px;
    }

    .rope-3 {
        height: 180px;
    }

    .rope-4 {
        height: 280px;
    }

    .journey-title {
        width: 80%;
        margin: 0 auto;
    }

    .journey-title br {
        display: none;
    }

    .creative_journey {
        padding: 0px 0 60px 0;
    }

    .rc-card {
        padding: 30px 30px;
        border-radius: 24px;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-box {
        border-radius: 24px;
        padding: 40px;
    }

    .cta-desc {
        font-size: 16px;
    }

    .cta-spiral {
        width: 60px;
    }

    .reason-img-wrapper {
        height: 300px;
        border-radius: 24px;
    }

    .career-title br {
        display: none;
    }


}

@media (max-width: 768px) {
    .h-text {
        font-size: 4.5rem;
    }

    .hero-bottom-grid .col-lg-7 {
        justify-content: center !important;
    }

    .hero {
        min-height: 95vh;
    }

    .doubt-title {
        font-size: 40px;
    }

    .doubt-realstar-icon {
        right: 103px;
    }

    .doubt-star-icon {
        left: 42px;
    }

    .doubt-pill {
        padding: 8px 16px;
    }

    .doubt-section {
        padding: 0px 0 60px 0;
    }

    .mentors-section {
        padding: 60px 0;
    }

    .mentors-title {
        font-size: 40px;
    }

    .mentors-star-icon {
        left: 152px;
    }

    .works-spiral {
        right: 30px;
    }

    .slider-nav-wrapper .testi-next {
        right: 0px;
    }

    .slider-nav-wrapper .testi-prev {
        left: 0px;
    }
}

@media (max-width: 576px) {
    .h-text {
        font-size: 2.5rem;
    }

    .icon-spiral {
        width: 46px;
        left: -43px;
        top: 20px;
    }

    .icon-flower {
        width: 20px;
        left: 20px;
        top: -20px;
    }

    .icon-spiral-2 {
        left: 83px;
        width: 18px;
    }

    .icon-crown {
        width: 25px;
        left: 56px;
        top: -4px;
    }

    .icon-hand {
        width: 40px;
        right: 0px;
        top: -17px;
    }

    .icon-x {
        width: 25px;
        right: 23px;
        bottom: -4px;
    }

    .icon-pentool-left {
        width: 30px;
        left: -50px;
        top: 30px;
    }

    .icon-sun {
        width: 29px;
        right: -43px;
        top: 10px;
    }

    .icon-star-1 {
        width: 16px;
        right: 42px;
        bottom: 25px;
    }

    .icon-star-2 {
        width: 16px;
        right: 14px;
        top: -23px;
    }

    .icon-plus-2 {
        width: 15px;
        left: 20px;
        bottom: -10px;
    }

    .icon-pentool-right {
        width: 30px;
        right: -40px;
    }

    .stat-card {
        width: 100%;
        margin-bottom: 20px;
        min-width: unset;
        text-align: left;
        padding: 16px 16px;
        border-radius: 16px;
    }

    .banner_substract {
        width: 200px;
        bottom: -1px;
    }

    .banner_substract img {
        width: 80px;
        bottom: -1px;
    }

    .hero-title-area {
        padding-top: 120px;
    }

    .hero {
        min-height: 80vh;
        padding-top: 0px;
    }

    .top-curve {
        height: 20px;
        top: 0px;
    }

    .bottom-curve {
        height: 20px;
        bottom: -1px;
    }

    .card-arrow {
        width: 16px;
        top: 25px;
        right: 20px;
    }

    .font-medium {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .stat-num {
        font-size: 26px;
    }

    .form_section {
        padding: 60px 0 60px 0;
    }

    .form-hand {
        top: -55px;
        left: -30px;
        width: 100px;
    }

    .form-card-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .form-text-content {
        padding-left: 20px;
    }

    .form-card {
        border-radius: 20px;
        padding: 26px;
    }

    .form-subtitle {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .form-title {
        font-size: 36px;
    }

    .form-subtitle-bottom {
        font-size: 20px;
    }

    .custom-input {
        padding: 10px 0 6px 0;
        font-size: 16px;
    }

    .btn-submit {
        border-radius: 10px;
        padding: 10px 26px;
        font-size: 16px;
    }

    .our_courses {
        padding: 60px 0 60px 0;
    }

    .courses-title {
        font-size: 32px;
    }

    .courses-qmark {
        top: 37px;
        left: 59%;
        width: 73px;
    }

    .courses-spiral {
        right: 5%;
        top: 40px;
        width: 80px;
    }

    .courses-subtitle {
        font-size: 24px;
    }

    .card-top-curve {
        height: 24px;
    }

    .card-bottom-curve {
        height: 24px;
    }

    .course-card {
        border-radius: 20px;
        padding: 32px;
        min-height: 200px;
    }

    .course-name {
        font-size: 24px;
        font-weight: 600;
    }

    .card-badge {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .card-arrow-icon {
        width: 16px;
        top: 32px;
        right: 32px;
    }

    .card-corner-icon {
        right: 0px;
        width: 24px;
    }

    .course-duration {
        font-size: 20px;
    }

    .inetrship_journey {
        margin-top: 40px;
        justify-content: start;
        flex-direction: column;
        gap: 32px;
    }

    .intern-types {
        gap: 16px;
        flex-direction: column;
        align-items: start;
    }

    .intern-types p {
        font-size: 15px;
    }

    .journey_box {
        padding: 10px 22px;
        border-radius: 13px;
        font-size: 18px;
        width: auto;
    }

    .btn-download {
        border-radius: 12px;
        padding: 12px 32px;
        font-size: 16px;
    }

    .skilz-for-reason {
        padding: 60px 0;
    }

    .reason-hand-icon {
        top: -57px;
        right: -70px;
        width: 100px;
    }

    .design_web_top {
        width: 1000px;
    }

    .design_web_bottom {
        width: 1000px;
    }

    .reason-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .reason-img-wrapper {
        border-radius: 20px;
        height: 200px;
    }

    .reason-item {
        padding: 24px 0;
    }

    .reason-content h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .reason-content p {
        font-size: 15px;
    }

    .reason-icon-box img {
        width: 40px;
        height: 40px;
    }

    .career-paths {
        padding: 60px 0;
    }

    .rocket-child {
        top: 0px;
        right: -25%;
        width: 230px;
    }

    .career-box {
        border-radius: 20px;
        padding: 35px 20px 20px;
    }

    .cutout-top {
        top: -1px;
        height: 24px;
    }

    .cutout-left {
        height: 48px;
        left: -1px;
        display: none;
    }

    .cutout-right {
        height: 48px;
        right: -1px;
        display: none;
    }

    .career-title {
        font-size: 32px;
    }

    .career-desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .career-card {
        border-radius: 10px;
        padding: 13px;
        text-align: start;
        flex-direction: row;
        justify-content: start;
        gap: 16px;
    }

    .career-icon {
        margin-bottom: 0px;
    }

    .career-card h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .title-star-1 {
        right: -8px;
        width: 18px;
    }

    .title-star-2 {
        margin-left: -65px;
        margin-top: 28px;
        width: 18px;
    }

    .plus-icon {
        top: 26px;
        left: -18px;
        width: 18px;
    }

    .doubt-section {
        padding: 0px 0 30px 0;
    }

    .doubt-qmark-icon {
        top: 0px;
        right: -52px;
        width: 73px;
    }

    .doubt-star-icon {
        top: 26px;
        left: 36px;
        width: 18px;
    }

    .doubt-realstar-icon {
        right: 35px;
        width: 18px;
    }

    .doubt-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .doubt-subtitle {
        font-size: 20px;
    }

    .doubt-main-img {
        margin-bottom: 24px;
    }

    .doubt-pill {
        position: static;
        margin-top: 8px;
    }

    .mentors-section {
        padding: 60px 0 30px 0;
    }

    .mentors-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .mentors-star-icon {
        top: 0px;
        left: 120px;
        width: 18px;
    }

    .mentors-realstar-icon {
        top: 22px;
        right: -5px;
        width: 18px;
    }

    .all_mentors {
        max-width: 100%;
        margin-top: 2rem;
    }

    .mentor-name {
        font-size: 16px;
    }

    .mentor-role {
        font-size: 13px;
    }

    .mentor_shape {
        max-width: 100%;
    }

    .mentor_shape img {
        max-width: 100%;
    }

    .slider-nav-wrapper .custom-next {
        right: 10px;
    }

    .slider-nav-wrapper .custom-prev {
        left: 10px;
    }

    .slider-nav-wrapper button {
        width: 40px;
        height: 40px;
    }

    .slider-nav-wrapper button img {
        width: 16px;
    }

    .students_work_section {
        padding: 60px 0 0 0;
    }

    .students_work_title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .students_work_title br {
        display: none;
    }

    .works-star-1 {
        top: 3px;
        right: -7px;
        width: 18px;
    }

    .works-plus {
        top: 48px;
        right: 62px;
        width: 18px;
    }

    .works-star-2 {
        top: 23px;
        right: -11px;
        width: 18px;
    }

    .works-spiral {
        right: 20px;
        top: -40px;
        width: 80px;
    }

    .hanging-tools-container {
        min-height: 450px;
    }

    .rope-line {
        width: 4px;
    }

    .tool-icon {
        width: 80px;
    }

    .tool-1 {
        top: -53px;
        left: 13%;
    }

    .tool-2 {
        top: -53px;
        left: 28%;
    }

    .tool-3 {
        top: -51px;
        left: 42%;
    }

    .tool-4 {
        top: -51px;
        left: 55%;
    }

    .rope-1 {
        height: 240px;
    }

    .rope-2 {
        height: 400px;
    }

    .rope-3 {
        height: 180px;
    }

    .rope-4 {
        height: 280px;
    }

    .tools-star-icon {
        top: 3px;
        left: -19px;
        width: 18px;
    }

    .tools-yellow-icon {
        top: 26px;
        right: -11px;
        width: 18px;
    }

    .sub_design_tools {
        top: -24px;
        right: -23px;
        width: 50px;
    }

    .btn-tools-enquire {
        border-radius: 12px;
        padding: 12px 32px;
        font-size: 16px;
    }

    .creative_journey {
        padding: 0 0px 60px 0;
    }

    .journey-title {
        font-size: 32px;
    }

    .journey-title br {
        display: none;
        width: 100%;
    }

    .tools-desc {
        font-size: 16px;
        line-height: 1.4;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .journey-card {
        padding: 24px 24px;
    }

    .journey-card-title {
        font-size: 18px;
    }

    .journey-card-desc {
        font-size: 16px;
    }

    .testimonials_section {
        padding: 60px 0 70px 0;
    }

    .testimonials-title {
        font-size: 32px;
    }

    .slider-nav-wrapper .testi-next {
        right: 5px;
    }

    .slider-nav-wrapper .testi-prev {
        left: 5px;
    }

    .placements-title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .placements-slider .placement-item {
        padding: 0px 10px;
    }

    .rc-icon {
        width: 50px;
        height: 50px;
    }

    .rc-card-title {
        font-size: 24px;
        font-weight: 600;
    }

    .rc-card-desc {
        font-size: 16px;
    }

    .rc-card {
        padding: 30px 30px;
        border-radius: 20px;
    }

    .cta-box {
        border-radius: 24px;
        padding: 40px 24px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-section {
        margin-top: 30px;
        padding-bottom: 60px;
    }
}