@media (min-width:1200px) {
	
	/* headerbottom menu */
	.container { max-width: 1440px; }
	.headerMenu ul { display: flex; flex-wrap: wrap; gap: 25px; justify-content: end; position: relative; }
	.headerMenu ul li a { color: var(--whiteColor); font-size: var(--Font-18); font-weight: var(--Font-400); transition: 0.3s all ease-in-out; }
	.headerMenu>ul>li>a:first-child { padding-left: 0; }
	.headerMenu ul li.hover > a { color: var(--secondaryColor); }
	.headerMenu>ul>li.parent>a:after { content: ""; width: 8px; height: 8px; display: inline-block; margin-left: 8px; border: 2px solid var(--whiteColor); border-top: none; border-right: none; transform: rotate(-45deg); top: -3px; position: relative; border-radius: 2px; }
	.headerMenu ul>li ul { margin-top: 0px; padding-left: 5px; position: absolute; top: 100%; left: 0; width: 300px; opacity: 0; visibility: hidden; top: calc(100% + 20px); transition: 0.3s all ease-in-out; background: #fff; z-index: 9; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }
	.headerMenu ul>li ul li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
	.headerMenu ul>li.hover > ul { opacity: 1; visibility: visible; top: calc(100% + 15px); gap: 0; }
	.headerMenu > ul > li { margin-right: 0px; overflow: hidden; }
	.headerMenu>ul>li:hover { overflow: visible; }
	.headerMenu>ul>li:hover:before { content: ''; background: #000; width: 100%; position: absolute; left: 0; top: 20px; width: 100%; height: 80px; opacity: 0; }
	.headerMenu>ul>li:last-child { margin-right: 0px; }
	.headerMenu ul>li ul li { width: 100%; margin: 0 10px; }
	.headerMenu ul>li ul li a { width: 100%; padding: 8px 0px; font-size: var(--Font-18); border-bottom: 1px solid #e1e1e1; color: var(--textColor); }
	.headerMenu ul>li ul li:last-child a { border-bottom: 1px solid transparent; }
	.headerMenu ul>li ul li>ul { left: 100%; }
	.headerMenu > ul> li> ul { left: 0px; }
	.headerMenu > ul> li:last-child> ul { left: auto; right: -5px; }
	.headerMenu ul>li ul li.hover > ul { top: 0%; margin-left: 9px; margin-top: -1px; }
	.headerMenu ul>li ul li.parent > a:after { content: ""; width: 7px; height: 7px; display: inline-block; margin-left: 8px; border: 2px solid var(--textColor); border-bottom: none; border-left: none; transform: rotate(45deg); position: absolute; right: 15px; top: 14px; }
	.parent-trigger { display: none; }
	.menuToggle { display: none; }
}
@media screen and (min-device-width:1200px) and (max-device-width:1399px) {
	header { padding: 24px 0; }
	header h1 { font-size: var(--Font-36); }
	.headerMenu ul li a { padding: 14px 0px; }
	.headerMenu>ul>li { margin-right: 0px; }
}
@media (max-width:1399px) { }
@media (max-width:1280px) { }

/* Mobile Menu Toggle Styles */
@media (max-width:1199px) {
	
		/* Toggle Button Styles */
	.menuToggle { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 40px; height: 40px; cursor: pointer; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); z-index: 1001; background: transparent; border: none; padding: 8px; }
	.menuToggle span { display: block; width: 28px; height: 3px; background-color: var(--whiteColor); border-radius: 2px; transition: all 0.3s ease-in-out; position: absolute; }
	.menuToggle span:nth-child(1) { top: 10px; }
	.menuToggle span:nth-child(2) { top: 18px; }
	.menuToggle span:nth-child(3) { top: 26px; }
	.menuToggle.active span:nth-child(1) { top: 18px; transform: rotate(45deg); }
	.menuToggle.active span:nth-child(2) { opacity: 0; }
	.menuToggle.active span:nth-child(3) { top: 18px; transform: rotate(-45deg); }
	.headerTop .row { position: relative; }
	.headerTop .col-lg-7 { position: static; }
	.headerbottom { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.95); z-index: 1000; margin-top: 94px; overflow-y: auto; }
	.headerbottom.active { display: block; }
	.headerbottom .container { max-width: 100%; padding: 20px; }
	.headerMenu ul { display: flex; flex-direction: column; gap: 0; padding: 0; margin: 0; }
	.headerMenu > ul > li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; }
	.headerMenu ul li a { display: block; padding: 15px 0; color: var(--whiteColor); font-size: var(--Font-18); text-decoration: none; transition: 0.3s all ease-in-out; }
	.headerMenu ul li a:hover { color: var(--secondaryColor); }
	.headerMenu ul li ul { display: none; padding-left: 15px; background: rgba(255, 255, 255, 0.05); border-radius: 5px; margin-top: 5px; margin-bottom: 0px; }
	.headerMenu ul li ul.open { display: block; }
	.headerMenu ul li ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
	.headerMenu ul li ul li:last-child { border-bottom: none; }
	.headerMenu ul li ul li a { padding: 12px 15px; font-size: var(--Font-16); }
	.headerMenu > ul > li.parent > a { position: relative; padding-right: 30px; }
	.headerMenu > ul > li.parent > a:after { content: ""; width: 10px; height: 10px; display: inline-block; border: 2px solid var(--whiteColor); border-top: none; border-right: none; transform: rotate(-45deg); position: absolute; right: 5px; top: 50%; margin-top: -7px; border-radius: 2px; transition: 0.3s all ease-in-out; }
	.headerMenu > ul > li.parent.submenu-open > a:after { transform: rotate(135deg); margin-top: -3px; }
	body.menu-open { overflow: hidden; }
}

