.main_course_box {
    background: #145f36;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 215px;
    position: relative;
}
.banner_img_sec img {
    position: absolute;
    z-index: 99;
    top: -69px;
    right: 100px;
}
.main_course_box:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 340px;
    background: #16a34a;
    right: 321px;
    clip-path: polygon(86% 0, 134% 0, 12% 106%, 0% 100%);
    transform: rotate3d(1, 1, 1, 59deg);
    bottom: -62px;
}
.main_course_box::after {
    position: absolute;
    content: "";
    width: 404px;
    height: 100%;
    background: #1e293b;
    top: 0;
    right: 0;
    clip-path: polygon(34% 0, 101% 0, 100% 100%, 0% 100%);
    border-radius: 0px 10px 10px 0px;
}
.inner_content a {
    text-decoration: none;
    color: white;
    max-width: fit-content;
    border-bottom: 2px solid rgb(90 143 114);
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}
.inner_content {
    padding-top: 26px;
    padding-left: 24px;
}
.box-card-course {
    display: flex
;
}
.card_course_title {
    padding-left: 14px;
}
.card.course_card
 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    position: relative;
}

.card.course_card a {
    display: flex;
    background: rgba(22, 163, 74, 1);
    padding: 12px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 40px;
}

.card.course_card a:hover{
    text-decoration: none;
}
.card.course_card:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e2e8f0;
    bottom: 92px;
}
.card_course_title h5 {
    font-size: 14px;
    color: rgba(71, 85, 105, 1);
}

div#passPopup .modal-title {
    color: #fff;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: revert;
    margin: auto;
    border-radius: 10px !important;
}
div#passPopup a.btn.btn-success.btn-lg {
    margin-bottom: 20px;
}

div#passPopup button.btn.btn-outline-secondary {
    background: #145f36;
    color: #fff;
    padding: 10px 23px;
}
div#passPopup .modal-title i {
    margin-right: 10px;
}
button.btn-close.btn-close-white {
    display: none;
}

@media(max-width:1200px){
    .main_course_box {
    background: #145f36;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 460px;
    position: relative;
}
.main_course_box::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #1e293b;
        top: 5px;
        right: 0px;
        border-radius: 10px 10px 25px 14px;
        clip-path: polygon(100% 49%, 100% 99%, 0 100%, 0 76%);
        clip-path: polygon(105% 41%, 106% 115%, 0 100%, 0 70%);
    }
.inner_banner {
    padding-bottom: 50px;
}
.banner_img_sec img {
    position: absolute;
    z-index: 99;
    top: -13px;
    right: 22%;
    width: 60%;
}
.main_course_box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    right: 321px;
    clip-path: polygon(86% 0, 134% 0, 12% 106%, 0% 100%);
    transform: rotate3d(1, 1, 1, 96deg);
    bottom: 0;
    -webkit-transform: rotate3d(1, 1, 1, 96deg);
    -moz-transform: rotate3d(1, 1, 1, 96deg);
    -ms-transform: rotate3d(1, 1, 1, 96deg);
    -o-transform: rotate3d(1, 1, 1, 96deg);
}

}
   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Inter", sans-serif;
            line-height: 1.6;
            color: #333;
            font-size:16px !important;
        }

        /* Hero Section */
      section.main_hero_box {
    background: url(../images/builders-academy-mock-bg.png);
    background-repeat: no-repeat;
    background-color: #145f36;
    background-position: 0 61px;
}
       .main_hero_box {
    background: #145f36;
    padding-top: 80px;
    border-radius: 20px;
    margin-top: 50px;

    min-height: 480px;
}
.hero-content {
    width: 90%;
}

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .hero-image {
    position: absolute;
    top: 0px;
    left: 89px;
    z-index: 9999999;
}



        .hero-content {
    flex: 1;
    color: white;
    padding-left: 40px;
}
        .hero-content h1 {

           font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    width: 100%;

        }

        .hero-content p {
            font-size: 1.1rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .cta-button {
            background-color: white;
            color: #2d7d32;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .cta-button:hover {
            background-color: #f0f0f0;
            transform: translateY(-2px);
        }

        /* Features Section */
        .features {
    padding: 60px 0;
    background-color: #ffffff;
}

        .features-container {
            /* max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px; */
            text-align: center;
        }

       .features h2 {
    font-size: 27px;
    color: #333;
    margin-bottom: 60px;
    font-weight: 600;
}
.features-container h2:before {
    width: 339px;
    height: 1px;
    position: absolute;
    content: "";
    background: rgba(217, 217, 217, 1);
    left: 37.7%;
    top: -14px;
}
.features-container {
    position: relative;
}
.features-container h2:after {
    width: 148px;
    height: 1px;
    position: absolute;
    content: "";
    background: rgba(217, 217, 217, 1);
    left: 44.7%;
    top: 30%;
}
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }

        .feature-item {
    text-align: center;
    background: rgba(248, 250, 252, 1);
    padding: 22px 0px;
    border: 2px solid rgba(226, 232, 240, 1);
    border-radius: 10px;
}

     .feature-icon {
    width: 20px;
    height: 20px;
    background-color: #4caf50;
    border-radius: 50%;
    margin-right: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

        .feature-icon::before {
            content: "✓";
            color: white;
            font-size: 14px;
            font-weight: bold;
        }

        .feature-item h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: rgba(71, 85, 105, 1);
}

        .feature-item p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}
