Section & Variations › Features

Available Variations
Features Starter Kit Codes
<!-- include sections/features  -->
<section class="features features-variation-1">
	<div class="container">
		<div class="section-header">
			<h3 class="section-title">Why travel with us?</h3>
		</div>
		<div class="section-content">
			<div class="features-items">
				<div class="feature-item-col">
					<div class="feature-item">
						<div class="feature-item-content-text">
							<i class="ic ic-suitcase-rolling primary"></i>
							<strong>Personalized Itineraries</strong>
							<p>We create custom travel plans tailored to your interests and preferences, ensuring every moment of your trip is perfect.</p>
						</div>
					</div>
				</div>
				<div class="feature-item-col">
					<div class="feature-item">
						<div class="feature-item-content-text">
							<i class="ic ic-identification-card primary"></i>
							<strong>Expert Guidance</strong>
							<p>Our team of travel experts is here to assist you every step of the way, from planning to booking to on-the-ground support.</p>
						</div>
					</div>
				</div>
				<div class="feature-item-col">
					<div class="feature-item">
						<div class="feature-item-content-text">
							<i class="ic ic-airplane-tilt primary"></i>
							<strong>Sustainable Travel</strong>
							<p>We prioritize eco-friendly practices and support local communities to ensure our adventures are as responsible as they are exciting.</p>
						</div>
					</div>
				</div>
				<div class="feature-item-col">
					<div class="feature-item">
						<div class="feature-item-content-text">
							<i class="ic ic-treepalm primary"></i>
							<strong>Cultural Experiences</strong>
							<p>Immerse yourself in the local culture with guided tours, traditional music, and culinary delights.</p>
						</div>
					</div>
				</div>
				<div class="feature-item-col">
					<div class="feature-item">
						<div class="feature-item-content-text">
							<i class="ic ic-tag primary"></i>
							<strong>Exclusive Deals</strong>
							<p>Benefit from our partnerships with top hotels, airlines, and tour operators to get the best rates and exclusive offers.</p>
						</div>
					</div>
				</div>
				<div class="feature-item-col">
					<div class="feature-item">
						<div class="feature-item-content-text">
							<i class="ic ic-clock primary"></i>
							<strong>24/7 Support</strong>
							<p>Our team is always on hand to assist you from the moment you book until you return home.</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>