@import url("../fonts/inter/stylesheet.css");
/* font-family: 'Inter'; */

/* font-family: 'SF Pro Display'; */
@import url("../fonts/space-grotesk/stylesheet.css");
/* font-family: 'Space Grotesk'; */
@import url("../fonts/epilogue/stylesheet.css");
/* font-family: 'Epilogue'; */
@import url("../fonts/roboto/stylesheet.css");
/* font-family: 'Roboto'; */
@import url("../fonts/general-sans/stylesheet.css");
/* font-family: 'General Sans'; */
@import url("../fonts/source-code-pro/stylesheet.css");
/* font-family: 'Source Code Pro'; */
@import url("../fonts/plus-jakarta-sans/stylesheet.css");
/* font-family: 'Plus Jakarta Sans'; */

.d-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mt-7px {
    margin-top: 7px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-9px {
    margin-top: 9px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-11px {
    margin-top: 11px !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.mt-13px {
    margin-top: 13px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-16px {
    margin-top: 16px !important;
}

.mt-17px {
    margin-top: 17px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-19px {
    margin-top: 19px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-6px {
    margin-right: 6px !important;
}

.me-7px {
    margin-right: 7px !important;
}

.me-8px {
    margin-right: 8px !important;
}

.me-9px {
    margin-right: 9px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-11px {
    margin-right: 11px !important;
}

.me-12px {
    margin-right: 12px !important;
}

.me-13px {
    margin-right: 13px !important;
}

.me-14px {
    margin-right: 14px !important;
}

.me-15px {
    margin-right: 15px !important;
}

.me-16px {
    margin-right: 16px !important;
}

.me-17px {
    margin-right: 17px !important;
}

.me-18px {
    margin-right: 18px !important;
}

.me-19px {
    margin-right: 19px !important;
}

.me-20px {
    margin-right: 20px !important;
}


.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.radius-0 {
    border-radius: 0px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-7 {
    border-radius: 7px !important;
}

.radius-8 {
    border-radius: 8px !important;
}

.radius-9 {
    border-radius: 9px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-11 {
    border-radius: 11px !important;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-13 {
    border-radius: 13px !important;
}

.radius-14 {
    border-radius: 14px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-end-8 {
    border-radius: 0px 8px 8px 0px !important;
}


/*Start common css*/
.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.object-fit-cover {
    object-fit: cover;
}

/*End common css*/


/*Start courses page*/
.list-btn:hover,
.list-btn.active {
    background-color: var(--color-4);
    color: var(--color-9);
    border: 1.5px solid var(--color-4);
}

.list-btn svg path {
    fill: #0D0C23;
}

.list-btn:hover svg path,
.list-btn.active svg path {
    fill: #fff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.form-select:focus {
    border-color: var(--color-15);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #F2F4F6;
}

.courses-card .courses-card-body .courses-text .review-icon i.filled {
    color: var(--bs-yellow);
}

/*End courses page*/


/* Pagenation */
.pagenation-items {
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.page-link,
.page-item a {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 0px solid #00000000;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 400;
}

.pagenation .active,
.page-item.active .page-link {
    background-color: #754FFE;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #754ffe;
}

.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link {
    border-radius: 5px;
    border: none;
    background-color: var(--bg-white);
    color: var(--color-9);
    border: 1px solid var(--bg-white);
}

.page-link:focus,
.page-item a:hover {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent;
}

.page-link:hover,
.page-item a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4);
}

/*End pegination*/
.instructor-item .content .social-nav a {
    font-size: 16px !important;
}

.blog-item .content .link {
    margin-top: 7px;
}

.instructor-item .content p {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.instructor-item:hover .content p {
    visibility: visible;
    opacity: 1;
}

.title-two .title {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Clash Grotesk';

    font-weight: 500;
}

.efont {
    font-family: 'Clash Grotesk';
    font-weight: 500;
}

/*Instructor page social button*/
.social-btn {
    display: grid;
    color: var(--color-4);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    font-size: 14px;
    justify-content: center;
    transition: .5s;
}

.social-btn:hover,
.social-btn:focus {
    color: var(--bg-white-2);
    background-color: var(--color-4);
    transition: .5s;
}

.social-btn svg {
    margin: auto;
    transition: .5s;
    margin-bottom: 3px;
}

.social-btn:hover svg path {
    fill: #fff;
}

/*End Instructor page social button*/


/*Course details page*/
.course-heading-info {
    display: flex;
    flex-wrap: wrap;
}

.course-heading-info .info-tag {
    display: flex;
    margin-right: 18px;
    color: var(--color-9);
    font-size: 18px;
}

.course-heading-info .info-tag i {
    margin-right: 4px;
    margin-top: 4px;
}

@media only screen and (max-width: 500px) {
    .course-heading-info .info-tag .text-12px {
        margin-top: 2px !important;
    }
}

.created-by-instructor {
    color: var(--color-9);
}

.created-by-instructor:hover {
    color: var(--color-8);
}



/*Removed this code from style.css file*/
/*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #754ffe58;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

.course-description {
    /* margin: 20px 24px; */
    line-height: 2;
    font-size: 15px;
}

.course-description h3.description-head {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #000;
}

.course-description.requirements ul {
    list-style: inside;
}

ul.step-down {
    margin: 0px 8px;
}

ul.step-down li {
    list-style-type: none;
}

ul.step-down li a {
    text-decoration: none;
    color: #6E798A;

}

ul.step-down li {
    position: relative;
    margin: 20px 10px;
}

ul.step-down li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-4);
    left: -18px;
    top: 11px;
}

ul.step-down li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: calc(100% + 28px);
    background-color: #754ffe58;
    left: -14px;
    top: 13px;
}

ul.step-down li:last-child::before {
    display: none;
}

.course-left-side .faq.accordion-button::after {
    margin-left: unset !important;
    background-size: unset;
    top: unset;
    position: initial !important;
}

.course-decription .course-right-section {
    position: sticky;
    top: 10px;
}


@media only screen and (max-width: 991px) {
    .course-decription .course-right-section {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .course-decription .course-left-side {
        margin-top: 35px !important;
    }
}

.course-right-section .button a:hover,
.course-right-section .button a.active {
    background-color: var(--color-4);
    color: #fff;
}


/*curriculum-*/
.curriculum-accordion .accordion-button.collapsed::after {
    margin-left: -37px;
    background-size: 18px;
    top: 0;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

.curriculum-accordion .accordion-button::after {
    margin-left: -37px;
    background-size: 18px;
    top: 0;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

/*End course details page

/*Headre searchbar*/
.menu-search {
    z-index: 997 !important;
}

/*Headre searchbar*/



/*Compare page*/
.compare-table .table th {
    max-width: 80px !important;
}

.select2-selection.select2-selection--single {
    height: 40px !important;
    padding: 6px 5px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered,
.select2-results__option {
    font-size: 14px !important;
}

.compare-table .table td {
    width: 26%;
    min-width: 200px;
}

.compare-table .table th {
    width: 22%;
    min-width: 200px;
}

/*End compare page*/



/*Blog page*/
.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: radial-gradient(circle, rgb(49 171 134 / 87%) 0%, rgb(41 171 137) 74%) !important;
}

.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.blog-search-input.form-control:focus {
    border-color: #754ffe !important;
}

/*End Blog page*/



/*Button*/
.btn-primary {
    border: 1.5px solid #6e798a45;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: var(--color-4);
}

/*Button end*/
/*Color*/
.bg-primary {
    background-color: var(--color-4) !important;
}

/*End color*/


.right-section .search {
    margin-top: unset;
}


/*Student profile*/
.wish-list-body .wish-list-search {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.my-course-1-full-body {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.student-profile-info {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.student-profile-info .profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.student-profile-info h4 {
    margin-top: 20px;
    color: var(--color-1);
    font-size: 18px;
    font-weight: 600;
}

.student-profile-info span {
    color: var(--color-11);
    font-size: 12px;
    font-weight: 500;
}

.btn-profile-menu {
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}

.btn-profile-menu:hover,
.btn-profile-menu.active {
    background-color: var(--color-4);
    color: var(--color-9);
    transition: .5s;
}

.profile-settings-card {
    padding: 32px;
    border: 1px solid #edf2ee;
    border-radius: 24px;
    background: #fff;
}

.profile-settings-photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid #eef2ef;
}

.profile-settings-photo-copy {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-settings-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f4faf6;
}

.profile-photo-trigger {
    background-color: var(--bs-gray-200);
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
}

.compact-profile-form {
    max-width: 820px;
}

.profile-settings-section-title {
    margin-bottom: 22px;
}

.compact-profile-form .input-group-text,
.compact-profile-form .form-control {
    min-height: 52px;
}

.compact-profile-form .input-group-text {
    border-color: #e6ece7;
    background: #f7faf8;
    color: #71817b;
}

.compact-profile-form .form-control {
    border-color: #e6ece7;
}

.compact-profile-form .form-control[readonly] {
    background: #f7faf8 !important;
    color: #6b7280;
}

.profile-bio-textarea {
    min-height: 120px;
    resize: vertical;
}

.profile-more-details {
    border: 1px solid #e8efe9;
    border-radius: 20px;
    background: #fbfdfb;
    overflow: hidden;
}

.profile-more-details summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #0d221d;
}

.profile-more-details summary::-webkit-details-marker {
    display: none;
}

.profile-more-details summary small {
    color: #71817b;
    font-size: 13px;
    font-weight: 500;
}

.profile-more-details summary::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
    color: #2b865a;
}

.profile-more-details[open] summary::after {
    content: "-";
}

.profile-more-details-body {
    padding: 0 20px 20px;
    border-top: 1px solid #e8efe9;
}

@media (max-width: 991.98px) {
    .profile-settings-card {
        padding: 24px 20px;
    }

    .profile-settings-photo {
        align-items: flex-start;
        flex-direction: column;
    }

    .compact-profile-form {
        max-width: 100%;
    }
}

.invoice-bill::after {
    background-color: #fff;
}

@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    .print-d-none {
        display: none !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

.bg-white-2 {
    background-color: var(--bg-white-2) !important;
}

.conversation-body-1.active {
    background-color: #6e798a1a;
}

/*End student profile*/

.webui-popover {
    z-index: 99 !important;
}

.single-popup-course>.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}

.category-hide-icon {
    position: absolute;
    top: 41%;
    right: 10px;
}

.expert-instructor .instructor-card .instructor-card-body img {
    object-fit: cover;
    border-radius: 5%;
}

.speech-item-img img {
    max-width: 300px !important;
}

/*Home 2nd*/
.h-2-top-body .h-2-top a {
    position: relative;
}

.h-2-top-body .h-2-top a {
    osition: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-2-top-body:hover .h-2-top a {
    color: #fff !important;
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
    width: 90%;
    height: auto !important;
    display: flex;
    margin: auto;
    position: absolute;
    left: 5%;
    top: -40px;
    border-radius: 10px;
}

.eInstructor2 .h-2-instructor-full .h-2-instructor-image img {
    height: 262px !important;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i {
    color: #fff !important;
}

.h-3-top-categories .category-product .category-product-body a:first-child>i {
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #FB6871;
}

.h-3-top-categories .category-product .category-product-body:hover a:first-child>i {
    border: 2px solid #FFF;
}

/*Home 4th*/
.instructor-item {
    max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content {
    bottom: 0px !important;
    top: unset !important;
    padding: 12px 20px 70px !important;
}

.course-training-five .img {
    max-width: 170px !important;
}

.instructor-item-5 .content {
    max-height: 85px;
}

.instructor-item-5:hover .social {
    bottom: 70px;
}

/*End Home page*/

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
    padding: 2px 20px;
    font-size: 12px;
    height: 25px;
}

.nice-select .option {
    line-height: 30px !important;
    min-height: 30px !important;
    margin: 4px 10px;
    background: #F2F4F6;
    border-radius: 4px;
    color: #0D0C23;
    padding: 0;
    padding-left: 10px;
}

/*Language selector END*/

/*Start search bar*/
.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.search-container {
    position: relative;
}

.header-search-icon {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    background-color: transparent;
    z-index: 1;
}

.search-input-form .dropdown .btn {
    transform: translateY(0px) !important;
    border: 0px solid #e0d8ff;
    color: #000;
}

.search-input-form .dropdown .dropdown-toggle.show .search-menu-icon {
    display: none;
}

.search-input-form .dropdown .dropdown-toggle:not(.show) .close-menu-icon {
    display: none;
}

.search-input-floating {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    min-width: 350px;

    padding: 7px 6px 7px 38px;
    border-radius: 3px;
    transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    outline: none;
    opacity: 1;
}

.search-input {
    width: 100%;
    padding: 7px 6px 7px 38px;
    border: 2px solid #c7c7c7fa;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    margin-left: 4px;
    outline: none;
    opacity: 1;
}

.search-input:focus,
.search-input.focused {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}

.header-section-links {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 20px;
    overflow: visible;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.header-inline-search {
    flex: 0 0 240px;
    width: 240px;
    margin-left: 8px;
}

.header-inline-search .header-search {
    padding: 0;
}

.header-inline-search .search-input {
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

.right-menubar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 14px !important;
}

.right-menubar .dropdown-item {
    padding: 0;
    white-space: nowrap;
}

.right-menubar .wisth_tgl_div,
.right-menubar .menu_pro_tgl_div {
    margin-left: 0 !important;
}

.fooot-cent {
    padding-top: 24px;
}

.header-section-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
    color: #0d221d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.header-section-link:hover {
    color: #2b865a;
    border-color: #2b865a;
}

.header-section-dropdown {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.header-section-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.header-section-toggle i {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-left: 8px !important;
    transform: translateY(0);
}

.header-section-dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 190px;
    padding: 10px 0;
    background: #ffffff;
    border: 1px solid rgba(13, 34, 29, 0.08);
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(13, 34, 29, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.22s ease;
    z-index: 1000;
}

.header-section-dropdown:hover .header-section-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-section-dropdown-link {
    display: block;
    padding: 10px 16px;
    color: #0d221d;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-section-dropdown-link:hover {
    background: #f3faf6;
    color: #2b865a;
}

#german-courses,
#german-courses-card,
#private-lessons,
#business-german,
#quick-level-test,
#pricing,
#germanfy-app,
#gladlio-app {
    scroll-margin-top: 120px;
}

/*End search bar*/


/*Mobile device start*/
.btn-toggle {
    width: 100%;
    padding: 10px 20px;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

.btn-toggle-list {
    padding: 10px 20px;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
    margin-left: auto;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

/*Mobile device ended*/
/*Header end*/











/*UI FIX*/
/* .courses-card .courses-card-body .courses-text p{
    color: #6e798a !important;
} */
.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: 11px;
    margin-bottom: 17px;
}

/* .courses-list-view-card .courses-list-view-card-body .courses-text{
    padding: 12px 20px !important;
} */
.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.course-all-category {
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
}

/* .list-card-control .btn{
    border: 1px solid #64799616 !important;
} */
.select-box .nice-select .current {
    color: #0D0C23;
}

.select-box .nice-select {
    background-color: #FFF !important;
}

.language-control .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
}

.language-control .nice-select {
    background-color: transparent !important;
    border: none !important;
}

.language-control .nice-select .current {
    color: var(--color-9);
    font-weight: 500;
}

.form-select {
    border: 1px solid hsl(222.86deg 12.73% 89.22%) !important;
}

.course-category h3 {
    color: #1e293c;
}

.courses-card .courses-card-body .review-btn {
    margin-left: auto;
}

.courses-card .courses-card-body {
    display: block;
    width: 100%;
}

.courses-card .courses-card-body .courses-text .ellipsis-line-2 {
    margin-left: 0px;
}

.price-free {
    color: #6bbc92 !important;
}

.course-right-section .course-card .enrol .icon h4,
.course-right-section .course-card .enrol>h5 {
    font-size: 16px;
    color: #202937;
    font-weight: 500;
}

/* .course-right-section .course-card .ammount{
    padding: 0;
} */
.course-right-section .course-card .enrol .icon img {
    margin: 0px 18px 0px 0px;
}

.font-inter-light {
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-color) !important;
}

.font-inter-dark {
    font-family: 'Inter', sans-serif;
    color: var(--color-5) !important;
}

.course-left-side .nav-link.active svg *,
.course-left-side .nav-link:hover svg * {
    fill: var(--color-4);
}

.instructor .instructor-icon i {
    width: 38px;
    text-align: center;
}

.accordion-header {
    margin: 20px 0px 20px;
}

.course-left-side .accordion-item {
    border-bottom: 1.5px solid #ebebeb;
}

.course-left-side .accordion-button {
    padding: 0px 0px 10px 23px;
}

.accordion-item-title {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--color-5);
}

.ac-lecture li a {
    /* padding: 10px 15px; */
    color: var(--color-5);
}

.ac-lecture li a span {
    font-size: 15px;
}

.ac-lecture li a span i {
    font-size: 19px;
    position: relative;
    top: 2px;
}

/* .reviews{
    margin: 0px 30px;
} */

.menu_pro_tgl_bg,
.menu_pro_wish {
    background-color: var(--color-9);
}

@media only screen and (min-width: 992px) {
    .course-card {
        margin-top: -225px
    }
}

.courses-card .courses-card-body .courses-text {
    padding: 16px;
}

.common-card {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.message .conversation .conversation-1 .conversation-img p {
    width: 15px;
    height: 15px;
    line-height: 13px;
}

.courses-price-left {
    align-items: center;
}

.course-item-5 .img img {
    margin-bottom: -30px;
}

/*UI FIX END*/



/*Notification Start*/
.notify-icon {
    border-radius: 50%;
    background-color: #e6dfff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.notify-icon i {
    font-size: 16px !important;
}

.grid-view-body .courses-card .courses-text .review-icon span {
    line-height: 17px;
}

/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign {
    padding: 0px 1px;
}

.course-all-category .course-category .webdesign.less {
    max-height: 320px;
    overflow: hidden;
    padding: 0px 1px;
    transition: height 4s !important;
}

.instructor-1 .instructor-about,
.instructon-contact,
.instructor-about .grid-view-body .row {
    background-color: #fff;
}

.invoice-2-table-head h6 {
    margin: 15px 0px;
    color: var(--bs-dark-border-subtle);
}

.student .student-body-text {
    height: 220px;
}

@media (max-width: 420px) {
    .student .man {
        width: 100%;
        object-fit: contain;
        padding: 0px;
    }

    .slick-track {
        gap: 0px !important;
    }
}

.category-product .category-product-body {
    margin: 10px 0px !important;
}


.sbundle-items .bundle-body {
    max-height: 270px !important;
    min-height: 180px !important;
    overflow-y: auto;
}

.availOptions .aBox {
    width: 120px;
    height: 100px;
    margin-left: 8px;
}

.bannar-card {
    position: unset;
    bottom: unset;
    margin-top: 55px;
}

@media screen and (max-width: 575px) {
    .banner-five-content .title span.graphic {
        font-size: 50px !important;
        line-height: 80px;
    }
}


.btn-fill {
    border: 1px solid #754FFE !important;
    transition: .5s;
    padding: 12px 30px;
}

.btn-fill:hover {
    background: #754FFE;
    color: #fff;
}

.einsBtn .btn {
    padding: 14px 0 !important;
    font-weight: 500;
}

.courses .eimage img {
    height: 230px !important;
    object-fit: cover;
}

.follow-btn {
    border: 1px solid #754FFE !important;
    font-size: 13px;
    padding: 8px 30px;
    transition: .5s;
    font-weight: 500;
}

.follow-btn:hover {
    background-color: #754FFE;
    color: #fff;
}

.instructor-right .follow-btn {
    font-size: 14px;
}

.grecaptcha-badge {
    z-index: 99999;
}


.main-nav-wrap .nav-item .nav-link {
    color: #0D0C23 !important;
    font-weight: 500 !important;
    font-size: 14px;
    background: transparent !important;
}

.ctBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2B865A;
    min-width: 140px;
    min-height: 58px;
    padding: 12px 28px;
    color: #fff !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(43, 134, 90, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ctBtn:hover {
    background-color: #246f4b;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(43, 134, 90, 0.22);
}

.language-control .nice-select .option {
    line-height: 28px !important;
    min-height: 19px !important;
    margin: 6px 4px;
}


/* Addon Css */
.course-bundle-details .created-by-instructor {
    color: #0D0C23;
    font-weight: 500;
    font-size: 16px;
}

.course-right-section .course-card .card-img img {
    border-radius: 12px 12px 0 0;
    padding: 16px;
}

.eBundle-details .course-details-sidebar h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif;
    margin-bottom: 7px !important;
}





/* New Home Css */
.elegant-testimonial-slide {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin: 3px;
}

.ele-testimonial-profile-area {
    column-gap: 12px;
    margin-bottom: 16px;
}

.ele-testimonial-profile-area .profile {
    min-width: 64px;
    width: 64px;
    height: 64px;
}

.ele-testimonial-profile-area .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ele-testimonial-profile-name .name {

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0d221d;
}

.ele-testimonial-profile-name .time {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
    margin-bottom: 2px;
}

.ele-testimonial-profile-name .rating {
    column-gap: 5.32px;
}

.ele-testimonial-profile-name i {
    color: #fad300;
}

.ele-testimonial-profile-name .thin i {
    color: #babab4f0;
}

.elegant-testimonial-slide .review {
    font-size: 15px;
    line-height: 24px;
    color: #858c8a;
}


.mb-2px {
    margin-bottom: 2px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mb-16px {
    margin-bottom: 16px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-26px {
    margin-bottom: 26px !important;
}

.mb-28px {
    margin-bottom: 28px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mb-90px {
    margin-bottom: 90px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

.mb-110px {
    margin-bottom: 110px !important;
}

.mb-120px {
    margin-bottom: 120px !important;
}

/* padding */
.p-2px {
    padding: 2px !important;
}

.p-6px {
    padding: 6px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-12px {
    padding: 12px !important;
}

.p-14px {
    padding: 14px !important;
}

.p-16px {
    padding: 16px !important;
}

.p-18px {
    padding: 18px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-26px {
    padding: 26px !important;
}

.p-40px {
    padding: 40px !important;
}

/* pb */
.pb-18px {
    padding-bottom: 18px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

/* font size */
.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-31px {
    font-size: 31px !important;
}

.fs-32px {
    font-size: 32px !important;
}

.fs-34px {
    font-size: 34px !important;
}

.fs-40px {
    font-size: 40px !important;
}

.fs-43px {
    font-size: 43px !important;
}

.fs-44px {
    font-size: 44px !important;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-52px {
    font-size: 52px !important;
}

.fs-56px {
    font-size: 56px !important;
}

.fs-82px {
    font-size: 82px !important;
}

.fs-105px {
    font-size: 105px !important;
}


/* line hight */
.lh-normal {
    line-height: normal !important;
}

.lh-18px {
    line-height: 18px !important;
}

.lh-19px {
    line-height: 19px !important;
}

.lh-20px {
    line-height: 20px !important;
}

.lh-22px {
    line-height: 22px !important;
}

.lh-23px {
    line-height: 23px !important;
}

.lh-24px {
    line-height: 24px !important;
}

.lh-25px {
    line-height: 25px !important;
}

.lh-26px {
    line-height: 26px !important;
}

.lh-28px {
    line-height: 28px !important;
}

.lh-29px {
    line-height: 29px !important;
}

.lh-30px {
    line-height: 30px !important;
}

.lh-35px {
    line-height: 35px !important;
}

.lh-36px {
    line-height: 36px !important;
}

.lh-37px {
    line-height: 37px !important;
}

.lh-38px {
    line-height: 38px !important;
}

.lh-42px {
    line-height: 42px !important;
}

.lh-44px {
    line-height: 44px !important;
}

.lh-48px {
    line-height: 48px !important;
}

.lh-52px {
    line-height: 52px !important;
}

.lh-56px {
    line-height: 56px !important;
}

.lh-60px {
    line-height: 60px !important;
}

.lh-64px {
    line-height: 64px !important;
}

.lh-107px {
    line-height: 107px !important;
}

.lh-129px {
    line-height: 129px !important;
}

/* title */
.title-1 {
    font-family: 'Poppins';
    color: #030531;
    font-weight: 600;
    line-height: 1.3;
}

.italic-1 {
    font-style: italic;
    background: linear-gradient(133deg, #264871 18.22%, #076785 89.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.subtitle-1 {
    font-family: 'Rubik';
    font-weight: 400;
    color: #86868d;
    line-height: 1.5;
}

.title-2 {
    font-family: 'Poppins';
    color: #062320;
    font-weight: 600;
    line-height: 1.3;
}

.title-3 {
    font-family: 'Lexend Deca';
    font-weight: 500;
    line-height: 1.3;
    color: #0f101a;
}

.subtitle-2 {
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-3 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #8f919b;
}

.subtitle-4 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #838b95;
}

.title-4 {
    font-family: 'Lato';
    font-weight: 600;
    line-height: 1.3;
    color: #1d242d;
}

.title-5 {
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.3;
    color: #121421;
}

.subtitle-5 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-6 {
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 1.6;
    color: #8e8e96;
}

.title-6 {
    color: var(--whiteColor);
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    line-height: 130.5%;
}

.subtitle-7 {
    color: var(--whiteColor);
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.title-7 {
    color: #121314;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* letter Spacing */
.ls-1-7px {
    letter-spacing: 1.7px;
}

.ls-1px {
    letter-spacing: 1px;
}

/* Text Color */
.text-dark-2 {
    color: #171719 !important;
}

.text-dark-3 {
    color: #121314 !important;
}

.text-dark-4 {
    color: #49494A !important;
}

.text-danger-2 {
    color: var(--skinColor6) !important;
}

.text-pink {
    color: var(--skinColor7) !important;
}

.text-pink-2 {
    color: var(--skinColor7) !important;
    letter-spacing: 0.14em;
}

.text-purple-2 {
    color: #c874f4 !important;
}

.text-brown-2 {
    color: #feaf75 !important;
}

.text-skyblue-2 {
    color: #58c3ff !important;
}

.text-yellow-2 {
    color: #FFC832 !important;
}

.text-secondary-2 {
    color: #8A9097 !important;
}

.rounded-20px {
    border-radius: 20px !important;
}

.rounded-10px {
    border-radius: 10px !important;
}

.rounded-5px {
    border-radius: 5px !important;
}


/* Sahil Css */
.rk-hero-wrapper {
    width: 100%;
    min-height: 500px;
    background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0.1) 100%),
        url('https://www.shutterstock.com/image-photo/photo-group-latino-students-library-260nw-2651042905.jpg');
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
    padding: 90px 5%;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.rk-content-box {
    max-width: 650px;
    /* Hard-coded Entrance Animation */
    opacity: 0;
    transform: translateY(30px);
    animation: rkFadeInUp 0.8s ease forwards;
}

.rk-tagline {
    color: #2b865a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}

.rk-heading {
    font-size: 38px;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.rk-description {
    color: #555;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.rk-sub-cta {
    color: #2b865a;
    font-size: 14px;
    margin-bottom: 14px;
    display: block;
    list-style-type: circle !important;
    font-weight: 600;
    /* text-decoration: underline; */
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Unique Button Classes to avoid conflict */
.rk-action-area {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.rk-btn-primary {
    background-color: white;
    color: #2b865a;
    padding: 14px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2b865a;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(177, 152, 123, 0.3);
    font-size: 14px;
}

.rk-btn-primary:hover {
    background-color: #2b865a;
    color: white !important;
    transform: scale(1.05);
    /* box-shadow: 0 8px 25px rgba(177, 152, 123, 0.5); */
}

.rk-btn-secondary {
    background-color: #2b865a;
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(93, 0, 168, 0.3);
}

.rk-btn-secondary:hover {
    background-color: white;
    transform: scale(1.05);
    /* box-shadow: 0 8px 25px rgba(93, 0, 168, 0.5); */
    color: #2b865a;
    border: 2px solid #2b865a;
}

/* Animations */
@keyframes rkFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Fix */
@media (max-width: 768px) {
    .rk-hero-wrapper {
        background: #fff;
        padding: 40px 20px;
        text-align: center;
    }

    .rk-action-area {
        justify-content: center;
    }

    .rk-heading {
        font-size: 28px;
    }
}

.mbws {
    margin-bottom: 40px;
}


/* Second Css */

.secc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.rk-creator-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 100px 10% 0px 10%;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

/* Decorative Background Circles */
.rk-bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    /* Soft glow effect */
    z-index: 1;
    opacity: 0.4;
    animation: rkPulse 8s infinite alternate;
}

.rk-circle-1 {
    width: 300px;
    height: 300px;
    background: #2B865A;
    top: -100px;
    left: -100px;
}

.rk-circle-2 {
    width: 250px;
    height: 250px;
    background: #2B865A;
    bottom: -50px;
    right: 20px;
}

/* Content Styling */
.rk-creator-content {
    flex: 1;
    max-width: 580px;
    z-index: 5;
    animation: rkSlideIn 1s ease-out;
}

.rk-title {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 800;
}

.rk-title span {
    color: #2B865A;
}

.rk-badge-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rk-icon-circle {
    width: 32px;
    height: 32px;
    background-color: #f8f5f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.rk-badge-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.rk-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 75px;
}

/* Unique Buttons */
.rk-btn-container {
    display: flex;
    gap: 20px;
}

.rk-btn-trial {
    background-color: #2B865A;
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(177, 152, 123, 0.4);
}

.rk-btn-demo {
    background-color: #2B865A;
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(93, 0, 168, 0.4);
}

.rk-btn-trial:hover,
.rk-btn-demo:hover {
    transform: translateY(-5px) scale(1.02);
    filter: brightness(1.1);
}

/* Right Side Image */
.rk-image-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    z-index: 5;
}

.rk-image-container img {
    max-width: 100%;
    height: auto;
    /* Floating Animation */
    animation: rkFloat 4s ease-in-out infinite;
}

/* Animations */
@keyframes rkSlideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rkFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes rkPulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .rk-creator-section {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .rk-badge-row,
    .rk-btn-container {
        justify-content: center;
    }

    .rk-image-container {
        margin-top: 40px;
        justify-content: center;
    }
}

/*Third Section */


/*Third Section */
.faq-wrapper {
    width: 100%;
    max-width: 1140px;
    background-color: #ffffff;
    padding: 80px 60px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
    padding-bottom: 90px;
}

/* Header styling from image */
.header {
    text-align: center;
    margin-bottom: 50px;
}

.header h2 {
    color: #2B865A;
    /* font-style: italic; */
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.header h1 {
    color: #0d221d;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
    line-height: 1.8;
}

/* FAQ List Container */
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each FAQ item style */
.faq-item {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
    padding-left: 10px;
    border-radius: 5px;
}

.faq-question:hover {
    background-color: #f1f5f9;
    color: #2B865A;
    padding-left: 20px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
}

.dollar-sign {
    color: #2d8a5a;
    font-weight: bold;
    margin-right: 18px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-question:hover .dollar-sign {
    transform: scale(1.1) rotate(5deg);
}


.plus-icon {
    color: #2B865A;
    font-size: 24px;
    transition: transform 0.4s ease, color 0.4s ease;
}

.faq-question.active .plus-icon {
    transform: rotate(135deg);
    color: #ef4444
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;

    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
    color: #555;
    line-height: 1.7;
    font-size: 17px;
}

.faq-question.active+.faq-answer {
    opacity: 1;
    padding-bottom: 25px;
    max-height: 300px;
}

.faq-answer p {
    padding-left: 6px;
    margin: 0;
    padding-top: 5px;
}

.rs-bonus-layout {
    padding: 0px 1.5%;
    background-color: #ffffff;
    overflow: hidden;
}

/* Header Section */
.rs-header-group {
    text-align: center;
    margin-bottom: 40px;
}

.rs-badge {
    color: #a68e6e;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 12px;
}

.rs-main-heading {
    font-size: 36px;
    color: #0d221d;
    font-weight: 500;
    padding-bottom: 26px;
}

/* Main Flex Box */
.rs-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.rs-text-container {
    flex: 1.2;
}

.rs-visual-container {
    flex: 1;
    text-align: right;
}

/* Typography */
.rs-promo-label {
    color: #2b865a;
    font-weight: 600;
    margin-bottom: 20px;
}

.rs-hero-title {
    font-size: 35px;
    line-height: 1.5;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.rs-highlight {
    color: #2b865a;
}

.rs-hero-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    max-width: 550px;
}

/* Buttons Styling */
.rs-button-group {
    display: flex;
    gap: 15px;
}

.rs-btn {
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.rs-btn-primary {
    background-color: #a68e6e;
    color: white;
}

.rs-btn-secondary {
    background-color: #5d00a3;
    color: white;
}

.rs-btn:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(93, 0, 163, 0.2);
    filter: brightness(1.1);
}

/* Image with Floating Animation */
.rs-image-box {
    position: relative;
    animation: rs-float 6s ease-in-out infinite;
}

.rs-hero-img {
    width: 100%;
    max-width: 480px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* --- Entry Animations --- */
@keyframes rs-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes rs-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rs-slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rs-reveal-left {
    animation: rs-slideInLeft 1.2s ease-out;
}

.rs-reveal-right {
    animation: rs-slideInRight 1.2s ease-out;
}

.rs-reveal-up {
    animation: rs-slideInLeft 1s ease-out;
    transform: rotate(0);
}

/* Reusing for simplicity */

/* Responsive Design */
@media (max-width: 1024px) {
    .rs-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .rs-hero-title {
        font-size: 2.5rem;
    }

    .rs-hero-desc {
        margin: 0 auto 30px;
    }

    .rs-button-group {
        justify-content: center;
    }

    .rs-visual-container {
        text-align: center;
    }
}


.rsk-hero-section {
    padding: 60px 5%;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.rsk-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

/* Reverse Layout for Image on Left */
.rsk-row-reverse {
    flex-direction: row-reverse;
}

/* Text Content Styling */
.rsk-content-box {
    flex: 1;
}

.rsk-top-tag {
    color: #41906c;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.rsk-main-title {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.rsk-brand {
    color: #1a1a1a;
    /* Aap yahan apna primary color bhi de sakte hain */
}

.rsk-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

/* Button Styling */
.rsk-action-area {
    display: flex;
    gap: 15px;
}

.rsk-btn {
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
}

.rsk-btn-gold {
    background-color: #b19c83;
    color: #fff;
}

.rsk-btn-purple {
    background-color: #5d00a3;
    color: #fff;
}

/* Button Hover Animations */
.rsk-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    filter: brightness(1.1);
}

/* Image Styling */
.rsk-image-box {
    flex: 1;
}

.rsk-responsive-img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

/* --- Entrance Animations --- */
@keyframes rsk-slideRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rsk-slideLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rsk-fade-in-left {
    animation: rsk-slideRight 1s ease-out forwards;
}

.rsk-fade-in-right {
    animation: rsk-slideLeft 1s ease-out forwards;
}

/* Responsive for Mobile */
@media (max-width: 991px) {

    .rsk-container,
    .rsk-row-reverse {
        flex-direction: column;
        text-align: center;
    }

    .rsk-main-title {
        font-size: 2.2rem;
    }

    .rsk-description {
        margin: 0 auto 25px;
    }

    .rsk-action-area {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.mb-top-1 {
    margin-top: 80px;
}

.lms1-cCard-title {
    height: 10vh;
    border-radius: 70px;
    /* background: #2b865a; */
}

.lms1-btn-dark {
    background: #2b865a;
    border-radius: 50px;
}

.popover-btns a {
    border-radius: 50px;
}


.full-photo-section {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
    color: #333;
}

/* Top Headings */
.primary-section-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    /* padding-bottom: 15px; */
}

.secondary-section-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
    padding-bottom: 34px;
}

/* The Grid */
.photo-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1140px;
    margin: 0 auto 60px auto;
}

/* --- Full Image Card Styling --- */
.step-image-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    position: relative;
    border: 2.5px solid #2b865a;
}

/* Animation: Rise on Hover */
.step-image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Full Image Container */
.card-photo-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    /* Fixed height for image area */
    overflow: hidden;
}

.card-photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Important: maintains aspect ratio without stretching */
    transition: transform 0.6s ease;
}

/* Animation: Zoom image on hover */
.step-image-card:hover .card-photo-wrapper img {
    transform: scale(1.08);
}

/* Optional Subtle Overlay on Image */
.card-photo-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.05) 100%);
}

/* Text Content Area Below Image */
.card-text-content {
    padding: 30px 25px 20px 25px;
    text-align: center;
}

.card-item-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.card-item-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Button Styling */
.cta-trial-button {
    background-color: #2b865a;
    color: #fff;
    border: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.cta-trial-button:hover {
    background-color: #8c7961;
    box-shadow: 0 8px 20px rgba(164, 142, 113, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .primary-section-title {
        font-size: 32px;
    }

    .photo-cards-container {
        grid-template-columns: 1fr;
    }
}

.language-hero-wrapper {
    background-color: #ffffff;
    min-height: 86vh;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.hero-container {
    display: flex;
    width: 100%;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 40px;
    gap: 40px;
    align-items: center;
}

/* Left Panel Styling */
.content-panel {
    flex: 1;
    padding-top: 20px;
}

.main-heading {
    font-size: 40px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub-intro-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #0d221d;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    /* border: 2px solid #2e7d32; */
    border-radius: 50%;
    color: #2e7d32;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

.cta-note {
    margin-bottom: 35px;
}

.highlight-text {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #0d221d;
}

.privacy-text {
    font-size: 0.9rem;
    color: #666;
}

.primary-action-btn {
    display: inline-flex;
    align-items: center;
    background-color: #3d8c63;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(61, 140, 99, 0.3);
    transition: transform 0.2s ease;
}

.primary-action-btn:hover {
    transform: translateY(-2px);
    background-color: #347a56;
}

.arrow-icon {
    margin-left: 10px;
    font-size: 1.2rem;
}

/* Right Panel / Curved Image Styling */
.visual-panel {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.curved-mask {
    width: 100%;
    height: 600px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    overflow: hidden;
    position: relative;
}

.hero-display-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive for Mobile */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        padding: 20px;
    }

    .main-heading {
        font-size: 2.5rem;
    }

    .curved-mask {
        height: 400px;
        border-radius: 20px;
        /* Mobile par curve change kar diya */
    }
}

/* Base Styles */
.app-showcase-section {
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.container-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Typography */
.headline-bold {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 15px;
    text-align: center;
    color: #0d221d;
}

.description-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    text-align: center;
}

.sub-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
    padding-bottom: 60px;
}

/* Phone Grid with Fade Effect */
.device-display-grid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    /* Fade effect ke liye */
}

/* Takki bottom se images dhundli (fade) lagein */
.device-display-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

.phone-frame {
    flex: 1;
    max-width: 200px;
    transition: transform 0.3s ease;
}

.phone-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hover effect */
.phone-frame:hover {
    transform: translateY(-10px);
}

/* Store Buttons */
.store-links-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.store-badge img {
    height: 50px;
    transition: opacity 0.2s;
}

.store-badge:hover img {
    opacity: 0.8;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .headline-bold {
        font-size: 2rem;
    }

    .device-display-grid {
        flex-wrap: wrap;
    }

    .phone-frame {
        flex: 1 1 150px;
        max-width: 150px;
    }
}


.section-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 15;
    color: #0d221d;
    padding-bottom: 26px;
}

/* Grid Layout */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 70px;
}

/* Card Styling */
.card {
    background: #fff;
    border: 1px solid #d1d7dc;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0px;
}

.quote-icon {
    font-size: 40px;
    color: #2d8a5a;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.5;
    color: #2d2f31;
    margin-bottom: 20px;
    flex-grow: 1;
    /* Text ko space lene ke liye */
}

/* User Section */
.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.avatar {
    width: 40px;
    height: 40px;
    background-color: #2d8a5a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
}

.name {
    font-size: 14px;
    color: #6a6f73;
}

/* Links */
.course-link {
    font-size: 14px;
    font-weight: bold;
    color: #5624d0;
    text-decoration: none;
}

.course-link:hover {
    text-decoration: underline;
}

.view-all {
    display: inline-block;
    color: #5624d0;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.mt-top-11 {
    margin-top: 60px;
    text-align: center;
}

.rx-cre {
    position: relative;
}

.mt-11 {
    margin-top: 60px;
}

.cent {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.black-card {
    background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 26%)), url(https://plus.unsplash.com/premium_photo-1683120887619-8e6eca48afcb?w=1800&auto=format&fit=crop&q=85&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTN8fHN0dWRlbnQlMjBsZWFybmluZ3xlbnwwfDB8MHx8fDA%3D);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #d8c5b6;
    border-radius: 0px;
    padding: 80px 40px;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    text-align: center;
    color: white;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
}

@media (max-width: 768px) {
    .black-card {
        min-height: 100vh;
        padding: 60px 24px;
        margin: 0 calc(50% - 50vw);
    }
}

.black-card h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: white;
}

.black-card p {
    font-size: 14px;
    max-width: 500px;
    opacity: 0.9;
}

.rk-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.why-choose-area1 {
    padding: 0px;
}


.elite-pricing-area {
    /* padding: 100px 20px; */
    padding-bottom: 80px;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.elite-container {
    display: flex;
    gap: 24px;
    max-width: 1000px;
    width: 100%;
    padding-bottom: 60px;
}

/* Elite Card Base */
.elite-card {
    background: var(--glass);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 30px;
    flex: 1;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 23px 60px rgb(0 0 0 / 23%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.elite-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 50px 80px rgba(0, 0, 0, 0.1);
}

/* Floating Promo */
.floating-promo {
    position: absolute;
    top: 30px;
    right: -44px;
    background: var(--brand-green);
    color: white !important;
    padding: 8px 45px;
    font-size: 12px;
    font-weight: 500;
    transform: rotate(45deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.floating-promo1 {
    position: absolute;
    top: 43px;
    right: -56px;
    background: #2b865a;
    color: white !important;
    padding: 8px 45px;
    font-size: 12px;
    font-weight: 500;
    transform: rotate(45deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.floating-promo.dark {
    background: #2b865a;
}

/* Text Content */
.type-label {
    display: block;
    color: var(--brand-green);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    margin-bottom: 15px;
}

.elite-card h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #0d221d;
}

.description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 35px;
    font-size: 14px;
    height: 7vh;
}

/* Milestone Stepper */
.milestone-stepper {
    margin-bottom: 40px;
    height: 14vh;
}

.step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.dot {
    width: 8px;
    height: 8px;
    background: #2b865a;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(45, 138, 90, 0.5);
}

/* Pricing Footer */
.pricing-footer {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: auto;
}

.price-display small {
    display: block;
    color: #888;
    font-size: 12px;
}

.amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #111;
    padding-top: 14px;
}

.amount span {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* Elite Buttons */
.elite-btn {
    background: #111;
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.elite-btn.secondary {
    background: var(--brand-green);
}

.elite-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 850px) {
    .elite-container {
        flex-direction: column;
    }

    .elite-card {
        padding: 40px 30px;
    }
}

/* Section Container */
.library-suite {
    /* max-width: 1100px; */
    /* margin: 60px auto; */
    padding: 20px 0px 100px 0px;
    text-align: center;
}

.suite-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #0d221d;
    padding-bottom: 10px;
}

.suite-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
}

/* Grid Layout */
.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    padding-top: 50px;
}

/* Resource Card Design */
.resource-box {
    background: #ffffff;
    border: 1px solid #c3c3c3;
    padding: 35px;
    border-radius: 25px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

/* Icon Styling */
.icon-space {
    font-size: 40px;
    margin-bottom: 20px;
    background: #f0fdf4;
    /* Very light green */
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    transition: transform 0.3s ease;
}

.resource-name {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #111;
    height: 6vh;
}

.resource-box p {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    height: 5vh;
}

.download-link {
    font-weight: 700;
    color: #2d8a5a;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    transition: border 0.3s ease;
}

/* --- ANIMATIONS --- */

/* Hover Effect: Card Lifts & Shadow */
.resource-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #2d8a5a;
}

/* Hover Effect: Icon Jiggles */
.resource-box:hover .icon-space {
    transform: scale(1.1) rotate(-5deg);
    background: #2d8a5a;
    color: white;
}

/* Hover Effect: Link underline */
.resource-box:hover .download-link {
    border-bottom: 2px solid #2d8a5a;
}

/* Subtle Background Glow Animation */
.resource-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(45, 138, 90, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.resource-box:hover::before {
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .resource-grid {
        grid-template-columns: 1fr;
    }
}


/* Container Styling */
.assessment-zone {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.test-header {
    text-align: center;
    margin-bottom: 40px;
}

.test-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #111;
}

.test-desc {
    color: #666;
    margin-top: 10px;
}

/* Progress Bar Animation */
.progress-wrapper {
    margin-bottom: 30px;
}

.step-counter {
    display: inline-block;
    color: #667085;
    font-size: 1rem;
    font-weight: 600;
}

.progress-bar {
    background: #f0f0f0;
    height: 10px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2d8a5a, #2c8758);
    border-radius: 20px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Quiz Card Interaction */
.quiz-card {
    background: #f9fbf9;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #eef2ee;
    margin-bottom: 40px;
}

.question-text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.opt-option {
    display: block;
    margin: 0;
}

.quiz-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.opt-btn {
    display: block;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 15px;
    background: white;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.opt-btn:hover {
    border-color: #2d8a5a;
    color: #2d8a5a;
}

.opt-btn.selected {
    background: #2d8a5a;
    color: white;
    border-color: #2d8a5a;
}

.quiz-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.quiz-nav-btn {
    min-width: 150px;
    border: 0;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.quiz-nav-btn.primary {
    background: #2d8a5a;
    color: #fff;
}

.quiz-nav-btn.secondary {
    background: #edf6f0;
    color: #2d8a5a;
}

.quiz-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quiz-empty {
    padding: 22px 24px;
    border-radius: 20px;
    background: #f9fbf9;
    border: 1px solid #eef2ee;
    color: #667085;
    text-align: center;
    font-weight: 500;
}

/* Result Badge Section (Pulse Animation) */
.result-badge-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #2d8a5a;
    color: white;
    padding: 30px;
    border-radius: 25px;
    animation: fadeInUp 0.6s ease-out;
}

.badge-icon {
    font-size: 28px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid white;
    animation: pulseGlow 2s infinite;
}

.result-info h3 {
    margin: 0;
    font-size: 1.5rem;
}

.result-info p {
    opacity: 0.9;
    margin: 5px 0 20px 0;
}

.recommend-cta {
    display: inline-block;
    background: white;
    color: #2d8a5a;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.recommend-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* --- KEYFRAMES --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 600px) {
    .assessment-zone {
        margin: 40px 16px;
        padding: 24px 18px;
        border-radius: 28px;
    }

    .options-grid {
        grid-template-columns: 1fr;
    }

    .quiz-navigation {
        flex-direction: column-reverse;
    }

    .quiz-nav-btn {
        width: 100%;
    }

    .result-badge-box {
        flex-direction: column;
        text-align: center;
    }
}

:root {
    --accent-green: #00d285;
    --deep-blue: #0f172a;
    --soft-white: #f8fafc;
}

.neo-hub {
    padding: 100px 5%;
    background: radial-gradient(circle at top right, #e2fdf5, #ffffff);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hub-header {
    text-align: center;
    margin-bottom: 60px;
}

.gradient-text {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 10px;
    color: #0d221d;
}

.trust-badge-mini {
    background: #111;
    color: white;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* Layout Grid */
.hub-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Level Test Card (Left) */
.hub-card {
    background: white;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #f1f5f9;
    transition: transform 0.4s ease;
}

.hub-card:hover {
    transform: scale(1.01);
}

.badge-tag {
    color: #2d8a5a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    margin-bottom: 6px;
}

.hub-card h3 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--deep-blue);
}

.test-preview-box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    background: #f1fdf9;
    padding: 30px;
    border-radius: 30px;
}

.level-indicator {
    text-align: center;
}

.circle-progress {
    width: 90px;
    height: 90px;
    border: 6px solid #2d8959;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 900;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 210, 133, 0.2);
    animation: float 3s ease-in-out infinite;
}

.primary-pill {
    background: #2c8859;
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
    MARGIN-BOTTOM: 28px;
}

/* .primary-pill:hover {
    background: var(--accent-green);
    transform: translateY(-3px);
} */

/* Resource Stack (Right) */
.resource-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stack-item {
    background: white;
    padding: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #f1f5f9;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stack-item:hover {
    transform: translateX(-15px);
    box-shadow: 20px 20px 40px rgb(0 0 0 / 12%);
}

.stack-icon {
    font-size: 2rem;
    background: #f8fafc;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 960px) {
    .hub-layout {
        grid-template-columns: 1fr;
    }

    .gradient-text {
        font-size: 2.5rem;
    }

    .test-preview-box {
        flex-direction: column;
        text-align: center;
    }
}

.price {
    position: relative;
}


.how-it-works {
    padding: 190px 20px;
    background: #f8fafc;
    overflow: hidden;
    position: relative;
}

.header-content {
    text-align: center;
    margin-bottom: 80px;
}

.badge {
    background: rgba(99, 102, 241, 0.1);
    color: var(--accent);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #0d221d;
    text-align: center;
}

.section-title span {
    color: var(--accent);
    position: relative;
}

/* Steps Grid */
.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.step-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #c3c3c3;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    overflow: hidden;
}

.step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #2d8a5a;
}

.step-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(45, 138, 90, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.step-card:hover::before {
    opacity: 1;
}

/* Background Large Number */
.card-bg-number {
    display: none;
}

/* Icon Styling */
.icon-box {
    width: 82px;
    height: 82px;
    background: #f0fdf4;
    color: #2b865a;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 25px;
    box-shadow: 0 14px 24px -12px rgba(43, 134, 90, 0.35);
    border: 1px solid rgba(43, 134, 90, 0.12);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.icon-box--soft {
    background: #ffffff;
    box-shadow: 0 16px 28px -18px rgba(43, 134, 90, 0.45), 0 0 0 1px rgba(13, 34, 29, 0.05);
    border: 0;
}

.icon-box img,
.step-illustration {
    width: 52px;
    height: 52px;
    transition: transform 0.3s ease;
}

.step-card:hover .icon-box {
    transform: scale(1.1) rotate(-5deg);
    background: #2d8a5a;
    color: #ffffff;
}

.step-card:hover .step-illustration {
    transform: scale(1.04);
}

.step-card:hover .step-icon-accent {
    fill: #ffffff;
}

.step-card:hover .step-icon-soft,
.step-card:hover .step-icon-accent-soft {
    fill: rgba(255, 255, 255, 0.2);
}

.step-card:hover .step-icon-stroke-fill {
    stroke: rgba(255, 255, 255, 0.28);
}

.step-card:hover .step-icon-stroke,
.step-card:hover .step-icon-accent-stroke,
.step-card:hover .step-icon-check-dark {
    stroke: #ffffff;
}

.step-card:hover .step-icon-chat,
.step-card:hover .step-icon-soft-line {
    stroke: rgba(255, 255, 255, 0.78);
}

.step-card:hover .step-icon-dark {
    stroke: #0d221d;
}

.icon-box img {
    object-fit: contain;
    filter: hue-rotate(52deg) saturate(0.9);
}

.step-icon-accent {
    fill: #2b865a;
}

.step-icon-soft {
    fill: #f0fdf4;
}

.step-icon-accent-soft {
    fill: #dff7ea;
}

.step-icon-stroke-fill {
    stroke: rgba(43, 134, 90, 0.16);
    stroke-width: 2;
}

.step-icon-ink {
    fill: #0d221d;
}

.step-icon-stroke {
    fill: none;
    stroke: #2b865a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.step-icon-dark {
    fill: none;
    stroke: #0d221d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.step-icon-accent-stroke {
    fill: none;
    stroke: #2b865a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.step-icon-check {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.step-icon-check-dark {
    fill: none;
    stroke: #2b865a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.step-icon-chat {
    fill: none;
    stroke: #f0fdf4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.5;
}

.step-icon-soft-line {
    fill: none;
    stroke: #dff7ea;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.5;
}

.step-card h3 {
    font-size: 1.25rem;
    color: #0d221d;
    margin-bottom: 15px;
}

.step-card p {
    color: var(--light-text);
    line-height: 1.6;
    font-size: 0.95rem;
}

.connector {
    display: none !important;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }
}


.different-platform {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #2b865a6e 100%);
    overflow: hidden;
}

.header-content {
    text-align: center;
    margin-bottom: 60px;
}

.sub-heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-color);
    font-weight: 700;
    font-size: 0.9rem;
}

.section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #0d221d;
    text-align: center;
}


/* Grid Setup */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 46px;
}

/* Card Design */
.feature-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    animation: fadeInUp 0.6s ease backwards;
    animation-delay: calc(var(--i) * 0.2s);
}

.feature-card:hover {
    transform: translateY(-15px) scale(1.02);
    background: #ffffff;
    border-color: var(--accent-color);
}

/* Icon Animation */
.feature-icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    transition: var(--transition);
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-outline-illustration {
    overflow: visible;
}

.feature-outline-stroke {
    fill: none;
    stroke: #222833;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-outline-fill {
    fill: #2b865a;
}

.feature-card:hover .feature-img {
    animation: bounceIcon 0.8s infinite alternate;
}

.feature-card h3 {
    font-size: 1.4rem;
    color: #2f3542;
    margin-bottom: 15px;
}

.feature-card p {
    color: #57606f;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIcon {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .features-grid {
        gap: 20px;
    }
}

.learning-styles {
    padding: 100px 20px 100px 20px;
    background: #f8fafc;
}

.header-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 15px;
    color: #0d221d;
}

.section-title span {
    color: var(--primary-indigo);
}

.section-desc {
    color: #555;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Grid Layout */
.styles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

/* Card Styling */
.style-card {
    background: var(--bg-white);
    border-radius: 32px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.style-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

/* Special Border for Private Card */
.private-card {
    border: 2px solid var(--primary-indigo);
}

.icon-circle {
    /* width: 70px; */
    /* height: 70px; */
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.icon-circle img {
    width: 70px;
    height: auto;
}

.icon-circle .group-course-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: block;
}

.style-card h3 {
    font-size: 19px;
    color: #0d221d;
    margin-bottom: 0px;
    font-weight: 600;
}

.style-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    height: 26vh;
}

.features-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 13px;
}

.features-list li i {
    color: #10b981;
    /* Green Check */
    margin-right: 12px;
    font-size: 1.1rem;
}

/* Target Audience Box */
.target-audience {
    background: white;
    padding: 0px;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-top: auto;
    height: 12vh;
}

.target-audience strong {
    display: block;
    color: var(--primary-indigo);
    margin-bottom: 5px;
}

/* CTA Buttons */
.cta-btn {
    display: block;
    text-align: center;
    padding: 16px 30px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-group {
    background: var(--text-dark);
    color: white;
}

.btn-private {
    background: var(--primary-indigo);
    color: white;
}

.cta-btn:hover {
    filter: brightness(1.2);
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .style-card {
        padding: 30px;
    }
}

.ge-path-section {
    padding: 160px 0;
    background: #ffffff;
    overflow: hidden;
}

.ge-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ge-header {
    text-align: center;
    margin-bottom: 70px;
}

.ge-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 15px;
    color: #0d221d;
}

.ge-desc {
    color: #555;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
}


/* Flexbox for Path Flow */
.ge-path-flow {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.ge-step {
    display: flex;
    align-items: center;
    grid-column: span 2;
    justify-self: center;
    opacity: 0;
    transform: translateY(30px);
    animation: geFadeIn 0.6s ease forwards;
    animation-delay: var(--d);
}

.ge-step:nth-child(4) {
    grid-column: 2 / span 2;
}

.ge-step:nth-child(5) {
    grid-column: 4 / span 2;
}

/* THE LEAF CARD - Exact image shape */
.ge-leaf-card {
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px 60px 20px 60px;
    /* One corner sharp, opposite corner rounded */
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    min-width: 250px;
    transition: 0.3s ease;
}

.ge-leaf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(45, 140, 97, 0.15);
}

/* Green Cog/Badge */
.ge-badge {
    width: 55px;
    height: 55px;
    background: #2D8C61;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #2D8C61;
    /* Double ring effect */
}

/* The dotted outer ring from image */
.ge-badge::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border: 2px dashed rgba(45, 140, 97, 0.3);
    border-radius: 50%;
}

.ge-badge span {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.ge-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.ge-content p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #888;
    line-height: 1.3;
}

/* Arrow Styling */
.ge-arrow {
    margin: 0 5px;
    display: flex;
    align-items: center;
}

/* Button */
.ge-cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

.ge-btn {
    padding: 18px 50px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
}

.ge-btn:hover {
    background: #2D8C61;
    transform: scale(1.05);
}

@keyframes geFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive: 5 cards ek line mein nahi aayenge mobile par */
@media (max-width: 1100px) {
    .ge-arrow {
        display: none;
    }

    .ge-path-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .ge-step,
    .ge-step:nth-child(4),
    .ge-step:nth-child(5) {
        grid-column: span 1;
    }
}

.cents {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

/* Container jo strip ko narrow (patla) rakhega */
.feature-strip-container {
    width: 100%;
    background: #2b865a;
    color: #ffffff;
    overflow: hidden;
    padding: 8px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    /* display: none; */
}

/* Scrolling animation setup */
.scrolling-content {
    display: inline-block;
    animation: scroll-left 60s linear infinite;
}

/* Pause animation on hover */
.feature-strip-container:hover .scrolling-content {
    animation-play-state: paused;
}

/* Har item ki styling */
.feature-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin: 0 40px;
    font-weight: 500;
    gap: 8px;
}

.icon {
    margin-right: 8px;
    color: #4ade80;
    /* Green accent color */
}

/* Trusted badge special styling */
.badge {
    background: #2b865a;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Animation Keyframes */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.why-choose-section1 {
    background: linear-gradient(90deg, #e7f1ea 0%, #ffffff 50%, #e7f1ea 100%) !important;
    border-radius: 28px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0px;
}

.experience-section {
    padding: 80px 5%;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 36px;
    color: #0d221d;
    font-weight: 500;
    padding-bottom: 16px;
}

.section-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
}

.exp-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
    /* Rows ke beech ka gap */
}

.exp-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.exp-row.reverse {
    flex-direction: row-reverse;
}

/* Image styling with a cool effect */
.exp-image {
    flex: 1;
    height: 400px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.exp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.exp-row:hover .exp-image img {
    transform: scale(1.1);
}

/* Text Content styling */
.exp-text {
    flex: 1;
}

.tag {
    background: #eef7f2;
    color: #1a5d40;
    padding: 6px 0px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.exp-text h3 {
    font-size: 28px;
    margin: 8px 0 10px 0px;
    color: #333;
}

.exp-text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 14px;
}

/* Stats Section */
.exp-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.stat {
    font-size: 0.9rem;
    color: #444;
}

.stat b {
    display: block;
    font-size: 1.2rem;
    color: #1a5d40;
    font-weight: 600;
}

/* Link Styling */
.exp-link {
    text-decoration: none;
    color: #1a5d40;
    font-weight: 500;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s;
}

.exp-link:hover {
    gap: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .exp-row,
    .exp-row.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .exp-image {
        width: 100%;
        height: 250px;
    }
}

.fxp-light-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    padding: 0px 20px 60px 20px;
    font-family: 'Inter', sans-serif;
}

.fxp-light-container {
    display: flex;
    gap: 24px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fxp-light-card {
    flex: 0 0 calc(33.33% - 16px);
    background: #ffffff;
    border: 2px solid #d5d5d5;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fxp-light-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #2B865A;
}

.fxp-light-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: -2px 0 18px;
    font-size: 18px;
    line-height: 1;
}

.fxp-light-stars i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fxp-light-stars .is-active {
    color: #f4b400;
    text-shadow: 0 1px 0 rgba(181, 131, 0, 0.18);
}

.fxp-light-stars .is-inactive {
    color: #eadfb3;
}

.fxp-light-quote {
    font-size: 45px;
    color: #2B865A;
    font-family: serif;
    line-height: 1;
    margin-bottom: 6px;
    opacity: 0.4;
}

.fxp-light-card p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}

.fxp-light-user {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}

.fxp-light-user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.fxp-light-user h5 {
    color: #1e293b;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.fxp-light-user span {
    color: #64748b;
    font-size: 0.85rem;
}

/* Navigation Buttons */
.fxp-ctrl-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
    z-index: 5;
}

.fxp-ctrl-btn:hover {
    background: #2B865A;
    color: white;
    border-color: #2B865A;
}

@media (max-width: 900px) {
    .fxp-light-card {
        flex: 0 0 85%;
    }
}

.description-text1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
    padding-bottom: 0px;
}

.secs {
    margin-bottom: 60px;
}

.Why-choose {
    padding: 70px 0px;
}

.why-choose-section1 {
    padding-bottom: 20px;
}

.menubar {
    background-color: #ffffff !important;
}

.mt-201
{
    margin-top: 30px;
}

.mt-2012
{
    margin-top: 50px;
}

.mobile-img {
    width: 100%;
}

.vector-imgss {
    padding-top: 150px;
}

.why-choose-section1::before {
    display: block;
    content: "";
    position: absolute;
    left: -12px;
    bottom: 18px;
    width: 440px;
    height: 240px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 240' fill='none'%3E%3Cpath d='M-18 190C62 190 86 178 130 136C175 94 203 82 272 82H458' stroke='%235A9C74' stroke-width='1.8'/%3E%3Cpath d='M-18 216C56 216 81 204 126 163C171 121 202 108 272 108H458' stroke='%235A9C74' stroke-width='1.8'/%3E%3Cpath d='M-18 242C50 242 76 229 121 190C165 151 199 136 272 136H458' stroke='%235A9C74' stroke-width='1.8'/%3E%3C/svg%3E") no-repeat left bottom / contain;
    opacity: 0.58;
    filter: none;
}

.why-choose-section1::after {
    display: block;
    content: "";
    position: absolute;
    right: -8px;
    top: 22px;
    width: 430px;
    height: 230px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430 230' fill='none'%3E%3Cpath d='M448 38C369 31 334 37 286 79C238 122 209 134 135 134H-24' stroke='%235A9C74' stroke-width='1.8'/%3E%3Cpath d='M448 77C377 71 342 77 293 118C244 160 211 171 135 171H-24' stroke='%235A9C74' stroke-width='1.8'/%3E%3Cpath d='M448 114C383 109 348 114 298 155C249 196 214 206 135 206H-24' stroke='%235A9C74' stroke-width='1.8'/%3E%3C/svg%3E") no-repeat right top / contain;
    opacity: 0.58;
    filter: none;
}
/* Sahil Css */
