/* .career-clarity-college-page scope */

.career-clarity-college-page *:not(i) {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}

html {
    scroll-behavior: smooth;
}

.career-clarity-college-page .hero-1 {
    /* height: 400px; */
    height: 500px;
    width: 100%;
    /* margin-top:50px; */
    background-color: #49A5DD;
    display: flex;
    justify-content: space-between;
}

.career-clarity-college-page .hero-1-left {
    /* width: 33.33%; */
    width: 33.33%;
    /* border:2px solid red; */
}

.career-clarity-college-page .hero-1-left img {
    height: 100%;
    /* border:2px solid red; */
    margin-left: -60px;
}

.career-clarity-college-page .hero-1-left-mob {
    display: none;
}

.career-clarity-college-page .hero-1-center {
    /* width: 33.33%; */
    width: 31.33%;
    /* padding: 35px; */
    /* padding: 70px 0px; */
    padding: 100px 0px;
    margin-left: 30px;
    /* border:2px solid red; */
}

.career-clarity-college-page .hero-1-center h1 {
    color: white;
    font-weight: 800 !important;
    font-size: 1.9em;
    line-height: 50px;
    /* max-width: 400px; */
    text-shadow: 2px 2px 4px rgba(10, 0, 0, 0.3);
}

.career-clarity-college-page .hero-1-center p {
    color: white;
    /* min-width: 530px; */
    font-size: 15px;
    /* margin-top: 10px; */
    margin-top: 20px;
    font-weight: 700 !important;
}

.career-clarity-college-page .hero-1-center p a {
    color: white;
    font-size: 15px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 500;
}

.career-clarity-college-page .hero-1-right {
    /* width: 33.33%; */
    width: 22.33%;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.career-clarity-college-page .hero-1-right .form {
    height: 350px;
    /* width: 400px; */
    background-color: whitesmoke;
    margin: 20px auto;
}

.career-clarity-college-page .form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px rgba(1, 0, 0, 0.2); */
    max-width: 400px;
    width: 100%;
    height: 350px;
    /* margin-bottom: 50px; */
}

.career-clarity-college-page .form-name {
    display: flex;
    justify-content: space-between;
}

.career-clarity-college-page .form h2 {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    font-weight: 500 !important;
    font-size: 1.2em;
    color: rgb(69, 67, 67);
    white-space: nowrap;
}

.career-clarity-college-page .form-group {
    margin-bottom: 9px;
}

.career-clarity-college-page .form-group input,
.career-clarity-college-page .form-group select {
    width: 100%;
    padding: 4px;
    border: 0.1px solid #f0eaea;
    border-radius: 5px;
    font-size: 14px;
}

.career-clarity-college-page .submit-btn {
    width: 100%;
    padding: 5px;
    background-color: #fe3b39;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.career-clarity-college-page .submit-btn:hover {
    background-color: white;
    color: #fe3b39;
    border: 3px solid #fe3b39;
}

.career-clarity-college-page .card-content-height {
    min-height: 80px;
}

@media (max-width: 1024px) {
    .career-clarity-college-page .hero-1 {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        padding-bottom: 80px;
    }

    .career-clarity-college-page .hero-1-left,
    .career-clarity-college-page .hero-1-center,
    .career-clarity-college-page .hero-1-right {
        width: 100%;
        text-align: center;
        margin-top: -20px;
    }

    .career-clarity-college-page .hero-1-right {
        margin-top: 20px;
    }

    .career-clarity-college-page .hero-1-left img {
        height: auto;
        width: 100%;
        margin-left: -150px;
    }

    .career-clarity-college-page .hero-1-center p {
        min-width: auto;
        width: 90%;
        margin: 0 auto;
    }

    .career-clarity-college-page .hero-1-right .form {
        width: 70%;
    }
}

/* For mobile phones */
@media (max-width: 480px) {
    .career-clarity-college-page .a {
        width: 90%;
        margin-top: 15px;
    }

    .career-clarity-college-page a {
        text-align: center;
    }

    .career-clarity-college-page .hero-1-center h1 {
        font-size: 28px;
        /* line-height: 35px; */
        line-height: 25px;
        /* margin-top:50px; */
    }

    .career-clarity-college-page .hero-1-center p {
        font-size: 13px;
        width: 100%;
        /* margin:-20px; */
    }

    .career-clarity-college-page .hero-1-right .form {
        width: 100%;
        margin: 0 auto;
        margin-left: 25px;
        margin-top: -40px;
    }

    .career-clarity-college-page .hero-1-left-mob img {
        height: 300px;
        width: 380px;
        margin: 0 auto;
        /* made-changes styling added */
        margin-bottom: -20px;
        /* border:2px solid red; */
    }

    .career-clarity-college-page .hero-1-left-mob {
        display: block;
        /* height: 400px; */
        height: 300px;
        /* width: 390px; */
        width: 380px;
        /* made-changes styling added */
        padding: 0px;
        margin-bottom: -20px;
        /* border:2px solid red; */
    }

    .career-clarity-college-page .hero-1-left {
        display: none;
    }

    .career-clarity-college-page .hero-1-center-mob {
        display: block !important;
    }

    .career-clarity-college-page .hero-1-center {
        display: none;
    }

    .career-clarity-college-page .hero-1-center-mob h1 {
        color: white;
        text-align: center;
        /* border:2px solid red; */
        margin-top: 50px;
        font-weight: 700 !important;
        font-size: 30px;
        line-height: 50px;
        max-width: 400px;
        text-shadow: 2px 2px 4px rgba(10, 0, 0, 0.3);
    }

    .career-clarity-college-page .hero-1-center-mob p {
        color: white;
        max-width: 400px;
        font-size: 1.1em;
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(10, 0, 0, 0.3);
    }

    .career-clarity-college-page .hero-1 {
        height: 1200px;
    }

    .career-clarity-college-page .buttons {
        width: 80%;
        margin-top: 10px;
    }

    .career-clarity-college-page .buttons>a {
        /* border: 2px solid red; */
        /* margin: 0 auto; */
        width: 90%;
    }
}

