body {
  font-family: Arial, sans-serif;
  color: black;
  margin: 0;
  background-color: #ffffff;
}

.container-allahabad {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  max-width: 80%;
  margin: auto;
}

.info-table,
.fare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.info-table td,
.fare-table th,
.fare-table td {
  padding: 6px;
  border: 1px solid #ddd;
  text-align: center;
}

h2 {
  padding: 7px 0 7px 0;
  font-size: 29px;
}

h4 {
  padding: 7px 0 7px 0;
  font-size: 25px;
}

.info-table td:first-child {
  font-weight: bold;
  background-color: #f2f2f2;
}

.fare-table thead {
  background-color: orange;
  color: #fff;
}

.fare-table td {
  text-align: center;
  height: auto;
}

.fare-table th {
  color: #fff;
  background-color: #de9619;
  text-align: center;
}

table {
  width: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.card {
  height: auto;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.13);
  padding: 5px 20px 20px;
  text-align: center;
  margin: 20px 0px 20px 0px;
  margin-right: 10px;
  font-size: 14px;
}

.col-md-15 {
  width: 25%;
}

.card img {
  height: 120px;
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}

.card h2 {
  font-size: 18px;
  margin: 15px 0;
}

.card .tariff {
  font-size: 14px;
  color: #444;
  width: 50%;
  float: left;
}

.card .details {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.card .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.card .buttons a {
  text-decoration: none;
  color: #ffffff;
}

.card .buttons .book {
  height: 40px;
  background: #de9619;
  color: #fff;
  border: 2px solid;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 5px;
}

.card .buttons .whatsapp {
  height: 40px;
  text-align: center;
  background: #000;
  color: #fff;
  border: 2px solid;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 5px;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.tabs {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 8px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f1f1f1;
  flex: 1;
  text-align: center;
}

.tab.active {
  background: #fff;
  border-top: 2px solid #007bff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

.tab-content {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
}

.tab-content p {
  margin: 10px 0;
}

.tab-content.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .container-allahabad {
    max-width: 80%;
  }

  .col-md-15 {
    width: 33.33% !important;
  }
}

@media screen and (max-width: 769px) {
  .container-allahabad {
    max-width: 80%;
  }

  .col-md-15 {
    width: 50% !important;
  }
}

@media screen and (max-width: 426px) {
  .responsive-fare-table {
    display: block;
    overflow-x: scroll;
  }
  .container-allahabad {
    max-width: 80%;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 20px;
    text-align: center;
  }

  .col-md-15 {
    width: 100% !important;
  }
}

.card-img {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .card-img img {
    height: 105px !important;
  }
}
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.card {
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.13);
  padding: 5px 20px 20px;
  text-align: center;
  margin: 20px 0px 20px 0px;
  margin-right: 10px;
  font-size: 14px;
}
.col-md-3 {
  width: 25%;
}
.card img {
  height: 120px;
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
.card h2 {
  font-size: 18px;
  margin: 15px 0;
}
.card .tariff {
  font-size: 14px;
  color: #444;
  margin-top: 5px;
  width: 50%;
  float: left;
}
.card .details {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
.card {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.buttons2 {
  display: flex;
  justify-content: space-evenly;
}
.card .buttons2 a {
  text-decoration: none;
  color: #ffffff;
}
.card .buttons2 .book {
  background: #de9619;
  color: #fff;
  border: 2px solid #de9619;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 5px;
}
.card .buttons2 .whatsapp {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .col-md-3 {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .col-md-3 {
    width: 50%;
  }
}
@media screen and (max-width: 426px) {
  .col-md-3 {
    width: 100%;
  }
}

.card-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .card-img img {
    height: 105px !important;
  }
}
/*Add New Css on 1/17/2015 */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f5f5f5;
}

   .tp-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tp-text-section {
    flex: 1;
    min-width: 300px;
    margin-top: 50px;
}
.tp-text-section h1 {
    font-size: 35px;
    margin-bottom: 15px;
}
.tp-text-section h1 span {
    color: rgb(196, 167, 88);
}
.tp-text-section p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}
.tp-image-gallery {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.tp-main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.tp-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.tp-main-image img {
    min-width: 100%;
    height: auto;
    object-fit: cover;
}
.tp-thumbnail-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
}
.tp-thumbnail {
    flex: 0 0 100px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.tp-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tp-thumbnail img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.tp-arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    background: #e4e0e0;
    border: 1px solid #ccc;
    border-radius: 20%;
    padding: 0px;
    cursor: pointer;
    z-index: 8;
    box-shadow: 0 1px 3px rgba(231, 227, 227, 0.2);
    transition: background-color 0.3s ease;
}
.tp-arrow:hover {
    background-color: #f0f0f0;
}
#tp-prev-arrow {
    left: 0px;
}
#tp-next-arrow {
    right: 0px;
}
.tp-cta-button {
     display: block;
    background-color:#de9619;
    color: black;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 0px auto; /* This centers the button horizontally */
    width: fit-content; /* Adjust width to fit the button content */
}
.tp-cta-button:hover{
  color:white;
}
 .tp-main-image img {
    width: 100%; /* Make the image take up the full width of its container */
    height: auto; /* Maintain the aspect ratio */
    object-fit: cover; /* Ensure the image fills the container without distortion */
}
.tp-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* Ensure the slider takes the full width of its container */
}
/* Responsive Styling */
@media (max-width: 768px) {
    .tp-container {
        flex-direction: column;
    }
    .tp-text-section {
    margin-top: 0px;
}
    .tp-text-section h1 {
        font-size: 25px;
    }

    .tp-thumbnail {
        flex: 0 0 80px;
        height: 60px;
    }
.tp-main-image {
        height: 300px; /* Adjust height for tablets */
    }
    .tp-arrow {
        display: none; /* Hide arrows on tablets and smaller screens */
    }
}
@media (max-width: 480px) {
    .tp-text-section h1 {
        font-size: 25px;
    }
    .tp-text-section {
    margin-top: 0px;
}

    .tp-thumbnail {
        flex: 0 0 70px;
        height: 50px;
    }

    .tp-arrow {
        display: none; /* Hide arrows on tablets and smaller screens */
    }
    .tp-main-image {
        height: 200px; /* Adjust height for mobile screens */
    }
   
}
/* css for icon Card secion 2nd part of page*/
.amenities-container {
  width: 80%;
  padding:30px;
max-width: 1200px;
margin: 20px auto;
padding: 15px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin-bottom: -20px;
}

