@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);
}

.navbar-brand img {
    height: 60px;
}

.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;
    background: var(--bg-white);
    z-index: 9;
}

.globe-btn {
    color: var(--text-dark);
}

a.header-right {
    background: #544898;
    color: #FFF;
    padding: 0px 20px;
    border-radius: 10px;
    line-height: 48px;
    font-weight: 400;
    align-items: center;
    margin-left: 20px;
}

.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: 55px 0 33px;
    margin-top: 74px;
}

.banner-btn .primary-btn {
    background: #6e63a7;
    border: 1px solid #fff;
    height: 48px;
}

.banner-btn {
    display: flex;
}

.primary-btn.two {
    background: url(../../assets/img/banner/btn-bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.banner-btn-text p {
    text-align: center;
    margin: 0 !important;
}

.banner .app-btns .third-btn {
    background: none;
    padding: 0;
    border-radius: 0;
}

.third-btn.light {
    padding-right: 20px !important;
    border-right: 1px solid #fff;
}

section.banner .container {
    height: 100%;
}

section.banner .row {
    height: 100%;
}

.banner .section-title h6 {
    color: #F7C187;
}

.app-btns {
    display: flex;
    gap: 15px;
}

.primary-btn {
    background: #594D9B;
    color: var(--text);
    padding: 12px 22px;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 500;
}

.section-title h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

.section-title h6 {
    color: #544898;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
}

.third-btn {
    padding: 10px;
    background: linear-gradient(90deg, #483D86 0%, #7B6DCB 100%);
    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: 30px;
}

span.top-text {
    display: block;
    font-size: 10px;
}

.banner-bottom-text {
    display: flex;
    align-items: center;
}

.banner-bottom-text p {
    margin-left: 10px;
}

/* About */

.about-feature-text p {
    text-align: justify;
    border-right: 2px solid #D0DAE3;
    padding-right: 10px;
}

.about-feature-text {
    width: 100%;
}


.feature-left {
    display: flex;
    gap: 15px;
    width: 100%;
}

.left-feature-icon {
    width: 100%;
    padding: 15px;
    background: #7D6EDA30;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.feature-right {
    text-align: center;
}

.about-list {
    margin-top: 15px;
    margin-bottom: 20px;
}

.about-list ul li {
    list-style: disc;
    margin-left: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.about-content p {
    margin-bottom: 10px;
}

.right-feature-icon {
    background: #7D6EDA30;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.about-feature-text h5 {
    font-size: 16px;
    color: #544898;
    font-weight: 700;
}

.about-feature {
    border-bottom: 1px solid #D0DAE3;
    padding-bottom: 30px;
}

section.about {
    background: #FBFAFF;
    padding: 40px 0 60px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 900;
}

.about-content {
    background: #fff;
}

.main-about {
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}

img.layer1 {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 30%;
    z-index: -1;
}

.about-img img {
    width: 100%;
}

.feature-text h5 {
    font-size: 18px;
    font-weight: 600;
}

.feature-item {
    display: flex;
    gap: 20px;
    border-left: 4px solid #544898;
    padding: 10px 10px 10px 25px;
    border-radius: 5px;
}

.feature-list {
    margin: 35px 0;
}

a.plane-btn {
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}

.app-img img {
    height: 560px;
    max-width: 100%;
}

.feature-icon {
    background: #E7E4F8;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.mission-img img {
    height: 122%;
    position: absolute;
    top: -11%;
    left: -90%;
}

.mission-img {
    position: relative;
    height: 535px;
}

section.mission {
    padding: 60px 0;
}


/* feature */

.feature-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    padding: 20px 10px;
}

.feature-img img {
    height: 80px;
}

.feature-img {
    margin-bottom: 15px;
}

.feature-title h4 {
    font-size: 18px;
    font-weight: 600;
}

section.key-feature {
    background: #f9fafb;
    position: relative;
}

section.key-feature:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 72%;
    bottom: 0;
    left: -56%;
    background: url(../../assets/img/feature/layer.png);
}

.feature-box.one {
    box-shadow: 0px 0px 32px 0px #FFD2B7;
    border: 1px solid #E5844A;
}

.feature-title p {
    font-size: 15px;
}

.feature-box.two {
    box-shadow: 0px 0px 32px 0px #D8C0FF;
    border: 1px solid #6A40AC;
}

.feature-box.three {
    box-shadow: 0px 0px 32px 0px #30B37236;
    border: 1px solid #489F74;
}

.feature-box.four {
    box-shadow: 0px 0px 32px 0px #D3E7FF;
    border: 1px solid #2577D6;
}

/* Process */

.process-imgg img {
    width: 100%;
}

.coming-btn p {
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(180deg, #A27AFF 25.58%, #4117A1 87.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}


/* Pricing Plans */

.priceing-plan {
    background: #f9fafb;
    position: relative;
}

section.priceing-plan:before {
    position: absolute;
    content: "";
    height: 70%;
    top: -21%;
    width: 50%;
    right: -24%;
    background: url(assets/img/app/layer1.png);
}


.pricing-card {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 30px 25px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #544898;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.premium {
    background: #544898;
    color: white;
}

.badge-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #E7E4F8;
    color: #5b4b9e;
    padding: 5px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.badge-tag.free {
    background: #E7E4F8;
    color: #5b4b9e;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pricing-card.premium .card-title {
    color: white;
}

.card-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #544898;
}

.pricing-card.premium .card-subtitle {
    color: #ffd966;
}

.features-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffd966;
    margin-bottom: 20px;
    margin-top: 10px;
}

.price-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.price-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    gap: 12px;
}

.feature-icon {
    color: #5b4b9e;
    margin-right: 12px;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-card.premium .feature-icon {
    color: white;
}

.feature-text {
    color: #4d4d4d;
}

.pricing-card.premium .feature-text {
    color: white;
}

.feature-name {
    font-weight: 600;
}

.price {
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.pricing-card.premium .price {
    color: #ffd966;
}

.price-period {
    font-size: 18px;
    font-weight: 400;
}

.pricing-card.premium .price-period {
    color: #ffd966;
}

.btn-scan {
    background: #544898;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-scan:hover {
    background: #4a3c85;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(91, 75, 158, 0.3);
}

.pricing-card.premium .btn-scan {
    background: white;
    color: #5b4b9e;
}

.pricing-card.premium .btn-scan:hover {
    background: #f5f5f5;
}

li.price-feature-item i {
    font-size: 18px;
}

.pricing-card.premium .price-feature-item {
    margin-bottom: 28px;
}


/* Plan Comparison */

.comparison-table {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #9A98A4;
    padding: 0;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 2px solid #fff;
}

.header-cell {
    padding: 20px 25px;
    text-align: center;
}

.header-cell:first-child {
    background: #f1f1f1;
}

.header-cell:nth-child(2) {
    background: #F8F8F9;
    border-right: 1px solid #e8e4f3;
}

.header-cell:nth-child(3) {
    background: linear-gradient(135deg, #5b4b9e 0%, #6b5aa8 100%);
    color: white;
}

.plan-title {
    font-size: 24px;
    font-weight: 700;
    color: #5b4b9e;
    margin-bottom: 15px;
}

.header-cell:nth-child(3) .plan-title {
    color: #fff;
}

.plan-price {
    font-size: 36px;
    font-weight: 700;
    color: #2d2d2d;
}

.header-cell:nth-child(3) .plan-price {
    color: white;
}

.btn-plan {
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 14px;
    height: 45px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-basic {
    background: #5b4b9e;
    color: white;
}

.btn-basic:hover {
    background: #4a3c85;
    transform: translateY(-2px);
}

.btn-pro {
    background: white;
    color: #5b4b9e;
}

.btn-pro:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 2px solid #fff;
}

.table-row:last-child {
    border-bottom: none;
}

.row-cell {
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.row-cell:first-child {
    background: #f1f1f1;
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
}

.row-cell:nth-child(2) {
    /* justify-content: center; */
    background: #F8F8F9;
}

.row-cell:nth-child(3) {
    background: #E7E4F8;
    padding-left: 60px;
}

.check-icon {
    color: #7cb342;
    font-size: 20px;
    margin-right: 10px;
}

.cross-icon {
    color: #e53935;
    font-size: 24px;
}

.warning-icon {
    color: #ffa726;
    font-size: 20px;
    margin-right: 10px;
}

.feature-text {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
}

.feature-detail {
    font-size: 12px;
    color: #000;
    font-style: italic;
    display: block;
    margin-top: 2px;
}

.feature-highlight {
    color: #5b4b9e;
    font-weight: 600;
}

.badge-new {
    background: #ffd966;
    color: #2d2d2d;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 5px;
    font-weight: 700;
}

.plan-price-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 28px;
    align-items: center;
}

.check-icon.yellow {
    color: #F5E800;
}

.plan-title span.yellow-bg {
    color: #000;
    background: #F5E800;
    padding: 3px 25px;
    border-radius: 4px;
}

@media (max-width: 768px) {

    .table-header,
    .table-row {
        grid-template-columns: 1fr;
    }

    .row-cell:first-child {
        border-bottom: 1px solid #e8e4f3;
    }

    .row-cell:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #e8e4f3;
    }

    .header-cell:nth-child(2) {
        border-right: none;
    }
}

section.plan-comparison {
    position: relative;
    background: #f9fafb;
}

section.plan-comparison:before {
    position: absolute;
    content: "";
    height: 50%;
    width: 48%;
    left: 0;
    top: 0;
    background: url(../../assets/img/app/layer2.png);
    background-repeat: no-repeat;
}




/* App */

.app-content {
    padding-left: 60px;
}

.app-img {
    position: relative;
}

.app-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 10%;
    background: url(../../assets/img/app/app-layer.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.app-bottom-text {
    margin-top: 25px;
}

.app-content p {
    font-weight: 500;
    font-family: var(--body-font2);
}

.app-bottom-text p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.app-tab ul li a span img {
    height: 25px;
}

.app-tab ul li a span {
    border: 1px solid #544898;
    padding: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.app-tab ul li {
    margin-bottom: 30px;
}

.app-tab ul {
    position: relative;
}

.app-tab ul:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    border: 1px dashed #544898;
    left: 20px;
    z-index: -1;
}

.app-tab ul li a {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}

.app-tab ul li a.active {
    color: #544898;
}

.app-tab ul li a.active span {
    background: #544898;
    box-shadow: 0 0 5px 1px #544898;
}

.app-tab ul li a.active span img {
    filter: brightness(0) invert(1);
}

.app-tab {
    margin-top: 25px;
}

.image-app1 {
    display: none;
}

.image-app1.active {
    display: block;
}

.app-tab a.active {
    color: #fff;
}

.image-app1 {
    display: none;
    opacity: 0;
    transition: 0.4s;
}

.image-app1.active {
    display: block;
    opacity: 1;
}


/* Blog */

.blog-content .auth {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.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: 260px;
    object-fit: cover;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #544898;
}

.blog-content {
    padding: 10px;
}

.blog-content .read-more {
    margin-top: 20px;
    display: inline-block;
    color: #01864A;
    font-weight: 600;
}

.blog-content p {
    min-height: 103px;
}

.auth .cat {
    background: #E4F8EF;
    color: #01864A;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.auth .time {
    font-size: 14px;
    color: #686868;
}

span.cat.red {
    color: #C43737;
    background: #F8E4E4;
}

.blog-content .read-more.red {
    color: #C43737;
}


/* Testimonial */

.testimonial-box {
    text-align: center;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    margin-top: 110px;
    margin-bottom: 40px;
    position: relative;
}

.client-img img {
    height: 90px;
    width: 90px !important;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #544898;
}

.client-name p {
    font-size: 18px;
    color: #544898;
    font-weight: 700;
}

.client-name span {
    font-size: 16px;
    color: #8292A4;
    font-weight: 500;
}

.client-name {
    margin: 5px 0 10px;
}

.client-text p {
    color: #456281;
    font-weight: 500;
}

section.testimonial {
    background: #F5F1FF75;
    padding: 0 0 30px;
}

.testimonial-wrap {
    background: #fff;
    padding: 60px 0px 0;
    border-radius: 10px;
}

.client-img {
    margin-top: -65px;
}

.testimonial-box:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 40px;
    top: 35%;
    left: 10px;
    background: url(../../assets/img/testimonial/top-quote.png);
    z-index: 9999 !important;
    background-repeat: no-repeat;
}

.testimonial-box:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 40px;
    bottom: 5%;
    right: 10px;
    background: url(../../assets/img/testimonial/bottom-quote.png);
    z-index: 9999 !important;
    background-repeat: no-repeat;
}

/* Center focused item */
.owl-carousel .owl-item.active.center .testimonial-box {
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 126.3px 0px #E1DDFC;
    background: #fff;
}


.owl-dots {
    display: none;
}

button.owl-prev {
    position: absolute;
    top: 35%;
    left: 1%;
    height: 55px;
    width: 55px;
    background: #E7E4F8A6 !important;
    border-radius: 50% !important;
    font-size: 33px !important;
    color: #544898 !important;
}

button.owl-next {
    position: absolute;
    top: 35%;
    right: 1%;
    height: 55px;
    width: 55px;
    background: #E7E4F8A6 !important;
    border-radius: 50% !important;
    font-size: 33px !important;
}

button.owl-prev:hover span {
    color: #000 !important;
}

button.owl-next:hover span {
    color: #000 !important;
}

/* Faq */

.faq {
    position: relative;
    z-index: 1;
}

img.faq-shap {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
}

.faq-left {
    z-index: 1;
    position: relative;
    background: linear-gradient(110.27deg, #6951D4 1.93%, #482A76 100.08%);
    box-shadow: 10px 25px 100px 0px #043A8B40;
    border: 1px solid #664ECA;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
    background-image: url("../../assets/img/icon/Star1.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    transform: none !important;
}

/* When accordion is open */
.accordion-button:not(.collapsed)::after {
    background-image: url("../../assets/img/icon/Star2.png") !important;
}


.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; */
    display: flex;
    align-items: center;
}

.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;
}

h2.accordion-header span {
    font-size: 20px;
    background: #EDEEF0;
    color: #002B6B;
    height: 47px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.faq-title h4 {
    color: #fff;
}

.faq-btn a {
    background: #fff;
    color: #000;
}

.faq-title p {
    color: #fff;
    margin-top: 15px;
}


.faq-btn a img {
    height: 34px;
    margin-right: 10px;
}

/* Footer */

footer {
    background: #18183C;
    padding: 30px 0;
}

.footer-logo img {
    height: 60px;
}

.footer-title h3 {
    color: var(--text);
    font-size: 23px;
}

.footer-nav ul li a {
    color: var(--text);
}

.footer-item p {
    color: var(--text);
}

.copyright-text p {
    color: var(--text);
}

.footer-bottom {
    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;
}

.footer-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

p.f-bottom {
    color: #fff;
}

p.f-bottom a {
    color: #FF8A44;
}

.footer-shad p {
    color: #fff;
    background: #2B2B50;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.copyright-text {
    text-align: end;
}

p.footer-coming {
    font-size: 60px;
    font-weight: 200;
    background: linear-gradient(180deg, #EAEAEA 25.58%, #979797 87.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}


/* CTA */

.app-btns.cta .third-btn {
    background: none;
    padding: 0;
    border-radius: 0;
}

section.cta {
    background: #18183C;
    border-bottom: 1px solid #4D4B4B;
    padding: 40px 0;
}

.cta-content {
    text-align: center;
}

.cta-content .banner-btn {
    display: flex;
    justify-content: center;
}

.app-btns.cta {
    display: flex;
    justify-content: center;
}

.cta-title h2 {
    color: #fff;
    font-size: 38px;
}

.cta-title p {
    color: #fff;
    font-size: 24px;
}

.cta-content .banner-btn .banner-btn-text {
    color: #fff;
}

.cta-content .banner-btn .banner-btn-text a {
    box-shadow: 1px 8px 37px 0px #FFFFFF40;
}



/* Blog Detail */

.bread-img {
    height: 65vh;
}

.bread-img img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

section.breadcurb {
    padding: 75px 0 0;
}

.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;
}


.coming-btn img {
    position: absolute;
    content: "";
    left: -10%;
    top: -104%;
    height: 150px;
    width: 100%;
    z-index: -1;
}

.coming-btn {
    position: relative;
    margin-top: 30px;
    width: 320px;
}


/* Modal */

.contact-img img {
    width: 100%;
    border-radius: 20px;
}

.modal-dialog {
    max-width: 900px !important;
}

.modal-body {
    background: #170F34;
    padding: 0;
    border-radius: 20px;
}

.contact-form {
    background: #D9D9D933;
    padding: 20px 20px 15px;
    margin: 30px;
    position: relative;
    z-index: 9;
    border-radius: 25px;
}


.contact-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
}

.contact-title h2 {
    color: #fff;
}

.contact-title p {
    color: #fff;
}

.contact-title {
    margin-bottom: 15px;
}

.input-box label {
    color: #fff;
    display: block;
}

.input-box input {
    background: #F7F3F333;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    color: #fff;
}

.input-box textarea {
    background: #F7F3F333;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.input-box {
    margin-bottom: 10px;
}

.contact-btn a {
    box-shadow: 0px 4px 19px 0px #5B2DC561;
    background: #5B2DC5;
    color: #fff;
    padding: 10px 30px;
    width: 220px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: auto;
}

.modal-content button {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    background: none;
    border: none;
    z-index: 9;
    font-size: 24px;
}

.modal-content {
    border-radius: 20px;
}