/*
Theme Name: Nepaloutdoor
Theme URI:
Author: Nepal Outdoor Expeditions
Author URI: https://nepaloutdoorexpeditions.com/
Description: Nepaloutdoor emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nepaloutdoor
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.logo a img {
    width: 125px;
}

.top-bar-content {
    display: flex;
    align-items: center;
}

a.social-link.tiktok {
    background: #000;
}

.approved {
    padding-bottom: 50px !important;
}

.approved-logo {
    width: 50px !important;
}

.form-group textarea {
    width: 100%;
}

.form-group select {
    width: 100%;
}

.form-group input {
    width: 100%;
}

.inc-card ul li,.exc-card ul li {
    position: relative;
}
.inc-card ul li,.exc-card ul li{
	margin-left:15px;
}

.inc-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0791be;
    font-weight: 700;
    margin-left: -15px;
}
.exc-card ul li::before {
    content: '×';
    position: absolute;
    left: 0;
    color: #FF0000;
    font-weight: 700;
    margin-left: -15px;
    font-size: 20px;
    margin-top: -4px;
}

p.about-subtitle {
    font-style: italic;
}
.carousel-wrapper {
        padding: 0 !important;
        overflow: visible !important;
		display:none;
		
    }
	.carousel-wrapper.active{
		display:block;
	}
.region-carousel {
    padding-bottom: 20px;
}
.container{
	width:90% !important;
	max-width:90% !important;
	
}
.experience-content h3 a{
	color:#0791be;
}
section.about-story {
    margin-top: 40px;
    margin-bottom: 40px;
}
section.map-section {
    padding-top: 40px;
}
.blog-content-wrapper a {
    color: #0791be;
}
.content-section a:hover,.blog-content-wrapper a:hover {
    text-decoration: underline;
}

.footer-img img {
    width: 100%;
    height: 120px;
}
a.facebook i {
    color: #1877F2;
}
a.twitter i {
    color: #000;
}
a.instagram i{
	color:#ee2a7b;
}
a.youtube i{
	color:#FF0000;
}
a.linkedin i {
    color: #0077B5;
}


.slider {
  position: relative;
  width: 96%;
  border-radius: 20px;
  margin:0px auto;
  margin-bottom:30px;
	margin-top:30px;
}
.slider::before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    border-radius: 20px;
}

.slides {
  position: relative;
  height: 550px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner-content-wrapper {
    position: absolute;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding:15px 20px;
}
.banner-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.banner-content h1 {
    font-size: 44px;
    color: white;
}
.banner-content p{
	color:white;
	font-size:16px;
}
span.orange-text{
	color:#f56960;
}
/* buttons */
.banner-action-buttons {
    margin-top: 30px;
    display: flex;
    column-gap: 15px;
    flex-direction: row;
}
.banner-action-buttons .prev,.banner-action-buttons .next {
    background:#f56960;
    color: white;
    border: none;
    font-size:16px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 11;
    width: 50px;
    height: 50px;
}


@media(max-width:1300px){
	.banner-content-wrapper{
		width:75%;
	}
}
@media(max-width:1024px){
	.banner-content-wrapper{
		width:100%;
	}
}
@media(max-width:767px){
	.banner-content h1 {
		font-size: 32px;
	}
	.banner-content p {
		font-size: 14px;
	}
	.slides {
	  height: 450px;
	}
}


/* dots */

.dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background: white;
}
.footer-img {
    z-index: 11;
    position: relative;
}
.social-links a {
    background: #fff !important;
}
a.social-link.tiktok i {
    color: #000 !important;
}
.page-content{
	padding:30px 0px;
}
.page-content p{
	font-size:15px;
	color:#666;
	line-height:30px;
}
.page-content ul {
    line-height: 30px;
    margin-left: 15px;
}

/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
}

/* Show state */
.popup-overlay.active {
  display: flex;
}

/* Popup box */
.popup-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  text-align: center;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  animation: popupFadeIn 0.25s ease;
}

/* Success icon circle */
.popup-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

/* Title */
.popup-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #111827;
}

/* Message */
.popup-message {
  font-size: 15px;
  color: #6b7280;
  margin: 0 0 1.75rem;
  line-height: 1.6;
}

/* Button */
.popup-btn {
  background: #111827;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s ease;
}

.popup-btn:hover {
  background: #374151;
}
.wpcf7-response-output {
    display: none !important;
}
.wpcf7-spinner {
    left: calc(100% - 50% - 24px);
}
span.page-numbers.dots {
    display: none;
}
.google-review{
	margin-bottom:60px;
}
/* Animation */
@keyframes popupFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Responsive — small phones */
@media (max-width: 500px) {
  .popup-box {
    padding: 2rem 1.25rem;
    border-radius: 10px;
  }
  .popup-title {
    font-size: 18px;
  }
  .google-review {
    margin-bottom: 30px;
  }
	
}