* {
    font-family: "Roboto", sans-serif;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.row {
    margin: 0;
    padding: 0;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.flex {
    display: flex !important;
}

.gap-5 {
    gap: 5px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;

    @media (max-width: 600px) {
        flex-direction: column;
    }

    a {
        text-decoration: none;
        color: #4b5563;
        font-size: 16px;
    }
}

.btn-downloadapp {
    background-color: #7872fe;
    border: none;
    border-radius: 100px;
    color: #ffffff;
    padding: 8px 16px;
}

.banner-section {
    position: relative;
    /* background: url("/ca-earnifi/images/banner-bg.png") center center / cover no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;

    .overlay {
        width: 100%;
        height: 100%;
        /* background: linear-gradient(to right, #376149, #0E243B); */
        align-content: center;
        justify-content: center;
        box-sizing: border-box;
        mix-blend-mode: hard-light;
    }

    h1 {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin: 0px;
        margin-bottom: 10px;

        @media (max-width: 768px) {
            font-size: 28px;
        }
    }

    .btn-getdeals {
        background-color: #ffffff;
        color: #7E22CE;
        font-size: 16px;
        font-weight: 500;
        border: none;
        border-radius: 100px;
        padding: 12px 24px;
        margin-top: 15px;
    }
}

.banner-content {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;

    @media (max-width: 992px) {
        width: 100%;
    }

    @media (max-width: 768px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.banner-subtext {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.email-subscribe {
    padding: 40px 0px;
    background-color: #f5f5f5;

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.email-subscribe-content {
    background: linear-gradient(to right, #f3e8ff, #e0e7ff);
    border-radius: 20px;
    padding: 30px;
}

.subscribe-heading {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.subscribe-subheading {
    font-size: 16px;
    font-weight: 400;
    color: #4b5563;
}

.section-desc {
    font-size: 16px;
    font-weight: 400;
    color: #4b5563;
}

.btn-subscribe {
    border-radius: 100px;
    color: #6366f1;
    border: none;
    background-color: #ffffff;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.input-details {
    border: none;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-right: 5px;
    width: 100%;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;

    @media (max-width: 768px) {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.view-all-section {
    .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;

        @media (max-width: 768px) {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
    }
}

section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
}

article.card {
    width: 100%;
    border-radius: 16px !important;
    border: 1px solid #d8d8d8 !important;

    img {
        width: 100%;
        border-radius: 16px 16px 0px 0px;
    }
}

article.card {
    border: none !important;
    border: 1px solid #d8d8d8 !important;
}

.email-subscribe-content {
    .col-md-3 {
        padding: 3px;
    }
}

.toolkit-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    img {
        width: 100%;
        border-radius: 16px 16px 0px 0px;
    }

    .card-desc h3 {
        font-size: 24px;
        font-weight: 500;
    }

    .card-desc p {
        font-size: 16px;
        font-weight: 400;
        color: #818181;
    }
}

.card-desc {
    padding: 25px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.insights {
    padding: 40px 0px;

    .card {
        height: 100%;
    }

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.top-picks-swiper {
    padding: 50px 0px;

    .card {
        height: 90% !important;
    }

    p {
        margin-bottom: 50px;
    }
}

.financial-toolkit {
    padding: 40px 0px;
    background-color: rgb(247, 247, 247);

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.financial-toolkit-swiper {
    padding: 50px 0px;

    .card {
        height: 100%;
    }
}

.top-picks-swiper {
    padding: 50px 0px;

    .card {
        height: 100%;
    }
}

.btn-viewall {
    font-size: 14px;
    font-weight: 500;
    color: #7e22ce;
    cursor: pointer;
    text-decoration: none;
}

.insight-button {
    font-size: 12px;
    font-weight: 500;
    color: #7e22ce;
    background-color: #f3e8ff;
    padding: 4px 8px;
    border: none;
    border-radius: 12px;
    margin-bottom: 10px;
}

.deals {
    padding: 40px 0px;

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.financial-agent {
    padding: 50px 0px;
    background: linear-gradient(to right, #f3e8ff, #e0e7ff);

    .card {
        border-radius: 16px;
    }

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.finbot-flex-card {
    display: flex;

    @media (max-width: 768px) {
        flex-direction: column;
    }
}

.left-section-chatbot {
    padding: 25px;
    align-content: center;
    justify-items: center;
    background: linear-gradient(to bottom, #4338ca, #9333ea);
    border-radius: 12px 0px 0px 12px;
    color: #ffffff;
    width: 27%;

    @media (max-width: 768px) {
        width: auto;
        border-radius: 12px 12px 0px 0px;
    }
}

.finbot-icon {
    height: 25px !important;
    width: 20px;
}

.finbot-bg {
    background-color: #ffffff;
    padding: 20px 25px;
    width: fit-content;
    border-radius: 50%;
    margin-bottom: 20px;
}

.finbot-heading {
    font-size: 20px;
    font-weight: 700;
}

.finbot-text {
    font-size: 14px;
    font-weight: 400;
    color:#fff !important;
    line-height: 20px;
}

.finbot-subtext {
    font-size: 12px;
    font-weight: 400;

    p {
        font-size: 37px;
        margin-top: -17px;
        margin-right: 0p;
        margin-right: 5px;
        color: #00ff5e;
    }
}

.right-section-chatbot {
    flex: 1;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 0px 16px 16px 0px;

    @media(max-width: 600px) {
        width: auto;
        border-radius: 0px 0px 16px 16px;
        padding: 15px;
    }
}

.footer-section {
    background-color: #0e243b;
    padding: 50px 0px;
}

.footer-left-section {
    color: #ffffff;
    flex: 1;
    padding-right: 40px;
}

.footer-heading {
    font-size: 32px;
    font-weight: 600;
}

.footer-desc {
    font-size: 16px;
    font-weight: 400;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
}

.footer-right-section {
    flex: 1;
    padding-left: 40px;
}

.footer-icons {
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-bottom: 30px;
}

.footer-input {
    width: 98%;
    height: 40px;
    border-radius: 8px;
    padding: 5px;
}

.position-relative {
    position: relative;
}

.share-icon {
    position: absolute;
    right: 12px;
    background-color: #7872fe;
    border-radius: 50%;
    padding: 5px 7px;
    align-self: anchor-center;
}

.btn-startlearning {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-self: anchor-center;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;

    a {
        text-decoration: none;
    }
}

.icon-bg {
    background-color: #f3f4f6;
    border-radius: 50% !important;
    padding: 8px;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.left-msg {
    background-color: #f3e8ff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px 16px 16px 16px;
    text-align: left;
    width: 65%;

    @media (max-width: 768px) {
        width: 85%;
    }
}

.right-msg {
    background-color: #f3f4f6;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 16px 4px 16px 16px;
    text-align: left;
    width: 65%;

    @media (max-width: 768px) {
        width: 85%;
    }
}

/* footer css */
.footer-wrap {
    box-sizing: border-box;
    padding: 50px 0px 0px 0px;
    background: #fcfcfc;
    border-top: 1px solid #f5f5f5;

    @media (max-width: 768px) {
        padding: 30px 0px 0px 0px;
    }
}

.f-logo img {
    max-width: 150px;
    width: 100%;
}

.f-l-con p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #52525b;
    margin: 24px 0px 48px;
}

.sm-icon {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sm-icon a {
    text-decoration: none;
}

.sm-icon a img {
    width: 20px;
    height: auto;
}

.foot-links h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #878787;
    margin-bottom: 24px;
}

.foot-links ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foot-links ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1c2024;
    text-decoration: none;
}

.foot-links a img {
    max-width: 150px;
    width: 100%;
}

.foot-t-strip {
    padding: 32px 0px;
    border-top: 1px solid #e4e4e7;
    margin-top: 80px;
}

.foot-t-strip p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #838383;
}

.input-finance {
    border: 1px solid #d1d5db;
    width: 100%;
    border-radius: 25px;
    padding: 12px 22px;
    margin-top: 15px;
}

.most-questions {
    background-color: #f3f4f6;
    padding: 10px;
    border-radius: 25px;
    width: max-content;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.question-heading {
    color: #6b7280;
}

.earnifi-logo img {
    width: 100%;
    max-width: 150px;

    @media (max-width: 991.98px) {
        max-width: 100px;
    }
}

.cus-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* width: 320px; */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 320px;
}

.cus-img-block img {
    width: 100%;
    display: block;
}

.cus-msg {
    padding: 20px;
}

.cus-msg blockquote {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
}

.cus-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cus-details h5 {
    margin: 0;
    font-size: 18px;
}

.cus-details h5 span {
    font-size: 14px;
    color: #777;
}

.rate svg {
    width: 20px;
    margin-right: 4px;
    vertical-align: middle;
    fill: #ffc72e;
}

/* Navigation dots */
.swiper-pagination {
    margin-top: 20px;
    width: 500px;
}

.nav-btn {
    display: none;
}

.slide-card {
    background: linear-gradient(to bottom, #376149, #0e243b);
    border-radius: 24px;

    img {
        height: 100%;
        width: 100%;
        max-width: fit-content;
    }
}

.plr-12 {
    padding-left: 10%;
    padding-right: 10%;

    @media (max-width: 991.98px) {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.testimonial-section {
    padding: 50px 0px;

    img {
        border-radius: 24px;
    }

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.testimonial-section .slide-card .col-md-6 img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* .testimonial-section .swiper-slide {
    height: 480px;
} */

/* .testimonial-section .swiper-pagination{
    margin-bottom: -15px;
} */

.testimonial-section .slide-card {
    height: 100%;
}

.slide-card-border {
    border: 1px solid #d8d8d8;
    border-radius: 24px;
    padding: 15px;
}

.overlay-text {
    position: absolute;
    top: 27%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #000000;
    padding: 1rem;
    width: 90%;
}

.slider-desc {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    padding: 30px 80px 30px 30px;
    color: #ffffff;

    img {
        width: 50%;
        border-radius: 0px;
    }
}

.slider-name {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.slider-role {
    font-size: 18px;
    font-weight: 400;
}

.icon-send {
    position: absolute;
    height: 24px;
    width: 24px !important;
    top: 28px;
    right: 20px;
}

.btn-cardbtn {
    width: 100%;
    color: #ffffff;
    border: none;
   /*  padding: 8px 16px; */
    color: #7872fe;
    background-color: #ffffff;
    border-radius: 80px;

}

.deal-tag-exclusive {
    width: max-content;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    background-color: #7e22ce;
    padding: 4px 10px;
    font-size: 12px;
}

.deal-tag-trending {
    width: max-content;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    background-color: #2563eb;
    padding: 4px 10px;
    font-size: 12px;
}

.deal-tag-new {
    width: max-content;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    background-color: #16a34a;
    padding: 4px 10px;
    font-size: 12px;
}

.off-percentage {
    font-size: 24px;
    font-weight: 700;
}

.prev-price {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    text-decoration: line-through;
}

.final-price {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.text-purple {
    color: #7e22ce;
}

.text-blue {
    color: #2563eb;
}

.text-green {
    color: #16a34a;
}

.deal-card-title {
    font-size: 16px;
    font-weight: 600;
}

.deal-card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #4b5563;
/*     margin-bottom: 50px; */
}

.deal-title-icons {
    height: 30px;
    width: 22px !important;
}

.deal-title-icons-border {
    background-color: #f3f4f6;
    width: max-content;
    border-radius: 50%;
    padding: 4px 7px;
}

.deal-offer-heading {
    font-size: 12px;
    font-weight: 400;
    columns: #6b7280;
}

.deal-offer-status {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        /* background-color: #FFFFFF;
        padding: 20px 10px;
        justify-content: flex-start;
        align-items: flex-start;
        box-shadow: 0px 0px 5px #eaeaea;
        border-radius: 10px; */
    }

    .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }
}

.city-name {
    font-size: 14px;
    font-weight: 400;
    color: #4b5563;
}

.v-divider {
    color: #afb0b1;
}

.slider-description {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 15px;
}

.detailed-card-wrap {
    padding: 10px 0px 50px 0px;
}

.detailed-card {
    border: none !important;
    background-color: #ffffff;
}

.detailed-card-desc {
    padding: 30px;

    li span {
        font-size: 16px;
        font-weight: 700;
        color: #374151;
    }

    @media (max-width: 768px) {
        padding: 20px;
    }
}

.detailed-card-title {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
}

.detailed-card-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.detailed-card-img {
    border-radius: 16px !important;
}

@media (max-width: 768px) {
    .detailed-card-subtitle.pt-4 {
        padding-top: 0px !important;
    }

    .detailed-card-img.mb-5 {
        margin-bottom: 30px !important;
    }

}

.detailed-card-info {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
}

.bottom-border {
    border-bottom: 1px solid #E5E7EB;
}

.adviser-img {
    border-radius: 50% !important;
    height: 60%;
}

.writer-name {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}

.writer-title {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
}

.blog-date {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
}

.breadcrumb-wrap {
    padding: 50px 0px 15px 0px;

    i {
        font-size: 10px;
        margin-top: 5px;
        color: #6b7280 !important;
    }

    @media (max-width: 768px) {
        padding: 20px 0px 0px 0px;
    }
}

.breadcrumb {
    padding-left: 100px !important;
    padding-right: 100px !important;

    @media (max-width: 991.98px) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        color: #6b7280;
    }

    .active a {
        color: #374151 !important;
    }
}

.email-subscribe-wrap {
    input {
        margin: 0px;
    }

    @media (max-width: 991.98px) {
        display: flex;
        flex-direction: column;
    }
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-pagination-horizontal {
    margin-top: 10px !important;
}

.custom-swiper-pagination {
    text-align: center;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 5px !important;
    border-radius: 10px !important;
    margin: 3px !important;
}

.swiper-pagination-bullet-active {
    background: #7872fe !important;
    width: 32px;
}


.swiper-full {
    width: 100%;
    /* padding: 40px 0; */
    position: relative;
    overflow: hidden;
}

.testimonial-section .swiper-slide .row {
    flex-direction: row !important;
}

@media (max-width: 981px) {
    .testimonial-section .swiper-slide {
        height: fit-content !important;
    }

    .testimonial-section .swiper-slide .row {
        flex-direction: column-reverse !important;
    }

    .testimonial-section .slider-desc .slider-text {
        font-size: 20px;
    }

    .testimonial-section .slider-desc {
        padding: 30px 30px 0px 30px;
    }
}

.icon-rightarrow {
    height: 24px;
}

.track-expense-text {
    font-size: 16px;
    font-weight: 400;
    color: #4b5563;
    font-style: italic;
    border-left: 4px solid #8b5cf6;
    padding-left: 15px;
}

.show-article-icons i {
    border-radius: 0px !important;
    background-color: #f3f4f6;
    border-radius: 30px !important;
    padding: 5px;
}

.related-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.related-articles {
    padding: 10px 0px 50px 0px;
}

.top-picks {
    padding: 10px 0px 50px 0px;
}

.related-articles .card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #4b5563;
}

/* view-all */
.view-all-section {
    padding: 40px 0px;
    background-color: #F9FAFB;
}

.view-all-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
}

.view-all-filter-button {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    color: #374151;
}

.view-all-filter-button.active {
    background-color: #6366f1 !important;
    color: #ffffff;
}

.input-search-deals {
    border: 1px solid #e5e7eb;
    border-radius: 25px;
    width: 100%;
    padding: 10px 50px;
}

.input-search-deals::placeholder {
    color: #b4b4b5;
}

.input-search-icon {
    position: absolute;
    left: 18px;
    top: 15px;
    color: #b4b4b5;
}

.btn-loadmore {
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

/* view-all-insight */
.insight-banner {
    h1 {
        color: #ffffff;
    }

    p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
    }

    .input-search-deals {
        width: 35%;
    }

    .input-search-icon {
        left: 34%;
    }
}

@media (max-width: 768px) {
    .insight-banner .input-search-deals {
        width: 100%;
    }

    .input-search-icon {
        left: 5% !important;
    }
}

.insight-img-bg {
    position: relative;
    /* background: url("/ca-earnifi/images/insight-banner.png") center center / cover no-repeat; */
}

.insight-img-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #581c87, #3730a3);
    z-index: -1;
}

.filter-options button {
    border: none;
    background-color: #f3f4f6;
    color: #374151;
    border-radius: 24px;
    padding: 12px 24px;
}

.filter-options button.active {
    background-color: #7872fe;
    color: #ffffff;
}

.filter-options img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -3px;
}

.icon-adventure {
    width: 18px;
    height: 18px;
    margin-top: -5px;
}

.financial-guides {
    padding: 50px 0px;
    background-color: #F9FAFB;

    .card {
        height: 90%;
    }

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.investment-basics {
    padding: 50px 0px;

    .card {
        height: 90%;
    }

    @media (max-width: 768px) {
        padding: 30px 0px;
    }
}

.contact-us-header h2 {
    margin: 0px;
}

.contact-us-header img {
    height: max-content;
}

.contact-form input,
textarea {
    width: 100%;
    border: none;
    background-color: #FFFFFF;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.contact-form button {
    width: 100%;
    border: none;
    background-color: #7872FE;
    border-radius: 24px;
    padding: 12px 0px;
    color: #FFFFFF;
    font-size: 16px;
}

.contact-us-section {
    background-color: #F9FAFB;

    h2 {
        font-size: 36px;
        font-weight: 700;
        color: #1F2937;
    }

    p {
        font-size: 20px;
        font-weight: 400;
        color: #4B5563;
    }
}

.author-img {
    width: 120px !important;
}

.author-name {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.author-role {
    font-size: 16px;
    color: #8B5CF6;
}

.author-desc {
    font-size: 16px;
    color: #4B5563;
}

.btn-prev-next {
    font-size: 16px;
    color: #4B5563;
    text-decoration: none;
}

.btn-follow-author {
    border: 1px solid #8B5CF6 !important;
    border-radius: 8px;
    color: #8B5CF6 !important;
    font-size: 14px;
    font-weight: 500;
}

.author-social-icons i {
    color: #6B7280 !important;
}

.text-muted {
    color: #6B7280;
}

.author-section .container {
    padding-left: 5rem;
    padding-right: 5rem;
}

/* For screens ≤ 1200px */
@media (max-width: 1200px) {
    .author-section .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* For screens ≤ 991px */
@media (max-width: 991px) {
    .author-section .container {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.author-section-body {
    display: flex;

    @media (max-width: 768px) {
        flex-direction: column;
        text-align: center;
    }
}

/* custom-dropdown */
.custom-dropdown {
    width: 180px;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
    user-select: none;

    i {
        font-size: 12px;
    }
}

.dropdown-selected {
    padding: 10px 15px;
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    z-index: 1000;
}

.custom-dropdown.open .dropdown-list {
    max-height: 220px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.dropdown-list li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-list li:hover {
    background-color: #f1f1f1;
    border-radius: 4px;
}

.dropdown-list li.active {
    background-color: #f1f1f1;
    border-radius: 4px;
}

.dropdown-list .dropdown-label {
    position: sticky;
    top: 0;
    background: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    z-index: 10;
    padding: 10px 15px;
    cursor: default;
    color: #555;
}

.header-forum-logo {
    @media (max-width: 990px) {
        display: none;
    }

    @media (min-width: 991px) {
        display: block;

    }
}

.sub-heading-text {
    color: #374151;
    font-size: 16px;
    font-weight: 700;
}

.testimonial-section .slide-card .row {
    flex-direction: row;
}

@media (max-width: 768px) {
    .testimonial-section .slide-card .row {
        flex-direction: column;
    }

    /* .testimonial-section .img {
        height: 330px !important;
        width: 100%;
        object-fit: cover;
    } */
}

.testimonial-section .img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;

    @media (max-width: 768px) {
        height: 260px !important;
        width: 100%;
        object-fit: cover;
    }
}

.swiper-pagination {
    bottom: 10px !important;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}


.testimonial-columns {
    display: flex;
    align-items: center;

    @media (max-width: 991px) {
        justify-content: start;
    }
}

@media (max-width: 768px) {
    .filter-section {
        flex-direction: column;
    }

    .view-all-section {
        padding: 20px 0px;
    }
}

.offcanvas .btn-close {
    margin-left: 0px;
}

.offcanvas .nav-link {
    margin-top: 5px;
    margin-bottom: 6px;
}
#deals .card-desc {
    display: flex;
    flex-direction: column;
    height: 100%;
}
 
#deals .deals-desc-details {
    flex: 1;
}
.insightSwiper {
    padding-bottom: 40px !important;
}
 .dealsSwiper {
    padding-bottom: 40px !important;
}


.deal-btn-win{
border: 1px solid #7872fe;
padding: 8px 16px;
text-align: center;
border-radius: 30px;
position: absolute;
bottom: 0;
margin-bottom: 20px;
width: 90%;
left: 0;
margin-left: 20px;
margin-right: 20px;
background-color: #ffffff;
}