.w-100 {
    width: 100%;
}
.white-font{
    color: #fff;
}
.info-text{
    font-size: 25px;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
   position: absolute;
   top:35%;
   width: 100%;
}
.info-text .first_info{
    display: inline-block;
   
    width:100%
}
section {
    scroll-margin-top: 120px; /* Offset so section headings don't hide under sticky navbars */
  }
.Sedan-sec{
  background-color: #FFE500;
  text-align: left;
  color:#000;
  font-size: 18px;
  padding: 20px 0px;
}
.first-back-img-sec{
    background-image: url("../images/modhera_back.png");
    background-size: 100%;
    background-position: center;
    min-height: 400px;
    padding:30px 0px;
    position: relative;
    background-repeat: no-repeat;
}

.ambaji-back-img.first-back-img-sec{
background-image: url("../images/ambaji_back.png");
}
.first-back-img-sec h1{
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding: 0px 10px;
}
.price-demo{
    position: absolute;
    background-color: red;
    border-radius: 40px 40px 0px 0px;
    bottom: 0px;
    right: 0px;
    color: #fff;
    padding:20px;
}
.st_from{
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
}
.st-price{
    font-weight: 500;
    display: inline-block;
    font-size: 22px;
}
.package-sec{
    
    background-color: rgb(232 231 231);
    padding: 30px 0px;
}
.package {
    width: 100%;
    background-color:#fff;
    border-radius:10px;
    color: #000;
    position: relative;
}
.package .title{
color: #2D602F;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.package  h6{

    background: linear-gradient(250deg, #ffe600b9, #FFE500);
    padding: 12px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #2D602F;
    margin-bottom: 0px;
    font-size: 22px;

}

.package-cs-img img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}
.reasons-low-cs-data{
    padding:15px;
}



.Schedules{
    padding:30px 0px;
}
.good-to-know{
    padding:30px 0px;
    background-color:#FFE500 ;
    color: #000;
}
.good-to-know h1{
    color: #000 !important;
}
 .about-package h1{
    color: #fff !important;
}
.good-know-ul li{
    margin-bottom: 10px;
}
.good-know-ul li ul li{
    margin-bottom: 5px;
}
.about-package{
    padding:30px 0px;
    background-color:#2D602F ;
    color: #fff;
}
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
  }
  
  .testimonial-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .testimonial-heading span {
    font-size: 1.2rem;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .testimonial-heading h1 {
    font-size: 2rem;
    margin-top: 10px;
    color: #222;
  }
  
  /* Container for boxes */
  .testimonial-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; /* Makes all boxes same height */
    gap: 30px;
    width: 100%;
    max-width: 1200px;
  }
  
  /* Each testimonial */
  .testimonial-box {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 45%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
   
    border-radius: 8px;
  }
  
  /* Top section */
  .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}

.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
.row-test {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.col-test {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; /* Means flex: 1 1 0 */
    padding: 1em;
    margin: 15px;
    
}
.menu-sec{
    padding: 10px;
    width: 100%;
    display: flex;
    background-color: #2D602F !important;
    color: #fff;
    font-size: 18px;
    border:1px solid #2D602F;
}

.menu-sec:focus{
    outline: none;
}
 .circle{
    width: 30px;
    height: 30px; 
    box-shadow: 0 0 0 4px #fff inset;   
    transition:  0.5s ease;
    border-radius: 50%;
    position: absolute !important;
    right:24px;
    cursor: pointer;
}
.close{    
    transform:rotate(135deg);
    background: #2980b9;    
    box-shadow: 0 0 0 40px #fff inset;
    transition:  0.5s ease;
    opacity: 1;
}
.close:hover{
    opacity: 1;
}
.line1,.line2{
    width: 3px;
    background: #fff;
    position: relative;
    border-radius: 2px;
    transition:0.35s ease-in;
}
.line1{
    left: 14px;
    top: 6px;
    height: 17px;
}
.line2 {
    transform: rotate(90deg);
    top: -11px;
    transition: 0.35s;
    height: 17px;
    left: 14px;
}

.close .line2{
   
    background: #2D602F;
    transition:0.35s;    
    border-radius: 2px;
}
.close .line1{
 
    background: #2D602F;
    transition:0.35s;

    border-radius: 2px;
}
.circle{
    position: relative;
    display: block;
    z-index: 1;
}
.text{
    width: 100%;
    height: auto;
    background: #2D602F;
    position: relative;
     z-index: 0;
    transform:scale(0);
    transition:  transform 0.6s,ease-in;
    padding: 10px ;
    font-size: 18px;
    color: #fff;
    border-top:2px solid #FFE500;
}
.text a{
color: #fff;
font-size: 15px;
display: block;
width: 100%;
}
.text a:hover{
    text-decoration: underline;
}
 .visible{
    transform:scale(1.0);
    transition:  transform 0.6s, ease-in;
}
.scroll-link.active {
    font-weight: bold;
    color: #2D602F;
    text-decoration: underline;
  }
  #sub-navbar{
    display: none; 
    position: sticky; 
    top: 68px; 
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-top:1px solid #2D602F;
  }

.xs-block{
    display: none;
}
.green-btn-txt{
    background-color:#25D366;
    padding:10px 15px;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    width: max-content;

}
.green-btn-txt:hover , .green-btn-txt:focus ,.green-btn-txt:active{

    background-color: #25D366;
    color: #fff;
    
}
.green-btn-txt .fa{
    font-size: 30px;
}
.inq-set{
    display: inline-block;
    margin-left: 8px;
}