.feature_box {
    display: flex
;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #93969e1c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
        /* Test Selection Section */
       .freetest_heading {
    background: #1e293b;
    padding: 16px 13px;
    border-radius: 20px 20px 8px 8px;
}
.hero-content {
    flex: 1;
    color: white;
    padding-left: 40px;
    position: relative;
    top: -40px;
}
.inner-back-button a {
    text-decoration: none;
    color: white;
    max-width: fit-content;
    border-bottom: 2px solid rgb(90 143 114);
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.freetest_heading h3 {
    color: #fff !important;
}
.freetest_heading p {
    color: #fff !important;
}
.freetest_heading h3 {
    color: #1ba14c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1px;
}
.freetest_heading p {
    font-weight: 600;
}
        .test-selection {
            padding-top: 0px;
            background-color: white;
        }

        .test-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            /* padding: 0 20px; */
        }

        .test-selection h2 {
    text-align: center;
    font-size: 27px;
    color: #333;
    margin-bottom: 50px;
    font-weight: 600;
}

        .test-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .test-card {
            background-color: #f9fafc;
            border-radius: 20px;
            text-align: center;
            border: 2px solid #e0e0e0;
            transition: all 0.3s ease;
            height:fit-content;
        }

        .test-card:hover {
            border-color: #4caf50;
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }


        .test-card .subtitle {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 0px;
        }

       .freetest_boxul {
    text-align: left;
    margin: 20px 20px;
    padding: 0;
}
ul.test-features {
    padding: 0;
}
        .test-features li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 48px;
    color: #555;
}

        .test-features li::before {
    content: "✓";
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: #4caf50;
    border-radius: 50%;
    display: flex;
    font-size:14px;

    align-items: center;
    justify-content: center;
    color: #fff;
    top: 3px;
}

        .test-button {
    background-color: #4caf50;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    width: 100%;
    display: flex
;
text-decoration: none;
    text-align: center;
    justify-content: center;
}
      .test-button:hover {

text-decoration: none;
    color: #fff;
}
.freetest_heading p {
    font-weight: bold;
    padding-top: 8px;
}
span#time {
    padding-left: 7px;
}

        .test-button:hover {
            background-color: #45a049;
            transform: translateY(-2px);
        }
        /* Why Choose Us */
  .why-choose {
    /* max-width: 1200px; */
    margin: 64px auto 0;
    text-align: center;
  }
  .why-choose h3 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 40px;
    color: #1F2D3D;
}
.icon_why_choose {
    font-size: 22px;
    padding-bottom: 10px;
}
  .why-grid {
    background: #E9F1FA;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    color: #1F2D3D;
  }
  .why-item {
    border-right: 1px solid #145F361A;
    padding: 16px 12px;
  }
  .why-item:last-child {
    border-right: none;
  }
  .why-item p.title {
    font-weight: 600;
    margin: 0 0 6px 0;
  }
  .why-item p.desc {
    margin: 0;
    line-height: 1.3;
  }
