/*
Theme Name: Raastatravels Theme
Author: Rasna & Upender Full Stack Developer
Description: Raastatravels Responsive Theme
Version: 1.0
License: GNU General Public License v3 or later
*/

*{
	margin:0;
	padding:0;
}
body{
    line-height: 1.5;
	 font-family: Nunito;
}

html, body {
    margin: 0px;
    padding: 0px;
}

.raastatravels-heading{
	font-family: Merriweather;
	font-weight: 900;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	font-family: Merriweather;
	font-weight: 900;
}
.raastatravels_border_bottom {
  position: relative;
  display: inline-block; 
}
.raastatravels_border_bottom::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #004a63;
}

.customize-support {
    margin-top: 32px;
}
.raastatravels-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;	
    width: 100%;
	padding: 0 20px;
}
.raastatravels-logo {
    width: 145px;
    height: auto;
}
.raastatravels-tourism {
    background-color: #004a63;
    padding: 92px 0;
}
.raastatravels-tourism h2, .raastatravels-tourism h3, .raastatravels-tourism p{
	color: #FFFFFF
}
.raastatravels-top-header {
    background-color: #004a63;
    color: #fff;
    padding: 5px 0px;
    height: 40px;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.raastatravels-top-header {
    color: #fff;
}
.mobile-icon:before {
    content: "\f095";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.email_icon:before {
    content: "\f0e0";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.facebook_icon:before {
    content: "\f082";
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
}
.instagram_icon:before {
    content: "\f16d";
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
}
.raastatravels_top_social_menu li a{
   margin-left:-10px;
}
.linkedin_icon:before {
    content: "\f0e1";
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
}
.youtube_icon:before {
    content: "\f167";
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
}
.raastatravels-banner {
    height: 100vh;
    background-position: center center;
}
.raastatravels-service {
	padding: 92px 0;
    background: #f4f1ec;
}
.raastatravels_overlay {
    background-color: rgb(0 0 0 / 37%);
    width: 100%;
    height: 100%;
    position: absolute;
}
/*-------------------------------- Home Page ------------------------------------*/


  /* Floating round button */
    #contactBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 24px;
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1055;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    /* Make backdrop fully black and opaque */
    .modal-backdrop.show {
      background-color: #000 !important;
      opacity: 1 !important;
    }

    /* White and clean form modal */
    .modal-content {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

    .form-label {
      font-weight: 500;
    }

    .modal-header,
    .modal-footer {
      border: none;
    }



.raastatravels-banner {
		height: 100vh;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.raastatravels-heading {
		color:#ffffff;
		 position: relative;
	}
	.service {
		height: 341px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		border-radius: inherit;
		position: relative;
		border-top: 8px solid #888;
		border-bottom: 8px solid #888;
		margin-top: 20px;
	}
	.service_bg {
		background-color: rgb(0 0 0 / 38%);
		height: 326px;
		position: absolute;
		width: 100%;
	}
	.service_heading {
		color: rgba(255, 255, 255, 1);
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		font-style: normal;
		text-transform: capitalize;
		position: absolute;
		left: 0;
		right: 0;
		padding: 10px;
	}
	.service p {
		color: rgba(255, 255, 255, 1);
		line-height: 1.5;
		font-size: 17px;
		text-align: center;
		position: absolute;
		padding: 7px;
		top: 66px;
		display: none;
	}
	.service:hover p {
		display: block;
	}
	.margin-top {
		margin-top: 50px;
	}
	.margin-bottom {
		margin-bottom: 150px;
	}
	.top_right_border img {
		box-shadow: -36px -36px 0px 0 rgb(255 170 6 / 57%)
	}
	.top_left_border img {
		box-shadow: 34px -36px 0px 0 rgb(255 170 6 / 57%);
	}
	.toggle{
		display: none;
	}

/*	
.swiper {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.03);
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-pagination {
  bottom: 10px !important;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #333;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
*/	
	
/*-------------------------------- About Us ------------------------------------*/
.about_second_section{
	padding: 5% 0px;
}

.about_second_section .abt_heading{
	font-size: 38px;
	margin-bottom:1%;
}
.about_second_section .abt_subheading{
	margin-top:1%;
    padding: 0 8%;
    font-size: 20px;
}

.about_second_section hr, .about_detail_section hr, .about_img_second_section hr,  .aboutsection_page_div hr{
	width: 40%;
    margin: 0 auto; 
    border: 1px solid #636b37;
}

.about_detail_section .heading{
	text-align : center;
}

.about_img_second_section{
	padding: 5% 0px 1% 0px;
}

.about_img_second_section .abt_heading{
	font-size: 38px;
	margin-bottom:1%;
	font-weight:700;
}
.about_img_second_section .abt_subheading{
	margin-top:1%;
    padding: 0 8%;
    font-size: 20px;
}
.about_btn{
    background: #ffaa06;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #ffaa06, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #ffaa06, inset -1px -1px 5px #424242;
    transition: all 0.1s;
    color: #fff;
	line-height: 3.5;
    font-weight: bold;
	text-decoration: none;
}
.about_detail_section {
    width: 92%;
}
.about_detail_img{
	width: 96%;
    object-fit: cover;
	border-radius: 4px;
}
.about_detail_section_first{
	margin-left: 4% !important;
	font-size: 18px;
}
.about_detail_section .paragraph{
	font-size: 19px;
	line-height: 1.5;
}

.about_page_img {
    border-radius: 7px;
    box-shadow: 0 16px 20px -12px rgb(0 0 0 / 30%), 0 4px 20px 0 rgb(0 0 0 / 12%);
}

.about_text_section {
    margin: 2% auto;
}
.about_text_section .heading_section {
    font-size: 27px !important;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0;
    width: fit-content;
    margin: auto;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.about_text_section .subheading {
    text-align: center;
	font-size: 22px;
    color: #897f7f;
}
.abt_section_button {
    margin-top: 2%;
}

.about_text_section .abt_btn {
    padding: 10px;
    border: 1px solid #CC0000;
    border-radius: 5px;
    color: #CC0000;
    letter-spacing: 2;
    font-weight: 600;
    background: white;
    transition: color .15s ease-in-out,
	background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.about_images_container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 88.125rem;
}
.multiple_image_Section {
    display: block;
    overflow: hidden;
}
.about_multiple_section_two img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.about_two_images{
	width: 411px;
}
.text_div{
		margin-top: 3%;
		text-align: center;
		font-size: 19px;
		padding: 1% 10%;
}
.aboutsection_page_div .text_div .text{
	padding: 1% 0px;
}
.about_section_page_div {
    position: relative;
    background: #F7F7F7;
    background-image: url('https://raastatravels.com/wp-content/themes/raastatravels/test-img/flower_img.jpg'); 
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}
.text_section {
    position: relative;
    z-index: 2;
    color: #333;
}

.cab-service img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.cab_service_heading {
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    font-family: sans-serif;
}
.cab_service {
    padding: 50px 15px 30px 15px;
    box-shadow: 0 0.125rem 0.25rem #0000001a;
    border-radius: 0.5rem;
    font-family: sans-serif;
    position: relative;
    top: -50px;
    z-index: 1;
}
span.page-numbers.current, a.next.page-numbers, a.prev.page-numbers {
    background: #ffaa06;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #ffaa06, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #ffaa06, inset -1px -1px 5px #424242;
    transition: all 0.1s;
    color: #fff;
    line-height: 3.5;
    font-weight: bold;
}
a.page-numbers {
    background: #ffaa0661;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #ffaa06, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #ffaa0661, inset -1px -1px 5px #424242;
    transition: all 0.1s;
    color: #ffaa06;
    line-height: 3.5;
    font-weight: bold;
    margin: 0px 10px;
    text-decoration: none;
}
.blog-nav {
    display: flex;
    justify-content: center;
}
.blog_img {
    height: 180px;
    width: 100%;
    background: #888;
	border-radius: 10px 10px 0 0;
}

.tour_package_image {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tour_package_div{
    padding: 20px 15px 30px 15px;
    box-shadow: 0 0.125rem 0.25rem #0000001a;
    border-radius: 0.5rem;
    font-family: sans-serif;
    position: relative;
    z-index: 1;
}
.tour_package_heading {
    font-size: 22px;
    font-weight: 700;
    height: 110px;
    padding-bottom: 10px;
    font-family: sans-serif;
}
.anchor_book_now {
    width: 200px;
    margin: auto;
    text-decoration: none;
    font-family: sans-serif;
}
.tourlist_button {
    border: 1px solid #ffaa06;
    color: #ffaa06;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 1.4;
	font-size: 14px;
    font-weight: 700;
    padding: 14px 25px;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.tourlist_button:hover {
    color: white;
    background: #ffaa06;
}
.tour-package-price {
    font-weight: bold;
}


/*-------------------------------- Footer ------------------------------------*/
.raasta-footer {
    background-color: #333; 
    color: #fff;
    padding: 20px 0;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; 
}
.footer-section {
    flex: 1;
    min-width: 200px; 
}
.footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}
.footer-section ul {
    list-style-type: none;
    padding: 0;
}
.footer-section ul li {
    margin: 10px 0;
}
.footer-section a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #222;
}
.footer-bottom p {
    margin: 0;
    font-size: 0.9em;
}
.social-icons {
    display: flex;
    margin-top: 1.5rem; 
    padding-left: 1rem;
}
.icon {
    color: white;
    font-size: 1.5rem; 
    margin-right: 1rem; 
    transition: transform 0.3s;
}
.icon:hover {
    transform: scale(1.1); 
}
.tour-package {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: .3s ease-in-out;
}
.tour-package:hover {
	transform: translateY(-8px);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .15);
}
.tour-price {
    position: relative;
}
span.slider_price {
    position: absolute;
    top: 13px;
    left: 17px;
}
span.slider_price {
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    z-index: 1;
    opacity: .8;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
	box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .15);
}
.raastatravels-single-page {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	position: relative;
}
.raastatravels-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}
.raastatravels-single-post-title {
    z-index: 99999;
    position: relative;
    color: #fff;
	text-align: center;
}
.payment-form {
    box-shadow: 0 0.125rem 0.5rem 0 #0000000f;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
	position: sticky;
	top: 0;
    height: auto;	
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}
.payment-info {
	 padding: 16px 30px;
}
.payment-header {
    padding: 10px;
    text-align: center;
    background: linear-gradient(45deg, #43677c, #bab524);
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.form_btn {
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 8px 30px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}
.form_btn_next {
    background-color: #ffaa06;
}
.form-btn-row {
    margin: 15px 0;
}
.price-header {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: linear-gradient(45deg, #0e9bad, #7bd0d18c);
    color: white;
    padding: 15px;
	text-align: center;
	font-size: 22px;
}
.rastatravels-hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.rastatravels-hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rastatravels-hero-slider .rastatravels-slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.rastatravels-hero-slider .swiper-button-prev,
.rastatravels-hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.rastatravels-hero-slider:hover .swiper-button-prev,
.rastatravels-hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}


.rastatravels-hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.rastatravels-hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.rastatravels-hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.rastatravels-hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.rastatravels-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.rastatravels-hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.rastatravels-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.rastatravels-hero-slider .swiper-pagination-custom,
.rastatravels-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

/*--------------------------------------------------------------
	#rastatravels-hero-style
--------------------------------------------------------------*/
.rastatravels-hero-style {
  height: 650px;
  transition:all .4s ease;
}
.rastatravels-hero-style .rastatravels-slide-title,
.rastatravels-hero-style .rastatravels-slide-text,
.rastatravels-hero-style .slide-btns {
  max-width: 690px;
}

.rastatravels-hero-style .rastatravels-slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}
.rastatravels-hero-style .rastatravels-slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}
.rastatravels-hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
.rastatravels-hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
:after,
:before,
*{
    box-sizing: border-box;
}
.rastatravels-container {
  width:1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.home_subheading{
	text-align:center;
	color:white;
}
.home_subheading h4{
	position:relative;
}
.add_margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.color_text, .dep_info li a {
    color: #ffaa06;
}
.main_title, .package_wrap_title {
    text-align: center;
    margin-bottom: 30px;
}
.package_wrap_title h2 {
    letter-spacing: -1px;
    font-size: 36px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.package_wrap_title p {
    font-weight: 300;
    font-size: 20px;
    color: #777;
}
.tour_blog {
    display: flex;
    align-items: center;
}
.bg_info_img, .tour_blog_style{
		position: relative;
}
.blog_image {
    max-width: 100%;
    height: auto;
}
.blog_image, .tour_blog_style {
    border-radius: 10px;
}
.info_inverse {
    margin-right: -100px;
    margin-left: unset !important;
    z-index: 2;
}
.tour_blog_style .blog_category {
    background-color: #fff;
    color: #ffaa06;
    padding: 18px 44px 16px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 80px;
}
.bg_info_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tour_blog_title {
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
    font-size: 30px;
}
.tour_blog_text {
    font-size: 16px;
    max-width: 475px;
    margin: 0 0 18px;
    color: #505050;
    line-height: 1.625;
}
.inverse {
    flex-direction: row-reverse;
    margin: 60px 0 30px;
}
.category_inverse {
    left: unset !important;
    right: 0;
    border-radius: 10px 0 0 10px !important;
}
.info_inverse {
    margin-right: -100px;
    margin-left: unset;
    z-index: 2;
}
.tour_blog {
    display: flex;
    align-items: center;
}
.inverse {
    flex-direction: row-reverse;
    margin: 60px 0 30px;
}
.tour_blog_style {
    border-radius: 10px;
}
.info_inverse {
    margin-right: -100px;
    margin-left: unset;
    z-index: 2;
}
.bg_info_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tour_blog_text {
    font-size: 16px;
    max-width: 475px;
    margin: 0 0 18px;
    color: #505050;
    line-height: 1.625;
}
.tour_blog_info {
    background-image: url(wp-content/uploads/2024/10/bg_img.png);
    border: 1px solid #f1c8ff;
    background-color: #fff;
    margin-left: -100px;
    padding: 40px;
    max-width: 615px;
    border-radius: 10px;
}
.no_link {
    color: inherit;
    text-decoration: none;
}
.blog_btn, .destination_image span {
    background-color: #ffaa06;
}


/* 2nd */
.package_wrap {
	position:relative;
    top: -45px;
	z-index: 999;
    width: 1200px;
    margin: auto auto -45px;
    padding: 20px 0 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
	
.package_info h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
}
	
.tour_divider {
    background: url('https://d.onstechglobal.com/tour_design_8/assets/images/divider.png') center top no-repeat;
    height: 30px;
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 999;
}
	.main_title, .package_wrap_title {
    text-align: center;
    margin-bottom: 30px;
}
.package_info {
	position:absolute;
    left: 0;
    bottom: 0;
    background: url(../images/shadow_tour.png) left bottom repeat-x;
    width: 100%;
    padding: 25px 15px 15px 20px;
    color: #fff;
    font-size: 13px;
    -webkit-transition: .4s;
}
.image_ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.image_ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0, #79a70a 100%);
    box-shadow: 0 3px 10px -5px #000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: 19px;
    left: -21px;
}
.price_ribbon {
    background-color: #ffaa06;
    position: absolute;
    top: 18px;
    right: 0;
    padding: 7px 8px 3px;
    z-index: 2;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: inline-block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tour_image {
    display: block;
    height: 280px;
    width: 100%;
}
.package_image_container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 0;
}
.tour_list h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    color: #999;
}	
.thumb_img_heading {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.thumb_img_text {
    color: #777;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
 .tour_list ul li div, .tour_maintext, .tour_promo_main {
    vertical-align: middle;
}
.tourimg {
    width: 60px;
    height: 60px;
    overflow: hidden;
    left: 0;
    top: 10px;
	position:absolute;
}
.package_image_container a{
		text-decoration:none;
	}
	.tour_img_wrapper {
    background-color: #000;
    margin: 5px 5px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
		
.tour_list ul {
    margin: 0 0 30px;
    width: 100%;
    padding: 0;
}	
.tour_list ul li {
    position: relative;
    padding: 15px 5px 10px 85px;
    min-height: 80px;
    width: 100%;
    display: table;
    transition: .2s;
    height: 60px;
}	
.blog_btn, .tour_list ul li div, .tour_maintext, .tour_promo_main {
    vertical-align: middle;
}
.no_link {
    color: inherit;
    text-decoration: none;
}
.btn-1, .submit_btn {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #ffaa06;
    cursor: pointer;
    padding: 7px 15px;
    display: inline-block;
    outline: 0;
    font-size: 13px;
    transition: .3s;
    border-radius: 3px;
    font-weight: 500;
}
.package_slider {
    display: flex;
    overflow: hidden;
}


/* Tour Detail page*/

.section_heading {
    padding: 3.75rem 0 1.25rem;
    font-size: 28px;
    font-weight: 700;
    line-height: 2.25rem;
}

.subheads_section {
    font-size: 25px;
    line-height: 2.25rem;
}
.dynamic_data {
    padding-bottom: 2.5rem;
    font-size: 18px;
    line-height: 2.125rem;
    color: #686d72;
}
.tour_heading {
    padding: 3.75rem 0 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.25rem;
}
.tour_img {
    width: 95%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.booking_div label{
	font-weight:600;
}
.booking_div select{
    margin: 3px 0px;
    width: 49%;
    padding: 7px;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.package-includes {
	background-color: #f8f9fa;
	padding: 50px 0;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.package-includes h2 {
	font-size: 32px;
	font-weight: 600;
	color: #343a40;
	margin-bottom: 30px;
	text-align: center;
}
.includes-list {
	list-style-type: none; 
}
.includes-list li {
	font-size: 18px;
	color: #495057;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.includes-list li i {
	color: #28a745; 
	margin-right: 10px;
	font-size: 1.5rem;
}
.pay_now{
    border: 1px solid #ffaa06;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1.4;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}
.tour-package-slide {
  transition: transform 0.5s ease-in-out;
}
.blog_btn {
    position: relative;
    overflow: visible;
    padding: 14px 35px 15px;
    border: none;
    z-index: 1;
}
.blog_btn {
    color: #ffffff;
    background-color: #ffaa06;
    border-color: #ffaa06;
	border-radius: 10px;
}
.blog_btn:before {
	/*background: #f37b04;*/
    border-color: #f37b04;
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
	border-radius: 10px;
}
.blog_btn:after {
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease 0s;
    transform: scale(1.05);
    will-change: transform;
    z-index: -1;
	border-radius: 10px;
}
.blog_btn:hover{
	color: #004a63;
	background-color: transparent;
	border-radius: 10px;
}
.blog_btn:hover::before, .blog_btn:active::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition-duration: .2s;
	border-radius: 10px;
}
.blog_btn::after{
    border-color: #004a63;
}
.blog_btn:hover::after {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-duration: .3s;
    transition-delay: .1s;
	border-radius: 10px;
}
.package-button {
    width: 50%;
    margin: 0 auto;
}
.experiences_section {
    margin: 150px 0;
}
.sailing_section {
	background-color: #ffaa06;
    padding: 4px;
    border-radius: 50px;
}
.sailing_img {
    filter: brightness(0) invert(1);
    border: 3px solid;
    border-radius: 50px;
    padding: 5px;
}
.sailing_info:hover .sailing_section img{
    transform: rotateY(360deg);
}
.sailing_img {
    transition: all .5s ease-in-out;
}
.sailing_info {
    gap: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border-radius: 20px;
    padding: 20px 0px;
}
.sailing_col {
    padding-left: 78px;
}
.sailing_info:hover {
	background-color: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(40, 41, 61, 0.02), 0px 16px 24px rgba(96, 97, 112, 0.12);
}
.experiences_col_img {
	position: relative;
}
.experiences_img {
    border-radius: 24px;
}
.experiences_sub_img {
    width: 100%;
    border-radius: 24px;
}
.experiences_sub_img_section_img {
    position: absolute;
    bottom: -8.4%;
    right: -8.5%;
    width: 300px;
}
.call_section_row {
	background-image: url(https://raastatravels.com/wp-content/uploads/2025/02/call-to-action-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 20px;
	border-radius: 5px;
}
.call_section_row img {
    width: 70px;
}
.call_section_row h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.call_section_row p {
	color: #fff;
	margin: 0;
}
.explore_destination_section {
	background-color: #efefee;
	position: relative;
	margin: auto;
    border-radius: 60px;
    z-index: 2;
	padding: 120px 0;
    overflow: hidden;
	color: #555555;
}
.destination-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background-color: #efefee;
    -webkit-mask-image: url(../raastatravels/test-img/shape.svg);
    mask-image: url(../raastatravels/test-img/shape.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
}
.destination-mockup {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.destination-mockup {
    display: block;
    z-index: -1;
    width: 50%;
    height: 100%;
}
.destination-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0px 60px 60px 0;
}
.destination-section {
    padding: 120px 0px;
}
/* Responsive styles qq*/
@media (max-width: 1200px) {
    .package_wrap {
        width: 100vw;
    }
}
@media (max-width: 1199px) {
  .rastatravels-hero-style .rastatravels-slide-title h2 {
    font-size: 75px;
  }
  .tour_blog_title {
        font-size: 20px;
    }
}
	
@media (max-width: 991px) {
  .rastatravels-hero-slider {
    height: 600px;
  }
  .rastatravels-hero-style .rastatravels-slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
  .tour_blog {
        display: block;
    }
	.tour_blog_info {
        margin: 30px 0 0;
        max-width: 100%;
    }
}
@media (max-width: 990px) {
	.top_right_border img, .top_left_border img {
    	box-shadow: -1px -9px 10px 1px rgb(255 170 6 / 57%);
	}
	.toggle{
		display: block;
		margin-right: 18px;
	}
	.button_open_toggle, .button_close_toggle {
	  background: transparent;
	  border: 0px;
	}
	.button_open_toggle span, .button_close_toggle span {
	  font-size: 38px;
		color: #000000;
	}
	.service p {
		display: block;
	}
}
@media screen and (max-width :900px) {
	.experiences_sub_img_section_img {
		bottom: -49.4%;
	}
}
@media only screen and (max-device-width: 768px) {	
	.raastatravels_overlay {
		height: 35%;
	}
	 .raastatravels-banner {
        height: 35vh !important;
    }
	.about_img_second_section .abt_heading {
		font-size: 36px;
		font-weight:700;
		margin-top: 15px;
	}
	.about_img_text .heading{
		font-size: 30px !important;
	}
	.about_img_text p{
		font-size: 20px;
	}
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        text-align: center;
        margin: 15px 0; 
    }
    .footer-section h3 {
        font-size: 1.1em;
    }
    .footer-bottom {
        padding: 15px 0; 
    }
	 .social-icons {
        justify-content: center; 
        padding-left: 0; 
    }
    .icon {
        font-size: 1.rem; 
        margin-right: 0.5rem; 
    }
	
	.about_choose .heading{
		font-size: 26px !important;
	}
	
	.about_choose p{
		font-size: 20px !important;
	}
	
	.choose_section .abt_heading{
		font-size: 30px !important;
	}
	
}
@media (max-width: 767px) {
  .rastatravels-hero-slider {
    height: 500px;
  }
  .rastatravels-hero-style .rastatravels-slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
  .rastatravels-hero-style .rastatravels-slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
	.experiences_sub_img_section_img {
        position: unset;
        margin-top: 20px;
        width: 77vw;
        bottom: unset;
    }
	    .sailing_section {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
	.sailing_col {
        text-align: center;
    }
	.sailing_col {
        padding: 30px 50px;
    }
	.experiences_col_img {
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
	.experiences_section {
        margin: 100px 0;
    }
}

@media screen and (min-width: 992px) {
  .rastatravels-hero-style .rastatravels-container {
    padding-top: 95px;
  }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}