/* hero-2 */

.career-clarity-college-page .hero-2 {
    max-width: 1300px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    /* border: 2px solid red; */
    padding-top: 50px;
}

.career-clarity-college-page .hero-2 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}

.career-clarity-college-page .hero-2 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    font-weight: 800 !important;
}

.career-clarity-college-page .hero-2 h4 a {
    text-decoration: none;
    color: black;
    font-weight: 700 !important;
}

.career-clarity-college-page .hero-2 h4 a:hover {
    text-decoration: none;
    color: rgb(123, 56, 123);
}

/* Tablet */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-2 h1 {
        font-size: 32px;
    }

    .career-clarity-college-page .hero-2 h4 {
        font-size: 14px;
        width: 90%;
    }
}

/* Phone */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-2 {
        width: 90%;
        padding-top: 30px;
    }

    .career-clarity-college-page .hero-2 h1 {
        font-size: 28px;
    }

    .career-clarity-college-page .hero-2 h4 {
        font-size: 15px;
        width: 90%;
    }
}


/* hero-3 */

.career-clarity-college-page .hero-3 {
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-width: 1300px;
    margin-bottom: 70px;
    /*    padding-top: 50px;
*/
}

.career-clarity-college-page .hero-3 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}

.career-clarity-college-page .hero-3 h5 {
    text-align: center;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.career-clarity-college-page .hero-3 h5 a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

.career-clarity-college-page .hero-3 h5 a:hover {
    text-decoration: none;
    color: rgb(123, 56, 123);
}

.career-clarity-college-page .hero-3-mid {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    width: 97%;
}

.career-clarity-college-page .hero-3-mid-left {
    display: flex;
    flex-direction: row;
}

.career-clarity-college-page .hero-3-mid-left img {
    height: 300px;
    border-radius: 50%;
}

.career-clarity-college-page .hero-3-mid-right {
    display: flex;
    flex-direction: row;
    /* border: 2px solid red; */
    height: 380px;
}

.career-clarity-college-page .hero-3-card {
    /* border: 2px solid rgb(103, 99, 99); */
    box-shadow: 5px 2px 20px rgb(103, 99, 99);
    min-height: 180px;
    margin-top: 100px;
    width: 70vw;
    padding: 10px;
    padding-left: 18px;
    border-radius: 10px;
    position: relative;
    background-color: #f0eaea;
    right: 70px;
    top: 15px;
}

.career-clarity-college-page .hero-3-card ul li {
    /* border: 2px solid red; */
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgb(74, 71, 71);
    /* margin-bottom: 10px; */

}

.career-clarity-college-page .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 5px solid rgb(74, 71, 71);
    margin-right: 15px;
}

.career-clarity-college-page .hero-3-card p {
    font-size: 20px;
    color: rgb(74, 71, 71);
    padding-top: 5px;
}

.career-clarity-college-page .hero-3-card p a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

.career-clarity-college-page .hero-3-card p a:hover {
    color: rgb(127, 80, 158);
}

.career-clarity-college-page .hero-3-bottom {
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
}

.career-clarity-college-page .hero-3-bottom a {
    text-decoration: none;
    font-weight: 800 !important;
    padding: 15px 35px;
    color: white;
    background-color: #F00A0A;
    font-size: 18px;
    border-radius: 7px;
    font-weight: bolder;

}

/* Tablet */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-3 h1 {
        font-size: 32px;
    }

    .career-clarity-college-page .hero-3 h5 {
        font-size: 14px;
        width: 90%;
    }

    .career-clarity-college-page .hero-3-mid {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        width: 100%;
    }

    .career-clarity-college-page .hero-3-mid-left img {
        height: 250px;
        width: 250px;
    }

    .career-clarity-college-page .hero-3-mid-right {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

    .career-clarity-college-page .hero-3-card {
        width: 90%;
        margin-top: 20px;
        right: 0;
        top: 0;
        padding: 20px;
        font-size: 16px;
    }

    .career-clarity-college-page .hero-3-card ul li {
        font-size: 16px;
    }

    .career-clarity-college-page .hero-3-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .career-clarity-college-page .hero-3-bottom a {
        font-size: 16px;
        padding: 10px 30px;
    }
}

/* Phone */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-3 {
        width: 80%;
        padding-top: 30px;
    }

    .career-clarity-college-page .hero-3 h1 {
        font-size: 28px;
    }

    .career-clarity-college-page .hero-3 h5 {
        font-size: 20px;
        width: 90%;
    }

    .career-clarity-college-page .hero-3-mid {
        width: 100%;
    }

    .career-clarity-college-page .hero-3-mid-left img {
        height: 200px;
        width: 200px;
    }

    .career-clarity-college-page .hero-3-card {
        width: 95%;
        margin-top: 20px;
        padding: 15px;
        font-size: 14px;
        height: 350px;
    }

    .career-clarity-college-page .hero-3-card ul li {
        font-size: 14px;
    }

    .career-clarity-college-page .dot {
        height: 4px;
        width: 4px;
        border: 4px solid rgb(74, 71, 71);
    }

    .career-clarity-college-page .hero-3-card p {
        font-size: 16px;
    }

    .career-clarity-college-page .hero-3-bottom {
        flex-direction: column;
        gap: 10px;
        margin-top: 50px;
    }

    .career-clarity-college-page .hero-3-bottom a {
        font-size: 14px;
        padding: 10px 25px;
        width: 100%;
        text-align: center;
    }

}

/* hero-4 */

.career-clarity-college-page .hero-4 {
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-width: 1300px;
    /*    padding-top: 50px;
*/
}

.career-clarity-college-page .hero-4 h1 {
    text-align: center;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 50px;
    max-width: 1300px;
    font-weight: 800 !important;

}

.career-clarity-college-page .hero-4 h5 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.career-clarity-college-page .hero-4 h5 a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

.career-clarity-college-page .hero-4 h5 a:hover {
    color: rgb(116, 116, 150);
}

.career-clarity-college-page .hero-4-bottom {
    display: flex;
}

