RisingARC
Build Career Direction, Not Just Degrees
The market rewards clarity and positioning.
RisingARC helps you choose the right program for real career growth.
Why Choose RisingARC?
Our Programs
Online MBA
For working professionals
Career Transition Programs
Switch careers with clarity
Skill-Based Degrees
Learn what the industry wants
How We Help
- Understand your career goals
- Map skills with industry needs
- Recommend the right program
- Guide you till career direction
Contact Us
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ‘Poppins’, sans-serif;
}
body {
color: #222;
line-height: 1.6;
}
.container {
width: 90%;
max-width: 1100px;
margin: auto;
}
.header {
background: #0a2540;
padding: 15px 0;
color: #fff;
}
.logo {
font-weight: 600;
}
.header nav a {
color: #fff;
margin-left: 20px;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #0a2540, #133b6f);
color: #fff;
padding: 80px 0;
text-align: center;
}
.hero .btn {
margin-top: 20px;
}
.btn {
display: inline-block;
background: #ffb703;
color: #000;
padding: 12px 25px;
text-decoration: none;
border-radius: 4px;
}
.btn.dark {
background: #0a2540;
color: #fff;
}
section {
padding: 60px 0;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
margin-top: 30px;
}
.card {
padding: 20px;
background: #f4f6f8;
border-radius: 6px;
text-align: center;
}
.process ol {
margin-top: 20px;
padding-left: 20px;
}
.contact form {
display: flex;
flex-direction: column;
gap: 15px;
margin-top: 20px;
}
.contact input, .contact textarea {
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
}
.contact button {
background: #0a2540;
color: #fff;
padding: 12px;
border: none;
cursor: pointer;
}
.footer {
background: #0a2540;
color: #fff;
text-align: center;
padding: 15px 0;
}
