  .left-top-circle::after {
            top: -188px;
            left: -192px;
        }
        .slider-section {
            padding: 155px 0;
            width: 50%;
            color: white;
        }
        .hero-section {
            background: url('../images/career.jpg');
            background-size: cover;
            background-position: bottom;
        }
        .btn-orange {
            background: #FFC142;
            border: 1px solid #717171;
            padding: 8px 20px;
            cursor: pointer !important;
            color: #333!important;
            
        }
        .btn-orange:hover {
            background-color: #333;
            border-color: #333;
            color: white !important;
            cursor: pointer !important;
        }
        .career-card {
            border: none;
            padding: 20px;
            height: 100%;
            transition: transform 0.3s ease;
            display: flex;
            align-items: flex-start;
        }
        .career-card:hover {
            transform: translateY(-5px);
        }
        .career-icon-left {
            font-size: 2.5rem;
            color: #333;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .section-title {
            margin-bottom: 20px;
            color: #333;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 30px;
        }
        .hero-text {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        .students-image {
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        .career-assessment-test-border-right {
            border-right: 1px solid #000;
        }
        .career-assessment-test p {
            min-height: 50px;
        }
        .career-assessment-test-bottom p {
            min-height: 50px;
        }
        .career-assessment-test-height {
            min-height: auto !important;
        }
        .career-assessment-test-border {
            border-bottom: 1px solid #000;
        }
        @media(max-width:1450px) {
            .slider-section {
                padding: 83px 0;
            }
        }
        @media(max-width:1370px) {
            .career-assessment-test p {
                min-height: 70px;
            }
        }
        @media(max-width:1300px) {
            .slider-section {
                padding: 35px 0;
            }
            .hero-title {
                font-size: 3rem;
            }
        }
        @media(max-width:1200px) {
            .slider-section {
                padding: 65px 0;
            }
            .career-card {
                border: 1px solid #ddd;
                background: #fff;
            }
            .career-assessment-test-border {
                padding-bottom: 44px;
            }
            .career-assessment-test-bottom p {
                min-height: auto !important;
            }
            .career-assessment-test-border-right {
                border-bottom: 1px solid #000;
                margin-bottom: 35px;
                padding-bottom: 35px;
                border-right: 0;
            }
            .hero-title {
                font-size: 34px;
                margin-bottom: 5px;
            }
            .hero-text {
                font-size: 14px;
                line-height: 1.6;
                margin-bottom: 30px;
            }
            .slider-section h4 {
                margin-bottom: 5px !important;
            }
        }
        @media(max-width:992px) {
            .slider-section {
                width: 70%;
            }
        }
        @media (max-width: 767px) {
            .slider-section {
                padding: 20px 5px;
                width: 100%;
            }
            .hero-section {
                background-position: left;
            }
            .career-card {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }
            .career-icon-left {
                margin-right: 0;
                margin-bottom: 0;
            }
            .career-card h4 {
                margin-bottom: 5px !important;
            }
            .career-assessment-test p {
                min-height: auto;
            }
        }