/*career home hero section start */
body {
    background-image: none !important;
    background-color: #eed3cb;
}
.career-home-wrapper1 {
    min-height: 70vh;
    /* background-image: url("../../Frontend/images/5.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.career-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    justify-content: end;
    display: flex;
}

.career-image-container img {
    width: 85%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.career-text-color {
    color: #ff5722;
    font-size: 46px;
}
.career-home-left-section h2{
    font-size: 20px;
}
.career-home-right-circle {
    width: 250px;
    height: 250px;
    border: 1px solid white;
}

.tool-tips {
    position: absolute;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid olivedrab;
    text-wrap: nowrap;
    color: purple;
    font-weight: 800;
    font-size: 14px;
}

.tool-tips1 {
    top: -15px;
    left: 25%;
}

.tool-tips2 {
    bottom: -15px;
    left: 25%;
}

.tool-tips3 {
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
}

.tool-tips4 {
    top: 50%;
    right: 70%;
    transform: translateY(-50%);
}

.career-home-bottom-card {
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.career-home-card-image {
    width: 50px;
    margin: 0 auto;
}

.career-home-card-image img {
    width: 100%;
}

.career-quiz-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.caeer-quiz-date {
    font-size: 13px;
    font-weight: 600;
}
.start-now {
    padding: 8px 16px !important;
    font-size: 0.9rem !important;
}
@media (max-width: 768px) {
    .career-home-right-circle {
        width: 200px;
        height: 200px;
    }

    .tool-tips {
        font-size: 10px;
    }

    .tool-tips1 {
        top: -15px;
        left: 25%;
    }

    .tool-tips2 {
        bottom: -15px;
        left: 25%;
    }

    .tool-tips3 {
        top: 50%;
        transform: translateY(-50%);
        right: -50px;
    }

    .career-home-action-hero-button {
        width: 100%;
    }
}

.career-home-head-section {
    min-height: 300px;
    background-color: #d6846b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.career-home-head-section-cards .card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    padding: 15px;
}

.career-home-head-section-cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.iconCard {
    position: absolute;
    top: -25px;
    right: 120px;
    font-size: 18px;
    background: rgb(255, 255, 255);
    padding: 5px 8px;
    border-radius: 4px;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-home-head-img {
    height: 350px;
}

.career-home-head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-card-courses_item {
    flex-basis: calc(33.33333% - 30px);
    overflow: hidden;
    border-radius: 10px;
}
.career-card-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: white;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.career-card-courses-item_link:hover .career-card-courses-item_bg {
    transform: scale(10);
}

.career-card-courses-item_link:hover {
    color: #fff;
}

.career-card-courses-item_title {
    /* min-height: 45px; */
    margin: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    color: #4d4d4d;
    z-index: 2;
    position: relative;
}

.career-card-courses-item_date-box {
    font-size: 15px;
    color: #4d4d4d;
    z-index: 2;
    position: relative;
}

.career-card-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #ff9500af;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.career-card-courses_item:nth-child(2n) .career-card-courses-item_bg {
    background-color: #3ecd5e;
}

.career-card-courses_item:nth-child(3n) .career-card-courses-item_bg {
    background-color: #e44002;
}

.career-card-courses_item:nth-child(4n) .career-card-courses-item_bg {
    background-color: #952aff;
}

.career-card-courses_item:nth-child(5n) .career-card-courses-item_bg {
    background-color: #cd3e94;
}

.career-card-courses_item:nth-child(6n) .career-card-courses-item_bg {
    background-color: #4c49ea;
}

.slider-icon {
    font-size: 18px;
    min-width: 50px;
    min-height: 50px;
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.slider-para {
    font-size: 13px;
}

.card-slider {
    background-color: rgba(255, 186, 95, 0.453);
}

.career-belief-banner {
    /* background-image: url("../../Frontend/images/home2.jpg"); */
    background-color: #ff9300;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.career-belief-content {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 200px;
}

.career-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #f2c139;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.career-btn:hover {
    background-color: #0093b4;
    transform: scale(1.05);
}
.career-home-head-section-cards p{
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 979px) {
    .career-card-courses_item {
        flex-basis: calc(50% - 30px);
    }
    .career-card-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .third-card-format-container {
        width: 96%;
    }

    .career-home-head-section {
        min-height: 220px;
        padding: 15px;
    }

    .career-home-head-section-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* gap: 50px; */
        margin-top: 50px !important;
    }

    .career-home-head-section-cards .card {
        width: 90%;
        max-width: 320px;
    }

    .iconCard {
        left: 20px;
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 639px) {
    .career-card-courses_item {
        flex-basis: 100%;
    }
    .career-card-courses-item_title {
        /* min-height: 45px; */
        line-height: 1;
        font-size: 24px;
    }
    .career-card-courses-item_link {
        padding: 22px 40px;
    }
    .career-card-courses-item_date-box {
        font-size: 16px;
    }
}
@media only screen and (max-width: 576px) {
    h1{
        text-align: center;
    }
    .career-text-color {
        font-size: 30px;
    }
    .career-home-left-section h2{
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    .career-home-left-section p{
        font-size: 14px;
        text-align: center;
    }
    .career-image-container {
        position: absolute;
        top: 0;
        opacity: 0.4;
        overflow: hidden;
        border-radius: 10px;
        justify-content: center;
        display: flex;
    }
    .shadow-none{
        position: relative;
    }
    .career-home-left-section{
        z-index: 2;
        position: relative;
    }
    .career-home-head-section-cards p{
        font-size: 14px;
        text-align: center;
    }
    .career-home-head-section p{
        font-size: 14px;
        text-align: center;
    }
    .doctors-section p{
        font-size: 14px;
        text-align: center;
    }
    .career-home-slider-section p{
        font-size: 14px;
        text-align: center;
    }
    .career-card-courses-item_title {
        line-height: normal;
        font-size: 18px;
    }
    .career-card-courses-item_date-box {
        font-size: 14px;
    }
}





/*career home hero section end */



/*Money Possessions home hero section start */

:root {
    --primary-color: #6366f1;
    --secondary-color: #7c3aed;
}

.-btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50px;
    padding: 10px 20px;
}

