/**
 * Theme Name:     Twenty Twenty-One Child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   twenty-twenty-one-child
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.navbar-toggler {
    background-color: #000;
    border-radius: 6px;
}

.navbar-toggler:hover {
    background-color: #222;
}

.nav-btn {
    background: #1C75BC;
    border: none;
    padding: 8px 15px;

}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav {
  height: 100%;
}

.nav-item {
  height: 100%;
}

.nav-link{
    color: black;
}

.nav-link:hover  {
    color: red;
}

.nav-item button:hover a {
  color: red;
}


.call-btn {
  height: 100%;
  background: #1f78c1;   
  border: none;
  border-radius: 0;
  padding: 20px 28px;
  display: flex;
  align-items: center;
}

.call-btn a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}


.nav-item {
    list-style: none;
    font-size: 15px;
    line-height: 100%;
    white-space:nowrap;
   
}
.navbar-toggler {
  /* border: none; */
  padding: 20px 20px;
}

.navbar-toggler-icon {
  background-image: none; 
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: relative;
  /* transition: all 0.3s ease; */
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* WHEN OPEN (X) */
.navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler.active .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler.active .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}


/*================== DELHI ANYWAER  ========================*/

.sec-pad {
    padding: 60px 0px;
}

/* Hero Section Styles */
.hero-section {
    /* Using hero-bg.png. If it is transparent or just pattern, we add a red fallback */
    /* background-color: #D61F36; */
    background-image: url("assets/image/group.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
/*     min-height: 70vh; */
	min-height:850px;
    width: 100%;
}

 .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* background: url('../images/group.png') no-repeat left center; */
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
} 


.text-delhi {
    font-weight: 700;
    font-size: 60px;
    line-height: 67px;
    font-family:Poppins;
}

.delhi-para-text{
   font-size: 18px;
   line-height: 24px;
   font-family: Poppins;
}
.booking-btn {
    font-weight: 600;
    font-size: 16px;
    background: #1C75BC;
    padding: 13px 28px;
    border-radius: 12px;
    border: none;
    color: white;
	display:flex;
	justify-content:center;
	align-items:center;
}

/* Contact Card Styles */
.contact-card{
   background: linear-gradient(180deg, #FFFFFF 0%, #E4DDDD 100%);
    border-radius: 12px;
    padding: 45px 30px;
    max-width: 470px;
    width: 100%;
/*     box-shadow: 0 20px 40px rgba(0,0,0,0.25); */
    position: relative;
    z-index: 3;
   box-shadow: 4px 10px 20px 0px #0000001A;

}

.touch-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    color: #111;
}

.custom-input {
    background: #ffffff;
    border: 1px solid #eee;
    /* Very light border */
    border-radius: 8px;
    padding: 15px 15px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
   margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.form-group {
  position: relative;
  /* margin-bottom: 10px; */
}

.text-success{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 25px;
    
}

.error {
  display: block;
/*   height: 14px; */
  font-size: 15px;
  color: red;
  margin-top: 0px;
/*   margin-bottom: 20px; */
}


.form-control,
.custom-input,
textarea,
input {
/* 	border:1px solid #E5E5E5; */
}

input.form-control:focus,
textarea.form-control:focus,
.custom-input:focus {
  background-color: #fff !important;
  border: 1px solid #E5E5E5 !important; 
  outline: none !important;
  box-shadow: none !important;
}
.custom-input::placeholder {
    color: #666;
    opacity: 0.8;
}

/* Ensure textarea matches styling */
textarea.custom-input {
    resize: none;
    height: 100px;
   
}

.submit-btn {
    background: #1C75BC;
    border-radius: 8px;
    color: white;
    padding: 20px 0;
    
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.form-card{
    position: relative;
    z-index: 3;
}

.one-group,
.two-group{
    position: absolute;
    bottom: 30px;
    z-index: 1;
    
}
.one-group{
    left: 37%;
}

.two-group{
    right: 0;
	
}

.hero-section .container{
    position: relative;
    z-index: 2;
}

/* Why Indian Cabs is Different From Other Cabs in Delhi? */

.text-indian-cab {
    font-size: 37px;
    line-height: 38px;
    font-weight: 700;
    font-family:Poppins;
}

.text-para-cabs {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400px;
    font-family:Poppins;
}

.indian-cab-bottom {
    margin-bottom: 125px;
}

.img-circle-wrapper {
    position: relative;
    width: 420px;
    height: 420px;
    border: 3px solid #CF213C;
    border-radius: 50%;
    padding: 7px;
}

/* RED CIRCLE */
.red-img-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* MAN IMAGE */
.men-img {
    position: absolute;
    bottom: -91px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.card1 {
    background: linear-gradient(to bottom, #ffffff 0%, #FFE8E8 100%);
    padding: 0px 15px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    height: 260px;
/*     display: flex;
    align-items: center;
    justify-content: center; */
    padding: 25px 12px;
}

.text-hiddn {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Poppins;
}
.text-para-hidden {
    font-size: 16px;
    line-height: 25px;
    font-family:Poppins; 
	margin-bottom:0px;
}

.img-hideen {
    height: 50px;
    width: 50px;
    background-color: #CF213C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.text-para-garahic{
    font-family: Poppins;
}

/*===============================Indian Cabs Reliable Taxi Services For Every Need =================================== */

.indian-cabs-color {
    background-color: #CF213C;
}

.indian-cabss-text {
    font-size: 60px;
    line-height: 60px;
    font-family: Poppins;
}

.reliable-text-para {
    font-size: 30px;
    line-height: 60px;
    font-family: Poppins;
}

.indian-texi-services {
    margin-bottom: 50px;
}

.text-local-city {
    font-size: 22px;
    line-height: 40px;
    font-family:Poppins; 
    margin-bottom: 0px; 
}

.text-local-city-para {
    font-size: 16px;
    line-height: 23px;
    font-family:Poppins;  
    margin-bottom: 0px;
}
.card-ind{
    height: 555px;
/*     display: flex; */
/*     justify-content: center; */
	
}
/* Our Fleet – From Budget Rides To Luxury Comfort */


.our-fleet{
    margin-bottom: 90px;
}


.text-our-fleet {
    font-size: 37px;
    line-height: 38px;
    font-weight: 700;
    font-family:Poppins;
}

.text-para-garahic{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #101010;
    font-family:Poppins;
}
.frist-card-car {
    position: relative;
    background: #CF213C;
    min-height: 560px;
    min-width: 440px;
    overflow: visible;
}

.myswiper {
    overflow: hidden;
    position: relative;
   
}

.fleet-detail-item{
    border-bottom: 1px solid #EE2444;
    padding: 2px 0px;
}


.swiper-slide-active {
    z-index: 10;
}
.fleet-card {
    background-color: #CF213C;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    color: white;
    position: relative;
    min-height: 440px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 550px;
    margin-bottom: 120px;
}

.fleet-card h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family:Poppins;
}

.fleet-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.fleet-detail-item:last-child {
    border-bottom: none;
}

.fleet-detail-label {
    color: #f0f0f0;
}

.fleet-detail-value {
    color: #fff;
    font-weight: 600;
}


.fleet-image-container img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}



/* default hidden */
.booking-btn-container {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 20;
    pointer-events: none;
}

/* 🔥 ACTIVE (CENTER) SLIDE PE SHOW */
.swiper-slide-active .booking-btn-container {
    opacity: 1;
    bottom: -0px;
    pointer-events: auto;
}
.swiper-slide-active .booking-btn-container {
    opacity: 2;
    pointer-events: auto;
}

.fleet-booking-btn {
    background: #1C75BC;
    color: white;
    border: none;
    padding: 14px 60px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(28, 117, 188, 0.3);
    transition: all 0.3s es;
}


.swiper-pagination{
    
    opacity: 0;
}

/* Custom Navigation Buttons */
.fleet-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s;
    border: 1px solid #CF213C
}

/* .fleet-nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
} */

.fleet-prev-btn {
    left: 27%;

}

.fleet-prev-btn img {
    margin-right: 2px;
}


.fleet-nav-btn.fleet-next-btn {
    left: 69.3%;

}

.fleet-nav-btn.fleet-next-btn img {
    margin-left: 2px;
}



.car-img-fortuner {
    position: absolute;
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 100%;
    z-index: 20;
}

/* ========================================
   Split Screen Booking Section
   ======================================== */

.split-container {
    display: flex;
    width: 100%;
    min-height: 600px;
    position: relative;
    gap: 3px;
}

/* Each Side */
.split-side {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right-color: #CF213C;
}

/* Political Campaign Side - Left */
.political-side {
    background-image: url('assets/image/cabs-group.png');
    background-color: #2c3e50;

}

/* Corporate People Side - Right */
.corporate-side {
    background-image: url('assets/image/political-cab.png');
    background-color: #34495e;
}

/* Dark Overlay for Better Text Readability */
.split-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000A3;
    transition: all 0.4s ease;
    z-index: 1;
}

.split-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 40px;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

/* Title Styling */
.split-title {
    font-size: 40px;
    font-family:Poppins;  
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}

