﻿body {
    font-family: "Anek Latin", sans-serif;
}

:root {
    --primary-text-color: #414042;
    --highlighted-text-color: #C7222A;
    --secondary-text-color: #ffffff;
    --bleach-white-color: #FFF4D9;
    --card-box-shadow-color: #C7222A66;
    --header-text-color: #000000;
}

.banner_img_apexsif {

    width: 100%;
    position: relative;
}
.banner_img_apexsif img {
    width: 100%;
    height: auto;
}
.btn_explore_more_apexsif,
.btn_invest_now_apexsif {
    border-radius: 25px !important;
    padding: 6px 20px!important;
    font-size: 14px!important;
}

.btn_explore_more_apexsif,
.btn_explore_more_apexsif:hover,
.btn_explore_more_apexsif:focus {
box-shadow: 0 0 8px 0 #00000066;
    background-color: var(--secondary-text-color) !important;
    color: var(--primary-text-color)!important;
}

.btn_invest_now_apexsif,
.btn_invest_now_apexsif:hover,
.btn_invest_now_apexsif:focus {
    background-color: var(--highlighted-text-color) !important;
    color: var(--secondary-text-color)!important;
}

.btns_group {
    display: flex;
    position: absolute;
    bottom: 45px;
    right: 5%;
    column-gap: 15px;
}

.desc_apexsif {
    display: flex;
    column-gap: 50px;
    align-items: center;
}

.desc_apexsif p:nth-child(1) {
    line-height: 1.2;
    width: 50%;
    font-size: 30px;
    color: var(--primary-text-color);
    font-weight: 500;
}

.desc_apexsif p:nth-child(2) {
    color: var(--primary-text-color);
    position: relative;
    font-size: 16px;
}

.desc_apexsif p:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--highlighted-text-color);
}

.apex_edge_header {
    font-size: 30px;
    color: var(--primary-text-color);
    margin-bottom: 20px;
}

.apex_edge_desc {
    color: var(--primary-text-color);
    font-size: 16px;
    margin-bottom: 40px;
}

.apex_edge_section {
    position: relative;
}

.apex_edge_section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 420px;
    background-color: var(--bleach-white-color);
}

.apex_edge_container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.apex_edge_card_container {
    position: relative;
    z-index: 1;
}

.apex_edge_card_header {
    font-size: 26px;
    color: var(--primary-text-color);
    margin-bottom: 40px;
    text-align: center;
}

.highlight_apexsif {
    color: var(--highlighted-text-color);
}

.apex_edge_card {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.apex_edge_card_container .apex_edge_card .card {
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 30px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    position: relative;
}

.apex_edge_card .card .card-body {
    border-radius: 48px;
    background-color: var(--secondary-text-color);
    box-shadow: 1px 1px 8px 1px var(--card-box-shadow-color);
    padding: 50px 40px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.card_number {
    position: absolute;
    top: 45%;
    font-size: 100px;
    left: -5px;
    transform: translateY(-50%);
    color: #C7222A2E;
    font-weight: 500;
    z-index: 1;
}

.apex_edge_card .card .card-body .card-title {
    font-size: 20px;
    color: var(--header-text-color);
    margin-bottom: 15px;
    font-weight: 500;
    width: 80%;
    text-align: center;
}

.apex_edge_card .card .card-body .card-text {
    font-size: 14px;
    color: var(--primary-text-color);
    text-align: center;
}

.apex_edge_card .card .card-body::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: var(--highlighted-text-color);
    clip-path: polygon(50% 0%, 100% 100%, 75% 100%, 50% 40%, 25% 100%, 0% 100%);
}


.comparison-section {
    padding: 40px 20px;
    text-align: center;
}

.comparison-wrapper {
    display: flex;
    margin-top: 30px;
    align-items: stretch;
}

/* Left feature column */
.feature-column {
    width: 250px;
    background: var(--secondary-text-color);
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 42px;
    box-shadow: 0 0 6px 0 #00000040;
}

.feature-item {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
}

.feature-item:last-child {
    border-bottom: none;
}

/* Cards container */

.comparison-section .cards {
    display: flex;
    gap: 20px;
    flex: 1;
}

/* Individual card */

.comparison-section .card {
    flex: 1;
    background: var(--secondary-text-color);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: 0.3s ease;
}


.comparison-section .card h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}


.comparison-section .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.comparison-section .card ul li {
    padding: 10px 0;
    font-size: 14px;
}


.comparison-section .card ul li:last-child {
    border-bottom: none;
}

/* Highlight SIF */

.comparison-section .highlight {
    background: var(--bleach-white-color);
    box-shadow: 0 0 6px 0 #C7222A;
    transform: scale(1.03);
}