.career-clarity-college-page .hero-4-left {
    width: 44%;
    /* border: 2px solid red; */
    display: flex;
    justify-content: right;

}

.career-clarity-college-page .hero-4-left img {
    height: 450px;
}

.career-clarity-college-page .hero-4-right {
    width: 50%;
    /* border: 2px solid red; */
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #404145;
    padding-top: 80px;
}

.career-clarity-college-page .circle {
    height: 12px;
    width: 12px;
    border: 4px solid rgb(34, 32, 32);
    margin-right: 15px;
    border-radius: 50%;
}

.career-clarity-college-page .hero-4-right>.hero-2-left li {
    line-height: 40px;
    width: 100%;
    font-size: 20px;
    color: black;
    list-style: none;
    display: flex;
    align-items: center;
}

.career-clarity-college-page .hero-4-button {
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

.career-clarity-college-page .hero-4-button a {
    text-decoration: none;
    font-weight: 800 !important;
    padding: 15px 35px;
    color: white;
    background-color: #F00A0A;
    font-size: 18px;
    border-radius: 7px;
    font-weight: bolder;

}

/* Desktop styles are already covered, so focusing on responsive breakpoints */

/* Tablet */
@media only screen and (max-width: 1024px) {
    .career-clarity-college-page .hero-4-bottom {
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .hero-4-left {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .career-clarity-college-page .hero-4-left img {
        height: 350px;
    }

    .career-clarity-college-page .hero-4-right {
        width: 100%;
        padding-top: 40px;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .career-clarity-college-page .hero-4 h1 {
        font-size: 30px;
    }

    .career-clarity-college-page .hero-4 h5 {
        font-size: 18px;
        width: 90%;
    }

    .career-clarity-college-page .hero-4-left img {
        height: 250px;
    }

    .career-clarity-college-page .hero-4-right {
        width: 100%;
        padding-top: 20px;
    }

    .career-clarity-college-page .hero-4-right>.hero-2-left li {
        font-size: 16px;
        line-height: 30px;
    }
}

/* Small Mobile */
@media only screen and (max-width: 480px) {
    .career-clarity-college-page .hero-4 h1 {
        font-size: 28px;
    }

    .career-clarity-college-page .hero-4 h5 {
        font-size: 16px;
    }

    .career-clarity-college-page .hero-4-left img {
        height: 300px;
    }

    .career-clarity-college-page .hero-4-right {
        padding-top: 10px;
    }

    .career-clarity-college-page .hero-4-right>.hero-2-left li {
        font-size: 14px;
    }

    .career-clarity-college-page .hero-4-button {
        flex-direction: column;
        gap: 10px;
        margin-top: 50px;
    }

    .career-clarity-college-page .hero-4-button a {
        font-size: 14px;
        padding: 10px 25px;
        width: 100%;
        text-align: center;
    }
}

/* hero-5 */


.career-clarity-college-page .hero-5 {
    /*    height: 900px;
*/
    width: 100%;
    max-width: 1300px;
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}

.career-clarity-college-page .hero-5 h1 {
    color: #F00A0A;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 800 !important;
}

.career-clarity-college-page .hero-5-bottom {
    /* border: 2px solid blue; */
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
}

.career-clarity-college-page .hero-5-bottom-top {
    display: flex;
    align-items: center;
}

.career-clarity-college-page .hero-5-bottom-bottom {
    display: flex;
    width: 100%;
    flex-direction: row;
    /* border: 2px solid blue; */
    justify-content: center;
}

.career-clarity-college-page .hero-5-bottom-left {
    width: 33.33%;
    height: 100%;
    /* border: 2px solid blue; */
}

.career-clarity-college-page .hero-5-bottom-left-inner-block {
    display: flex;
    flex-direction: row;
    height: 33.33%;
}

.career-clarity-college-page .hero-5-bottom-left-inner-left {
    width: 30%;
    display: flex;
    justify-content: center;
}

.career-clarity-college-page .hero-5-bottom-left-inner-right {
    /* border: 2px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career-clarity-college-page .hero-5-bottom-left-inner-right h2 {
    font-size: 22px;
    max-width: 280px;
    font-weight: 500 !important;
}

.career-clarity-college-page .hero-5-bottom-left-inner-right h4 {
    font-size: 16px;
    max-width: 450px;
}

.career-clarity-college-page .hero-5-bottom-left-inner-left h2 {
    color: black;
    font-size: 45px;
    font-weight: 800 !important;
}

.career-clarity-college-page .hero-5-bottom-center {
    width: 33.33%;
    padding-left: 60px;
    height: 80%;
}

.career-clarity-college-page .hero-5-bottom-center img {
    width: 250px;

}

.career-clarity-college-page .hero-5-bottom-right {
    width: 33.33%;
    /* border: 2px solid blue; */
    height: 100%;
}

.career-clarity-college-page #hero-5-bottom-right h2 {
    text-align: right;
    font-weight: 800 !important;
}

.career-clarity-college-page .hero-5-button {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    align-items: center;
}

.career-clarity-college-page .hero-5-bottom-left-inner-right h2 {
    font-weight: 800 !important;

}

.career-clarity-college-page .hero-5-button a {
    text-decoration: none;
    text-align: center;
    padding: .5em 1em;
    color: white;
    background-color: #F00A0A;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 800 !important;

}

/* Default styles are for Desktop */

/* Tablet */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-5 {
        margin: 50px auto;
    }

    .career-clarity-college-page .hero-5 h1 {
        font-size: 35px;
        text-align: center;
    }

    .career-clarity-college-page .hero-5-bottom {
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .hero-5-bottom-left,
    .career-clarity-college-page .hero-5-bottom-right {
        width: 100%;
        height: auto;
    }

    .career-clarity-college-page .hero-5-bottom-center {
        padding-left: 0;
        margin: 30px 0;
        text-align: center;
    }

    .career-clarity-college-page .hero-5-bottom-center img {
        width: 200px;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-right h2,
    .career-clarity-college-page #hero-5-bottom-right h2 {
        font-size: 22px;
        text-align: center;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-right h4,
    .career-clarity-college-page #hero-5-bottom-right h4 {
        font-size: 14px;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-5 h1 {
        font-size: 28px;
        text-align: center;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-block {
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-left {
        margin-bottom: 10px;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-right h2,
    .career-clarity-college-page #hero-5-bottom-right h2 {
        font-size: 18px;
        text-align: center;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-right h4,
    .career-clarity-college-page #hero-5-bottom-right h4 {
        font-size: 15px;
        text-align: center;
        font-weight: 600;
    }

    .career-clarity-college-page .hero-5-bottom-center img {
        width: 150px;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .career-clarity-college-page .hero-5 {
        margin: 30px auto;
        padding: 0 10px;
    }

    .career-clarity-college-page .hero-5 h1 {
        font-size: 28px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .hero-5-bottom-center img {
        width: 120px;
    }

    .career-clarity-college-page .hero-5-bottom-left-inner-right h2 {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
        /* border: 2px solid red; */
    }

    .career-clarity-college-page .hero-5-bottom-top {
        display: flex;
        flex-direction: column;

    }

    .career-clarity-college-page #abcd {
        margin-top: 20px;
    }

    .career-clarity-college-page .abcd {
        margin-top: 50px;
    }

    .career-clarity-college-page .hero-5-bottom-top>.hero-5-bottom-center {
        /* border: 2px solid red; */
        width: 100%;
    }

    .career-clarity-college-page .hero-5-bottom-top>.hero-5-bottom-left {
        /* border: 2px solid red; */
        width: 100%;
    }

    .career-clarity-college-page .hero-5-bottom-top>.hero-5-bottom-right {
        /* border: 2px solid red; */
        width: 100%;
        align-items: center;
    }

    .career-clarity-college-page #hero-5-bottom-right-inner-block {
        display: flex;
        flex-direction: column-reverse;
    }

    .career-clarity-college-page .hero-5-bottom-center {
        margin-top: 50px;
        margin-bottom: -30px;
    }

    .career-clarity-college-page .hero-5-bottom-center img {
        height: 500px;
        width: 250px;
    }

    .career-clarity-college-page .hero-5-bottom-bottom>.hero-5-button {
        display: flex;
        flex-direction: column;

    }

    .career-clarity-college-page .hero-5-bottom-bottom>.hero-5-button a {
        width: 100%;

    }

    .career-clarity-college-page .hero-5-bottom-bottom {
        margin-top: 50px;

    }
}


/* hero-6 */

.career-clarity-college-page .hero-6 {
    width: 90%;
    height: auto;
    max-width: 1300px;
    margin: 0 auto;

    /* border: 2px solid red; */
    /*    margin-top: -100px;
*/
}

.career-clarity-college-page .hero-6 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;

}

.career-clarity-college-page .hero-6 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;

}

.career-clarity-college-page #hero-6-center-card {
    background-color: #F00A0A;
    color: white;
}

.career-clarity-college-page #hero-6-center-card h1 {

    color: white;
}

.career-clarity-college-page #hero-6-center-card h2 {

    color: white;
}

.career-clarity-college-page .hero-6-cards {
    /* border:2px solid red; */
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 40px;
    margin-top: 50px;

}

.career-clarity-college-page .hero-6-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 400px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 1, 1);
}

