* {
    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;
}

.btn {
    line-height: 2;
}

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

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

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

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

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

.footer-link {
    color: #f6f7f9 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

.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: #50a0fc !important;
}
.accordion-button::after {
    display: none !important;
}
.btn-home {
    border-radius: 6px;
    background: #50a0fc !important;
    color: white !important;
    padding: 10px 20px;
    border: 1px solid #50a0fc !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-home:hover {
    background: transparent !important;
    color: #50a0fc !important;
    border: 1px solid #50a0fc !important;
}
.btn-dropdown {
    color: #252f4a;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.13px;
    transition: all 0.3s ease;
    height: 34px;
}
.btn-dropdown:hover {
    background: #eff6ff;
    color: #056ee9 !important;
}
.btn.btn-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 1;
    font-weight: 500 !important;
    background-color: #eff6ff !important;
    border: 1px solid rgba(27, 132, 255, 0.2) !important;
    color: #056ee9 !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 11px;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 12px !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    height: 28px !important;
    width: auto !important;
    gap: 2px !important;
}

@media screen and (max-width: 768px) {
    .btn.btn-custom {
        color: #2b2b2b !important;
        background-color: white !important;
        border: none !important;
        text-align: left !important;
    }
}

.btn.btn-custom.active {
    background-color: #1b84ff !important;
    color: #ffffff !important;
}

.badge.badge-custom {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    padding: 0 !important;
    margin: 0 !important;
    /* 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;
}

.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);
}

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

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

.toc {
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.toc-link.active-link {
    color: #50a0fc !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 16px !important;
}

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

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

.footer {
    width: 100%;
    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: #90909e;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

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

.title-comparison {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 14px;
    white-space: nowrap;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.description-comparison {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.btn-submit {
    color: white !important;
    border-radius: 6px;
    background: #50a0fc !important;
    padding: 8px 24px !important;
}

.btn-submit:hover {
    background: #357ae8 !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 {
    color: #13263c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.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 {
    color: #13263c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.aside-link {
    color: #4e46b4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.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;
    transition: all 0.3s ease;
    border-radius: 6px;
    background: #f5f8fa;
    border: 1px solid transparent !important;
    outline: none !important;
}

.contact-us-input:focus {
    border: 1px solid #50a0fc !important;
    outline: none !important;
}

.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;
    transition: all 0.3s ease;
    border-radius: 6px;
    background: #f5f8fa;
    border: 1px solid transparent !important;
    outline: none !important;
}

.contact-us-text-area:focus {
    border: 1px solid #50a0fc !important;
    outline: none !important;
}

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

.contact-us-title {
    color: #13263c;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-us-span {
    color: #5e6278;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

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

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

.img-fluid {
    border-radius: 12px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    margin: 0 !important;
    padding: 0 !important;
}

.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-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    overflow: hidden;
}

.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: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.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;

    text-align: center;
    color: #fff !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    width: 98px;
    background-color: #50a0fc !important;
    white-space: nowrap;
}

.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 {
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    color: #62646b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

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

.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("/TopFxRanking/images/education3.svg");
    background-size: 110px 110px; /* Adjust size as needed */
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.guides-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;
}
@media screen and (max-width: 768px) {
    .broker-dropdown,
    .container-search {
        width: 100%;
    }
}

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

.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-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* موبایل پیش‌فرض: ۱ ستون */
    gap: 24px;
}

@media (min-width: 576px) {
    .broker-grid {
        grid-template-columns: repeat(2, 1fr); /* اسمال: ۲ ستون */
    }
}

@media (min-width: 768px) {
    .broker-grid {
        grid-template-columns: repeat(3, 1fr); /* مدیوم: ۳ ستون */
    }
}

@media (min-width: 992px) {
    .broker-grid {
        grid-template-columns: repeat(4, 1fr); /* لارج: ۴ ستون */
    }
}

@media (min-width: 1200px) {
    .broker-grid {
        grid-template-columns: repeat(5, 1fr); /* ایکس لارج: ۵ ستون */
    }
}

@media (min-width: 1400px) {
    .col-xl-2-4 {
        flex: 0 0 calc(20% - 1.2rem);
        max-width: calc(20% - 1.2rem);
    }
}

