/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 22-Jan-2025, 4:00:17 pm
    Author     : Ajit Chandra
*/
.home-banner {
	padding-top: 8rem;
	padding-bottom: 2rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.home-banner .banner-box {
	color: #FFF9BD;
	text-shadow: 0px 0px 5px #000;
	font-family: var(--heading-font);
	font-weight: bold;	
}

.home-banner .banner-box .title{
	font-size: 2.2rem;
	line-height: 40px; 	
}

.home-about-us {
	
}

.home-about-us p {
	font-size: 14px;
}


.home-tags ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}

.home-tags ul li {
	overflow: hidden;
	margin: 6px 8px;	
}

.home-tags ul li a {	
	font-size: 14px;
    border: 2px solid #F4BF96;
    color: #F4BF96;
    padding: 10px 22px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	border-radius: 18px 18px 0px 18px;
	transition: all 300ms ease-in-out;
}
.home-tags ul li a:hover{
	background-color: #F4BF96;
	color: #000;
	border-radius: 18px 0px 18px 18px;
}

.home-tags ul li:nth-child(n+1) {
	flex-grow: 1;
}

.home-profile {
	background-color: #211717;
}

.home-profile figure {
	position: relative;
	border: 4px solid #d9c79b;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.home-profile figure figcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	background-color: rgba(0, 0, 0, 0.6);
}


.home-sub-banner {
	background-color: #290001;
	padding: 4rem 0rem;
}

.home-sub-banner .title {
	font-size: 1.4rem;
	font-family: var(--heading-font);	
	font-weight: 700;
	text-align: center;
	color: #d9c79b;
}

.home-locality {	
	
}

.home-locality ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 0px;
	text-align: justify;
	list-style: none;
}

.home-locality ul li {
	position: relative;
	margin: 3px;
	overflow: hidden;
}

.home-locality ul li a {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #d9c79b;
	font-weight: bold;
	padding: 10px 18px;
	text-decoration: none;
	background-color: #000;
	border: 3px solid #1A3636;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	transition: all 300ms ease-in-out;
}
.home-locality ul li a:hover{
	text-decoration: underline;
}
.home-locality ul li:nth-child(n+1) {
	flex-grow: 1;
}
.page-content .wp-block-columns .section-faq { margin-top: 4rem; padding: 15px 25px; background-color: #290001;}
.page-content .wp-block-columns .section-faq .faq-title { font-size: 24px; font-weight: 600; text-align: center;  }

.page-content .rank-math-block .rank-math-list .rank-math-list-item .rank-math-question { font-size: 20px; font-weight: 500; }
.page-content .rank-math-block .rank-math-list .rank-math-list-item .rank-math-answer p { font-size: 14px; }

@media (min-width: 576px) {
	.home-banner {
		padding-top: 12rem;
		padding-bottom: 2rem;
	}	
	.home-banner .banner-box .title {
		font-size: 3rem;
    line-height: 50px;
	}
	
	.homepage .home-sub-banner {
		padding: 3rem 0rem;
	}

	.homepage .home-sub-banner .title {
		font-size: 2.8rem;
		line-height: 60px;
	}
}

@media (min-width: 768px) {
	.home-banner {
		padding-top: 14rem;
		padding-bottom: 2rem;
	}	
	
	.home-banner .banner-box .title {
		font-size: 3.5rem;
		line-height: 60px;
	}	

	.home-sub-banner {
		padding: 8rem 0rem;
	}

	.home-sub-banner .title {
		font-size: 2.2rem;
		line-height: 60px;
	}
}

@media (min-width: 992px) {
	.home-banner {
		padding-top: 16rem;
		padding-bottom: 2rem;
	}	

	.home-banner .banner-box .title {
		font-size: 3.5rem;
		line-height: 60px;
	}
	
	.home-banner .title {
		font-size: 3rem;
		line-height: 60px;
	}

	.home-sub-banner {
		padding: 10rem 0rem;
	}
	
}

@media (min-width: 1200px) {
	.home-banner {
		padding-top: 18rem;
		padding-bottom: 4rem;
	}	
}

@media (min-width: 1400px) {
	.home-banner {
		padding-top: 25rem;
		padding-bottom: 4rem;
	}	
}
