
.topheaderclassname{
	background:linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), 
                      url('packagecategoryimage/Kashi767918042025125059kashi-package-tour.jpg') !important;     background-repeat: no-repeat !important;
    background-size: cover !important;
}

.circle-box {
      width: 100%;
      height: 170px;
      margin: 0 auto;
    }

    .circle-img {
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .circle-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .circle-img::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.4); /* black overlay */
      z-index: 1;
    }

    .circle-img h6 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      color: #fff;
      font-size: 22px;
      text-align: center;
      padding: 4px 6px;
      line-height: 1.2;
    }

    @media (max-width: 576px) {
      .circle-box {
        width: 100%;
        height: 150px;
      }

      .circle-img h6 {
        font-size: 18px;
        padding: 3px 5px;
      }
    }
  .feature-box {
    border-radius: 15px;
    border: 1.5px solid #ddd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    background-color: #fff;
    flex-direction: row; /* Mobile default */
  }

  .feature-box:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
  }

  .feature-box i {
    font-size: 2.5rem; /* Icon size thoda bada */
  }

  .feature-box span {
    color: #000; /* Black text */
    padding-left: 8px;  /* kam padding left */
    padding-right: 8px; /* kam padding right */
    text-align: center;
    display: block; line-height:23px;
    font-weight: 600;
  }

  /* Desktop style */
  @media (min-width: 992px) {
    .feature-box {
      flex-direction: column !important;
      padding: 1.5rem 1rem !important; /* thoda kam horizontal padding */
      text-align: center;
    }
    .feature-box i {
      margin: 0 0 0.8rem 0 !important;
      font-size: 3rem; /* desktop me icon aur bada */
    }
    .feature-box span {
      font-weight: 700;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  
  .fontclassname{
	  font-weight:bold !important;     margin-bottom: 15px;
  }
  
  .borderradiusimg{
	  border-radius:10px;
  }
  
  
 .contentsectiondata{
}

.contentsectiondata p{
	margin-bottom:10px;
}

.viewallpackage{
	    background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
    color: #fff;
    font-size: 18px;
    padding: 8px;
}

.tour-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour-highlights li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.tour-highlights li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 4px;
  background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  font-size: 16px;
}
 
  .marbtn{
	 margin-bottom:20px;
 }
 
   .feature-box {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 20px;
      display: flex;
      align-items: center;
      background-color: #fff;
      transition: transform 0.2s ease;
      height: 100%; margin-bottom:20px;
    }

    .feature-box:hover {
      transform: translateY(-4px);
    }

    .feature-icon {
     font-size: 28px;
  background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 15px;
  min-width: 30px;
  
    }
	
	.polygon-img {
  border-radius:50%;
}

    .feature-text {
      font-size: 19px;
      font-weight: 500;
      color: #333;
      margin: 0;
    }
	
	.item-row {
  
  align-items: center; background: #fff;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.padleftcls{
	padding-left:18px;
}

.flight-heading{
	margin-bottom:12px; 
	margin-top:15px;
}

.kashi-faq-header {
  background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);
  color: #fff; font-size:20px;
}

.kashi-faq-body {
  background-color: #fff;
  padding: 15px;
}