.career-clarity-college-page .hero-6-card-top {
    height: 30%;
    align-items: center;
    display: flex;
    /* border:2px solid red; */
}

.career-clarity-college-page .hero-6-card-top h1 {
    text-align: center;
    font-size: 25px;
    color: #666666;
}

.career-clarity-college-page .hero-6-card-bottom {
    height: 28%;
    align-items: center;
    display: flex;
    /* border:2px solid red; */
    margin-top: 20px;
}

.career-clarity-college-page .hero-6-card-bottom h2 {
    text-align: center;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    width: 70%;
    color: #313131;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.career-clarity-college-page #inner-card {
    width: 10%;
    height: 5%;
    border-bottom: 3px solid black;
    margin-top: -10px;
}

.career-clarity-college-page #inner-card-center {
    border-bottom: 2px solid white;
    font-size: 15px;
}

.career-clarity-college-page .inner-card-center {
    border-bottom: 2px solid white;
    width: 10%;
}


/* Tablet */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-6 h1 {
        font-size: 32px;
    }

    .career-clarity-college-page .hero-6 h4 {
        font-size: 14px;
        width: 90%;
    }


    .career-clarity-college-page .hero-6-cards {
        width: 90%;
    }

    .career-clarity-college-page .hero-6-card {
        width: 250px;
        height: 350px;
    }

    .career-clarity-college-page .hero-6-card-top h1 {
        font-size: 50px;
    }

    .career-clarity-college-page .hero-6-card-bottom h2 {
        font-size: 18px;
    }
}

/* Phone */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-6 {
        width: 100%;
        /*        padding-top: 150px;
*/
    }

    .career-clarity-college-page .hero-6 h1 {
        font-size: 28px;
    }

    .career-clarity-college-page .hero-6 h4 {
        font-size: 14px;
        width: 90%;
    }

    .career-clarity-college-page .hero-6-cards {
        width: 100%;
        flex-direction: column;
        /* Stack cards vertically */
        align-items: center;
        margin-top: 30px;
    }

    .career-clarity-college-page .hero-6-card {
        width: 80%;
        height: auto;
    }

    .career-clarity-college-page .hero-6-card-top h1 {
        font-size: 40px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .hero-6-card-bottom h2 {
        font-weight: 800 !important;
        font-size: 16px;
    }
}