.amenity-item {
background: #f8f9fa;
border-radius: 10px;
padding: 15px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease;
min-height: 120px;
}

.amenity-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.amenity-icon {
width: 40px;
height: 40px;
margin-bottom: 10px;
display: block; /* Ensures proper display for both images and icons */
object-fit: contain; /* Ensures the image/icon fits well within the defined size */
transition: transform 0.3s ease-in-out;
}

.amenity-item:hover .amenity-icon {
transform: scale(1.1); /* Adds a hover effect for images or icons */
}

.amenity-label {
font-size: 14px;
font-weight: bold;
color: #1a1a1a;
text-transform: uppercase;
margin-top: 8px;
}
.centered-heading-container {
  
display: flex;
justify-content: center; /* Centers the content horizontally */
align-items: center; /* Centers the content vertically */

text-align: center; /* Ensures text alignment in the center */
}

.centered-heading {
font-size: 2rem; /* Default font size for large screens */
font-weight: bold;
color: #333;
margin: 0;
margin-top:30px;
}
/* For larger screens (desktop) */
@media (min-width: 1024px) {
.amenities-container {
  
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.amenity-icon {
    width: 50px;
    height: 50px;
}

}

/* For tablets */
@media (max-width: 1024px) and (min-width: 769px) {
.amenities-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.amenity-icon {
    width: 45px;
    height: 45px;
}
.centered-heading {
  width: 80%;
  text-align: center;
    font-size: 2rem;
}
}

/* For mobile screens */
@media (max-width: 768px) {
  .centered-heading-container{
    margin-bottom: -60px;
    padding: 34px;
  }
.amenities-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.amenity-item {
    padding: 12px;
    min-height: 100px;
}

.amenity-icon {
    width: 35px;
    height: 35px;
}

.amenity-label {
    font-size: 12px;
}
.centered-heading {
  padding: 30px;
  margin-left: 10px;
  text-align: center;
    font-size: 2rem;
}
}

/* For very small screens */
@media (max-width: 480px) {
.amenities-container {
    height: 100vh;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.amenity-item {
    padding: 10px;
    min-height: 90px;
}

.amenity-icon {
    width: 30px;
    height: 30px;
}

.amenity-label {
    font-size: 11px;
}
.centered-heading {
 text-align: center;
    font-size: 1.5rem;
}

}
/*3rd part of page css*/
.tp-card-container-section {
  padding:15px;
  row-gap: normal;
  width: 80%; /* Occupies 90% of screen width */
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
  gap: 1rem; /* Space between cards */
}

/* Card Styling */
.tp-custom-card {
    margin-top: 10px;
  background: #f5f5f5;
  border-radius: 0.5rem;
  
  
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Card Specific Content */
.tp-custom-card img {
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 0.25rem;
}

/* Responsive Adjustments */
@media (max-width: 1024px) { /* Tablets */
  .tp-card-container-section {
    row-gap: normal;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  }
}

@media (max-width: 768px) { /* Small tablets and large phones */
  .tp-card-container-section {
    row-gap: normal;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
  }
}

@media (max-width: 480px) { /* Phones */
  .tp-card-container-section {
    gap: 2px;
    grid-template-columns: 1fr; /* 1 card per row */
  }

 
}
/*end */
/*Start Next*/
.tp-container {
  width: 80%;
        max-width: 1200px;
        margin: 20px auto;
        padding: 0 20px;
        margin-top:30px;
    }

    .tp-hotel-card {
        display: flex;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    .tp-hotel-img {
        width: 40%;
    }

    .tp-hotel-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tp-hotel-info {
        width: 60%;
        padding: 25px;
    }

    .tp-hotel-info h2 {
        color: #333;
        margin-bottom: 15px;
    }

    .tp-hotel-info h2 span {
        color: #ff4757;
    }

    
    .tp-location-item {
        background: #f8f9fa;
        padding: 12px;
        margin: 10px 0;
        border-left: 3px solid rgb(196, 167, 88);
        border-radius: 4px;
    }

    .tp-note {
        background: #f1f1f1;
        padding: 15px;
        border-radius: 4px;
        font-style: italic;
    }

    @media (max-width: 768px) {
        .tp-hotel-card {
            flex-direction: column;
        }
        .tp-hotel-img, .tp-hotel-info {
            width: 100%;
        }
        .tp-hotel-img {
            height: 300px;
        }
    }
    /* End*/
    /*Start new css*/
    .tp-container { max-width: 1200px; margin: 20px auto; padding: 0 20px; }
    .tp-carousel { position: relative; overflow: hidden; }
    .tp-slides { display: flex; transition: transform 0.5s ease; }
    .tp-slide { flex: 0 0 33.33%; padding: 10px; }
    .tp-slide img { width: 100%; height: auto; border-radius: 8px; cursor: pointer; }
    .tp-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; z-index: 10; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .tp-prev { left: 10px; } 
    .tp-next { right: 10px; }
    .tp-modal { 
        position: fixed; 
        top: 0; left: 0; 
        width: 100%; 
        height: 100%; 
        background: rgba(0, 0, 0, 0.8); 
        display: none; 
        justify-content: center; 
        align-items: center; 
        z-index: 100; 
    }
    .tp-modal img { 
        max-width: 90%; 
        max-height: 90%; 
        border-radius: 10px; 
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2); 
    }
    @media (max-width: 768px) { .tp-slide { flex: 0 0 50%; } }
    @media (max-width: 576px) { .tp-slide { flex: 0 0 100%; }  }
    /*End*/
    /* Next Css start*/
    .tp-scroll-container { max-width: 1200px; margin: 20px auto; padding: 0 20px; }
    .tp-scroll-carousel { position: relative; overflow: hidden; }
    .tp-scroll-slides { display: flex; transition: transform 0.5s ease; }
    .tp-scroll-slide { flex: 0 0 33.33%; padding: 10px; text-align: center; }
  
    .tp-scroll-slide p { margin-top: 10px; font-size: 15px; color: #000; }
    .tp-scroll-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; z-index: 10; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .tp-scroll-prev { left: 10px; } 
    .tp-scroll-next { right: 10px; }
    .tp-scroll-modal { 
        position: fixed; 
        top: 0; left: 0; 
        width: 100%; 
        height: 100%; 
        background: rgba(0, 0, 0, 0.8); 
        display: none; 
        justify-content: center; 
        align-items: center; 
        z-index: 100; 
    }
    
    @media (max-width: 768px) { .tp-scroll-slide { flex: 0 0 50%; } }
    @media (max-width: 576px) { .tp-scroll-slide { flex: 0 0 100%; }  }
    /* End*/
    
        
 /* new  footer add  */
 

   
 .footer-container-TPT {
  background-color: white;
  color: #3e3b3b;
  padding: 20px 30px;
}

/* City List & Links */
.city-list-TPT, .services-section-TPT, .footer-links-TPT {
  text-align: center;
  padding: 10px 0;
  line-height: 2;
}

.city-list-TPT a, 
.services-section-TPT a, 
.route-column-TPT a, 
.social-icons-TPT a, 
.footer-links-TPT a {
  color: #353434;
  text-decoration: none;
  font-size: 15px;
  margin: 0 5px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

/* Hover Effect */
.city-list-TPT a::after, 
.services-section-TPT a::after, 
.route-column-TPT a::after, 
.social-icons-TPT a::after, 
.footer-links-TPT a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: blue;
  left: 50%;
  bottom: -3px;
  transition: width 0.3s ease-out;
  transform: translateX(-50%);
}

.city-list-TPT a:hover::after, 
.services-section-TPT a:hover::after, 
.route-column-TPT a:hover::after, 
.social-icons-TPT a:hover::after, 
.footer-links-TPT a:hover::after {
  width: 100%;
}

.city-list-TPT a:hover, 
.services-section-TPT a:hover, 
.route-column-TPT a:hover, 
.social-icons-TPT a:hover, 
.footer-links-TPT a:hover {
  color: blue;
}

/* Routes Section */
.routes-container-TPT {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* Responsive grid */
  gap: 20px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 20px auto;
}

.route-column-TPT {
  text-align: center;
  padding: 10px;
}

.route-column-TPT h3 {
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Contact & Social */
.contact-section-TPT {
  text-align: center;
  padding: 5px 0;
  border-top: 0.5px solid #6d6969;
}

.contact-info-TPT {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}

.contact-info-TPT span {
  color: black;
  font-size: 14px;
}

/* Footer Links */
.footer-links-TPT {
  text-align: center;
  padding: 10px 0;
  border-top: 0.5px solid #6d6969;
}

/* Copyright */
.copyright-TPT {
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  color: black;
}

/* Responsive Design */
@media (max-width: 600px) {
  .city-list-TPT a, 
  .services-section-TPT a, 
  .footer-links-TPT a {
      font-size: 14px;
  }

  .routes-container-TPT {
      grid-template-columns: 1fr;
      gap: 15px;
  }

  .contact-info-TPT {
      flex-direction: column;
      align-items: center;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  .routes-container-TPT {
      grid-template-columns: repeat(2, 1fr);
  }

  .route-column-TPT h3 {
      font-size: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .routes-container-TPT {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .routes-container-TPT {
      grid-template-columns: repeat(4, 1fr);
  }

  .footer-links-TPT a {
      font-size: 18px;
  }
}
/* table responsive for rate  */
/* start here*/


/* Centering the table container */
/* Table Container */
/* Centering the table container */
.table-container-rate-tpt-geo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 60px); /* 100% width minus 30px on each side */
  margin: 20px 30px; /* Adds 30px margin on left & right */
  overflow-x: auto; /* Allows horizontal scrolling if needed */
}

/* Styling the table */
.center-table-rate-tpt-geo {
  width: 85%; /* Increased width */
  border-collapse: collapse;
  text-align: center;
  background-color: white; /* Light yellow background */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Table header styling */
.center-table-rate-tpt-geo th {
  background-color:  #de9619; /* Yellowish-orange */
  color: white;
  padding: 15px;
  font-size: 18px;
  border: 1px solid  #de9619;
}

/* Table body styling */
.center-table-rate-tpt-geo td {
  border: 1px solid #ddd;
  padding: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .center-table-rate-tpt-geo {
      width: 90%;
  }
}

@media (max-width: 768px) {
  .table-container-rate-tpt-geo {
      width: calc(100% - 40px); /* Reduce margin for smaller screens */
      margin: 15px 20px; /* Adjust side margins */
  }
  .center-table-rate-tpt-geo {
      width: 95%;
  }
  .center-table-rate-tpt-geo th, 
  .center-table-rate-tpt-geo td {
      padding: 12px; /* Reduce padding for compact display */
      font-size: 16px; /* Slightly smaller text */
  }
}

@media (max-width: 480px) {
  .table-container-rate-tpt-geo {
      width: calc(100% - 20px); /* Even smaller margins for mobile */
      margin: 10px;
  }
  .center-table-rate-tpt-geo {
      width: 100%;
      font-size: 14px; /* Smaller text for mobile */
  }
  .center-table-rate-tpt-geo th, 
  .center-table-rate-tpt-geo td {
      padding: 10px;
  }
}