/* style card final  */

.card_final_exam button#nextBtn {
    margin-right: 23px;
}
.card_final_exam div#progressIndicator {
    padding-left: 23px;
    padding-top: 18px;
    text-align: left;
    display: flex
;
}
.card_final_exam button#nextBtn {
    width: 100%;
}
.main_box_card_final_exam_heading h2 {
    border-bottom: 1px solid;
    width: fit-content;
    padding-bottom: 10px;
}
.main_box_card_final_exam {
    background: #f7f9fb;
    padding: 20px;
    border-radius: 10px;
}
   .main_box_card_final_exam .card.mb-4.shadow-sm {
    border: none;
    background: transparent;
    box-shadow: 0 0 0 0 !important;
}
#timer {
    color: #fff !important;
    display: inline-flex
;
    align-items: center;
    background-color: #2563eb !important;
    font-size: 14px;
    border-radius: 9999px;
    padding: 11px 16px !important;
    margin-bottom: 24px;
    user-select: none;
    margin-top: 13px;
}

button.btn.btn-block.btn-option.btn-secondary {
     min-height: 91px;
    margin-top: 36px;
}
button.btn.btn-outline-primary.btn-block.btn-option {
      background: #fff !important;
    min-height: 91px;
    margin-top: 36px;
    color: rgba(18, 83, 47, 1) !important;
    border: 1px solid #d3d3d3 !important;
}

/* end section  */
.alert.alert-info.text-center.final-result-page:before {
    position: absolute;
    background: #0f1f2f;
    width: 30%;
    height: 100%;
    content: "" "";
    left: -3px;
    top: 0;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    border-right: 7px solid rgba(22, 163, 74, 1);
}
.card-body.final_card_bx .list-group-item
 {
    border: none;
    background: #fff;
    margin-top: 13px;
    border-radius: 6px;
}
.card-body.final_card_bx {
    background: #f8fafc;
    border-radius: 10px !important;
}
.card-body.final_card_bx
 {
    background: #f8fafc;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
}

.alert.alert-info.text-center.final-result-page.card{
    border: none !important;
}
.alert-info {
    color: #ffffff;
    background-color: #145f36;
    border-color: transparent;
    border: none !important;
    text-align: left !important;
}
.alert.alert-info.text-center.final-result-page .row{
    align-items: center;
}
.retry_button {
    background-color: white;
    color: #1b5e2b;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 0.375rem;
    padding: 0.375rem 1rem;
    border: none;
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
}
.back_button:hover, .back_button:focus {
    background-color: white;
    color: #1b5e2b;
    outline: none;
    box-shadow: 0 0 0 2px white;
}
.retry_button:hover, .retry_button:focus {
    background-color: #f3f4f6;
    outline: none;
    box-shadow: 0 0 0 2px white;
}
.box_final_svg svg {
    stroke: #fff;

}
.box_final_svg circle {
    stroke: #16a34a;
    stroke-width: 4px;
}
.box_final_svg svg {
    margin-left: 68px;
}

