Accommodation Pricing Plans
body {
font-family: ‘Arial’, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
h1 {
text-align: center;
color: #333;
margin-bottom: 40px;
}
.pricing-table {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 30px;
}
.plan {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
overflow: hidden;
transition: transform 0.3s ease-in-out;
}
.plan:hover {
transform: translateY(-10px);
}
.plan-header {
background-color: #a50724;
color: #fff;
padding: 20px;
text-align: center;
}
.plan-header h2 {
margin: 0;
font-size: 24px;
}
.plan-body {
padding: 30px;
text-align: center;
}
.plan-body p {
font-size: 16px;
margin-bottom: 20px;
color: #555;
}
.plan-body .price {
font-size: 36px;
color: #a50724;
margin-bottom: 20px;
}
.plan-body .details {
list-style: none;
padding: 0;
margin: 20px 0;
}
.plan-body .details li {
margin: 10px 0;
font-size: 16px;
}
.plan-body .button {
display: inline-block;
padding: 12px 20px;
background-color: #a50724;
color: #fff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}
.plan-body .button:hover {
background-color: #82051b;
}
@media (max-width: 768px) {
.pricing-table {
flex-direction: column;
align-items: center;
}
}
Accommodation Pricing Plans for Indian Students
2000$ full
($200/month × 10 months)
- Includes accommodation and breakfast
- Meal Pack: 30 meals for $50
Perfect for those who want to pay upfront for the entire year.
Select Plan
$220/month
Pay $660 upfront (first + last 2 months)
- Includes accommodation and breakfast
- Meal Pack: 30 meals for $50
Ideal for students preferring monthly payments with an 11-month commitment.
Select Plan
Leave a comment