.row{
     --bs-gutter-x:0 !important;
    --bs-gutter-y:0 !important;
} 
.footer_stu{
    background-color: #15558F;
    height: 285px;
}
body{
    font-family: 'Raleway';
}

.link-white{
    color:15558F;
}
.link-white:hover{
    color:#15558F;
}

.link-navy{
    color:15558F;
}
.link-navy:hover{
    color:white;
}

.link-nav{
    color:rgba(255, 255, 255, 0.50);
}
.link-nav:hover{
    color:white;
}

.aktip {
    color: white;
    border-bottom: 2px solid white;
    position: relative;
    padding-bottom: 8px;
	content: "\2022";
	color: white;
	font-size: 20px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	line-height: 0;
}


.aktip-adj {
    color: #15558F;
    border-bottom: 3px solid #15558F;
    position: relative;
    padding-bottom: 0px;
}

.aktip-adj::after {
    color: #15558F;
}

.menu-bg-wrap {
    padding: 20px 30px;
    position: relative;
    float: left;
    width: 100%;
}
    .column {
        float: left;
        width: 33.33%;
        padding: 8px;
    }
.heading-title{
	font-family: Raleway;
	font-size: 48px;
	font-weight: 1000;
	line-height: 64px;
	text-align: center;
}

.text-dashboard{
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.label1{
    font-weight: 700;
    color: black;
}
.fser1{
    width: 80%;
}
.detail_unit{
    font-size: 12px;
}

.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 250px;
	background-color: #f8f9fa;
	box-shadow: 2px 0 5px rgba(0,0,0,0.1);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 1000;
  }
  .sidebar.show {
	transform: translateX(0);
  }
  .sidebar .nav-link {
	padding: 15px 20px;
  }
  .sidebar .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
  }
  .main-content {
	transition: margin-left 0.3s ease;
  }
  .main-content.sidebar-open {
	margin-left: 250px;
  }

  .bg-navy{
	background-color: rgb(12 34 53) !important;
  }

  .nav-link-navy{
	color: rgb(12 34 53) !important;
  }

  .text-input{
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
  }

  .layout-input{
	height: 48px;	
  }

  .property-item {
	position: relative;
	overflow: hidden;
}

.status {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-size: 12px;
	background-color: #56A556E5; /* warna hijau untuk status tersedia */
	z-index: 10;
	font-family: Poppins;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	text-align: left;
	color: white;
}

.love-icon {
	position: absolute;
	top: 1px;
	right: 50px;
	font-size: 30px; /* Make sure this matches the font-size of the <i> element */
	color: #E0E0E0; /* Change the default color to a light gray to ensure visibility */
	cursor: pointer;
	z-index: 10;
}

.love-icon.active {
	color: #E53935; /* Red color for active state */
}

.love-icon-detail {
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 30px; /* Make sure this matches the font-size of the <i> element */
	color: #E0E0E0; /* Change the default color to a light gray to ensure visibility */
	cursor: pointer;
	z-index: 10;
}

.love-icon-detail.active {
	color: #E53935; /* Red color for active state */
}


.property-content {
	background: white;
	padding: 15px;
	border-radius: 0 0 15px 15px;
}

.property-content h4 {
	color: black;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}

.property-content table {
	width: 100%;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: #999999;
}

.property-content table td {
	padding: 5px;
}

.btn-primary {
	background-color: #15558F;
	border-color: #15558F;
	font-weight: 600;
}

.sliderz {
	padding: 20px 0;
}

.text-nav{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
}

.pg-font{
	font-family: Poppins;
	font-size: 20px;
	font-weight: 1000;
	line-height: 48px;
	text-align: left;
	color:#15558F;
	padding-left: 1%;
}

h3.pg-font {
    display: flex;
    align-items: center;
}

h3.pg-font i {
    margin-right: 5px;
}

.gallery-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.image-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-rows: minmax(150px, auto);
	gap: 1rem;
}

.video-gallery {
	justify-content: center;
	align-items: center;
	height: auto;
	background: white;
}

.gallery-item img,
.gallery-item video {
	display: block;
	width: 100%;
	height: 162px;
}

