body, h1, h2, h3, p, ul, li, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Arial', sans-serif;
	line-height: 1.6;
	color: #333;
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #007bff;
	transition: color 0.3s ease;
}

a:hover {
	color: #0056b3;
}

.bannerimg {
	padding: 50px 0;
	color: #fff;
	text-align: center;
	background: 
	url('https://www.estuariesholidays.com/public/uploads/breadcrumbs/images-(1).jpg') no-repeat center center/cover;
}

.bannerimg h2 {
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bannerimg ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 0;
}

.bannerimg ul li {
	display: inline-block;
}

.bannerimg ul li a {
	color: #fff;
	font-size: 14px;
}

.sidebar-page-container {
	padding: 50px 0;
	background-size: cover;
	background-attachment: fixed;
}

.content-side {
	margin-bottom: 30px;
}

.blog-detail {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 20px;
	overflow: hidden;
}

.blog-detail .image-box {
	margin-bottom: 20px;
}

.blog-detail .image-box img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.blog-detail h3 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #333;
}

.blog-detail p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
}

.blog-detail .news-block-two .caption-box p {
	position: relative;
	font-size: 21px;
	line-height: 30px;
	color: #121111;
	font-weight: 400;
	margin-bottom: 30px;
}

.col-lg-12 img {
	object-fit: cover;
	border-radius: 10px;
} 

.carousel-caption{
	right: unset !important;
}
.custom-carousel-img {
  width: 100%;        /* Makes the image fit the screen width */
  height: auto;       /* Adjusts height automatically based on width */
  object-fit: cover;  /* Ensures the image covers the container proportionally */
  max-height: 70vh;  /* Prevents the image from becoming too tall */
  top: 10vh;
  margin-top:0vh;
}
@media(max-width: 2000px) {
  .custom-carousel-img {
      max-height: 70vh; /* Further adjust height for extra small devices */
  }
}
@media(max-width: 1800px) { 
  .custom-carousel-img {
      max-height: 70vh; /* Further adjust height for extra small devices */
      /*transform: scale(0.8);*/
  }
    
}
@media(max-width: 1291px) {  
  .custom-carousel-img {
      max-height: 70vh; /* Further adjust height for extra small devices */
  }
    
}
@media (max-width: 991px) { 
  .custom-carousel-img {
      max-height: 70vh; /* Further adjust height for extra small devices */
  }
   
}
@media (max-width: 768px) { 
  	.custom-carousel-img {
      	max-height: 60vh; /* Adjust height for smaller devices */
  	}
} 
/* Very small devices (phones) */
@media (max-width: 480px) { 
  	.custom-carousel-img {
      	max-height: 80vh; /* Further adjust height for extra small devices */
  	}

	.carousel-caption{
		top:5%;
		bottom:unset;
		left: 8%;
	}
	.custom-carousel-caption{
		font-size: 1.9rem !important;
	}
}
/* Very small devices (phones) */
@media (max-width: 370px) {  
	.custom-carousel-caption{
		font-size: 1.5rem !important;
	}
}
/* Very small devices (phones) */
@media (max-width: 320px) {  
	.custom-carousel-caption{
		font-size: 1.2rem !important;
	}
}
@media(max-height: 768px) { 
  .custom-carousel-img {
      max-height: 100vh; /* Further adjust height for extra small devices */
  } 
}