.money-hero-grid {
    display: grid;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-items: left;
}
.money-hero-grid-right {
    display: grid;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-items: right;
}

.money-hero-image {
    border-radius: 24px;
    aspect-ratio: 1;
    width: 200px;
    height: 200px;
}

.money-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 16px; */
}

/* Specific border-radius for each image */
.money-hero-image-one img {
    border-top-left-radius: 100px;
}
.money-hero-image-one {
    justify-self: end;
}

.money-hero-image-two img {
    border-radius: 50%;
}

.money-hero-image-three {
    justify-self: end;
}
.money-hero-image-three img {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.money-hero-image-four img {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.money-feature-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease-in-out;
}
.money-feature-card:hover {
    transform: translateY(-10px);
    background-color: #899af8;
}

.money-feature-icon {
    background-color: rgba(255, 255, 255, 0.2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.value-prop {
    /* background-image: url("../../Frontend/images/home2.jpg"); */
    background-color: #65d8e1;
    /* padding: 80px 0; */
    position: relative;
}
.bg-custom-value{
    background-color: #65d8e1;
}
.money-benefit-icon {
    background-color: rgba(99, 102, 241, 0.1);
    /* color: var(--primary-color); */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.money-about-image {
    width: 100%;
    max-width: 45%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.money-about-image img {
    width: 100%;
    transition: transform 0.3s ease;
}

.money-about-image:hover img {
    transform: scale(1.05);
}

/* For mobile screens */
@media (max-width: 768px) {
    .money-hero-grid,
    .money-hero-grid-right {
        /* grid-template-columns: 1fr; */
        justify-items: center;
        gap: 8px;
    }
    .money-hero-image {
        width: 150px;
        height: 150px;
    }
}

/*Money Possessions home hero section end */

/*Social Standing home hero section Start */

.social-standing {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: #70e1f5;
    background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
    background: linear-gradient(to right, #ffd194, #70e1f5);
}

.social-standing-main-icon-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 9999px;
}

.social-standing-main-icon-button:hover {
    background: rgba(0, 0, 0, 0.05);
}

.social-standing-main-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5rem 1rem 10rem;
    position: relative;
}

.social-standing-main-title {
    font-size: 3.75rem;
    font-weight: bold;
    text-align: center;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.2;
}

.social-standing-main-title + p {
    text-align: center;
    max-width: 42rem;
    margin: 1rem auto;
    line-height: 1.5;
    color: #555;
}
.social-standing-main-search-container {
    max-width: 16rem;
    margin: 3rem auto 0;
    display: flex;
}

.social-standing-main-search-bar {
    display: flex;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    padding: 0.5rem;
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.social-standing-main-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    outline: none;
}

.social-standing-main-create-button {
    background: #000;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.social-standing-main-create-button:hover {
    background: #333;
}

.social-standing-main-floating-images {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.social-standing-main-floating-image {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    animation: social-standing-main-float 6s ease-in-out infinite;
}

.social-standing-main-floating-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.social-standing-main-floating-image:nth-child(1) {
    top: 5rem;
    left: 5rem;
    width: 6rem;
    height: 6rem;
}

.social-standing-main-floating-image:nth-child(2) {
    top: 10rem;
    right: 10rem;
    width: 5rem;
    height: 5rem;
    animation-delay: 2.2s;
}

.social-standing-main-floating-image:nth-child(3) {
    bottom: 10rem;
    left: 25%;
    width: 7rem;
    height: 7rem;
    animation-delay: 3.2s;
}

.social-standing-main-floating-image:nth-child(4) {
    bottom: 5rem;
    right: 25%;
    width: 8rem;
    height: 8rem;
    animation-delay: 0.5s;
}

@keyframes social-standing-main-float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .social-standing-main-title {
        font-size: 2.5rem;
    }

    .social-standing-main-nav-links {
        display: none;
    }

    .social-standing-main-floating-image {
        transform: scale(0.7);
    }
}
/* Common Card Styling */
.social-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: background-color 0.4s ease-in-out, transform 0.3s;
}

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

/* Icon Styling */
.social-card-icon {
    font-size: 28px;
    transition: color 0.3s ease-in-out;
}

.social-card-icon:hover {
    color: rgb(242, 237, 243);
}

/* Content Styling */
.social-card-content {
    flex-grow: 1;
    padding: 0 15px;
    text-align: left;
}

.social-card-title {
    margin-bottom: 5px;
    font-size: 18px;
}

.social-card-description {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* Image Styling */
.social-card-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* Specific Card Colors */
.social-first-card:hover {
    background-color: #3c39ec;
    color: #fff;
}

.social-first-card-icon {
    color: rgb(9, 74, 172);
}

.social-second-card:hover {
    background-color: #4caf50;
    color: #fff;
}

.social-second-card-icon {
    color: rgb(9, 172, 9);
}

.social-third-card:hover {
    background-color: #f023a2;
    color: #fff;
}

.social-third-card-icon {
    color: rgb(9, 172, 9);
}

.social-four-card:hover {
    background-color: #e44002;
    color: #fff;
}

.social-four-card-icon {
    color: rgb(9, 172, 9);
}

/* Apply specific card styles with unique classes */
.social-first-card .social-card-icon,
.social-second-card .social-card-icon,
.social-third-card .social-card-icon,
.social-four-card .social-card-icon {
    font-size: 28px;
}

/* Grouped Content Styling for all Cards */
.social-first-content,
.social-second-content,
.social-third-content,
.social-four-content {
    padding: 0 15px;
    text-align: left;
    flex-grow: 1;
}

/* Card-Specific Classes (just to override card-specific properties) */
.social-first-card .social-card-title,
.social-second-card .social-card-title,
.social-third-card .social-card-title,
.social-four-card .social-card-title {
    font-size: 18px;
}

.social-first-card .social-card-description,
.social-second-card .social-card-description,
.social-third-card .social-card-description,
.social-four-card .social-card-description {
    font-size: 14px;
    color: #555;
}

.social-first-card:hover .social-card-description,
.social-second-card:hover .social-card-description,
.social-third-card:hover .social-card-description,
.social-four-card:hover .social-card-description {
    color: white;
}

.money-background-image {
    position: relative;
    background-size: cover;
}

.money-background-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../Frontend/images/bg-image.jpg");
    background-size: cover;
    filter: blur(5px);
    z-index: -1;
}
/* Default styles for all cards */
.money-second-card {
    border-radius: 5px;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}

/* Step 1: Before element */
.step-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -15px;
    background: #ff5733;
    height: 131px;
    width: 23px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 0% 50%;
    transition: transform 0.25s ease-out;
}

/* Step 2: Before element */
.step-2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -15px;
    background: #3498db;
    height: 131px;
    width: 23px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 0% 50%;
    transition: transform 0.25s ease-out;
}

/* Step 3: Before element */
.step-3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -15px;
    background: #2ecc71;
    height: 131px;
    width: 23px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 0% 50%;
    transition: transform 0.25s ease-out;
}

