﻿@font-face {
    font-family: 'poppinsfont';
    /* Choose a descriptive name for your font */
    src: url('/Content/font/Poppins/Poppins-Regular.ttf') format('truetype');
    /* Path to your font file */
    src: url('/Content/font/Poppins/Poppins-Regular.otf') format('opentype');
    /* Path to your font file */
    font-weight: normal;
    /* Define the weight of this specific font file */
    font-style: normal;
    /* Define the style (e.g., normal, italic) */
}

@font-face {
    font-family: 'poppinsbold';
    /* Choose a descriptive name for your font */
    src: url('/Content/font/Poppins/Poppins-Bold.otf') format('opentype');
    /* Path to your font file */
    font-weight: bold;
    /* Define the weight of this specific font file */
    font-style: bold;
    /* Define the style (e.g., normal, italic) */
}

body { font-family: 'poppinsfont', sans-serif !important; }

h1.aif-page-title { font-size: clamp(1.8rem, 4vw, 3rem) !important; color: #642A38 !important; font-weight: 700 !important; font-family: 'poppinsbold', sans-serif !important; }
h3#title_description { font-size: clamp(1rem, 2.5vw, 1.5rem) !important; }
.aif-cta-button { display: inline-block; font-size: 1rem; font-weight: 600; color: #fff; background: linear-gradient(90deg, #642a38 0%, #ca5471 100%); border-radius: 10px; padding: 10px 24px; text-decoration: none; box-shadow: 0 3px 10px #adb5bd; transition: all 0.3s ease; border: 3px solid #fff; display: inline-block; margin: 0 auto; float: none; }
.aif-cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
.aif-hero-img { width: 100%; height: 100%; border-radius: 12px 0 0 12px; object-fit: cover; display: block; }
.aif-hero-text h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.3; }
.aif-hero-text p { font-size: clamp(0.95rem, 2vw, 1.1rem); color: #555; }
.aif-video-container { position: relative; width: 90%; max-width: 800px; margin: 0 auto; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); background: #000; }
.aif-video-container::before { display: block; padding-top: 56.25%; }
.aif-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 768px) {
    .aif-video-container { width: 100%; border-radius: 8px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); }
}