@media (max-width:1199px) {
	/* Remove container max-width */
	.container { max-width: 100%; padding-left: 20px; padding-right: 20px; }
	/* Section spacing adjustments */
	.aboutSection, .npsTrustSection, .processFlow, .threePillarsSection, .latestNewsSection { padding: 80px 0; }
	/* About Section */
	.aboutContent { margin-top: 30px; padding-left: 0; }
	/* NPS Trust Section */
	.npsTrustCard { padding: 40px 30px; margin-bottom: 20px; }
	.npsTrustCard .cardTitle { font-size: var(--Font-28); }
	/* Process Flow */
	.processFlow .sectionTitle { font-size: clamp(26px, 3vw, 36px); }
	.processFlow .imgWrap img { width: 100%; height: auto; }
	/* Three Pillars */
	.pillarCard { margin-bottom: 20px; padding: 35px 25px; min-height: 250px; }
	.threePillarsSection::before, .threePillarsSection::after { width: 100px; height: 250px; }
	/* Latest News */
	.featuredNewsContent { padding-left: 0; margin-top: 30px; }
	.newsTitle { font-size: var(--Font-30); }
	.newsDescription { font-size: var(--Font-16); }
}
@media (max-width:991px) {
	/* Container */
	.container { max-width: 100%; padding-left: 15px; padding-right: 15px; }
	/* Main Banner */
	.mainBanner { height: calc(100vh - 100px); }
	/* .bannerVideo { min-height: calc(100vh - 100px); height: calc(100vh - 100px); } */
	.bannerText h2 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 30px; }
	.bannerBtns .btn { padding: 12px 30px; font-size: 15px; min-width: 160px; }
	.mainBannerSwiper .swiper-pagination { right: 20px !important; }
	/* About Section */
	.aboutSection { padding: 60px 0; }
	.aboutContent { padding-left: 0; margin-top: 30px; }
	.sectionTitle { font-size: clamp(24px, 3vw, 32px); }
	/* NPS Trust Section */
	.npsTrustSection { padding: 60px 0 40px; }
	.npsTrustCard { padding: 35px 25px; margin-bottom: 20px; }
	.npsTrustCard .cardIcon { width: 70px; height: 70px; }
	.npsTrustCard .cardIcon img { max-width: 70px; }
	.npsTrustCard .cardTitle { font-size: var(--Font-26); }
	.npsTrustCard .cardDescription { font-size: var(--Font-15); }
	/* Process Flow */
	.processFlow { padding: 60px 0; }
	.processFlow .sectionTitle { font-size: clamp(22px, 3vw, 30px); margin-bottom: 30px; }
	/* Three Pillars */
	.threePillarsSection { padding: 60px 0; }
	.pillarsHeader { margin-bottom: 40px; }
	.pillarCard { padding: 0; min-height: auto;margin-bottom: 0; }
	.pillerImg{ margin: 20px 0 40px; }
	.pillarIcon { height: 70px; }
	.pillarIcon img { height: 60px; }
	.pillarName { font-size: var(--Font-18);margin-bottom: 0; }
	.pillarDescription { font-size: var(--Font-15); }
	.threePillarsSection::before, .threePillarsSection::after { width: 80px; height: 200px; }
	/* Latest News */
	.latestNewsSection { padding: 60px 0; }
	.latestNewsSection .sectionTitle { font-size: clamp(26px, 3vw, 36px); margin-bottom: 40px; }
	.featuredNewsContent { padding-left: 0; margin-top: 25px; }
	.newsTitle { font-size: var(--Font-26); margin-bottom: 12px; }
	.newsDescription { font-size: var(--Font-15); margin-bottom: 20px; }
	.newsCard { margin-bottom: 20px; }
	.newsCardImage { height: 200px; }
}
@media (max-width:767px) {
	/* Main Banner */
	 main { padding-top: 94px; }
	.mainBanner { height: calc(100vh - 80px); min-height: 450px; }
	/* .bannerVideo { min-height: calc(100vh - 80px); height: calc(100vh - 80px); } */
	.bannerText { margin: 0 auto 60px; }
	.bannerText h2 { font-size: clamp(24px, 3.5vw, 32px); margin-bottom: 25px; }
	.bannerBtns { gap: 15px; }
	.bannerBtns .btn { padding: 12px 25px; font-size: 14px; min-width: 140px; }
	.mainBannerSwiper .swiper-pagination { right: 15px !important; gap: 10px; }
	.mainBannerSwiper .swiper-pagination-bullet { width: 10px; height: 10px; }
	.mainBannerSwiper .swiper-pagination-bullet-active { width: 12px; height: 12px; }
	/* About Section */
	.aboutSection { padding: 50px 0; }
	.aboutContent { padding-left: 0; margin-top: 25px; }
	.sectionTitle { font-size: clamp(22px, 4vw, 28px); margin-bottom: 15px; }
	.sectionLabel { font-size: var(--Font-14); }
	.aboutContent p { text-align: left; font-size: var(--Font-15); }
	/* NPS Trust Section */
	.npsTrustSection { padding: 50px 0; }
	.npsTrustHeader { margin-bottom: 30px; }
	.npsTrustCard { padding: 30px 20px; margin-bottom: 15px; }
	.npsTrustCard .cardIcon { width: 60px; height: 60px; }
	.npsTrustCard .cardIcon img { max-width: 60px; }
	.npsTrustCard .cardTitle { font-size: var(--Font-24); margin-bottom: 12px; }
	.npsTrustCard .cardDescription { font-size: var(--Font-14); line-height: 22px; margin-bottom: 20px; }
	.btnReadMore { padding: 10px 30px; font-size: var(--Font-14); }
	/* Process Flow */
	.processFlow { padding: 50px 0; }
	.processFlow .sectionTitle { font-size: clamp(20px, 4vw, 26px); margin-bottom: 25px; line-height: 1.4; }
	.processFlow .sectionTitle br { display: none; }
	.processFlow .imgWrap { overflow-x: auto; }
	.processFlow .imgWrap img { min-width: 600px; }
	/* Three Pillars */
	.threePillarsSection { padding: 50px 0 10px; }
	.pillarsHeader { margin-bottom: 30px; }
	.pillarsHeader .sectionTitle br { display: none; }
	.pillarCard { margin-bottom: 15px; padding: 0; min-height: auto; }
	/* .pillarIcon { height: 60px; margin-bottom: 16px; } */
	.pillarIcon img { height: 50px; }
	.pillarName { font-size: var(--Font-18); margin-bottom: 10px; }
	.pillarDescription { font-size: var(--Font-14); line-height: 22px; }
	.pillarDescription br { display: none; }
	.threePillarsSection::before, .threePillarsSection::after { width: 60px; height: 150px; }
	/* Latest News */
	.latestNewsSection { padding: 50px 0; }
	.latestNewsSection .sectionTitle { font-size: clamp(24px, 4vw, 32px); margin-bottom: 30px; }
	.featuredNewsImage { margin-bottom: 20px; }
	.featuredNewsContent { padding-left: 0; margin-top: 15px; }
	.newsDate { margin-bottom: 12px; font-size: var(--Font-13); }
	.newsTitle { font-size: var(--Font-24); margin-bottom: 12px; }
	.newsDescription { font-size: var(--Font-14); line-height: 22px; margin-bottom: 16px; }
	.newsCard { margin-bottom: 0px; }
	.newsCardImage { height: 180px; }
	.newsCardContent { padding: 12px 0 0px; }
	.newsCardContent .newsDate { margin-bottom: 8px; }
	.newsCardTitle { font-size: var(--Font-16); line-height: 1.3; }
	.aboutHeroContent .aboutMainTitle{ font-size:var(--Font-20);margin-bottom: 0;}
	.processFlow .px-5, .processFlow .mx-5 { padding-right: 0rem !important; padding-left: 0rem !important; margin-left: 0 !important; margin-right: 0 !important; }
	/* Back to Top */
	.back-to-top { width: 45px; height: 45px; }
}
@media (max-width:575px) {
	/* Main Banner */
	.mainBanner { min-height: 400px; }
	/* .bannerVideo { min-height: 400px; height: auto; } */
	.bannerText { margin: 0 auto 50px; }
	.bannerText h2 { font-size: clamp(20px, 5vw, 28px); margin-bottom: 20px; padding: 0 15px; }
	.bannerBtns { gap: 12px; flex-direction: column; }
	.bannerBtns .btn { padding: 12px 20px; font-size: 14px; width: 200px; min-width: auto; }
	.mainBannerSwiper .swiper-pagination { right: 10px !important; gap: 8px; }
	.mainBannerSwiper .swiper-pagination-bullet { width: 8px; height: 8px; }
	.mainBannerSwiper .swiper-pagination-bullet-active { width: 10px; height: 10px; }
	/* About Section */
	.aboutSection { padding: 40px 0; }
	.sectionTitle { font-size: clamp(22px, 4vw, 28px); margin-bottom: 15px; }
	.aboutContent p { font-size: var(--Font-14); margin-bottom: 15px; }
	.btnMoreDetails { padding: 10px 30px; font-size: var(--Font-14); }
	/* NPS Trust Section */
	.npsTrustSection { padding: 40px 0; }
	.npsTrustHeader { margin-bottom: 25px; }
	.npsTrustCard { padding: 25px 15px; margin-bottom: 15px; }
	.npsTrustCard .cardIcon { width: 55px; height: 55px; margin-bottom: 12px; }
	.npsTrustCard .cardIcon img { max-width: 55px; }
	.npsTrustCard .cardTitle { font-size: var(--Font-22); margin-bottom: 10px; }
	.npsTrustCard .cardDescription { font-size: var(--Font-14); line-height: 20px; margin-bottom: 16px; }
	/* Process Flow */
	.processFlow { padding: 40px 0; }
	.processFlow .sectionTitle { font-size: clamp(18px, 5vw, 24px); margin-bottom: 20px; }
	.processFlow .imgWrap img { min-width: 700px; }
	/* Three Pillars */
	.pillarsHeader { margin-bottom: 25px; }
	/* .pillarCard { margin-bottom: 15px; padding: 20px 15px; min-height: 180px; } */
	/* .pillarIcon { height: 50px; margin-bottom: 12px; } */
	/* .pillarIcon img { height: 45px; } */
	.pillarName { font-size: var(--Font-16); margin-bottom: 8px; }
	.pillarDescription { font-size: var(--Font-14); line-height: 20px; }
	.threePillarsSection::before, .threePillarsSection::after { display: none; }
	/* Latest News */
	.latestNewsSection { padding: 40px 0; }
	.latestNewsSection .sectionTitle { font-size: clamp(22px, 5vw, 28px); margin-bottom: 25px; }
	.featuredNewsImage { margin-bottom: 20px; }
	.newsDate { margin-bottom: 10px; font-size: var(--Font-12); }
	.newsDate img { width: 14px; height: 14px; }
	.newsTitle { font-size: var(--Font-20); margin-bottom: 10px; line-height: 1.3; }
	.newsDescription { font-size: var(--Font-14); line-height: 20px; margin-bottom: 14px; }
	.newsCard { margin-bottom: 15px; }
	.newsCardImage { height: 160px; }
	.newsCardContent { padding: 10px 0 0px; }
	.newsCardContent .newsDate { margin-bottom: 6px; }
	.newsCardTitle { font-size: var(--Font-15); line-height: 1.3; }
	/* Back to Top */
	.back-to-top { width: 40px; height: 40px; bottom: 12px; right: 12px; }
	.back-to-top svg { width: 16px; height: 16px; }
}
@media (max-width:392px) {
	.headerMenu { height: calc(100vh - 95px); overflow-y: auto;}
}
@media (max-width:359px) {
	header .parent-trigger { width: 30px; height: 30px; }
}