.back_button {
    background-color: transparent;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 0.375rem;
    padding: 0.375rem 1rem;
    border: 1px solid white;
}
/* Get Started Banner */
  .get-started {
    max-width: 1200px;
    margin: 64px auto 0;
    border-radius: 12px;
    color: white;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 50px 48px;
    gap: 48px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #051749 0%, #01081E 100%);
}
  .get-started-right a {
    text-decoration: none !important;
    margin-left: 28px;
}
 .get-started-right a:hover {
   color:#3dbe6d !important;
}
  .get-started-left {
    max-width: 380px;
}
  .get-started-left h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 12px 0;
}
  .get-started-left p {
      margin: 0;
      line-height: 1.4;
      margin-bottom: 20px;
  }
  .get-started-left button {
    margin-top: 20px;
    background: #3DBE6D;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 80%;
    color: #fff;
}
  .get-started-left button:hover {
    background: #2B9B4A;
  }
  .get-started-right {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .get-started-right p {
    font-size: 18px;
    font-weight: 400;
}
  .get-started-right p i {
    color: #E03C3C;
    font-size: 14px;
    flex-shrink: 0;
  }
  .get-started-right a {
    color: white;
    text-decoration: underline;
  }
  .alert.alert-info.text-center.final-result-page {
    margin-bottom: 30px;
}
@media (min-width: 1400px) and (max-width: 1500px) {


.hero-content {

    padding-left: 63px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .hero-image {

    left: 49px !important;

}
 .hero-content h1 {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    width: 99%;
}

section.main_hero_box {

    background-position: 0 81px;
}
.hero-content {
    width: 97%;
}
.main_hero_box {

    min-height: 500px;
}
.hero-content {

    padding-left: 80px;
}
}

.hero-image-sec img {
    position: absolute;
    top: -130px;
}

@media (max-width: 1199px) {

.hero-image-sec img {
    position: absolute;
    top: 277px;
    right: 232px;
    width: 400px;
}
.hero-content h1 {

        width: 100%;
    }
 section.main_hero_box {
    background: url(../images/builders-academy-mock-bg2.png) !important;
    background-repeat: no-repeat !important;
    background-color: #145f36 !important;
    background-position: 0px 525px !important;
}
    .get-started-left {
    max-width: 78%;
}
.get-started-left h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 12px 0;
}
.get-started{
    position: relative;
}
.get-started-left button {
    width: 220px;
}
section.get-started:before {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 1px !important;
    background: #FFFFFF17;
    left: 0 !important;
    top: 52% ;
}

  .main_hero_box {

    min-height: 800px;
}
        .hero-image {
        position: absolute;
        left: 29%;
        z-index: 9999999;
        top: 80%;
    }
section.main_hero_box {

    background-position: -2px 467px;
}
    .hero-image img {
        width: 393px;
    }
    .features-container h2:after {
        left: 40.7%;
        top: 27%;
    }

.features-container h2:before {

    left: 28.7%;
    top: -14px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0px;
}
.test-selection {
    padding-top: 42px;
    background-color: white;
}
.test-grid {
    display: grid
;
   grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.why-item {
    border-right: 1px solid #145F361A;
    padding: 16px 12px;
    background: #eff7ff;
    border-radius: 10px;
}
.why-grid {
    background: #ffffff;
    border-radius: 8px;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    color: #1F2D3D;
}
.feature-item p {

    text-align: left;
    padding-left: 20px;
}
}



@media (max-width: 992px) {


}
.main_box_card_final_exam_heading i {
    padding-right: 7px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .hero-image-sec img {
                position: absolute;
        top: 278px;
        right: 48px;
        width: 400px;
    }
    section.main_hero_box {
    position: relative;
}
.feature-item p {

    text-align: left;
    padding-left: 20px;
}
    section.main_hero_box {
    background: url(../images/builders-academy-mock-bg2.png) !important;
    background-repeat: no-repeat !important;
    background-color: #145f36 !important;
    background-position: 0px 525px !important;
}
    .get-started-left {
    max-width: 78%;
}
.get-started-left h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 12px 0;
}
.get-started{
    position: relative;
}
.get-started-left button {
    width: 220px;
}
section.get-started:before {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 1px !important;
    background: #FFFFFF17;
    left: 0 !important;
    top: 52% ;
}

  .main_hero_box {

    min-height: 800px;
}
    .hero-image {
        position: absolute;
        left: auto;
        z-index: 9999999;
        right: 0%;
       top: 48%;
    }
    .feature_box {
    display: flex
;
    align-items: center;
    justify-content: left;
    border-bottom: 2px solid #93969e1c;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}
section.main_hero_box {

    background-position: -2px 467px;
}
.hero-image img {
    width: 78.5%;
}
    .features-container h2:after {
        left: 40.7%;
        top: 27%;
    }

.features-container h2:before {

    left: 28.7%;
    top: -14px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0px;
}
.test-selection {
    padding-top: 8px;
    background-color: white;
}
.test-grid {
    display: grid
;
   grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.why-item {
    border-right: 1px solid #145F361A;
    padding: 16px 12px;
    background: #eff7ff;
    border-radius: 10px;
}
.why-grid {
    background: #ffffff;
    border-radius: 8px;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    color: #1F2D3D;
}
.box_final_svg svg {
    margin-left: 0;
}

}




        /* Responsive Design */
        @media (max-width: 767px) {
            .hero-content {
    flex: 1;
    color: white;
    padding-left: 40px;
    position: relative;
    top: 0px;
}
            .card_final_exam .row {
    flex-direction: column-reverse;
}
.card_final_exam button#nextBtn {
    width: 93%;
    margin-left: 22px;
}
          .alert-info {
        min-height: 360px;
        margin-bottom: 30px;
    }
    .main_box_card_final_exam_heading h2 {
    font-size: 30px;
}
    .alert.alert-info.text-center.final-result-page:before {
        position: absolute;
        background: #0f1f2f;
        width: 100%;
        height: 50%;
        content: "" "";
        left: 0;
        top: 0;
        color: #fff;
        border-radius: 10px 10px 0px 0px;
        border-right: none;
        border-bottom: 7px solid rgba(22, 163, 74, 1);
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -ms-border-radius: 10px 10px 0px 0px;
        -o-border-radius: 10px 10px 0px 0px;
}
p.mb-0.box_button_final {
    margin-top: 81px;
    text-align: center;
}
.box_final_svg svg {
    margin-left: 0;
}
.box_final_svg {
 text-align: center;
}
                .hero-image-sec img {
        position: absolute;
        top: 650px;
        right: 0px;
        width: 345px;
        z-index: 100;
    }
            section.main_hero_box {
    position: relative;
}
            section.main_hero_box {
    background: url(../images/builders-academy-mock-bg2.png) !important;
    background-repeat: no-repeat !important;
    background-color: #145f36 !important;
background-position: 0px 750px !important;
}

.hero-image img {
        width: 287px;
    }
        .hero-image {
        position: absolute;
        top: 69%;
        left: 95px;
        z-index: 9999999;
    }
    .features-grid {
    padding: 0 20px;
}
.feature_box {

    justify-content: left;
    padding-left: 19px;
}
.feature-item p {

    text-align: left;
    padding: 0 15px;
}
    .why-grid {
        background: #ffffff;
        border-radius: 8px;
        display: grid
;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        color: #1F2D3D;
    }
        .why-item {
        border-right: 1px solid #145F361A;
        padding: 16px 12px;
        background: #eff7ff;
        border-radius: 10px;
    }
    .get-started {

    padding: 44px 32px;
    gap: 47px;

}
.features-container h2:before {

    left: 6.7%;
    top: -14px;
}
section.get-started {
    position: relative;
}
.hero-content {
    flex: 1;
    color: white;
    padding: 0px 20px !important;
        width: 100% !important;
}
    .hero-content h1 {
                font-size: 30px !important;
        line-height: 43px;
        font-weight: 600;

        margin-bottom: 0;
    }
    .inner-back-button a

 {
    padding: 0;
    margin: 0px !important;
    padding-bottom: 4px;
}
.main_hero_box {
        margin-top: 50px;
        padding-top: 30px;
                min-height: 1030px;
    }
            section.get-started:before {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 1px !important;
    background: #FFFFFF17;
    left: 0 !important;
    top: 52% ;
}
            .hero-image img {
    padding-bottom: 20px;
}
    .features h2 {
    font-size: 27px;
    color: #333;
    margin-bottom: 60px;
    font-weight: 600;
}
.features {
    padding-bottom: 0px;

}
            .why-grid {
      grid-template-columns: 1fr;
      border-radius: 6px;
    }
    .features-container h2:after {
            width: 46%;
        height: 2px;
        position: absolute;
        content: "";
        background: #e7e7e5;
        left: 27.7%;
        top: 14%;
    }

    .why-item {
      border-right: none;
      border-bottom: 1px solid #B9C9E1;
      padding: 34px 8px;
    }
    .why-choose {

    padding: 0 30px;
}
    .why-item:nth-child(2n) {
      border-right: none;
    }
    .why-item:last-child, .why-item:nth-child(2n) {
      border-bottom: none;
    }

    .get-started-left {
      max-width: 100%;
      font-size: 12px;
    }
    .get-started-left h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 12px 0;
    }
    .get-started-left p {
        margin-bottom: 20px;
    }
    .get-started-left button {
      font-size: 13px;
      padding: 8px 20px;
    }
    .get-started-right {
      max-width: 100%;
      font-size: 12px;
      gap: 12px;
    }
            .hero-container {
                flex-direction: column;
                text-align: center;
            }

            .hero-content h1 {
                font-size: 36px;
                width: 100%;
            }

            .features-grid,
            .test-grid,
            .why-choose-grid {
                grid-template-columns: 1fr;
            }



            .hero {
                margin: 10px;
                padding: 40px 0;
            }
        }
        .main_wapper {
    width: 90%;
    margin: auto;
}
a.cta-button {
    top: 33px;
    position: relative;
    text-decoration: none;
}
a.cta-button-footer {
    margin-top: 20px;
    background: #3DBE6D;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 80%;
    color: #fff;
    text-decoration: none;
}

/* model css  */
.modal-content {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 13px 36px;
}
    .modal-title {
      color: #1e293b; /* Tailwind slate-800 */
      font-weight: 600;
      font-size: 1.25rem; /* text-xl */
      margin-bottom: 1.5rem;
    }
    label {
      color: #374151; /* Tailwind gray-700 */
      font-weight: 600;
      font-size: 0.875rem; /* text-sm */
      margin-bottom: 0.25rem;
      display: block;
    }
    input.form-control::placeholder {
      color: #9ca3af; /* Tailwind gray-400 */
      font-size: 1rem; /* base */
    }
    input.form-control {
      border: 1px solid #d1d5db; /* Tailwind gray-300 */
      border-radius: 0.375rem; /* rounded-md */
      padding: 0.75rem 1rem; /* py-3 px-4 */
      font-size: 1rem;
      color: #374151;
      transition: box-shadow 0.2s ease;
    }
    input.form-control:focus {
      outline: none;
      box-shadow: 0 0 0 2px #93c5fd; /* Tailwind blue-300 ring */
      border-color: #93c5fd;
    }
    .text-danger {
      color: #dc2626 !important; /* Tailwind red-600 */
    }
    p.fst-italic {
      color: #4b5563; /* Tailwind gray-600 */
      font-size: 0.875rem; /* text-sm */
      margin-top: -0.25rem;
      margin-bottom: 1.5rem;
      font-style: italic;
    }
    button.btn-success {
      background-color: #16a34a; /* Tailwind green-600 */
      border-color: #16a34a;
      font-weight: 500;
      font-size: 1rem; /* base */
      padding: 0.75rem 1rem; /* py-3 px-4 */
      border-radius: 0.375rem; /* rounded-md */
      transition: background-color 0.2s ease;
    }
    button.btn-success:hover,
    button.btn-success:focus {
      background-color: #15803d; /* Tailwind green-700 */
      border-color: #15803d;
      color: #fff;
    }
    .modal-footer {
      border: none;
      justify-content: center;
      padding-top: 0;
      padding-bottom: 0;
    }
    .btn-link {
      color: #1e293b; /* Tailwind slate-800 */
      font-weight: 400;
      font-size: 1rem;
      text-decoration: none;
    }
    .btn-link:hover,
    .btn-link:focus {
      text-decoration: underline;
      color: #1e293b;
    }
    section.get-started:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background: #FFFFFF17;
    left: 49%;
}



 @media(max-width:500px){
        .hero-image-sec img {
        position: absolute;
        top: 617px;
        right: 0px;
        width: 345px;
        z-index: 100;
    }
    .main_course_box {

        min-height: 399px;
        position: relative;
    }

}


