body {
	background-color: #01000f !important;
	color: #eee !important;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #eee !important;
}

/* header breadcrumb */
.breadcrumb-item a:hover {
	color: #52AEFD !important;
}
.headerbreadcrumb {
	padding: 1rem 1rem;
}

.navbar-nav li {
	text-align: center;
}

.navbar-nav li a {
	text-transform: capitalize !important;
	font-size: .75rem !important;
}

.navbar-nav li:hover a {
	color: #52AEFD !important;
}

.custom-search-icon {
	border: none !important;
	background: transparent !important;
	/* color: rgba(0, 0, 0, 0.7) !important; */
	color: #52AEFD !important;
}

.home-section-header-center {
	position: relative;
	display: inline-block;
	color: #52AEFD !important;
}

.home-section-header-center::after {
	content: "";
	position: absolute;
	left: 30%;
	right: 30%;
	bottom: -0.5rem;
	/* width: 50%; */
	height: 1px;
	background-color: #52AEFD;
}

.home-section-header-left {
	position: relative;
	display: inline-block;
	color: #52AEFD !important;
}

.home-section-header-left::after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: -0.5rem;
	width: 40%;
	height: 1px;
	background-color: #52AEFD;
}

/* Product Item */
.home-product-bg-square {
	width: 80%;
	height: 80%;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	background: #eee !important;
}


.home-product-item:hover .home-product-bg-square {
	background: #CCE3F7 !important;
	width: 100%;
	height: 100%;
}

.home-product-item:hover .home-product-title {
	color: #52AEFD !important;
}

.home-product-item:hover .home-product-price {
	color: #52AEFD !important;
}

.back-to-top i, .back-to-top svg{
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
	padding: 0.5rem !important;
}

.btn-more-primary {
	border: 1px solid#CCE3F7 ;
	color: #CCE3F7 ;
	background: transparent ;
	padding: .5rem 1rem;
	cursor: pointer;
	outline: none;
}

.btn-more-primary:hover {
	border-color:#52AEFD !important;
	color: #52AEFD !important;
}

.btn-more-secondary {
	border-color: #52AEFD !important;
	color: #52AEFD !important;
	background: transparent !important;
}

.btn-more-secondary:hover {
	border-color: #188CEB !important;
	color: #188CEB !important;
}

/* tentang kami atau who we are section */
.section-tentangkami img {
	opacity: 0 !important;
}

@media (min-width: 768px) {
  .section-tentangkami img { opacity: 0.5 !important; }
}

@media (min-width: 992px) {
  .section-tentangkami img { opacity: .9 !important; }
}


/* director speak */
.padding-director-speak {
	padding: 2rem 2rem;
}
@media (min-width: 992px) {
  .padding-director-speak { padding: 0 10rem; }
}

/* product section */
.padding-product-section {
	padding: 0 2rem;
}

@media (min-width: 992px) {
  .padding-product-section { padding: 0 10rem; }
}

/* portofolio section */
.padding-portofolio-section {
	padding: 0 2rem;
}

@media (min-width: 992px) {
  .padding-portofolio-section { padding: 0 10rem; }
}

.portofolio-home-item .judul {
	color: #CCE3F7;
	font-size: 1.25rem;
	font-weight: bold; 
	line-height: 1.75;
}

.portofolio-home-item:hover .judul {
	color: #52AEFD !important;
}

.portofolio-item {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.portofolio-item:hover {
	background: rgba(255, 255, 255, 0.05);

}

/* benefit section */
.padding-benefit-section {
	padding: 0 2rem;
}

@media (min-width: 992px) {
  .padding-benefit-section { padding: 0 10rem; }
}

 

/* footer section */
.padding-footer-section {
	padding: 0 2rem;
}

@media (min-width: 992px) {
  .padding-footer-section { padding: 0 10rem; }
}

.footer-nav li {
	font-size: .7rem !important;
}

/* value section */
.value-item, .value-item .icon {
	transition: all 0.5s ease;
	cursor: pointer;
}

.value-item:hover {
	transform: translateY(-0.5rem);
}

.value-item:hover .icon {
	color: #CCE3F7 !important;
}

/* benefit section */
.benefit-item {
	transition: all 0.5s ease;
	cursor: pointer;
}
.benefit-item:hover {
	transform: scale(1.02);
}

/* artikel section */
.padding-artikel-section {
	padding: 0 2rem;
}

@media (min-width: 992px) {
  .padding-artikel-section { padding: 0 10rem; }
}

.artikel-item {
	transition: all 0.5s ease;
	cursor: default;
}

.artikel-item:hover .judul-artikel {
	color: #52AEFD !important;
}

/* Hubungi Kami Style */
.section-map .map-canvas {
	border-radius: 1rem !important;
	overflow: hidden !important;
	position: relative;
}

.section-map iframe{
	width: 100% !important;
	border: none !important;
	filter: grayscale(70%) brightness(0.7) contrast(1.5);
}

.section-map .map-overlay {
	position: absolute;
	inset: 0;
	/* background: rgba(0, 0, 0, 0.1); */
	pointer-events: none; /* katanya biar tetap bisa klik map nya */
}

/* Hubungi kami custom form style */

.custom-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

/* label */
.custom-form-group label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.custom-input-style {
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1.5px solid #1e90ff;
  color: #ffffff;
  outline: none;
  transition: border 0.25s ease, box-shadow 0.25s ease;
}

/* placeholder */
.custom-input-style::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* hover */
.custom-input-style:hover {
  border-color: #3aa0ff;
}

/* focus */
.custom-input-style:focus {
  border-color: #4db8ff;
  box-shadow: 0 0 8px rgba(77, 184, 255, 0.4);
}

/* textarea */
.custom-textarea-style {
  width: 100%;
  padding: 14px 18px;
  border-radius: 20px;
  border: 1.5px solid #1e90ff;
  background: #fff;
  outline: none;
  resize: vertical; 
  min-height: 120px;
  font-family: inherit;
  transition: all 0.25s ease;
}

/* placeholder */
.custom-textarea-style::placeholder {
 color: rgba(0, 0, 0, 0.3);
}

/* hover */
.custom-textarea-style:hover {
  border-color: #3aa0ff;
}

/* focus */
.custom-textarea-style:focus {
  border-color: #4db8ff;
  box-shadow: 0 0 8px rgba(77, 184, 255, 0.4);
}

.custom-form-group:focus-within label {
  color: #4db8ff;
}

/* Custom Pagination Style  */
.pagination-custom .page-link {
    background-color: transparent;
    border: none;
    color: #eee;
}

.pagination-custom .page-link:hover {
    background-color: rgba(0, 0, 0, 0.1); 
    color: #52AEFD !important; 
}

.pagination-custom .page-item.active .page-link {
    background-color: transparent;
    color: #52AEFD;
    font-weight: bold;
}

.pagination-custom .page-link:focus {
    box-shadow: none;
    background-color: transparent;
}

/* Custom footer navigation */

.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-navigation ul li {
	width: 50%;
	margin-top: .5rem;
}

.footer-navigation ul li a {
	text-decoration: none;
}

.footer-navigation ul li a:hover {
	color: #52AEFD !important;
}