/* vastu plugin css..................... */


.vastu-hero-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden; 
}

.vastu-bg-images {
    position: relative;
    height: 600px;
}

.vastu-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
    z-index: 1;
}

.vastu-bg.active {
    display: block;
}

.tab-overlay {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Overlayed Tabs */
.tab-buttons-wrapper {
    position: absolute;
    bottom: 20px;
    width: auto;
    z-index: 3;
	padding-left: 20px;
    padding-right: 20px;
	text-align: center;


}



.tab-btn {
	width: auto;
    align-items: center;
    gap: 10px;
    background: #fff !important;
    border: none;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000 !important;
}

.tab-btn img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.tab-btn.active {
    background: linear-gradient(90deg, #FFD700, #FFA500) !important;
    color: #000 !important;
}

.before-icon {
    display: flex;
    align-items: center;
    justify-content: center;
	 margin-left: -5px;
}

.before-icon span {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 10px;
}



.tab-buttons img {
    display: block;
    width: 45px !important;
    height: 45px !important;
    border-radius: 25px !important;
}

button.tab-btn {
    margin-left: 8px;
    margin-right: 8px;
}