@media(max-width:400px){
        .hero-image-sec img {
        position: absolute;
        top: 617px;
        right: 0px;
        width: 345px;
        z-index: 100;
    }
    section.main_hero_box {

        background-position: 0px 820px !important;
    }
    .main_hero_box {
        margin-top: 50px;
        padding-top: 30px;
        min-height: 1094px;
    }
    .hero-image-sec img {
        position: absolute;
        top: 684px;
        right: 0px;
        width: 345px;
        z-index: 100;
    }
}

@media(max-width:767px){
.banner_img_sec img {
        position: absolute;
        z-index: 99;
        top: -3px;
        right: 42px;
        width: 84%;
    }
}

/* Exam Registration Modal Styles */
#examRegistrationModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#examRegistrationModal .modal-header {
    background: linear-gradient(135deg, #145f36 0%, #16a34a 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    padding: 20px 25px;
}

#examRegistrationModal .modal-title {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

#examRegistrationModal .modal-title i {
    margin-right: 10px;
    color: #fff;
}

#examRegistrationModal .btn-close {
    filter: invert(1) brightness(100);
    opacity: 0.8;
}

#examRegistrationModal .btn-close:hover {
    opacity: 1;
}

#examRegistrationModal .modal-body {
    padding: 25px;
    background: #f8fafc;
}

