body:not(.single) .hentry:not(:last-child) {
border-bottom: 1px solid var(--p-shadow)	
}

body:not(.dark-mode) input[type="button"], body:not(.dark-mode) input[type="reset"], body:not(.dark-mode) [type="submit"]:not(.header-search-form button), .wp-block-button > .slider-button, .wp-block-button .wp-block-button__link, .prespa-featured-products-wrapper .button {
	background-color: transparent;
}

body:not(.dark-mode) input[type="button"]:hover, 
body:not(.dark-mode) input[type="reset"]:hover, 
body:not(.dark-mode) [type="submit"]:not(.header-search-form button):hover, 
.wp-block-button > .slider-button:hover, 
.wp-block-button .wp-block-button__link:hover, 
.prespa-featured-products-wrapper .button:hover {
    border-color: #b51b37 !important; 
}

/* Flexbox container for rows */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form {
	display: flex;
	flex-direction: column;
}

/* Flex item for form fields */
.form-field {
    flex: 1 1 45%; /* Each field takes up 45% of the row */
    min-width: 200px; /* Ensures a minimum width for smaller screens */
}

/* Full-width form fields */
.full-width {
    flex: 1 1 100%; /* Full width for message and submit fields */
}

/* Styling for form-control fields */
.form-control {
    width: 100%; /* Make inputs take up the full width of their container */
}

/* Adjust margins and padding */
label {
    display: block;
    margin-bottom: 4px;
}

/* Ensure button takes full width */
button, .btn-primary {
    width: 100%; /* Make button take the full width of its container */

}

body.dark-mode .has-white-background-color strong{
	color: #000000;
}

/* Reset and base styles */
#sp-ea-946.sp-easy-accordion {
    max-width: 100%;
    font-family: inherit;
}

/* Accordion container */
#sp-ea-946.sp-easy-accordion > .sp-ea-single {
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    margin-bottom: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Header styles */
#sp-ea-946.sp-easy-accordion > .sp-ea-single > .ea-header a {
    padding: 15px 20px;
    color: #000000 !important;
    font-size: 16px;  /* Increased from 16px */
    font-weight: 600;  /* Increased from 500 */
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: transparent;
    text-transform: uppercase;  /* Added for more distinction */
    letter-spacing: 0.5px;  /* Added for better readability */
}

/* Icon styles */
#sp-ea-946.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
    margin-right: 12px;
    font-size: 16px;  /* Slightly larger icon */
    color: #000000 !important;
    transition: transform 0.3s ease;
    order: -1;
}

/* Content area */
#sp-ea-946.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
    padding: 15px 20px;
    color: rgba(0, 0, 0, 0.6) !important;  /* Slightly more transparent */
    font-size: 15px;
    font-weight: 400;  /* Added normal weight */
    line-height: 1.6;
    background: transparent;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0.2px;  /* Slight letter spacing for better readability */
}

/* Hover states */
#sp-ea-946.sp-easy-accordion > .sp-ea-single:hover {
    border-color: rgba(0, 0, 0, 0.5);
}

/* Active accordion item */
#sp-ea-946.sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header {
    background: transparent;
}

/* Animation for content */
#sp-ea-946 .spcollapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

/* Remove any background colors from the plugin's default styling */
#sp-ea-946.sp-easy-accordion > .sp-ea-single,
#sp-ea-946.sp-easy-accordion > .sp-ea-single > .ea-header,
#sp-ea-946.sp-easy-accordion > .sp-ea-single > .ea-header a,
#sp-ea-946.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
    background: transparent !important;
}

.wp-block-column .wp-container-core-group-is-layout-8 p {
	width: 400px;
}

/* Contact Us button Styles */

