/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.page-content a {
	text-decoration: none !important;
}

main#content {
	overflow: hidden;
}
footer#site-footer {
/* 	display: none; */
	padding: 0;
}

header#site-header {
	position: fixed;
	z-index: 2;    
    width: 100%;
    background: rgb(0 26 48 / 85%);
	backdrop-filter: blur(32px);
	-webkit-backdrop-filter: blur(32px);
	top: 0;
}

header#site-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: .2;
  	background: linear-gradient(to right, #000000, #FFFFFF, #000000);
}

header#site-header .site-navigation-dropdown ul.menu li a {
	background-color: #001A30;
	border-color: #001A30;
	color: #ffffff;
	padding: 12px 20px;
}

header#site-header .site-navigation-dropdown ul.menu li:hover a {
	color: #F25511;
}

header#site-header .site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #F25511;
	font-weight: 600;
}

header#site-header .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	box-shadow: none;
}

header#site-header .site-navigation-toggle-holder .site-navigation-toggle {
	background: transparent;
}

#menu-main .current-menu-item > a,
#menu-main .current_page_item > a {
  color: #F25511;
  font-weight: 700;
}

#menu-main li.menu-item:hover a {
	color: #F25511;
}

@media (max-width: 1025px) {
	header#site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	header#site-header .elementor-button-wrapper {
		display: none;
	}
	.site-navigation-toggle-holder {
		padding: 0 !important;
	}
}
 


.elementor-button.custom-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 84px;
	max-width: 480px;
	height: 48px;
	padding: 0 20px;
	background-color: #F25511;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0px 4px 34px rgba(255, 255, 255, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elementor-button.custom-cta:hover {
	background-color: #FFFFFF;
  	color: #F25511;
  	transform: translateY(-2px);
  	box-shadow: 0px 6px 40px rgba(255, 255, 255, 0.25);
}

.elementor-widget-text-editor p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

#destination-posts .page-numbers {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#expedition-details p {
	margin: 0;
}


/* Scroll to Top Button */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: #f05423; /* your orange */
    cursor: pointer;
    display: none; /* hidden at top */
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollTopBtn svg {
    width: 26px;
    height: 26px;
}

#scrollTopBtn:hover {
    transform: scale(1.1);
    background: #d94314; /* darker orange on hover */
}

@media (max-width: 767px) {
  	#scrollTopBtn {
   	 	width: 50px;
    	height: 50px;
  	}
}



/* Search Form */
.custom-search-field {	
	height: 100%;
	background: #1A2633;
	border: 1px solid #334D66;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	padding: 20px;
	width: 100%;
	height: 60px;
	outline: none;
}

.custom-search-field::placeholder {
  color: #ffffff;
}

input.custom-search-field:hover, input.custom-search-field:focus {
    border-color: #F25511 !important;
}

.custom-search-submit {
	position: absolute;
	right: 20px;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.custom-search-submit svg {
	width: 19px;
	height: 19px;
	margin-top: 8px;
	fill: white;
}
/* End of Search Form */

/* Recent Posts */
#recent-posts .pp-post.pp-grid-item {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 20px;
}

#recent-posts .pp-post-thumbnail-wrap {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

#recent-posts .pp-post-thumbnail-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#recent-posts .pp-post-content-wrap {
	align-content: center;
}

#recent-posts h5 {
	margin: 0;
}

#recent-posts .pp-post-title {
	width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* End of Recent Posts */

/* Categories */
.elementor-widget-wp-widget-categories .elementor-widget-container h5 {
	display: none;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 10px;
}

.elementor-widget-wp-widget-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-wp-widget-categories ul li {
	position: relative;
	padding: 10px 0 10px 25px;
	border-bottom: 1px dashed #aaa;
	font-size: 20px;
}

.elementor-widget-wp-widget-categories ul li:last-child {
	border-bottom: none;
}

.elementor-widget-wp-widget-categories ul li a {
	color: #fff;
	text-decoration: none;
}

.elementor-widget-wp-widget-categories ul li a:hover {
  color: #F25511;
}

.elementor-widget-wp-widget-categories ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #F25511;
	font-size: 23px;
	line-height: 1;
}

/* End of Categories */


/* Current post assigned categories */
.post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.category-pill {
	display: inline-block;
	padding: 0 16px;
	background-color: #ff6600;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.category-pill:hover {
	background-color: #001A30;
    color: #fff;
}
/* End of Current post assigned categories */

/* WP Blockquote Styles */
/* General blockquote styling */
.wp-block-quote {
	background-color: #0f2233; /* dark navy background */
	border-left: 4px solid #ff6600; /* orange bar */
	padding: 20px 25px;
	margin: 20px 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	border-radius: 2px;
	position: relative;
}

/* Paragraph inside */
.wp-block-quote p {
	margin: 0 0 10px 0;
	font-weight: 600; /* bold like in design */
}

/* Cite (author) */
.wp-block-quote cite,
.wp-block-quote p:last-child {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #cccccc;
	margin-top: 10px;
	font-weight: 400;
}

/* End of WP Blockquote Styles */

/* Accordion */
.e-n-accordion-item .e-flex.e-con-boxed.e-con.e-child {
	margin-top: -7px
}
/* End of Accordion Styles */