


.hero-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
}

.hero-section .container{
    position: relative;
    z-index: 1;
}

.hero-content h1{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.hero-content p{
    font-size: 18px;
    color: #f1f1f1;
    max-width: 650px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px !important;
    border: 1px solid #ddd !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.main-header .main-menu-wrapper{
    border-bottom:2px solid var(--thm-primary);;
}
.main-menu-wrapper{
    border-bottom:2px solid var(--thm-primary);;
}
.hero-form h5{
    font-weight:600;
    
}

.chardham-dates {
 background: #ffffff;
    overflow: hidden;
    padding: 12px 0 0px 0;
}

.dates-track {
    display: flex;
    width: max-content;
    animation: datesScroll 28s linear infinite;
}

.date-item {
    background: #E8604C;
    color: #fff;
    padding: 6px 26px;
    margin: 0 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

@keyframes datesScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* responsive */
@media (max-width: 768px) {
    .date-item {
        font-size: 13px;
        padding: 6px 18px;
    }
}


@media(max-width:767px){
    .hero-section{
        padding: 70px 0;
    }
    .hero-content{
            margin-top: 70px;
    }

    .hero-content h1{
        font-size: 30px;
    }
    .book-now{
          padding:30px 0;
    }
    .footer-logo img{
       max-width: 200px !important;
    }

    .hero-content p{
        font-size: 15px;
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 24px !important;
        line-height: 35px !important;
    }
}

    .extra-psa2{
    padding: 20px 10px 0px 10px;
    margin-top:10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.package-img{
        padding: 15px 15px 0 15px;
}

.itnry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.itnry li {
    text-align: center;
    flex: 1;
}

.itnry li figure {
    margin: 0 auto 6px;
    width: 45px;
    height: 45px;
}

.itnry li img {
    max-width: 100%;
    height: auto;
}

.itnry li p {
    font-size: 0.9rem;
    margin: 0;
    color: #333;
    font-weight: 500;
}

.pkg-price{
    
    list-style: none;
    padding-left:5px;
}

.pkg-price-start {
  font-size: 15px !important;
  color: #1c3d71;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}

.pkg-price-old {
  text-decoration: line-through;
  color: #6c757d; /* text-muted */
  margin-left: 5px;
}

.pkg-price-new {
 font-size:16px !important;
  font-weight: 800;
  color: #ef7f1a;
  margin-top: 0;
  text-align: left;
}

.pkg-price-unit {
  font-size:16px !important;
  color: #1c3d71;
}
.abut-para{
        text-align: justify;
}
.cus-paln{
    font-size:16px;
    color:var(--thm-primary);
}
.durantion{
    font-size:16px;
    color:#000;
}
.package-body h5{
    margin-bottom:5px;
    font-size: 22px;
    /*color: red;*/
}
.des{
    line-height: 1.4;
    font-size: 16px;
}

