.ca-hero-section{
    background:linear-gradient(135deg,#f4fff7,#ffffff,#e8fff1);
    overflow:hidden;
    position:relative;
}

.ca-hero-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#28a74515;
    border-radius:50%;
    top:-120px;
    right:-80px;
}

.hero-badge{
    display:inline-block;
    background: #99c09e33;
    color: #000000;
    padding: 6px 22px;
    border-radius:50px;
    font-size: 14px;
    font-weight:600;
}

.hero-title{
    font-size: 28px;
    font-weight: 600;
    color:#222;
    line-height:1.25;
}

.hero-title span{
    color:#198754;
}

.hero-text{
    font-size: 14px;
    line-height:1.9;
    color:#555;
}

.image-box{
    position:relative;
}

.image-box img{
    max-width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.floating-card{
    position:absolute;
    background:#fff;
    padding:12px 22px;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    font-weight:600;
    color:#198754;
}

.card1{
    top:20px;
    left:-20px;
}

.card2{
    bottom:30px;
    right:-20px;
}

@media(max-width:991px){

.hero-title{
    font-size:22px;
}

.card1,
.card2{
    position:relative;
    display:inline-block;
    margin:15px 8px;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
}

}
.ca-info-section{
    background:#ffffff;
}

.section-heading .sub-title{
    display:inline-block;
    background:#e9f8ef;
    color:#198754;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size: 30px;
    font-weight: 600;
    color:#222;
    margin-bottom: 6px;
}

.section-heading h2 span{
    color:#198754;
}

.ca-info-section p{
    color:#666;
    line-height:1.9;
    font-size: 15px;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding: 20px 12px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border: 1px solid #709776e6;
}

.feature-card:hover{
    transform:translateY(-8px);
    border-color:#198754;
}
.feature-card .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px;
}

