/* Color scheme */

/*-------- 3.1 Preloader --------*/
[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #e40000;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
/*-------- 1.2 Buttons --------*/
	a.button_intro_2,
	.button_intro_2 {
		background: #e40000;
	}
	a.button_intro_2:hover,
	.button_intro_2:hover {
		color: #e40000 !important;
	}
	a.btn_full,
	.btn_full {
		background: #e40000;
	}
	a.btn_full:hover,
	.btn_full:hover {
		background: #333;
	}
	a.btn_1,
	.btn_1 {
		background: #e40000;
	}
	a.btn_1:hover,
	.btn_1:hover {
		background: #333;
	}
	a.btn_1_outline,
	.btn_1_outline {
		color: #e40000;
		border: 2px solid #e40000;
	}
	a.btn_1_outline:hover,
	.btn_1_outline:hover {
		background: #333;
		border: 2px solid #333;
		color: #fff;
	}
	/*General links color*/
	a {
		color: #e40000;
	}
	a:hover,
	a:focus {
		color: #333;
	}

.mt-2{
	margin-top: 10px;
	padding: 0 0 0 30px;
}

.mt-5{
	margin-top: 30px;
}

.pb-30{
	padding-bottom: 30px;
}

.pb-20{
	padding-bottom: 20px;
}

.tab-pane {
    padding-top: 0px!important;
}

.title-min-height{ 
    //min-height: 54px;
}

.WidgetBackground__Content-sc-1ho7q3r-2 a{
	//display: none;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.tour-thumbnails-unique {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.tour-thumbnail-unique {
    margin: 0 0 30px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-thumbnail-unique:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.thumbnail-image {
    position: relative;
}

.thumbnail-image img {
    width: 100%;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sameday-badge {
    position: absolute;
    top: 10px;
    right: 0px;
    background: #ffffff;
    color: #000;
    padding: 5px 10px;
    border-radius: 25px 0px 0px 25px;
    font-size: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.thumbnail-content {
    padding: 20px;
}

.features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background: #ededed;
    padding: 10px 20px;
    border-radius: 25px;
}

.feature-item {
    font-family: 'verdana';
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #070707;
}

.feature-item i {
    font-size: 1.2em;
    margin-right: 5px;
    color: #4f4f4f;
}

.rating {
    color: #ffd700;
    font-size: 1.1em;
    //margin-bottom: 10px;
}

.rating i {
    margin-right: 2px;
    transition: transform 0.3s ease;
}

.rating i:hover {
    transform: scale(1.2);
    color: #ff9f00;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 500;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

button {
    border: none;
    border-radius: 23px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-weight: 500;
}

button i {
    font-size: 1.2em;
}

.read-more {
    background: linear-gradient(45deg, #e40000, #ff0000);
    color: #fff;
}

.read-more:hover {
    background: linear-gradient(45deg, #ff0000, #e40000);
    transform: scale(1.05);
}

.assist-book {
    background: linear-gradient(45deg, #25d366, #1ebc5a);
    color: #fff;
}

.assist-book:hover {
    background: linear-gradient(45deg, #1ebc5a, #25d366);
    transform: scale(1.05);
}

#trip-card {
            //background: #fff;
            //border-radius: 10px;
            //box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            //padding: 20px;
            //width: 260px;
        }

#trip-icon {
            font-size: 60px;
            color: #25D366;
            margin-bottom: 15px;
        }

#trip-content h2 {
            font-size: 20px;
            color: #4A4A4A;
            margin: 0;
        }

#trip-content p {
            font-size: 16px;
            color: #9B9B9B;
            margin: 5px 0 20px;
        }

#phone-button {
            display: inline-block;
            background: #25D366;
            color: #fff;
            padding: 10px 25px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }

#phone-button i {
            margin-right: 10px;
            font-size: 20px;
        }

/*============================================================================================*/
/* MENU */
/*============================================================================================*/

	ul#tools_top li a.search-overlay-menu-btn:hover {
		color: #e40000;
	}
	/*First level styles */			
	.main-menu > ul > li:hover > a {background-color:#e40000;}

.button-wrapper {
 display: flex;
    justify-content: center;
    align-items: center; 
    font-family: sans-serif;
}

.button-container {
    text-align: center;
}

.whatsapp-button {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 26px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;https://wa.me/917351557731
}

.whatsapp-button i {
    margin-right: 10px;
    font-size: 30px;
}

.whatsapp-button:hover {
    background-color: #22b358;
	color: lightgreen!important;
}

.enquiry-form-container {
            background: #fff;
            padding: 30px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            width: 90%;
            max-width: 800px;
        }
        .enquiry-form-tabs {
            display: flex;
            cursor: pointer;
            margin-bottom: 20px;
        }
        .enquiry-form-tabs div {
            flex: 1;
            padding: 15px;
            text-align: center;
            background: #e0e0e0;
            border-radius: 10px 10px 0 0;
            margin-right: 5px;
            transition: background 0.3s, color 0.3s;
        }
        .enquiry-form-tabs div:hover {
            background: #d0d0d0;
        }
        .enquiry-form-tabs .active {
            background: #333;
            color: #fff;
        }
        .enquiry-form-tab-content {
            display: none;
            padding: 20px;
            border-top: 2px solid #333;
        }
        .enquiry-form-tab-content.active {
            display: block;
        }
        .enquiry-form-group {
            margin-bottom: 15px;
        }
        .enquiry-form-group label {
            display: block;
            margin-bottom: 5px;
            color: #333;
        }
        .enquiry-form-group input, .enquiry-form-group textarea, .enquiry-form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
        }
        .enquiry-form-group textarea {
            resize: none;
            height: 100px;
        }
        .enquiry-form-group button {
            width: 100%;
            padding: 10px;
            border: none;
            background: #d9534f;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s;
        }
        .enquiry-form-group button:hover {
            background: #c9302c;
        }

.new-whatsapp-button {
            position: fixed;
            bottom: 20px;
            left: 20px;
            z-index: 1000;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #25D366;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            color: white;
            font-size: 35px;
            text-decoration: none;
        }

        .slider {
            position: relative;
            width: 100%;
            //max-width: 800px;
            margin: auto;
            overflow: hidden;
        }

        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            box-sizing: border-box;
            position: relative;
        }

        .slide img {
            width: 100%;
            vertical-align: top;
        }

        .slide-text {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            //background: rgba(0, 0, 0, 0.5);
            padding: 20px;
            border-radius: 5px;
            text-align: center;
            font-size: 24px; /* Increased font size */
            width: 80%; /* Adjusted width to fit better */
        }

        .slider-nav {
            position: absolute;
            top: 60%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .slider-nav button {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 30px;
}

        .slider-nav button:hover {
            background: rgba(0, 0, 0, 0.8);
        }

@media only screen and (min-width: 992px) {
 
	/* Submenu style*/
	.main-menu ul ul li:hover > a {background-color:#f9f9f9;color:#e40000;}
	/* Megamenu */
	.main-menu ul li.megamenu .menu-wrapper {border-top: 2px solid #e40000;}
}

@media only screen and (max-width: 991px) {
	
	.slider-nav {
            top: 50%;
	}
	
	.slide-text {
		top:50%;
        }
	
	.slide-text h3 {
		font-size: 20px;
        }
	
	#logo_home h1 a {
    width: 120px;
    height: auto;
	}
	
	#header_menu{background:#e40000 url(../img/pattern_3.png) repeat;}
	.main-menu ul li a:hover,
	a.show-submenu:hover,
	a.show-submenu:focus,
	a.show-submenu-mega:hover,
	a.show-submenu-mega:focus{color:#e40000 !important;background-color:#f9f9f9;}	
}
/*============================================================================================*/
/* end MENU */
/*============================================================================================*/

	h2 span,
	h3 span,
	h4 span,
	h5 span,
	h6 span {
		//color:#ff3366;
		color:#ff0000;
	}
	#top_line {
		background: #e40000;
		//background: #e40000 url(../img/pattern_3.png) repeat;
	}
	
	#tickets.table tr.total_row {
		color: #e40000;
	}
	
	#tickets.table td input#total {
		color: #e40000;
	}
	
	.indent_title_in i {
		color: #e40000;
	}
	
	.bloglist ul li a:hover,
	.bloglist h4 a:hover {
		color: #e40000;
	}
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #e40000;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover {
		background-color: #e40000 !important;
		border-color: #e40000 !important;
		color: #ffffff !important;
	}
	.list_tours ul li a .price_list {
	color: #ff3366;
	}
	.list_tours ul li a .price_list:hover {
		color: #ff3366;
	}
	.short_info strong {
		background-color: #ff3366;
	}
	.price_grid {
		background-color: #e40000;
	}
	.banner {
		background: #e40000 url(../img/pattern_3.png) repeat;
	}
	.panel-title a .indicator {
		color: #e40000;
	}
	.box_style_2 h3{
		background-color:#e40000;
	}
	.box_style_2 h3 span{
	color: #FF9;
}


/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
