@media (max-width: 767.98px) {  
 
 .top-header{
     display:none;
 }
}
.pack-contnet{
        font-size: 18px!important;
    text-align: justify;
    margin-top: 8px !important;
}
.pak-bnn{
    text-align: center;
    margin-top: 20px;
}

.single-contact p a{
    color:#000;
}
.cont-icon{
    color:#000;
    font-size: 28px;
}

.contact-page .single-contact:hover .cont-icon  {
  color:#fff;
}

  .cs-map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom:200px; /* 16:9 Aspect Ratio */
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cs-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 12px;
}

 .js-privacy-section{
      padding:60px 0;
    }
    .js-privacy-card{
      background:#fff;
      border-radius:10px;
      box-shadow:0 4px 20px rgba(0,0,0,0.05);
      padding:30px;
    }
    .js-privacy-title{
      font-size:28px;
      font-weight:700;
      margin-bottom:20px;
      color:var(--primary-color1);
      text-align:center;
    }
    .website{
        color:var(--primary-color1);
    }
    .js-privacy-card h4{
      font-size:20px;
      margin-top:25px;
      color:var(--primary-color1);
      font-weight: 700;
    }
    .js-privacy-card p, .js-privacy-card li{
      font-size:18px;
      line-height:1.7;
      color:#444;
    }
     
    @media (max-width: 575.98px) {  
 .js-privacy-title{
      font-size:20px;
 }
 .js-privacy-card p{
     font-size:16px;
 }
 .blog_item img{
 height: 200px !important;
 }
}

.cus-foot{
    padding-left: 50px;
    padding-right: 50px;
}

    .blog_item img{
        width: 100%;
            height: 529px;
    }
    .bus-type-section {
  background: #FCFBDA;
}
.bus-box {
   background: #ffffff00;
  border:2px dotted #333333;
}
.details-book h5{
    font-size:24px;
    color:#00509F;
    font-weight: bold;
}
.details-book p{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.details-bnn{
    justify-content: end;
    display: flex;
    padding: 30px;

}
.details-bnn button{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
        color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .details-bnn button:hover{
      background-color:#144c7d;
      color:#fff;
  }
   .responsive-table {
             width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        .table-header {
            background-color: #00bfff;
            color: white;
        }
        .table-header th, .table-body td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        .table-body td {
            background-color: #f9f9f9;
        }
        .book-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #00bfff;
            color: white;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            text-align: center;
            margin-top: 20px;
            transition: background-color 0.3s ease;
        }
        .book-button:hover {
            background-color: #008fb3;
        }
        .price-container {
            font-size: 20px;
            color: green;
            font-weight: bold;
        }
        .old-price {
            font-size: 18px;
            color: red;
            text-decoration: line-through;
        }
        @media (max-width: 768px) {
            .responsive-table {
                font-size: 14px;
            }
            .table-header th, .table-body td {
                padding: 10px;
            }
        }
 @media (max-width: 575.98px) {
     .details-bnn{
    justify-content:center;
    padding: 10px;
    }
    .cus-foot{
    padding-left: 12px;
    padding-right: 10px;

    }
 }
 
     .booking-section {
  background: linear-gradient(135deg, #e3f2fd, #fff);
}

.form-wrapper {
  transition: all 0.3s ease;
}

.form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.form-label {
  color: #333;
}
.form-control {
    padding:12px;
}
.form-wrapper h2 {
  color: #009900;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.rotate-icon {
  display: inline-block;
  transform: rotate(90deg);
  margin-right:10px;

}
