@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; }
			
}
@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) {

}
@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;
	}
	
	.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 {
		margin-bottom: 20px;
		padding: 30px 20px;
		min-height: 220px;
	}
	
	.pillarIcon {
		height: 70px;
		margin-bottom: 20px;
	}
	
	.pillarIcon img {
		height: 60px;
	}
	
	.pillarName {
		font-size: var(--Font-18);
	}
	
	.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 */
	.mainBanner {
		height: calc(100vh - 80px);
		min-height: 450px;
	}
	
	.bannerVideo {
		min-height: calc(100vh - 80px);
		height: calc(100vh - 80px);
	}
	
	main {
		padding-top: 100px;
	}
	
	.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;
	}
	
	.pillarsHeader {
		margin-bottom: 30px;
	}
	
	.pillarsHeader .sectionTitle br {
		display: none;
	}
	
	.pillarCard {
		margin-bottom: 15px;
		padding: 25px 20px;
		min-height: 200px;
	}
	
	.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: 0;
	}
	
	.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: 20px;
	}
	
	.newsCardImage {
		height: 180px;
	}
	
	.newsCardContent {
		padding: 12px 0 0px;
	}
	
	.newsCardContent .newsDate {
		margin-bottom: 8px;
	}
	
	.newsCardTitle {
		font-size: var(--Font-16);
		line-height: 1.3;
	}
	
	/* 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 */
	.threePillarsSection {
		padding: 40px 0;
	}
	
	.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); }
}
@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;
	}
}
