/* Hero Section Start */
.hero-section {
	background: linear-gradient(360deg, rgba(249, 240, 191, 0) 0%, rgba(234, 255, 201, 0.4) 100%);
	display: flex;
	align-items: center;
}

.hero-section img {
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

/* Hero Section End */


/* Blog Cards Start */
.institute .blog-card a, .institute a h6 {
    color: #202428;
	transition: all .3s ease;
}
.institute .blog-card img {
	    height: 242px;
    transition: all .3s ease;
}
.institute .blog-card:hover img {
    transform: scale(1.02);
}
.institute .read-more {
	color: #767676 !important;
}
.institute .blog-card:hover .read-more {
	color: var(--secondary-color) !important;
	border-bottom: 1px solid;
}

/* Blog Cards End */

/* FAQ */
.gen-faq .accordion-button {
    background-color: transparent;
    color: #202428;
}

/* FAQ End */

/* Page 2 */
.home-hero-detail {
    background-color: #61a2033d;
}

/* .label-path {
	
} */

.breadcrumb-container {
display: inline-block;
    background-color: #f1f8e9;
    border: 1px dashed var(--primary-color);
    border-radius: 50px;
    padding: 2px 20px;
}

.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-color);
}

.breadcrumb-list a {
  text-decoration: none;
  color: inherit;
}

.separator {
  font-size: 22px;
  line-height: 1;
  color: #333;
}



.path li::after {
    content: ">";
    margin-left: 8px;
}

.path li:last-child::after {
    content: unset;
}

.path li a {
    color: #000;
}
.path li:last-child a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* content section */
.institute-detail .container {
    background-color: #fff;
}

.institute-detail li a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.2rem;
}

.institute-detail .sidebar {
    position: sticky;
    top: 100px;
}

.institute-detail .sidebar li {
    border-bottom: 1px solid #3e3e3e24;
    padding-bottom: .5rem;
}

.institute-detail .sidebar li a {
    font-size: 1.1rem;
}

/*Contact Us Page*/
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
    padding: 0.8rem 0.5rem;
}

.form-icon {
    color: var(--primary-color);
    z-index: 11;
}
#submitQuestionPapers textarea {
	height: 50px;
}