@media (max-width: 480px) {
    .aif-video-container { width: 100%; aspect-ratio: 16 / 9; border-radius: 6px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
}
#aif-types_of_alternative_investment_funds_heading { text-align: center; }
#aif-types_of_alternative_investment_funds_heading_aif_bold { font-weight: bold; font-family: 'poppinsbold', sans-serif !important; }
.aif-types-section { padding: 38px 0; background-color: #ffffff; }
.aif-types-title { font-size: 40px; font-family: 'Gilroy', sans-serif; font-weight: 400; line-height: 1.05; text-align: center; color: #000000; margin-bottom: 90px; }
.aif-types-title strong { font-weight: 700; }
.aif-types-table { display: flex; flex-direction: column; gap: 20px; overflow: hidden; }
.aif-table-header { background: linear-gradient(180deg, #642a38 0%, #642a38 100%); border: 3px solid #ffffff; border-radius: 14px; padding: 14px; width: 170px; margin: 0 auto; }
.aif-table-header-title { background-color: #ffffff; border: 2px solid #ffffff; border-radius: 10px; padding: 8px; text-align: center; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.aif-table-header-title h3 { font-size: 24px; font-family: 'Archivo Narrow', sans-serif; font-weight: 700; color: #642a38; }
.aif-table-row { display: flex; flex-direction: row; gap: 16px; padding: 16px; flex-wrap: wrap; }
.aif-table-cell { background-color: #a8403d; border: 3px solid #ffffff; border-radius: 14px; padding: 16px 8px; flex: 1; min-width: 280px; display: flex; flex-direction: column; justify-content: flex-start; box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.25); }
.aif-cell-header { background-color: #642a38; border: 2px solid #ffffff; border-radius: 10px; padding: 8px; text-align: center; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); margin-bottom: 20px; }
.aif-cell-header h4 { font-size: 24px; font-family: 'Archivo Narrow', sans-serif;vfont-weight: 700; color: #ffffff; }
.aif-cell-content { color: #ffffff; font-size: 14px; font-family: 'Archivo Narrow', sans-serif; font-weight: 600; line-height: 1.5; flex-grow: 1; }
.aif-bullet-point { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; }
.aif-bullet { width: 12px; height: 12px; flex-shrink: 0; margin-top: 4px; }
.aif-divider-line { width: 100%; height: 1px; background-color: #642a38; margin: 10px 0 10px 0px; }
.aif-h200 { height: 200px; }
.aif-h100 { height: 120px; }
.aif-h40 { height: 40px; }
.aif-comparison-table { border: 1px solid #ccc; border-radius: 9px; overflow: hidden; }
.aif-flextable { display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) {
    .aif-table-row { flex-direction: row; justify-content: space-between; }
    .aif-table-cell { flex: 1; max-width: 32%; }
}

.aif-categories-intro { font-size: 36px; font-weight: normal; text-align: center; margin-bottom: 40px; }
.aif-category-number { width: 50px; height: 50px; background-color: #f5c61e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; color: #642a38; flex-shrink: 0; margin-right: 15px; }
.aif-category-header { display: flex; align-items: center; margin-bottom: 20px; gap: 15px; }
.aif-category-title { font-size: 35px; font-weight: 700; margin: 0; }
.aif-category-description { font-size: 18px; margin-bottom: 20px; margin-left: 90px; }
.aif-category-list { list-style: none; padding: 0; margin: 0 0 20px 90px; }
.aif-category-list li { display: flex; align-items: flex-start; margin-bottom: 15px; }
.aif-list-bullet { width: 18px; height: 18px; background-color: #ff9800; border: 2px solid #000; border-radius: 50%; margin-right: 10px; margin-top: 5px; flex-shrink: 0; }
.aif-category-divider { width: 100%; height: 1px; background-color: #ea553a; margin: 40px 0; }
.aif-features-section { background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/section-6-bg.jpg'); background-size: contain; border-radius: 2rem; box-shadow: 0 8px 32px rgba(100, 42, 56, 0.12); position: relative; overflow: hidden; }
.aif-features-overlay { position: absolute; inset: 0; border-radius: inherit; }
.aif-feature-card { background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 1.5rem; padding: 2rem 1rem; color: #fff; position: relative; min-height: 260px; transition: box-shadow 0.3s ease-in-out; }
.aif-feature-card:hover { box-shadow: 0 6px 20px rgba(100, 42, 56, 0.3); }
.aif-feature-accent { position: absolute; top: 1.5rem; left: 0.75rem; width: 8px; height: 60px; border-radius: 6px; background: #FFEB3B; }
.aif-feature-icon { width: 60px; height: 60px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem auto; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.aif-section-title { font-weight: 700; font-size: 2.5rem; color: #1a1a1a; }
.aif-why-card { background: linear-gradient(135deg, #fdf6ff 0%, #f8f9fa 100%); border-radius: 24px; box-shadow: 0 6px 24px rgba(93, 58, 90, 0.10), 0 1.5px 6px rgba(0, 0, 0, 0.04); border: 1.5px solid #ece2f2; padding: 2.2rem 1.5rem 1.7rem 1.5rem; transition: box-shadow 0.3s, transform 0.3s, background 0.3s; position: relative; overflow: hidden; text-align: left; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; min-height: 100%; }
.aif-why-card:hover { background: rgba(255, 234, 158, 1); }
.aif-why-card .aif-icon-circle { margin-left: 0; margin-right: 0; margin-bottom: 1rem; align-self: flex-start; }
.aif-why-card h5 { font-size: 1.25rem; font-weight: 700; color: #5d3a5a; margin-bottom: 0.7rem; letter-spacing: 0.5px; text-align: left; width: 100%; }
.aif-why-card p { font-size: 1rem; color: #444; margin-bottom: 0; line-height: 1.7; text-align: left; width: 100%; }
@media (max-width: 991px) {
    .row.g-4.align-items-center { flex-direction: column !important; }
    .aif-why-card { margin-bottom: 1.5rem; padding: 1.5rem 1rem 1.2rem 1rem; }
    .aif-center-illustration { margin-bottom: 2rem; }
}

@media (max-width: 575px) {
    .aif-why-card { padding: 1rem 0.5rem 1rem 0.5rem; border-radius: 16px; }
    .aif-section-title { font-size: 2rem; }
    .aif-center-illustration { padding: 1rem; }
}

.aif-icon-circle { width: 65px; height: 65px; border-radius: 50%; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.aif-icon-circle img { width: 40px; height: 40px; }
.aif-center-illustration { background: #5d3a5a; border-radius: 20px; padding: 2rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
.center-illustration img { max-width: 100%; height: auto; }
.aif-linedraw { width: 60%; text-align: center; margin: 0 auto; border-bottom: 7px solid #FF9800; }
.aif-bgimage { background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/Rectangle31.png') center/cover no-repeat; }
.aif-minustop { width: 75%; text-align: center; margin-top: -200px; }
.aif-investaif_txt { font-size: 20px; font-weight: normal; color: #000000; }
.w-125 { width: 125%; }
.aif-investaif_txt ul li, .aif-invsttext { font-size: 17px; text-wrap: wrap; width: 100%; }
.aif-bgimage8 { background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/riskreturnbg.png') center/cover no-repeat; margin-top: -8px; }
.aif-section8_txt { font-size: 34px; font-weight: normal; color: #000000; width: 100%; }
.aif-risk-icon { color: #feaa18; margin-right: 0.5rem; font-size: 1.2rem; }
@media (min-width: 768px) {
    .aif-linedraw { width: 40%; }
}
.aif-bgimage9 { background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/taxation.png') center/cover no-repeat; margin-top: -8px; }
.aif-bgimage10 { background: #FFFEF1; padding: 10px; margin-top: -8px; }
.aif-bgimage11 { background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/comparisionframe.png') center/cover no-repeat; margin-top: -8px; }
tr.head th { background-color: #642A38 !important; color: #fff !important; }
tr.body td { background-color: #FFF !important; color: #000 !important; }
td, th { padding: 18px !important; vertical-align: middle; font-size: 14px; }
.aif-bgimage9 { padding-left: 15px; padding-right: 15px; }
.aif-taxationcontent { width: 100% !important; }
.aif-accordion-button .collapsed { font-size: 12px !important;  }
@media (max-width: 992px) and (min-width: 769px) {
    .aif-taxationcontent { width: 60% !important; }
}

@media (max-width: 768px) {
    .aif-taxationcontent { width: 60% !important; }
    .aif-section8_txt { font-size: 25px; }
    td, th { font-size: 13px !important; padding: 8px !important; }
    .aif-bgimage9 { padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 480px) {
    td, th { font-size: 12px !important; padding: 6px !important; }
}

#aif-whyChooseAccordion .aif-accordion-button { background-color: #fff !important; color: #000 !important; font-weight: bold !important; border-radius: 6px !important; background: rgba(255, 234, 158, 1) !important; width: 100% !important; display: flex; padding: 10px; justify-content: center; align-items: center; }
#aif-whyChooseAccordion .aif-accordion-button:not(.collapsed) { background: rgba(255, 234, 158, 1) !important; width: 100% !important; display: flex; padding: 10px; justify-content: center; align-items: center; }
#aif-whyChooseAccordion .aif-accordion-item:first-of-type > .aif-accordion-header .aif-accordion-button { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.aif-accordion-button { background-color: #E5DCDE !important; color: #642A38 !important; font-weight: bold !important; border-radius: 15px; font-size: 12px !important; border:0; padding: 10px 20px; width:100%; text-align: left; }
.aif-accordion-item { border: none !important; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 15px; margin-bottom: 15px; }
.aif-accordion-button:not(.collapsed) { background-color: #fff !important; color: #642A38 !important; box-shadow: none !important; }
.aif-accordion-body { padding:5px 10px; text-align:justify}
.aif-accordion-header { margin-bottom:0; }
.aif-clr { color: #642A38 !important; }
.aif-accordion-item:first-of-type > .aif-accordion-header .aif-accordion-button { border-top-left-radius: 15px !important; border-top-right-radius: 15px !important; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.aif-footbg { background: linear-gradient(90.21deg, #6A2F3E 9.8%, #A66172 88.87%); border-radius: 20px; padding: 30px; color: #fff; margin-top: 30px; }
.aif-btn-clr { background: #FE9F09 !important; border: 3px solid #fff !important; padding: 5px 10px; color: #000000 !important; font-weight: normal !important; }
.aif-hero-text { text-align: left; }
.aif-bgborder { background: rgba(255, 234, 158, 1); width: 100% !important; display: flex; padding: 10px; justify-content: center; align-items: center; }

@media screen and (max-width: 768px) {
    .aif-why-card { padding: 0px; }
    .aif-why-card p { padding: 10px; }
    .aif-hero-text { text-align: center; }
    .aif-category-number { width: 45px; height: 45px; }
    .aif-category-description { margin-left: 40px; }
    .aif-category-list { list-style: none; padding: 0; margin: 0 0 20px 30px; }
    .aif-category-list { margin: 0 0 20px 30px; }
    .aif-feature-card { border: 0.28px solid; text-align: left !important; padding: 10px !important; }
    .aif-category-title { font-size: 27px !important; }
    .aif-category-header { gap: 5px !important; }
    .aif-minustop { margin-top: 0px !important; margin-bottom: 20px; }
    .aif-invsttext { margin-top: 10px !important; }
    .aif-carousel-indicators [data-bs-target] { width: 12px; height: 12px; border-radius: 50%; background-color: #ccc; }
    .aif-carousel-indicators .active { background-color: maroon; }
    .aif-carousel-indicators { position: relative; }
    .aif-categories-intro { font-size: 28px !important; }
}

.aif-feature-card { position: relative; color: #fff; padding: 45px; border-radius: 25px; overflow: hidden; opacity: 1.2; }
.aif-feature-card::before { content: ""; position: absolute; top: 40px; left: 0; height: 45px; width: 5px; background-color: yellow; border-radius: 5px; }
.aif-hero-layout { display: flex; align-items: stretch; }
.aif-hero-text-column, .aif-hero-image-column { width: 50%; text-align: -webkit-right; }
@media (max-width: 991.98px) {
    .aif-hero-layout { flex-direction: column; }
    .aif-hero-text-column, .aif-hero-image-column { width: 100%; }
    .aif-hero-img { width: 60% !important; height: auto; display: block; margin-top: 10px; }
    hr { margin: 0px !important; border: none !important; }
}
.aif-carousel-item { width: 92% !important; }
.aif-carosal1 { border-right: 12px solid #d99379 !important; border-radius: 20px; }
.aif-carosal2 { border-right: 12px solid #b17957 !important; border-radius: 20px; }
.aif-carosal3 { border-right: 12px solid #a8403d !important; border-radius: 20px; }
.aif-hero-text-column { display: flex; align-items: flex-end; }
.aif-hero-text-content { margin-top: auto; width: 100%; text-align: left !important; }
.aif-hero-img { width: 80%; height: auto; display: block; }
.aif-carousel-btn { position: absolute; top: 50%; width: 40px; height: 40px; background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 10; transition: all 0.3s ease; }
.aif-carousel-btn:hover { background: rgba(255, 255, 255, 0.35); transform: translateY(-50%) scale(1.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.aif-carousel-next-btn { right: 12px; transform: translateY(-50%); }
.aif-carousel-prev-btn { left: 12px; transform: translateY(-50%); }
.aif-carousel-next-btn::after, .aif-carousel-prev-btn::after { content: ''; display: inline-block; width: 10px; height: 10px; border-top: 2px solid black; border-right: 2px solid black; }
.aif-carousel-next-btn::after { transform: rotate(45deg); }
.aif-carousel-prev-btn::after { transform: rotate(-135deg); }
.gap-4 { gap: 1.5rem !important; }
.border-3 { border-width: 3px !important; }

.aif-accordion-button::after { flex-shrink: 0; width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.aif-accordion-button:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.aif-accordion-button .fa-chevron-down {
    float: right;
    transition: transform 0.3s ease;
}