:root {
    --primary-blue-color: #1D266B;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --red-color: #CF3131;
    --light-white: #7E7E81;
    --light-blue-bg: #D7E9FF;
    --circle-color: #B8B8BD;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0rem;
}

ul {
    padding-left: 0rem;
}

h2 {
    margin-bottom: 0rem;
}


/* banner css */


.svtm-banner-container {
    height: 300px;
    width: 100%;
    position: relative;
}


.svtm-banner-image {
    width: 100%;
    height: 100%;
    position: relative;
}


.svtm-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.banner-text>h1 {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
}


@media(max-width:768px) {
    .banner-text>h1 {
        font-size: 40px;
    }
}

@media(max-width:576px) {
    .banner-text>h1 {
        font-size: 32px;
    }

}

/* end of banner section css */



/* Sarvootam Color Vastu css */
.svtm-color-vastu-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0px 24px;
}

.svtm-color-vastu-leftside {
    padding: 36px 0px 0px;
}


.svtm-color-vastu-leftside>h2 {

    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    line-height: 1.6;
    margin-bottom: 22px;

}

.svtm-color-vastu-leftside>p {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: var(--black-color);
    opacity: 0.8;
    margin-bottom: 7%;
    text-align: justify;
}



.svtm-color-vastu-rightside {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    /* height: 480px; */
}

.svtm-color-vastu-rightside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.svtm-wall-color-title {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    line-height: 1.6;
    margin-bottom: 22px;
}

.svtm-direction-table-container {
    width: 80%;
    margin-bottom: 24px;
}

.svtm-direction-table-container .table {
    color: #000000;
    opacity: 0.8;
}

th {
    font-size: 18px;
}


td {
    font-size: 16px;
}

@media(max-width:768px) {
    .svtm-direction-table-container {
        width: 100%;
    }
	
	.svtm-color-vastu-leftside>p{
		width:100%;
	}
	
	.svtm-color-vastu-wrapper{
		padding: 0px 16px;
	}
}





/* end of the color vastu css */