About Us
Your trusted booking platform for Albania
Our Story
RRI-Alb was founded with the vision of providing travelers from around the world with easy and secure access to Albania’s most beautiful destinations. What started as a small project has become one of the leading booking platforms for Albanian accommodations, transportation, and travel services.
Our Mission
We aim to promote Albania as a travel destination while supporting local providers. Through fair partnerships with hotels, guesthouses, and transport operators, we create win-win situations for everyone involved.
Our Values
🔒
Security
Secure payments and data protection are our top priority
🤝
Trust
Transparent pricing with no hidden costs
🌍
Diversity
10 languages, over 1000 accommodations across Albania
💚
Sustainability
Promoting local tourism and economy
Why RRI-Alb?
- ✓ Largest selection of Albanian accommodations
- ✓ Multilingual customer service (10 languages)
- ✓ Secure payment methods
- ✓ Flexible cancellation policies
- ✓ Local expertise and insider tips
- ✓ Personal support 24/7
.about-wrapper {
max-width: 1000px;
margin: 0 auto;
}
.about-hero {
background: linear-gradient(135deg, #2b5d6b 0%, #1a4d5c 100%);
color: white;
padding: 80px 20px;
text-align: center;
margin-bottom: 60px;
border-radius: 0 0 30px 30px;
}
.about-hero h1 {
font-size: 3em;
margin: 0 0 15px 0;
color: white;
}
.about-subtitle {
font-size: 1.3em;
color: #d4af7a;
margin: 0;
font-weight: 300;
}
.about-content {
padding: 0 20px;
}
.about-section {
margin-bottom: 60px;
}
.about-section h2 {
color: #2b5d6b;
font-size: 2em;
margin-bottom: 20px;
border-bottom: 3px solid #d4af7a;
padding-bottom: 10px;
}
.about-text {
font-size: 1.1em;
line-height: 1.8;
color: #555;
}
.values-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 40px;
}
.value-card {
background: white;
padding: 30px;
border-radius: 15px;
text-align: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.value-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(43, 93, 107, 0.2);
}
.value-icon {
font-size: 3em;
margin-bottom: 15px;
}
.value-card h3 {
color: #2b5d6b;
margin: 15px 0 10px 0;
font-size: 1.3em;
}
.value-card p {
color: #666;
line-height: 1.6;
margin: 0;
}
.why-list {
list-style: none;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 15px;
margin-top: 30px;
}
.why-list li {
background: #f8f9fa;
padding: 15px 20px;
border-left: 4px solid #d4af7a;
font-size: 1.1em;
color: #2b5d6b;
font-weight: 500;
}
.about-cta {
background: linear-gradient(135deg, #d4af7a 0%, #c9a569 100%);
color: #1a3741;
padding: 50px;
border-radius: 20px;
text-align: center;
margin-top: 80px;
}
.about-cta h3 {
font-size: 2em;
margin-top: 0;
color: #1a3741;
}
.about-btn {
display: inline-block;
background: #2b5d6b;
color: white;
padding: 15px 40px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 1.2em;
transition: all 0.3s ease;
}
.about-btn:hover {
background: #1a4d5c;
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
.about-hero h1 {
font-size: 2em;
}
.about-subtitle {
font-size: 1.1em;
}
.values-grid {
grid-template-columns: 1fr;
}
.why-list {
grid-template-columns: 1fr;
}
}