.comparison-section .card.highlight h3 {
    color: var(--highlighted-text-color);
}

.comparison-section h2 {
    margin-bottom: 70px;
}

.comparison-section .card::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: var(--highlighted-text-color);
    clip-path: polygon(50% 0%, 100% 100%, 75% 100%, 50% 40%, 25% 100%, 0% 100%);
}

.feature-item-icon {
    width: 30px;
    min-width:30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--highlighted-text-color);
    margin-right: 10px;
}

.feature-item-icon img {
    width: 15px;
    height: auto;
}

.faq_section_apexsif {
    background-color: #f9fafb;
    padding: 30px 0px;
    margin-bottom: 40px;
}

.faq_section_apexsif #collapseOneParent {
    padding: 10px 30px 30px 30px;
}

.faq_section_apexsif .accordion-button {
    color: var(--primary-text-color);
}

.faq_section_apexsif .accordion-button:not(.collapsed) {
    background-color: #ffffff;
}

.faq_section_apexsif .accordion-button:focus {
    box-shadow: none;
}
#faqSection .faq-toggle-btn,.faq-item-btn{
   background-color:#fff !important;
}
#faqAccordion{
   float:unset !important;
   width:100%;
   padding: 0px;
}
#faqSection .faq-toggle-btn{
   border:none;
   padding: 15px 20px;
   font-size:18px;
   color: #000000;
}
#faqSection .faq-toggle-btn:focus,.faq-item-btn:focus{
   box-shadow:none;
}
#faqSection{
   background-color:#f9fafb;
}

.faq_inner_section #topAccordion {
    padding: 20px 0px;
}
.faq-item-btn{
   font-size:15px;
   color: #000000 !important;
}
.bannerimage_mobile{
   display:none;
}
.accordion-button::after {

    background-image: var(--bs-accordion-btn-icon) !important;
    transform: rotate(360deg) !important;
    }
    .accordion-button.active::after {
    background-image: var(--bs-accordion-btn-active-icon) !important;
    transform: rotate(180deg) !important;
    }
    .disclaimer_accordion .accordion-button::after{
      content:none;
    }
    .disclaimer_accordion .accordion-button{
        cursor: auto;
    }
@media (max-width:1200px) {
.desc_apexsif p:nth-child(1) {
    line-height: 1.2;
    width: 75%;
}

@media (max-width:992px) {
    .apex_edge_card_container .apex_edge_card .card {
        width: 50%;
        max-width: 50%;
    }
        .feature-column {
        min-width: 250px;
        margin-top: 90px;
    }

    .comparison-section .card {
        width: 300px;
    }

    .comparison-wrapper {
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .comparison-section .cards {
         margin-top: 40px;
         margin-bottom: 30px;
    }
}

@media (max-width:768px) {}

@media (max-width:480px) {
.bannerimage{
   display:none;
}
.bannerimage_mobile{
   display:block !important;
   height:100% !important;
}
    .banner_img_apexsif {
        height: auto;
    }

    .btns_group {
            position: absolute;
            bottom: -19px;
            right: -20px;
	column-gap: 6px;
	padding: 30px;
    }

    .desc_apexsif {
        flex-direction: column;
	padding: 0px 15px;
    }
    .btn_explore_more_apexsif, .btn_invest_now_apexsif {

    padding: 6px 12px !important;
    font-size: 12px !important;
}
.comparison-section h2 {
    margin-bottom: 30px;
    padding: 0px 20px;
}



    .desc_apexsif p:nth-child(1) {
        width: 100%;
	margin-bottom: 20px;
    }
    .productpage_desc_section {
    padding: 30px 15px !important;
}

    .desc_apexsif p:nth-child(2)::before {
        content: none;
    }

    .apex_edge_card_container .apex_edge_card .card {
        width: 100%;
        max-width: 100%;
    }

    .card_number {
        display: none;
    }
    .apex_hls_fund_section_bg {
    padding: 0px 15px;
}
    .invest-section-bg {
    padding: 60px 15px !important;
    }
    #faqSection {
    padding: 0px 15px;
}
.forms-container {
    padding: 0 20px;
}
        .feature-column {
            min-width: 99px;
            z-index: 97;
            margin-top: 6px;
            position: sticky;
            left: 0;
            margin-bottom: 30px;
            padding-top: 92px;
        }
    .comparison-section .highlight {
    transform: scale(1);
}
.comparison-wrapper {
    column-gap: 12px;
}
.comparison-section .cards {
    gap: 10px;
    }
    .feature-item {
    padding: 10px 10px;
    }
    .feature-item-icon {
    display: none !important;
    }
    .comparison-section .card {
            width: 221px;
        }
	.comparison-section {
    padding: 40px 0px;
    }
}