
body.loaded {overflow: hidden !important;height: 100% !important; }
.page-content{overflow-x: hidden;}
.px-8{padding-left: clamp(8px, 2vw, 16px);padding-right: clamp(8px, 2vw, 16px);}
.loader-wrap {position: fixed;z-index: 10;height: 100vh;width: 100%;left: 0;top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;overflow: hidden;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background: transparent;z-index: 99999999999999; }
.loader-wrap svg {position: absolute;top: 0;width: 100vw;height: 110vh;fill: #fff; }
.loader-wrap svg {fill: #191e00;}
.loader-wrap-heading {max-width: 300px;}
.loader-wrap .loader-wrap-heading .load-text {color: #fff;font-size: 20px;font-weight: 200;letter-spacing: 15px;text-transform: uppercase;z-index: 20; }
.load-text span {-webkit-animation: loading 1s infinite alternate;animation: loading 1s infinite alternate; }
.load-text span:nth-child(1) {-webkit-animation-delay: 0s;animation-delay: 0s; }
.load-text span:nth-child(2) {-webkit-animation-delay: 0.1s;animation-delay: 0.1s; }
.load-text span:nth-child(3) {-webkit-animation-delay: 0.2s;animation-delay: 0.2s; }
.load-text span:nth-child(4) {-webkit-animation-delay: 0.3s;animation-delay: 0.3s; }
.load-text span:nth-child(5) {-webkit-animation-delay: 0.4s;animation-delay: 0.4s; }
.load-text span:nth-child(6) {-webkit-animation-delay: 0.5s;animation-delay: 0.5s; }
.load-text span:nth-child(7) {-webkit-animation-delay: 0.6s;animation-delay: 0.6s; }
@-webkit-keyframes loading {
  0% {opacity: 1; }
  100% {opacity: 0;}}
@keyframes loading {
  0% {opacity: 1;}
  100% {opacity: 0;}}
/* BTN */
.sunvin-btn-Header {color: #000;background-color: #fff;}
.sunvin-btn-Header .sunvin-button-text:before {color: #fff;background-color: #000;}
.sunvin-btn-Header:hover .sunvin-button-text:before {color: var(--sunvin-blackish-color);background-color: var(--sunvin-white-color);}
/* BTN */
/* SLIDER OVERLAY */
.sunvin-slider-item.Overlay {background: linear-gradient(0deg, rgb(255 255 255 / 0%) 70%, #000000cc 100%),linear-gradient(180deg, rgb(0 0 0 / 0%) 30%, #000000fc 100%);}
/* SLIDER OVERLAY */
/* OUR SERVICE */
.OurService {padding-left: 15px;padding-right: 15px;}
.OurService .Bgservice {background: #191e00;}
.OurService .sunvin-heading-subheading .sunvin-title {color: #fff;}
.OurService .sunvin-btn{padding: 12px 55px 12px 20px;}
.OurService .sunvin-btn .sunvin-button-text:before{width: 38px;height: 38px;right: 5px;top: 5px;line-height: 38px;}
/* 5 cards: keep original hover expand animation (flex + .7s) */
.OurService .OurServiceCards {
	flex-wrap: nowrap;
}
.OurService .sunvin-static-box-style-1 {
	height: 600px;
	margin-bottom: 0;
}
/* Expanded card: keep original image width; narrow text so it wraps */
.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box {
	width: auto;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 52px 0 24px;
	overflow: hidden;
	box-sizing: border-box;
}
.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-content-inner {
	width: 100%;
	max-width: 250px;
}
.OurService .sunvin-static-box-style-1 .sunvin-content-box .sunvin-static-box-title {
	font-size: 1.35rem;
	line-height: 1.3;
	overflow: visible;
	display: block;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	max-width: 100%;
}
.OurService .sunvin-static-box-style-1 .sunvin-content-box .sunvin-static-box-desc {
	font-size: 0.95rem;
	line-height: 1.55;
	overflow: visible;
	display: block;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/* Collapsed titles: keep readable, lift up so they don't sit at the bottom edge */
.OurService .sunvin-static-box-style-1:not(.sunvin-active) .sunvin-bg-imgbox .sunvin-static-box-title {
	bottom: auto;
	top: 55%;
	left: 50%;
	font-size: 18px;
	line-height: 26px;
	inline-size: 420px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transform: translate(-50%, -50%) rotate(-90deg);
	transform-origin: center center;
	white-space: normal;
}
@media (max-width: 1599.98px) {
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box {
		padding: 0 48px 0 20px;
	}
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-content-inner {
		max-width: 230px;
	}
	.OurService .sunvin-static-box-style-1:not(.sunvin-active) .sunvin-bg-imgbox .sunvin-static-box-title {
		font-size: 16px;
		line-height: 24px;
		inline-size: 380px;
	}
}
@media (max-width: 1199.98px) {
	.OurService .sunvin-static-box-style-1 {
		height: 500px;
	}
	.OurService .sunvin-static-box-style-1:not(.sunvin-active) .sunvin-bg-imgbox .sunvin-static-box-title {
		font-size: 15px;
		inline-size: min(340px, 90vw);
	}
}
@media (max-width: 991.98px) {
	.OurService .OurServiceCards {
		flex-wrap: wrap;
	}
	.OurService .sunvin-static-box-style-1 {
		height: 400px;
		width: 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box {
		padding: 0 24px 0 20px;
	}
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-content-inner {
		max-width: none;
	}
	/* Hide image overlay title — content box already shows the title */
	.OurService .sunvin-static-box-style-1 .sunvin-bg-imgbox .sunvin-static-box-title {
		display: none !important;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-bg-imgbox .sunvin-box-number {
		display: flex !important;
	}
}
@media (max-width: 767.98px) {
	.OurService .sunvin-static-box-style-1 {
		height: auto;
		min-height: 0;
		margin-bottom: 12px;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-staticbox-wrapper,
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-staticbox-wrapper {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		height: auto;
		padding: 8px;
		overflow: hidden;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-bg-imgbox,
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-bg-imgbox {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-img {
		aspect-ratio: 16 / 10;
		overflow: hidden;
		margin: 0;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-bg-imgbox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box,
	.OurService .sunvin-static-box-style-1 .sunvin-content-box {
		display: block;
		position: relative;
		width: 100%;
		height: auto !important;
		min-height: 0 !important;
		padding: 12px 12px 14px !important;
		margin: 0;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-content-box .sunvin-box-number {
		display: none !important;
	}
	.OurService .sunvin-static-box-style-1.sunvin-active .sunvin-content-box .sunvin-content-inner,
	.OurService .sunvin-static-box-style-1 .sunvin-content-box .sunvin-content-inner {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-content-box .sunvin-static-box-title {
		font-size: 1.15rem;
		line-height: 1.3;
		margin-bottom: 6px;
	}
	.OurService .sunvin-static-box-style-1 .sunvin-content-box .sunvin-static-box-desc {
		margin-bottom: 12px !important;
	}
	.OurService .sunvin-btn {
		margin-top: 0;
	}
}
/* OUR SERVICE */
/* WORK PROCESS */
.HowWework {display: flex;gap: 28px;flex-direction: column;}
.HowWeworkcontent {text-align: center;}
.HowWeworkcontent h4 {font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.HowWeworkcontent p {font-size: 15px;line-height: 22px;margin-bottom: 0;}
.HowWeworkImg {position: relative;}
.HowWeworkImg .ImgArea {aspect-ratio: 8/6;overflow: hidden;}
.HowWeworkImg::before {content: attr(data-step);position: absolute;background-color: #B0CB1F;color: #fff;border: 6px solid #fff;border-radius: 100%;font-size: 18px;line-height: 18px;font-weight: 600;display: flex;width: 60px;height: 60px;align-items: center;justify-content: center;margin-left: auto;margin-right: auto;left: 0;right: 0;z-index: 11;}
.HowWeworkImg .ImgArea img {width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.HowWeworkImg:hover .ImgArea img{transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.HowWeworkWrapper {margin-top: 60px;}
.HowWeworkWrapper .col-lg-3:nth-child(odd) .HowWeworkImg .ImgArea,
.HowWeworkWrapper--6 .col-lg-4:nth-child(odd) .HowWeworkImg .ImgArea {border-bottom-left-radius: 400px;border-bottom-right-radius: 400px;}
.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkcontent,
.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkcontent {order: 2;}
.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkImg .ImgArea,
.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg .ImgArea {order: 1;border-top-left-radius: 400px;border-top-right-radius: 400px;}
.HowWeworkWrapper .col-lg-3:nth-child(odd) .HowWeworkImg,
.HowWeworkWrapper--6 .col-lg-4:nth-child(odd) .HowWeworkImg {margin-top: 20px;}
.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkImg,
.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg {margin-bottom: 20px;}
.HowWeworkWrapper .col-lg-3:nth-child(odd) .HowWeworkImg::before,
.HowWeworkWrapper--6 .col-lg-4:nth-child(odd) .HowWeworkImg::before {top: -30px;}
.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkImg::before,
.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg::before {bottom: -30px;}
.HowWeworkWrapper--6 .HowWeworkcontent p {font-size: 14px;line-height: 21px;}
.HowWeworkWrapper--6 .HowWework {gap: 22px;}
@media(max-width:991.98px){
	.HowWeworkWrapper--6 .col-lg-4:nth-child(odd) .HowWeworkImg .ImgArea,
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg .ImgArea{
		border-radius: 0;
		border-bottom-left-radius: 400px;
		border-bottom-right-radius: 400px;
	}
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkcontent{order: 1;}
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg{order: 2;margin-bottom: 0;margin-top: 20px;}
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg::before{top: -30px;bottom: auto;}
}
@media(max-width:575px) {
	.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkcontent,
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkcontent{order: 1;}
	.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkImg,
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg{order: 2;margin-bottom: 0;margin-top: 20px;}
	.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkImg .ImgArea,
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg .ImgArea{border-top-left-radius: 0 !important;border-top-right-radius: 0 !important;border-bottom-left-radius:400px;border-bottom-right-radius:400px;}
	.HowWeworkWrapper .col-lg-3:nth-child(even) .HowWeworkImg::before,
	.HowWeworkWrapper--6 .col-lg-4:nth-child(even) .HowWeworkImg::before{top: -30px;bottom: 0;}
	.HowWeworkImg::before{width: 48px;height: 48px;font-size: 15px;line-height: 15px;border-width: 4px;}
	.HowWeworkcontent h4{font-size: 18px;line-height: 22px;}
	.HowWeworkWrapper{margin-top: 40px;}
	.HowWeworkWrapper--6 .HowWeworkcontent p{font-size: 13px;line-height: 20px;}
}
/* WORK PROCESS */
/* WIND */
.WindCounter{margin-top: 20vh;}
.WindCounter .SecPadding{padding-bottom: 0;}
.WindCounter .BgWindCounter{background: linear-gradient(180deg, #c3edff, transparent);position: relative;overflow-x: clip;}
.WindBgWrapper .solarpanels{width: 100%;height: auto;position: relative;z-index: 1;border-bottom-left-radius:30px;border-bottom-right-radius:30px;margin-bottom: -2px;}
.WindMill{text-align: end;position: absolute;top: -135px;right: 0;z-index: 1;}
.WindMill svg{width: 900px;height: 900px;}
.Turbn{animation: rotation 4s infinite linear;-webkit-animation: rotation 4s infinite linear;-o-animation: rotation 4s infinite linear;-moz-animation: rotation 4s infinite linear;transform-box: fill-box;transform-origin: center;}
@keyframes rotation{
0% {-webkit-transform: rotate(0);}
100% {-webkit-transform: rotate(359deg);}
}
@-o-keyframes rotation {
0% {-webkit-transform: rotate(0);}
100% {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
0% {-webkit-transform: rotate(0);}
100% {-webkit-transform: rotate(359deg);}
}
@-webkit-keyframes rotation  {
0% {-webkit-transform: rotate(0);}
100% {-webkit-transform: rotate(359deg);}
}
.WindClouds{max-width: 400px;position: absolute;z-index: -1;}
.WindClouds1{top: 180px;left: 100%;}
.WindClouds2{top: 340px;left: -150px;}
@media(max-width:1500px){.WindMill{right: -85px;}}
@media(max-width:1400px){.WindCounter .sunvin-heading-subheading .sunvin-title{font-size: 38px;line-height: 48px;}.WindMill svg{width: 900px;height: 900px;}}
@media(max-width:1200px){.WindCounter{margin-top: 0;}.WindMill{top: -35px;right: -95px;}.WindMill svg{width: min(680px, 70vw);height: auto;}}
@media(max-width:991px){.WindMill{display: none;}.WindCounter .sunvin-heading-subheading .sunvin-title>br{display: none;}.WindCounter{margin-top: 40px;}}
/* WIND */
/* FOOTER */
.FooterHead{border-bottom: 1px solid #444;padding-bottom: 30px;margin-bottom: 40px;}
.FooterlogoWrapper{max-width: 250px;}
.site-header .site-branding .logo-img,
.header-style-3 .sunvin-burger-menu-area .site-branding .logo-img{max-height: 52px;width: auto;max-width: 240px;}
.loader-wrap-heading .load-text.img-fluid{max-width: 280px;width: 100%;}
@media (max-width: 1500px){
	.site-header .site-branding .logo-img,
	.header-style-3 .sunvin-burger-menu-area .site-branding .logo-img{max-height: 42px;max-width: 180px;}
}
.SocialLinks a{color: #fff;padding: 10px;display: flex;align-items: center;gap: 10px;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.SocialLinks a svg{width: 24px;height: 24px;display: flex;color: #b0cb1f;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.SocialLinks a:hover{color: #b0cb1f;}
.SocialLinks .nav{flex-wrap: wrap;gap: 4px;}
@media (max-width: 575.98px){
	.SocialLinks a{padding: 8px;}
	.SocialLinks a span{display: none;}
	.SocialLinks a svg{width: 22px;height: 22px;}
	.FooterBodyLinks a{font-size: 15px;line-height: 22px;}
	.copyright,.DevTagLine,.DevTagLine a{font-size: 13px;}
}
.FooterBodyItem h5{color: #ffffff;margin-bottom: 15px;}
.FooterBodyLinks{display: flex;flex-direction: column;gap: 12px;}
.FooterBodyLinks a{font-size: 16px;font-weight: 500;line-height: 24px;color: #afafaf;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.FooterBodyLinks a:hover,.FooterBodyLinks a:focus,.FooterBodyLinks a:active{color: #b0cb1f;}
.FS16{font-size: 16px !important;}
.FooterBodycontain{font-size: 16px;font-weight: 500;line-height: 26px;color: #afafaf;}
.FooterBottom{border-top: 1px solid #444;padding-top: 30px;margin-top: 40px;}
.copyright {font-size: 14px;font-weight: 400;color:#afafaf;}
.DevTagLine{font-size: 14px;font-weight: 400;color:#afafaf;}
.DevTagLine a{font-size: 14px;font-weight: 400;color:#afafaf;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.DevTagLine a:hover,.DevTagLine a:focus,.DevTagLine a:active{color: #b0cb1f;}
/* FOOTER */
/* TITLE AND BREAD CRUMB */
.TitleandBreadcrumb .sunvin-tbar-title{font-weight: 500;font-size: 40px;line-height: 50px;color: #000;text-transform: none;font-style: normal;}
.TitleandBreadcrumb .sunvin-breadcrumb, .TitleandBreadcrumb .sunvin-breadcrumb a{color: #000;}
.post-post.current-item{color: #B0CB1F;}
/* TITLE AND BREAD CRUMB */
/* BLOG DETAILS */
.blog-details .sunvin-tbar-title{font-size: 30px;line-height: 40px;font-weight: 500;letter-spacing: 0px;color: #000000;text-transform: capitalize;font-style: normal;margin-bottom: 0;}
/* BLOG DETAILS */
/* CONTACT US */
.ContactImg{position: relative;}
.contact-us-left-area{position: relative;margin-bottom: -180px;}
@media (max-width: 1599.98px) {.contact-us-left-area{margin-bottom: -130px;}}
@media (max-width: 1399.98px) {.contact-us-left-area{margin-bottom: -25px;}}
@media (max-width: 991.98px) {.contact-us-left-area{margin-bottom: 0;}}
@media (max-width: 575.98px) {
	.TitleandBreadcrumb .sunvin-tbar-title{font-size: 28px;line-height: 36px;}
	.blog-details .sunvin-tbar-title{font-size: 24px;line-height: 32px;}
	.sunvin-service_content h1{font-size: 28px;line-height: 36px;}
}
/* CONTACT US */
.aboutimg{position: relative;z-index: 11;}
/* SERVICE DETAILS */
.sunvin-service-feature-image{aspect-ratio: 8/6;overflow: hidden;}
.sunvin-service-feature-image img{width: 100%;height: 100%;object-fit: cover;}
.sunvin-service_content h1{font-size: 38px;line-height: 48px;font-weight: 500;margin-bottom: 0;}
.sunvin-service_content blockquote{padding: 20px;border-radius:15px;background-color: #fff;}
.sunvin-service_content blockquote p{margin: 0;}
.sunvin-animation-style7{aspect-ratio: 8/5;overflow: hidden;}
.sunvin-animation-style7 img{width: 100%;height: 100%;object-fit: cover;}
.FAQ{background: #f0f3f6;margin-top: 40px;}
/* SERVICE DETAILS */
/* WHY US */
.WhyUs{padding-left: 15px;padding-right: 15px;}
.BgWhyUs{background: linear-gradient(180deg, #c3edff, transparent);}
/* WHY US */
/* HOME APP SECTION */
.HomeApp{padding-left: 15px;padding-right: 15px;margin-top: 20px;}
.BgHomeApp{background: #191e00;padding: 80px 0;}
.HomeApp .sunvin-heading-subheading .sunvin-subtitle{color: #B0CB1F;}
.HomeApp .sunvin-heading-subheading .sunvin-title{color: #fff;}
.home-app-desc{color: rgba(255,255,255,0.82);font-size: 1.05rem;line-height: 1.7;max-width: 34em;}
.home-app-points .list-group-item{background: transparent;border: 0;color: #fff;padding-left: 0;padding-right: 0;}
.home-app-points .sunvin-icon-list-icon{color: #B0CB1F;}
.home-app-points .sunvin-icon-list-text{color: rgba(255,255,255,0.9);}
.home-app-stores{margin-top: 8px;}
.home-store-btn{display: inline-flex;align-items: center;gap: 12px;min-width: 180px;padding: 12px 18px;border-radius: 14px;background: #fff;color: #000;text-decoration: none;transition: transform .25s ease, background .25s ease, color .25s ease;}
.home-store-btn span{display: flex;flex-direction: column;line-height: 1.15;}
.home-store-btn small{font-size: 0.72rem;font-weight: 500;opacity: .75;}
.home-store-btn strong{font-size: 1.05rem;font-weight: 600;}
.home-store-btn:hover{background: #B0CB1F;color: #000;transform: translateY(-2px);}
.home-app-visual{display: flex;justify-content: center;align-items: center;min-height: 360px;}
.home-app-phone{width: min(280px, 100%);aspect-ratio: 9 / 17;border-radius: 36px;padding: 12px;background: linear-gradient(160deg, #2a3010, #0f1200);border: 1px solid rgba(176,203,31,0.35);box-shadow: 0 24px 50px rgba(0,0,0,0.35);}
.home-app-phone-screen{height: 100%;border-radius: 26px;background: linear-gradient(180deg, #101400 0%, #1a2208 100%);padding: 28px 20px;display: flex;flex-direction: column;gap: 14px;color: #fff;}
.home-app-phone-label{font-size: 0.75rem;letter-spacing: .08em;text-transform: uppercase;color: #B0CB1F;font-weight: 600;}
.home-app-phone-title{font-size: 1.25rem;font-weight: 600;line-height: 1.3;}
.home-app-phone-stats{display: grid;grid-template-columns: 1fr 1fr;gap: 10px;margin-top: 10px;}
.home-app-phone-stats div{background: rgba(176,203,31,0.12);border: 1px solid rgba(176,203,31,0.25);border-radius: 14px;padding: 14px 12px;}
.home-app-phone-stats strong{display: block;font-size: 1.05rem;margin-bottom: 4px;}
.home-app-phone-stats small{color: rgba(255,255,255,0.7);font-size: 0.72rem;}
.home-app-phone-bar{margin-top: auto;height: 10px;border-radius: 999px;background: rgba(255,255,255,0.12);overflow: hidden;}
.home-app-phone-bar span{display: block;width: 68%;height: 100%;background: #B0CB1F;border-radius: inherit;}
@media (max-width: 991.98px){
	.BgHomeApp{padding: 60px 0;}
	.home-app-visual{min-height: 280px;}
	.home-app-desc{font-size: 1rem;}
}
@media (max-width: 575.98px){
	.BgHomeApp{padding: 48px 0;}
	.home-store-btn{width: 100%;justify-content: center;}
	.HomeApp .sunvin-heading-subheading .sunvin-title{font-size: 1.55rem;line-height: 1.3;}
	.home-app-visual{min-height: 0;margin-top: 12px;}
	.home-app-phone{width: min(240px, 78vw);border-radius: 28px;padding: 10px;}
	.home-app-phone-screen{border-radius: 20px;padding: 22px 16px;}
}
/* HOME APP SECTION */
/* HOME AUDIENCE — Consumer / Business */
.HomeAudience{padding-left: 15px;padding-right: 15px;margin-top: 20px;}
.BgHomeAudience{background: #f0f3f6;padding: 80px 0;}
.HomeAudience .sunvin-heading-subheading .sunvin-subtitle{color: #B0CB1F;}
.home-audience-tabs{display: flex;justify-content: center;flex-wrap: wrap;gap: 12px;margin-bottom: 40px;}
.home-audience-tab{appearance: none;border: 1px solid #d5dbc8;background: #fff;color: #191e00;font-size: 0.95rem;font-weight: 600;letter-spacing: 0.02em;padding: 14px 28px;border-radius: 50px;cursor: pointer;transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;}
.home-audience-tab:hover{border-color: #B0CB1F;transform: translateY(-1px);}
.home-audience-tab.is-active{background: #191e00;border-color: #191e00;color: #fff;}
.home-audience-panel[hidden]{display: none !important;}
.home-audience-item{height: 100%;padding: 28px 28px 30px;background: #fff;border-radius: 20px;border-top: 3px solid #B0CB1F;}
.home-audience-icon{display: inline-flex;align-items: center;justify-content: center;width: 48px;height: 48px;margin-bottom: 16px;border-radius: 50%;background: #B0CB1F;color: #fff;}
.home-audience-icon svg{display: block;}
.home-audience-item-title{font-size: 1.35rem;line-height: 1.3;font-weight: 600;color: #191e00;margin: 0 0 12px;}
.home-audience-item-desc{font-size: 1rem;line-height: 1.7;color: #4b5563;margin: 0;}
@media (max-width: 991.98px){
	.BgHomeAudience{padding: 60px 0;}
	.home-audience-item{padding: 22px 20px 24px;}
	.home-audience-item-title{font-size: 1.2rem;}
}
@media (max-width: 575.98px){
	.BgHomeAudience{padding: 48px 0;}
	.home-audience-tab{width: 100%;text-align: center;}
	.home-audience-tabs{margin-bottom: 28px;gap: 8px;}
	.home-audience-item{padding: 20px 16px 22px;border-radius: 16px;}
	.home-audience-item-desc{font-size: 0.95rem;line-height: 1.6;}
}
/* HOME AUDIENCE */
/* VISION MISSION */
.visionmission{position: relative;margin-bottom: -2px;}
.visionmission img{position: relative;z-index: 0;max-width: 100%;height: auto;}
.visionmissionCards{display: grid;gap: 16px;}
.visionmissionPanel{
	background: #fff;
	border-radius: 18px;
	padding: 24px 22px;
	border: 1px solid #e6ebdf;
	box-shadow: 0 10px 28px rgba(25, 30, 0, 0.04);
	transition: transform .3s ease, box-shadow .3s ease;
}
.visionmissionPanel:hover{
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(25, 30, 0, 0.08);
}
.visionmissionPanel-head{display: flex;flex-direction: row;align-items: center;text-align: left;gap: 14px;margin-bottom: 14px;}
.visionmissionIcon{flex: 0 0 auto;display: inline-flex;align-items: center;justify-content: center;width: 52px;height: 52px;border-radius: 50%;padding: 0;color: #191e00;background-color: #B0CB1F;}
.visionmissionIcon svg{width: 26px;height: 26px;display: block;}
.visionmissionLabel{display: block;font-size: 0.78rem;font-weight: 700;letter-spacing: 0.06em;text-transform: uppercase;color: #6b7280;margin-bottom: 4px;}
.visionmissionLead{margin: 0;font-size: 1.15rem;line-height: 1.35;font-weight: 600;color: #191e00;}
.visionmissionText{margin: 0;color: #4b5563;font-size: 0.98rem;line-height: 1.65;text-align: left;}
.visionmissionList{margin: 0;padding: 0;list-style: none;display: grid;gap: 12px;counter-reset: mission;text-align: left;}
.visionmissionList li{display: flex;gap: 12px;align-items: flex-start;color: #303030;font-size: 0.95rem;line-height: 1.55;counter-increment: mission;}
.visionmissionList li::before{
	content: counter(mission, decimal-leading-zero);
	flex: 0 0 auto;
	min-width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(176, 203, 31, 0.18);
	color: #191e00;
	font-size: 0.72rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}
@media (max-width: 991.98px){
	.visionmissionPanel{padding: 20px 18px;}
	.visionmissionLead{font-size: 1.08rem;}
	.visionmissionText,.visionmissionList li{font-size: 0.92rem;}
}
@media (max-width: 575.98px){
	.visionmissionPanel{padding: 18px 14px;}
	.visionmissionPanel-head{gap: 12px;}
	.visionmissionIcon{width: 46px;height: 46px;}
	.visionmissionIcon svg{width: 22px;height: 22px;}
	.visionmissionLead{font-size: 1.02rem;}
	.visionmissionList{gap: 10px;}
	.visionmissionList li{gap: 10px;font-size: 0.9rem;line-height: 1.5;}
}
/* VISION MISSION */
.Aboutusimgmain{position: relative;margin-top: -120px;right: -100px;max-width: 100%;}
.AboutCounter{position: relative;margin-top: -115px;padding-top: 180px;padding-bottom: 40px;}
@media screen and (max-width:1399px){.Aboutusimgmain{margin-top: -80px;right: -60px;}.AboutCounter{margin-top: -94px;}}
@media screen and (max-width: 1399px) {.Aboutusimgmain {margin-top: -60px;right: -15px;}}
@media screen and (max-width: 1199px) {.Aboutusimgmain {margin-top: -40px;right: 0;}.AboutCounter{padding-top: 120px;}}
@media screen and (max-width: 991px) {
	.Aboutusimgmain {right: 0;margin-top: 0;position: relative;}
	.AboutCounter {margin-top: 0;padding-top: 48px;padding-bottom: 24px;}
}
@media screen and (max-width: 767px) {
	.AboutCounter{padding-top: 36px;padding-bottom: 16px;}
}
@media screen and (max-width: 575px) {
	.AboutCounter{padding-top: 24px;}
}

/* POLICY PAGES */
.policy-page .policy-header {
	text-align: center;
}
.policy-page .policy-title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: #191e00;
	margin-bottom: 0.75rem;
	line-height: 1.25;
}
.policy-page .policy-header .TitleandBreadcrumb {
	margin-top: 0.25rem;
}
.policy-page .policy-header .sunvin-breadcrumb-inner {
	justify-content: center;
}
.policy-page .policy-content {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border-radius: 12px;
	text-align: left;
}
.policy-page .policy-content h2 {
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 700;
	color: #191e00;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}
.policy-page .policy-content h2:first-child {
	margin-top: 0;
}
.policy-page .policy-content p,
.policy-page .policy-content li {
	font-size: 1rem;
	line-height: 1.75;
	color: #444;
	margin-bottom: 0.85rem;
}
.policy-page .policy-content ul {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}
.policy-page .policy-content a {
	color: var(--sunvin-global-color, #7cb342);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.policy-page .policy-content a:hover {
	opacity: 0.85;
}
.policy-page .policy-updated {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 0.5rem;
}
.policy-page .policy-related {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8e8e8;
}
.policy-page .policy-related-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #191e00;
	margin-bottom: 0.75rem;
}
.policy-page .policy-related-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.policy-page .policy-related-list span[aria-current="page"] {
	color: #191e00;
	font-weight: 600;
}
.FooterBottomInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
}
.FooterBottom .policy-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.65rem;
	flex: 1 1 auto;
}
.FooterBottom .policy-links a {
	color: #afafaf;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	transition: color 0.3s ease;
}
.FooterBottom .policy-links a:hover {
	color: #b0cb1f;
}
.FooterBottom .policy-sep {
	color: #666;
	font-size: 12px;
	line-height: 1;
}
.FooterBottom .copyright,
.FooterBottom .DevTagLine {
	flex: 0 0 auto;
	white-space: nowrap;
}
@media screen and (max-width: 1199px) {
	.FooterBottomInner {
		flex-direction: column;
		text-align: center;
		gap: 0.75rem;
	}
	.FooterBottom .policy-links {
		order: 2;
		width: 100%;
	}
	.FooterBottom .DevTagLine {
		order: 3;
	}
}
/* POLICY PAGES */