﻿@font-face {
    font-family: 'poppinsfont';
    /* Choose a descriptive name for your font */
    src: url('/assets/font/Poppins/Poppins-Regular.ttf') format('truetype');
    /* Path to your font file */
    src: url('/assets/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('/assets/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;
}

/* section 1 css start */
.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;
}


    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

.hero-img {
    width: 100%;
    height: 100%;
    border-radius: 12px 0 0 12px;
    object-fit: cover;
    display: block;
}

/* Responsive heading sizes using clamp() */
h1.page-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: #642A38;
    font-weight: 700;
    font-family: 'poppinsbold', sans-serif !important;
}

h3#title_description {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.hero-text h2 {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    line-height: 1.3;
}

.hero-text p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: #555;
}

/* section 1 css ends */


/* section 2 css start */
.video-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    /* modern responsive aspect ratio */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #000;
}

    /* Older browser fallback for aspect-ratio */
    .video-container::before {
        content: "";
        display: block;
        padding-top: 56.25%;
        /* 16:9 ratio */
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* 📱 Responsive tweaks */
@media (max-width: 768px) {
    .video-container {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 480px) {
    .video-container {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
}




/* section 2 css ends */

/* section 3 css starts */
/* section 3 css ends */


/* section 4 css starts */
#types_of_alternative_investment_funds_heading {
    text-align: center;
}

#types_of_alternative_investment_funds_heading_aif_bold {
    font-weight: bold;
    font-family: 'poppinsbold', sans-serif !important;
}

/* Types Section */
.types-section {
    padding: 38px 0;
    background-color: #ffffff;
}

.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;
}

    .types-title strong {
        font-weight: 700;
    }

.types-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.table-header {
    background: linear-gradient(180deg, #642a38 0%, #642a38 100%);
    border: 3px solid #ffffff;
    border-radius: 14px;
    padding: 14px;
    width: 170px;
    margin: 0 auto;
}

.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);
}

    .table-header-title h3 {
        font-size: 24px;
        font-family: 'Archivo Narrow', sans-serif;
        font-weight: 700;
        color: #642a38;
    }

.table-row {
    display: flex;
    flex-direction: row;
    /* Changed to row for horizontal layout */
    gap: 16px;
    padding: 16px;
    flex-wrap: wrap;
    /* Allows wrapping if needed for responsiveness */
}

.table-cell {
    background-color: #a8403d;
    border: 3px solid #ffffff;
    border-radius: 14px;
    padding: 16px 8px;
    flex: 1;
    /* Makes each cell take equal width */
    min-width: 280px;
    /* Ensures a minimum width for readability */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Aligns content to the top */
    box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.25);
}

.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;
}

    .cell-header h4 {
        font-size: 24px;
        font-family: 'Archivo Narrow', sans-serif;
        font-weight: 700;
        color: #ffffff;
    }

.cell-content {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    flex-grow: 1;
    /* Allows content to expand if needed */
}

.bullet-point {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.bullet {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-top: 4px;
}

.divider-line {
    width: 100%;
    height: 1px;
    background-color: #642a38;
    margin: 10px 0 10px 0px;
}

.h200 {
    height: 200px;
}

.h100 {
    height: 120px;
}

.h40 {
    height: 40px;
}

.comparison-table {
    border: 1px solid #ccc;
    /* outline border */
    border-radius: 9px;
    /* rounded corners */
    overflow: hidden;
    /* ensures corners clip properly */
}

.flextable {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Media query for desktop view */
@media (min-width: 768px) {
    .table-row {
        flex-direction: row;
        /* Ensure row layout for desktop */
        justify-content: space-between;
        /* Distributes space evenly */
    }

    .table-cell {
        flex: 1;
        /* Equal width for each category */
        max-width: 32%;
        /* Limits each cell to roughly one-third of the container */
    }
}


/* section 6 */
/* Categories Section */
/* .categories-section {
      padding: 60px 0;
    } */

.categories-intro {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

/* Circle number */
.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;
    /* Right padding for number alignment */
}

/* Title next to number */
.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.category-title {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}

/* Description text aligned with title */
.category-description {
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 90px;
    /* Matches the left offset of category-title after number */
}

/* Custom bullets */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 90px;
    /* Aligns with category-title */
}

    .category-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }

