@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

:root {
    /* --primary: #9967cb; */
    --primary: #6d3fae;
    --secondary-color: #f5f4f5;
    --accent-color: #e0d7ea;
    --background-color: #ffffff;
    --text-color: #0a090b;
    --hover-color: #9543e6;
    --radius: 8px;
    --transition: all 0.3s ease;
}

body {
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.p-60 {
    padding: 60px 0;
}

.section-sub-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
    position: relative;
}

.section-sub-title::before {
    content: '';
    height: 2px;
    width: 50px;
    background: var(--primary);
    position: absolute;
    bottom: -5px;
    left: 0;
}

h2 {
    font-size: 30px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 5%;
    z-index: 999;
    transition: var(--transition);
}

header.sticky {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.logo_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;
    max-width: 180px;
    background-color: var(--background-color);
    border-radius: var(--radius);
}


header .nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 6px 40px;
    background: var(--background-color);
    border: 1px solid #ccc;
    border-radius: 32px;
}

header.sticky .nav {
    border: unset;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 3rem;
}

.nav-link {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

.nav-link:hover {
    color: var(--primary);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: var(--transition);
}

.nav-link:hover::after {
    width: 100%;
}

.orderBtn {
    padding: 10px 20px;
    font-size: 16px;
    background: var(--primary);
    border-radius: var(--radius);
    transition: var(--transition);
    color: var(--background-color);
}

.orderBtn:hover {
    background: var(--hover-color);
}


.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-icon {
    width: 2rem;
    height: 2rem;
}


.banner {
    padding-top: 180px;
    background: url(../img/home4-bg.png) no-repeat center center / cover;
    /* min-height: 100vh; */
}

.banner .sub-title {
    position: relative;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding-left: 60px;
}

.banner .sub-title::before {
    content: '';
    height: 2px;
    width: 50px;
    background: var(--primary);
    position: absolute;
    top: 13px;
    left: 0;
}

.banner .title {
    font-size: 32px;
}

.banner .sub-title::after {
    content: '';
    background: url('../img/rise.png') no-repeat center center;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -35px;
    right: 22%;
    transform: scale(0.8);
}

.banner_usp {
    margin: 10px 0;
}

.banner_usp li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
}

.banner_usp li::before {
    content: '';
    height: 17px;
    width: 17px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNy43MiAxMTcuNzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExNy43MiAxMTcuNzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgo8IVtDREFUQVsKCS5zdDB7ZmlsbDojN0Y2MEU0O30KXV0+Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU4Ljg2LDBjOS4xMywwLDE3Ljc3LDIuMDgsMjUuNDksNS43OWMtMy4xNiwyLjUtNi4wOSw0LjktOC44Miw3LjIxYy01LjItMS44OS0xMC44MS0yLjkyLTE2LjY2LTIuOTIgYy0xMy40NywwLTI1LjY3LDUuNDYtMzQuNDksMTQuMjljLTguODMsOC44My0xNC4yOSwyMS4wMi0xNC4yOSwzNC40OWMwLDEzLjQ3LDUuNDYsMjUuNjYsMTQuMjksMzQuNDkgYzguODMsOC44MywyMS4wMiwxNC4yOSwzNC40OSwxNC4yOXMyNS42Ny01LjQ2LDM0LjQ5LTE0LjI5YzguODMtOC44MywxNC4yOS0yMS4wMiwxNC4yOS0zNC40OWMwLTMuMi0wLjMxLTYuMzQtMC45LTkuMzcgYzIuNTMtMy4zLDUuMTItNi41OSw3Ljc3LTkuODVjMi4wOCw2LjAyLDMuMjEsMTIuNDksMy4yMSwxOS4yMmMwLDE2LjI1LTYuNTksMzAuOTctMTcuMjQsNDEuNjIgYy0xMC42NSwxMC42NS0yNS4zNywxNy4yNC00MS42MiwxNy4yNGMtMTYuMjUsMC0zMC45Ny02LjU5LTQxLjYyLTE3LjI0QzYuNTksODkuODMsMCw3NS4xMSwwLDU4Ljg2IGMwLTE2LjI1LDYuNTktMzAuOTcsMTcuMjQtNDEuNjJTNDIuNjEsMCw1OC44NiwwTDU4Ljg2LDB6IE0zMS40NCw0OS4xOUw0NS44LDQ5bDEuMDcsMC4yOGMyLjksMS42Nyw1LjYzLDMuNTgsOC4xOCw1Ljc0IGMxLjg0LDEuNTYsMy42LDMuMjYsNS4yNyw1LjFjNS4xNS04LjI5LDEwLjY0LTE1LjksMTYuNDQtMjIuOWM2LjM1LTcuNjcsMTMuMDktMTQuNjMsMjAuMTctMjAuOThsMS40LTAuNTRIMTE0bC0zLjE2LDMuNTEgQzEwMS4xMywzMCw5Mi4zMiw0MS4xNSw4NC4zNiw1Mi42NUM3Ni40LDY0LjE2LDY5LjI4LDc2LjA0LDYyLjk1LDg4LjI3bC0xLjk3LDMuOGwtMS44MS0zLjg3Yy0zLjM0LTcuMTctNy4zNC0xMy43NS0xMi4xMS0xOS42MyBjLTQuNzctNS44OC0xMC4zMi0xMS4xLTE2Ljc5LTE1LjU0TDMxLjQ0LDQ5LjE5TDMxLjQ0LDQ5LjE5eiIvPgo8L2c+Cjwvc3ZnPg==') center center/contain no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.banner-img img {
    height: 500px;
    width: 100%;
    mix-blend-mode: darken;
}