/* Footer Responsive */
@media (max-width:991px) {
	.footerTop { padding: 50px 0 30px; }
	.footerTitle { font-size: 20px; margin-bottom: 20px; }
	.footerCopyright { flex-direction: column; gap: 10px; text-align: center; }
	.footerStats { flex-direction: column; gap: 8px; }
}
@media (max-width:767px) {
	.footerTop { padding: 40px 0 20px; }
	.footerLogo img { max-width: 180px; }
	.footerSocial a { width: 35px; height: 35px; }
	.footerSocial a svg { width: 16px; height: 16px; }
	.footerBottomLinks { font-size: 12px; line-height: 1.8; }
	.footerBottomLinks a, .footerBottomLinks .separator { font-size: 12px; }
	.footerCopyright .copyrightText p, .footerStats p { font-size: 12px; }
}
@media (max-width:575px) {
	.footerTop { padding: 30px 0 15px; }
	.footerLogo { margin-bottom: 20px; }
	.footerAddress { margin-bottom: 20px; }
	.footerTitle { font-size: 18px; margin-bottom: 15px; }
	.footerLinkList li { margin-bottom: 10px; }
	.footerContact .contactItem { margin-bottom: 15px; }
	.footerBottom { padding: 15px 0; }
	.footerBottomLinks { flex-direction: column; gap: 8px; }
	.footerBottomLinks .separator { display: none; }
}