.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;
}

/* Divider */
.category-divider {
    width: 100%;
    height: 1px;
    background-color: #ea553a;
    margin: 40px 0;
}




/*section Features of AIFs  */

.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;
}

.features-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.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;
}

    .feature-card:hover {
        box-shadow: 0 6px 20px rgba(100, 42, 56, 0.3);
    }

.feature-accent {
    position: absolute;
    top: 1.5rem;
    left: 0.75rem;
    width: 8px;
    height: 60px;
    border-radius: 6px;
    background: #FFEB3B;
}

.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);
}


/* why choose  section */
.section-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #1a1a1a;
}

.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%;
}

    .why-card:hover {
        background: rgba(255, 234, 158, 1);
    }

    .why-card .icon-circle {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
        align-self: flex-start;
    }

    .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%;
    }

    .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;
    }

    .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .why-card {
        margin-bottom: 1.5rem;
        padding: 1.5rem 1rem 1.2rem 1rem;
    }

    .center-illustration {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .why-card {
        padding: 1rem 0.5rem 1rem 0.5rem;
        border-radius: 16px;
    }

    .section-title {
        font-size: 2rem;
    }

    .center-illustration {
        padding: 1rem;
    }
}

.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;
}

    .icon-circle img {
        width: 40px;
        height: 40px;
    }

.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;
    }

/* section 6 */
.linedraw {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 7px solid #FF9800;
}

.bgimage {
    background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/Rectangle31.png') center/cover no-repeat;
}

.minustop {
    width: 75%;
    text-align: center;
    margin-top: -200px;
}

.investaif_txt {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

.w-125 {
    width: 125%;
}

.investaif_txt ul li,
.invsttext {
    font-size: 17px;
    text-wrap: wrap;
    width: 100%;
}

.bgimage8 {
    background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/riskreturnbg.png') center/cover no-repeat;
    margin-top: -8px;
}

.section8_txt {
    font-size: 34px;
    font-weight: normal;
    color: #000000;
    width: 100%;
}

.risk-icon {
    color: #feaa18;
    /* Changed to orange for better contrast with beige bg */
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .linedraw {
        width: 40%;
    }
}

.bgimage9 {
    background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/taxation.png') center/cover no-repeat;
    margin-top: -8px;
}

.bgimage10 {
    background: #FFFEF1;
    padding: 10px;
    margin-top: -8px;
}

.bgimage11 {
    background: url('https://resources.pmsbazaar.com/web/pmsbazaar/aif-page/comparisionframe.png') center/cover no-repeat;
    margin-top: -8px;
}

/* table section */
/* Table styling */
th,
thead,
tr {
    background-color: #642A38 !important;
    color: #fff !important;
}

td,
th {
    padding: 18px !important;
    vertical-align: middle;
    font-size: 14px;
}

/* Responsive adjustments for smaller screens */
.table-responsive {
    overflow-x: auto;
}



.bgimage9 {
    padding-left: 15px;
    padding-right: 15px;
}

.taxationcontent {
    width: 100% !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.accordion-button .collapsed {
    font-size: 12px !important;
}

@media (max-width: 992px) and (min-width: 769px) {
    .taxationcontent {
        width: 60% !important;
    }
}

@media (max-width: 768px) {
    .taxationcontent {
        width: 60% !important;
    }

    .section8_txt {
        font-size: 25px;
    }

    td,
    th {
        font-size: 13px !important;
        padding: 8px !important;
    }

    .bgimage9 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {

    td,
    th {
        font-size: 12px !important;
        padding: 6px !important;
    }
}

#whyChooseAccordion .accordion-button {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold !important;
    font-family: 'poppinsbold', sans-serif !important;
    border-radius: 6px !important;
}

    #whyChooseAccordion .accordion-button:not(.collapsed) {
        background: rgba(255, 234, 158, 1) !important;
        width: 100% !important;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

#whyChooseAccordion .accordion-item:first-of-type > .accordion-header .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);
}

.accordion-button {
    background-color: #E5DCDE !important;
    color: #642A38 !important;
    font-weight: bold !important;
    border-radius: 15px;
    font-size: 12px !important;
    font-family: 'poppinsbold', sans-serif !important;
}

.accordion-item {
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #642A38 !important;
    box-shadow: none !important;
}

.clr {
    color: #642A38 !important;
}

.accordion-item:first-of-type > .accordion-header .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);
}

