		.custom-hero-section {
			padding: 80px 0 60px 0;
			background-color: #FFFFFF !important;
		}

		.custom-hero-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.5rem;
			/* 48px */
			font-weight: 500;
			line-height: 1.25;
			color: #111111;
			margin-bottom: 24px;
		}

		.custom-hero-subtitle {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1rem;
			font-weight: 500;
			color: #444444;
			margin-bottom: 35px;
		}

		.custom-hero-subtitle strong {
			color: #000000;
			font-weight: 700;
		}

		.custom-hero-cta-wrap {
			display: flex;
			align-items: center;
			gap: 20px;
			margin-bottom: 40px;
			flex-wrap: nowrap;
		}

		.custom-hero-btn {
			background-color: #9DD44B;
			color: #000000 !important;
			font-weight: 700;
			padding: 15px 32px;
			border-radius: 50px;
			font-size: 0.8rem;
			border: none;
			transition: all 0.3s ease;
			text-decoration: none !important;
			display: inline-block;
			box-shadow: 0 4px 15px rgba(178, 255, 65, 0.2);
			text-align: center;
			white-space: nowrap;
			flex-shrink: 0;
		}

		.custom-hero-btn:hover {
			background-color: #9ee633;
			transform: translateY(-2px);
			box-shadow: 0 8px 20px rgba(178, 255, 65, 0.4);
		}

		.custom-hero-cta-text {
			font-size: 0.95rem;
			color: #333333;
			line-height: 1.4;
		}

		.custom-hero-cta-text strong {
			color: #000000;
			font-weight: 700;
		}

		.custom-hero-img-wrap {
			position: relative;
			border-radius: 30px;
			overflow: hidden;
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
			max-width: 420px;
			margin: 0 auto;
			height: 360px;
		}

		@media (min-width: 576px) {


			.amacman-why-accent-left {
				flex: 1.2;
			}
		}



		@media (min-width: 992px) {
			.custom-hero-section .container {
				max-width: 1080px !important;
			}

			.custom-hero-img-wrap {
				margin-left: auto;
				margin-right: 0;
			}

			.mtop-3-5rem {
				margin-top: 3.5rem !important;
			}
		}

		.custom-hero-img {
			width: 100%;
			height: auto;
			object-fit: cover;
			display: block;
			transition: transform 0.5s ease;
		}

		.custom-hero-img-wrap:hover .custom-hero-img {
			transform: scale(1.02);
		}

		/* 4 Pointers Bar styling */
		.hero-pointers-container {
			margin-top: 60px;
		}

		.hero-pointers-bar {
			display: flex;
			width: 100%;
			background-color: #ffffff;
			border-radius: 20px;
			overflow: hidden;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
			border: 1px solid rgba(0, 0, 0, 0.08);
		}

		.hero-pointer-col {
			flex: 1;
			padding: 25px 20px;
			text-align: center;
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1rem;
			font-weight: 700;
			color: #111111;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: all 0.3s ease;
			border-right: 1px solid rgba(0, 0, 0, 0.04);
			gap: 10px;
		}

		.hero-pointer-col span {
			color: inherit;
			font-family: inherit;
			font-weight: inherit;
		}

		.hero-pointer-icon {
			font-size: 1.25rem;
			color: #9DD44B;
			transition: transform 0.3s ease;
			flex-shrink: 0;
		}

		.hero-pointer-col:hover .hero-pointer-icon {
			transform: scale(1.2) rotate(5deg);
		}

		.hero-pointer-col:last-child {
			border-right: none;
		}

		.hero-pointer-col.bg-grey {
			background-color: #ffffffff;
		}

		.hero-pointer-col.bg-white {
			background-color: #FFFFFF;
		}

		/* Hover effects for premium feel */
		.hero-pointer-col:hover {
			transform: translateY(-3px);
			box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
		}

		/* Responsive adjustments */
		@media (max-width: 991px) {
			.custom-hero-title {
				font-size: 2.5rem;
			}

			.custom-hero-section {
				padding: 50px 0 40px 0;
			}

			.hero-pointers-bar {
				flex-wrap: wrap;
			}

			.hero-pointer-col {
				flex: 0 0 50%;
				font-size: 0.95rem;
				padding: 20px 15px;
				border-right: none;
				border-bottom: 1px solid rgba(0, 0, 0, 0.04);
			}

			.hero-pointer-col:nth-child(even) {
				border-left: 1px solid rgba(0, 0, 0, 0.04);
			}

			.hero-pointer-col:nth-child(3),
			.hero-pointer-col:nth-child(4) {
				border-bottom: none;
			}

			/* Alternating backgrounds for 2x2 grid on medium screens */
			.hero-pointer-col:nth-child(1) {
				border-top-left-radius: 20px;
				background-color: #EBEBEB;
			}

			.hero-pointer-col:nth-child(2) {
				border-top-right-radius: 20px;
				background-color: #FFFFFF;
			}

			.hero-pointer-col:nth-child(3) {
				border-bottom-left-radius: 20px;
				background-color: #FFFFFF;
			}

			.hero-pointer-col:nth-child(4) {
				border-bottom-right-radius: 20px;
				background-color: #EBEBEB;
			}
		}

		@media (max-width: 767px) {
			.custom-hero-title {
				font-size: 2.2rem;
			}

			.hero-pointer-col {
				flex: 0 0 100%;
				font-size: 0.9rem;
				padding: 18px 10px;
				border-right: none;
				border-left: none !important;
				border-bottom: 1px solid rgba(0, 0, 0, 0.04);
			}

			.hero-pointer-col:last-child {
				border-bottom: none;
			}

			/* Stacked borders/rounded corners for single column on mobile */
			.hero-pointer-col:nth-child(1) {
				border-radius: 20px 20px 0 0;
				background-color: #EBEBEB;
			}

			.hero-pointer-col:nth-child(2) {
				border-radius: 0;
				background-color: #FFFFFF;
			}

			.hero-pointer-col:nth-child(3) {
				border-radius: 0;
				background-color: #EBEBEB;
			}

			.hero-pointer-col:nth-child(4) {
				border-radius: 0 0 20px 20px;
				background-color: #FFFFFF;
			}
		}

		@media (max-width: 575px) {
			.custom-hero-cta-wrap {
				flex-direction: column;
				align-items: flex-start;
				gap: 15px;
				flex-wrap: wrap;
			}

			.custom-hero-btn {
				width: 100%;
			}
		}

		/* Dark Mode Overrides */
		[data-theme-version="dark"] .custom-hero-section {
			background-color: #0A0A0A !important;
		}

		[data-theme-version="dark"] .custom-hero-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .custom-hero-subtitle {
			color: #CCCCCC;
		}

		[data-theme-version="dark"] .custom-hero-subtitle strong {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .custom-hero-cta-text {
			color: #CCCCCC;
		}

		[data-theme-version="dark"] .custom-hero-cta-text strong {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .hero-pointers-bar {
			background-color: #1a1a1a;
			border-color: rgba(255, 255, 255, 0.1);
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
		}

		[data-theme-version="dark"] .hero-pointer-col {
			color: #FFFFFF;
			border-right-color: rgba(255, 255, 255, 0.05);
		}

		[data-theme-version="dark"] .hero-pointer-col.bg-grey {
			background-color: #242424;
		}

		[data-theme-version="dark"] .hero-pointer-col.bg-white {
			background-color: #1a1a1a;
		}

		@media (max-width: 991px) {
			[data-theme-version="dark"] .hero-pointer-col {
				border-bottom-color: rgba(255, 255, 255, 0.05);
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(even) {
				border-left-color: rgba(255, 255, 255, 0.05);
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(1) {
				background-color: #242424;
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(2) {
				background-color: #1a1a1a;
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(3) {
				background-color: #1a1a1a;
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(4) {
				background-color: #242424;
			}
		}

		@media (max-width: 767px) {
			[data-theme-version="dark"] .hero-pointer-col {
				border-bottom-color: rgba(255, 255, 255, 0.05);
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(1) {
				background-color: #242424;
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(2) {
				background-color: #1a1a1a;
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(3) {
				background-color: #242424;
			}

			[data-theme-version="dark"] .hero-pointer-col:nth-child(4) {
				background-color: #1a1a1a;
			}
		}

		/* ABOUT VIDEO SECTION STYLES */
		.amacman-about-video-section {
			padding: 80px 0;
			background-color: #ececde !important;
		}

		.amacman-about-video-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.5rem;
			font-weight: 500;
			color: #111111;
			margin-bottom: 20px;
		}

		.amacman-about-video-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.05rem;
			font-weight: 400;
			color: #555555;
			line-height: 1.6;
			margin-bottom: 30px;
			max-width: 800px;
			margin-left: auto;
			margin-right: auto;
		}

		.amacman-about-video-nav-buttons,
		.amacman-about-video-action-buttons {
			display: flex;
			flex-wrap: wrap;
			gap: 15px;
			justify-content: center;
		}

		.amacman-about-video-nav-buttons {
			margin-bottom: 40px;
		}

		.amacman-about-video-action-buttons {
			margin-top: 40px;
		}

		.amacman-btn-pill {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 12px 28px;
			border-radius: 50px;
			font-family: 'Space Grotesk', sans-serif;
			font-weight: 700;
			font-size: 0.9rem;
			text-decoration: none !important;
			transition: all 0.3s ease;
			cursor: pointer;
		}

		.amacman-btn-pill-dark {
			background-color: #111111;
			color: #FFFFFF !important;
			border: 1px solid #111111;
		}

		.amacman-btn-pill-dark:hover {
			background-color: #333333;
			border-color: #333333;
			transform: translateY(-2px);
		}

		.amacman-btn-pill-light {
			background-color: #FFFFFF;
			color: #333333 !important;
			border: 1px solid rgba(0, 0, 0, 0.1);
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
		}

		.amacman-btn-pill-light:hover {
			background-color: #F8F9FA;
			border-color: rgba(0, 0, 0, 0.15);
			transform: translateY(-2px);
			box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
		}

		.amacman-btn-pill-lime {
			background-color: #9DD44B;
			color: #000000 !important;
			border: 1px solid #9DD44B;
			box-shadow: 0 4px 15px rgba(178, 255, 65, 0.2);
		}

		.amacman-btn-pill-lime:hover {
			background-color: #9ee633;
			transform: translateY(-2px);
			box-shadow: 0 8px 20px rgba(178, 255, 65, 0.4);
		}

		.amacman-about-video-container {
			max-width: 1020px;
			margin: 0 auto;
		}

		.amacman-about-video-inner {
			position: relative;
			border-radius: 24px;
			overflow: hidden;
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
			cursor: pointer;
			display: block;
			width: 100%;
			aspect-ratio: 21 / 9;
			background-color: #000000;
		}

		@media (max-width: 767px) {
			.amacman-about-video-inner {
				aspect-ratio: 16 / 9;
			}
		}

		.amacman-about-video-img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
			transition: transform 0.5s ease;
		}

		.amacman-about-video-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.15);
			display: flex;
			align-items: center;
			justify-content: center;
			transition: all 0.3s ease;
		}

		.amacman-about-video-play-btn {
			width: 60px;
			height: 60px;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
			transition: all 0.3s ease;
			color: #000000;
			font-size: 18px;
			padding-left: 4px;
		}

		.amacman-about-video-inner:hover .amacman-about-video-img {
			transform: scale(1.02);
		}

		.amacman-about-video-inner:hover .amacman-about-video-overlay {
			background: rgba(0, 0, 0, 0.25);
		}

		.amacman-about-video-inner:hover .amacman-about-video-play-btn {
			transform: scale(1.1);
			background: #FFFFFF;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
		}

		/* IN-PLACE PLAYBACK & HOVER STOP BUTTON */
		.amacman-video-iframe-container {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
			background: #000000;
		}

		.amacman-video-stop-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.4);
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 20;
			opacity: 0;
			pointer-events: none;
			transition: all 0.3s ease;
		}

		.amacman-about-video-inner.amacman-video-playing:hover .amacman-video-stop-overlay {
			opacity: 1;
			pointer-events: auto;
		}

		.amacman-about-video-stop-btn {
			width: 60px;
			height: 60px;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
			transition: all 0.3s ease;
			color: #FF3333;
			font-size: 18px;
			cursor: pointer;
		}

		.amacman-about-video-stop-btn:hover {
			transform: scale(1.1);
			background: #FFFFFF;
		}

		/* Dark Mode Overrides */
		[data-theme-version="dark"] .amacman-about-video-section {
			background-color: #0A0A0A !important;
		}

		[data-theme-version="dark"] .amacman-about-video-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-about-video-desc {
			color: #CCCCCC;
		}

		[data-theme-version="dark"] .amacman-btn-pill-light {
			background-color: #1A1A1A;
			color: #FFFFFF !important;
			border-color: rgba(255, 255, 255, 0.1);
		}

		[data-theme-version="dark"] .amacman-btn-pill-light:hover {
			background-color: #242424;
			border-color: rgba(255, 255, 255, 0.2);
		}

		[data-theme-version="dark"] .amacman-btn-pill-dark {
			background-color: #FFFFFF;
			color: #111111 !important;
			border-color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-btn-pill-dark:hover {
			background-color: #EBEBEB;
			border-color: #EBEBEB;
		}

		/* Growth Factors Grid */
		.amacman-growth-grid {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 20px;
			margin: 40px auto;
			max-width: 900px;
			text-align: left;
		}

		.amacman-growth-card {
			background: #F8F9FA;
			border: 1px solid rgba(0, 0, 0, 0.05);
			border-radius: 16px;
			padding: 18px;
			transition: all 0.3s ease;
			display: flex;
			align-items: center;
			gap: 12px;
		}

		.amacman-growth-card:hover {
			transform: translateY(-3px);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
			background: #FFFFFF;
			border-color: #B2FF41;
		}

		.amacman-growth-icon {
			width: 38px;
			height: 38px;
			border-radius: 50%;
			background: rgba(178, 255, 65, 0.15);
			color: #111111;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 15px;
			flex-shrink: 0;
		}

		.amacman-growth-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.95rem;
			font-weight: 700;
			color: #111111;
			margin: 0;
			line-height: 1.3;
		}

		/* Dark mode overrides for growth cards */
		[data-theme-version="dark"] .amacman-growth-card {
			background: #151515;
			border-color: rgba(255, 255, 255, 0.05);
		}

		[data-theme-version="dark"] .amacman-growth-card:hover {
			background: #1e1e1e;
			border-color: #B2FF41;
		}

		[data-theme-version="dark"] .amacman-growth-icon {
			background: rgba(178, 255, 65, 0.2);
			color: #B2FF41;
		}

		[data-theme-version="dark"] .amacman-growth-title {
			color: #FFFFFF;
		}

		/* Responsive grid */
		@media (max-width: 991px) {
			.amacman-growth-grid {
				grid-template-columns: repeat(2, 1fr);
			}
		}

		@media (max-width: 575px) {
			.amacman-growth-grid {
				grid-template-columns: 1fr;
				gap: 15px;
			}
		}

		/* Services Included Section Styling */
		.amacman-services-included-section {
			padding: 80px 0;
			background-color: #F8F9FA !important;
		}

		.amacman-services-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.5rem;
			font-weight: 500;
			color: #111111;
			margin-bottom: 50px;
			text-align: center;
		}

		.amacman-services-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 30px;
			margin-bottom: 50px;
		}

		.amacman-service-card {
			background: #FFFFFF;
			border: 1px solid rgba(0, 0, 0, 0.08);
			padding: 35px 30px;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
			transition: all 0.3s ease;
			display: flex;
			flex-direction: column;
			text-align: left;
		}

		.amacman-service-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
			border-color: #B2FF41;
		}

		.amacman-service-card-icon-wrap {
			width: 50px;
			height: 50px;
			border-radius: 12px;
			background: #F8F9FA;
			border: 1px solid rgba(0, 0, 0, 0.08);
			display: flex;
			align-items: center;
			justify-content: center;
			color: #111111;
			font-size: 20px;
			margin-bottom: 25px;
			transition: all 0.3s ease;
		}

		.amacman-service-card:hover .amacman-service-card-icon-wrap {
			background: #B2FF41;
			border-color: #B2FF41;
			color: #000000;
		}

		.amacman-service-card-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.3rem;
			font-weight: 700;
			color: #111111;
			margin-bottom: 15px;
			line-height: 1.3;
		}

		.amacman-service-card-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.95rem;
			color: #555555;
			line-height: 1.6;
			margin-bottom: 25px;
		}

		.amacman-service-sublist {
			list-style: none;
			padding: 0;
			margin: 0;
			display: flex;
			flex-direction: column;
			gap: 12px;
		}

		.amacman-service-subitem {
			display: flex;
			align-items: flex-start;
			gap: 10px;
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.9rem;
			font-weight: 500;
			color: #333333;
			line-height: 1.4;
		}

		.amacman-service-subicon-img {
			width: 22px;
			height: auto;
			margin-top: 2px;
			flex-shrink: 0;
		}

		.amacman-services-cta-wrap {
			text-align: center;
			margin-top: 20px;
		}

		/* Dark Mode Overrides */
		[data-theme-version="dark"] .amacman-services-included-section {
			background-color: #0A0A0A !important;
		}

		[data-theme-version="dark"] .amacman-services-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-service-card {
			background: #121212;
			border-color: rgba(255, 255, 255, 0.05);
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		}

		[data-theme-version="dark"] .amacman-service-card-icon-wrap {
			background: #1A1A1A;
			border-color: rgba(255, 255, 255, 0.05);
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-service-card:hover .amacman-service-card-icon-wrap {
			background: #B2FF41;
			border-color: #B2FF41;
			color: #111111;
		}

		[data-theme-version="dark"] .amacman-service-card-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-service-card-desc {
			color: #CCCCCC;
		}

		[data-theme-version="dark"] .amacman-service-subitem {
			color: #DDDDDD;
		}

		/* Responsive Grid for Services */
		@media (max-width: 991px) {
			.amacman-services-grid {
				grid-template-columns: repeat(2, 1fr);
				gap: 25px;
			}

			.amacman-services-title {
				font-size: 2.2rem;
				margin-bottom: 40px;
			}

			.amacman-services-included-section {
				padding: 60px 0;
			}
		}

		@media (max-width: 767px) {
			.amacman-services-grid {
				grid-template-columns: 1fr;
				gap: 20px;
			}

			.amacman-services-title {
				font-size: 1.8rem;
				margin-bottom: 30px;
			}
		}

		/* Success Stories Section Styling */
		.amacman-success-section {
			padding: 80px 0;
			background-color: #122213 !important;
			/* Dark forest green */
			overflow: hidden;
		}

		.amacman-success-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.5rem;
			font-weight: 500;
			color: #FFFFFF !important;
			/* White title to stand out on dark green */
			margin-bottom: 50px;
			text-align: center;
		}

		.amacman-success-swiper {
			max-width: 900px;
			margin: 0 auto;
			padding-bottom: 50px !important;
			/* Space for pagination controls below */
			position: relative;
			overflow: visible !important;
			/* Allow controls to render outside Swiper container */
		}
		
		[data-theme-version=dark] .amacman-success-card {
            background-color: #121212;
            }

		.amacman-success-card {
			background: #FFFFFF;
			border-radius: 30px;
			padding: 40px;
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
			text-align: left;
		}

		.amacman-success-img-wrap {
			border-radius: 20px;
			overflow: hidden;
			width: 100%;
			aspect-ratio: 4 / 3;
		}

		@media (min-width: 992px) {
			.amacman-success-card .row {
				align-items: stretch !important;
			}

			.amacman-success-card .col-lg-5 {
				display: flex;
				flex-direction: column;
			}

			.amacman-success-img-wrap {
				height: 100% !important;
				aspect-ratio: auto !important;
			}
		}

		.amacman-success-img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

		.amacman-success-content {
			padding-left: 20px;
		}

		.amacman-success-card-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 1.6rem;
			font-weight: 400;
			color: #111111;
			margin-bottom: 15px;
			line-height: 1.3;
		}

		.amacman-success-card-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.95rem;
			color: #555555;
			line-height: 1.6;
			margin-bottom: 25px;
		}

		.amacman-success-badges {
			display: flex;
			flex-wrap: wrap;
			gap: 12px;
			margin-bottom: 30px;
		}

		.amacman-success-badge {
			background: #F2F2F2;
			color: #111111;
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.85rem;
			font-weight: 700;
			padding: 8px 16px;
			border-radius: 50px;
			transition: all 0.3s ease;
		}

		.amacman-success-badge:hover {
			background: #B2FF41;
			transform: scale(1.03);
			color: #000000;
		}

		.amacman-success-actions {
			display: flex;
			align-items: center;
			gap: 15px;
		}

		/* Custom Carousel Controls Below Card */
		.amacman-success-controls {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 25px;
			margin-top: 30px;
			width: 100%;
		}

		.amacman-success-prev,
		.amacman-success-next {
			width: 44px;
			height: 44px;
			border-radius: 50%;
			background-color: #FFFFFF;
			color: #111111;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 16px;
			cursor: pointer;
			transition: all 0.3s ease;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
			z-index: 10;
		}

		.amacman-success-prev:hover,
		.amacman-success-next:hover {
			background-color: #9DD44B;
			transform: scale(1.08);
			color: #000000;
		}

		/* Swiper pagination bullet styles */
		.amacman-success-pagination-bullets {
			display: flex;
			gap: 8px;
			align-items: center;
			position: static !important;
			width: auto !important;
			margin-left: 30px;
		}

		.amacman-success-pagination-bullets .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			background-color: rgba(255, 255, 255, 0.4);
			opacity: 1;
			border-radius: 50%;
			transition: all 0.3s ease;
			margin: 0 !important;
		}

		.amacman-success-pagination-bullets .swiper-pagination-bullet-active {
			background-color: #B2FF41;
			width: 10px;
			height: 10px;
		}

		/* Responsive styling */
		@media (max-width: 991px) {
			.amacman-success-card {
				padding: 30px;
			}

			.amacman-success-content {
				padding-left: 0;
			}

			.amacman-success-card-title {
				font-size: 1.4rem;
			}

			.amacman-success-title {
				font-size: 2.2rem;
				margin-bottom: 40px;
			}

			.amacman-success-section {
				padding: 60px 0;
			}
		}

		@media (max-width: 575px) {
			.amacman-success-card {
				padding: 20px;
				border-radius: 20px;
			}

			.amacman-success-img-wrap {
				aspect-ratio: 16 / 10;
			}

			.amacman-success-actions {
				flex-direction: column;
				gap: 12px;
				width: 100%;
			}

			.amacman-success-actions .amacman-btn-pill {
				width: 100%;
			}

			.amacman-success-badges {
				gap: 8px;
			}

			.amacman-success-badge {
				font-size: 0.8rem;
				padding: 6px 12px;
			}
			
			.hero-pointers-container {
			margin-top: 60px;
		}
		
		}

		/* WHY CHOOSE LYNEX SECTION STYLES */
		.amacman-why-choose-section {
			padding: 80px 0;
			background-color: #F8F9FA !important;
		}

		.amacman-why-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.5rem;
			font-weight: 500;
			color: #111111;
			margin-bottom: 50px;
			text-align: center;
			line-height: 1.25;
		}

		.amacman-why-grid {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 25px;
			margin: 0 auto;
		}

		.amacman-why-card {
			background: #FFFFFF;
			border: 1px solid rgba(0, 0, 0, 0.08);
			border-radius: 20px;
			padding: 30px;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
			transition: all 0.3s ease;
			display: flex;
			flex-direction: column;
			text-align: left;
		}

		.amacman-why-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
			border-color: #B2FF41;
		}

		.amacman-why-icon-wrap {
			width: 48px;
			height: 48px;
			border-radius: 12px;
			background: #FFFFFF;
			border: 1px solid rgba(0, 0, 0, 0.08);
			display: flex;
			align-items: center;
			justify-content: center;
			color: #111111;
			font-size: 18px;
			margin-bottom: 20px;
			transition: all 0.3s ease;
		}

		.amacman-why-card:hover .amacman-why-icon-wrap {
			background: #B2FF41;
			border-color: #B2FF41;
			color: #000000;
		}

		.amacman-why-card-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.2rem;
			font-weight: 500;
			color: #111111;
			margin-bottom: 12px;
			line-height: 1.35;
		}

		.amacman-why-card-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.92rem;
			color: #555555;
			line-height: 1.55;
			margin-bottom: 0;
		}

		/* ACCENT CARD STYLES */
		.amacman-why-accent-card {
			grid-column: span 2;
			background: #9DD44B;
			border-radius: 20px;
			display: flex;
			overflow: hidden;
			border: 1px solid #9DD44B;
			box-shadow: 0 10px 30px rgba(178, 255, 65, 0.15);
			transition: all 0.3s ease;
		}

		.amacman-why-accent-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(178, 255, 65, 0.25);
		}

		.amacman-why-accent-left {

			padding: 40px 30px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			text-align: left;
		}

		.amacman-why-accent-right {
			flex: 0.8;
			position: relative;
			display: flex;
			align-items: flex-end;
			justify-content: flex-end;
			background-color: #D6D6D6;
		}

		.amacman-why-accent-img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

		.amacman-why-accent-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 1.5rem;
			font-weight: 500;
			color: #000000;
			margin-bottom: 15px;
			line-height: 1.25;
		}

		.amacman-why-accent-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.92rem;
			color: #222222;
			line-height: 1.5;
			margin-bottom: 25px;
		}

		.amacman-why-accent-cta {
			display: flex;
		}

		.amacman-btn-pill-white {
			background-color: #FFFFFF;
			color: #000000 !important;
			border: 1px solid #FFFFFF;
		}

		.amacman-btn-pill-white:hover {
			background-color: #000000;
			color: #FFFFFF !important;
			border-color: #000000;
			transform: translateY(-2px);
		}

		/* DARK MODE OVERRIDES */
		[data-theme-version="dark"] .amacman-why-choose-section {
			background-color: #0A0A0A !important;
		}

		[data-theme-version="dark"] .amacman-why-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-why-card {
			background: #121212;
			border-color: rgba(255, 255, 255, 0.05);
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		}

		[data-theme-version="dark"] .amacman-why-card:hover {
			border-color: #B2FF41;
		}

		[data-theme-version="dark"] .amacman-why-icon-wrap {
			background: #1A1A1A;
			border-color: rgba(255, 255, 255, 0.05);
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-why-card:hover .amacman-why-icon-wrap {
			background: #B2FF41;
			border-color: #B2FF41;
			color: #000000;
		}

		[data-theme-version="dark"] .amacman-why-card-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-why-card-desc {
			color: #CCCCCC;
		}

		[data-theme-version="dark"] .amacman-why-accent-right {
			background-color: #242424;
		}

		/* RESPONSIVE DESIGN */
		@media (max-width: 1199px) {
			.amacman-why-grid {
				grid-template-columns: repeat(2, 1fr);
			}

			.amacman-why-accent-card {
				grid-column: span 2;
			}
		}

		@media (max-width: 991px) {
			.amacman-why-title {
				font-size: 2.2rem;
				margin-bottom: 40px;
			}

			.amacman-why-choose-section {
				padding: 60px 0;
			}
		}

		@media (max-width: 767px) {
			.amacman-why-grid {
				grid-template-columns: 1fr;
				gap: 20px;
			}

			.amacman-why-accent-card {
				grid-column: span 1;
				flex-direction: column;
			}

			.amacman-why-accent-left {
				padding: 30px 20px;
			}

			.amacman-why-accent-right {
				
				justify-content: center;
				align-items: flex-end;
			}

			.amacman-why-accent-img {
				height: 100%;
				width: auto;
				max-width: 100%;
			}

			.amacman-why-title {
				font-size: 1.8rem;
				margin-bottom: 30px;
			}
		}

		/* WHO NEEDS SERVICES SECTION STYLES */
		.amacman-who-needs-section {
			padding: 80px 0;
			background-color: #FFFFFF !important;
		}

		.amacman-who-wrapper {
			display: flex;
			gap: 50px;
			align-items: flex-start;
		}

		.amacman-who-sidebar {
			flex: 1;
			position: -webkit-sticky;
			position: sticky;
			top: 120px;
			align-self: start;
			text-align: left;
		}

		.amacman-who-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.5rem;
			font-weight: 500;
			color: #111111;
			margin-bottom: 24px;
			line-height: 1.25;
		}

		.amacman-who-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.05rem;
			color: #555555;
			line-height: 1.6;
			margin-bottom: 24px;
		}

		.amacman-who-divider {
			height: 1px;
			background: rgba(0, 0, 0, 0.08);
			margin: 25px 0;
			width: 100%;
		}

		.amacman-who-closing {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.95rem;
			color: #666666;
			line-height: 1.6;
			margin-bottom: 30px;
		}

		.amacman-who-grid {
			flex: 1.5;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 20px;
		}

		.amacman-who-card {
			background: #FFFFFF;
			border: 1px solid rgba(0, 0, 0, 0.08);
			border-radius: 16px;
			padding: 24px;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
			transition: all 0.3s ease;
			display: flex;
			align-items: flex-start;
			gap: 15px;
			text-align: left;
		}

		.amacman-who-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
			border-color: #B2FF41;
		}

		.amacman-who-icon {
			width: 44px;
			height: 44px;
			border-radius: 50%;
			background: #F8F9FA;
			border: 1px solid rgba(0, 0, 0, 0.06);
			display: flex;
			align-items: center;
			justify-content: center;
			color: #111111;
			font-size: 16px;
			flex-shrink: 0;
			transition: all 0.3s ease;
		}

		.amacman-who-card:hover .amacman-who-icon {
			background: #B2FF41;
			border-color: #B2FF41;
			color: #000000;
		}

		.amacman-who-card-text {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1rem;
			font-weight: 500;
			color: #111111;
			line-height: 1.4;
			margin-bottom: 0;
		}

		/* DARK MODE OVERRIDES */
		[data-theme-version="dark"] .amacman-who-needs-section {
			background-color: #0A0A0A !important;
		}

		[data-theme-version="dark"] .amacman-who-title {
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-who-desc {
			color: #CCCCCC;
		}

		[data-theme-version="dark"] .amacman-who-divider {
			background: rgba(255, 255, 255, 0.1);
		}

		[data-theme-version="dark"] .amacman-who-closing {
			color: #AAAAAA;
		}

		[data-theme-version="dark"] .amacman-who-card {
			background: #121212;
			border-color: rgba(255, 255, 255, 0.05);
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		}

		[data-theme-version="dark"] .amacman-who-card:hover {
			border-color: #B2FF41;
		}

		[data-theme-version="dark"] .amacman-who-icon {
			background: #1A1A1A;
			border-color: rgba(255, 255, 255, 0.05);
			color: #FFFFFF;
		}

		[data-theme-version="dark"] .amacman-who-card:hover .amacman-who-icon {
			background: #B2FF41;
			border-color: #B2FF41;
			color: #000000;
		}

		[data-theme-version="dark"] .amacman-who-card-text {
			color: #FFFFFF;
		}

		/* RESPONSIVE DESIGN */
		@media (max-width: 991px) {
			.amacman-who-wrapper {
				flex-direction: column;
				gap: 40px;
			}

			.amacman-who-sidebar {
				position: static;
				width: 100%;
			}

			.amacman-who-title {
				font-size: 2.2rem;
			}

			.amacman-who-grid {
				width: 100%;
			}
		}

		@media (max-width: 767px) {
			.amacman-who-grid {
				grid-template-columns: 1fr;
				gap: 15px;
			}

			.amacman-who-title {
				font-size: 1.8rem;
				margin-bottom: 18px;
			}

			.amacman-who-needs-section {
				padding: 60px 0;
			}
		}

		/* TESTIMONIAL COLLAGE SECTION STYLES */
		.amacman-testi-section {
			padding: 80px 0;
			background-color: #F8F9FA !important;
		}

		.amacman-testi-container {
			display: flex;
			gap: 24px;
			align-items: flex-start;
			margin-top: 40px;
		}

		.amacman-testi-column {
			flex: 1;
			display: flex;
			flex-direction: column;
			gap: 24px;
		}

		.amacman-testi-card {
			background: #FFFFFF;
			border: 1px solid rgba(0, 0, 0, 0.06);
			border-radius: 24px;
			padding: 30px;
			position: relative;
			transition: all 0.3s ease;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
		}

		.amacman-testi-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
			border-color: #B2FF41;
		}

		.amacman-testi-stars {
			color: #B2FF41;
			font-size: 13px;
			margin-bottom: 12px;
			display: flex;
			gap: 3px;
		}

		.amacman-testi-quote-icon {
			font-size: 32px;
			color: rgba(178, 255, 65, 0.25);
			position: absolute;
			line-height: 1;
		}

		.amacman-testi-quote-icon.top-left {
			top: 20px;
			left: 20px;
		}

		.amacman-testi-quote-icon.bottom-right {
			bottom: 20px;
			right: 20px;
		}

		.amacman-testi-avatar {
			border-radius: 50%;
			object-fit: cover;
			border: 3px solid #FFFFFF;
			box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
			background-color: #EEEEEE;
		}

		[data-theme-version="dark"] .amacman-testi-avatar {
			border-color: #121212;
		}

		.amacman-testi-author-name {
			font-family: 'Space Grotesk', sans-serif;
			font-weight: 700;
			font-size: 0.95rem;
			color: #111111;
			margin-bottom: 2px;
		}

		[data-theme-version="dark"] .amacman-testi-author-name {
			color: #FFFFFF;
		}

		.amacman-testi-author-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.8rem;
			color: #777777;
			margin-bottom: 0;
			line-height: 1.3;
		}

		[data-theme-version="dark"] .amacman-testi-author-title {
			color: #999999;
		}

		.amacman-testi-quote-text {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.9rem;
			color: #555555;
			line-height: 1.6;
			margin-bottom: 0;
		}

		[data-theme-version="dark"] .amacman-testi-quote-text {
			color: #CCCCCC;
		}

		/* Specific Card Layout Details */
		.amacman-testi-c1-inner {
			display: flex;
			justify-content: space-between;
			align-items: center;
			gap: 20px;
			padding-top: 15px;
		}

		.amacman-testi-c1-text {
			flex: 1;
		}

		.amacman-testi-c1-avatar {
			width: 70px;
			height: 70px;
			flex-shrink: 0;
		}

		.amacman-testi-c3 {
			padding-bottom: 50px;
			text-align: center;
		}

		.amacman-testi-c3-avatars {
			display: flex;
			justify-content: center;
			position: absolute;
			bottom: -25px;
			left: 0;
			right: 0;
		}

		.amacman-testi-c3-avatar {
			width: 50px;
			height: 50px;
			margin: 0 -8px;
			transition: all 0.3s ease;
		}

		.amacman-testi-c3-avatar:hover {
			transform: translateY(-5px) scale(1.1);
			z-index: 10;
		}

		.amacman-testi-c3-avatar.active {
			width: 58px;
			height: 58px;
			margin-top: -4px;
			z-index: 5;
		}

		.amacman-testi-c4 {
			margin-top: 40px;
			padding-top: 45px;
			text-align: center;
		}

		.amacman-testi-c4-avatar {
			width: 75px;
			height: 75px;
			position: absolute;
			top: -38px;
			left: calc(50% - 37px);
		}

		.amacman-testi-c4-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.2rem;
			font-weight: 700;
			margin-bottom: 10px;
			color: #111111;
		}

		[data-theme-version="dark"] .amacman-testi-c4-title {
			color: #FFFFFF;
		}

		.amacman-testi-c5 {
			padding: 0;
			overflow: hidden;
		}

		.amacman-testi-c5-img {
			width: 100%;
			height: 250px;
			object-fit: cover;
			display: block;
		}

		.amacman-testi-c5-content {
			padding: 25px 30px;
		}

		.amacman-testi-c5-signature {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.25rem;
			font-style: italic;
			color: #000000;
			margin-top: 15px;
			opacity: 0.7;
		}

		[data-theme-version="dark"] .amacman-testi-c5-signature {
			color: #FFFFFF;
			opacity: 0.8;
		}

		.amacman-testi-c6 {
			margin-top: 35px;
			padding: 0;
			background: transparent !important;
			box-shadow: none !important;
			border: none !important;
		}

		.amacman-testi-c6-avatar {
			width: 70px;
			height: 70px;
			position: absolute;
			top: -35px;
			left: calc(50% - 35px);
			z-index: 2;
		}

		.amacman-testi-c6-bubble {
			background: #FFFFFF;
			border: 1px solid rgba(0, 0, 0, 0.06);
			border-radius: 24px;
			padding: 50px 25px 25px;
			position: relative;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
		}

		[data-theme-version="dark"] .amacman-testi-c6-bubble {
			background: #121212;
			border-color: rgba(255, 255, 255, 0.05);
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		}
		
		[data-theme-version="dark"] .amacman-testi-card {
		    background-color: #121212;
		}

		.amacman-testi-c6-bubble::after {
			content: '';
			position: absolute;
			bottom: -10px;
			left: calc(50% - 10px);
			width: 20px;
			height: 20px;
			background: #FFFFFF;
			border-right: 1px solid rgba(0, 0, 0, 0.06);
			border-bottom: 1px solid rgba(0, 0, 0, 0.06);
			transform: rotate(45deg);
		}

		[data-theme-version="dark"] .amacman-testi-c6-bubble::after {
			background: #121212;
			border-color: rgba(255, 255, 255, 0.05);
		}

		.amacman-testi-c6-signature {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.15rem;
			font-style: italic;
			color: #000000;
			margin-top: 15px;
			opacity: 0.7;
		}

		[data-theme-version="dark"] .amacman-testi-c6-signature {
			color: #FFFFFF;
			opacity: 0.8;
		}

		.amacman-testi-c7 {
			margin-top: 40px;
			padding-top: 45px;
			text-align: center;
		}

		.amacman-testi-c7-avatar {
			width: 75px;
			height: 75px;
			position: absolute;
			top: -38px;
			left: calc(50% - 37px);
		}

		.amacman-testi-c7-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.2rem;
			font-weight: 700;
			margin-bottom: 10px;
			color: #111111;
		}

		[data-theme-version="dark"] .amacman-testi-c7-title {
			color: #FFFFFF;
		}

		/* DARK MODE BACKGROUNDS FOR TESTIMONIAL SECTION */
		[data-theme-version="dark"] .amacman-testi-section {
			background-color: #0A0A0A !important;
		}

		/* RESPONSIVE DESIGN */
		@media (max-width: 1199px) {
			.amacman-testi-container {
				flex-wrap: wrap;
			}

			.amacman-testi-column {
				flex: 0 0 calc(50% - 12px);
			}
		}

		@media (max-width: 767px) {
			.amacman-testi-column {
				flex: 0 0 100%;
			}

			.amacman-testi-container {
				gap: 24px;
			}

			.amacman-testi-section {
				padding: 60px 0;
			}
		}

		/* CTA BANNER SECTION */
		.amacman-cta-section {
			padding: 40px 0;
			background-color: transparent;
		}

		.amacman-cta-card {
			display: flex;
			border-radius: 24px;
			overflow: hidden;
			box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
			background-color: #9DD44B;
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			max-width: 900px;
			margin: 0 auto;
		}

		.amacman-cta-card:hover {
			transform: translateY(-4px);
			box-shadow: 0 25px 50px rgba(157, 212, 75, 0.2);
		}

		.amacman-cta-left {
			flex: 1 1 55%;
			background-color: #9DD44B;
			padding: 35px 40px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
		}

		.amacman-cta-right {
			flex: 1 1 45%;
			background-color: #D6D6D6;
			display: flex;
			align-items: flex-end;
			justify-content: center;
			overflow: hidden;
			position: relative;
			min-height: 260px;
		}

		[data-theme-version="dark"] .amacman-cta-right {
			background-color: #242424;
		}

		.amacman-cta-img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: top center;
			display: block;
		}

		.amacman-cta-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 1.85rem;
			font-weight: 500;
			line-height: 1.2;
			color: #000000;
			margin-bottom: 12px;
		}

		.amacman-cta-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.95rem;
			line-height: 1.45;
			color: #111111;
			margin-bottom: 20px;
			max-width: 500px;
		}

		.amacman-cta-btn {
			background-color: #FFFFFF;
			color: #000000 !important;
			font-family: 'Space Grotesk', sans-serif;
			font-weight: 700;
			padding: 10px 24px;
			border-radius: 50px;
			font-size: 0.78rem;
			border: none;
			transition: all 0.3s ease;
			text-decoration: none !important;
			display: inline-block;
			box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
			text-align: center;
			white-space: nowrap;
			text-transform: uppercase;
			letter-spacing: 0.5px;
		}

		.amacman-cta-btn:hover {
			background-color: #000000;
			color: #FFFFFF !important;
			transform: translateY(-2px);
			box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
		}

		/* Responsive Adjustments */
		@media (max-width: 991px) {
			.amacman-cta-card {
				flex-direction: column;
				max-width: 100%;
			}

			.amacman-cta-left {
				padding: 30px 24px;
				align-items: center;
				text-align: center;
			}

			.amacman-cta-right {
				min-height: 240px;
			}

			.amacman-cta-desc {
				margin-left: auto;
				margin-right: auto;
			}

			.amacman-cta-title {
				font-size: 1.7rem;
			}
		}

		@media (max-width: 575px) {
			.amacman-cta-section {
				padding: 30px 0;
			}

			.amacman-cta-left {
				padding: 25px 20px;
			}

			.amacman-cta-title {
				font-size: 1.4rem;
			}

			.amacman-cta-desc {
				font-size: 0.85rem;
			}

			.amacman-cta-btn {
				width: 100%;
			}
		}

		/* INSIGHTS / BLOG SECTION */
		.amacman-blog-section {
			padding: 80px 0;
			background-color: #F8F9FA !important;
		}

		[data-theme-version="dark"] .amacman-blog-section {
			background-color: #0A0A0A !important;
		}

		.amacman-blog-header {
			text-align: center;
			margin-bottom: 50px;
		}

		.amacman-blog-subtitle {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.85rem;
			font-weight: 700;
			color: #9DD44B;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: inline-block;
			margin-bottom: 12px;
		}

		.amacman-blog-title {
			font-family: 'Kanit', 'Space Grotesk', sans-serif;
			font-size: 2.4rem;
			font-weight: 500;
			color: #111111;
			line-height: 1.25;
		}

		[data-theme-version="dark"] .amacman-blog-title {
			color: #FFFFFF;
		}

		.amacman-blog-grid {
			margin-bottom: -30px;
		}

		.amacman-blog-card {
			background-color: #FFFFFF;
			border-radius: 20px;
			overflow: hidden;
			height: 100%;
			display: flex;
			flex-direction: column;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
			border: 1px solid rgba(0, 0, 0, 0.05);
			transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
		}

		[data-theme-version="dark"] .amacman-blog-card {
			background-color: #121212;
			border-color: rgba(255, 255, 255, 0.05);
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		}
		
		

		.amacman-blog-card:hover {
			transform: translateY(-8px);
			box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
			border-color: rgba(157, 212, 75, 0.3);
		}

		[data-theme-version="dark"] .amacman-blog-card:hover {
			box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
			border-color: rgba(157, 212, 75, 0.3);
		}

		.amacman-blog-image {
			position: relative;
			width: 100%;
			padding-top: 56.25%;
			/* 16:9 Aspect Ratio */
			overflow: hidden;
		}

		.amacman-blog-image img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		}

		.amacman-blog-card:hover .amacman-blog-image img {
			transform: scale(1.08);
		}

		.amacman-blog-badge {
			position: absolute;
			top: 15px;
			left: 15px;
			background-color: #9DD44B;
			color: #000000;
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.75rem;
			font-weight: 700;
			padding: 5px 12px;
			border-radius: 30px;
			text-transform: uppercase;
			box-shadow: 0 4px 10px rgba(157, 212, 75, 0.2);
		}

		.amacman-blog-info {
			padding: 25px 20px;
			display: flex;
			flex-direction: column;
			flex-grow: 1;
		}

		.amacman-blog-card-title {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 1.15rem;
			font-weight: 700;
			line-height: 1.4;
			margin-bottom: 12px;
		}

		.amacman-blog-card-title a {
			color: #111111;
			text-decoration: none !important;
			transition: color 0.3s ease;
		}

		[data-theme-version="dark"] .amacman-blog-card-title a {
			color: #FFFFFF;
		}

		.amacman-blog-card:hover .amacman-blog-card-title a {
			color: #9DD44B;
		}

		.amacman-blog-card-desc {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.9rem;
			line-height: 1.5;
			color: #666666;
			margin-bottom: 20px;
			flex-grow: 1;
		}

		[data-theme-version="dark"] .amacman-blog-card-desc {
			color: #AAAAAA;
		}

		.amacman-blog-readmore {
			font-family: 'Space Grotesk', sans-serif;
			font-size: 0.85rem;
			font-weight: 700;
			color: #111111 !important;
			text-decoration: none !important;
			display: inline-flex;
			align-items: center;
			gap: 8px;
			transition: color 0.3s ease;
			text-transform: uppercase;
			letter-spacing: 0.5px;
			margin-top: auto;
		}

		[data-theme-version="dark"] .amacman-blog-readmore {
			color: #FFFFFF !important;
		}

		.amacman-blog-readmore i {
			font-size: 0.9rem;
			transition: transform 0.3s ease;
		}

		.amacman-blog-readmore:hover {
			color: #9DD44B !important;
		}

		.amacman-blog-readmore:hover i {
			transform: translateX(5px);
		}

		/* Responsive Adjustments */
		@media (max-width: 991px) {
			.amacman-blog-section {
				padding: 60px 0;
			}

			.amacman-blog-title {
				font-size: 2rem;
			}
		}

		@media (max-width: 575px) {
			.amacman-blog-section {
				padding: 50px 0;
			}

			.amacman-blog-title {
				font-size: 1.7rem;
			}

			.amacman-blog-info {
				padding: 20px 15px;
			}

			.amacman-blog-card-title {
				font-size: 1.05rem;
			}

			.mw-65 {
				max-width: 100% !important;
			}
		}


		.mw-65 {
			max-width: 65%;
		}



		.d-flex {
			display: flex;
		}

		.justify-content-center {
			justify-content: center;
		}

		#amacmanVideoModal .modal-dialog {
			width: 95%;
			margin: 1.75rem auto;
			transition: max-width 0.3s ease;
		}

		#amacmanVideoModal .btn-close {
			background: rgba(0, 0, 0, 0.6) !important;
			color: #ffffff !important;
			opacity: 1 !important;
			border-radius: 50%;
			width: 36px;
			height: 36px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 1.25rem;
			font-weight: 300;
			text-shadow: none;
			border: none;
			background-image: none !important;
			padding: 0 !important;
			transition: all 0.3s ease;
		}

		#amacmanVideoModal .btn-close::before {
			content: "\d7";
		}

		#amacmanVideoModal .btn-close:hover {
			background: #9DD44B !important;
			color: #000000 !important;
		}