#examRegistrationModal .form-label {
    color: #0d2338;
    font-weight: 600;
    margin-bottom: 8px;
}

#examRegistrationModal .form-control {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

#examRegistrationModal .form-control:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 0.2rem rgba(22, 163, 74, 0.25);
    outline: none;
}

#examRegistrationModal .alert-info {
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.2);
    color: #0d2338;
    border-radius: 8px;
    padding: 15px;
}

#examRegistrationModal .alert-info i {
    color: #16a34a;
}

#examRegistrationModal .modal-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-radius: 0 0 15px 15px;
    padding: 20px 25px;
}

#examRegistrationModal .btn-secondary {
    background: #6c757d;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#examRegistrationModal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

#examRegistrationModal .btn-success {
    background: linear-gradient(135deg, #145f36 0%, #16a34a 100%);
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
}

#examRegistrationModal .btn-success:hover {
    background: linear-gradient(135deg, #0d4a2a 0%, #15803d 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

#examRegistrationModal .btn-success:disabled {
    background: #6c757d;
    transform: none;
    box-shadow: none;
}

/* Success message styling */
#examRegistrationModal .text-success {
    color: #16a34a !important;
}

#examRegistrationModal .fa-check-circle {
    color: #16a34a;
}

/* Loading spinner */
#examRegistrationModal .fa-spinner {
    color: white;
}