/* Small Phone */
@media (max-width: 480px) {
    .career-clarity-college-page .hero-6 h1 {
        /*        font-size: 34px;

*/
        font-weight: 800 !important;
        font-size: 28px;

        /* margin-top: 100px; */

    }

    /* .hero-6{
        margin-top: 1100px;
    }*/


    .career-clarity-college-page .hero-6 h4 {
        font-size: 14px;
        width: 95%;
    }

    .career-clarity-college-page .hero-6-cards {
        width: 90%;
        height: auto;
    }

    .career-clarity-college-page .hero-6-card {
        width: 90%;
        height: 400px;
        margin-bottom: 50px;
    }

    .career-clarity-college-page .hero-6-card-top h1 {
        font-size: 35px;
        width: 90%;
        margin: 0 auto;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .hero-6-card-bottom h2 {
        font-size: 20px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .inner-card-center {
        border-bottom: 2px solid white;
        width: 10%;
    }
}


/* hero-7 */

.career-clarity-college-page .hero-7 {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    /*    margin-top: 100px;
*/
    height: 650px;
}

.career-clarity-college-page .hero-7 h1 {
    color: #F00A0A;
    text-align: center;
    font-size: 28px;
    font-weight: 800 !important;
}

.career-clarity-college-page .hero-7 h4 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.career-clarity-college-page .hero-7-bottom {
    width: 100%;
    height: 500px;
    /* border: 2px solid red; */
    margin-top: 50px;
    font-weight: 800 !important;
}

.career-clarity-college-page .hero-7-row {
    width: 90%;
    /* border: 2px solid red; */
    display: flex;
    margin: 0 auto;
}

.career-clarity-college-page .hero-7-row-block {
    width: 100%;
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.career-clarity-college-page .hero-7-row-block-i {
    background-color: white;
}

.career-clarity-college-page .hero-7-row-block-i .fa-solid {
    font-size: 70px;
    color: red;
}

.career-clarity-college-page .hero-7-row-block h2 {
    font-size: 25px;
    color: white;
    padding: 15px 22px;
}

.career-clarity-college-page .hero-7-row-block h4 {
    font-size: 15px;
    color: #3f444a;
    text-transform: capitalize;
    max-width: 180px;
    padding-top: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .career-clarity-college-page .hero-7 {
        width: 90%;
        height: auto;
        margin-top: 100px;
    }

    .career-clarity-college-page .hero-7 h1 {
        font-size: 36px;
    }

    .career-clarity-college-page .hero-7 h4 {
        font-size: 24px;
    }

    .career-clarity-college-page .hero-7-bottom {
        height: auto;
    }

    .career-clarity-college-page .hero-7-row {
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .hero-7-row-block {
        width: 100%;
        padding: 20px;
    }
}

.career-clarity-college-page .hero-7-row-block h2 {
    font-size: 22px;
}

.career-clarity-college-page .hero-7-row-block h4 {
    font-size: 14px;
    max-width: 220px;
}

@media (max-width: 480px) {
    .career-clarity-college-page .hero-7 {
        width: 95%;
        height: auto;
        margin-top: 20px;
    }

    .career-clarity-college-page .hero-7 h1 {
        /*        font-size: 45px;
*/
        font-weight: 800 !important;
        font-size: 28px;
    }

    .career-clarity-college-page .hero-7 h4 {
        font-size: 20px;
        height: 50px;
    }

    .career-clarity-college-page .hero-7-bottom {
        height: auto;
        display: flex;
        margin-top: 100px;
    }

    .career-clarity-college-page .hero-7-row {
        flex-direction: column;
    }

    .career-clarity-college-page .hero-7-row-block {
        width: 100%;
        padding: 15px;
    }

    .career-clarity-college-page .hero-7-row-block h4 {
        font-size: 20px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .hero-7-row-block h4 {
        font-size: 12px;
        max-width: 240px;
    }
}


/* hero-8 */

.career-clarity-college-page .hero-8 {
    /*    height: 490px;
*/
    width: 80%;
    margin: 0 auto;
    max-width: 1350px;
}

.career-clarity-college-page .hero-8 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    font-weight: 700;
}

.career-clarity-college-page .hero-8 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.career-clarity-college-page .hero-8 :nth-child(1) {
    margin-top: 20px;
}

.career-clarity-college-page #hero-8-h1 {
    margin-top: 45px;
}

.career-clarity-college-page .screenshots {
    border: 2px solid rgb(0, 0, 0);
    margin: 0 auto;
    width: 88%;

}

.career-clarity-college-page .hero-8-row {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 85%;
}

.career-clarity-college-page .hero-8-row img {
    height: 100px;
    width: 200px;
}

.career-clarity-college-page #hero-8-h4 {
    max-width: 500px;
    margin-top: 50px;
    color: #303F8A;
}

.career-clarity-college-page .hero-8-button {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;

    align-items: center;
    width: 90%;
    height: 100px;
    margin: 0 auto;
}

.career-clarity-college-page .hero-8-button a {
    text-decoration: none;
    text-align: center;
    padding: 15px 35px;
    color: white;
    background-color: #F00A0A;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 800 !important;
    margin-top: 50px;
    justify-content: center;
    didpaly: flex;
    /* width: 90%; */

}

/* Tablet styles */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-4 {
        width: 90%;
    }

    .career-clarity-college-page .hero-8 h1 {
        font-size: 32px;
    }

    .career-clarity-college-page .hero-8 h4 {
        width: 85%;
        font-size: 14px;
    }

    .career-clarity-college-page .hero-8 #hero-8-h1 {
        margin-top: 30px;
    }

    .career-clarity-college-page .hero-8-screenshots {
        width: 90%;
    }

    .career-clarity-college-page .hero-8-row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .career-clarity-college-page .hero-8-row img {
        height: 80px;
        width: 160px;
        margin-bottom: 10px;
    }

    .career-clarity-college-page #hero-8-h4 {
        max-width: 100%;
    }
}

/* Mobile styles */
@media (max-width: 480px) {
    .career-clarity-college-page .hero-8 {
        width: 90%;
        margin-top: 20px;
        margin: 0 auto;
    }

    .career-clarity-college-page .hero-8 h1 {
        /*        font-size: 45px;
*/
        font-weight: 800 !important;
        font-size: 28px;
    }

    .career-clarity-college-page .hero-8 h4 {
        width: 95%;
        font-size: 18px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .hero-8 #hero-4-h1 {
        margin-top: 40px;
        line-height: 35px;
        max-width: 100%;

    }

    .career-clarity-college-page .hero-8-screenshots {
        width: 95%;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .career-clarity-college-page .hero-8-row {
        flex-direction: column;
        align-items: center;
        width: 50%;

    }

    .career-clarity-college-page .hero-8-row img {
        height: 80px;
        width: 160px;
        margin-bottom: 10px;
    }

    .career-clarity-college-page #hero-8-h4 {
        max-width: 100%;
        font-size: 22px;
        color: #303F8A;
    }
}


