/*!
Theme Name: Clara Nepal
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Clara Nepal
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clara_nepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Clara Nepal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*own css*/
.scrolled.awake .btn.btn-primary.py-3.px-4.mt-3 {
   margin-top: 0.5rem !important; 
}
.overlay_slideer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.search__wrapper {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  z-index: 9;
}
.search__inner {
  position: relative;
}
.s__box {
  position: relative;
}
input.form-control, .form-select, textarea.form-control, select.form-control, .form-select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  height: 50px;
  font-size: 0.875rem !important;
  padding: 10px;
  width: 100%;
}
.custom-btn {
  position: relative;
  background-color: #2b4184 !important;
  border-radius: 2px !important;
  outline: none;
  border: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 8px 24px !important;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  width: 100%;
  height: 100%;
  line-height: 2.2 !important;
}
.scrolled.awake .custom-logo-link img {
  width: 120px !important;
  height: 65px;
}
.testimonials {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.accordion > .card {
  overflow: hidden;
  padding: 0 !important;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f107";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f106"; 
}
.footer__new {
  position: relative;
  background: url(https://claranepal.com/wp-content/uploads/2025/01/footer-bg-scaled.jpg);
    background-size: auto;
  background-size: cover;
}
.position-relative {
  position: relative !important;
  z-index: 2;
}
.pt-20 {
  padding-top: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.tripdetails-cards {
  position: relative;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 2px rgba(11, 60, 93, .4), 0 -1px 2px rgba(11, 60, 93, .04);
}
.img__260 img {
	height: 300px;
  	object-fit: cover;
  	width: 100%;
}
.mt-30 {
	margin-top: 30px;
}
.cardholder {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 12px;
  text-align: center;
}
.cardholder h4{
	font-size: 14px;
}