/* Overlay */
.rk-overlay{
position: absolute;
inset: 0;
background: rgba(0,0,0,0.25);
z-index: 1;
}
/* Content */
.rk-content{
position: relative;
z-index: 2;
width: 100%;
max-width: 1400px;
text-align: center;
}
/* Main Image */
.rk-hero-img{
width: 100%;
max-width: 1300px;
border-radius: 24px;
box-shadow: 0 15px 50px rgba(0,0,0,0.45);
display: block;
margin: auto;
transition: 0.4s ease;
}
/* Hover Effect */
.rk-hero-img:hover{
transform: scale(1.01);
}
/* Buttons */
.rk-buttons{
margin-top: 30px;
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.rk-btn{
padding: 15px 34px;
font-size: 17px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
transition: 0.3s ease;
font-family: sans-serif;
letter-spacing: 0.5px;
}
/* Primary */
.primary-btn{
background: #e60023;
color: #fff;
box-shadow: 0 8px 25px rgba(230,0,35,0.4);
}
.primary-btn:hover{
background: #c4001d;
transform: translateY(-3px);
}
/* Secondary */
.secondary-btn{
background: #ffffff;
color: #071c39;
box-shadow: 0 8px 25px rgba(255,255,255,0.25);
}
.secondary-btn:hover{
background: #f0f0f0;
transform: translateY(-3px);
}
/* ===== TABLET ===== */
@media(max-width:991px){
.rk-hero-section{
min-height: auto;
padding: 60px 20px;
}
.rk-hero-img{
border-radius: 18px;
}
.rk-btn{
padding: 14px 28px;
font-size: 16px;
}
}
/* ===== MOBILE ===== */
@media(max-width:767px){
.rk-hero-section{
padding: 40px 12px;
}
.rk-hero-img{
border-radius: 14px;
}
.rk-buttons{
gap: 12px;
}
.rk-btn{
width: 100%;
max-width: 280px;
font-size: 15px;
padding: 14px 20px;
}
}
/* Overlay */
.rk-overlay{
position: absolute;
inset: 0;
background: rgba(0,0,0,0.25);
z-index: 1;
}
/* Content */
.rk-content{
position: relative;
z-index: 2;
width: 100%;
max-width: 1400px;
text-align: center;
}
/* Main Image */
.rk-hero-img{
width: 100%;
max-width: 1300px;
border-radius: 24px;
box-shadow: 0 15px 50px rgba(0,0,0,0.45);
display: block;
margin: auto;
transition: 0.4s ease;
}
/* Hover Effect */
.rk-hero-img:hover{
transform: scale(1.01);
}
/* Buttons */
.rk-buttons{
margin-top: 30px;
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.rk-btn{
padding: 15px 34px;
font-size: 17px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
transition: 0.3s ease;
font-family: sans-serif;
letter-spacing: 0.5px;
}
/* Primary */
.primary-btn{
background: #e60023;
color: #fff;
box-shadow: 0 8px 25px rgba(230,0,35,0.4);
}
.primary-btn:hover{
background: #c4001d;
transform: translateY(-3px);
}
/* Secondary */
.secondary-btn{
background: #ffffff;
color: #071c39;
box-shadow: 0 8px 25px rgba(255,255,255,0.25);
}
.secondary-btn:hover{
background: #f0f0f0;
transform: translateY(-3px);
}
/* ===== TABLET ===== */
@media(max-width:991px){
.rk-hero-section{
min-height: auto;
padding: 60px 20px;
}
.rk-hero-img{
border-radius: 18px;
}
.rk-btn{
padding: 14px 28px;
font-size: 16px;
}
}
/* ===== MOBILE ===== */
@media(max-width:767px){
.rk-hero-section{
padding: 40px 12px;
}
.rk-hero-img{
border-radius: 14px;
}
.rk-buttons{
gap: 12px;
}
.rk-btn{
width: 100%;
max-width: 280px;
font-size: 15px;
padding: 14px 20px;
}
}