/* Jaisalmer page css start */

.Jaisalmer-back-img.first-back-img-sec{
background-image: url("../images/Jaisalmer_back.png");
}

.js-data{
    font-size: 40px;
}
.hotel-hayyat-img img{
    border-radius: 10px;
    -webkit-box-shadow: 5px 2px 15px -1px #000000; 
box-shadow: 5px 2px 15px -1px #000000
}
.finance_main{
	padding:15px;
	background-image: url(../images/section-back-img.png);
    background-size: 100% 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	border-bottom: 4px solid transparent;
	border-bottom: 4px solid #066b8b;
	width: 100%;
    
	
}

.fiance-img-icon{

	background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	padding:5px;
	width: 55px;
	height:55px;

}

/* Make row a flex container */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

/* Let each column be a flex column and grow equally */
.equal-height-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Equal height content box inside each column */
.equal-box {
  padding:15px;
  background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	border-bottom: 4px solid transparent;
	border-bottom: 4px solid #FFE500;
	width: 100%;

  flex: 1; /* ensures equal height */
  color: #404040 !important;
  margin-bottom: 15px;
  margin-top: 10px;
}

.fiance-img-icon{
margin-bottom: 20px;
}
.train-ticket-price{
    padding:30px 0px;
    background-color:#fff ;
    color: #000;
}
.card-refinance {
	padding: 2.5rem 2rem;
	border-radius: 10px;
	background-color: #fff !important;
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	position: relative;
	transform-style: preserve-3d;
	overflow: hidden;
  }
  .card-refinance::before,
  .card-refinance::after {
	content: '';
	position: absolute;
	z-index: -1;
  }
  .card-refinance::before {
	width: 100%;
	height: 100%;
	border: 1px solid #FFE500;
	border-radius: 10px;
	top: -.7rem;
	left: -.7rem;
  }
.card-refinance::after {
    height: 13rem;
    width: 13rem;
    background: linear-gradient(45deg, #67b53e, #2a5f70);
    top: -8rem;
    right: -8rem;
    box-shadow: 2rem 6rem 0 -3rem #FFF;
}
  .card-refinance h6{
	margin-left: 10px;
  }
  .card-refinance::after
{
  border-radius: 50%;
}

 .equal-box.card-refinance{
	border-bottom: 0px !important;
  }
  .ah-data{
    font-size: 18px;
  }
  .black-font{
    color: #000;
  }
  .attr-box{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    padding:15px;
    border-radius: 10px;
    margin:10px;
  }
    .attr-box img{
         border-radius: 10px;
    }
    .In_j{
        margin-right: 40px;
    }
    .hotel-col {
  display: flex;
  flex-direction: column;
}
    .hotel_set{
        background-color: #fff;
        border-radius: 10px !important;
        max-width: 80%;
        margin:0 auto;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        position: relative;
        flex: 1;
         display: flex;
        flex-direction: column;
    

    }
    .hotel_set img{
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    .Hayat-p{
        color: #000;
        font-weight: bold;
        padding:10px;
         
    }
    .star-set{
       position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px; /* adjust size as needed */
    }


    .hotel-description{
        margin-bottom: 60px;
        color: #000;
        padding:20px;   
        flex-grow: 1;

    }
    .Inclusions_Exclusions_sec{
     background-color: #fff;
    }
/* media query */
@media (max-width: 1200px) {
.heading {
    font-size: 35px;
    line-height: normal;

}

h1{
    font-size: 22px;
    line-height: normal;
}
.first-back-img-sec h1{
   font-size: 40px;
}
.info-text {
    font-size: 22px;
}
}
@media (max-width: 991px) {
    .heading {
        font-size: 30px;
        line-height: normal;
    
    }
    
    h1{
        font-size: 20px;
        line-height: normal;
    }
    .first-back-img-sec h1{
       font-size: 35px;
    }
    .info-text {
        font-size: 20px;
    }
     
    .hotel_set{
		max-width: 100% !important;
	}
    .sm-none{
        display: none !important;
    }
    .sm-set{
        margin-left: 0px !important;
    }
    .sm-mb-0{
        margin-bottom: 0px !important;
    }

    }
 @media (max-width: 767px) {
    .heading {
        font-size: 25px;
        line-height: normal;
    
    }
    
    h1{
        font-size: 18px;
        line-height: normal;
    }
    .first-back-img-sec h1{
       font-size: 25px;
    }
    .info-text {
        font-size: 16px;
    }
    .st_from{
        font-size: 16px;
    }
    .st-price{
        font-size: 20px;
    }
    .product{
        max-width: 85%;
        width:85% !important;
    }
        .testimonial-box {
          flex: 1 1 100%; /* Stack on small screens */
        }
        #sub-navbar{
            top:-2px;
        }
        .first-back-img-sec{
           background-size: cover !important;
           min-height: 250px;
        }
        
        .xs-none{
            display: none;
        }
      
        .xs-block{
            display: block;
        }
        .mobile-back-title{
            padding:10px 15px;
            font-size: 30px;
            margin-bottom: 0px;
        }
        .mobile-price-demo {
            background-color: red;
            padding:10px 15px;
            color: #fff;
            text-align: center;
            
        }
        .package p:last-child{
            margin-bottom: 5px !important;
        }
        .package h6{
            font-size: 20px;
        }
        .box-top{
            display: block !important;
        }
        .reviews{
            margin-top: 10px;
        }
        .page-menubar li{
         
             width: 100% !important;
        }

      }

@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}