/* Booking Now Button */
.booking-now-btn {
    background: #CF213C;
    color: #ffffff;
    font-size: 18px;
    font-family:Poppins;  
    font-weight: 600;
    padding: 16px 48px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/*Popular Routes We Serve Daily*/

.popular-card{
	padding-top:40px;
	padding-bottom:25px;
}

/* .popular-routes-section{
  padding: 40px 0;
} */

/* Background container */
.popular-bg {
    background-image: url("assets/image/back-ground-serve-daliy.jpg");
    background-size: cover;
    /* 🔥 important */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-bottom: 100px;
    position: relative;
}

/* White card box */
.popular-card-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-top: 30px;
    margin: 15px
}

/* Text */
.popular-text {
    font-size: 37px;
    font-family:Poppins;  
    line-height: 38px;
    font-weight: 700;
}

.text-para-customer {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family:Poppins;  
}

.route-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.route-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* overlay default hidden */
.overlay {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: all 0.4s ease;
    padding: 20px;
    border-radius: 20px;
}

.overlay-content {
    background: white;
    font-weight: 600;
    padding: 0px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.overlay-content span {
    color: white;
    font-size: 16px;
}

/* Hover effect */
 /* .route-card:hover .overlay {
    transform: translateY(0);
}  */
.bokk-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    position: absolute;
    /* left: 14%; */
    z-index: 4;
    background: #CF213C;
    font-size: 18px;
    border-radius: 12px;
    border: none;
    color: white;
    opacity: 0;
}

.route-card:hover .bokk-btn {
    opacity: 1;
    transition: all 0.4s ease;
    top: 100px;
}

/* ================================== Lorem Ipsum is  styling =========================  */

.bk-img-lorem{
    background-image: url("assets/image/char.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
	width:100%;
}
.lorem-card {
/*     padding: 120px 0px; */
	position:relative;
	top:0px;
	left:0px;
	z-index:10;
}
.Know-more-btn{
  padding: 20px 60px;
  color: #CF213C;
  font-size: 18px;

}
.para-lorem{
    font-size: 17px;
    line-height: 30px;
}
.lorem-text{
  font-size: 42px;
  margin-bottom: 15px;
  line-height: 40px;
}
.para-lor{
    margin-bottom: 50px;
}








/* how-to-booking-sections */

.how-main-row-padd{
    padding: 0px 100px;
}
.how-book-cab-simple{
    margin-bottom: 50px;
}

.how-too-bok{
    background-color: #CF213C;
    padding: 80px 0px;
}

.text-pain{
    font-size: 25px;
/*     margin-bottom: 0px; */
}

.how-card{
/*     height: 250px */
    padding:10px 30px;
}

.height-card-img{
	height:80px;
}

.card-border-rightt{
	border-right:1px solid #F42E4C;
}




/* 
.hwo-card-center{
    margin-bottom: 20px;
}
.plain-card-img{
    margin-bottom: 10px;
}

.how-to-booking-sections {
    background: #CF213C;
}

.how-book-cabs {
    padding: 15px 0px;
}

.how-book-text {
    line-height: 42px;
    font-size: 37px;
    font-weight: 700;
    font-family:Poppins;
}

.how-book-para {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-family:Poppins; 
}

.plan-text {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    font-family:Poppins;  
}

.text-para-local {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
   
}

.card-border {
    border-right: 1px solid #F42E4C;
}

.taj-image-card {
    margin-left: 46px;
    margin-top: 150px;
    padding: 0px;
} */

/* latest-blog- stylings */

.latest-blog-text {
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family:Poppins;  
}
.section-latext-color {
    background: #EFF8FF;

}

.one-crad-latest {
    background: #FFFFFF;
    padding: 25px;
	height:100%;
}

.text-para-delhi-card {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family:Poppins;  
}

.delhi-heart-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family:Poppins;  
}

.text-alec {
    font-size: 14px;
    line-height: 20px;
    color: #101010;
    font-family:Poppins;  
}

.text-jan {
    color: #667085;

}

.img-card {
    margin-top: 106px;
}
.img-card-thre{
    margin-top: 103px;
}
.view-btn {
    padding: 13px 50px;
    background: #CF213C;
    font-size: 20px;
    color: white;
    border-radius: 12px;
    border: none;
}

/* Frequently Asked Questions */