.feature-card h5{
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.feature-card p{
    font-size:15px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

.section-heading h2{
    font-size:22px;
}
}
.ca-dates-section{
    background:linear-gradient(180deg,#f5fff7,#ffffff);
}

.section-tag{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:10px 22px;
    border-radius:40px;
    font-weight:600;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}

.section-title span{
    color:#198754;
}

.section-desc{
    max-width:850px;
    margin:auto;
    color:#666;
    line-height:1.9;
}

.ca-table{
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}
.ca-table thead th {
    background: linear-gradient(90deg, #1e8f75, #299dad);
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-weight: 700;
}
.ca-table tbody td {
    padding: 10px 14px;
    vertical-align: middle;
    border-color: #edf3ee;
    font-size: 15px;
    transition: .3s;
}

.ca-table tbody tr:hover{
    background:#f4fff7;
}
.table-icon {
    width: 25px;
    height: 25px;
    line-height: 42px;
    text-align: center;
    background: #e9f8ef;
    color: #198754;
    border-radius: 12px;
    margin-right: 11px;
    line-height: 24px !important;
}

.badge-open {
    background: #086238;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 500;
    white-space: nowrap;
}

.badge-date{
    background:#fff4d9;
    color:#b77900;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.badge-result{
    background:#eaf8ee;
    color:#198754;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.important-note {
    background: #f8fffa;
    border: 1px solid #198754;
    border-radius: 15px;
    padding: 13px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.note-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.important-note h5 {
    font-weight: 600;
    color: #198754;
    margin-bottom: 2px;
}

.important-note p{
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

.section-title{
    font-size:30px;
}

.ca-table thead th{
    font-size:16px;
}

.ca-table tbody td{
    font-size:14px;
}

.table-icon{
    display:none;
}

.important-note{
    flex-direction:column;
    text-align:center;
}

.note-icon{
    margin:auto;
}

}
.registration-section{
    background:linear-gradient(
115deg, #fff, #d6e7db);
}

.section-badge{
    display:inline-block;
    background:#eaf8ef;
    color:#198754;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
}

.registration-section p {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

.deadline-box {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border-radius: 18px;
    background: linear-gradient(90deg, #0c688b, #295ead);
    color: #fff;
    box-shadow: 0 15px 35px rgba(25,135,84,.25);
}

.deadline-icon {
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #198754;
    font-size: 22px;
    flex-shrink: 0;
}

.deadline-box small{

    color:#dff7e8;
    font-size:14px;

}
.deadline-box h3 {
    margin: 5px 0 0;
    font-weight: 600;
    font-size: 23px;
    color: #fff;
    line-height: 25px;
}
.benefits-card {
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 15px 45px rgb(0 0 0 / 16%);
    border: 1px solid #2559799c;
}
.card-header-title {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 5px;
}

.header-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.card-header-title h4{

    margin-bottom:5px;
    font-weight:700;

}

.card-header-title p{

    margin:0;
    color:#777;

}

.benefit-list{

    list-style:none;
    padding:0;
    margin:0;

}
.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #edf2ef;
    color: #444;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.benefit-list li:last-child{

    border-bottom:none;

}

.benefit-list i{

    color:#198754;
    margin-top:4px;
    font-size:18px;

}
.bottom-highlight {
    background: linear-gradient(90deg, #1e8f75, #299dad);
    color: #fff;
    padding: 25px 30px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-highlight i{

    font-size:40px;
    color:#fff8c6;

}

.bottom-highlight p{

    color:#fff;
    line-height:1.8;

}

@media(max-width:991px){

.section-title{
    font-size:32px;
}

.deadline-box{
    flex-direction:column;
    text-align:center;
}

.bottom-highlight{
    flex-direction:column;
    text-align:center;
}

}
.eligibility-section{
    background:linear-gradient(180deg,#f6fff8,#ffffff);
}

.section-label {
    display: inline-block;
    background: #198754;
    color: #fff;
    padding: 6px 22px;
    border-radius: 50px;
    font-weight: 500;
}


.section-description{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.info-card{
    background:#fff;
    border-radius:22px;
    padding:35px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #edf5ef;
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.card-top{
    display:flex;
    align-items:center;
    gap:18px;
}
.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.card-top h4{
    margin:0;
    font-weight:700;
}

.card-top span{
    color:#777;
}

.custom-list{
    list-style:none;
    padding:0;
    margin:10px 0;
}

.custom-list li {
    display: flex;
    gap: 13px;
    margin-bottom: 9px;
    line-height: 1.7;
    font-size: 15px;
}

.custom-list i{
    color:#198754;
    margin-top:5px;
}
.document-item {
    background: #f8fffa;
    border: 1px solid #dff3e7;
    border-radius: 14px;
    padding: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: .3s;
    height: 100%;
    white-space: nowrap;
    font-size: 13px;
}

.document-item:hover{
    background:#198754;
    color:#fff;
}

.document-item:hover i{
    color:#fff;
}

.document-item i{
    color:#198754;
    font-size:18px;
}
.info-alert {
    margin-top: 10px;
    background: #eaf8ef;
    border-radius: 12px;
    padding: 13px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.info-alert i{
    color:#198754;
    font-size:22px;
    margin-top:2px;
}

.info-alert p{
    margin:0;
    color:#555;
    line-height:1.8;
}

@media(max-width:991px){

.section-title{
    font-size:21px;
}

.info-card{
    padding:25px;
}

}
.registration-process{

    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#effff5,#ffffff,#f5fff8);

}

.bg-circle{

    position:absolute;
    border-radius:50%;
    filter:blur(60px);

}

.circle1{

    width:350px;
    height:350px;
    background:#35c46b30;
    top:-120px;
    left:-120px;

}

.circle2{

    width:450px;
    height:450px;
    background:#1e9f4a20;
    right:-150px;
    bottom:-150px;

}

.process-badge {
    display: inline-block;
    background: #198754;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    font-weight: 500;
}
.process-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.process-title span{

    color:#198754;

}

.process-image img{

    border-radius:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.10);

}
.process-note {
    display: flex;
    gap: 19px;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.process-note i {
    min-width: 45px;
    height: 45px;
    width: 45px;
    background: #198754;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.timeline{

    position:relative;

}

.timeline::before{

    content:"";
    position:absolute;
    left:45px;
    top:0;
    bottom:0;
    width:4px;
    background:#b9e8ca;

}

.step-card{

    display:flex;
    align-items:center;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(8px);
    border-radius:22px;
    margin-bottom:10px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
    transition:.35s;

}

.step-card:hover{

    transform:translateX(10px);

}
.step-number {
    width: 90px;
    min-width: 90px;
    background: linear-gradient(90deg, #1e8f75, #299dad);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding: 38px 0;
}
.step-icon {
    min-width: 50px;
    height: 50px;
    margin: 0 20px;
    border-radius: 50%;
    border: 3px solid #198754;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #198754;
    font-size: 20px;
    background: #fff;
    z-index: 2;
}

.step-content {
    padding: 8px 25px 8px 0;
}
.step-content h4 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 22px;
}
.step-content p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
}

@media(max-width:991px){

.process-title{

    font-size:22px;

}

.timeline::before{

    display:none;

}

.step-card{

    flex-direction:column;
    text-align:center;

}

.step-number{

    width:100%;
    padding:18px;

}

.step-icon{

    margin:20px auto;

}

.step-content{

    padding:0 20px 25px;

}

}
.exam-cta-section{

    background:linear-gradient(135deg,#f2fff6,#ffffff,#effff4);
    position:relative;
    overflow:hidden;

}

.shape{

    position:absolute;
    border-radius:50%;
    filter:blur(70px);

}

.shape1{

    width:350px;
    height:350px;
    background:#28a74522;
    top:-120px;
    left:-120px;

}

.shape2{

    width:420px;
    height:420px;
    background:#19875418;
    right:-180px;
    bottom:-180px;

}

.exam-wrapper{

    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    position:relative;
    z-index:2;

}

.exam-badge{

    display:inline-block;
    padding:8px 24px;
    border-radius:50px;
    background:#198754;
    color:#fff;
    font-weight:500;

}
.exam-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
}

.exam-title span{

    color:#198754;

}

.exam-wrapper p{

    color:#666;
    line-height:1.9;

}

.exam-point {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 7px;
    margin-top: 10px;
    border-radius: 18px;
    background: #f8fffa;
    border: 1px solid #b7dec7;
}

.exam-point .icon{

    width:50px;
    height:50px;
    min-width:50px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;

}

.exam-image{

    position:relative;

}

.exam-image img{

    max-width:100%;
    animation:float 4s ease-in-out infinite;

}

.floating-date{

    position:absolute;
    top:30px;
    right:10px;
    background:#198754;
    color:#fff;
    padding:18px 22px;
    border-radius:18px;
    font-weight:600;
    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.cta-bar {
    margin-top: 20px;
    background: linear-gradient(90deg, #1e8f75, #299dad);
    border-radius: 22px;
    padding: 23px;
    color: #fff;
}

.cta-content{

    display:flex;
    gap:20px;
    align-items:center;

}
.cta-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.cta-content h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.cta-content p{

    color:#e9f8ef;

}

.btn-warning{

    font-weight:700;
    padding:15px 35px;

}

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-12px);
}

100%{
transform:translateY(0px);
}

}

@media(max-width:991px){

.exam-wrapper{

padding:15px;

}

.exam-title{

font-size:22px;

}

.cta-content{

flex-direction:column;
text-align:center;

}

.floating-date{

position:relative;
display:inline-block;
margin-top:20px;
right:auto;
top:auto;

}

}
.exam-pattern-section{

    position:relative;
    background:linear-gradient(180deg,#f4fff8,#ffffff);
    overflow:hidden;

}

.pattern-shape{

    position:absolute;
    border-radius:50%;
    filter:blur(70px);

}

.shape-left{

    width:300px;
    height:300px;
    background:#19875418;
    left:-120px;
    top:-120px;

}

.shape-right{

    width:400px;
    height:400px;
    background:#28a74515;
    right:-150px;
    bottom:-150px;

}

.pattern-badge {
    display: inline-block;
    background: #198754;
    color: #fff;
    padding: 6px 25px;
    border-radius: 50px;
    font-weight: 500;
}
.pattern-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: -3px;
    margin-top: 6px;
}

.pattern-title span{

    color:#198754;

}

.pattern-desc {
    max-width: 850px;
    margin: auto;
    color: #666;
    line-height: 1.6;
    margin-top: 6px;
}

.pattern-table{

    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.pattern-table thead th{

    background: linear-gradient(90deg, #1e8f75, #299dad);
    color:#fff;
    padding:20px;
    border:none;
    font-size:18px;

}

.pattern-table tbody td{

    padding:10px;
    vertical-align:middle;
    border-color:#edf3ef;
    transition:.3s;

}

.pattern-table tbody tr:hover{

    background:#f7fff9;

}

.paper-badge{

    width:40px;
    height:40px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-right:15px;

}

.pattern-table tfoot{

    background:#edf9f1;

}

.pattern-table tfoot th{

    padding:22px;
    color:#198754;
    font-size:26px;
    font-weight:700;

}

.pattern-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}
.pattern-card:hover{

    transform:translateY(-8px);

}
.pattern-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    margin-bottom: 9px;
}

.pattern-card h5{

    font-weight:600;
    margin-bottom:10px;

}

.pattern-card p{

    color:#666;
    line-height:1.8;
    margin:0;

}

@media(max-width:991px){

.pattern-title{

    font-size:22px;

}

.pattern-table thead th{

    font-size:15px;

}

.pattern-table tbody td{

    padding:16px;

}

.paper-badge{

    width:34px;
    height:34px;
    margin-right:10px;

}

.pattern-table tfoot th{

    font-size:20px;

}

}
/*=========================
CA FOUNDATION SYLLABUS
==========================*/

.syllabus-section{
    position:relative;
    padding:80px 0;
    background:linear-gradient(180deg,#f5fff8 0%,#ffffff 50%,#f6fff9 100%);
    overflow:hidden;
}

.syllabus-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#28a74515;
    border-radius:50%;
    top:-150px;
    left:-150px;
    filter:blur(60px);
}

.syllabus-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#19875412;
    border-radius:50%;
    right:-180px;
    bottom:-180px;
    filter:blur(70px);
}

/* Heading */

.syllabus-badge{

    display:inline-block;
    padding:10px 24px;
    background:#198754;
    color:#fff;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;

}

.syllabus-title{

    font-size:48px;
    font-weight:800;
    color:#222;

}

.syllabus-title span{

    color:#198754;

}

.syllabus-description{

    max-width:850px;
    margin:auto;
    color:#666;
    line-height:1.9;

}

/* Card */

.syllabus-card{

    display:flex;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    margin-bottom:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    min-height: 380px;

}

.syllabus-card:hover{

    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/* Left Strip */

.left-strip{

    width:140px;
    min-width:140px;
    background:linear-gradient(180deg,#198754,#27ae60);
    color:#fff;
    text-align:center;
    position:relative;
    display: none;

}

.left-strip::before{

    content:"";
    position:absolute;
    width:100%;
    height:70px;
    background:#fff;
    left:0;
    bottom:-1px;
    border-radius:100% 100% 0 0;

}

.paper-number{

    font-size:48px;
    font-weight:800;
    margin-top:30px;

}

.paper-icon{

    width:65px;
    height:65px;
    margin:55px auto 0;
    background:#fff;
    border-radius:22px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#198754;
    font-size:40px;
    position:relative;
    z-index:2;
    box-shadow:0 12px 25px rgba(0,0,0,.10);

}

/* Content */

.card-content{

    flex:1;
    padding:8px 40px;

}

.card-content h3 {
    font-size: 22px;
    color: #198754;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 29px;
}

.card-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 2px;
}
/* Topic List */

.topic-list{

    list-style:none;
    padding:0;
    margin:0px 0;

}

.topic-list li {
    padding: 2px 0;
    color: #444;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.topic-list li i{

    color:#198754;
    margin-right:12px;
    font-size:18px;

}

/* Note */

.paper-note {
    margin-top: 0px;
    padding: 5px 22px;
    background: #edf9f2;
    /* border-left: 5px solid #198754; */
    border-radius: 12px;
    color: #444;
    font-weight: 500;
    line-height: 1.8;
    font-size: 13px;
}
/* Hover */

.syllabus-card:hover .paper-icon{

    transform:rotate(-8deg) scale(1.05);
    transition:.4s;

}

/* Responsive */

@media(max-width:991px){

.syllabus-title{

    font-size:36px;

}

.syllabus-card{

    flex-direction:column;

}

.left-strip{

    width:100%;
    min-width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:10px;

}

.left-strip::before{

    display:none;

}

.paper-number{

    margin:0;
    font-size:40px;

}

.paper-icon{

    margin:0;
    width:70px;
    height:70px;
    font-size:30px;

}

.card-content{

    padding:30px;

}

.card-content h3{

    font-size:24px;

}

}

@media(max-width:576px){

.syllabus-title{

    font-size:30px;

}

.card-content{

    padding:20px;

}

.card-content h3{

    font-size:22px;

}

.paper-number{

    font-size:32px;

}

.paper-icon{

    width:60px;
    height:60px;
    font-size:24px;

}

.topic-list li{

    font-size:15px;

}

}
.syllabus-cta{
    background:#f8fff9;
}

.cta-box{
    background:linear-gradient(90deg, #1e8f75, #299dad);
    border-radius:25px;
    padding:20px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(25,135,84,.25);
}

.cta-box::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-100px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    bottom:-80px;
    left:-60px;
}

.cta-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 20px;
    background: #fff;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.cta-badge{
    display:inline-block;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.35);
    padding:3px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.cta-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px;
    font-weight: 600;
    color: #fff;
}

.cta-box p{
    color:#eefcf3;
    line-height:1.9;
}

.cta-box .btn{
    font-weight:600;
    background:#fff;
    color:#198754;
    border:none;
    transition:.3s;
}

.cta-box .btn:hover{
    background:#f3f3f3;
    color:#146c43;
}

@media(max-width:991px){

.cta-box{
    padding:20px 7px;
    text-align:center;
}

.cta-box h2{
    font-size:28px;
}

.cta-icon{
    margin:0 auto 2px;
}

.d-flex{
    display:block !important;
}

.ms-4{
    margin-left:0 !important;
}

}
.study-plan-section{
    background:linear-gradient(180deg,#ffffff,#f6fff9);
    position:relative;
    overflow:hidden;
}

.study-plan-section::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:#19875412;
    border-radius:50%;
    top:-120px;
    left:-120px;
}

.study-plan-section::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#28a74510;
    border-radius:50%;
    right:-180px;
    bottom:-180px;
}

.study-badge{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:6px 24px;
    border-radius:40px;
    font-weight:500;
}

.study-title {
    font-size: 35px;
    font-weight: 600;
}
.study-title span{
    color:#198754;
}

.study-plan-section p{
    color:#666;
    line-height:1.9;
}

.study-tip {
    margin-top: 12px;
    display: flex;
    gap: 18px;
    padding: 15px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    /* border-left: 5px solid #198754; */
}
.study-tip i{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    flex-shrink:0;
}

.roadmap-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.roadmap-card h4{
    color:#198754;
    font-weight:700;
}
.roadmap-item {
    display: flex;
    gap: 14px;
    margin-bottom: 2px;
    padding-bottom: 13px;
    border-bottom: 1px solid #eef3ef;
}

.roadmap-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.roadmap-item span {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.roadmap-item h6{
    margin-bottom:5px;
    font-weight:700;
}

.roadmap-item p{
    margin:0;
    font-size:15px;
}

.study-footer {
    background: linear-gradient(90deg, #1e8f75, #299dad);
    color: #fff;
    border-radius: 20px;
    padding: 13px 29px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 15px 40px rgba(25,135,84,.25);
}
.study-footer i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}

.study-footer p{
    color:#fff;
    line-height:1.8;
}

@media(max-width:991px){

.study-title{
    font-size:25px;
}

.study-tip{
    flex-direction:column;
    text-align:center;
}

.study-tip i{
    margin:auto;
}

.study-footer{
    flex-direction:column;
    text-align:center;
}

.study-footer i{
    margin-bottom:10px;
}

}
.subject-tips-section{
    background:linear-gradient(180deg,#f5fff8,#ffffff);
}

.tips-badge{
    display:inline-block;
    padding:7px 22px;
    background:#198754;
    color:#fff;
    border-radius:40px;
    font-weight:600;
}

.tips-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 3px;
}

.tips-title span{
    color:#198754;
}

.tips-desc{
    max-width:850px;
    margin:auto;
    color:#666;
    line-height:1.8;
}
.tips-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    transition: .35s;
    border-top: 1px solid #198754;
}

.tips-card:hover{
    transform:translateY(-10px);
}

.tips-header{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.tips-header h4{
    font-weight:700;
    margin-bottom:10px;
}

.tips-header p{
    color:#666;
    line-height:1.8;
}

.tips-list {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

.tips-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 9px;
    color: #444;
    font-size: 15px;
    margin-top: 4px;
}

.tips-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    font-weight:700;
}

.tips-note {
    margin-top: 10px;
    background: #eaf8ef;
    /* border-left: 4px solid #198754; */
    padding: 10px;
    border-radius: 12px;
    color: #198754;
    font-weight: 600;
    font-size: 14px;
}

.tips-note i{
    margin-right:8px;
}

@media(max-width:991px){

.tips-title{
    font-size:23px;
}

.tips-card{
    padding:25px;
}

.tips-header{
    flex-direction:column;
}

}
.exam-strategy-section{
    background:linear-gradient(180deg,#ffffff,#f5fff8);
}

.strategy-badge{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:10px 24px;
    border-radius:50px;
    font-weight:600;
}
.strategy-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}
.strategy-title span{
    color:#198754;
}

.strategy-desc{
    max-width:850px;
    margin:auto;
    color:#666;
    line-height:1.9;
}

.strategy-wrapper{
    position:relative;
    padding:14px 0;
}

.strategy-wrapper::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:2px;
    background:#d8eadf;
    transform:translateX(-50%);
}
.section-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 1px;
}

.success-icon{
    background:#198754;
    color:#fff;
}

.danger-icon{
    background:#dc3545;
    color:#fff;
}

.strategy-wrapper h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: -5px;
}

.strategy-wrapper p{
    color:#666;
    line-height:1.8;
}

.strategy-list {
    list-style: none;
    padding: 0;
    margin-top: 6px;
}

.strategy-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 11px;
    color: #444;
    font-size: 15px;
    text-align: left;
}

.success-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
}

.danger-list li::before{
    content:"✖";
    position:absolute;
    left:0;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
}

.strategy-highlight {
    margin-top: 9px;
    padding: 11px;
    border-radius: 15px;
    font-weight: 500;
    color: #000000c2;
}
.success-highlight {
    background: #d8f3f1d6;
    /* border-left: 5px solid #198754; */
}

.final-message {
    margin-top: 6px;
    background: linear-gradient(
174deg, #359cbc, #2ea649);
    color: #fff;
    border-radius: 20px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.final-message i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.final-message p{
    color:#fff;
    line-height:1.8;
}

@media(max-width:991px){

.strategy-wrapper::before{
    display:none;
}

.strategy-title{
    font-size:23px;
}

.section-icon {
    margin: 11px auto 8px;
}

.strategy-wrapper{
    text-align:center;
}

.final-message{
    flex-direction:column;
    text-align:center;
}

}
.ca-resource-section{

background:#dff7fa6b;

}

.resource-badge{

display:inline-block;
padding:10px 24px;
background:#1f6092;
color:#fff;
border-radius:40px;
font-weight:600;

}

.resource-title{

font-size:32px;
font-weight:600;
margin-bottom: 5px;

}

.resource-title span{

color:#1f6092;

}

.resource-desc{

max-width:850px;
margin:auto;
color:#666;
line-height:1.8;

}
.resource-box {
    background: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 100%;
}

.resource-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #185d9c;
    line-height: 32px;
}

.resource-box p{

color:#666;
line-height:1.8;

}

.start-table{

margin-top:25px;

}

.start-table td{

padding:22px;
vertical-align:middle;
border-color:#edf4ef;

}

.start-table tr:hover{

background:#f7fff9;

}

.time-tag {
    display: inline-block;
    background: #cde2f161;
    color: #1f6092;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}

.book-list{

list-style:none;
padding:0;
margin-top:5px;
}
.book-list li {
    padding: 3px 0;
    padding-left: 38px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid #eef2ef;
    font-size: 15px;
}

.book-list li:last-child{

border-bottom:none;

}

.book-list li::before{

content:"✔";
position:absolute;
left:0;
width:24px;
height:24px;
border-radius:50%;
background:#195787;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;

}

.study-advice {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #d1ecee9c;
    padding: 12px;
    border-radius: 20px;
    color: #fff;
}

.advice-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #2f6687;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.study-advice p{

color:#1c1b1b;
line-height:1.8;

}

@media(max-width:991px){

.resource-title{

font-size:22px;

}

.study-advice{

flex-direction:column;
text-align:center;

}

.resource-box{

padding:15px;
}

.start-table td{

display:block;
width:100%;
border:none;
padding:12px;

}

}
.coaching-section {
    background: linear-gradient(313deg, #f6fffa, #c9e7f687);
    position: relative;
    overflow: hidden;
}
.coaching-section::before {
    content: "";
    position: absolute;
    width: 288px;
    height: 288px;
    background: #37bfb515;
    border-radius: 50%;
    left: -120px;
    top: -120px;
}

.coaching-section::after{

    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#28a74512;
    border-radius:50%;
    right:-180px;
    bottom:-180px;

}

.coaching-title {
    font-size: 32px;
    font-weight: 600;
}

.coaching-title span{

    color:#197587;

}

.coaching-section p{

    color:#666;
    line-height:1.9;

}

.coaching-list{

    list-style:none;
    padding:0;
    margin:0;

}

.coaching-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 15px;
}

.coaching-list li::before{

    content:"✔";
    position:absolute;
    left:0;
    width:24px;
    height:24px;
    background:#197587;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;

}

.coaching-note {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #eaf7f8;
    border: 1px solid #375e4c61;
    padding: 9px 22px;
    border-radius: 15px;
}

.coaching-note i{

    font-size:28px;
    color:#198754;

}

.coaching-image{

    position:relative;

}

.coaching-image img{

    max-width:100%;
    animation:floatImage 4s ease-in-out infinite;

}

.floating-box{

    position:absolute;
    right:20px;
    bottom:30px;
    background:#fff;
    padding:20px 30px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    text-align:center;

}

.floating-box h4{

    color:#198754;
    font-size:36px;
    font-weight:800;
    margin-bottom:5px;

}

.floating-box span{

    color:#666;
    font-weight:600;

}

@keyframes floatImage{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}

@media(max-width:991px){

.coaching-title{

    font-size:24px;

}

.floating-box{

    position:relative;
    right:auto;
    bottom:auto;
    margin-top:20px;
    display:inline-block;

}

}
.career-section{

background:linear-gradient(180deg,#ffffff,#f5fff8);

}

.career-badge{

display:inline-block;
padding:10px 22px;
background:#198754;
color:#fff;
border-radius:40px;
font-weight:600;

}
.career-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.career-title span{

color:#198754;

}

.career-desc{

max-width:850px;
margin:auto;
line-height:1.9;
color:#666;

}

/* Roadmap */
.career-roadmap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}
.road-step {
    text-align: center;
    background: transparent!important;
    border:none !important;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eaf8ef;
    border: 2px solid #198754;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #198754;
    margin: auto;
}

.success .circle{

background:#198754;
color:#fff;

}

.road-line{

width:120px;
height:4px;
background:#19875430;

}

/* Career Cloud */

.career-cloud {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    align-items: center;
    gap: 18px;
    overflow: auto;
    padding-bottom: 13px;
}
.career-pill {
    padding: 8px 28px;
    background: #fff;
    border: 2px solid #19875420;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    white-space: nowrap;
}

.career-pill:hover{

background:#198754;
color:#fff;
transform:translateY(-6px);

}

.center-pill{

background:#198754;
color:#fff;
font-size:28px;
font-weight:700;
/* padding:22px 40px; */

}

/* Bottom */
.career-message {
    margin-top: 21px;
    background: linear-gradient(90deg, #1e8f75, #299dad);
    color: #fff;
    padding: 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.career-message i {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #198754;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.career-message p{

color:#fff;
line-height:1.8;

}

@media(max-width:991px){

.road-line{

display:none;

}

.career-roadmap{

gap:12px;

}
.circle {
    width: 50px;
    height: 50px;
   
}

.career-title{

font-size:22px;

}

.career-message{

flex-direction:column;
text-align:center;

}

}
.faq-section{
background:#ddf3f596;
}

.faq-badge{

display:inline-block;
background:#198754;
color:#fff;
padding:4px 22px;
border-radius:40px;
font-weight:600;

}

.faq-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.faq-title span{
color:#198754;
}

.faq-desc{
max-width:750px;
margin:auto;
color:#666;

}

.faq-search{

max-width:700px;
margin:auto;
position:relative;

}

.faq-search input{

width:100%;
height:65px;
padding-left:60px;
border:none;
border-radius:50px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.faq-search i{

position:absolute;
left:25px;
top:23px;
color:#198754;

}

.custom-faq .accordion-item{

border:none;
margin-bottom:12px;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.06);

}
.custom-faq .accordion-button {
    font-weight: 600;
    padding: 7px;
    font-size: 15px;
}

.custom-faq .accordion-button:not(.collapsed){

background:linear-gradient(90deg, #1e8f75, #299dad);
color:#fff;
}

.faq-number{

width:40px;
min-width: 40px;
height:40px;
border-radius:50%;
background:#198754;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
margin-right:18px;
font-weight:700;

}

.accordion-button:not(.collapsed) .faq-number{

background:#fff;
color:#198754;

}

.faq-contact{

background:linear-gradient(90deg,#198754,#2db765);
padding:30px;
border-radius:20px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
color:#fff;

}

.faq-contact i{

font-size:40px;

}

.faq-contact p{

margin:0;

}

@media(max-width:991px){

.faq-title{

font-size:23px;
}

.faq-contact{

flex-direction:column;
text-align:center;

}

}
.final-wrapper h2{

    font-size:28px;
    font-weight:600;
    margin-bottom:-4px;

}

.final-wrapper h2 span{

    color:#198754;

}

.final-wrapper p{

    color:#666;
    line-height:1.9;
    font-size: 14px;
}

.quote-box{

    margin-top:35px;
    background:#f4fff7;
    border-left:5px solid #198754;
    padding:25px;
    border-radius:18px;
    display:flex;
    gap:18px;

}

.quote-box i{

    color:#198754;
    font-size:30px;

}