/* Hover Effect: Expanding background */
.money-second-card:hover::before {
    transition-delay: 0.2s;
    transform: scale(50);
}

/* Text color on hover */
.money-second-card:hover {
    color: #ffffff;
}

/* External CSS for your custom class */
.button-card {
    padding: 10px 20px;
    background-color: #343a40;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.button-card:hover {
    background-color: #495057;
}

/* CTA Section */
.money-cta {
    text-align: center;
    padding: 50px;
    background: #005f5f;
    color: #fff;
}

.money-cta .money-btn-cta {
    width: 160px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    background: #ffcc00;
}

.button-card i {
    font-size: 16px;
}

@media (max-width: 767px) {
    .social-standing-main-floating-images {
        display: none; /* Hide images */
    }
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
    .social-card {
        flex-direction: column;
        text-align: center;
    }

    .social-card img {
        order: -1; /* Moves image to the top */
        margin-bottom: 10px;
    }

    .social-content {
        text-align: center;
    }
}
/*Social Standing home hero section end */

/* Purpose home hero section start */

:root {
    --primary-color: #6366f1;
    --secondary-color: #7c3aed;
}

.purpose-hero {
    background: linear-gradient(
            to right,
            rgba(28, 239, 255, 0.7),
            rgb(238 97 118 / 0.4)
        ),
        url("../../Frontend/images/bg-purpose.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.quiz-title a {
    font-size: 16px;
    font-weight: 600;
}
.-btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50px;
    padding: 10px 20px;
}
.purpose-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 15px;
    justify-items: start;
}

.purpose-grid-right {
    display: grid;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-items: end;
}

.purpose-image {
    position: relative;
    border-radius: 24px;
    width: 100%;
    max-width: 540px; /* Adjust max width for better scaling */
    height: auto;
    overflow: hidden;
}

.purpose-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

/*Purpose home hero section start */