/* Button Style */
.btn-primary {
	border-color: #15558F;
	background-color: #15558F;
	width: 250px;
	height: 50px;
	color: white;
	border: none;
}

/* Responsive Styles */
@media (max-width: 1200px) {
	.gallery-container {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.gallery-container {
		grid-template-columns: 1fr;
	}

	.image-gallery {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.video-gallery {
		margin-bottom: 1rem;
	}

	.btn-primary {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.row {
		flex-direction: column;
		padding: 0 1rem;
	}

	.btn-primary {
		width: 100%;
		height: 45px;
	}

	.gallery-item img,
	.gallery-item video {
		max-width: 100%;
	}
}

.keterangan-icon{
	margin-bottom:10px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.92px;
	text-align: left;
	color:#8C8C8C;
	margin-bottom:10px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.92px;
	text-align: left;
	color:#8C8C8C
}
.card {
	margin: 1rem 0;
}

.card-title {
	color: #15558F;
	font-family: Poppins, sans-serif;
}

.card-text {
	color: #495371;
	font-family: Poppins, sans-serif;
}

.text-nav {
	color: #15558F;
	font-family: Poppins, sans-serif;
}

.list-group-item {
	background-color: #C2EAFE !important;
	border-color: #C2EAFE !important;
	font-family: Inter, sans-serif;
}

.list-group-item i {
	color: #1C7FFB;
}
.pg{
	@media (max-width: 768px) {
	.icon_fasilitas {
		max-width: 100%;
		height: auto;
	}
}

}

#see-more-btn {
	background-color: #15558F;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
}

#see-more-btn:hover {
	background-color: #003d66;
}

.label_status_tersewa {
	margin-left: 5px;
	margin-top: 4px;
	border-radius: 15px;
	background: rgba(204, 80, 80, 0.90);
	display: flex;
	width: 100px;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	color: white;
	position: absolute; /* Ensures label is on top of image */
	top: 5px; /* Adjust as needed */
	left: 5px; /* Adjust as needed */
	z-index: 10; /* Ensures label appears above the image */
	font-family: Poppins;
	font-size: 10px;
	font-weight: 600;
	line-height: 15px;

}

.label_status_akan_tersedia {
	margin-left: 5px;
	margin-top: 4px;
	border-radius: 15px;
	background: #E4AF2B;
	display: flex;
	width: 130px;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	color: white;
	position: absolute; /* Ensures label is on top of image */
	top: 5px; /* Adjust as needed */
	left: 5px; /* Adjust as needed */
	z-index: 10; /* Ensures label appears above the image */
	font-family: Poppins;
	font-size: 10px;
	font-weight: 600;
	line-height: 15px;

}


.label_status_tersedia {
	margin-left: 4px;
	margin-top: 4px;
	border-radius: 15px;
	background: #56A556E5;
	display: flex;
	width: 100px;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	color: white;
	position: absolute; /* Ensures label is on top of image */
	top: 5px; /* Adjust as needed */
	left: 5px; /* Adjust as needed */
	z-index: 10; /* Ensures label appears above the image */
	font-family: Poppins;
	font-size: 10px;
	font-weight: 600;
	line-height: 15px;
}

.card {
	position: relative; /* Ensures status label can be positioned absolutely */
	overflow: hidden; /* Ensures that anything outside the card is hidden */
}

.card-img-top {
	width: 100%;
	height: auto; /* Ensure the image scales properly */
}

.card-body {
	position: relative;
}

.detail_unit td {
	padding: 5px;
}

.btn-primary {
	width: 100%;
}

.label-search{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	/* text-align: right; */
}
.text-terdapat{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 1000;
	line-height: 30px;
	color:#15558F;
}

.text-terdapat-small{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 1000;
	line-height: 30px;
	color:#8C8C8C;
}

.text-form-sewa{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	/* text-align: center; */
	color:#FDFDFD;
	padding-top:5px;
}
.text-filter{
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	;color:#151619
}

.text-form-titip{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	line-height: 22.5px;
	text-align: left;
}
