.video-preview {
	overflow: hidden;
}

.video-list {
	
}

.video-list.all {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 30px;
}

.video-list.all .video-item {
	width: 48%;
}

.video-list.all .video-item.first {
	width: 100%;
}

.video-list.all .video-item  a {
	align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.video-list.all .video-thumb, .video-list.all .video-title {
	width: 100%;
}
.video-list.all .video-title {
	padding-left: 0;
}

.video-list .video-item {
	margin-bottom: 10px;
}

.video-list .video-item a {
	display: flex;
    align-items: center;
}

.video-list .video-item .active {
	
}

.video-list .video-thumb {
	width: 40%;
}

.video-list .video-thumb img {
	border-radius: 5px;
}

.video-list .video-title {
	padding-left: 20px;
	width: 60%;
}

.video-list .video-title strong {
	display: block
}

.video-list .video-title span {
	display: block;
    margin-top: 10px;
    color: #7DB49A;
    font-size: 80%;
    font-weight: bold;
}

/* Hide the popup overlay by default */
.popup-overlay {
    display: none; /* Or use opacity/visibility for transitions */
	position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999999; /* Make sure it's on top */
}

/* Show the overlay when the 'show' class is added */
.popup-overlay.show {
    display: flex; /* Or block/grid, use flex to center content */
    align-items: center;
    justify-content: center;
}

/* Style the content inside the popup */
.popup-content {
    background: white;
    padding: 40px;
    border-radius: 8px;
	width: 80%;
    height: 80vh;
    max-width: 80%;
    max-height: 80vh;
    overflow-y: auto;
	position: relative;
}

.popup-content .video-js {
	width: 100%;
    height: 100%;
}

.close-video {
	position: absolute;
    top: 10px;
    right: 20px;
    font-weight: bold;
}

/*news*/
.news-list {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 30px;
}

.news-list .news-item {
	width: 32%;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 20px;
}

.news-list.news-page .news-item {
	width: 49%;
}

.news-list.news-page  .news-item.first { 
	width: 100%;
}

.news-list .news-thumb {
	
}

.news-list .news-thumb img {
	border-radius: 5px;
	width: 100%;
}

.news-list .news-title {
	
}

.news-list span.view-details {
	display: block;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
	margin: 10px 0px 0px 10px;
}

span.view-details .et-pb-icon {
	font-size: 100%;
    color: #23FF80;
    font-weight: bold;
}

.news-label {
	color: #1deb74;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 120%;
}

.news-details {
	display: flex;
    margin-top: 20px;
}

.news-details .date-time {
	margin-top: auto;
	color: #7DB49A;
    font-size: 80%;
    font-weight: bold;
}

.news-details .link-details {
	margin-left: auto;
}

.news-details .link-details .view-details {
	margin: 0;
}

.news-details .link-details a {
background: #23ff80;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 7px;
}

.news-details .link-details a .et-pb-icon {
	color: #000;
}

/*golf instructors*/
#home_golf_instructors .instructor-list {
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#home_golf_instructors .instructor-list .instructor-item {
	display: flex;
    gap: 30px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}

#home_golf_instructors .instructor-item .instructor-thumb {
	width: 140px;
}

#home_golf_instructors .instructor-item .instructor-info {
	align-self: center;
}

#home_golf_instructors .instructor-item .instructor-info .instructor-name {
	font-weight: bold;
}
#home_golf_instructors .instructor-item .instructor-info .instructor-position {
	font-weight: bold;
	color: #23ff80;
	text-transform: uppercase;
	margin: 10px 0;
}
#home_golf_instructors .instructor-item .instructor-info .instructor-contact a {
	color: #7DB49A;
    font-size: 80%;
    font-weight: bold;
}

#home_golf_instructors .instructor-item img {
	height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
}

#home_golf_instructors .instructor-item .instructor-more {
	margin-left: auto;
	align-self: center;
}

.phone-info {
	margin-right: 20px;
}

.et-pb-icon.phone, .et-pb-icon.email {
	font-size: 14px;
}
.et-pb-icon.phone::before {
	content: "\e090";
}

.et-pb-icon.email::before {
	content: "\e010";
}
/*various*/

.various-list {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 20px;
}

.various-list .various-item {
	width: 32%;
    position: relative;
	min-height: 150px;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
}

.various-list .various-item .various-title {
	font-weight: bold;
	min-height: 40px;
    margin-top: 20px;
}

.various-list .various-item .various-desc {
	
}

.various-list .various-item .various-details {
	text-align: right;
	font-weight: bold;
}

.various-list .various-item .various-icon img {
	max-height: 60px;
}

.view-all {
	display: flex;
    column-gap: 20px;
    margin-bottom: 30px;
}

.view-all .left-text {
	font-size: 250%;
    font-weight: bold;
}

.view-all .line {
	border-bottom: 2px solid #23FF80;
    flex: 1;
}

.view-all .right-text {
	margin-left: auto;
	font-weight: 700;
}

.view-all .right-text .greater {
	color: #23FF80;
}


/*mobile view*/
@media (max-width: 767px) {
	.news-list {
		flex-direction: column;
		row-gap: 30px;
	}
	
	.news-list .news-item, .news-list.news-page .news-item {
		width: 100%;
	}
	
	#home_golf_instructors .instructor-list {
		flex-direction: column;
	}
	
	#home_golf_instructors .instructor-list .instructor-item {
		width: 100%;
	}
	
	.various-list .various-item {
		width: 100%;
	}
	
	.video-list.all .video-item {
		width: 100%;
	}
	
	#home_golf_instructors .instructor-list .instructor-item {
		gap: 10px;
	}
	
	.phone-info {
		display: block;
	}
}
/*end mobile view*/