.broker-name {
    color: #2f3044 !important;
    font-size: 18px;
    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-info-box-title-single {
    color: #90909e;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.broker-info-box-value {
    color: #3f4254;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.single-broker-item-score {
    color: #50a0fc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

.border-success {
    border: 1px solid rgba(23, 198, 83, 0.2) !important;
    background-color: #eafff1 !important;
}

.border-danger {
    border: 1px solid rgba(248, 40, 90, 0.2);
    background-color: #ffeef3 !important;
}

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

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

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

.broker-info-box {
    display: flex;
    flex-direction: column;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    /* border: 1px dashed #e2e2e2; */
}

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

.broker-info-box-value {
    color: #3f4254;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.broker-info-box-title {
    color: #595d62;
    font-size: 14px !important;
    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-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: #50a0fc !important;
    cursor: pointer !important;
    height: 32px;
    width: 100%;
}

.broker-single-visit-web:hover {
    background-color: #357ae8 !important;
}

.btn-broker-visit {
    width: 100% !important;
    height: 32px !important;
    color: #50a0fc !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 12px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(27, 132, 255, 0.2) !important;
    background: #eff6ff !important;
    text-decoration: none !important;
    gap: 4px !important;
}
.btn-broker-visit:hover {
    background-color: #d4e4f8 !important;
}

.broker-platforms-single {
    color: #3f4254;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.single-broker-item {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
}

.broker-icons {
    display: flex;
    gap: 10px; /* Space between icons */
}

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

.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-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: #00cf53;
    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;
}

.swiper-slide {
    width: 320px !important;
    display: flex !important;
    /* padding: 24px; */
    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;
    cursor: pointer;
    color: #50a0fc !important;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.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%;
}

/* 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 */

.faq-box-head {
    border-radius: 8px !important;
    background-color: #f5f5f5;
}

.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: 100% !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: 100%;
    }

    .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: #4e46b4 !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: 9px !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 {
    line-height: 20px;
    color: #55555f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.card-description-best-brokers {
    color: #646e84;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 16px;
}

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

.bg-hero {
    background-image: url("/TopFxRanking/images/bg-hero.png");
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.navbar-bg {
    background: linear-gradient(
        90deg,
        #1a3a5e 0%,
        #1a6ab8 49.52%,
        #1a3a5e 100%
    );
    position: relative;
    z-index: 10;
}

.navbar-landing-bg {
    background-color: rgb(6, 18, 31, 0.37) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 10;
}

.footer-bg {
    background-color: #05387a !important;
    background-image: url("/TopFxRanking/images/footer.png");
    background-size: cover;
    background-position: center;
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    gap: 30px;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1580px;
    width: 80% !important;
    margin: 0 auto !important;
    height: 120px !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(62, 14, 136, 0.12);
    border-radius: 9px;
    white-space: nowrap;
    padding: 0 20px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    flex-shrink: 0;
    overflow: hidden !important;
    overflow-x: auto;
    overflow-y: visible !important;
    list-style: none;
}

@media screen and (max-width: 820px) {
    .hero-content {
        width: 100% !important;
        left: 0;
        transform: none;
        max-width: 100%;
        border-radius: 0;
    }
}

.hero-content-item {
    display: flex;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s cubic-bezier(0.4, 2, 0.6, 1), background 0.3s,
        transform 0.3s, z-index 0s;
    position: relative;
    filter: grayscale(100%);
}

.hero-content-item:hover,
.hero-content-item:focus {
    border-radius: 16px;
    border: 1px solid #eee;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background: #fff;
    transform: scale(1.15);
    filter: grayscale(0%);
    z-index: 10;
}

.hero-text-title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.84px;
}

.hero-text {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.44px;
}

.hero-text-description {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.4px;
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    width: 100%;
    margin: 40px auto !important;
    padding: 0 !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 768px) {
    .card-container {
        padding-top: 24px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .card-content {
        margin: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: space-between;
    }
    .card-content p {
        text-align: center !important;
    }
}

.card-content {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.card-content h2 {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: bold;
}

.card-content p {
    margin-bottom: 24px;
    color: #555;
    line-height: 1.6;
}

.about-btn {
    background: #4d9ef6;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.about-btn:hover {
    background: #357ae8;
}

.card-image svg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.how-to-trade-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.how-to-trade-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 768px) {
    .how-to-trade-container {
        flex-direction: row;
    }

    .how-to-trade-item {
        width: 33%;
    }
}

.comparison-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
    padding: 0 !important;
    margin: 0 !important;
}

.comparison-container-item {
    border-radius: 12px;
    background: #f64e60 !important;
    padding: 24px;
    width: 100%;
    text-decoration: none;
}

@media (min-width: 768px) {
    .comparison-container {
        flex-direction: row;
    }

    .comparison-container-item {
        width: 30%;
    }
}
.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;
    }
}

.broker-card-information {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.broker-card-information-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    justify-content: space-between;
}

.responsive-text {
    text-align: left !important;
}

.responsive-align {
    display: flex;
    flex-direction: row;
    padding: 0px !important;
    margin: 0px !important;
    gap: 24px !important;
}

.contact-us-container {
    width: 30% !important;
}

.contact-us-input-container {
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .responsive-text {
        text-align: center !important;
    }

    .responsive-align {
        flex-direction: column !important;
    }

    .contact-us-container {
        width: 100% !important;
    }

    .contact-us-input-container {
        width: 100% !important;
    }
}

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