/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2025 | 11:33:02 */
.trek-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 420px;
  margin: 1rem auto;
  position: relative;
  transition: transform 0.3s;
}

.trek-card:hover {
  transform: translateY(-5px);
}

.price-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff471a;
  color: white;
  padding: 8px 20px;
  font-size: 15px;
  border-bottom-left-radius: 8px;
  z-index: 10;
  font-weight: 600;
}

.trek-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.item-details {
  padding: 20px 20px 0px;
}

.item-details h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
	text-align:center;
  color: #111;
}
 .info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
}

.info-item i {
  color: #fe960b;
  font-size: 15px;
} 

.trek-info {
  padding: 0 20px 20px;
	text-align:center;
}

.trek-info p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.btn-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}



.btn-modern.blue {
  background-color: #ff9900;
	   text-decoration: none;
	color:#fff;
}

.btn-modern.blue:hover {
  background-color: #e58900;
}

.btn-modern.green {
  background-color: #2e4507;
	   text-decoration: none;
	color:#fff;
}

.btn-modern.green:hover {
    background-color: #2e4507;
    text-decoration: none;
}
@media (max-width: 480px) {
  .info-wrap {
    grid-template-columns: 1fr;
  }

  .trek-card {
    margin: 1rem;
  }
}


.popular-section {
/*   background-color: #f7efef; */
  padding: 60px 20px;
  position: relative;
}


.section-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.text-left {
   max-width: 60%;
  position: relative;
}
.text-left2 {
   max-width: 100%;
  position: relative;
}

.item-details a{
	text-decoration:none;
}

.bg-title {
 font-size: 6rem;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    position: absolute;
    top: -32px;
    z-index: 0;
    margin: 0;
}

.main-title {
  position: relative;
  font-size: 2.9rem;
  font-weight: 800;
  color: #111;
  z-index: 1;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 1rem;
  color: #555;
  z-index: 1;
  position: relative;
}

.view-all-button {
  display: flex;
  align-items: center;
}

.btn-view-all {
    background-color: #fe960b;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    text-decoration: none !important;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.btn-view-all:hover {
  background-color: #fe960b;
}

.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.75rem 1.6rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  color: #fff;
  background: #ff5722; /* default color, override with modifiers */
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.btn-modern:active {
  transform: scale(0.97);
}

/* Variants */
.btn-blue {
  background: linear-gradient(135deg, #2196f3, #1e88e5);
}

.btn-green {
  background: linear-gradient(135deg, #4caf50, #388e3c);
}

.btn-orange {
  background: linear-gradient(135deg, #ff5722, #e64a19);
}

.btn-modern i {
  font-size: 1.1em;
}















.subtitle {
  text-align: justify;
}

.features {
  display: flex;
  gap: 20px;
  align-items: stretch; 
  flex-wrap: wrap;
}

.feature-box {
  flex: 1;
}

.feature-box .icon-box {
  text-align: center;
  margin-bottom: 15px;
}

.feature-box .icon-box img {
  max-width: 60px;
}

.feature-box .text h3 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}

.feature-box .text p {
  margin: 0;
  line-height: 1.5;
}




