/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.4.1752916722
Updated: 2025-07-19 09:18:42

*/
 
.destination-carsole .elementor-widget-n-carousel .e-n-carousel {
    display: flex;
    min-width: 0;
    overflow: hidden;
}
.destination-carsole .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .destination-carsole .swiper:not(.swiper-initialized)>.swiper-wrapper { 
    overflow: visible;
	gap: 0;
}
.f-fact-carousel .elementor-widget-n-carousel .e-n-carousel {
    display: flex;
    min-width: 0;
    overflow: hidden;
}
.f-fact-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .destination-carsole .swiper:not(.swiper-initialized)>.swiper-wrapper { 
    overflow: visible;
	gap: 0;
}
.destination-slider .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .destination-slider .swiper:not(.swiper-initialized)>.swiper-wrapper { 
    overflow: visible;
	gap: 0;
}
body .home-slider  { 
    overflow: hidden; 
}
.destination-carsole .elementor-swiper-button.elementor-swiper-button-prev,.destination-carsole .elementor-swiper-button.elementor-swiper-button-next {
    width: 40px;
	position:absolute;
	margin:0 auto;
	left:80px;
	right:80px;
	bottom:30px;
}
.f-fact-carousel .elementor-swiper-button.elementor-swiper-button-prev,.f-fact-carousel .elementor-swiper-button.elementor-swiper-button-next {
    width: 40px;
	position:absolute;
	margin:0 auto;
}
body .full-btn .elementor-button {
	width:100% ;
}
.booking-form p label br{
	display:none;
}
body .booking-form .ekit-wid-con .ekit-form form input[type=submit] { 
    background: #d12081;
	width:100%;
}


/*****************poup css start**************/

.booking-custom-form input[type="text"],
.booking-custom-form input[type="email"],
.booking-custom-form input[type="tel"],
.booking-custom-form input[type="date"],
.booking-custom-form input[type="number"],
.booking-custom-form textarea {
  width: 100%;
  padding: 14px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom:16px;
  box-sizing: border-box;
  font-family: inherit;
}

.booking-row p {
  display: flex;
  gap: 20px;
  justify-content:space-between;
}
.booking-row .wpcf7-form-control-wrap {
    width: 50%;
}
.booking-row input {
  flex: 1;
}
.booking-custom-form p{
	margin:0;
}
.booking-custom-form textarea {
  resize: vertical;
  min-height: 80px;
}

.booking-custom-form button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: #ffd600 ;
  color: black;
  font-weight: bold;
  border: none;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.ays_content_box {
    padding: 0 20px;
}
.booking-custom-form input[type="submit"]:hover {
  background: #e6c200;
	color:#ffffff;
}
/******************* poup css end ************/