* {
    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;
    /* overflow-x: hidden; */
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    line-height: 2;
}

.navbar-nav .nav-link {
    color: #4b5563 !important;
    font-weight: 500;
    font-size: 16px;
}

.navbar-nav .nav-link.active {
    position: relative;
    color: #0f172a !important;
    font-weight: 500;
    font-size: 16px;
    fill: #0f172a !important;
}

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

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

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 90%;
    height: 2px;
    background-color: #3b82f6;
    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: #3b82f6 !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: #3b83f61c !important;
    color: #3b82f6 !important;
    border: 1px #3b82f6 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: #3b82f6 !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: #3b82f6 !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: #3b82f6 !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 #3b82f6 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 #3b82f6 solid;
}

.contact-us-btn {
    display: flex;
    padding: 16px 24px 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #3b82f6;
    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;
    transition: all 0.3s ease;
}

.container-search:focus-within {
    outline: 1px #3b82f6 solid;
}

.input-search {
    border: none;
    width: 100%;
    height: 100%;
}

.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: 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 #3b82f6;
    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);
}

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

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

@media screen and (max-width: 768px) {
    .broker-dropdown,
    .container-search {
        width: 100%;
    }
}

.broker-dropdown-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

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

.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;
    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;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
}

.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;
    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;
    overflow: hidden;

    /* 142.857% */
}

.broker-flex-text {
    /* display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important; */
}

.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: 8px 16px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px !important;
    background-color: #3b82f6 !important;
    margin-bottom: 14px !important;
    cursor: pointer !important;
    width: 100% !important;
}

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

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

.broker-platforms-single {
    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;
}

.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;
    color: #3b82f6 !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;
}

@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: #3b82f6 !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;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}
.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;
}

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

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

/*  */

/* === Utility Classes === */
.max-width-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero-title {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 700;
}
.hero-description {
    font-size: 1.125rem;
    color: #bfdbfe;
    max-width: 600px;
    margin-top: 1rem;
}

.hero-pattern {
    background: radial-gradient(
        circle at top right,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.95) 100%
    );
    background-color: #0f172a;
    color: white;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}
@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left; /* Default for large screens */
}

/* Small screen responsive - only for the classes you showed */
@media (max-width: 767px) {
    .hero-text {
        text-align: center;
        align-items: center;
    }

    .hero-title {
        text-align: center;
    }

    .hero-description {
        text-align: center;
    }

    .hero-text .mt-16 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
    }

    .btn-accent,
    .btn-light {
        width: 100%;
        padding: 4px 8px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
        gap: 4px;
    }
}

/* Large screen - keep existing styles unchanged */
@media (min-width: 768px) {
    .hero-text {
        text-align: left;
        align-items: flex-start;
    }

    .hero-text .mt-16 {
        display: block;
    }

    .btn-accent,
    .btn-light {
        width: auto;
        max-width: none;
        padding: 0.75rem 1.5rem;
    }
}