input.wpcf7-submit.btn-primary {
    background-color: black !important; /* White background */
    color: white; /* Dark text color */
    border: 2px solid #333; /* Dark border to match the text */
    padding: 30px; /* Adjust padding if needed */
    font-size: 16px; /* Adjust font size if needed */
    font-weight: bold; /* Optional: makes the text bold */
    cursor: pointer; /* Cursor pointer on hover */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

input.wpcf7-submit.btn-primary:hover {
    background-color: #b51b37 !important; /* Dark background on hover */
    color: white; /* White text on hover */
}

.faq-section {
		display: grid !important;
		grid-template-columns: 1fr 2fr !important;
	width: 100% !important;
	margin: auto !important;
		padding: 2rem !important;
	}

.ea-card {
	width: 100% !important;
	min-width: 100% !important;
}

.why-book-us {
	display: grid !important;
	grid-template-columns: 50% 50%;
}

.why-book-us img {
	min-height: 35rem !important;
	object-fit: cover;
	object-position: right;
}


@media (max-width: 1024px) {
	
	.why-book-us img {
	min-height: auto !important;
	object-fit: cover;
	object-position: center;
}
	
	.why-book-us {
		display: flex !important;
		flex-direction: column-reverse;
	}
	
	.why-book-us .wp-block-column{
		padding-left: 0rem !important;
		padding-right: 0rem !important;
		text-align: center;
	}
	
	.why-book-us .wp-block-column p{
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	
	.social-media-row {
		display: flex;
		flex-direction: column;
		gap: 1rem !important;
	}
	
	.articles-row {
		width: 90vw;
	}
	
	.social-media-card {
		padding: 1rem;
		width: 90vw;
		border: 0.1px solid black;
	}
	
  .cta-spacer {
		width: 1rem !important;
		height: 1rem !important;
		display: none;
  }
	
	.cta-row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.cta-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.adventures-title-row {
		display: flex;
		flex-direction: column;
	}
	
	.adventures-title-row h1{
		text-align: center !important;
	}
	
	.adventures-title-row .has-text-align-left{
		text-align: center !important;
	}
	
	.adventures-title-row strong{
		text-align: center !important;
	}

	
	.faq-section {
		display: flex !important;
		flex-direction: column !important;
		padding-top: 4rem !important;
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}
	
	.wp-block-heading string {
	text-align: center !important;
	}
	
	.vision-container  {
		padding: 0 !important;
	}
	.vision-text {
		padding: 0 !important;
	}
	
	.vision-title {
		text-align: center
	}
	
	.past-adventures-title {
	  width: 100% !important;
  }

	.adventures-title-row {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap;
		}
	
	.adventures-text {
		max-width: 100% !important;
		text-align: center;
	}
}

/* Slider */
/* Ensure the slider container is positioned relatively */
.gs-containeer {
    position: relative;
}

/* Style the navigation buttons */
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Allow clicks to pass through to the slider */
}

.owl-prev,
.owl-next {
    pointer-events: all; /* Enable clicks on the buttons */
    background-color: #000824; /* Semi-transparent background */
    color: white; /* White arrow color */
    border: none;
    padding: 20px; /* Increased padding for larger buttons */
    font-size: 30px; /* Larger font size for arrows */
    cursor: pointer;
    border-radius: 50%;
    width: 60px; /* Larger button size */
    height: 60px; /* Larger button size */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #000824; /* Darker background on hover */
    transform: scale(1.1); /* Slightly enlarge on hover */
}

.owl-prev {
    margin-left: 20px; /* Adjust position */
}

.owl-next {
    margin-right: 20px; /* Adjust position */
}

/* Replace "Previous" and "Next" text with arrow icons */
.owl-prev span,
.owl-next span {
    display: none; /* Hide the default text */
}

.owl-prev::before {
    content: "←"; /* Left arrow Unicode */
}

.owl-next::before {
    content: "→"; /* Right arrow Unicode */
}

/* Hide the bottom pagination circles */
.owl-dots {
    display: none;
}

/* Change text color inside the slider to white */
.gs-member-name a,
.gs-member-desig {
    color: #000824 !important;
}

/* Ensure the slider content is visible on a black background */
.gs_team.slider {
    padding: 20px;
    border-radius: 10px;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
	background: #000824 !important;
}

.search-icon {
	display: none !important;
}

.gs-member-name a{
	font-size: 1.4rem !important;
}

.gs-member-desig {
	color: grey !important;
}

.ngg-gallery-thumbnail {
    position: relative;
    display: inline-block;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ngg-gallery-thumbnail img {
    display: block;
    width: 18rem !important;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.ngg-gallery-thumbnail span {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	max-width: 100% !important;
 /* Match exact image width */
    font-size: 14px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ngg-gallery-thumbnail:hover span {
    opacity: 1;
    transform: translateY(0);
}

.adventures-title-row {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
}

.adventures-title-row iframe {
	display: flex !important;
	min-width: 50vw !important;
}

.adventures-text {
	max-width: 80%;
}

.footer-row {
	display: flex !important;
	align-items: center;
	justify-content: space-between !important;
}

.footer-widget-1 {
	width: 100% !important;
}

.footer-row div{
	max-width: max-content !important;
}