/* Core Objective Page Responsive Styles */
@media (max-width:1199px) {
	.pageTitle { font-size: var(--Font-34); }
	.breadcrumb { font-size: var(--Font-13); }
	.objectiveBlock { padding: 50px 30px; }
	.objectiveImage img { height: 350px; border-radius: 0; }
	.objectiveTitle { font-size: var(--Font-28); }
	.sectorGrid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
	/* FAQ Section */
	.faqSection { padding: 70px 0; }
	.faqAccordion { max-width: 1000px; }
}
@media (max-width:991px) {
	.pageHeader { padding: 40px 0; background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%), url('../images/nps-trust.jpg') right center / cover no-repeat; }
	.pageTitle { font-size: var(--Font-30); }
	.breadcrumb { font-size: var(--Font-12); }
	.coreObjectiveSection { padding: 60px 0; }
	.objectiveBlock { padding: 40px 25px; margin-bottom: 40px; }
	.objectiveContent { padding-left: 0; margin-top: 30px; }
	.objectiveBlock.reverse .objectiveContent { padding-right: 0; }
	.objectiveImage img { height: 300px; border-radius: 0; }
	.objectiveNumber { font-size: 80px; }
	.objectiveTitle { font-size: var(--Font-26); }
	.diversificationBox { padding: 20px; }
	.sectorGrid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
	/* FAQ Section */
	.faqSection { padding: 60px 0; }
	.accordion-button.faqQuestion { padding: 18px 20px; }
	.faqQuestionText { font-size: var(--Font-15); }
	.accordion-body.faqContent { padding: 0 20px 20px 20px; }
	.ctaSection { padding: 60px 0; }
	.ctaTitle { font-size: var(--Font-36); }
	.ctaDescription { font-size: var(--Font-16); }
}
@media (max-width:767px) {
	.pageHeader { padding: 35px 0; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 100%), url('../images/nps-trust.jpg') right center / cover no-repeat; }
	.pageTitle { font-size: var(--Font-26); }
	.breadcrumb { font-size: var(--Font-12); gap: 8px; }
	.coreObjectiveSection { padding: 40px 0; }
	.objectiveBlock { padding: 30px 20px; margin-bottom: 30px; }
	.objectiveImage img { height: 250px; border-radius: 0; }
	.objectiveNumber { font-size: 60px; margin-bottom: -10px; }
	.objectiveTitle { font-size: var(--Font-24); margin-bottom: 15px; }
	.objectiveDescription { font-size: var(--Font-14); }
	.objectiveList li { font-size: var(--Font-14); padding-left: 25px; margin-bottom: 12px; }
	.diversificationBox { padding: 15px; margin: 20px 0; }
	.diversificationBox .boxTitle { font-size: var(--Font-16); }
	.diversificationBox .badge { font-size: var(--Font-12); padding: 8px 12px; }
	.sectorGrid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin: 20px 0; }
	.sectorCard { padding: 15px 10px; }
	.sectorCard span { font-size: var(--Font-12); }
	.growthItem { padding: 15px; flex-direction: column; align-items: center; text-align: center; margin-bottom: 20px; }
	.growthItem p { font-size: var(--Font-14); }
	.objectiveNote { font-size: var(--Font-12); padding: 12px 15px; }
	/* FAQ Section */
	.faqSection { padding: 50px 0; }
	.accordion-item.faqItem { margin-bottom: 12px; }
	.accordion-button.faqQuestion { padding: 16px 18px; gap: 15px; }
	.faqQuestionText { font-size: var(--Font-14); }
	.faqIcon { width: 20px; height: 20px; }
	.accordion-body.faqContent { padding: 0 18px 18px 18px; font-size: var(--Font-13); }
	.faqList li { font-size: var(--Font-13); padding-left: 22px; margin-bottom: 10px; }
	.ctaSection { padding: 50px 0; }
	.ctaTitle { font-size: var(--Font-30); }
	.ctaDescription { font-size: var(--Font-14); margin-bottom: 25px; }
	.ctaSection .btn { padding: 15px 40px; font-size: var(--Font-16); }
}
@media (max-width:575px) {
	.pageHeader { padding: 30px 0; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); background-color: #f0f4f8; }
	.pageTitle { font-size: var(--Font-22); margin-bottom: 10px; }
	.breadcrumb { font-size: 11px; gap: 6px; flex-wrap: wrap; }
	.breadcrumbCurrent { max-width: 100%; word-break: break-word; }
	.coreObjectiveSection { padding: 30px 0; }
	.objectiveBlock { padding: 25px 15px; margin-bottom: 25px; }
	.objectiveBlock::before { width: 3px; }
	.objectiveImage img { height: 200px; border-radius: 0; }
	.objectiveNumber { font-size: 50px; }
	.objectiveTitle { font-size: var(--Font-20); }
	.objectiveDescription { font-size: var(--Font-13); line-height: 1.6; }
	.objectiveList li { font-size: var(--Font-13); padding-left: 20px; margin-bottom: 10px; }
	.objectiveList li::before { font-size: 14px; }
	.diversificationBox .boxTitle { font-size: var(--Font-14); margin-bottom: 12px; }
	.sectorGrid { grid-template-columns: 1fr; gap: 8px; }
	.sectorCard { padding: 12px 10px; }
	.growthIcon svg { width: 30px; height: 30px; }
	.growthItem p { font-size: var(--Font-13); padding-top: 0; }
	
	/* FAQ Section */
	.faqSection { padding: 40px 0; }
	.accordion-item.faqItem { margin-bottom: 10px; }
	.accordion-button.faqQuestion { padding: 14px 15px; gap: 12px; }
	.faqQuestionText { font-size: var(--Font-13); line-height: 1.4; }
	.faqIcon { width: 18px; height: 18px; }
	.accordion-body.faqContent { padding: 0 15px 15px 15px; font-size: var(--Font-12); line-height: 1.6; }
	.faqList li { font-size: var(--Font-12); padding-left: 20px; margin-bottom: 8px; }
	.faqList li::before { font-size: 14px; left: 6px; }
	.ctaSection { padding: 40px 0; }
	.ctaTitle { font-size: var(--Font-24); margin-bottom: 12px; }
	.ctaDescription { font-size: var(--Font-13); margin-bottom: 20px; }
	.ctaSection .btn { padding: 12px 30px; font-size: var(--Font-14); min-width: auto; }
}

