* {
    box-sizing: border-box;
}

body,
html {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    min-height: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    display: flex;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link.active {
    position: relative;
    color: #ff9800 !important;
}

.navbar-nav .nav-link svg {
    fill: #595d62 !important;
}

.navbar-nav .nav-link.active svg {
    fill: #ff9800 !important;
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 90%;
    height: 3px;
    background-color: #ff9800;
    border-radius: 4px;
    margin: 0 auto;
}

.navbar-nav .nav-link {
    margin: 5px 0 5px 0;
    padding: 0 7px 7px 0;
}

.footer-link {
    color: #595d62;
}

.page-item span,
a {
    border-radius: 8px !important;
    color: black !important;
    background-color: transparent !important;
    border: none !important;
}

.page-item.active span {
    color: white !important;
    background-color: #7e57c2 !important;
}

.btn.btn-custom {
    background-color: transparent;
    color: black !important;
    border: 1px transparent solid !important;
}

.btn.btn-custom.active {
    font-weight: bolder !important;
    background-color: #dcdaf1 !important;
    color: #7e57c2 !important;
    border: 1px #7e57c2 solid !important;
    border-radius: 4px !important;
}

.badge.badge-custom {
    color: black !important;
    background-color: white;
    border: 1px #e2e2e2 solid !important;
}

.img {
    width: 700px !important;
    height: 400px !important;
}

input.form-control:focus {
    box-shadow: none !important;
}

textarea.form-control:focus {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

.main {
    max-width: 1580px;
    min-height: 60vh;
    width: 80% !important;
}

.toc-h3 {
    margin-left: 20px;
}

.toc-h4 {
    margin-left: 40px;
}

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

.toc-link {
    color: #595d62;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    /* 133.333% */
    text-decoration: none !important;
}

.toc-link.active-link {
    font-weight: 500;
    border-radius: 0 !important;
    color: #7e57c2 !important;
}

.header {
    width: 80%;
    max-width: 1580px;
}

.bread {
    width: 80%;
    max-width: 1580px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer {
    width: 80%;
    max-width: 1580px;
}

/* medium and up screens */
@media screen and (max-width: 820px) {
    .navbar-nav .nav-link.active::after {
        display: none;
    }

    .broker-name-landing {
        border: none !important;
    }

    .card-body {
        max-height: 300px !important;
        overflow: hidden !important;
    }

    .main {
        width: 95% !important;
    }

    .header {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    .reviews-box-title {
        font-size: 28px !important;
    }

    .country-name {
        max-width: 100px !important;
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.star-rating {
    display: inline-flex;
    gap: 4px;
    font-size: 2rem;
    cursor: pointer;
}

.star.filled {
    fill: #f5c518 !important;
}

.star {
    fill: white !important;
}

.comment-text {
    color: #595d62;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.comment-input {
    background-color: #f5f5f5;
    border: none !important;
}

.comment-textarea {
    height: 48px;
    background-color: #f5f5f5;
    border: none !important;
    padding: 8px;
}

.btn-submit {
    background-color: #7e57c2 !important;
    color: white;
}

.btn-submit:hover {
    color: white !important;
}

.shadow {
    box-shadow: 0px 0px 10.8px -1px rgba(51, 0, 64, 0.08) !important;
}

.comment-score {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.comment-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.comment-avatar {
    width: 48px;
    height: 48px;
}

.comment-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
}

h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 150% */
}

h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 150% */
}

h5 {
    font-weight: 700;
}

.blog-h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.blog-body > h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.blog-body h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 150% */
}

.blog-body h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 150% */
}

.blog-ttr {
    color: black;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */
}

.blog-posted {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.aside-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.aside-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #7e57c2 !important;
}

.accordion-button:active {
    color: black;
    background-color: inherit;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-button:focus {
    color: black;
    background-color: inherit;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    color: inherit !important;
}

.contact-us-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-bottom: 8px;
}

.contact-us-input {
    width: 100%;
    display: flex;
    max-height: 48px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px #e2e2e2 solid;
    background: #fff;
}

.contact-us-input:focus {
    outline: 1px #7e57c2 solid;
}

.contact-us-text-area {
    width: 100%;
    display: flex;
    min-height: 246px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.contact-us-text-area:focus {
    outline: 1px #7e57c2 solid;
}

.contact-us-btn {
    display: flex;
    padding: 16px 24px 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #7e57c2;
    color: white;
    border: none;
}

.contact-us-span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.contact-us-email {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

.container-search {
    display: flex;
    padding: 8px 10px 8px 10px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #dbdfe9;
    background: #fcfcfc;
    width: 177px;
    height: 32px;
}

.input-search {
    border: none;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc !important;
    color: #3d4250;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.input-search::placeholder {
    color: #abb1c4 !important;
}

.input-search:focus {
    outline: none;
}

.text-truncate-max-height {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.stats {
    display: flex;
    padding: 24px 8px;
    justify-content: center;
    align-items: center;
    gap: 160px;
    align-self: stretch;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #fff 0%,
        #e8edfa 8.24%,
        #fff 35.11%,
        #eee3f7 87.75%,
        #fff 100%
    );

    /* Shadow M */
    box-shadow: 0px 0px 10.8px -1px rgba(51, 0, 64, 0.08);
}

.stats-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
}

.stats-number {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.reviews-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
    background-image: url("../images/reviews-box.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    width: 100%;
    color: white;
    border-radius: 12px;
}

.reviews-box-title {
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 62.5% */
    letter-spacing: -0.5px;
}

.reviews-box-text {
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -0.5px;
}

.reviews-box-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    border-radius: 8px;
    border: 1px solid #7e57c2;
    width: 18%;
    background-color: #fff !important;
}

.chart-container {
    display: flex;
    height: 482px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 21.8px -5px rgba(0, 0, 0, 0.12),
        0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.radius {
    border-radius: 12px;
}

.no-data {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.no-data-desc {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.author-about-me {
    padding: 16px;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
}

.author-body {
    margin-top: 32px;
    margin-bottom: 32px;
}

.post-card {
    display: flex;

    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 0px 0px 10.8px -1px rgba(51, 0, 64, 0.08);
    vertical-align: top;
}

.post-card-img {
    border-radius: 6px;
}

.grab-scroll {
    cursor: grab;
    overflow-x: auto;
    white-space: nowrap;
}

.grab-scroll.active {
    cursor: grabbing;
}

.grab-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.grab-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.broker-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #dbdfe9;
    background: #fcfcfc !important;
    width: 177px;
    height: 32px;
    color: #78829d  !important;
}
@media screen and (max-width: 768px) {
    .broker-dropdown,
    .container-search {
        width: 100%;
    }
}

.broker-dropdown-text {
    color: #78829d  !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 10px !important;
    letter-spacing: -0.36px !important;
    padding: 0 8px !important;
}

.broker-container{
    
}

.broker-card {
    padding: 16px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 16px !important;
    border-radius: 12px !important;
    background: #fff !important;
    border: none !important;
    margin: 0 !important;
    box-shadow: 0px 0px 5.9px -3px rgba(36, 2, 79, 0.1);
}

.broker-name {
    color: #595d62 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.broker-country-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.broker-regulated {
    display: flex;
    padding: 4px 8px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    color: white !important;
    height: 32px;
}

.border-success {
    background-color: #17C653;
    /* border: 1px solid #2e7d32; */
}

.border-danger {
    background-color: #F1416C;
    /* border: 1px solid #d33030; */
}

.broker-regulated-text-success {
    /* color: #2e7d32; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */
}

.broker-regulated-text-danger {
    /* color: #d33030; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 133.333% */
}

hr {
    color: #e2e2e2;
    margin-top: 16px;
    margin-bottom: 16px;
}

.single-broker-item-title {
    color: #4b2a70;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.broker-info-box {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    width: 690px;
}

.broker-info-box-mobile {
    padding: 16px;
    border-radius: 6px;
    border: 1px dashed #e2e2e2;
}

.broker-info-box-value {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.broker-info-box-title {
    color: #595d62;
    font-size: 14px !;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.broker-img {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: lightgray 50% / cover no-repeat;
    width: 96px;
    height: 96px;
}

.broker-platforms {
    padding-left: 16px;
    color: #595d62;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.chart {
    overflow-x: hidden !important;
    margin: -50px auto -70px auto;
    display: flex;
    justify-content: center;
}

.top-broker:hover {
    cursor: pointer !important;
}

.broker-single-text {
    color: #595d62;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}

.broker-education-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 0px 0px 10.8px -1px rgba(51, 0, 64, 0.08);
    vertical-align: top;
    background-image: url("/FxFind/images/education3.svg");
    background-size: 110px 110px; 
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.accordion-header .accordion-arrow {
    transition: transform 0.3s ease;
}

.accordion-header:not(.collapsed) .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-header.collapsed .accordion-arrow {
    transform: rotate(0deg);
}

.broker-single-visit-web {
    color: white !important;
    display: flex;
    padding: 4px 8px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px !important;
    background-color: #7e57c2 !important;
    cursor: pointer !important;
    height: 32px;
    width: 100%;
}

.broker-platforms-single {
    padding-left: 16px;
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.broker-info-box-title-single {
    color: #595d62;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.broker-pros-cons {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.pros-title {
    color: #2e7d32;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.pros-item {
    color: #595d62;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.cons-title {
    color: #d33030;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.regulation-title {
    color: #595d62;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.regulation-value {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.license-box {
    padding: 8px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px dashed #e2e2e2;
}

.license-text {
    color: #595d62;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.license-value {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.accordion-header {
    cursor: pointer !important;
}

.broker-platforms-body {
    color: #595d62;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.platform-btn {
    color: white;
    display: flex;
    padding: 4px 12px 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #595d62 !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

.excluded-countries {
    color: #f1416c;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.included-countries {
    color: #2e7d32;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.broker-contact-us {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px dashed #e2e2e2;
}

.table {
    overflow-x: auto !important;
}

.swiper {
    width: 100%;
    margin-bottom: 32px;
}

.swiper-button-prev {
    background: white !important;
    color: black;
    border-radius: 8px;
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.16),
        0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    width: 24px !important;
    height: 24px !important;
}

.swiper-button-next {
    background: white !important;
    color: black;
    border-radius: 8px;
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.16),
        0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    width: 24px !important;
    height: 24px !important;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

/* background-color: #ffffff;
    border-radius: 10px;
    min-width: 300px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s; */
.swiper-slide {
    width: 300px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 10.8px -1px rgba(51, 0, 64, 0.08);
}

.landing-link {
    text-decoration: none;
    color: #ff9800 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    cursor: pointer;
}

.landing-list-item {
    margin-top: 8px;
    width: 100%;
    display: flex;
    padding: 8px 12px 8px 8px;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 5.9px -3px rgba(36, 2, 79, 0.1);
}

.landing-list {
    margin: 0;
    padding: 0;
}

.broker-img-landing {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: lightgray 50% / cover no-repeat;
    width: 64px;
    height: 64px;
}

.border-right {
    border-right: 1px solid #e2e2e2;
}

.w-custom {
    width: 15%;
}

.faq-box-head {
    border-radius: 8px !important;
    background-color: #f5f5f5;
    /* Apply the background color to the default state */
}

.faq-box-head.collapsed {
    border-radius: 8px !important;
    /* Ensures that when collapsed, all corners are rounded */
    background-color: #f5f5f5;
}

.faq-box-head:not(.collapsed) {
    background-color: #f5f5f5 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.faq-box-body {
    border-radius: 8px;
    background-color: #f5f5f5;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.faq-title {
    color: #595d62;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: 1px solid #fff !important;
}

@media screen and (max-width: 1024px) {
    .header-chart {
        display: block !important;
    }

    .main {
        width: 90% !important;
    }

    .bread {
        width: 90% !important;
    }

    .footer {
        width: 90% !important;
    }

    .header {
        width: 90% !important;
    }
}

@media screen and (max-width: 1250px) {
    .navbar-nav .nav-link.active::after {
        display: none;
    }

    .stats {
        gap: 50px !important;
    }

    .main {
        width: 95% !important;
    }

    .bread {
        width: 95% !important;
    }

    .header {
        width: 95%;
    }

    .footer {
        width: 95%;
    }

    .broker-info-box {
        width: 600px !important;
    }
}

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

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

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

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

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

.color-black {
    color: black !important;
}

.color-primary {
    color: #7e57c2 !important;
}

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

.max-w-100 {
    max-width: 100px !important;
}

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

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

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

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

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

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

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

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

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

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

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.g-10 {
    gap: 10px !important;
}

.br {
    border-right: 1px dotted #e2e2e2 !important;
}

.min-w-220 {
    min-width: 220px !important;
}

.color-warning {
    color: #ffab00 !important;
}

.color-danger {
    color: #d33030 !important;
}

.color-success {
    color: #368c86 !important;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.app-bg {
    background-color: #f7f9fa !important;
}

.min-h-100 {
    min-height: 100px !important;
}

.main-container {
    min-height: 100vh !important;
    width: 100% !important;
}

.color-grayer {
    color: #595d62 !important;
}

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

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px !important;
    border: 1px solid #dbdfe9;
    background: #fcfcfc;
    box-shadow: 0px 10px 14px 0px rgba(15, 42, 81, 0.03);
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.dropdown .dropdown-menu.show {
    max-height: 600px;
    opacity: 1;
}

.stats-number {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.card-title-best-brokers {
    color: #595d62 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.best-brokers-title {
    color: #595d62;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 24px !important;
    margin-bottom: 8px !important;
}

.btn-dropdown {
    color: #252f4a !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: -0.13px !important;
    transition: all 0.3s ease !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}
.btn-dropdown:hover {
    background: #eee9f8 !important;
    color: #7e57c2 !important;
    border-radius: 0 !important;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.broker-dropdown .dropdown-toggle svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.broker-dropdown.show .dropdown-toggle svg {
    transform: rotate(180deg);
}

.navbar-nav .dropdown .nav-link svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.navbar-nav .dropdown.show .nav-link svg {
    transform: rotate(180deg);
}

.broker-dropdown .dropdown-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.navbar-nav .dropdown .nav-link[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.navbar-nav .dropdown .nav-link.active svg path {
    fill: #ff9800 !important;
}

/* style for svg FAQ  */
.accordion-button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.icon-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, opacity 0s;
}

.icon-closed {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.icon-open {
    opacity: 0;
    transform: scale(0.8) rotate(-90deg);
}

.accordion-item:has(.accordion-collapse.show) .icon-closed {
    opacity: 0;
    transform: scale(0.8) rotate(90deg);
}

.accordion-item:has(.accordion-collapse.show) .icon-open {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* end of style svg */

.hero {
    background: linear-gradient(135deg, #2a0845 0%, #4b2a70 100%);
    color: #fff;
    padding: 100px 16px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80")
        no-repeat center center;
    background-size: cover;
    opacity: 0.15;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(42, 8, 69, 0.7);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.hero-title {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .hero-content {
        text-align: center;
    }
}

/* Button Styles */

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .btn {
        width: 100%;
    }
}

.btn-primary {
    background-color: #ff9800 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #e68a00 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background-color: transparent;
    color: #fff !important;
    border: 2px solid #fff !important;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-acc {
    background-color: #4b2a70 !important;
    padding: 10px 20px;
    border-radius: 30px !important;
    color: #ffffff !important;
    text-decoration: none;
    width: fit-content;
    border: 1px solid #fff !important;
}

/* end of button styles */

.read-full-review-btn {
    color: #ff9800 !important;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.broker-reviews-section {
    padding: 80px 0;
}

.broker-list-card-list{
    padding: 0 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.broker-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.broker-reviews-section-title,
.education-section-title,
.trust-section-title ,
.best-brokers-section-title ,
.brokers-list-section-title{
    font-size: 36px;
    color: #2a0845 !important;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 1;
}

.broker-reviews-section-title::after,
.education-section-title::after,
.trust-section-title::after ,
.best-brokers-section-title::after ,
.brokers-list-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ff9800;
}

.broker-reviews-section-subtitle,
.education-section-subtitle,
.trust-section-subtitle ,
.guide-section-subtitle ,
.brokers-list-section-subtitle {
    font-size: 18px;
    color: #444444 !important;
    max-width: 700px;
    margin: 0 auto;
}

/* Broker Cards */
.broker-review-card-grid {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.broker-review-card {
    background-color: #ffffff;
    border-radius: 10px;
    min-width: 300px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.broker-review-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.broker-review-card-header {
    background-color: #4b2a70;
    color: #ffffff;
    padding: 8px;
    text-align: center;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.broker-review-card-title {
    margin: 0;
    font-size: 22px;
}

.broker-review-rating {
    display: flex;
    justify-content: center;
    padding-top: 8px;
    gap: 4px;
}

.broker-review-items {
    list-style: none;
    padding: 0 16px;
    margin: 0;
    width: 100% !important;
}

.broker-review-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.broker-review-item:last-child {
    border-bottom: none;
}

.broker-review-card-grid-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

/*  */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.education-card-title {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #4b2a70 !important;
    margin-bottom: 15px;
}
.education-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.education-grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .education-grid {
        flex-direction: column;
    }
}

.education-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    width: 100%;
}

.education-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.fx-footer {
    background-color: #2a0845;
    color: #9ca3af;
    padding: 16px;
}

.fx-footer-container {
    max-width: 1120px;
    margin: 0 auto;
}

.fx-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.fx-footer-description {
    margin-top: 16px;
    font-size: 14px;
    text-align: start;
}

@media screen and (max-width: 768px) {
    .fx-footer-description {
        text-align: center !important;
    }
    .fx-footer-heading {
        text-align: center !important;
    }
    .fx-footer-bottom {
        text-align: center !important;
    }
    .fx-footer-list {
        text-align: center !important;
    }

    .fx-footer-bottom {
        margin-top: 16px !important;
    }
    .fx-footer-description-box {
        align-items: center !important;
    }
}

.fx-footer-description-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.fx-footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ff9800;
    margin-bottom: 16px;
    text-align: start;
}

.fx-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.fx-footer-link {
    text-decoration: none;
    color: #ffffff !important;
    margin-bottom: 8px;
    text-align: start;
}

.fx-footer-link:hover {
    color: #ff9800 !important;
}

.fx-footer-warning-box {
    margin-top: 24px;
    padding: 16px;
    background-color: #1e293b;
    border-radius: 12px;
}

.fx-footer-warning-text {
    font-size: 14px;
    display: flex;
    align-items: start;
}

.fx-footer-warning-icon {
    margin-right: 8px;
    margin-top: 3px;
}

.fx-footer-bottom {
    padding-top: 16px;
    border-top: 1px solid #1e293b;
    text-align: center;
    margin-top: 0px;
}

.fx-footer-bottom-note {
    margin-top: 8px;
    font-size: 14px;
}

.brokers-list-grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .brokers-list-grid {
        flex-direction: column;
    }
}

.brokers-list-card {
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    width: 100%;
}

.brokers-list-card-icon {
    font-size: 48px;
    color: #7e57c2;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.brokers-list-card-title {
    margin-bottom: 15px;
    color: #fff !important;
    transition: color 0.3s;
    background-color: #4b2a70;
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
}

.best-brokers-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    box-shadow: 0px 0px 10.8px -1px rgba(51, 0, 64, 0.08);
    vertical-align: top;
    gap: 8px;
}

.trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
    gap: 16px;
    margin-top: 40px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.trust-badge {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 10px;
    width: 200px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 120px;
}

.trust-badge:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
}

.trust-badge-icon {
    font-size: 48px;
    color: #ff9800;
    margin-bottom: 15px;
}

.trust-badge-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ff9800 !important;
}

.trust-section {
    background: linear-gradient(to right, #2a0845, #4b2a70) !important;
    color: #fff;
    padding: 64px 0;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title-page {
    color: #2f3044;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}

.broker-info-section{
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    gap: 10px;align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.broker-info-author{
    width: fit-content;
    display: flex;
    gap: 16px;
    padding: 8px 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 2px rgba(74, 56, 109, 0.06);
}

@media screen and (max-width: 768px) {
    .broker-info-section{
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .broker-info-author{
        width: 100% !important;
    }
}