/* Course Registration Modal Styles */
#courseRegistrationModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#courseRegistrationModal .modal-header {
    background: linear-gradient(135deg, #145f36 0%, #16a34a 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    padding: 20px 25px;
}

#courseRegistrationModal .modal-title {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

#courseRegistrationModal .modal-title i {
    margin-right: 10px;
    color: #fff;
}

#courseRegistrationModal .btn-close {
    filter: invert(1) brightness(100);
    opacity: 0.8;
}

#courseRegistrationModal .btn-close:hover {
    opacity: 1;
}

#courseRegistrationModal .modal-body {
    padding: 25px;
    background: #f8fafc;
}

#courseRegistrationModal .form-label {
    color: #0d2338;
    font-weight: 600;
    margin-bottom: 8px;
}

#courseRegistrationModal .form-control {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

#courseRegistrationModal .form-control:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 0.2rem rgba(22, 163, 74, 0.25);
    outline: none;
}

#courseRegistrationModal .alert-info {
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.2);
    color: #0d2338;
    border-radius: 8px;
    padding: 15px;
}

#courseRegistrationModal .alert-info i {
    color: #16a34a;
}

#courseRegistrationModal .modal-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-radius: 0 0 15px 15px;
    padding: 20px 25px;
}

#courseRegistrationModal .btn-secondary {
    background: #6c757d;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#courseRegistrationModal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

#courseRegistrationModal .btn-success {
    background: linear-gradient(135deg, #145f36 0%, #16a34a 100%);
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
}

#courseRegistrationModal .btn-success:hover {
    background: linear-gradient(135deg, #0d4a2a 0%, #15803d 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

#courseRegistrationModal .btn-success:disabled {
    background: #6c757d;
    transform: none;
    box-shadow: none;
}

/* Success message styling */
#courseRegistrationModal .text-success {
    color: #16a34a !important;
}

#courseRegistrationModal .fa-check-circle {
    color: #16a34a;
}

/* Loading spinner */
#courseRegistrationModal .fa-spinner {
    color: white;
}












