/* Theme Name: Priory Concept */
.slider1 .item {
	padding-left: 16px;
  	padding-right: 16px;
}

@media (min-width: 992px) {
  .box2 .post .figure1 img {
  	min-height: 318px;
  }
}

.pagination .page-item:first-child .page-link {
	border-radius: 0;
}

.pagination .page-item:last-child .page-link {
	border-radius: 0;
}

@media (max-width: 767px) {
  .slider5 {
  	padding-right: 50px;
  }
}

.find-us .figure1 img { 
	min-height: 400px;
}

.box4 h3 {
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box4 .content p {
  font-size: 0.8125rem;
  line-height: 1.7;
}

.two-column-section .figure1 img {
	height: 594px;
}

@media (max-width: 991px) {
	.two-column-section .figure1 img {
		height: 450px;
	}
}

@media (max-width: 767px) {
	.two-column-section .figure1 img {
		height: 300px;
	}
}




/* Apply list styling only when section has a list */
.section.has-list ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.section.has-list ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
	line-height: 1.6;
}

/* Base bullet */
.section.has-list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* White background → Gold bullets */
.section.has-list ul li::before {
	background-image: url('assets/images/asset1.svg');
}

/* Gold background → White bullets */
.section.bg-secondary.has-list ul li::before {
	background-image: url('assets/images/aaset1-white.svg');
}

/* Blue background → Gold bullets */
.section.bg-primary.has-list ul li::before {
	background-image: url('assets/images/asset1.svg');
}


.box3 .absolute-content {
width: 100%;
}
a.box3 {display: block; } 