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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

section.detail-page {
  padding-bottom: 1px;
}

.hashtag-line {
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  line-height: 1.8;
  max-width: 92%;
  text-align: center;
  margin: 0 auto;
}

.hashtag-line strong {
  font-weight: 700;
  /* background-color: #dd9932; */
  padding: 2px 6px;
  border-radius: 4px;
}

section.container {
  padding-bottom: 0;
  background-color: transparent;
}

section.trip-section {
  padding: 10px 0px;
  background-color: transparent;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 15px 0;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background-color: #25D366; */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

button.navbar-toggler {
  margin-right: 5%;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

/* .section-title {
    background-color: #e53935;
    color: white;
    padding: 10px;
    font-weight: bold;
} */
h2.section-title.mt-5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a180a;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 39px;
  margin-top: 0 !important;
}

p {
  margin: 0;
}

h2.section-title.mt-5::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #c5783c;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0 !important;
}

h4.fw-bold {
  color: #bd7932 !important;
}

li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Suisse", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.prgh-detailppage {
  font-family: Suisse, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 33px;
}

ul.points-ul {
  list-style: none;
  padding-top: 35px;
  text-transform: capitalize;
}

.section-header {
  text-align: center;
  font-size: 16 px !important;
  font-weight: 600;
  /* color: #e55d23; */
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul {
  list-style: square !important;
}

.info-box {
  background-color: #1e2842;
  border-left: 4px solid #e53935;
  padding: 15px;
  margin-bottom: 15px;
  /* text-transform: capitalize; */
}

h2.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c5783c;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

p.text {
  font-size: 16px !important;
  font-family: Suisse, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1e2842;
  -webkit-font-smoothing: antialiased;
  text-align: left !important;
  text-transform: none !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgb(197 120 60) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
}

/* General List Styling */
.points-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.point-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}

/* .point-item:hover {
    background-color: #007bff;
    color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
} */

.point-number {
  font-weight: bold;
  color: #c4793c;
  margin-right: 8px;
}

/* Responsiveness */
@media (max-width: 767px) {
  .col-md-6 {
    flex: 0 0 100%;
  }

  .banner {
    margin-top: 18%;
  }
}

p.text {
  font-size: 20px;
  font-family: Suisse, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #4e5055;
  -webkit-font-smoothing: antialiased;
}

/* Customize list items */
li {
  /* font-size: 1.1rem; */
  line-height: 1.6;
}

/* Spacing for columns */
.mb-3 {
  margin-bottom: 1rem;
}

span.point-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Suisse", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* h2.section-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #C5783C;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
} */

h2.text-center.mb-4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-center {
  text-transform: capitalize;
  text-align: center !important;
}

/* Banner Section */
/* .banner {
    position: relative;
    width: 100%;
    height: 400px;
    
    background-image: url('../../assets/images/slider-img/permit-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

/* Overlay */
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Semi-transparent overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center content */
  align-items: center;
  /* Horizontally center content */
  color: #fff;
  text-align: center;
  /* Center align text */
}

/* Text */
.banner-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-subtitle {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

/* Button Style */
.btn-primary {
  background-color: #e30a13;
  border-color: #e30a13;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #c20811;
  border-color: #c20811;
}

/* Responsive Design */
@media (max-width: 768px) {
  .banner {
    height: 250px;
  }

  .banner-title {
    font-size: 2rem;
  }

  .banner-subtitle {
    font-size: 1rem;
  }

  .banner {
    margin-top: 18%;
  }
}

p.banner-subtitle {
  font-family: Suisse, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 33px;
}

th {
  color: black;
  padding-right: 41px;
}

td {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Suisse", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 77px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.card {
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /* Subtle shadow */
}

.card-header {
  background-color: #007bff;
  /* Blue header */
  color: #fff !important;
}

.table td,
.table th {
  border: 1px solid #dee2e6;
  /* Lighter border */
}

.heading {
  color: #007bff;
  /* Blue heading */
}

.card-header {
  background-color: #1e2842 !important;
  border-left: 5px solid #bd7932;
  padding: 5px;
  /* margin-bottom: 20px; */
  border-radius: 5px;
}
h2.card-header {
  background-color: #1e2842 !important;
  border-left: 5px solid #bd7932;
  padding: 5px;
  /* margin-bottom: 20px; */
  border-radius: 5px;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  table {
    font-size: 14px;
  }

  .banner {
    margin-top: 18%;
  }
}

p {
  color: black;
}

h2.heading {
  border-radius: 0;
  border: solid 1px rgb(30 40 66);
  padding: 0.3em;
  background: #1e2842;
  text-align: center;
  font-size: 1.7em;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #ffffff;
}

ul {
  list-style: none;
}

.card-header {
  text-align: center;
}

.card-body {
  text-align: left;
}

p.footer-p {
  color: #b5b0ab;
}

footer.bg-secondary.text-white.py-4 {
  background: #1e2842 !important;
  padding: 20px;
  margin-top: 1% !important;
}

li.footer-li {
  padding: 4px;
}

section#advertisers {
  margin-top: 5%;
}

ul#menu {
  list-style: none !important;
}

/* Chnages by Arfam */

.card-header h3 {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

section.card {
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;

  padding: 5px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.suggestion-link {
  position: relative;
  color: #1e2842 !important;
  font-weight: 500;
  /* text-decoration: none;  */
  transition: color 0.3s ease;
}
