
.icon-title-section div {
  text-align: left; 
}

.hero-section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.hero-section img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.hero-section .text-content {
  padding-left: 30px;
}

.icon-title-section {
  text-align: center;
  margin-bottom: 30px;
}

.icon-title-section img {
  width: 80px;
  margin-bottom: 10px;
}

.icon-title-section h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.icon-title-section p {
  font-size: 14px;
  margin: 0;
}

.feature-section {
padding:30px; 
}
.feature-section img {
width: 100%;
height: auto;
margin-bottom: 15px; 
}
.feature-section h5 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
.feature-section p {
font-size: 0.95rem;
line-height: 1.6;
}
@media (max-width: 768px) {
  .hero-section {
      flex-direction: column;
      text-align: center;
  }

  .hero-section .text-content {
      padding-left: 0;
      margin-top: 20px;
  }
}

/* Tour trip style */
.container {
  font-family: Arial, sans-serif;
}
.responsive-div-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.header {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.row:last-child {
  border-bottom: none;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  text-align: center;
}
.col-md-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
}
.btn-success {
  background-color: #28a745;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
}
.btn-success:hover {
  background-color: #080808;
}