/* ===== ABOUT PAGE RESPONSIVE STYLES ===== */
@media (max-width:1199px) {
	.philosophyGrid { grid-template-columns: repeat(2, 1fr); }
	.eligibilityGrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:991px) {
	.sectionMainTitle { font-size: var(--Font-32); }
	.aboutMainTitle { font-size: var(--Font-28); }
	.aboutHeroContent { margin-bottom: 40px; }
	.launchBox { flex-direction: column; text-align: center; padding: 35px 30px; }
	.purposeCards { margin-top: 30px; }
	.purposeCard { margin-bottom: 20px; }
	.principleHighlight { flex-direction: column; text-align: center; }
	.principleHighlight p { font-size: var(--Font-18); }
	.outcomesGrid { max-width: 100%; }
}
@media (max-width:767px) {
	.aboutHeroSection, .strategicPurposeSection, .investmentPhilosophySection, .guidingPrincipleSection, .expectedOutcomesSection, .eligibilitySection { padding: 60px 0; }
	.launchHighlight { padding: 40px 0; }
	.sectionMainTitle { font-size: var(--Font-28); }
	.aboutMainTitle { font-size: var(--Font-24); }
	.launchBox { padding: 25px 20px; }
	.launchIcon { width: 60px; height: 60px; }
	.launchIcon svg { width: 40px; height: 40px; }
	.philosophyGrid { grid-template-columns: 1fr; gap: 25px; }
	.philosophyCard { padding: 0x; }
	.purposeCard { padding: 30px 20px; }
	.guidingContent h3 { font-size: var(--Font-28); }
	.principleHighlight { padding: 25px 20px; }
	.principleHighlight p { font-size: var(--Font-16); }
	.outcomeItem { padding: 20px 25px; gap: 20px; }
	.outcomeItem:hover { transform: translateX(10px); }
	.numberBadge { width: 50px; height: 50px; font-size: var(--Font-20); }
	.outcomeContent h4 { font-size: var(--Font-18); }
	.eligibilityGrid { grid-template-columns: 1fr; gap: 20px; }
	.eligibilityCard { padding: 25px 20px; }
	.definitionBox { padding: 20px 25px; font-size: var(--Font-15); }
	.tabContent{ padding: 15px; }
	.tabButton { padding: 10px 15px; }
	.tabContentInner img{ height: auto; }
	.aboutCustomSection{ padding: 0; }
	.outcomesGrid{ grid-template-columns: 1fr; }
	.tabContentInner p{ font-size: var(--Font-16); margin-bottom: 15px; line-height: 1.5; }
	.tabContentInner h3 { font-size: var(--Font-24); }
}
@media (max-width:575px) {
	.sectionMainTitle { font-size: var(--Font-24); }
	.sectionSubtitle { font-size: var(--Font-16); }
	.aboutMainTitle { font-size: var(--Font-22); margin-bottom: 20px; }
	.aboutHeroText { font-size: var(--Font-15); }
	.launchBox p { font-size: var(--Font-15); }
	.purposeContent p { font-size: var(--Font-15); }
	.purposeCard h4 { font-size: var(--Font-16); }
	.philosophyCard h3 { font-size: var(--Font-18); }
	.philosophyCard p { font-size: var(--Font-14); }
	.guidingContent h3 { font-size: var(--Font-24); }
	.guidingText { font-size: var(--Font-16); }
	.principleHighlight p { font-size: var(--Font-15); }
	.outcomeContent h4 { font-size: var(--Font-16); }
	.eligibilityCard h3 { font-size: var(--Font-16); }
	.eligibilityCard p { font-size: var(--Font-14); }
	
	/* Circulars Section Responsive */
	.circularsSection { padding: 50px 0; }
	.circularGroupTitle { font-size: var(--Font-18); }
	.circularCard { padding: 16px; }
	.circularContent { flex-direction: column; gap: 12px; }
	.pdfIcon { width: 40px; height: 48px; }
	.circularTitle { font-size: var(--Font-14); }
	.fileSize { font-size: var(--Font-12); }
	.circularDate { font-size: var(--Font-12); }
	header .logo svg { width: 240px; }  
}