.back-fqa-img {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.back-fqa-img::before {
    content: "";
    position: absolute;
    background-image: url("assets/image/All-famliy.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
.card-fqa {
    position: absolute;
    z-index: 2;
    top: 23%;
    left: 0;
    right: 0;
}

.text-fqa-heading {
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    font-family:Poppins;  
}

.text-para-fqa {
    font-size: 18px;
    font-weight: bold;
    font-family:Poppins;  

    /* line-height: 89px; */
}

/* Accordion open hone par background remove */
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

/* Click / focus outline & shadow remove */
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Active state ka color remove */
.accordion-button:active {
    background-color: transparent;
}

/* delhi map styling */

  .map-container {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 10px;
    /* top: 57px; */

    /* border-radius: 12px; */
    overflow: hidden;
  }

  .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  
/* =====================footer styling ========================= */

.ftr-img-back {
    position: relative;
    overflow: hidden;
/*     min-height: 50vh; */
    z-index: 10;
    background-color: #CF213C;
    /* bottom: 0px;
    top: -60px; */
    

}

.ftr-img-back .container {
    position: relative;
    z-index: 5;
/*     top: 120px; */
       
}
.ftr-center{
    /* align-items: center; */
}
.ftr-img-back::before {
    /* content: "";
    background-image: url("assets/image/footer-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; */
    
}

.list {
    font-size: 17px;
    white-space: nowrap;
    line-height: 35px;
}
.row-content-footer {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
   width: 100%;
}



@media screen and (min-width:1200px) and (max-width:1399px) {
  .taj-image-card {
    /* margin-left: 0px; */
    margin-top: 150px;
}

.plan-text {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}
.how-book-para br{
    display: none;
}

.delhi-heart-text {
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
}
.img-card {
    margin-top: 101px;
}
.img-card-thre{
    margin-top: 79px;
}
.text-para-fqa {
    font-size: 16px;
    font-weight: bold;
    /* line-height: 89px; */
}

.text-indian-cab {
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    font-family: Poppins;
}

    .text-hiddn {
        font-size: 17px;
        line-height: 15px;
        margin-bottom: 10px;
    }

.text-para-hidden {
    font-size: 14px;
    line-height: 25px;
    font-family: Poppins;
}
.card1 {
    background: linear-gradient(to bottom, #ffffff 0%, #FFE8E8 100%);
    padding: 0px 2px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-para-cabs {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400px;
    font-family: Poppins;
}
.text-para-cabs br{
    display: none;
}

.indian-cabss-text {
    font-size: 35px;
    line-height: 60px;
    font-family: Poppins;
}
.reliable-text-para {
    font-size: 22px;
    line-height: 30px;
    font-family: Poppins;
}

    .text-local-city {
        font-size: 21px;
        line-height: 40px;
    }

.text-local-city-para {
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins;
}

.text-our-fleet {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    font-family: Poppins;
}

.text-para-garahic {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #101010;
    font-family: Poppins;
}

.text-para-garahic br {
    display: none;
}

.popular-text {
    font-size: 35px;
    font-family: Poppins;
    line-height: 38px;
    font-weight: 700;
}

.text-para-customer {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: Poppins;
}

.how-book-text {
    line-height: 35px;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
}

.how-book-para {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    font-family: Poppins;
}

.how-book-para br {
   display: none;
}


.text-para-local {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: Poppins;
}

.men-img {
    position: absolute;
    bottom: -76px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.text-delhi {
    font-weight: 700;
    font-size: 43px;
    line-height: 58px;
}

.nav-item{
    font-size: 12px;
    white-space: nowrap;
}
.img-circle-wrapper {
    position: relative;
    width: 360px;
    height: 360px;
    border: 3px solid #CF213C;
    border-radius: 50%;
    padding: 7px;
}

.route-card:hover .bokk-btn {
    opacity: 1;
    transition: all 0.4s ease;
    top: 30px;
}
.overlay-content {
    background: white;
    font-weight: 600;
    padding: 0px 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.overlay-content span {
    color: white;
    font-size: 12px;
}

.overlay {
    position: absolute;
    bottom: 92px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: all 0.4s ease;
    padding: 10px;
    border-radius: 20px;
}

.bokk-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 30px;
    position: absolute;
    /* left: 14%; */
    z-index: 4;
    background: #CF213C;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    color: white;
    opacity: 0;
}
.split-title {
    font-size: 30px;
    font-family: Poppins;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}
.booking-now-btn {
    background: #CF213C;
    color: #ffffff;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 600;
    padding: 16px 44px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.one-group {
    display: none;
}

.two-group{
    display: none;
}
}




@media screen and (min-width:992px) and (max-width:1199px) {
    
    /* .nav-item{
          font-size: 11px;
          white-space: nowrap;
    } */

    .nav-item {
    list-style: none;
    font-size: 13px;
    /* line-height: 100%; */
    white-space:nowrap;
}
.call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 16px 15px;
    display: flex;
    align-items: center;
        margin-left: 10px;
}
.logo-height{
    min-width: 130px;
}
     
    .one-group{
        display: none;
    }
    .two-group{
        display: none;
    }


    .text-delhi {
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
}

.delhi-para-text {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
}

.delhi-para-text br{
    display: none;
}

.text-indian-cab {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
.text-para-cabs {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400px;
}
.text-para-cabs br{
    display: none;
}
/* .text-local-city {
    font-size: 19px;
    line-height: 34px;
} */
.text-local-city-para {
    font-size: 15px;
    line-height: 20px;
}
.indian-cabss-text {
    font-size: 50px;
    line-height: 52px;
}
.text-our-fleet {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
.text-para-garahic{
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #101010;
}
.text-para-garahic br{
    display: none;
}
.split-title {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}
.route-card:hover .bokk-btn {
    opacity: 1;
    transition: all 0.4s ease;
    top: 100px;
    left: 27%;
}
.how-book-text {
    line-height: 34px;
    font-size: 30px;
    font-weight: 700;
}
.how-book-para {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.border-none{
  border: none;  
}
.how-book-cabs {
    margin-bottom: 60px;
    margin-top: 40px;
}
.delhi-heart-text {
    font-size: 17px;
    line-height: 32px;
    font-weight: 700;
}
.latest-blog-text {
    font-size: 30px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 50px;
}
.text-para-fqa {
    font-size: 16px;
    font-weight: bold;
    /* line-height: 89px; */
}
    .list {
        font-size: 15px;
        line-height: 30px;
        white-space: nowrap;
        font-weight: 600;
    }

.text-hiddn {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Poppins;
}

.indian-cab-bottom {
    margin-bottom: 45px;
}
    /* .card1 {
        background: linear-gradient(to bottom, #ffffff 0%, #FFE8E8 100%);
        padding: 0px 2px;
        border-radius: 10px;
        border: 1px solid #E5E5E5;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

.text-para-hidden {
    font-size: 13px;
    line-height: 17px;
    font-family: Poppins;
}
.card1 {
    background: linear-gradient(to bottom, #ffffff 0%, #FFE8E8 100%);
    padding: 0px 8px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.popular-text {
    font-size: 30px;
    font-family: Poppins;
    line-height: 38px;
    font-weight: 700;
}

.how-book-para br{
    display: none;
}
.lorem-text {
    font-size: 37px;
    margin-bottom: 15px;
    line-height: 38px;
}
.para-lor {
    margin-bottom: 30px;
}
.para-lorem br{
    display: none;
}
.text-para-customer {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    font-family: Poppins;
}

    .indian-cabss-text {
        font-size: 40px;
        line-height: 30px;
    }

    .reliable-text-para {
    font-size: 25px;
    line-height: 60px;
    font-family: Poppins;
}

.fleet-nav-btn {
    position: absolute;
    top: 19%;
    transform: translateY(-50%);
    z-index: 20;
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s;
    border: 1px solid #CF213C;
}
.fleet-nav-btn.fleet-next-btn {
    left: 51%;
}
.fleet-prev-btn {
    left: 44%;
}
    .text-local-city {
        font-size: 17px;
        line-height: 34px;
    }

    .text-para-local {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins;
}
.img-card {
    margin-top: 104px;
}
.img-card-thre {
    margin-top: 104px;
}
.text-fqa-heading {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: Poppins;
}

    .fleet-image-container {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 16;
        pointer-events: none;
    }

    .fleet-card {
    background-color: #CF213C;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    color: white;
    position: relative;
    min-height: 440px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 550px;
    margin-bottom: 80px;
}

/* .text-pain br{
    display: none;
} */




    .ftr-img-back::before {
        content: "";
        background-image: url(assets/image/footer-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        top: -40px;
        left: 0px;
    }
    .ftr-img-back .container {
        position: relative;
        z-index: 5;
/*         top: 42px; */
    }

	.card-ftr-end{
     padding-left:45px;		
	}
	
	.padd-one-img{
		min-width:40px;
	}

}



@media screen and (min-width:768px) and (max-width:991.98px) {
       
	.list {
         font-size: 17px;
         white-space: nowrap;
		 line-height:35px;
		font-weight:600;
   }


    .ftr-img-back {
/*         position: relative;
        overflow: hidden;
        min-height: 56vh;
        z-index: 10;
        top: 0px; */
    }

    .ftr-img-back .container {
/*         position: relative;
        z-index: 5; */
/*         top: 76px; */
    }

    .sec-pad {
    padding: 30px 0px;
}

    .text-delhi {
    font-weight: 700;
    font-size: 37px;
    line-height: 50px;
}

.text-indian-cab {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.text-para-cabs {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400px;
}

.text-para-cabs br{
    display: none;
}

.indian-cab-bottom {
        margin-bottom: 120px;
    }

.indian-cab-top{
    margin-top: 80px;
}
.indian-cabss-text {
    font-size: 30px;
    line-height: 30px;
}

.reliable-text-para {
    font-size: 20px;
    line-height: 40px;
}

.text-local-city {
    font-size: 19px;
    line-height: 40px;
}

.delhi-para-text br{
    display: none;
}
/* .text-local-city-para {
    font-size: 16px;
    line-height: 20px;
} */
.text-our-fleet {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.text-para-garahic {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #101010;
}
.text-para-garahic br {
    display: none;
}

    .card1 {
        background: linear-gradient(to bottom, #ffffff 0%, #FFE8E8 100%);
        padding: 10px 4px;
        border-radius: 10px;
        border: 1px solid #E5E5E5;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.split-title {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}
.booking-now-btn {
    background: #CF213C;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

 .bokk-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    position: absolute;
    /* left: 14%; */
    top: 30%;
    z-index: 4;
    background: #CF213C;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    color: white;
    opacity: 1;
}

.route-card:hover .bokk-btn {
   opacity: 1;
    top:30%;
}


.plain-card-img{
    margin-bottom: 13px;
}


.popular-text {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}
.lorem-text {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 40px;
}
.para-lorem br{
    display: none;
}
.para-lorem {
    font-size: 16px;
    line-height: 30px;
}
.lorem-card {
    padding: 52px 0px;
}

.text-para-customer {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.text-para-customer br{
    display: none;
}

.how-book-text {
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.how-book-para {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.how-book-para br {
    display: none;
}
.taj-image-card {
    margin-top: 53px;
}

.hwo-card-center{
    text-align: center;
}
.fleet-image-container {
    position: absolute;
    bottom: -79px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 16;
    pointer-events: none;
}

.how-book-cabs {
    padding: 40px 0px;
}
     .plan-text {
        font-size: 26px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .text-para-local {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins;
}

.fleet-card {
    background-color: #CF213C;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    color: white;
    position: relative;
    min-height: 440px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 550px;
    margin-bottom: 150px;
}

    .fleet-image-container {
        position: absolute;
        bottom: -89px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
        pointer-events: none;
    }


    .taj-image-card {
        margin-top: 53px;
        margin-bottom: 45px;
    }

    .latest-blog-text {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 38px;
}
.delhi-heart-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.text-para-delhi-card {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.img-card {
    margin-top: 83px;
}

.card-three{
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
.text-para-fqa {
    font-size: 17px;
    font-weight: bold;
    /* line-height: 89px; */
}
.text-fqa-heading {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}   
    .text-local-city-para {
        font-size: 14px;
        line-height: 20px;
        
    }
        
    .one-group, .two-group {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    display: none;
}


.fleet-nav-btn {
    position: absolute;
    top: 22%;
    transform: translateY(-50%);
    z-index: 20;
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s;
    border: 1px solid #CF213C;
}
.fleet-prev-btn {
    left: 42%;
}
.fleet-nav-btn.fleet-next-btn {
    left: 52%;
}

.swiper-pagination{
    display: none;
}


.bokk-btn {
    opacity: 1;
    /* transition: all 0.4s ease;
    top: 100px;  */
}
/* .ftr-img-back .container {
    position: relative;
    z-index: 5;
    top: 60px;
} */
.custom-input {
    background: #ffffff;
    border: 1px solid #eee;
    /* Very light border */
    border-radius: 8px;
    padding: 15px 15px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
   margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.form-group {
  position: relative;
  /* margin-bottom: 10px; */
}

.error {
  display: block;
  height: 13px;           
  font-size: 15px;
  color: red;
  margin-top: 0px;
  margin-bottom: 8px;
}

/* navbar ko parent banao */
.navbar {
  position: relative;
  overflow: visible; /* important */
}

#navbarNav {
  position: absolute;     
  top: 100%;              
  right: -100%;           
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 12px 20px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

/* When toggler clicked */
#navbarNav.show {
  right: 0;
}

.navbar-nav {
  flex-direction: column;
  gap: 15px;
}

.navbar-nav .nav-link {
  font-size: 15px;
}

.call-btn {
  margin-top: 20px;
}

.ftr-img-back::before {
    content: "";
    background-image: url(assets/image/footer-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    /* top: -40px; */
    left: 0px;
}

 .card-ftr-end{
     padding-left:45px;		
	}
	
	.padd-one-img{
		min-width:40px;
	}


  
}



@media screen and (min-width:320px) and (max-width:576px) {


    .sec-pad{
        padding: 30px 0px;
    }

    .swiper-pagination{
    
    opacity: 1;
}


    .navbar{
        padding: 15px 0px;
    }

    .call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 15px 15px;
    display: flex;
    align-items: center;
}

.nav-item {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
}
    
    .logo-height{
        height: 35px;
    }

    .delhi-para-text {
    font-size: 15px;
    line-height: 24px;
    font-family: Poppins;
}


    .text-delhi {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
   }

   .booking-btn {
    font-weight: 600;
    font-size: 16px;
    background: #1C75BC;
    padding: 13px 28px;
    border-radius: 12px;
    border: none;
    color: white;
    margin-bottom: 60px;
}
.text-indian-cab {
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
}
.text-para-cabs {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400px;
}

.text-para-cabs br{
    display: none;
}
.indian-cab-bottom {
    margin-bottom: 78px;
}

    .img-circle-wrapper {
        position: relative;
        width: 311px;
        height: 295px;
        border: 3px solid #CF213C;
        border-radius: 50%;
        padding: 7px;
        margin-bottom: 100px;
    }
.reliable-text-para {
    font-size: 18px;
    line-height: 28px;
}
.indian-cabss-text {
    font-size: 30px;
    line-height: 40px;
}

.text-local-city {
    font-size: 17px;
    line-height: 30px;
}
.text-our-fleet {
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
}

.text-para-garahic {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #101010;
}

.text-para-garahic br{
    display: none;
}

.our-fleet {
    margin-bottom: 30px;
}

.split-container {
    display: flex;
    width: 100%;
    min-height: 600px;
    position: relative;
    gap: 3px;
    flex-direction: column;
}
.indian-texi-services {
    margin-bottom: 22px;
}

.split-title {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}

.booking-now-btn {
    background: #CF213C;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.popular-text {
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
}
.lorem-card {
    padding: 43px 0px;
}
.lorem-text {
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 30px;
}
.para-lor {
    margin-bottom: 20px;
}
.para-lorem br {
    display: none;
}
.text-para-customer {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.text-para-customer br {
    display: none;
}

.popular-card-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    margin: 10px;
}
   
 .bokk-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    position: absolute;
    /* left: 14%; */
    top: 32%;
    z-index: 4;
    background: #CF213C;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    color: white;
    opacity: 1;
}

.route-card:hover .bokk-btn {
   opacity: 1;
    top:32%;
}


    .how-book-text {
    line-height: 39px;
    font-size: 23px;
    font-weight: 700;
}
.how-book-para {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.how-book-para br {
    display: none;
}
.delhi-para-text br{
    display: none;
}
.how-book-cabs {
    /* padding: 40px 0px; */
}
.plan-text {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}
.taj-image-card {
    margin-left: 0px;
    margin-top: 78px;
}
.card-pay-with{
    /* flex-direction: column; */
    flex-wrap: wrap;
    margin-top: 35px;
   
}

.text-para-local {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins;
}
.latest-blog-text {
    font-size: 23px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 30px;
}

.delhi-heart-text {
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
}

.text-fqa-heading {
    font-size: 23px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}
.text-para-fqa {
    font-size: 13px;
    font-weight: bold;
    /* line-height: 89px; */
}

.ftr-center{
  text-align: center;
  padding: 0px 0px;
}
.facbook-crad{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-ftr-end{
    display: flex;
    align-items: center;
    justify-content: center;
}



.overlay {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(100%); */
    transition: all 0.4s ease;
    padding: 20px;
    border-radius: 20px;
}


.one-group{
    /* left: 35%; */
    opacity: 1;
}

.two-group{
    /* right: 0; */
    opacity: 1;
}

.myswiper{
    position: relative;
    overflow: hidden;
     /* top: 80px; */
}

.fleet-prev-btn {
    left: 31%;

}


.fleet-nav-btn.fleet-next-btn {
    left: 50%;
}


.ftr-img-back .container {
/*     position: relative; */
    
}


 .fleet-nav-btn {
    position: absolute;
    top: 34%;
    bottom: 30px;
    /* transform: translateY(50px); */
    z-index: 1;
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s;
    border: 1px solid #CF213C;
    margin-bottom: 150px;
    display: none;
    
} 
.fleet-booking-btn {
    background: #1C75BC;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(28, 117, 188, 0.3);
    transition: all 0.3s es;
    margin-bottom: 30px;
}

section{
    padding: 0px 0px;
}

.overlay-content {
    background: white;
    font-weight: 600;
    padding: 0px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.overlay-content span {
    color: white;
    font-size: 13px;
}
.sec-pad {
    padding: 40px 0px;
}
.navbar-nav{
  padding: 20px 0px;
}

  
.one-group, .two-group {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    display: none;
}

    .card-fqa {
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 0;
    right: 0;
}

.fleet-card {
    background-color: #CF213C;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    color: white;
    position: relative;
    min-height: 440px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    /* margin-bottom:120px; */
}

.list{
    font-size: 16px;
    padding: 3px 5px;
	font-weight: 600;
}

.ftr-center {
        text-align: center;
        /* padding: 80px 0px; */
    }
    


#navbarNav {
  position: absolute;      
  top: 100%;               
  right: 0;                
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;

  transform: translateX(100%); 
  opacity: 0;
  visibility: hidden;

  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 999;
}


#navbarNav.show {
  transform: translateX(0);   
  opacity: 1;
  visibility: visible;
}

}



/*====================== DELHI TO AMR CSS START ===========================  */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
section{
    padding: 50px 0px;
}

.navbar-toggler {
    background-color:whitesmoke;
    border-radius: 6px;
}

.navbar-toggler:hover {
    background-color:whitesmoke;
}

.nav-btn {
    background: #1C75BC;
    border: none;
    padding: 8px 15px;

}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav {
  height: 100%;
}

.nav-item {
  height: 100%;
}

.nav-link{
    color: black;
}


.call-btn {
  height: 100%;
  background: #1f78c1;   /* image wala blue */
  border: none;
  border-radius: 0;
  padding: 20px 28px;
  display: flex;
  align-items: center;
}

.call-btn a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}


.nav-item {
    list-style: none;
    font-size: 15px;
    line-height: 100%;
    white-space:nowrap;
   
}
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}



/*================================= delhi to amritsar ================================= */

.amritsar-back-img{
   position: relative;
   overflow: hidden;
   min-height: 70vh;
   background: #000000A8; 
}
.amritsar-back-img::before{
    content: "";
    position: absolute;
    background-image: url("./assets/image/amritsar.webp");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: -1;  
}

.delhi-to-amr{
   font-size: 60px;
   line-height: 67px;
   font-family: Poppins;
   font-weight: 700;
   margin-bottom: 20px;
}
.delhi-to-amr-para{
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.booking-btn{
    height: 50px;
    padding: 14px 40px;
    background: #1C75BC;
    font-size:18px    
}

.get-touch{
    font-size: 30px;
    line-height: 38px;
    font-family: Poppins;
}

.content-card{
    min-width: 300px;
    padding: 30px 20px;
   
}
.submit-btn-btn{
    width: 100%;
    padding: 0px 0px;
    max-width: 430px;       
    background: #CD213C;
    font-size: 16px;
    font-weight: 600;
}

.form-control,
.custom-input,
textarea,
input {
/*   border: 1px solid #ccc; */
}

.form-control:focus,
.custom-input:focus,
textarea:focus,
input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.custom-input::placeholder {
    color: #666;
    opacity: 0.8;
}

.is-invalid {
    border: 1px solid #ced4da !important;
}


.error {
    display: block;
/*     height: 30px; */
    font-size: 15px;
    color: red;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
}


/* ================================= TYPE OF CARS PAGE ================================= */
.type-card{
    margin-bottom: 70px;
}

.card-one{
    border: 0.7px solid var(--Grays-Gray-4, #D1D1D6);
    padding: 15px 20px;
}

.type-of-car-hnd{
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
}

.type-of-cars-para{
    font-size: 17px;
    line-height: 30px;
    font-family: Poppins;
}
.honda-text{
    font-size: 22px;
    font-family: Poppins;
    line-height: 50px;
}
.model-text{
    font-size: 16px;
    font-family: Poppins;
    line-height: 30px;
}
.color-text{
     font-size: 16px;
    font-family: Poppins;
    line-height: 30px;
}

.plate-number-text{
     font-size: 16px;
    font-family: Poppins;
    line-height: 30px;
}
.jazz-text{
    font-size: 18px;
    font-family: Poppins;
    line-height: 30px;
}
.black-text{
    font-size: 18px;
    font-family: Poppins;
    line-height: 30px;
}
.BP-text{
    font-size: 18px;
    font-family: Poppins;
    line-height: 30px;
}



/* ================================= Features-page ================================= */
.Features-text{
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
}
.Features-text-para{
    font-size: 17px;
    line-height: 30px;
      font-family: Poppins;
}


.features-icon-img{
    margin-bottom: 10px;
    padding: 10px 0px;
}
.card-features{
    border: 0.6px solid var(--Grays-Gray-4, #D1D1D6);
    padding: 15px 20px;
}
.Profile-text{
    font-size: 24px;
    line-height: 30px;
    font-family: Poppins;
    margin-bottom: 0px;
}

.Profile-text-para {
  flex-grow: 1;                
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}
.card-features-one{
    min-height: 400px;
}
.card-features {
  height: 100%;
  min-height: 420px;          
  padding: 25px;
}
.card-features-main{
   margin-bottom: 50px;

}


/* ================================= Lorem Ipsum is simply dummy text of the page ================================= */

.contact-sec{
    background: #CF213C;
}

.contact-text{
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
}
.contact-sec-para{
    font-size: 17px;
    line-height: 26px;
    font-family: Poppins;
}
.contact-btn{
    padding:   18px 60px;
    color: #CF213C;
    font-size: 18px;
}

/* ================================= Other Locations in a Particular City ================================= */

.text-other-location{
   font-size: 40px;
   line-height: 50px;
   font-family: Poppins;
}
.text-other-location-para{
    font-size: 17px;
    line-height: 30px;
    font-family: Poppins;
}

.other-page-card{
    border: 0.6px solid var(--Grays-Gray-4, #D1D1D6);
    padding: 15px 20px;
}
.text-para-airport{
font-size: 22px;
line-height: 34px;
font-family: Poppins;
}


/* ================================= lest-talk-card page ================================= */

.cont-card-pad{
    padding: 70px 50px;
     
}
.get-card{
    padding:30px 30px;
}

.lest-talk-card{
    background: #CF213C;
}
.other-card-row{
       /* padding: 60px 40px; */
}

.text-talk-heading{
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 25px;
}
.text-para-talk{
    font-size: 17px;
    line-height: 30px;
    font-family: poppins;
    margin-bottom: 75px;
}
.msg-text{
    font-size: 18px;
    line-height: 18px;
    font-family: Poppins;
}
.sub-btn{
    padding: 14px 0;
    background: #CD213C;
    width: 415px;
    max-width: 100%;     
}

/* ================================= More Routes page ================================= */

.more-text{
  font-size: 40px;
  line-height: 50px;
  font-family: Poppins;
  font-weight: 600;       
}
.more-text-bottom{
    margin-bottom: 50px;
}
.card-routes{
    border: 0.6px solid var(--Grays-Gray-4, #D1D1D6);
    padding: 26px;
}
.delhi-tochndighar{
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 0px;
}
.delhi-tochndighar-para{
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 0px;
}
.routes-card-second{
    margin-bottom: 100px;
}
.text-ipsum{
    font-size: 33px;
    line-height: 46px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 30px;
}
.text-ipsum-para{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins;

    
}
.doted{
    font-size: 40px;   /* dot ko thoda bada */
    line-height: 1;    /* extra height hatane ke liye */
}
.expolre-btn{
    background: #CD213C;
    padding: 15px 35px;

}

/* ================================= FAQ page =================================*/

.backk-faq-imgg{
    position: relative;
    overflow: hidden;
/* 	height:800px; */
}

.backk-faq-imgg::before{
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-image: url("./assets/image/Faq.webp")!important;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     z-index: -1;
}
.faq-text{
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 50px;
}
/* button styling (pill look) */
.accordion-button {
  background: #fff !important;
  box-shadow: none !important;
  color: #000;
  padding: 14px 55px 14px 20px;
  /* border-radius: 40px; */
  position: relative;
}

/* open par bhi same white rahe */
.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #000;
}

/* bootstrap arrow hatao */
.accordion-button::after {
  display: none;
}

/* red circle + button */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #e60000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 15px 5px;
}


/*==================== DELHIT TO AMR RESPONSVIE CSS STRAT ============================ */


@media screen and (min-width:1200px) and (max-width:1399px) {
  
  .nav-item {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
.call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 17px 14px;
    display: flex;
    align-items: center;
}
.submit-btn {
    background: #CD213C;
    font-size: 16px;
    font-weight: 600;
}
.delhi-to-amr {
    font-size: 55px;
    line-height: 65px;
    font-family: Poppins;
    font-weight: 700;
}
.delhi-to-amr-para {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}
.type-of-cars-para {
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}
.Features-text-para {
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}
.Profile-text
 {
    font-size: 22px;
    line-height: 30px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.contact-text {
    font-size: 30px;
    line-height: 60px;
    font-family: Poppins;
}
.text-other-location-para {
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}
.text-para-airport {
    font-size: 20px;
    line-height: 34px;
    font-family: Poppins;
}
.sub-btn {
    padding: 13px 154px;
    background: #CD213C;
}
.text-talk-heading {
    font-size: 34px;
    line-height: 47px;
    font-family: Poppins;
    margin-bottom: 25px;
}
.text-para-talk {
    font-size: 19px;
    line-height: 28px;
    font-family: poppins;
    margin-bottom: 60px;
}
.msg-text {
    font-size: 17px;
    line-height: 18px;
    font-family: Poppins;
}
.delhi-tochndighar {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 0px;
}
.delhi-tochndighar-para {
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 0px;
}
.text-ipsum {
    font-size: 24px;
    line-height: 33px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 16px;
}
.text-ipsum-para {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 0px;
}
.expolre-btn {
    background: #CD213C;
    padding: 12px 26px;
    font-size: 16px;
}
}

@media screen and (min-width:992px) and (max-width:1199px) {

  
    
    section{
        padding: 45px 0px;
    }
	
    .logo-frits{
        min-width: 120px;
    }

    .amritsar-back-img {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    background: #000000A8;
}
    
    .call-btn a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
   
}
.nav-item {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
.call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 14px 10px;
    display: flex;
    align-items: center;
     margin-left: 10px;
}
.delhi-to-amr {
    font-size: 46px;
    line-height: 60px;
    font-family: Poppins;
    font-weight: 700;
}
.delhi-to-amr-para {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
}
.delhi-to-amr-para br{
    display: none;
}
.submit-btn {
    background: #CD213C;
    font-size: 16px;
    font-weight: 600;
}
.type-of-car-hnd {
    font-size: 38px;
    line-height: 50px;
    font-family: Poppins;
}
.type-of-cars-para {
    font-size: 17px;
    line-height: 29px;
    font-family: Poppins;
}
.honda-text {
    font-size: 20px;
    font-family: Poppins;
    line-height: 50px;
}
.Features-text {
    font-size: 38px;
    line-height: 50px;
    font-family: Poppins;
}
.Features-text-para {
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}
.BP-text {
    font-size: 16px;
    font-family: Poppins;
    line-height: 30px;
}
.jazz-text {
    font-size: 16px;
    font-family: Poppins;
    line-height: 30px;
}
.black-text {
    font-size: 16px;
    font-family: Poppins;
    line-height: 30px;
}
.Profile-text {
    font-size: 23px;
    line-height: 28px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.Profile-text-para {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
    font-family: Poppins;
}

.contact-text {
    font-size: 33px;
    line-height: 50px;
    font-family: Poppins;
}
.contact-sec-para {
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins;
}
.contact-btn {
    padding: 15px 50px;
    color: #CF213C;
    font-size: 18px;
}
.text-other-location {
    font-size: 38px;
    line-height: 50px;
    font-family: Poppins;
}
.text-other-location-para {
    font-size: 16px;
    line-height: 28px;
    font-family: Poppins;
}
.text-para-airport {
    font-size: 25px;
    line-height: 34px;
    font-family: Poppins;
}
.text-talk-heading {
    font-size: 35px;
    line-height: 47px;
    font-family: Poppins;
    margin-bottom: 18px;
}
.text-para-talk {
    font-size: 16px;
    line-height: 28px;
    font-family: poppins;
    margin-bottom: 67px;
}
.msg-text {
    font-size: 15px;
    line-height: 17px;
    font-family: Poppins;
}
.sub-btn {
    padding: 14px 119px;
    background: #CD213C;
}
.more-text {
    font-size: 38px;
    line-height: 44px;
    font-family: Poppins;
    font-weight: 600;
}

.delhi-tochndighar {
    font-size: 15px;
    line-height: 34px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 0px;
}
.delhi-tochndighar-para {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 0px;
}
.text-ipsum {
    font-size: 24px;
    line-height: 35px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 10px;
}
.text-ipsum-para {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 8px;
}
.fqa-text {
    font-size: 38px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 23px;
}
.text-company {
    font-size: 21px;
    line-height: 100%;
    font-family: Roboto;
    margin-bottom: 20px;
}
.phone-text-number{
    font-size: 15px;
    line-height: 30px;
    font-family: Work Sans;
}
.text-compnay-para {
    font-size: 16px;
    line-height: 138%;
    font-family: Roboto;
    margin-bottom: 13px;
}
.card-cont {
    position: relative;
    left: 0px;
}
.ftr-back-img::before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 5;
}
.back-fqa-img {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
  
}
}

@media screen and (min-width:768px) and (max-width:991.98px) {
	
	section {
          padding: 35px 0px;
       }

    .ftr-back-img {
    position: relative;
    overflow: hidden;
    min-height: 65vh;
}

    .para-acco{
        font-size: 15px;
    }

    .submit-btn{
    width: 100%;
    max-width: 420px;       
    background: #CD213C;
    font-size: 16px;
    font-weight: 600;
    
}

    .delhi-to-amr {
    font-size: 50px;
    line-height: 60px;
    font-family: Poppins;
    font-weight: 700;
}
.delhi-to-amr-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.type-of-car-hnd {
    font-size: 35px;
    line-height: 50px;
    font-family: Poppins;
}
.type-of-cars-para {
    font-size: 16px;
    line-height: 28px;
    font-family: Poppins;
}
.Features-text {
    font-size: 35px;
    line-height: 50px;
    font-family: Poppins;
}
.Features-text-para {
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}
.Profile-text {
    font-size: 21px;
    line-height: 30px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.contact-text {
    font-size: 29px;
    line-height: 41px;
    font-family: Poppins;
}
.contact-sec-para {
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins;
}
.text-other-location {
    font-size: 35px;
    line-height: 47px;
    font-family: Poppins;
}
.text-other-location-para {
    font-size: 16px;
    line-height: 28px;
    font-family: Poppins;
}
.text-talk-heading {
    font-size: 24px;
    line-height: 35px;
    font-family: Poppins;
    margin-bottom: 20px;
}
.text-para-talk {
    font-size: 16px;
    line-height: 26px;
    font-family: poppins;
    margin-bottom: 25px;
}
.sub-btn{
    padding: 14px 0;
    background: #CD213C;
    width: 355px;
    max-width: 100%;     
}
.msg-text {
    font-size: 16px;
    line-height: 18px;
    font-family: Poppins;
}
.get-card {
    padding: 25px 18px;
}
.more-text {
    font-size: 35px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
}
.golden-tem{
    margin-bottom: 60px;
}
.text-ipsum {
    font-size: 30px;
    line-height: 45px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 30px;
}
.fqa-text {
    font-size: 35px;
    line-height: 45px;
    font-family: Poppins;
    margin-bottom: 6px;
}
.text-compnay-para {
    font-size: 17px;
    line-height: 141%;
    font-family: Roboto;
    margin-bottom: 5px;
}
.text-company {
    font-size: 24px;
    line-height: 100%;
    font-family: Roboto;
    margin-bottom: 9px;
}

   .ftr-back-img {
    position: relative;
    overflow: hidden;
    min-height: 65vh;
}

.card-cont {
    position: relative;
    top: 10px;
    left: 0px;
}
.phone-text-number {
    font-size: 16px;
    line-height: 30px;
    font-family: Work Sans;
    margin-bottom: 0px;
}
.text-ipsum-para {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins;
}
.ftr-back-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url(/assets/images/Footer-img.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -12px;
}
.back-fqa-img {
    position: relative;
    overflow: hidden;
    min-height: 67vh;
    /* top: 42px; */
}
}



@media screen and (min-width:320px) and (max-width:576px) {
    .logo-frits{
        width: 200px;
    }
    section {
    padding: 30px 0px;
}

  
.delhi-to-amr {
    font-size: 30px;
    line-height: 38px;
    font-family: Poppins;
    font-weight: 700;
}
.delhi-to-amr-para {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}
.booking-btn {
    height: 48px;
    padding: 16px 30px;
    background: #1C75BC;
    margin-bottom: 40px;
}
.submit-btn{
    width: 100%;
    max-width: 380px;       
    background: #CD213C;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
}
.type-of-car-hnd {
    font-size: 30px;
    line-height: 40px;
    font-family: Poppins;
}
.type-of-cars-para {
    font-size: 15px;
    line-height: 27px;
    font-family: Poppins;
}
.honda-text {
    font-size: 20px;
    font-family: Poppins;
    line-height: 40px;
}
.type-card {
    margin-bottom: 30px;
}
.content-card {
    min-width: 296px;
    padding: 22px 14px;
}
.Features-text {
    font-size: 30px;
    line-height: 36px;
    font-family: Poppins;
}
.card-features-main {
    margin-bottom: 15px;
}
.Features-text-para {
    font-size: 15px;
    line-height: 26px;
    font-family: Poppins;
}
.Profile-text {
    font-size: 19px;
    line-height: 30px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.Profile-text-para {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins;
}
.card-features {
    height: 100%;
    min-height: 420px;
    padding: 17px;
}
.contact-text {
    font-size: 25px;
    line-height: 35px;
    font-family: Poppins;
}
.contact-sec-para {
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins;
}
.contact-btn {
    padding: 13px 39px;
    color: #CF213C;
    font-size: 17px;
    margin-bottom: 50px;
}
.text-other-location {
    font-size: 30px;
    line-height: 38px;
    font-family: Poppins;
}
.text-other-location-para {
    font-size: 15px;
    line-height: 26px;
    font-family: Poppins;
}
.text-para-airport {
    font-size: 20px;
    line-height: 20px;
    font-family: Poppins;
}
.cont-card-pad {
    padding: 30px 3px;
}
.text-talk-heading {
    font-size: 25px;
    line-height: 37px;
    font-family: Poppins;
    margin-bottom: 7px;
    /* text-align: center; */
}
.text-para-talk {
    font-size: 15px;
    line-height: 26px;
    font-family: poppins;
    margin-bottom: 35px;
    /* text-align: center; */
}
.msg-text {
    font-size: 16px;
    line-height: 10px;
    font-family: Poppins;
}
.card-lest-talk{
    margin-bottom: 50px;
}
    
    .get-text{
        margin-bottom: 30px;
        font-size: 30px;
        font-family: Poppins;
    }

    .get-card {
    padding: 20px 20px;
}
.more-text {
    font-size: 30px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
}
.more-text-bottom {
    margin-bottom: 20px;
}
.delhi-tochndighar {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delhi-tochndighar-para {
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 0px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.card-routes {
    border: 0.6px solid var(--Grays-Gray-4, #D1D1D6);
    padding: 15px;
}
.routes-card-second {
    margin-bottom: 50px;
}
.text-ipsum {
    font-size: 25px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 25px;
}
    .golden-tem {
        margin-bottom: 35px;
    }
    .text-ipsum-para {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: Poppins;
}
.expolre-btn {
    background: #CD213C;
    padding: 15px 30px;
    font-size: 17px;
}
.fqa-text {
    font-size: 30px;
    line-height: 38px;
    font-family: Poppins;
    margin-bottom: 10px;
}

.card-cont {
    position: relative;
    /* top: 40px; */
    left: 0px;
}
.ftr-back-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url("/assets/images/Footer-img.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0px;
}

.ftr-back-img{
    /* padding: 100px 0px; */
}
.card-company-ftr{
    text-align: center;
    margin-bottom: 10px;
}
.three-card-img{
    margin-bottom: 40px;
}
.text-company {
    font-size: 24px;
    line-height: 100%;
    font-family: Roboto;
    margin-bottom: 20px;
}
.text-compnay-para {
    font-size: 16px;
    line-height: 141%;
    font-family: Roboto;
    margin-bottom: 9px;
}

.card-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

}


/*============================ CHAR DHAM PAGE CSS START======================  */

body {
    font-family: "Poppins", sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}


section {
    padding: 80px 0px;
}

.navbar-toggler {
    background-color: whitesmoke;
    border-radius: 6px;
}

.navbar-toggler:hover {
    background-color: whitesmoke;
}

.nav-btn {
    background: #1C75BC;
    border: none;
    padding: 8px 15px;

}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav {
    height: 100%;
}

.nav-item {
    height: 100%;
}

.nav-link {
    color: black;
}

.main-dev-unodered {
    display: flex;
    align-items: center;
    justify-content: end;
}


.call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 20px 28px;
    display: flex;
    align-items: center;
}

.call-btn a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}


.nav-item {
    list-style: none;
    font-size: 15px;
    line-height: 100%;
    white-space: nowrap;

}

.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

/* header styling done */

/* ============================char-dhar-styling strat ============================ */

.back-img-char-dham {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    background-color: #000000B2;
}

.back-img-char-dham::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("./assets/image/back-img-kedarnath.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.char-dham-text {
    font-size: 60px;
    line-height: 67px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 20px;
}

.char-dham-text-para {
    font-size: 17px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 23px;
}

.btn-bokking {
    padding: 20px 40px;
    background-color: #1C75BC;
    font-family: Poppins;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
}

/* char-dhar-styling done */

/* ============================ Yarta Packages Details start styling ============================ */
.yamuna-deteails {
    margin-bottom: 60px;
}

.Yarta-pack-detalis-text {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: Poppins;
}

.yamuna-ghat-card {
    border: 0.7px solid var(--Grays-Gray-5, #E5E5EA);
    padding: 25px;
}

.yamuna-ghat-img {
    margin-bottom: 30px;
}

.text-duration {
    font-size: 16px;
    line-height: 130%;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 2px;
    color: #2D2D2D;

}

.text-duration-days {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    font-family: poppins;
}

.main-card-yamuna-ghat {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.text-booking-summery {
    font-size: 26px;
    margin-bottom: 40px;
}

.main-from {
    padding: 40px 32px;
    border: 0.5px solid var(--Grays-Gray-4, #D1D1D6);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enter-input {
    font-size: 20px;
    color: #ADADAD;
}

.border-card-bottom {
    border-bottom: 0.7px solid var(--Grays-Gray-5, #E5E5EA)
}

.View-Details-btn {
    background: #CD213C;
    padding: 15px 30px;
    color: white;
    font-size: 20px;
    margin-top: 50px;
}

.form-text-para {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    
}

.text-grand-total {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    
    letter-spacing: 1px;
}

.yamuna-card-from-three {
    margin-bottom: 40px;
}

.text-package {
    font-size: 30px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
}

.text-package-para {
    font-size: 17px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 400;
}

/*============================ When You Book a Char Dham styling start ============================*/

.you-book-text {
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    font-weight: 600;
}

.text-you-book-para {
    font-size: 17px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;

}
.card-you-book-one {
    background: #FFFFFF;
    border: 0.6px solid var(--Grays-Gray-5, #E5E5EA);
    box-shadow: 0px 0px 20px 0px #00000005;
    padding: 30px 26px;
     height: 100%;
}

.End-to-end-para {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    font-family: Poppins;
}
/* When You Book a Char Dham styling done*/

/*============================ yarta-package-stylings strat ============================ */

.text-yarta{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: Poppins;
}
.yarta-packeage-bottom{
    margin-bottom: 40px;
}
.img-ghat{
    margin-bottom: 20px;
}
.card-haridawr-one{
    padding: 26px;
    border: 0.5px solid var(--Grays-Gray-4, #D1D1D6);
    box-shadow: 0px 4px 30px 0px #00000005;

}
.pack-para{ 
    background: #007AFF1F;
    padding: 6px 24px;
    border-radius: 30px;
    color: var(--Colors-Blue, #007AFF);
    font-size: 17px;
    line-height: 28px;
    font-family: Poppins;
}
.text-10-days-char-dham{
    font-size: 24px;
    line-height: 32px;
    font-family: Poppins;
    font-weight: 600;
}
.text-para-haridwar{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family:Poppins;
}
.text-fare{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #CF213C;
    font-family: Poppins;
    text-decoration: underline;
}
.text-fare p{
    margin-bottom: 8px;
}
.para-10days{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.btn-view-detealis{
    background: #CD213C;
   padding: 15px 30px;
   font-size: 17px;
   font-family: Poppins;
   line-height: 100%;
}

/*============================ yarta-package-stylings done ============================ */

/* ==================================== Lorem Ipsum is simply dummy ==================================== */
.lorem-ipsum-dummy{
    background: #CF213C;
}

.lorem-text{
 font-size: 40px;
 line-height: 60px;
 font-family: Poppins;
 font-weight: 600;
}

.lorem-para-text{
   font-size: 17px;
   line-height: 30px;
   font-weight: 400;
   font-family: Poppins;
   margin-bottom: 20px;
}
.cont-btn{
    font-size: 20px;
    line-height: 30px;
    padding: 20px 70px;
    background: #FFFFFF;
    color: #CF213C;
    font-family: poppins;
}

/*========================== Why Choose Us ======================= */
.text-why-choose{
    font-size: 40px;
    font-family: Poppins;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}
.text-why-choose-para{
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.list-para{
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

/* ============================ FAAQ CSS START ============================*/
.backk-faq-imgg{
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    
}

.backk-faq-imgg::before{
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-image: url("./assets/image/faqq-imgg.webp");
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     z-index: -1;
}
.fqa-text{
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 50px;

}
/* button styling (pill look) */
.accordion-button {
  background: #fff !important;
  box-shadow: none !important;
  color: #000;
  padding: 14px 55px 14px 20px;
  /* border-radius: 40px; */
  position: relative;
}

/* open par bhi same white rahe */
.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #000;
}

/* bootstrap arrow hatao */
.accordion-button::after {
  display: none;
}

/* red circle + button */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #e60000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 15px 5px;
}

/* ============================ footer stylings strat ============================ */


.ftr-back-img{
    position: relative;
    overflow: hidden;
    min-height: 60vh;
}
.ftr-back-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url("/assets/image/footer/footer-bcak.webp"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.card-cont{
    position: relative;
    top: 0px;
    left: 0px;
}
.text-company{
    font-size: 24px;
    line-height: 100%;
      font-family: Poppins;
    margin-bottom: 30px;
}

.text-compnay-para{
    font-size: 16px;
    line-height: 141%;
    font-family: Poppins;
}

.phone-text{
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}

.email-text{
    font-size: 16px;
    line-height: 30px;
     font-family: Poppins;
}
.text-address{
    font-size: 16px;
    line-height: 30px;
     font-family: Poppins;
}
.phone-text-number{
    font-size: 17px;
    line-height: 30px;
    font-family: Work Sans;
}

.footer-back-color{
    background-color:#CD213C;
}


/*=========================== CHAR DHAM PAGE RESPONSVIE STRAT =================================  */


@media screen and (min-width:1400px) and (max-width:1499px) {
    section {
    padding: 60px 0px;
}
    
    .nav-item {
    list-style: none;
    font-size: 16px;
    line-height: 100%;
    white-space: nowrap;
}
.call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 18px 21px;
    display: flex;
    align-items: center;
}
.char-dham-text {
    font-size: 60px;
    line-height: 60px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 15px;
}
.char-dham-text-para {
    font-size: 19px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 20px;
}
.btn-bokking {
    padding: 18px 35px;
    background-color: #1C75BC;
    font-family: Poppins;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
}
.main-from {
    padding: 46px 32px;
    border: 0.5px solid var(--Grays-Gray-4, #D1D1D6);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-package-para {
    font-size: 19px;
    line-height: 29px;
    font-family: Poppins;
    font-weight: 400;
}
.text-package {
    font-size: 28px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
}
.End-to-end-para {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    font-family: Poppins;
}

.text-10-days-char-dham {
    font-size: 22px;
    line-height: 32px;
    font-family: Poppins;
    font-weight: 600;
}
.text-para-haridwar {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: Poppins;
}
.lorem-text {
    font-size: 40px;
    line-height: 60px;
    font-family: Poppins;
    font-weight: 600;
}
.lorem-para-text {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 20px;
}
.cont-btn {
    font-size: 19px;
    line-height: 30px;
    padding: 18px 65px;
    background: #FFFFFF;
    color: #CF213C;
    font-family: poppins;
}
.text-why-choose {
    font-size: 40px;
    font-family: Poppins;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}
.fqa-text {
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 50px;
    margin-top: 60px;
}
.phone-text-number {
    font-size: 16px;
    line-height: 30px;
    font-family: Work Sans;
}
.main-card-yamuna-ghat {
    display: flex;
    align-items: center;
    /* gap: 40px; */
    justify-content: space-between;
}
}

@media screen and (min-width:1200px) and (max-width:1399px) {

    section{
        padding: 38px 0px;
    }
     .logo-frits{
        width: 240px;
    }
    
    .call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 14px 8px;
    display: flex;
    align-items: center;

}
.call-btn a
 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-item {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
.char-dham-text {
    font-size: 50px;
    line-height: 50px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 18px;
}
.char-dham-text-para {
    font-size: 17px;
    line-height: 23px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 20px;
}
.main-from {
    padding: 42px 32px;
    border: 0.5px solid var(--Grays-Gray-4, #D1D1D6);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yamuna-deteails {
    margin-bottom: 24px;
}

.text-package-para {
    font-size: 18px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 400;
}
.Yarta-pack-detalis-text {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    font-family: Poppins;
}
.you-book-text {
    font-size: 38px;
    line-height: 50px;
    font-family: Poppins;
    font-weight: 600;
}
.text-yarta {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    font-family: Poppins;
}
.text-package {
    font-size: 27px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
}
.text-booking-summery {
    font-size: 24px;
    margin-bottom: 30px;
}
.text-you-book-para {
    font-size: 18px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}
.End-to-end-para {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    font-family: Poppins;
}
.text-10-days-char-dham {
    font-size: 22px;
    line-height: 32px;
    font-family: Poppins;
    font-weight: 600;
}
.text-para-haridwar {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: Poppins;
}
.para-10days {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.btn-view-detealis {
    background: #CD213C;
    padding: 21px 24px;
    font-size: 16px;
    font-family: Poppins;
    line-height: 100%;
}
.lorem-text {
    font-size: 38px;
    line-height: 60px;
    font-family: Poppins;
    font-weight: 600;
}
.lorem-para-text {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 17px;
}
.text-why-choose {
    font-size: 38px;
    font-family: Poppins;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 8px;
}

.text-why-choose-para {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
}
.fqa-text {
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 50px;
    margin-top: 60px;
}
.text-compnay-para {
    font-size: 15px;
    line-height: 141%;
    font-family: Poppins;
}
.phone-text-number {
    font-size: 17px;
    line-height: 30px;
    font-family: Work Sans;
}
.yamuna-ghat-card {
    border: 0.7px solid var(--Grays-Gray-5, #E5E5EA);
    padding: 32px 16px;
}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	 .logo-frits{
        min-width: 120px;
    }

    .amritsar-back-img {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    background: #000000A8;
}
    
    .call-btn a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
   
}
.nav-item {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
.call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 14px 10px;
    display: flex;
    align-items: center;
     margin-left: 22px;
}



    .logo-frits{
        /* width: 200px; */
    }
/*     .call-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    
}
    
    .call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    margin-left: 22px;
}
.nav-item {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
 */
.char-dham-text {
    font-size: 45px;
    line-height: 55px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 15px;
}
.char-dham-text-para {
    font-size: 17px;
    line-height: 23px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 20px;
}
.btn-bokking {
    padding: 18px 30px;
    background-color: #1C75BC;
    font-family: Poppins;
    font-size: 17px;
    line-height: 100%;
    font-weight: 600;
}
.yamuna-ghat-card {
    border: 0.7px solid var(--Grays-Gray-5, #E5E5EA);
    padding: 20px 20px;
}
.main-card-yamuna-ghat {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.text-package {
    font-size: 25px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
}
.text-package-para {
    font-size: 17px;
    line-height: 28px;
    font-family: Poppins;
    font-weight: 400;
}
.Yarta-pack-detalis-text {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    font-family: Poppins;
}
.you-book-text {
    font-size: 30px;
    line-height: 41px;
    font-family: Poppins;
    font-weight: 600;
}
.text-you-book-para {
    font-size: 18px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}
.End-to-end-para {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-family: Poppins;
}
.card-you-book-one {
    background: #FFFFFF;
    border: 0.6px solid var(--Grays-Gray-5, #E5E5EA);
    box-shadow: 0px 0px 20px 0px #00000005;
    padding: 30px 21px;
    height: 100%;
}
.text-yarta {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: Poppins;
}
.yarta-packeage-bottom {
    margin-bottom: 22px;
}
.text-10-days-char-dham {
    font-size: 19px;
    line-height: 32px;
    font-family: Poppins;
    font-weight: 600;
}
.text-para-haridwar {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: Poppins;
}
.para-10days {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    margin-bottom: 0px;
}
.btn-view-detealis {
    background: #CD213C;
    padding: 21px 12px;
    font-size: 15px;
    font-family: Poppins;
    line-height: 100%;
}
.lorem-text {
    font-size: 30px;
    line-height: 50px;
    font-family: Poppins;
    font-weight: 600;
}
.lorem-para-text {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 15px;
}
.text-why-choose {
    font-size: 30px;
    font-family: Poppins;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 9px;
}
.text-why-choose-para {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}
.list-para {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.text-company {
    font-size: 24px;
    line-height: 100%;
    font-family: Poppins;
    margin-bottom: 25px;
}
.text-compnay-para {
    font-size: 17px;
    line-height: 141%;
    font-family: Poppins;
}
.back-fqa-img {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    top: 0px;
}
.phone-text-number {
    font-size: 18px;
    line-height: 30px;
    font-family: Work Sans;
}
}

@media screen and (min-width:768px) and (max-width:991px) {

    section {
    padding: 40px 0px;
}
    .call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    
}
.char-dham-text {
    font-size: 50px;
    line-height: 58px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
.char-dham-text-para {
    font-size: 17px;
    line-height: 23px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 21px;
    text-align: center;
}

.yam-img{
    margin-top: 50px;
}
.btn-bokking-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.yamuna-ghat-card {
    border: 0.7px solid var(--Grays-Gray-5, #E5E5EA);
    padding: 25px;
}
.main-card-yamuna-ghat {
    display: flex;
    align-items: center;
    /* gap: 35px; */
    justify-content: space-between;
}

.Yarta-pack-detalis-text {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    font-family: Poppins;
}
.yamuna-deteails {
    margin-bottom: 20px;
}
.text-booking-summery {
    font-size: 24px;
    margin-bottom: 30px;
}
.text-package {
    font-size: 25px;
    line-height: 39px;
    font-family: Poppins;
    font-weight: 600;
}
.text-package-para {
    font-size: 18px;
    line-height: 28px;
    font-family: Poppins;
    font-weight: 400;
}
.you-book-text {
    font-size: 30px;
    line-height: 45px;
    font-family: Poppins;
    font-weight: 600;
}
.text-you-book-para {
    font-size: 18px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}
.End-to-end-para {
    font-size: 21px;
    line-height: 36px;
    font-weight: 500;
    font-family: Poppins;
}
.btn-view-detealis {
    background: #CD213C;
    padding: 20px 33px;
    font-size: 16px;
    font-family: Poppins;
    line-height: 100%;
}
.lorem-text {
    font-size: 30px;
    line-height: 50px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
}
    .lorem-para-text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        font-family: Poppins;
        margin-bottom: 16px;
        text-align: center;
    }
.cont-btn {
    font-size: 19px;
    line-height: 30px;
    padding: 17px 59px;
    background: #FFFFFF;
    color: #CF213C;
    font-family: poppins;
    margin-bottom: 60px;
}
.center-btn-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-why-choose {
    font-size: 30px;
    font-family: Poppins;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.text-why-choose-para {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
}
.list-para {
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 17px;
    text-align: center;
}
.fqa-text {
    font-size: 40px;
    line-height: 50px;
    font-family: Poppins;
    margin-bottom: 4px;
    
}
.para-acco{
    font-size: 15px;
}
.back-fqa-img {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    
}
.text-company {
    font-size: 21px;
    line-height: 100%;
    font-family: Poppins;
    margin-bottom: 18px;
}
.text-compnay-para {
    font-size: 16px;
    line-height: 99%;
    font-family: Poppins;
}
.card-cont {
    position: relative;
    left: 0px;
}
.one-img-footer-svg{
    min-width: 40px;
}
}

@media screen and (min-width:320px) and (max-width:576px) {

    

    section{
        padding: 30px 0px;
    }
	
	  .faq-text {
       font-size: 30px;
       line-height: 36px;
       font-family: Poppins;
       margin-bottom: 5px;
   }
	
    .logo-header-fris{
        width: 200px;
    }

    .call-btn {
    height: 100%;
    background: #1f78c1;
    border: none;
    border-radius: 0;
    padding: 16px 24px;
    display: flex;
    align-items: center;
}
    .char-dham-text {
    font-size: 33px;
    line-height: 60px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}
.char-dham-text-para {
    font-size: 17px;
    line-height: 22px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 19px;
    text-align: center;
}
.btn-bokking {
    padding: 20px 40px;
    background-color: #1C75BC;
    font-family: Poppins;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-bokking-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Yarta-pack-detalis-text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: Poppins;
}
.yamuna-deteails {
    margin-bottom: 15px;
}
.yamuna-ghat-card {
    border: 0.7px solid var(--Grays-Gray-5, #E5E5EA);
    padding: 20px 15px;
}
.main-card-yamuna-ghat {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
}
.text-duration-days {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    font-family: poppins;
    display: flex;
    align-items: center;
    justify-content: start;
}
.text-duration {
    font-size: 20px;
    line-height: 130%;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 2px;
    color: #2D2D2D;
}
.text-booking-summery {
    font-size: 24px;
    margin-bottom: 20px;
}
.form-text-para {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.text-package {
    font-size: 25px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
}
.text-package-para {
    font-size: 17px;
    line-height: 28px;
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
}
.you-book-text {
    font-size: 30px;
    line-height: 43px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
}
.text-you-book-para {
    font-size: 17px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 400;
    color: #000000;
    margin-bottom: 34px;
    text-align: center;
}
.End-to-end-para {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    font-family: Poppins;
}
.text-yarta {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: Poppins;
}
.yarta-packeage-bottom {
    margin-bottom: 20px;
}
.text-10-days-char-dham {
    font-size: 22px;
    line-height: 29px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 10px;
}
.text-para-haridwar {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: Poppins;
}
.btn-view-detealis {
    background: #CD213C;
    padding: 15px 30px;
    font-size: 16px;
    font-family: Poppins;
    line-height: 100%;
    margin-top: 27px;
}
.lorem-text {
    font-size: 30px;
    line-height: 43px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
}
.lorem-para-text {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: Poppins;
    margin-bottom: 17px;
    text-align: center;
}
.cont-btn {
    font-size: 17px;
    line-height: 26px;
    padding: 17px 56px;
    background: #FFFFFF;
    color: #CF213C;
    font-family: poppins;
    margin-bottom: 40px;
}
.center-btn-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-why-choose {
    font-size: 30px;
    font-family: Poppins;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.text-why-choose-para {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 23px;
    text-align: center;
}
.list-para {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 17px;
    text-align: center;
}
.fqa-text {
    font-size: 30px;
    line-height: 35px;
    font-family: Poppins;
    margin-bottom: 15px;
    margin-top: 30px;
}
.para-acco{
    font-size: 16px;
}
	
/* 	.backk-faq-imgg {
       position: relative;
       overflow: hidden;
      height: 800px;
    } */
}



