/*
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
*/
.homepage .home-banner {
	margin-top: 3rem;
	padding: 6rem 0rem;
	background-size: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.homepage .home-about-us {	
	padding: 4rem 0rem;
	background-color: #DFD0B8;
}

.homepage .home-about-us .about-us-image {
	margin-bottom: 1.5rem;
}

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


.homepage .home-tags {
	padding-bottom: 2rem;
}

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

.homepage .home-tags ul li {
	overflow: hidden;
	margin: 6px 8px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 15px/80%;
}

.homepage .home-tags ul li a {
	border-radius: 15px/80%;
	font-size: 14px;
	font-weight: bold;
	background-color: #F4BF96;
	color: #000;
	padding: 10px 22px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

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

.homepage .home-profile {
	padding: 4rem 0rem;
	background-color: #F2EAD3;
}

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

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

.homepage .home-area {
	background-color: #E6D2AA;
	padding: 4rem 0rem;
}

.homepage .home-area .items {
	border-radius: 50px/100%;
	font-size: 14px;
	font-weight: bold;
	background-color: #821131;
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	transition: all 400ms ease-in-out;
}

.homepage .home-area .items:hover {
	background-color: #99154E;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
}

.homepage .home-area .items:hover:before {
	content: '';
	border: 2px solid #fff;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	border-radius: 50px/100%;
}

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

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

.homepage .home-services {
	padding: 4rem 0rem;
	background-color: #faf5f8;
}

.homepage .home-services .service-item { 
	border-radius: 15px 50px 5px 50px;
    text-align: center;
    padding: 4rem 1.5rem;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	background-color: #e2e0aa;
	color: #000;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.homepage .home-services .service-item:hover{
	background-color: #f8c4c4;	
}

.homepage .home-services .service-item .title { 
	font-size: 1.3rem;
    font-family: var(--heading-font);
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.homepage .home-services .service-item .description{
	font-size: 14px;
}

.homepage .home-services .services-box .services-image {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.homepage .home-services .services-box .services-links {
	margin-top: 10px;
	margin-bottom: 25px;
}

.homepage .home-services .services-box .services-links .items {
	border-radius: 15px/80%;
	font-size: 14px;
	font-weight: bold;
	background-color: #1B1833;
	color: #fff;
	padding: 10px 22px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.homepage .home-faq {
	padding: 4rem 0rem;
}

.homepage .home-faq .accordion .accordion-item {
	margin: 15px 0px;
}

.homepage .home-faq .accordion .accordion-item .accordion-header .accordion-button {
	background-color: #E6D2AA;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.homepage .home-faq .accordion .accordion-item .accordion-collapse .accordion-body {
	background-color: #fff;
	font-size: 15px;
}

.homepage .home-partner-links {
    padding: 4rem 0rem;
    background-color: #fff; }
.homepage .home-partner-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
.homepage .home-partner-links ul li {
    overflow: hidden;
    margin: 2px; }
.homepage .home-partner-links ul li a {
        transition: all 400ms ease-in-out;
    text-align: center;
    background-color: #3D322C;
    color: #fff;
    padding: 5px 15px 8px 15px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 14px; }
.homepage .home-partner-links ul li a:hover {
    text-decoration: underline;
    background-color: #0b1922; }
.homepage .home-partner-links ul li:nth-child(n+1) {
    flex-grow: 1; }

@media (min-width: 576px) {
	.homepage .home-banner {
		padding: 9rem 0rem;
		background-size: 650px;
	}

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

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

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

@media (min-width: 768px) {
	.homepage .home-banner {
		padding-top: 12rem;
		background-size: 850px;
	}

	.homepage .home-banner .title {
		font-size: 2.5rem;
		line-height: 55px;
	}

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

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

@media (min-width: 992px) {
	.homepage .home-banner {
		padding: 16rem;
		background-size: 1150px;
	}

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

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

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

@media (min-width: 1200px) {
	.homepage .home-banner {
		padding: 18rem;
		background-size: 1350px
	}

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

@media (min-width: 1400px) {
	.homepage .home-banner {
		padding: 20rem;
		background-size: cover;
	}

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