.hat-img {
    top: 0;
    right: 40%;
    opacity: .6;
}

.book-img {
    bottom: 20%;
    left: 20%;
    opacity: .6;
}

.banner-cta {
    background: var(--accent-color);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.banner-cta .cta-inner {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0 70px;
}

.cta-inner h3 {
    font-size: 24px;
}

.cta-shape1 {
    bottom: -40px;
    left: 5%;
    animation: wave-float 15s normal infinite linear;
}

@keyframes wave-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(5deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(-10px) rotate(-5deg);
    }
}

.cta-shape2 {
    top: 40%;
    right: 10%;
    animation: circle-rotate 15s normal infinite linear;
}

@keyframes circle-rotate {
    0% {
        -webkit-transform: rotate(0deg) translate(-25px) rotate(0deg);
        transform: rotate(0deg) translate(-25px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-25px) rotate(-360deg);
        transform: rotate(360deg) translate(-25px) rotate(-360deg);
    }
}

.service-wrap .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
.owl-theme .owl-nav [class*=owl-],.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.service-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: wave-float 15s normal infinite linear;
}

.service-wrap .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary) !important;
    color: white !important;
    margin-left: 10px;
    font-size: 16px !important;
}

.right button i {
    margin-left: 8px;
}

.service-wrap .item {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    margin: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.icon-blue {
    background: var(--primary);
    color: #fff;
}

.icon-light {
    background: var(--secondary-color);
    color: var(--primary);
}

.item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111827;
}

.item p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

.secondary-btn {
    padding: 6px 15px;
    background: var(--accent-color);
    font-size: 14px;
    color: var(--primary);
    transition: var(--transition);
}

.secondary-btn:hover {
    color: var(--background-color);
    background: var(--primary);
}

.about-us .about-feature {
    height: 100px;
    width: 200px;
    border-radius: var(--radius);
    margin-right: 10px;
}

.about-features li i {
    color: var(--primary);
    margin-right: 8px;
}

.counter-section {
    background-color: var(--primary);
    color: #fff;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50px;
    width: 150px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 30%, transparent 31%);
    border-radius: 50px;
    z-index: 1;
    animation: wave-float 15s normal infinite linear;
}

