/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2026 | 12:22:28 */
header, 
section {
	padding: 2rem;
}

.hero-section {
	color: #fff;
	text-align: center;
	padding: 4px 12px;
}
.hero-section p {
	font-size: 22px;
	line-height: 2rem;
	padding: 0 15vw;
}
.hero {
	background: url('rameswaram-cover.jpg') center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 6rem 2rem;
}
.hero h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}
.hero p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.btn {
	background: #0077cc;
	color: white;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
	text-decoration: none;
}
.features, .why-buy, .pricing-table {
	background: #f1f1f1;
	padding: 2rem;
}
.features ul, .why-buy ul {
	list-style: none;
	padding-left: 0;
}
.features li, .why-buy li {
	margin-bottom: 1rem;
}
.preview img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.cta-footer {
	text-align: center;
	padding: 2rem;
}
.testimonials {
	text-align: center;
}
.pricing-table {
	text-align: center;
}
.pricing-table h2 {
	margin-bottom: 1rem;
}
.pricing-options {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 1rem;
}
.plan {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.plan img {
	display: none;
}
.plan h3 {
	margin-top: 0;
}
.plan .price {
	font-size: 2rem;
	margin: 1rem 0;
	font-weight: bold;
}
.popular {
	border: 2px solid #0077cc;
}
.text-blue-900 {
	font-size: 20px;
}

.testimonial-section h2 {
	color: #fff;
}


/*FAQ*/
.faq-content-wrapper div {
	padding-bottom: 16px;
}
.faq-content-wrapper div h3 {
	font-size: 20px;
}
.faq-content-wrapper div p {
	font-size: 16px;
}

.list-unstyled li {
	padding-bottom: 24px;
}

.guide-features .col-sm-6 {
	min-height: 110px;
}

.get-guide {
	font-size: 1.5rem !important;
}

.testimonials .col-md-6 .panel-default {
	min-height: 180px;
}

.travel-guide-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.guide-features h4 {
	color: #1e3a8a;
}

.faq-section .panel-group {
	padding-top: 20px;
	margin-bottom: 0;
}

.faq-section h2 {
	color: #1e3a8a;
}

#buy-now h2 {
	color: #1e3a8a;
}

#buy-now h3 {
	color: #1e3a8a;
	font-size: 18px !important;
}

@media (max-width: 991px) {	
	.get-guide {
		font-size: 1rem !important;
	}
	.jumbotron p {
		font-size: 16px;
	}
	.section-padding {
		/*padding: 30px 15px;*/
	}
	.section-padding .row {
		margin: 16px 0 0 0;
	}
}

@media (min-width: 992px) {	
	.list-unstyled li {
		padding-bottom: 24px;
		min-height: 90px;
		font-size: 18px;
	}
	.section-padding {
		/*padding: 30px;*/
	}
	.section-padding .row {
		margin: 24px 0 0 0;
	}
}
@media (max-width: 768px) {
	.hero h1 { font-size: 2rem; }
	.hero p { font-size: 1rem; }
	.pricing-options { flex-direction: column; align-items: center; }
}