/*Text Color*/
/*.text-white{color: white;}*/

/*Background Color*/
.custom-text {
    color: #fff!important;
    background-color: #808080ab;
    padding: 5%;
}


.home-box-height{
    position: relative;
	height: 450px;
}
.text-height{
	height: 52%;
}
/*
.floating-read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #007bff;
    color: yellow;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}*/

.welcome-read-more {
    position: absolute;
    bottom: 20%;
    right: 0;
    /*background-color: #007bff;*/
    /*color: yellow;*/
    padding: 10px 15px;
    border-radius: 5px;
    /*text-decoration: none;*/
    transition: background-color 0.3s;
}

.offer-read-more {
    position: absolute;
    bottom: 22%;
    left: 0;
    /*background-color: #007bff;*/
    /*color: yellow;*/
    padding: 10px 15px;
    border-radius: 5px;
    /*text-decoration: none;*/
    transition: background-color 0.3s;
}

.cmmnt-left-read-more {
    position: absolute;
    bottom: 57%;
    right: 0;
    /*background-color: #007bff;*/
    /*color: yellow;*/
    padding: 10px 15px;
    border-radius: 5px;
    /*text-decoration: none;*/
    transition: background-color 0.3s;
}

.cmmnt-right-read-more {
    position: absolute;
    bottom: 1%;
    left: 0;
    /*background-color: #007bff;*/
    /*color: yellow;*/
    padding: 10px 15px;
    border-radius: 5px;
    /*text-decoration: none;*/
    transition: background-color 0.3s;
}

.floating-read-more:hover {
    /*background-color: #0056b3;*/
}

.cmmnt-text-height{
	height: 18%;
}

.empty-box{
	padding: 3%;
}

.cursor-pointer{
	cursor: pointer;
}


/* ------------- (Social Share)  -------------*/
#social-links {}
#social-links ul {list-style: none;}
#social-links ul li {
    display: inline-block;
    font-size: 20px;        
    margin-right: 4%;   
}
/*#social-links ul li:first-child {
    margin-left: 0; 
}*/
/* ------------- (End: Social Share)  -------------*/

/* ------------- About (SUSTAINABLE BELIEF)  -------------*/
.belief-image {
  border-radius: 10%;
  height: 300px;
  width: 300px;
  object-fit: cover; /* Ensure the image fills the container */
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  height: 250px;
  width: 250px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-content {
  padding: 20px;
}

.overlay-content p{
  cursor: pointer;
}

.section-header-underline {
  width: 100px;
  height: 3px;
  background-color: #000;
  margin: 10px auto;
}
/* ------------- End: About (SUSTAINABLE BELIEF)  -------------*/

/* -------------  Home (Video)  -------------*/
.video-container.latest {
    position: relative;
    width: 100%;
    height: 250px; /* Fixed height for the video container */
    overflow: hidden;
}
.modal .video-container {
    height: 250px; /* Fixed height for video containers within modals */
}
.video-container {
    position: relative;
    width: 100%;
    height: 450px; /* Fixed height for the video container */
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
}
/* ------------- End: Home (Video)  -------------*/


/* ######### Responsive ######### */
@media only screen and (max-width: 576px) {
	.offer-read-more {
	  bottom: 15%;
	}
	.empty-box {
		padding: 5%;
	}
	.mb{
		margin-bottom: 10%;
	}
	.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: -25% !important;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}
}
/* ######### End Responsive ######### */