.footbg {
    background: linear-gradient(90.21deg, #6A2F3E 9.8%, #A66172 88.87%);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    margin-top: 30px;
}

.btn-clr {
    background: #FE9F09 !important;
    border: 3px solid #fff !important;
    padding: 5px 10px;
    color: #000000 !important;
    font-weight: normal !important;
}

.hero-text {
    text-align: left;
}

.bgborder {
    background: rgba(255, 234, 158, 1);
    width: 100% !important;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.mr-5 {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .why-card {
        padding: 0px;
    }

        .why-card p {
            padding: 10px;
        }

    .hero-text {
        text-align: center;
    }

    .category-number {
        width: 45px;
        height: 45px;
    }

    .category-description {
        margin-left: 40px;
    }

    .category-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 30px;
    }

    .category-list {
        margin: 0 0 20px 30px;
    }

    .pr-0 {
        padding-right: 0px !important;
    }

    .feature-card {
        border: 0.28px solid;
        text-align: left !important;
        padding: 10px !important;
    }

    .category-title {
        font-size: 27px !important;
    }

    .category-header {
        gap: 5px !important;
    }

    .minustop {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .invsttext {
        margin-top: 10px !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        /* size of the dot */
        height: 12px;
        border-radius: 50%;
        /* makes them circles */
        background-color: #ccc;
        /* default gray */
    }

    .carousel-indicators .active {
        background-color: maroon;
        /* active dot color */
    }

    .carousel-indicators {
        position: relative;
    }


    .categories-intro {
        font-size: 28px !important;
    }
}

.text-left {
    text-align: left !important;
}

/* section 5 */
.feature-card {
    position: relative;
    /* background removed */
    color: #fff;
    padding: 45px;
    border-radius: 25px;
    overflow: hidden;
    opacity: 1.2;
    /* adjust value between 0 (transparent) and 1 (fully opaque) */
}


    .feature-card::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 0;
        height: 45px;
        /* control yellow line length */
        width: 5px;
        /* control yellow line thickness */
        background-color: yellow;
        border-radius: 5px;
        /* smooth edge */
    }

.hero-layout {
    display: flex;
    align-items: stretch;
}

.hero-text-column,
.hero-image-column {
    width: 50%;
    text-align: -webkit-right;
}

@media (max-width: 991.98px) {
    .hero-layout {
        flex-direction: column;
    }

    .hero-text-column,
    .hero-image-column {
        width: 100%;
    }




    .hero-img {
        width: 60% !important;
        height: auto;
        display: block;
        margin-top: 10px;
    }

    hr {
        margin: 0px !important;
        border: none !important;
    }
}

.carousel-item {
    width: 92% !important;
}

.carosal1 {
    border-right: 12px solid #d99379 !important;
    border-radius: 20px;
}

.carosal2 {
    border-right: 12px solid #b17957 !important;
    border-radius: 20px;
}

.carosal3 {
    border-right: 12px solid #a8403d !important;
    border-radius: 20px;
}

.hero-text-column {
    display: flex;
    align-items: flex-end;
}

.hero-text-content {
    margin-top: auto;
    width: 100%;
    text-align: left !important;
}

.hero-img {
    width: 80%;
    height: auto;
    display: block;
}



/* Base Carousel Button */
/* Base Carousel Button */
.carousel-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    /* compact size */
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    /* subtle glass effect */
    backdrop-filter: blur(6px);
    /* smooth frosted look */
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* soft border */
    border-radius: 50%;
    /* circular */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .carousel-btn:hover {
        background: rgba(255, 255, 255, 0.35);
        /* slightly stronger on hover */
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /* subtle shadow on hover */
    }

/* Positioning */
.carousel-next-btn {
    right: 12px;
    transform: translateY(-50%);
}

.carousel-prev-btn {
    left: 12px;
    transform: translateY(-50%);
}

    /* CSS Arrows (black, visible) */
    .carousel-next-btn::after,
    .carousel-prev-btn::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid black;
        border-right: 2px solid black;
    }

.carousel-next-btn::after {
    transform: rotate(45deg);
}

.carousel-prev-btn::after {
    transform: rotate(-135deg);
}
