@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/* ========== 1. CSS Reset (Modern) ========== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== 2. Root Variables (Colors, Fonts) ========== */
:root {
    /* Primary Colors */
    --primary: #7F51F2;
    --primary-dark: #000;

    /* Backgrounds */
    --bg-white: #fff;
    --bg-main: #F5F5F5;
    --bg-dark: #0a0a0a;

    /* Text */
    --text: #ffffff;
    --text-dark: #000;
    --text-light: #e0e0e0;
    --text-muted: #bdbdbd;

    /* Fonts */
    --body-font1: "Inter", sans-serif;
    --body-font2: "Manrope", sans-serif;
}

/* ========== 3. Global Base Styles ========== */
html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: var(--body-font1);
    -webkit-font-smoothing: antialiased;
}

/* ========== 4. Typography ========== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-dark);
    font-family: var(--body-font2);
}


p {
    margin-bottom: 0;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.full-wrap {
    overflow: hidden;
}

section {
    padding: 80px 0;
}

a.primary-btn img {
    margin-left: 5px;
    height: 15px;
}


/* Header */

button.navbar-toggler {
    background: var(--text);
}

.header-link {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--text-dark);
}

a.header-right i {
    font-size: 22px;
}

.header-bar {
    line-height: 60px;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

a.header-right {
    background: var(--text);
    color: var(--text-dark);
    padding: 0px 20px;
    border-radius: 35px;
    line-height: 48px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 6px 1px #0000001f;
}

.section-title p {
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 500;
}

/* banner */

.banner {
    background: url(../../assets/img/banner/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

section.banner .container {
    height: 100%;
}

section.banner .row {
    height: 100%;
}

.banner-content {
    margin-top: 18%;
}

.app-btns {
    display: flex;
    gap: 15px;
}

.primary-btn {
    background: #7f51f2ab;
    color: var(--text);
    padding: 12px 40px;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
}

.section-title h1 {
    font-size: 55px;
    font-weight: 700;
}

.section-title h6 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner-content p {
    color: var(--text-dark);
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0;
}

.third-btn {
    background: var(--text-dark);
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    color: var(--text);
}

.full-btn {
    display: flex;
    gap: 5px;
    align-items: center;
}

.btn-icon i {
    font-size: 36px;
}

span.top-text {
    display: block;
    font-size: 10px;
}

.banner-bottom-text {
    display: flex;
    align-items: center;
}

.banner-bottom-text p {
    margin-left: 10px;
}


.banner-btn a span {
    background: #000;
    background: linear-gradient(180deg, #FFFFFF 35.99%, #D9C6FF 66.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}

/* About */

section.about {
    background: #FBFAFF;
}

.section-title h2 {
    font-size: 44px;
    font-weight: 700;
}

.about-content {
    padding-left: 25px;
}

.about-img img {
    width: 100%;
}

.feature-text h5 {
    font-size: 18px;
    font-weight: 600;
}

.feature-item {
    display: flex;
    gap: 25px;
}

.feature-list {
    margin: 35px 0;
}

a.plane-btn {
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

.app-img img {
    width: 100%;
}

/* Process */

section.process {
    background: #F9F6FF;
}

.process-item {
    text-align: center;
    position: relative;
}

.process-item:before {
    position: absolute;
    width: 52%;
    content: "";
    right: -33%;
    height: 13%;
    top: 14%;
    background: url(../../assets/img/icon/process-line.png);
    background-repeat: no-repeat;
}

.process-item.last:before {
    background: none;
}

.process-icon img {
    height: 150px;
}

.process-text h6 {
    font-size: 20px;
}

.process-text h4 {
    font-size: 38px;
}

.process-text {
    margin-top: 10px;
}

/* Rewards */
.rewards-item {
    border: 1px solid #0C718D;
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(245.75deg, #EAE2FF -39.72%, #FFFFFF 98.93%);
    position: relative;
    overflow: hidden;
}

img.shad {
    position: absolute;
    width: 100%;
    top: -22%;
    left: 0;
    z-index: 0;
}

.rewards-img {
    position: relative;
    z-index: 1;
}

.rewards-title {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.rewards-title h4 {
    font-size: 32px;
    font-weight: 600;
}

.rewards-title p {
    font-size: 16px;
    font-weight: 600;
}

.rewards-text p {
    font-size: 18px;
    font-weight: 500;
}

.rewart-bottom p {
    font-size: 18px;
    font-weight: 500;
}

.rewart-bottom p a {
    color: var(--primary);
}

/* App */

.app {
    background: url(../../assets/img/app/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.app-content {
    padding-left: 60px;
}

.app-bottom-text {
    margin-top: 40px;
}

.app-content p {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--body-font2);
}

.app-bottom-text p {
    font-size: 18px;
    font-weight: 500;
}

.coming-btn p {
    font-size: 30px;
    font-weight: 500;
    background: linear-gradient(180deg, #9B89C6 0%, #695794 35.23%, #46376B 128.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}

.coming-btn {
    position: relative;
    margin-top: 30px;
}

.coming-btn img {
    position: absolute;
    content: "";
    left: -25%;
    top: -104%;
    height: 150px;
    width: 90%;
}

/* Community  */

.community-img img {
    width: 100%;
}

.community-list {
    margin: 25px 0;
    margin-left: 15px;
}

.community-list ul li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}

.community-bottom-text p {
    font-size: 20px;
    font-weight: 500;
}

.community-bottom-text p a img {
    margin-left: 5px;
    height: 15px;
}

.community-list ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    background: var(--primary);
    width: 8px;
    left: -15px;
    top: 9px;
    border-radius: 50%;
}

/* Blog */

.process-blog {
    background: #F5F1FF75;
}

.blog-item {
    box-shadow: 0px 2px 7.1px 3px #C0BBBB40;
    border-radius: 10px;
    padding: 10px;
}

.blog-img img {
    width: 100%;
    height: 310px;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.blog-content {
    margin-top: 15px;
    padding: 10px;
}

.blog-content .auth {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.auth .cat {
    background: #E4F8EF;
    color: #01864A;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

span.cat.red {
    color: #C43737;
    background: #F8E4E4;
}

.auth .time {
    font-size: 14px;
    color: #686868;
}

.blog-content .read-more {
    margin-top: 20px;
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
}

.blog-content p {
    min-height: 102px;
}

/* Faq */

.faq {
    position: relative;
    z-index: 1;
}

img.faq-shap {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 0;
}

.faq-left {
    z-index: 1;
    position: relative;
}

/* Remove default arrow */
.accordion-button::after {
    background-image: none !important;
    display: flex;
    content: '+';
    font-size: 28px;
    color: #272727;
    transform: none !important;
    align-items: center;
}

/* When accordion is open (active) */
.accordion-button:not(.collapsed)::after {
    content: '−';
    /* minus sign */
}

.accordion-button {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-header {
    border-radius: 15px !important;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 15px !important;
    border: 1px solid #00000012 !important;
}

.accordion-button.collapsed {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--text-dark) !important;
    padding: 22px 20px;
    border-radius: 15px !important;
}

.accordion-button {
    font-size: 18px !important;
    font-weight: 600;
    padding: 22px 20px;
}

.faq-img {
    margin-top: 25%;
}

.faq-list li {
    list-style: auto;
    margin-left: 18px;
    margin-bottom: 5px;
}

.faq-list2 li {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 5px;
}

/* Footer */

footer {
    background: url(../../assets/img/footer/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 0;
}

.footer-title h3 {
    color: var(--text);
}

.footer-nav ul li a {
    color: var(--text);
}

.footer-item p {
    color: var(--text);
}

.copyright-text p {
    color: var(--text);
}

.footer-bottom {
    border-top: 1px solid var(--text);
    padding: 10px 0;
    margin-top: 30px;
}

.social-links ul li a {
    color: var(--text);
    font-size: 20px;
}

.app-btns.footer {
    display: grid;
    margin-bottom: 15px;
}

.app-btns.footer a {
    width: 175px;
    border: 1px solid var(--text);
}

.footer-nav ul li {
    line-height: 30px;
    margin-bottom: 10px;
}

.footer-item.footer-about {
    width: 370px;
}

.footer-item {
    margin-top: 30px;
}

.footer-title {
    margin-bottom: 20px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-text .bottom {
    margin-top: 20px;
    font-weight: 500;
}

.footer-text .bottom a {
    color: #79F4FF;
}

/* Default header (top par) */
.header-bar {
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Scroll hone ke baad */
.header-bar.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}



.breadcurb {
    background: #E2D6FF;
}

.bread-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

section.breadcurb {
    padding: 60px 0 20px;
}

.date-time {
    display: flex;
    justify-content: space-between;
}

.date-time .left-btn a {
    font-size: 18px;
    color: #01864A;
    background: #E4F8EF;
    padding: 5px 20px;
    border-radius: 20px;
}

.date-time .right-text p {
    color: #686868;
    font-size: 18px;
}

.detail-title h4 {
    font-size: 32px;
}

.detail-box p {
    font-size: 18px;
    margin-bottom: 12px;
}

.detail-title {
    margin-bottom: 20px;
}

.detail-box {
    margin-top: 40px;
}

.detail-list ul li {
    list-style: disc;
    margin-left: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

.detail-list.not li {
    list-style: none;
}

.blog-img {
    background: #E2D6FF;
}