.btn-accent {
    background-color: #3b82f6 !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-light {
    background-color: white !important;
    color: #0f172a;
    text-decoration: none !important;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-light:hover {
    background-color: #d6d7d8 !important;
}

.btn-accent:hover {
    background-color: #2563eb !important;
}


.outline-btn {
    border: 1px solid #3b82f6 !important;
    width: fit-content;
    padding: 8px 16px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    gap: 4px;
}

.outline-btn:hover {
    border: 1px solid #2563eb !important;
}

.outline-btn:hover svg {
    fill: #2563eb !important;
}


.top_brokers-card {
    background-color: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.top_brokers-card-content {
    display: flex !important;
    align-items: center !important;
    padding: 0px !important;
    margin: 0 !important;
}

.top_brokers-logo {
    background-color: #bfdbfe; /* bg-blue-200 */
    color: #1e3a8a; /* text-blue-800 */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    font-weight: bold;
}

.top_brokers-stars {
    display: flex;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #facc15; /* yellow-400 */
}

.top_brokers-heading {
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}

.top_brokers-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.animate-transform {
    transition: transform 0.3s ease;
}
.animate-transform:hover {
    transform: translateY(-5px);
}

.trust-badge {
    flex: 1 1 200px;
    max-width: 280px;
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #e5e7eb;
}

.updated-label {
    font-size: 0.75rem;
    background-color: #dcfce7;
    color: #166534;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    white-space: nowrap;
}

.view-all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #3b82f6 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: color 0.3s;
}
.view-all-link:hover {
    color: #1d4ed8 !important;
}

.blue-hover {
    transition: fill 0.3s ease;
}

.blue-hover:hover {
    fill: #1d4ed8;
    color: #1d4ed8;
}

.blue-hover:hover path {
    fill: #1d4ed8;
    color: #1d4ed8;
}

.brokers-list-section,
.bestbrokers-section,
.comparison-section {
    padding: 64px 0;
    /* background-color: #f9fafb;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); */
}

.brokers-list-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.brokers-list-header ,
.trust-list-header ,
.comparison-section-header ,
.bestbrokers-header ,
.education-header
{
    text-align: center;
    margin-bottom: 24px;
}

.brokers-list-title ,
.trust-list-title ,
.comparison-section-title ,
.bestbrokers-title ,
.education-title
{
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
}

.brokers-list-subtitle ,
.trust-list-subtitle ,
.comparison-section-subtitle ,
.bestbrokers-subtitle ,
.education-description
{
    margin-top: 16px;
    color: #4b5563;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}

.brokers-list-grid,
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.brokers-list-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

.brokers-list-card-highlighted .brokers-list-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #f59e0b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}

.brokers-list-card-body {
    padding: 24px;
    width: 100% !important;
}

.brokers-list-card-header {
    display: flex;
    align-items: center;
}

.brokers-list-logo-placeholder {
    background-color: #e5e7eb;
    border: none !important;
    border-radius: 12px;
    width: 64px;
    height: 64px;
}

.brokers-list-details {
    margin-left: 16px;
}

.brokers-list-name {
    font-size: 20px;
    font-weight: 700;
    color: #3b82f6;
}

.brokers-list-rating {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.brokers-list-stars {
    color: #facc15;
}

.brokers-list-review-count {
    margin-left: 8px;
    color: #4b5563;
}

.brokers-list-features {
    margin-top: 24px;
    padding: 0;
    list-style: none;
    color: #4b5563 !important;
}

.brokers-list-feature {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.brokers-list-feature:last-child {
    margin-bottom: 0;
}

.brokers-list-feature span {
    margin-left: 8px;
}

.brokers-list-links {
    margin-top: 0;
    display: flex;
    justify-content: space-between !important;
    width: 100% !important;
}

.brokers-list-review-link {
    color: #3b82f6 !important;
    font-weight: 500;
    font-size: 16px !important;
    text-decoration: none;
}

.brokers-list-review-link:hover {
    color: #1d4ed8 !important;
}

.brokers-list-visit-button {
    background-color: #3b82f6 !important;
    color: white !important;
    padding: 4px 16px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.brokers-list-visit-button:hover {
    background-color: #1d4ed8 !important;
}

.landing-view-all-grid {
    margin-top: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-view-all-link {
    display: inline-flex;
    align-items: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #3b82f6 !important;
    text-decoration: none;
}

.education-section {
    /* background-color: white; */
    padding: 64px 0;
}

.education-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.education-single-broker-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;
}

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

.education-card {
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.education-card-blue {
    background: linear-gradient(to bottom right, #eff6ff, #e0e7ff);
    border-color: #bfdbfe;
}

.education-card-green {
    background: linear-gradient(to bottom right, #ecfdf5, #d1fae5);
    border-color: #bbf7d0;
}

.education-card-purple {
    background: linear-gradient(to bottom right, #f3e8ff, #e0e7ff);
    border-color: #ddd6fe;
}

.education-card-yellow {
    background: linear-gradient(to bottom right, #fefce8, #fef3c7);
    border-color: #fef08a;
}

.education-icon {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 16px;
}

.education-icon-blue {
    background-color: #3b82f6;
}

.education-icon-green {
    background-color: #10b981;
    .bestbrokers-section {
        padding: 64px 0;
        background-color: #f9fafb;
    }

    .bestbrokers-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 32px;
    }

    .bestbrokers-header {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .bestbrokers-subtitle {
        margin-top: 16px;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        color: #4b5563;
    }

    /* Responsive Grid */
    .bestbrokers-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    @media (min-width: 768px) {
        .bestbrokers-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .bestbrokers-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* Card Styles */
    .bestbrokers-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .bestbrokers-card-header {
        height: 192px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    /* Gradients */
    .bg-gradient-blue {
        background: linear-gradient(to right, #3b82f6, #4f46e5);
    }
    .bg-gradient-green {
        background: linear-gradient(to right, #10b981, #0d9488);
    }
    .bg-gradient-purple {
        background: linear-gradient(to right, #8b5cf6, #4f46e5);
    }

    .bestbrokers-card-content {
        text-align: center;
        padding: 16px;
    }

    .bestbrokers-card-title {
        font-size: 20px;
        font-weight: bold;
    }

    .bestbrokers-stars {
        margin-top: 8px;
        color: #facc15;
    }

    .bestbrokers-card-note {
        margin-top: 8px;
    }

    .text-blue {
        color: #bfdbfe;
    }

    .text-green {
        color: #d1fae5;
    }

    .text-purple {
        color: #ede9fe;
    }

    .bestbrokers-card-body {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bestbrokers-meta {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #6b7280;
    }

    .bestbrokers-description {
        margin-top: 16px;
        color: #4b5563;
    }

    .bestbrokers-link {
        margin-top: 24px;
        display: inline-flex;
        align-items: center;
        color: #3b82f6;
        font-weight: 500;
        text-decoration: none;
    }

    /* Footer */
    .bestbrokers-footer {
        margin-top: 48px;
        text-align: center;
    }

    .bestbrokers-viewall {
        display: inline-flex;
        align-items: center;
        color: #3b82f6;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
    }

    .bestbrokers-viewall i {
        margin-left: 8px;
    }
}

.education-icon-purple {
    background-color: #8b5cf6;
}

.education-icon-yellow {
    background-color: #f59e0b;
}

.education-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #0f172a;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.education-card-text {
    margin-top: 8px;
    color: #4b5563;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-link:hover {
    color: #1d4ed8;
}

.card-link i {
    margin-left: 8px;
    font-size: 14px;
}

.bestbrokers-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Responsive Grid */
.bestbrokers-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .bestbrokers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bestbrokers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card Styles */
.bestbrokers-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: fit-content;
}

.bestbrokers-card-header {
    height: 192px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Gradients */
.bg-gradient-blue {
    background: linear-gradient(to right, #3b82f6, #4f46e5);
}
.bg-gradient-green {
    background: linear-gradient(to right, #10b981, #0d9488);
}
.bg-gradient-purple {
    background: linear-gradient(to right, #8b5cf6, #4f46e5);
}

.bestbrokers-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #ffffff;
    color: #0f172a;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 9999px;
}

.bestbrokers-card-content {
    text-align: center;
    padding: 16px;
}

.bestbrokers-card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    height: 48px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bestbrokers-stars {
    margin-top: 8px;
    color: #facc15;
}

.bestbrokers-card-note {
    margin-top: 8px;
}

.bestbrokers-card-body {
    padding: 24px;
}

.bestbrokers-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6b7280;
}

.bestbrokers-description {
    margin-top: 16px;
    color: #4b5563;
}

.bestbrokers-link {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    color: #3b82f6;
    font-weight: 500;
    text-decoration: none;
}

.bestbrokers-link i {
    margin-left: 8px;
}

/* Footer */
.bestbrokers-footer {
    margin-top: 48px;
    text-align: center;
}

.bestbrokers-viewall {
    display: inline-flex;
    align-items: center;
    color: #3b82f6;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}

.bestbrokers-viewall i {
    margin-left: 8px;
}
.fx-footer {
    background-color: #0f172a;
    color: #9ca3af;
    padding: 48px 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-link{
        text-align: 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: #ffffff;
    margin-bottom: 16px;
     text-align: start;
}

.fx-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
}

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

.fx-footer-link:hover {
    color: #93c5fd !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 {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #1e293b;
    text-align: center;
}

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

.cta {
    padding: 80px 0;
    background: linear-gradient(to right, #0f172a, #1e293b);
    color: #ffffff;
}

.cta__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.cta__heading {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.cta__subtext {
    margin: 16px auto 0;
    font-size: 18px;
    color: #c7d2fe;
    max-width: 640px;
}

.cta__button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta__features {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.cta__feature {
    display: flex;
    align-items: center;
    gap: 4px;
}

.comparison-section {
    /* background-color: #ffffff; */
}

.comparison-section__container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}


.comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .comparison-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.comparison-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.comparison-card__title {
    font-size: 20px;
    font-weight: bold;
    color: #0f172a;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
}

.comparison-card__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    max-height: 300px;
    max-width: 100%;
}

.comparison-card__meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.comparison-card__meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.comparison-card__meta-value {
    font-weight: bold;
    color: #6b7280;
}

.comparison-card__footer {
    margin-top: 32px;
    text-align: center;
}

.comparison-section__view-all {
    margin-top: 24px;
    text-align: center;
}

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

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


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

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

    }
}