.counter-section::after {
    content: '';
    position: absolute;
    right: -100px;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.counter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.counter-text {
    flex: 1 1 100%;
    max-width: 360px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.counter-boxes {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
}

.counter-box {
    text-align: center;
    min-width: 140px;
}

.counter-box i {
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
}

.counter-box p {
    font-size: 14px;
    margin-top: 5px;
}

.counter-num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
}

.experts-image-box {
    flex: 1 1 40%;
    position: relative;
}

.experts-image-box img {
    width: 100%;
    border-radius: 12px;
}

.active-students {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.active-students .text {
    font-weight: bold;
    color: #1e1e1e;
}

.active-students .highlight {
    color: var(--primary);
}

.avatars {
    display: flex;
    align-items: center;
    gap: -8px;
    margin-left: 10px;
}

.avatars img,
.avatars span {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
}

.avatars span {
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experts-content {
    flex: 1 1 55%;
}

.experts-content p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 30px;
}

.seo-inner {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 60px;
}

.seo-content-wrap {
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity .3s
}

.seo-content-wrap.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, var(--secondary-color) 0, #e8e8e800 100%);
    pointer-events: none
}

.hidden {
    display: none;
}

.seo-content-wrap.collapsed {
    opacity: .9;
}

.seo-subtitle {
    color: #9a7cfc;
    font-size: 1.5rem;
    margin: 1.8rem 0 1rem;
    border-bottom: 2px solid #9a7cfc;
    padding-bottom: .5rem
}

.seo-text {
    color: var(--faq-text);
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 1rem
}

.table {
    font-size: 15px;
    --bs-table-striped-bg: #e9c4ff;
}

.seo-content .cta-container {
    background-color: #f8f9fa;
    border-left: 4px solid #9a7cfc;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0
}

.seo-content .cta-title {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: .8rem
}

.exam-help-list li {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    position: relative;
    border-left: 4px solid var(--primary);
}

.exam-help-list li ul {
    list-style-type: disc;
    padding-left: 1rem;
}

.exam-help-list li li {
    background: #fff;
    padding: 0;
    border-radius: unset;
    box-shadow: none;
    margin-bottom: 5px;
    position: relative;
    border-left: unset;
}

.reasons-list {
    counter-reset: list-counter;
    margin-left: 0;
    padding-left: 0
}

.reasons-list li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.6;
    color: #444
}

.reasons-list li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--faq-primary)
}

.assignment-process {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.assignment-process li {
    background-color: #f9f9f9;
    border-left: 4px solid var(--faq-primary);
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    line-height: 1.6;
    font-size: 16px
}

.side-image {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-165deg);
}

.side-image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: wave-float 15s normal infinite linear;
}

.feature-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.feature-box {
    background-color: var(--secondary-color);
    padding: 16px 18px;
    border-radius: 12px;
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    overflow: hidden;
}

.feature-box::before {
    content: '';
    height: 80px;
    width: 80px;
    background: var(--accent-color);
    position: absolute;
    top: -30px;
    left: -50px;
    transform: rotate(35deg);
    z-index: 5;
}

.feature-box::after {
    content: '';
    height: 100%;
    width: 7px;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
}

.feature-box i {
    color: var(--primary);
    font-size: 18px;
    margin-top: 4px;
    position: relative;
    z-index: 10;
}

.feature-box .content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-box .content p {
    font-size: 14px;
    color: #4b5563;
}


.why-overlay {
    bottom: 0;
    left: 0;
}

.why-overlay2 {
    top: 0;
    right: -50px;
    animation: wave-float 15s normal infinite linear;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.course-card {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 240px;
}

.course-card.active {
    background-color: var(--accent-color);
}

.course-card i {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--primary);
}

.course-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.course-card p {
    font-size: 14px;
    color: #555;
}

.feature-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.reviews {
    background: var(--secondary-color);
}

.student-review-carousel .student-review-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    text-align: left;
    margin: 10px;
    transition: transform 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.student-review-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.student-review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.student-review-avatar {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    object-fit: cover;
}

.student-review-info .student-review-name {
    font-size: 16px;
    font-weight: 700;
    color: #101010;
}

.student-review-info .student-review-role {
    font-size: 14px;
    color: var(--primary);
}

.student-review-text {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}


.student-review-stars {
    color: #ffb400;
    font-size: 16px;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    display: inline-block;
    margin: 5px 4px;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-dot.active span {
    background: var(--primary);
}

.faq-item {
    background-color: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: var(--white);
    transition: var(--transition);
}

.faq-item.active .faq-question {
    background: var(--accent-color);
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-color);
    margin-right: 15px;
}

.faq-icon {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    transition: var(--transition);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: #f8f9fa;
}

.faq-answer-content {
    padding: 0 25px;
    line-height: 1.7;
    color: #636e72;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 0;
}

/* ===========footer============== */
.footer {
    background-color: #231f40;
    color: #ddd;
    padding: 40px 0 20px;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.footer-widget .logo {
    width: 150px;
    margin-bottom: 15px;
}

.footer-widget h4 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 6px;
}

.footer-widget ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget .desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-top: 40px;
}

.social-icons a {
    background: #ffffff1a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    transition: .4s;
    width: 50px;
}

.social-icons a:hover {
    color: #fff;
}

.contact-info i {
    margin-right: 8px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 14px;
}

.footer-bottom a {
    color: #ddd;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.payment-list {
    display: flex;
    align-items: center;
}

.footer-shape1 {
    top: 40px;
    left: -100px;
}

.footer-shape2 {
    bottom: 40px;
    right: -50px;
}