      
/*ayodhya page*/
.vr-hero-section {   
    position: relative;
    padding: 60px 20px;
    background: url('../images/ayodhya.png') no-repeat center center/cover;
    overflow: hidden;
}  

.vr-hero-overlay { 
    position: absolute;
    top: 0;
    left: 0;   
    width: 100%;
    height: 100%;
    background: #3099cfa1;
    z-index: 1;  
}

/* CONTAINER */
.vr-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

/* ROW */
.vr-hero-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* COLUMN */
.vr-hero-col {
    width: 50%;
    padding: 15px;
}

/* IMAGE */
.vr-hero-img img {
    width: 100%;
    border-radius: 10px;
}

/* CONTENT */
.vr-hero-content {
    text-align: left;
}

.vr-hero-subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.vr-hero-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.3;
}

/* BUTTON */
.vr-hero-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.vr-hero-btn:hover {
    background: #0b5ed7;
}
@media (max-width: 768px) {
    .vr-hero-col {
        width: 100%;   
        text-align: center;
    }

    .vr-hero-content {
        text-align: center;
    }

    .vr-hero-title {
        font-size: 26px;
    }

    .vr-hero-subtitle {
        font-size: 22px;
    }
}

.vr-bg {
    width: 95%;
    height: 100%;
    object-fit: cover;                       
    border-radius: 10px;
    margin-left: auto;
    display: block;
}

.vr-front {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;  
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.vr-images:hover .vr-front {
    transform: translateY(-50%) scale(1.05);
    transition: 0.4s ease;
}       
a.hero-btn { 
    background: linear-gradient(45deg, #ff0080, #ff4da6);
    color: #fff;
    border: none;   
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 27px;
}
.ajmagarh-card{
    background: linear-gradient(to bottom, #007bb6, #59abe3);
} 