/* hero-9 */

.career-clarity-college-page .hero-9 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1300px;
    padding-top: 50px;
    font-weight: 600;
}

.career-clarity-college-page .hero-9 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;

}

.career-clarity-college-page .hero-9 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    /*    font-weight: 400;
*/
    margin-bottom: 40px;
}

.career-clarity-college-page .yt-videos {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.career-clarity-college-page .yt-videos iframe {
    width: 48%;
}

/* Tablet */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-9 h1 {
        font-size: 32px;
    }

    .career-clarity-college-page .hero-9 h4 {
        font-size: 14px;
        width: 90%;
    }

    .career-clarity-college-page .yt-videos {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .yt-videos iframe {
        width: 100%;
        max-width: 560px;
        /* Optional: Ensure iframe does not exceed max width */
    }
}

/* Phone */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-9 {
        width: 100%;
        padding-top: 30px;
    }

    .career-clarity-college-page .hero-9 h1 {
        font-size: 28px;
    }

    .career-clarity-college-page .hero-9 h4 {
        font-size: 14px;
        width: 95%;
    }

    .career-clarity-college-page .yt-videos {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .yt-videos iframe {
        width: 100%;
        max-width: 560px;
        /* Optional: Ensure iframe does not exceed max width */
    }
}

/* Small Phone */
@media (max-width: 480px) {
    .career-clarity-college-page .hero-9 h1 {
        /*        font-size: 40px;
*/
        font-weight: 800 !important;
        font-size: 28px;
    }

    /*.hero-9{
        margin-top: 280px;
    }*/

    .career-clarity-college-page .hero-9 h4 {
        font-size: 18px;
        width: 90%;
        margin-bottom: 0px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .yt-videos {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .yt-videos iframe {
        width: 80%;
        height: auto;
        /* Maintain aspect ratio */
        margin-top: 50px;
        height: 200px;
    }
}

/* hero-10 */


.career-clarity-college-page .hero-10 {
    /* height: 800px; */
    width: 80%;
    /* border: 2px solid red; */
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    /* margin-top: 60px; */
    /* justify-content: center; */
}

.career-clarity-college-page .hero-10 h1 {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600 !important;
}

.career-clarity-college-page .cards {
    /* height: 500px; */
    width: 90%;
    /* border: 2px solid red; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: start;
    gap: 30px;
}

.career-clarity-college-page .card-1 {
    /* height: 500px; */
    width: 33%;
    border: 2px solid white;
    /* margin: auto; */
    display: flex;
    /* padding:20px; */
    flex-direction: column;
    transition: transform 0.5s ease;
}

.career-clarity-college-page .card-1:hover {
    transform: scale(1.1);
}

.career-clarity-college-page .card-head {
    /* height: 100px; */
    /* height: 100px;/ */
    /* border: 2px solid blue; */
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    background-color: #49A5DD;
    align-items: center;
}

.career-clarity-college-page .card-head h2 {
    color: white;
    /* font-size: 12px; */
    font-weight: 400;

}

.career-clarity-college-page .card-head h5 {
    color: white;
    /* font-size: 12px; */
    font-weight: 400;


}

.career-clarity-college-page .card-body {
    /* height: 550px; */
    /* border: 2px solid blue; */
    display: flex;
    justify-content: top;
    align-items: center;
    flex-direction: column;
    /* padding:20px 0px; */
    background-color: #EDE3E3;
    /* padding-top: 20px; */
}

.career-clarity-college-page .card-body h1 {
    font-size: 50px;
    font-weight: 350;
    /* made-changes remove margin-bottom */
    /* margin-bottom: -10px; */
    text-decoration: line-through;
    color: #555555;
    margin-top: 10px;
}

.career-clarity-college-page .card-body h2 {
    color: #555555;
    font-size: 55px;
    font-weight: 500;
    display: flex;
    /* made-changes add margin-bottom */
    /* margin-bottom: 20px; */
    /* align-items:top ; */
}

.career-clarity-college-page .card-body h2 i {
    font-size: 15px;
    margin-top: 15px;
}

.career-clarity-college-page .links ul li {
    /* text-decoration:underline; */
    list-style: none;
    font-size: 12px;
    max-width: 400px;
    color: black;
    /* border: 2px solid red; */
    line-height: 30px;
    border-bottom: 1px solid black;
}

.career-clarity-college-page .links ul li i {
    margin-right: 10px;
    font-size: 15px;
    color: black;
}

.career-clarity-college-page .card-body a {
    /* height: 25px;
    width: 40px; */
    background-color: #49A5DD;
    color: white;
    font-size: 12px;
    padding: 8px 25px;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* For tablets and below */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-10 {
        width: 90%;
        height: auto;
        /* margin-top: 1050px; */
    }

    .career-clarity-college-page .cards {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .career-clarity-college-page .card-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .career-clarity-college-page .card-body h1 {
        font-size: 40px;
    }

    .career-clarity-college-page .card-body h2 {
        font-size: 45px;
    }
}




/* For small mobile phones */
@media (max-width: 480px) {
    .career-clarity-college-page .hero-10 {
        width: 95%;
        /* margin-top: 50px; */
        /* border:2px solid red; */
    }

    .career-clarity-college-page .hero-10 h1 {
        font-size: 28px;
        margin: 40px auto;
        /* margin-top:20px; */
        /* border:2px solid red; */

    }

    .career-clarity-college-page .card-1 {
        transition: none;
    }

    .career-clarity-college-page .card-1:hover {
        transform: scale(1);
    }

    .career-clarity-college-page .cards {
        margin-top: 0px;
        width: 90%;
    }

    .career-clarity-college-page .card-head {
        padding: 25px 20px;

    }

    /* .card-head h2{
        font-size:20px;
    } */

    .career-clarity-college-page .card-body h1 {
        font-size: 70px;
    }

    .career-clarity-college-page .card-body h2 {
        font-size: 70px;
        margin-top: -20px;
        /* border:2px solid red; */
        margin-top: -30px;
        margin-bottom: 20px;
    }

    .career-clarity-college-page .links ul li {
        font-size: 14px;
        line-height: 45px;
    }

    .career-clarity-college-page .card-body a {
        font-size: 20px;
        /* padding: 5px 15px; */
        padding: 10px 15px;
        /* margin-top: 20px; */
        margin-top: 40px;
        /* margin-bottom: 20px; */
        margin-bottom: 40px;
        border-radius: 5px;
    }
}

/* hero-11 */

.career-clarity-college-page .hero-11 {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    margin-top: 80px;
}

.career-clarity-college-page .hero-11 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    font-weight: 700;
}

.career-clarity-college-page .hero-11 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: -10px;
    font-weight: 700 !important;
}


.career-clarity-college-page .universities>.universities-row {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.career-clarity-college-page .universities>.universities-row img {
    /* border: 2px solid red; */
    width: 70px;
}

.career-clarity-college-page #hero-11-bottom {
    margin-top: 70px;
}

.career-clarity-college-page .hero-11-button {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.career-clarity-college-page .hero-11-button a {
    text-decoration: none;
    text-align: center;
    padding: 15px 35px;
    color: white;
    background-color: #F00A0A;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 800 !important;
    /* width: 90%; */

}

/* Tablet (768px to 1024px) */
@media (max-width: 1024px) {
    .career-clarity-college-page .hero-11 {
        width: 95%;
    }

    .career-clarity-college-page .hero-11 h1 {
        font-size: 35px;
    }

    .career-clarity-college-page .hero-11 h4 {
        font-size: 14px;
        width: 90%;
    }

    .career-clarity-college-page .universities>.universities-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .career-clarity-college-page .universities>.universities-row img {
        width: 90px;
        margin: 5px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .career-clarity-college-page .hero-11 {
        width: 100%;
        margin-top: 20px;
    }

    .career-clarity-college-page .hero-11 h1 {
        font-size: 30px;
        font-weight: 700 !important;
    }

    .career-clarity-college-page .hero-11 h4 {
        font-size: 16px;
        width: 90%;
        margin-bottom: 25px;
        font-weight: 700 !important;
    }

    .career-clarity-college-page .universities>.universities-row {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .career-clarity-college-page .universities>.universities-row img {
        width: 30px;
        /* margin: 5px 0; */
    }

    .career-clarity-college-page .hero-11-button {
        flex-direction: column;

    }

    .career-clarity-college-page .hero-11-button a {
        width: 90%;
        font-weight: 800 !important;
    }

}

/* hero-12 */

.career-clarity-college-page .hero-12 {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1300px;
}

.career-clarity-college-page .hero-12 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #F00A0A;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;

}

.career-clarity-college-page .hero-12 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800 !important;
}

.career-clarity-college-page .awards {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.career-clarity-college-page .award-row {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.career-clarity-college-page .award {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 200px;
}

.career-clarity-college-page .award img {
    width: 150px;
    height: 130px;
}

.career-clarity-college-page .award h5 {
    color: #303F8A;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    max-width: 180px;
}

.career-clarity-college-page .award-row-h5 {
    display: flex;
    align-items: center;
    font-weight: 800 !important;
    height: 80px;
}

.career-clarity-college-page .award-row-h5 h5 {

    font-weight: 800 !important;

}

.career-clarity-college-page .hero-12-button {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.career-clarity-college-page .hero-12-button a {
    text-decoration: none;
    text-align: center;
    padding: 15px 35px;
    color: white;
    background-color: #F00A0A;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 800 !important;


}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .career-clarity-college-page .hero-12 {
        width: 90%;
        margin-top: 60px;
    }

    .career-clarity-college-page .hero-12 h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .career-clarity-college-page .hero-12 h4 {
        width: 90%;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .career-clarity-college-page .awards {
        width: 100%;
    }

    .career-clarity-college-page .award-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .career-clarity-college-page .award {
        width: 150px;
    }

    .career-clarity-college-page .award img {
        width: 120px;
        height: 100px;
    }

    .career-clarity-college-page .award h5 {
        font-size: 14px;
        max-width: 140px;
    }
}

/* Responsive styles for phones */
@media (max-width: 480px) {
    .career-clarity-college-page .hero-12 {
        width: 95%;
        margin-top: 40px;
    }

    .career-clarity-college-page .award-row-h5 {
        height: auto;
    }

    .career-clarity-college-page .hero-12 h1 {
        font-size: 35px;
        margin-bottom: 15px;

    }

    .career-clarity-college-page .hero-12 h4 {
        width: 90%;
        font-size: 14px;
        font-weight: 800 !important;
        margin-bottom: 10px;
    }

    .career-clarity-college-page .awards {
        width: 100%;
        display: flex;
    }

    .career-clarity-college-page .award-row {
        flex-direction: column;
        align-items: center;
    }

    .career-clarity-college-page .award {
        width: 120px;
        margin-bottom: 20px;
    }

    .career-clarity-college-page .award img {
        width: 150px;
        height: 120px;
    }

    .career-clarity-college-page .award h5 {
        font-size: 16px;
        max-width: 120px;
    }

    .career-clarity-college-page .hero-12-button {
        flex-direction: column;

    }

    .career-clarity-college-page .hero-12-button a {
        width: 90%;
    }
}

.career-clarity-college-page #readLess {
    cursor: pointer;
    font-weight: 600;
}

/* hero-13*/

.career-clarity-college-page .hero-13 {
    height: 150px;
    width: 80%;
    margin: 0 auto;
    max-width: 1300px;
    text-align: center;
    margin-top: 80px;
}

.career-clarity-college-page .hero-13 h1 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    width: 400px;
    margin: 0 auto;
    width: 100%;
    font-size: 30px;
    font-weight: 800 !important;
    color: #F00A0A;
}

.career-clarity-college-page .hero-13 p {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .career-clarity-college-page .hero-13 {
        width: 350px;
        /* height: auto; */
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* border: 2px solid red; */
    }

    .career-clarity-college-page .hero-13 h1 {
        width: 350px;
        text-align: center;
        margin-top: 15px;
        max-width: 300px;
        margin: 0 auto;
        /* border: 2px solid red; */
        font-size: 25px;
        font-weight: 800 !important;
    }

    .career-clarity-college-page .hero-13 p {
        font-size: 35px;
        text-align: center;
        font-size: 15px;
        margin-top: 15px;
        font-weight: 800 !important;
    }


}

/* hero-14 */

.career-clarity-college-page .hero-14 {
    height: auto;
    width: 70%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.career-clarity-college-page .hero-14 h4 {
    text-align: right;
    color: red;
    cursor: pointer;
}

@media (max-width: 480px) {
    .career-clarity-college-page .hero-14 {
        width: 90%;
        /* height: auto; */
        margin: 20px auto;
    }

    .career-clarity-college-page .hero-14 h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-top: 100px;
    }

    .career-clarity-college-page .hero-14 p {
        text-align: center;
        font-size: 15px;
        margin-top: 15px;
    }


}

/* hero-15 */

.career-clarity-college-page .hero-15 {
    height: auto;
    width: 70%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}

.career-clarity-college-page .hero-15 p {
    font-family: sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
}

.career-clarity-college-page .hero-15 ul li {
    font-family: sans-serif;
    font-size: 15px;
    list-style: none;
    align-items: center;
    line-height: 22px;
}

.career-clarity-college-page .hero-15 ul li i {
    text-align: center;
    font-size: 8px;

}

.career-clarity-college-page .hero-15 h3 {
    font-family: sans-serif;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.career-clarity-college-page .hero-15 h2 {
    font-family: sans-serif;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.career-clarity-college-page .hero-15 h4 {
    text-align: right;
    margin-bottom: 50px;
    color: red;
}

@media (max-width: 480px) {
    .career-clarity-college-page .hero-15 {
        width: 80%;
        /* height: auto; */
        margin: 60px auto;
    }
}


.career-clarity-college-page .appointment {
    /* border: 2px solid red; */
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    /*height: 208px;*/
}

.career-clarity-college-page .appointment a:not([href]):not([tabindex]) {
    color: white;
    cursor: pointer;
}

.career-clarity-college-page .appointment a:not([href]):not([tabindex]):hover {
    color: #fe3b39;
}

.career-clarity-college-page .appointment a {
    /* border: 2px solid red; */
    /* margin-top: 50px; */
    /*width: 80%;*/
    text-decoration: none;
    font-size: 30px;
    padding: 20px 120px;
    text-align: center;
    margin: 0 auto;
    color: white;
    background-color: #fe3b39;
    border-radius: 5px;
    font-weight: bold !important;
    border: 3px solid #fe3b39;
}

.career-clarity-college-page .appointment a:hover {
    background-color: white;
    color: #fe3b39;
    border: 3px solid #fe3b39;
    transition: 0.4s ease-in;
}

/* Mobile */
@media only screen and (max-width: 480px) {
    .career-clarity-college-page .hero-2 {
        width: 100%;
        /*height:1050px !important;*/
    }

    .career-clarity-college-page .appointment a {
        font-size: 18px;
        width: 90%;
        padding: 10px 50px;
    }

    .career-clarity-college-page .appointment a:hover {
        transform: none;
        transition: none;
    }
}


.career-clarity-college-page #popup2 {
    display: none;
    /* Hide popup by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /* padding: 20px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    /* Ensure it's above the overlay */
    border-radius: 5px;
    height: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    /* Ensure it's above the overlay */
    opacity: 0;
    /* Start invisible */
    /* border:2px solid red; */
    transition: transform 2s ease-out, opacity 2s ease-out;
    /* Smooth animation */
}

.career-clarity-college-page #overlay2 {
    display: none;
    /* Hide overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* border:2px solid red; */
    z-index: 1000;
    /* Ensure it's below the popup but above the content */
}

.career-clarity-college-page #popup {
    display: none;
    /* Hide popup by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: slideFromCenter 1s; */
    background: #fff;
    /* padding: 20px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    /* Ensure it's above the overlay */
    border-radius: 5px;
    height: 400px;
    /* height: 380px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    /* Ensure it's above the overlay */
    opacity: 0;
    /* Start invisible */
    /* border:2px solid red; */
    transition: transform 2s ease-out, opacity 2s ease-out;
    /* Smooth animation */
}

.career-clarity-college-page .popup-content {
    max-width: 350px;
    /* height: 400px; */
    height: 380px;
    margin: 0 auto;
    /* padding-bottom:20px; */
    border-radius: 7px;
    /* background:#fe3b39; */
    /* align-items: right; */
    /* border: 2px solid red; */
}

.career-clarity-college-page .popup-content .form {
    width: 100%;
    height: 100%;
}

.career-clarity-college-page #close-btn {
    border: none;
    margin-left: 300px;
    /* margin-top: 10px; */
    font-size: 22px;
    cursor: pointer;
    background-color: white;
}

.career-clarity-college-page #overlay {
    display: none;
    /* Hide overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* border:2px solid red; */
    z-index: 1000;
    /* Ensure it's below the popup but above the content */
}

.career-clarity-college-page button {
    margin-top: 10px;
}

.career-clarity-college-page #open-btn {
    position: fixed;
    top: 20px;
    right: 20px;
}

.career-clarity-college-page body.popup-open #popup {
    display: block;
    transform: translate(-50%, -50%) scale(1);
    /* Scale up to normal size */
    opacity: 1;
    /* Full opacity */
}

@media (max-width: 480px) {

    .career-clarity-college-page .popup-content .form {
        width: 100%;
    }

    .career-clarity-college-page #close-btn {
        border: none;
        padding-left: px;
        font-size: 20px;
        cursor: pointer;
    }
}
