.bannerimg {
	padding: 50px 0;
	color: #fff;
	text-align: center;
	background: 
	url('https://www.estuariesholidays.com/public/uploads/breadcrumbs/banner.png') 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;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	color: #333;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

/* Contact Page Styles */
.contact-page-section {
	padding: 50px 20px;
}
.alert-success { background-color: #d4edda; color: #155724; }
.alert-error { background-color: #f8d7da; color: #721c24; }
.contact-form input,
.contact-form textarea {
	width: 100% !important;              /* Ensures inputs take full width */
	padding: 10px 15px !important;       /* Adds padding inside the input/textarea */
	font-size: 20px !important;          /* Ensures the font is readable */
	border: 1px solid #ddd !important;   /* Light border for the input fields */
	border-radius: 5px !important;       /* Rounds the corners slightly */
	transition: border-color 0.3s ease-in-out !important; /* Smooth transition for focus effect */
	box-sizing: border-box !important;   /* Prevents padding from affecting overall width */
}
.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #007bff !important; /* Changes border color when focused */
	outline: none !important;         /* Removes the default blue outline */
}

.form-column, .info-column {
	flex: 1 1 calc(50% - 20px);
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.form-header h2 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #333;
}

.form-header p {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 15px 15px; /* Left padding added */
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	background-color: #f9f9f9;
}

.contact-form textarea {
	min-height: 150px;
	resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #999 !important;
	font-size: 14px;
	font-style: italic;
}

.contact-form .submit-btn {
	background-color: #3498db;
	color: #fff;
	padding: 15px 30px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.contact-form .submit-btn:hover {
	background-color: #2980b9;
}


.info-container {
	display: block; /* Ensure vertical flow */
	margin-top: 20px;
}

.info-card {
	display: inline-grid !important;
	margin-right: 20px; /* Add spacing between sections */
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.info-container {
	background-color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
}

.info-container h2 {
	font-size: 32px;
	color: #007bff;
	margin-bottom: 20px;
	text-align: center;
}

.getintouch {
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
}

.getintouch i {
	font-size: 30px;
	color: #007bff;
	margin-bottom: 10px;
}

.getintouch p {
	font-size: 16px;
	margin: 5px 0;
}

.getintouch a {
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

.getintouch:hover {
	background-color: #f0f8ff;
	transform: scale(1.05);
}

.social-icons a {
	margin: 0 5px;
	font-size: 20px;
	color: #007bff;
	text-decoration: none;
	transition: color 0.3s;
}

.social-icons a:hover {
	color: #0056b3;
}

/* Form Styles */
.form-container {
	background-color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
}

.form-header {
	text-align: center;
	margin-bottom: 20px;
}

.form-header h2 {
	font-size: 28px;
	color: #007bff;
	margin-bottom: 10px;
}

.form-header p {
	font-size: 16px;
	color: #555;
}

.contact-form .form-group {
	margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: border-color 0.3s ease-in-out;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #007bff;
	outline: none;
}

.contact-form textarea {
	resize: none;
	height: 120px;
}

.contact-form .submit-btn {
	background-color: #007bff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	padding: 10px 30px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.contact-form .submit-btn:hover {
	background-color: #0056b3;
}

.contact-form .text-center {
	text-align: center;
}
.fa:hover {
	color: #007bff !important;
}
@media (max-width: 768px) {
	.getintouch {
		margin-bottom: 20px;
	}

	.social-icons a {
		font-size: 18px;
	}

	.form-header h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.form-column, .info-column {
		flex: 1 1 100%;
	}
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
	padding-left: 10px;
	color: #aaa;
}


.carousel-caption {
  	text-align: left; 
  	right: auto;
  	font-size: 36px;                                                      
}   
.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 */
  }
  .contact-bottom {
    flex: 1 !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
  }  
}
@media(max-height: 768px) { 
  .custom-carousel-img {
      max-height: 100vh; /* Further adjust height for extra small devices */
  }
}

